@charset "UTF-8";
/*******************************************************
* _INIT.SCSS
* =================================================
*
* This file contains intitial setup and configuration
* data for all site stylesheets. It includes
* Site-wide variables, mixins, & functions
*
* IMPORTING ADDITIONAL CONFIGURATION STYLESHEETS:
* ----------------------------------------------
* All other sitewide includes should be imported at
* at the end of this file. As this file is imported
* into all other stylesheets, anything imported here
* will likewise be imported into those stylesheets.
*
* ==================== WARNING! =======================
* DO NOT INCLUDE ANY ACTUAL STYLES THAT WILL GET OUTPUT
* TO THE FINAL CSS IN THIS FILE OR ANY FILE IMPORTED IN
* THIS FILE! ANY SUCH STYLES WILL END UP BEING DEFINED
* IN EVERY OUTPUT CSS FILE THAT IMPORTS THIS FILE (I.E.
* ALL STYLESHEET FILES SITE WIDE).
********************************************************/
/* TYPOGRAPHY
   ========== */
/* Define the path to use for ProximaNova fonts */
/* Define the path to use for ProximaNovaCondensed fonts */
/* Define the path to use for TisaPro fonts */
/*$ProximaNova: 				join(("ProximaNova", "proxima-nova"), $PrimaryCopyFont, comma); */
/* COLORS
   ====== */
/*Define the path to use for font awesome fonts */
/* MIXINS
   ====== */
.reverse {
  background: #000000;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ADDITIONAL CONFIGURATION STYLESHEETS
*  ==================================== */
/*	Use this file to change/override bootstrap variables.
*	Variables should be defined at the top of the file,
*	with the bootstrap import coming at the end.
*********************************************************/
/* Load icon fonts from this directory. */
/* default text settings */
/* default settings for headings and titles */
/* DO NOT ADD VARIABLES BELOW THIS LINE */
/**********************************************************
* _REESPONSIVE.SCSS
*	This file defines variables, functions, and mixins for
*	use in targeting breakpoints for mobile devices.
*
*	The variables and functions defined here should rarely
*	be accessesd directly. Instead, the media query mixins
*	should be used to target specific device(s).
\**********************************************************/
/* $screen -
 *	 A Sass Map to define the min and max screen sizes
 *   for each device type supported. Used by the
 *	 screen-size function to retrieve breakpoints for
 *	 media query mixins */
/* FUNCTIONS
 * =========
 *
 * Functions are used to return a specific screen size from
 * the $screen map */
/* @screen-size
 *	 A function to retrieve a screen breakpoint value from the
 *	 $screen map for use in a media query mixin */
/* MEDIA QUERY MIXINS
 * ==================
 *
 * A set of mixins to create media queries that target a specific
 * device or set of devices. These mixins create the appropriate
 * media query, and then include the mixin content inside the media query.
 *
 * USAGE:
 *   @include <mixin-name> {
 * 	     //Styles for the media query here. For example:
 *       font-size: 0.75em;
 *       background: url('phone-bg.png');
 *   }
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-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"] {
  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;
  -moz-box-sizing: content-box;
  -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; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3,
  .accordions-christmas2019 .panel .panel-heading .panel-title,
  .accordions-christmas2020 .panel .panel-heading .panel-title,
  .accordions-easter2020 .panel .panel-heading .panel-title {
    orphans: 3;
    widows: 3; }
  h2,
  h3,
  .accordions-christmas2019 .panel .panel-heading .panel-title,
  .accordions-christmas2020 .panel .panel-heading .panel-title,
  .accordions-easter2020 .panel .panel-heading .panel-title {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../Assets/fonts/glyphicons-halflings-regular.eot");
  src: url("../Assets/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../Assets/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../Assets/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../Assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #222222;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

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

cite {
  font-style: normal; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

.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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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%; } }

table {
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #777777;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #777777; }
  .form-control::-webkit-input-placeholder {
    color: #777777; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 36px;
  line-height: 1.42857 \0; }
  input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-sm,
  .form-horizontal .form-group-sm input[type="time"].form-control,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-sm,
  .form-horizontal .form-group-sm input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-sm,
  .form-horizontal .form-group-sm input[type="month"].form-control,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 33px; }
  input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-lg,
  .form-horizontal .form-group-lg input[type="time"].form-control,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-lg,
  .form-horizontal .form-group-lg input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-lg,
  .form-horizontal .form-group-lg input[type="month"].form-control,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 49px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center; }

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn, .navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control, .navbar-form .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .navbar-form .radio label,
    .form-inline .checkbox label, .navbar-form .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -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); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

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

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

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: 0; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -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); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0); }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px; }
  .input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0px 0px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

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

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #777777; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #777777; }
  .navbar-inverse .navbar-nav > li > a {
    color: #777777; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #777777; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #777777; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #777777; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #428bca;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #2a6496;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #428bca; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  a.list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron {
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #222222; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca; }

.alert {
  padding: 5px 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .alert h4, .alert .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading .alert .panel-title, .alert .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading .alert .panel-title, .alert .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading .alert .panel-title {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 5px 15px20; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px; }

.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }

.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #e1edf7; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px; }
  .panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #428bca; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #428bca; }
    .panel-primary > .panel-heading .badge {
      color: #428bca;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  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;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .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: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      width: 100% \9;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

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

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !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; } }

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-default:active, .btn-default.active,
  .btn-primary:active,
  .btn-primary.active,
  .btn-success:active,
  .btn-success.active,
  .btn-info:active,
  .btn-info.active,
  .btn-warning:active,
  .btn-warning.active,
  .btn-danger:active,
  .btn-danger.active {
    -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); }

.btn:active, .btn.active {
  background-image: none; }

.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE0E0E0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px; }
  .btn-default:active, .btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb; }
  .btn-default:disabled, .btn-default[disabled] {
    background-color: #e0e0e0;
    background-image: none; }

.btn-primary {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF2D6CA2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #2d6ca2;
    background-position: 0 -15px; }
  .btn-primary:active, .btn-primary.active {
    background-color: #2d6ca2;
    border-color: #2b669a; }
  .btn-primary:disabled, .btn-primary[disabled] {
    background-color: #2d6ca2;
    background-image: none; }

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e; }
  .btn-success:hover, .btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px; }
  .btn-success:active, .btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e; }
  .btn-success:disabled, .btn-success[disabled] {
    background-color: #419641;
    background-image: none; }

.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2AABD2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9; }
  .btn-info:hover, .btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px; }
  .btn-info:active, .btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9; }
  .btn-info:disabled, .btn-info[disabled] {
    background-color: #2aabd2;
    background-image: none; }

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEB9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13; }
  .btn-warning:hover, .btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px; }
  .btn-warning:active, .btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13; }
  .btn-warning:disabled, .btn-warning[disabled] {
    background-color: #eb9316;
    background-image: none; }

.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC12E2A', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28; }
  .btn-danger:hover, .btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px; }
  .btn-danger:active, .btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28; }
  .btn-danger:disabled, .btn-danger[disabled] {
    background-color: #c12e2a;
    background-image: none; }

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #e8e8e8; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #357ebd; }

.navbar-default {
  background-image: -webkit-linear-gradient(top, white 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, white 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, white 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); }
  .navbar-default .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF3F3F3', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); }

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3C3C3C', endColorstr='#FF222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  .navbar-inverse .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
    background-image: -o-linear-gradient(top, #222 0%, #282828 100%);
    background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF282828', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); }
  .navbar-inverse .navbar-brand,
  .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0; }

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); }

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFC8E5BC', GradientType=0);
  border-color: #b2dba1; }

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFB9DEF0', GradientType=0);
  border-color: #9acfea; }

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFF8EFC0', GradientType=0);
  border-color: #f5e79e; }

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFE7C3C3', GradientType=0);
  border-color: #dca7a7; }

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF5F5F5', GradientType=0); }

.progress-bar {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF3071A9', GradientType=0); }

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF449D44', GradientType=0); }

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF31B0D5', GradientType=0); }

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEC971F', GradientType=0); }

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC9302C', GradientType=0); }

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.list-group {
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF3278B3', GradientType=0);
  border-color: #3278b3; }

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0); }

.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF357EBD', GradientType=0); }

.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFD0E9C6', GradientType=0); }

.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFC4E3F3', GradientType=0); }

.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFFAF2CC', GradientType=0); }

.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFEBCCCC', GradientType=0); }

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8E8', endColorstr='#FFF5F5F5', GradientType=0);
  border-color: gainsboro;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); }

.chosen-select {
  width: 100%; }

.chosen-select-deselect {
  width: 100%; }

.chosen-container {
  display: inline-block;
  font-size: 16px;
  position: relative;
  vertical-align: middle; }
  .chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0; }
  .chosen-container .chosen-results {
    color: #555555;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .chosen-container .chosen-results li {
      display: none;
      line-height: 1.42857;
      list-style: none;
      margin: 0;
      padding: 5px 6px; }
      .chosen-container .chosen-results li em {
        background: #feffde;
        font-style: normal; }
      .chosen-container .chosen-results li.group-result {
        display: list-item;
        cursor: default;
        color: #999;
        font-weight: bold; }
      .chosen-container .chosen-results li.group-option {
        padding-left: 15px; }
      .chosen-container .chosen-results li.active-result {
        cursor: pointer;
        display: list-item; }
      .chosen-container .chosen-results li.highlighted {
        background-color: #428bca;
        background-image: none;
        color: white; }
        .chosen-container .chosen-results li.highlighted em {
          background: transparent; }
      .chosen-container .chosen-results li.disabled-result {
        display: list-item;
        color: #777777; }
    .chosen-container .chosen-results .no-results {
      background: #eeeeee;
      display: list-item; }
  .chosen-container .chosen-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1; }
    .chosen-container .chosen-results-scroll span {
      display: inline-block;
      height: 1.42857;
      text-indent: -5000px;
      width: 9px; }
  .chosen-container .chosen-results-scroll-down {
    bottom: 0; }
    .chosen-container .chosen-results-scroll-down span {
      background: url("") no-repeat -4px -3px; }
  .chosen-container .chosen-results-scroll-up span {
    background: url("") no-repeat -22px -3px; }

.chosen-container-single .chosen-single {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555555;
  display: block;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }
  .chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chosen-container-single .chosen-single abbr {
    background: url("") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 13px;
    width: 12px; }
    .chosen-container-single .chosen-single abbr:hover {
      background-position: right -11px; }
  .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px; }
  .chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px; }
    .chosen-container-single .chosen-single div b {
      background: url("") no-repeat 0 7px;
      display: block;
      height: 100%;
      width: 100%; }

.chosen-container-single .chosen-default {
  color: #777777; }

.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000; }
  .chosen-container-single .chosen-search input[type="text"] {
    background: url("") no-repeat 100% -20px, #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.chosen-container-single-nosearch .chosen-search input[type="text"] {
  position: absolute;
  left: -9000px; }

.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none; }
  .chosen-container-multi .chosen-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices .search-field input[type="text"] {
      background: transparent !important;
      border: 0 !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #555555;
      height: 34px;
      margin: 0;
      padding: 4px;
      outline: 0; }
    .chosen-container-multi .chosen-choices .search-field .default {
      color: #999; }
  .chosen-container-multi .chosen-choices .search-choice {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 6px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative; }
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
      background: url("") right top no-repeat;
      display: block;
      font-size: 1px;
      height: 10px;
      position: absolute;
      right: 4px;
      top: 5px;
      width: 12px;
      cursor: pointer; }
      .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
        background-position: right -11px; }
  .chosen-container-multi .chosen-choices .search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
      background-position: right -11px; }

.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: none; }

.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none; }
    .chosen-container-active.chosen-with-drop .chosen-single div b {
      background-position: -18px 7px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .chosen-container-active .chosen-choices .search-field input[type="text"] {
    color: #111 !important; }

.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    padding: 0 8px 0 0;
    overflow: visible; }
    .chosen-rtl .chosen-single span {
      margin-left: 26px;
      margin-right: 0;
      direction: rtl; }
    .chosen-rtl .chosen-single div {
      left: 7px;
      right: auto; }
    .chosen-rtl .chosen-single abbr {
      left: 26px;
      right: auto; }
  .chosen-rtl .chosen-choices .search-field input[type="text"] {
    direction: rtl; }
  .chosen-rtl .chosen-choices li {
    float: right; }
  .chosen-rtl .chosen-choices .search-choice {
    margin: 6px 5px 3px 0;
    padding: 3px 5px 3px 19px; }
    .chosen-rtl .chosen-choices .search-choice .search-choice-close {
      background-position: right top;
      left: 4px;
      right: auto; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results .group-option {
    padding-left: 0;
    padding-right: 15px; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    background: url("") no-repeat -28px -20px, #fff;
    direction: rtl;
    padding: 4px 5px 4px 20px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

.form-row {
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

.chosen-select,
.chosen-select-deselect {
  width: 100%; }

.chosen-container {
  position: relative;
  display: inline-block;
  width: 100% !important;
  font-size: 14px;
  text-align: left;
  vertical-align: middle; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); }

.chosen-container.chosen-with-drop .chosen-drop {
  right: 0;
  left: 0; }

.chosen-container .chosen-results {
  position: relative;
  max-height: 240px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #555;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  padding: 5px 6px;
  margin: 0;
  line-height: 1.428571429;
  list-style: none; }

.chosen-container .chosen-results li em {
  font-style: normal;
  background: #feffde; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  color: #999;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.result-selected {
  color: #222; }

.chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #7c7c7c; }

.chosen-container .chosen-results li.highlighted em {
  color: rgba(255, 255, 255, 0.8);
  background: transparent; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #777; }

.chosen-container .chosen-results .no-results {
  display: list-item;
  padding: 8px;
  color: #eee; }

.chosen-container .chosen-results-scroll {
  position: absolute;
  z-index: 1;
  width: 321px;
  margin: 0 4px;
  text-align: center;
  background: #fff; }

.chosen-container .chosen-results-scroll span {
  display: inline-block;
  width: 9px;
  height: 1.428571429;
  text-indent: -5000px; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  height: 34px;
  padding: 0 0 0 12px;
  overflow: hidden;
  line-height: 34px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 0;
  right: 30px;
  display: inline-block;
  width: 24px;
  height: 34px;
  text-align: center;
  cursor: pointer; }

.chosen-container-single .chosen-single abbr::before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  font-weight: 900;
  color: #555;
  content: "\f00d"; }

.chosen-container-single .chosen-single abbr:hover::before {
  color: #222; }

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 34px;
  padding-left: 8px; }

.chosen-container-single .chosen-single div::after {
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  font-weight: 900;
  color: #555;
  content: "\f078"; }

.chosen-container-single .chosen-default {
  color: #555; }

.chosen-container-single a:not([href]):not([tabindex]) {
  color: #999 !important; }

.chosen-container-single a:not([href]):not([tabindex]).chosen-single:not(.chosen-default) {
  color: #333 !important; }

.chosen-container-single .chosen-search-input {
  display: none;
  border: none; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1050;
  padding: 3px 4px;
  margin: 0;
  white-space: nowrap; }

.chosen-container-single .chosen-search::after {
  position: relative;
  left: -28px;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  font-weight: 900;
  color: #555;
  content: "\f002"; }

.chosen-container-single .chosen-search input[type="text"] {
  width: 100%;
  padding: 4px 28px 4px 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-clip: padding-box; }

.chosen-container-single-nosearch .chosen-search {
  display: none; }

.chosen-container-multi .chosen-choices {
  position: relative;
  height: auto !important;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: text;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices .search-field {
  padding: 0;
  margin: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices .search-field input[type="text"] {
  width: 100% !important;
  height: 32px;
  padding: 0 0 0 0.75rem;
  margin: 0;
  color: #999;
  background: transparent !important;
  border: 0 !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.chosen-container-multi .chosen-choices .search-field .default {
  color: #777; }

.chosen-container-multi .chosen-choices .search-choice {
  position: relative;
  padding: 5px 24px 4px 4px;
  margin: 5px 0 0 8px;
  font-size: 12px;
  line-height: 1;
  color: #333;
  cursor: default;
  background-color: #f3f3f3;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:after {
  position: absolute;
  top: -1px;
  right: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  font-weight: 900;
  color: #555;
  cursor: pointer;
  content: "\f00d"; }

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover::after {
  color: #222; }

.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #eee; }

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px; }

.chosen-container-multi .chosen-drop .result-selected {
  display: none; }

.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.chosen-container-active.chosen-with-drop .chosen-single div::after {
  content: "\f077"; }

.chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.chosen-container-active .chosen-choices .search-field input[type="text"] {
  color: #111 !important; }

.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.chosen-container-active.chosen-with-drop .chosen-search-input {
  display: inline-block; }

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-container-optgroup-clickable li.group-result {
  text-transform: none !important; }

.chosen-container-optgroup-clickable li.group-result:hover {
  color: #fff;
  cursor: pointer;
  background-color: #7c7c7c; }

.chosen-container.is-valid .chosen-single,
.chosen-container:valid .chosen-single,
.chosen-container.is-valid .chosen-choices,
.chosen-container:valid .chosen-choices,
.chosen-container.is-valid .chosen-drop,
.chosen-container:valid .chosen-drop {
  border-color: #5cb85c; }

.chosen-container.is-invalid .chosen-single,
.chosen-container:invalid .chosen-single,
.chosen-container.is-invalid .chosen-choices,
.chosen-container:invalid .chosen-choices,
.chosen-container.is-invalid .chosen-drop,
.chosen-container:invalid .chosen-drop {
  border-color: #d9534f; }

input[type="text"].chosen-focus-input {
  position: absolute;
  top: -9000px;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  background: transparent !important;
  border: 0 !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.input-group:nth-of-type(1) .chosen-container .chosen-choices {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group:not(:nth-of-type(1)) .chosen-container .chosen-choices {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group:not(:nth-of-type(1)) .input-group-prepend .input-group-text {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.input-group .chosen-container {
  position: relative;
  flex: 1 1 auto; }

.img-responsive.pull-left {
  margin-right: 1rem; }

.img-responsive.pull-right {
  margin-left: 1rem; }

.img-responsive.inline {
  display: inline-block; }

.glyphicon {
  font-size: .8em; }

h1, .h1,
h2, .h2,
h3,
.accordions-christmas2019 .panel .panel-heading .panel-title,
.accordions-christmas2020 .panel .panel-heading .panel-title,
.accordions-easter2020 .panel .panel-heading .panel-title, .h3,
h4,
.accordions-1 .panel .panel-heading .panel-title,
.accordions-2 .panel .panel-heading .panel-title,
.accordions-nostyle .panel .panel-heading .panel-title, .h4,
h5, .h5,
h6, .h6 {
  margin: 0px; }

h5, h6, .h5, .h6 {
  color: #222222; }

hr {
  border-top: 1px solid #383735; }

.carousel-caption {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (min-width: 768px) {
  .row.equal-height-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .row.equal-height-columns > *[class*="col-"] {
      -webkit-box-flex: 1 0 auto;
      -moz-box-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; } }

@media (min-width: 1600px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 40px;
    padding-right: 40px; }
  .row.normal .col-xs-1, .row.normal .col-sm-1, .row.normal .col-md-1, .row.normal .col-lg-1, .row.normal .col-xs-2, .row.normal .col-sm-2, .row.normal .col-md-2, .row.normal .col-lg-2, .row.normal .col-xs-3, .row.normal .col-sm-3, .row.normal .col-md-3, .row.normal .col-lg-3, .row.normal .col-xs-4, .row.normal .col-sm-4, .row.normal .col-md-4, .row.normal .col-lg-4, .row.normal .col-xs-5, .row.normal .col-sm-5, .row.normal .col-md-5, .row.normal .col-lg-5, .row.normal .col-xs-6, .row.normal .col-sm-6, .row.normal .col-md-6, .row.normal .col-lg-6, .row.normal .col-xs-7, .row.normal .col-sm-7, .row.normal .col-md-7, .row.normal .col-lg-7, .row.normal .col-xs-8, .row.normal .col-sm-8, .row.normal .col-md-8, .row.normal .col-lg-8, .row.normal .col-xs-9, .row.normal .col-sm-9, .row.normal .col-md-9, .row.normal .col-lg-9, .row.normal .col-xs-10, .row.normal .col-sm-10, .row.normal .col-md-10, .row.normal .col-lg-10, .row.normal .col-xs-11, .row.normal .col-sm-11, .row.normal .col-md-11, .row.normal .col-lg-11, .row.normal .col-xs-12, .row.normal .col-sm-12, .row.normal .col-md-12, .row.normal .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px; }
  .row {
    margin-left: -40px;
    margin-right: -40px; }
    .row.normal {
      margin-left: -15px;
      margin-right: -15px; }
  .container {
    width: 1490px; }
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px; } }

@media print {
  a[href]:after {
    content: none !important; } }

/* Masonry and Portfolio */
.isotope_wrap {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* clear fix */
  /* Isotope item decoration */
  /* Isotope layout */ }
  .isotope_wrap:after {
    content: '';
    display: block;
    clear: both; }
  .isotope_wrap .isotope_item {
    opacity: 0;
    /* hide by default */
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: alpha(opacity=0); }
    .isotope_wrap .isotope_item .card .img-hover {
      min-height: 5px;
      background-color: #5f5f5f;
      background-repeat: no-repeat;
      background-position: 50%; }
    .isotope_wrap .isotope_item .post_item {
      overflow: hidden; }
    .isotope_wrap .isotope_item .post_featured {
      margin-bottom: 0; }
      .isotope_wrap .isotope_item .post_featured .hover_icon:before {
        font-size: 3rem; }
    .isotope_wrap .isotope_item:after {
      content: '';
      display: block;
      clear: both; }
  .isotope_wrap.is-showing-items .isotope_item {
    opacity: 1;
    /* reveal when ready */
    filter: alpha(opacity=100); }
  .isotope_wrap .isotope_column_2 {
    width: 50%; }
  .isotope_wrap .isotope_column_3 {
    width: 33%; }
  .isotope_wrap .isotope_column_4 {
    width: 25%; }
  .isotope_wrap .isotope_column_5 {
    width: 20%; }
  .isotope_wrap .isotope_column_6 {
    width: 16.6666%; }
  .isotope_wrap .isotope_column_7 {
    width: 14.2857%; }
  .isotope_wrap .isotope_column_8 {
    width: 12.5%; }

hr.christmas {
  border-color: rgba(117, 30, 23, 0.25);
  margin: 20px; }

.role-day {
  height: 3.5rem;
  display: table;
  text-align: center;
  width: 100%; }
  .role-day span {
    display: table-cell;
    vertical-align: middle; }

/** this is to overwrite old styles from another developer **/
.squairy-light-mediumTan-overlay {
  background: rgba(216, 198, 173, 0.2); }
  .squairy-light-mediumTan-overlay::after {
    background: none !important; }

.stickyDate {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 15px !important; }

.select-wrapper-role {
  border: 1px solid #751e17;
  position: relative;
  background-color: white; }
  .select-wrapper-role p {
    margin: 0; }
  .select-wrapper-role .nav-current {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: 0;
    display: block;
    height: auto;
    width: 100%;
    padding: 15px 55px 15px 15px;
    border-radius: 0;
    z-index: auto;
    cursor: pointer; }
    .select-wrapper-role .nav-current::after {
      position: absolute;
      top: 50%;
      right: 20px;
      margin: -5px 0 0;
      display: inline-block;
      width: 24px;
      height: 11px;
      content: "";
      background: transparent url("https://www.southeastchristian.org/eastertogether/assets/images/arrow-select-2-24x11.png") center no-repeat;
      border: none; }

.rolelist {
  -webkit-box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18);
  box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18);
  border: 1px solid #751e17;
  border-top: none;
  float: none;
  position: relative;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  padding: 0;
  height: auto;
  width: auto;
  text-align: left;
  background-color: #ffffff;
  z-index: 5;
  overflow-x: hidden; }
  .rolelist li {
    border-bottom: 1px solid #eeeeee; }
    .rolelist li a {
      color: #51545b; }
    .rolelist li p {
      margin-top: 5px;
      margin-left: 10px; }
    .rolelist li span.role {
      font-weight: 600;
      font-size: 1.2em; }
    .rolelist li span.time {
      clear: left;
      font-size: 1.2em;
      margin-left: 10px; }
    .rolelist li span.time {
      font-size: 1.2em; }
    .rolelist li span.label {
      margin: 3px; }
    .rolelist li.active {
      background-color: #eeeeee; }
      .rolelist li.active a {
        color: #797548; }
    .rolelist li div.full {
      padding: 10px 15px;
      background: #fff;
      color: #ccc; }
      .rolelist li div.full span.label {
        background: #ccc; }

/*** Christmas Borders ***/
.advent-border {
  /* due to custom corners */
  /*top left corner*/
  /*top right*/
  /*bottom left*/
  /*bottom right */
  /*top left corner*/
  /*top right*/
  /*bottom left*/
  /*bottom right */ }
  .advent-border a {
    color: #404d56; }
  .advent-border a:hover {
    color: #797548; }
  .advent-border p {
    margin: 0 0 20px; }
  .advent-border .role {
    font-size: 1.7em;
    font-weight: bolder; }
  .advent-border .christmas-box {
    min-width: 64px;
    width: auto;
    height: auto;
    position: relative;
    margin-bottom: 32px; }
  .advent-border .christmas-box-body {
    padding: 32px;
    height: auto; }
  .advent-border .christmas-border {
    border: 1px solid #751e17;
    outline: 1px solid #751e17;
    outline-offset: 3px;
    width: 100%;
    height: 100%; }
  .advent-border .corner {
    position: absolute;
    background-image: url("https://rock.secc.org/Content/ExternalSite/WebImages/CCT_CornerTwo.svg");
    background-repeat: no-repeat;
    width: 45px;
    height: 45px; }
  .advent-border .TL {
    top: -6px;
    left: -7px; }
  .advent-border .TR {
    top: -7px;
    right: -6px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .advent-border .BL {
    bottom: -9px;
    left: -6px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .advent-border .BR {
    bottom: -8px;
    right: -7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .advent-border #no-border-tl,
  .advent-border #no-border-tr,
  .advent-border #no-border-bl,
  .advent-border #no-border-br {
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #F7F4EF;
    /*background-color: red;*/
    display: block; }
  .advent-border #no-border-tl {
    top: -3px;
    left: -3px; }
  .advent-border #no-border-tr {
    top: -2px;
    right: -3px; }
  .advent-border #no-border-bl {
    bottom: -3px;
    left: -3px;
    width: 38px; }
  .advent-border #no-border-br {
    bottom: -3px;
    right: -1px;
    width: 37px;
    height: 32px; }
  .advent-border #no-outline-tl,
  .advent-border #no-outline-tr,
  .advent-border #no-outline-bl,
  .advent-border #no-outline-br {
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #F7F4EF;
    display: block; }
  .advent-border #no-outline-tl {
    top: -13px;
    left: -13px; }
  .advent-border #no-outline-tr {
    top: -13px;
    right: -13px; }
  .advent-border #no-outline-bl {
    bottom: -14px;
    left: -10px; }
  .advent-border #no-outline-br {
    bottom: -13px;
    right: -10px; }

section#christmas .panel {
  border-radius: 0; }

section#christmas .panel-block > .panel-heading {
  border-color: #751e17;
  color: #F7F4EF;
  background: #4B1A15;
  border-radius: 0;
  border-style: double;
  border-width: 4px;
  border-bottom: none; }

section#christmas .panel .panel-body {
  border-color: #751e17;
  border-style: double;
  border-top: none;
  border-width: 4px;
  border-radius: 0; }

/* Custom Code Here */
.check input {
  display: none; }
  .check input:checked + label .icon-box {
    animation: keyframes(animOn) 0.8s 1 forwards;
    background: #000000; }
    .check input:checked + label .icon-box i {
      transform: translate(-50%, -50%) scale(1);
      transition-duration: 250ms;
      opacity: 1;
      color: #FFFFFF; }

.check label {
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  min-height: 60px;
  cursor: pointer; }
  .check label .icon-box {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(124, 124, 124, 0.18);
    position: relative;
    width: 50px;
    height: 50px;
    transition: background 300ms ease; }
    .check label .icon-box:hover {
      background: rgba(255, 255, 255, 0.5); }
    .check label .icon-box i {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 20px;
      display: inline-block;
      opacity: 0;
      pointer-events: none;
      transition: all 0.2s ease-in-out;
      transition-delay: 200ms;
      transform: translate(-50%, -50%) scale(6); }

@-webkit-keyframes $animationName {
  40% {
    height: 20px;
    width: 100px; }
  50% {
    height: 60px;
    width: 30px; }
  60% {
    height: 40px;
    width: 70px; }
  70% {
    height: 55px;
    width: 45px; }
  100% {
    height: 50px;
    width: 50px; } }

@-moz-keyframes $animationName {
  40% {
    height: 20px;
    width: 100px; }
  50% {
    height: 60px;
    width: 30px; }
  60% {
    height: 40px;
    width: 70px; }
  70% {
    height: 55px;
    width: 45px; }
  100% {
    height: 50px;
    width: 50px; } }

@-o-keyframes $animationName {
  40% {
    height: 20px;
    width: 100px; }
  50% {
    height: 60px;
    width: 30px; }
  60% {
    height: 40px;
    width: 70px; }
  70% {
    height: 55px;
    width: 45px; }
  100% {
    height: 50px;
    width: 50px; } }

@keyframes $animationName {
  40% {
    height: 20px;
    width: 100px; }
  50% {
    height: 60px;
    width: 30px; }
  60% {
    height: 40px;
    width: 70px; }
  70% {
    height: 55px;
    width: 45px; }
  100% {
    height: 50px;
    width: 50px; } }

.in-columns-1 {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1; }

.in-columns-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }

.in-columns-3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3; }

.in-columns-4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4; }

.in-columns-5 {
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5; }

.in-columns-6 {
  -moz-column-count: 6;
  -webkit-column-count: 6;
  column-count: 6; }

.in-columns {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-column-width: 130px;
  -moz-column-width: 130px;
  column-width: 130px; }

.in-columns .radio:first-child, .in-columns .checkbox:first-child, .in-columns .radio-inline:first-child, .in-columns .checkbox-inline:first-child {
  margin-top: 0; }

.in-columns .radio, .in-columns .checkbox, .in-columns .radio-inline, .in-columns .checkbox-inline {
  display: block;
  padding-right: 0; }

.checkbox-inline:first-child, .radio-inline:first-child {
  padding-left: 30px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

/* end of custom code */
/* Socials icons
-------------------------------------------------------------- */
.socials {
  overflow: visible;
  display: inline-block; }
  .socials .socials_item {
    display: inline-block;
    outline: none; }
    .socials .socials_item a {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: block;
      text-align: center; }
  .socials a {
    color: #7C7C7C;
    display: inline-block;
    outline: none;
    overflow: visible;
    width: 3em;
    height: 3em;
    line-height: 2.7em;
    position: relative;
    -webkit-border-radius: 6px;
    /* Hack for Chrome - show sharp corners while animation */
    background-repeat: no-repeat;
    background-position: 0 -4em;
    -webkit-background-size: 4em 8em;
    -moz-background-size: 4em 8em;
    -o-background-size: 4em 8em;
    background-size: 4em 8em; }
    .socials a.invert {
      color: white;
      border-color: white; }
    .socials a:hover {
      color: #7C7C7C;
      opacity: 1;
      overflow: visible;
      -moz-opacity: 1;
      filter: alpha(opacity=1);
      -webkit-transition: all ease .5s;
      -moz-transition: all ease .5s;
      -ms-transition: all ease .5s;
      -o-transition: all ease .5s;
      transition: all ease .5s;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      /* IE 9 */
      -o-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
      transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }
      .socials a:hover.social-twitter {
        color: #1da1f2; }
      .socials a:hover.social-facebook {
        color: #3b5998; }
      .socials a:hover.social-instagram {
        color: #fb3958; }
    .socials a:focus {
      outline: none !important;
      outline: none !important;
      outline-offset: none !important; }
  .socials .social_icons i {
    font-size: 1.8em;
    line-height: inherit; }

.page_events_parallax header {
  z-index: 5;
  position: relative;
  vertical-align: middle;
  margin: 5%;
  color: white; }
  .page_events_parallax header h1 {
    font-size: 10em; }
    @media (min-width: 769px) and (max-width: 992px) {
      .page_events_parallax header h1 {
        font-size: 7.5em; } }
    @media (max-width: 768px) {
      .page_events_parallax header h1 {
        font-size: 5em; } }

.page_events_parallax:after {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block !important; }

.wellbox {
  position: absolute;
  bottom: 0;
  padding: 15px;
  min-height: auto;
  background-color: #efefef;
  margin: 2em 1.5em 2em 0px;
  border-radius: 10px; }

#nextStep {
  padding-top: 1em;
  padding-bottom: 1em; }

.event-list-background {
  background-color: #efefef; }

div[id$='pnlList'] {
  transition: all 0.3s; }

a.eventCardLink {
  color: #222222; }

.event-calendar {
  margin-bottom: 30px;
  padding: 0px !important; }
  .event-calendar.hide-on-load {
    opacity: 0; }
  .event-calendar .card {
    background-color: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 768px) {
      .event-calendar .card {
        margin-left: 0px;
        margin-right: 0px;
        -webkit-box-shadow: 0 3px 12px 2px #c7c7c7;
        box-shadow: 0 3px 12px 2px rgba(199, 199, 199, 0.5); } }
    .event-calendar .card .caption a {
      cursor: pointer; }
    .event-calendar .card:hover {
      -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
      transform: translateY(-10px);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .event-calendar #datedetails hr {
    border-color: #e1e1e1;
    margin: 10px 0; }
  .event-calendar .img-hover {
    position: relative;
    overflow: hidden;
    z-index: 3; }
    .event-calendar .img-hover img {
      z-index: -1;
      background-color: white;
      position: relative;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
      -o-transform: scale(1.06);
      transform: scale(1.06); }
    .event-calendar .img-hover img:hover {
      -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
      -o-transform: scale(1.01);
      transform: scale(1.01); }
    .event-calendar .img-hover .event-photo-title {
      width: 100%;
      text-align: center;
      color: white;
      position: absolute;
      top: 50%;
      left: 50%; }
      .event-calendar .img-hover .event-photo-title h1 {
        letter-spacing: 2px;
        transform: translate(-50%, -50%); }
        @media (max-width: 768px) {
          .event-calendar .img-hover .event-photo-title h1 {
            font-size: 3rem;
            line-height: 2.5rem; } }
        @media (min-width: 769px) and (max-width: 992px) {
          .event-calendar .img-hover .event-photo-title h1 {
            font-size: 1.2rem;
            line-height: 1rem; } }
        @media (min-width: 993px) and (max-width: 1200px) {
          .event-calendar .img-hover .event-photo-title h1 {
            font-size: 1.5rem;
            line-height: 1.5rem; } }
        @media (min-width: 1201px) {
          .event-calendar .img-hover .event-photo-title h1 {
            font-size: 3rem;
            line-height: 2.5rem; } }
      .event-calendar .img-hover .event-photo-title h1 small, .event-calendar .img-hover .event-photo-title h2 small, .event-calendar .img-hover .event-photo-title h3 small, .event-calendar .img-hover .event-photo-title .accordions-christmas2019 .panel .panel-heading .panel-title small, .accordions-christmas2019 .panel .panel-heading .event-calendar .img-hover .event-photo-title .panel-title small, .event-calendar .img-hover .event-photo-title .accordions-christmas2020 .panel .panel-heading .panel-title small, .accordions-christmas2020 .panel .panel-heading .event-calendar .img-hover .event-photo-title .panel-title small, .event-calendar .img-hover .event-photo-title .accordions-easter2020 .panel .panel-heading .panel-title small, .accordions-easter2020 .panel .panel-heading .event-calendar .img-hover .event-photo-title .panel-title small, .event-calendar .img-hover .event-photo-title h4 small, .event-calendar .img-hover .event-photo-title .accordions-1 .panel .panel-heading .panel-title small, .accordions-1 .panel .panel-heading .event-calendar .img-hover .event-photo-title .panel-title small, .event-calendar .img-hover .event-photo-title .accordions-2 .panel .panel-heading .panel-title small, .accordions-2 .panel .panel-heading .event-calendar .img-hover .event-photo-title .panel-title small, .event-calendar .img-hover .event-photo-title .accordions-nostyle .panel .panel-heading .panel-title small, .accordions-nostyle .panel .panel-heading .event-calendar .img-hover .event-photo-title .panel-title small, .event-calendar .img-hover .event-photo-title h5 small, .event-calendar .img-hover .event-photo-title h6 small {
        color: white; }
  .event-calendar .event-items {
    height: auto;
    min-height: 9.5rem;
    overflow: hidden;
    text-align: center; }
    .event-calendar .event-items .event-icon {
      box-sizing: border-box;
      position: relative;
      width: 4.25rem;
      height: 4.25rem;
      margin: 5px auto;
      background-repeat: no-repeat;
      text-align: center;
      color: #656565; }
      .event-calendar .event-items .event-icon.--calendar {
        background-image: url("/Themes/SECC2019/Assets/img/events/Events.svg"); }
      .event-calendar .event-items .event-icon.--clock {
        background-image: url("/Themes/SECC2019/Assets/img/events/Clock.svg"); }
      .event-calendar .event-items .event-icon.--location {
        background-image: url("/Themes/SECC2019/Assets/img/events/Location.svg"); }
      .event-calendar .event-items .event-icon.--teddy-bear {
        background-image: url("/Themes/SECC2019/Assets/img/events/Teddy-Bear.svg"); }
  .event-calendar .date {
    box-sizing: border-box;
    position: relative;
    width: 114px;
    height: 114px;
    background: url("/Themes/SECC2014/Assets/img/events/EventCalendarWhite.svg");
    background-repeat: no-repeat;
    text-align: center;
    color: #656565; }
    .event-calendar .date .day {
      top: 35px;
      font-weight: bold;
      font-size: 45px;
      line-height: 1;
      position: absolute;
      right: 0;
      left: 0; }
    .event-calendar .date .month {
      bottom: 20px;
      font-size: 16px;
      line-height: 1;
      position: absolute;
      right: 0;
      left: 0; }
  .event-calendar .multi-date {
    box-sizing: border-box;
    position: relative;
    width: 114px;
    height: 114px;
    background: url("/Themes/SECC2014/Assets/img/events/MultipleEventsCalendarWhite.svg");
    background-repeat: no-repeat;
    text-align: center; }
  .event-calendar .reoccur-date {
    box-sizing: border-box;
    position: relative;
    width: 114px;
    height: 114px;
    background: url("/Themes/SECC2014/Assets/img/events/ReoccuringEventsCalendarWhite.svg");
    background-repeat: no-repeat;
    text-align: center; }

.event-detail-header {
  background-color: #333;
  padding: 60px 0 10px 0px;
  height: 200px; }
  .event-detail-header div {
    height: 100%; }
    .event-detail-header div div {
      height: 100%; }
      .event-detail-header div div div {
        height: 100%; }
  @media (max-width: 992px) {
    .event-detail-header {
      height: auto;
      padding: 60px 0 10px 20px; } }
  .event-detail-header h1 {
    position: absolute;
    bottom: 10px;
    font-size: 3em;
    color: white; }
    @media (min-width: 769px) and (max-width: 992px) {
      .event-detail-header h1 {
        font-size: 2.8em;
        position: relative; } }
    @media (max-width: 768px) {
      .event-detail-header h1 {
        position: relative;
        font-size: 2.2em; } }

.event-details {
  padding: 25px;
  border-radius: 5px;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #efefef;
  margin-bottom: 20px; }
  .event-details h2 {
    font-weight: 300;
    letter-spacing: 2px; }
  .event-details h4, .event-details .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading .event-details .panel-title, .event-details .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading .event-details .panel-title, .event-details .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading .event-details .panel-title {
    font-weight: 400;
    text-transform: uppercase; }
  .event-details hr {
    margin: 10px 0px 20px 0px;
    border-color: rgba(101, 101, 101, 0.4); }
  @media (min-width: 992px) {
    .event-details {
      margin-top: -180px; } }
  .event-details .event-photo-container {
    position: relative; }
    .event-details .event-photo-container .event-photo {
      position: relative; }
    .event-details .event-photo-container .event-photo-title {
      width: 100%;
      text-align: center;
      color: white;
      position: absolute;
      top: 50%;
      left: 50%; }
      .event-details .event-photo-container .event-photo-title h1 {
        letter-spacing: 2px;
        transform: translate(-50%, -50%); }
        @media (max-width: 768px) {
          .event-details .event-photo-container .event-photo-title h1 {
            font-size: 3rem;
            line-height: 2.5rem; } }
        @media (min-width: 769px) and (max-width: 992px) {
          .event-details .event-photo-container .event-photo-title h1 {
            font-size: 3rem;
            line-height: 2.5rem; } }
        @media (min-width: 993px) and (max-width: 1200px) {
          .event-details .event-photo-container .event-photo-title h1 {
            font-size: 1.5rem;
            line-height: 1.5rem; } }
        @media (min-width: 1201px) {
          .event-details .event-photo-container .event-photo-title h1 {
            font-size: 3rem;
            line-height: 2.5rem; } }
      .event-details .event-photo-container .event-photo-title h1 small, .event-details .event-photo-container .event-photo-title h2 small, .event-details .event-photo-container .event-photo-title h3 small, .event-details .event-photo-container .event-photo-title .accordions-christmas2019 .panel .panel-heading .panel-title small, .accordions-christmas2019 .panel .panel-heading .event-details .event-photo-container .event-photo-title .panel-title small, .event-details .event-photo-container .event-photo-title .accordions-christmas2020 .panel .panel-heading .panel-title small, .accordions-christmas2020 .panel .panel-heading .event-details .event-photo-container .event-photo-title .panel-title small, .event-details .event-photo-container .event-photo-title .accordions-easter2020 .panel .panel-heading .panel-title small, .accordions-easter2020 .panel .panel-heading .event-details .event-photo-container .event-photo-title .panel-title small, .event-details .event-photo-container .event-photo-title h4 small, .event-details .event-photo-container .event-photo-title .accordions-1 .panel .panel-heading .panel-title small, .accordions-1 .panel .panel-heading .event-details .event-photo-container .event-photo-title .panel-title small, .event-details .event-photo-container .event-photo-title .accordions-2 .panel .panel-heading .panel-title small, .accordions-2 .panel .panel-heading .event-details .event-photo-container .event-photo-title .panel-title small, .event-details .event-photo-container .event-photo-title .accordions-nostyle .panel .panel-heading .panel-title small, .accordions-nostyle .panel .panel-heading .event-details .event-photo-container .event-photo-title .panel-title small, .event-details .event-photo-container .event-photo-title h5 small, .event-details .event-photo-container .event-photo-title h6 small {
        color: white; }

.filterbox {
  position: relative;
  bottom: 0;
  padding: 15px;
  min-height: auto;
  width: 100%;
  margin: 2em 1.5em 2em 0px;
  border-radius: 10px; }

/* Socials icons
-------------------------------------------------------------- */
.socials {
  overflow: visible;
  display: inline-block; }
  .socials .socials_item {
    display: inline-block;
    outline: none; }
    .socials .socials_item a {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: block;
      text-align: center; }
  .socials a {
    color: #7C7C7C;
    display: inline-block;
    outline: none;
    overflow: visible;
    width: 3em;
    height: 3em;
    line-height: 2.7em;
    position: relative;
    -webkit-border-radius: 6px;
    /* Hack for Chrome - show sharp corners while animation */
    background-repeat: no-repeat;
    background-position: 0 -4em;
    -webkit-background-size: 4em 8em;
    -moz-background-size: 4em 8em;
    -o-background-size: 4em 8em;
    background-size: 4em 8em; }
    .socials a.invert {
      color: white;
      border-color: white; }
    .socials a:hover {
      color: #7C7C7C;
      opacity: 1;
      overflow: visible;
      -moz-opacity: 1;
      filter: alpha(opacity=1);
      -webkit-transition: all ease .5s;
      -moz-transition: all ease .5s;
      -ms-transition: all ease .5s;
      -o-transition: all ease .5s;
      transition: all ease .5s;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      /* IE 9 */
      -o-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
      transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }
      .socials a:hover.social-twitter {
        color: #1da1f2; }
      .socials a:hover.social-facebook {
        color: #3b5998; }
      .socials a:hover.social-instagram {
        color: #fb3958; }
    .socials a:focus {
      outline: none !important;
      outline: none !important;
      outline-offset: none !important; }
  .socials .social_icons i {
    font-size: 1.8em;
    line-height: inherit; }

.se-panel {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 768px) {
    .se-panel {
      margin-left: 0px;
      margin-right: 0px;
      -webkit-box-shadow: 0 3px 12px 2px #c7c7c7;
      box-shadow: 0 3px 12px 2px rgba(199, 199, 199, 0.5); } }
  .se-panel .caption a {
    cursor: pointer; }
  .se-panel .bug {
    background-color: #7C7C7C;
    top: -20px;
    right: -20px;
    width: 80px;
    white-space: normal;
    border-radius: 100%;
    height: 80px; }

/* 7.3 Page info: page title and breadcrumbs
-------------------------------------------------------------- */
.page_title, .breadcrumbs {
  max-width: 90%; }

.top_panel_title_inner {
  overflow: hidden;
  background-color: rgba(239, 239, 239, 0.5); }

.top_panel_title .page_title {
  padding: 1.7em 0 1.7em;
  font-size: 0.875em;
  line-height: 1.5em; }

.top_panel_title .breadcrumbs {
  margin: 0 auto;
  font-weight: 400;
  font-size: 1em;
  padding: 1.7em 0 1.7em;
  line-height: 1.2em; }
  .top_panel_title .breadcrumbs .breadcrumbs_item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }
  .top_panel_title .breadcrumbs .breadcrumbs_delimiter {
    display: inline-block;
    position: relative;
    margin: 0 0.4em;
    vertical-align: top;
    text-align: left; }
    .top_panel_title .breadcrumbs .breadcrumbs_delimiter:before {
      content: '|'; }

.breadcrumb {
  margin: 0 auto !important;
  padding: 1.7em 0 1.7em 5rem !important;
  line-height: 1.2em !important;
  overflow: hidden !important;
  background-color: rgba(239, 239, 239, 0.5) !important; }
  .breadcrumb li {
    font-weight: 400 !important;
    font-size: 1em !important;
    display: inline-block !important;
    vertical-align: top !important;
    white-space: normal !important; }
    .breadcrumb li:not(:first-child):before {
      display: inline-block !important;
      position: relative !important;
      margin: 0 0.4em !important;
      vertical-align: top !important;
      text-align: left !important;
      content: '|' !important; }
  @media (max-width: 992px) {
    .breadcrumb {
      font-size: 1.3rem;
      padding: 1em 0 0 0;
      line-height: 0.2em; } }

@media (min-width: 640px) and (max-width: 768px) {
  .top_panel_title .page_title, .top_panel_title .breadcrumbs {
    max-width: 100% !important;
    float: none;
    text-align: left; }
  .top_panel_title .page_title {
    font-size: 1.3rem;
    padding: 1em 0 0 0;
    line-height: 0.2em; }
  .top_panel_title .breadcrumbs {
    font-size: 0.7em;
    padding: 1.5em 0 1.5em 0 !important; } }

@media (min-width: 480px) and (max-width: 639px) {
  .top_panel_title .page_title, .top_panel_title .breadcrumbs {
    max-width: 100% !important;
    float: none;
    text-align: left; }
  .top_panel_title .page_title {
    font-size: 1.3rem;
    padding: 1em 0 0 0;
    line-height: 0.2em; }
  .top_panel_title .breadcrumbs {
    font-size: 0.7em;
    padding: 1.5em 0 1.5em 0 !important; } }

@media (max-width: 479px) {
  .top_panel_title .page_title, .top_panel_title .breadcrumbs {
    max-width: 100% !important;
    float: none;
    text-align: left; }
  .top_panel_title .page_title {
    font-size: 1.3rem;
    padding: 1em 0 0 0;
    line-height: 0.2em; }
  .top_panel_title .breadcrumbs {
    font-size: 0.7em;
    padding: 1.5em 0 1.5em 0 !important; } }

.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: auto;
    margin-top: 5px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding: 5px 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .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: #FFFFFF;
  border: 1px solid #efefef;
  overflow: hidden;
  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;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 8px; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  margin-top: 8px; }

.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: transparent;
  border: 2px solid #000000;
  border-radius: 0px; }
  .select2-container--default .select2-selection--single:focus {
    outline: none; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600; }
    .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
      outline: none; }
  .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: auto;
    position: absolute;
    top: 25px;
    right: 15px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: white;
      border-style: none;
      border-width: 0px;
      height: 0;
      position: absolute;
      width: 0; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
        width: 10px;
        height: 10px;
        content: "";
        border: solid #000000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        position: absolute;
        top: 55%;
        left: 50%;
        transition: all 0.4s ease;
        transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transform: translate(-50%, -50%) rotate(45deg); }
  .select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__arrow b:before {
    transform: translate(-50%, -50%) rotate(-135deg);
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    top: 3px; }

.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__rendered li {
      list-style: none; }
  .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: 3px solid rgba(239, 239, 239, 0.5); }

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: 0px; }

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

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

.select2-container--default .select2-results__option {
  font-weight: 400; }
  .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: #e5e4e4; }

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

/*
    The accent colors are deprecated and should not be used in new theme development. They will be
    removed in Rock v 6.0.
*/
/*

  Rock's Core CSS

  1. Imports - Used to import the various core less files
  2. HTML Overrides - Style overrides for basic HTML tags
  3. Utility Classes - Classes that we use often to keep from writing from repeating ourselves
  4. Bootstrap Overrides - When Bootstrap gets it wrong, we make it right (we know it's called delusion)
  5. ASP.Net Overrides - Yep they get it wrong too sometimes

*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-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"] {
  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;
  -moz-box-sizing: content-box;
  -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; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3,
  .accordions-christmas2019 .panel .panel-heading .panel-title,
  .accordions-christmas2020 .panel .panel-heading .panel-title,
  .accordions-easter2020 .panel .panel-heading .panel-title {
    orphans: 3;
    widows: 3; }
  h2,
  h3,
  .accordions-christmas2019 .panel .panel-heading .panel-title,
  .accordions-christmas2020 .panel .panel-heading .panel-title,
  .accordions-easter2020 .panel .panel-heading .panel-title {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../Assets/fonts/glyphicons-halflings-regular.eot");
  src: url("../Assets/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../Assets/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../Assets/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../Assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #222222;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

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

cite {
  font-style: normal; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

.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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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%; } }

table {
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #777777;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #777777; }
  .form-control::-webkit-input-placeholder {
    color: #777777; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 36px;
  line-height: 1.42857 \0; }
  input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-sm,
  .form-horizontal .form-group-sm input[type="time"].form-control,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-sm,
  .form-horizontal .form-group-sm input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-sm,
  .form-horizontal .form-group-sm input[type="month"].form-control,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 33px; }
  input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-lg,
  .form-horizontal .form-group-lg input[type="time"].form-control,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-lg,
  .form-horizontal .form-group-lg input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-lg,
  .form-horizontal .form-group-lg input[type="month"].form-control,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 49px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center; }

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn, .navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control, .navbar-form .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .navbar-form .radio label,
    .form-inline .checkbox label, .navbar-form .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -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); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

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

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

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: 0; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -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); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0); }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px; }
  .input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0px 0px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

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

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #777777; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #777777; }
  .navbar-inverse .navbar-nav > li > a {
    color: #777777; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #777777; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #777777; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #777777; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #428bca;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #2a6496;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #428bca; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  a.list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron {
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #222222; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca; }

.alert {
  padding: 5px 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .alert h4, .alert .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading .alert .panel-title, .alert .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading .alert .panel-title, .alert .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading .alert .panel-title {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 5px 15px20; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px; }

.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }

.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #e1edf7; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px; }
  .panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #428bca; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #428bca; }
    .panel-primary > .panel-heading .badge {
      color: #428bca;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  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;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .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: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      width: 100% \9;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

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

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !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; } }

iframe {
  border: 1px solid #ccc; }

.clickable {
  cursor: pointer; }

h1, .h1,
h2, .h2,
h3,
.accordions-christmas2019 .panel .panel-heading .panel-title,
.accordions-christmas2020 .panel .panel-heading .panel-title,
.accordions-easter2020 .panel .panel-heading .panel-title, .h3,
h4,
.accordions-1 .panel .panel-heading .panel-title,
.accordions-2 .panel .panel-heading .panel-title,
.accordions-nostyle .panel .panel-heading .panel-title, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0px;
  margin-bottom: 0px; }

.tip {
  padding: 0 6px 2px;
  font-size: 11px;
  color: #fff;
  background-color: #71a5bf;
  border-radius: 4px; }
  .tip.tip-liquid:after, .tip.tip-lava:after {
    content: '{{ Lava }}'; }
  .tip.tip-html:after {
    content: '< HTML />'; }

.navigation-tip {
  padding: 2px 4px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 90%;
  color: #31708f;
  white-space: nowrap;
  background-color: #d9edf7;
  border-radius: 0px; }

a.help {
  margin-left: 6px;
  color: #86b8cc;
  outline: 0; }

a.warning {
  margin-left: 6px;
  color: #f0ad4e;
  outline: 0; }

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

.photo img {
  width: 100%; }

.well > h1,
.well > h2,
.well > h3, .accordions-christmas2019 .panel .panel-heading
.well > .panel-title, .accordions-christmas2020 .panel .panel-heading
.well > .panel-title, .accordions-easter2020 .panel .panel-heading
.well > .panel-title,
.well > h4, .accordions-1 .panel .panel-heading
.well > .panel-title, .accordions-2 .panel .panel-heading
.well > .panel-title, .accordions-nostyle .panel .panel-heading
.well > .panel-title {
  margin-top: 0; }

.alert-default {
  background-color: #eeeeee;
  border-color: #d5d5d5;
  color: #222222; }
  .alert-default hr {
    border-top-color: #c8c8c8; }
  .alert-default .alert-link {
    color: #090909; }

.alert-warning .btn-warning {
  color: #fff; }

.alert-danger .btn-danger {
  color: #fff; }

.alert-info .btn-info {
  color: #fff; }

.alert-success .btn-success {
  color: #fff; }

th[align=center] {
  text-align: center; }

.form-right {
  margin-bottom: 12px;
  text-align: right; }
  .form-right:before, .form-right:after {
    content: " ";
    display: table; }
  .form-right:after {
    clear: both; }
  .form-right .control-label {
    display: block; }
  .form-right .input-group {
    float: right; }

.btn-tabled a:hover {
  text-decoration: underline; }

.control-label {
  font-weight: 700; }

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

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

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

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

.badge-critical {
  color: #fff !important;
  background-color: #ee7624 !important; }

.badge-legend .badge {
  margin-right: 4px;
  cursor: pointer; }

.popover-content {
  overflow: hidden; }
  .popover-content header {
    padding: 8px 14px;
    margin: -9px -14px 8px;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0; }
    .popover-content header:before, .popover-content header:after {
      content: " ";
      display: table; }
    .popover-content header:after {
      clear: both; }
    .popover-content header img {
      float: left;
      width: 32px;
      margin-right: 6px; }
    .popover-content header h3, .popover-content header .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .popover-content header .panel-title, .popover-content header .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .popover-content header .panel-title, .popover-content header .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .popover-content header .panel-title {
      float: left;
      margin: 0 0 0 6px;
      font-size: 18px;
      font-weight: normal; }
      .popover-content header h3 small, .popover-content header .accordions-christmas2019 .panel .panel-heading .panel-title small, .accordions-christmas2019 .panel .panel-heading .popover-content header .panel-title small, .popover-content header .accordions-christmas2020 .panel .panel-heading .panel-title small, .accordions-christmas2020 .panel .panel-heading .popover-content header .panel-title small, .popover-content header .accordions-easter2020 .panel .panel-heading .panel-title small, .accordions-easter2020 .panel .panel-heading .popover-content header .panel-title small {
        display: block; }
  .popover-content .body div {
    margin-bottom: 2px; }
    .popover-content .body div:last-child {
      margin-bottom: 0; }

.list-group-item:before, .list-group-item:after {
  content: " ";
  display: table; }

.list-group-item:after {
  clear: both; }

.list-group-item .toggle-container {
  display: inline-block; }

.list-group-item .content {
  display: block;
  float: left; }

.panel-headerimage {
  margin: -15px -15px 15px -15px; }

.panel .panel-heading a.btn-link {
  color: #898989; }

.panel .panel-heading .panel-title small {
  opacity: .5; }

.panel .panel-heading .panel-options {
  float: right;
  margin: -10px -15px; }
  .panel .panel-heading .panel-options button {
    padding: 9px 12px 10px;
    border: 0;
    border-radius: 0; }

.panel .panel-heading .checkbox {
  margin: 0; }

.panel .panel-heading .panel-labels {
  float: right;
  margin-top: -2px; }
  .panel .panel-heading .panel-labels .panel-text {
    font-size: 12px;
    float: left;
    margin-top: 5px; }

.panel .panel-heading .panel-actions {
  margin-top: 4px; }

.panel .panel-heading .form-group {
  margin-bottom: 0; }

.panel .panel-body {
  border-radius: 0 0 4px 4px; }

.panel .panel-footer {
  color: #222222;
  background-color: #f5f5f5; }

.panel .panel-settings {
  padding: 15px;
  margin: -15px;
  border-bottom: 1px solid #f6f6f6; }

.panel .panel-settings-group {
  margin: -15px; }
  .panel .panel-settings-group .btn {
    border-color: #efefef;
    border-top-width: 0;
    border-right-width: 0;
    border-radius: 0 !important; }
  .panel .panel-settings-group .btn-group:first-child .btn {
    border-left-width: 0; }
  .panel .panel-settings-group.btn-group-justified {
    width: auto; }
  .panel .panel-settings-group.btn-group-justified > .btn-group .dropdown-menu {
    width: 100%; }

.panel-widget {
  border-color: #efefef; }
  .panel-widget > .panel-heading {
    color: #898989;
    background-color: #efefef;
    border-color: #efefef; }
    .panel-widget > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #efefef; }
    .panel-widget > .panel-heading .badge {
      color: #efefef;
      background-color: #898989; }
  .panel-widget > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #efefef; }
  .panel-widget .panel-heading {
    border: 0; }
    .panel-widget .panel-heading .checkbox {
      display: inline;
      float: left;
      margin-top: 0;
      margin-bottom: 0; }
    .panel-widget .panel-heading .actions a {
      margin-left: 4px; }
    .panel-widget .panel-heading small {
      color: #bcbcbc; }

.panel-persondetails {
  border-top-color: #efefef;
  border-color: #efefef; }
  .panel-persondetails > .panel-heading {
    color: #898989;
    background-color: #efefef;
    border-color: #efefef; }
    .panel-persondetails > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #efefef; }
    .panel-persondetails > .panel-heading .badge {
      color: #efefef;
      background-color: #898989; }
  .panel-persondetails > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #efefef; }
  .panel-persondetails .panel-heading .actions a {
    margin-left: 4px; }
  .panel-persondetails .panel-body {
    background-color: #fff; }
    .panel-persondetails .panel-body .form-group.static-control {
      margin-bottom: 2px; }
      .panel-persondetails .panel-body .form-group.static-control:before, .panel-persondetails .panel-body .form-group.static-control:after {
        content: " ";
        display: table; }
      .panel-persondetails .panel-body .form-group.static-control:after {
        clear: both; }
      .panel-persondetails .panel-body .form-group.static-control label {
        float: left;
        width: 40%;
        padding-right: 12px;
        text-align: right; }
      .panel-persondetails .panel-body .form-group.static-control .form-control-static {
        float: left;
        width: 60%;
        padding-top: 0;
        overflow: hidden;
        text-overflow: ellipsis; }
    .panel-persondetails .panel-body i.fa.fa-bars {
      cursor: pointer; }

.panel-block, .panel-default {
  border-top-color: #efefef;
  border-color: #efefef; }
  .panel-block > .panel-heading, .panel-default > .panel-heading {
    color: #898989;
    background-color: #efefef;
    border-color: #efefef; }
    .panel-block > .panel-heading + .panel-collapse > .panel-body, .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #efefef; }
    .panel-block > .panel-heading .badge, .panel-default > .panel-heading .badge {
      color: #efefef;
      background-color: #898989; }
  .panel-block > .panel-footer + .panel-collapse > .panel-body, .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #efefef; }
  .panel-block > .panel-heading:before, .panel-block > .panel-heading:after, .panel-default > .panel-heading:before, .panel-default > .panel-heading:after {
    content: " ";
    display: table; }
  .panel-block > .panel-heading:after, .panel-default > .panel-heading:after {
    clear: both; }
  .panel-block > .panel-heading .panel-title, .panel-default > .panel-heading .panel-title {
    float: left; }
    .panel-block > .panel-heading .panel-title i, .panel-default > .panel-heading .panel-title i {
      color: #6a6a6a; }
  .panel-block .list-group-item, .panel-default .list-group-item {
    background-color: transparent; }
  .panel-block .panel-body .grid.grid-panel, .panel-default .panel-body .grid.grid-panel {
    margin: -15px; }
    .panel-block .panel-body .grid.grid-panel .grid-filter, .panel-default .panel-body .grid.grid-panel .grid-filter {
      border-radius: 0; }
    .panel-block .panel-body .grid.grid-panel .table-bordered, .panel-default .panel-body .grid.grid-panel .table-bordered {
      border-width: 1px 0 0 0; }
      .panel-block .panel-body .grid.grid-panel .table-bordered > tfoot > tr > td, .panel-default .panel-body .grid.grid-panel .table-bordered > tfoot > tr > td {
        border: 0; }

.panel-analytics .panel-body {
  padding-top: 0;
  padding-bottom: 0; }
  .panel-analytics .panel-body > .row > [class*="col-"]:first-child {
    padding-top: 15px;
    padding-bottom: 15px; }
  .panel-analytics .panel-body .col-md-9 {
    margin-right: -2px; }
  .panel-analytics .panel-body .grid.grid-panel {
    margin-bottom: 0; }

.panel-analytics .filter-options {
  background-color: #efefef; }

.panel-analytics .analysis-types {
  padding: 15px 0;
  margin-bottom: 15px;
  background-color: #efefef; }

.panel-drawer {
  width: 100%;
  background-color: #efefef; }

.drawer-content {
  padding: 15px; }

.panel-drawer.open > .drawer-content {
  display: block; }

.drawer-pull {
  padding: 6px 8px;
  color: #898989;
  cursor: pointer;
  border-bottom: 1px solid #efefef; }
  .drawer-pull:before, .drawer-pull:after {
    content: " ";
    display: table; }
  .drawer-pull:after {
    clear: both; }
  .drawer-pull i {
    float: right; }

.drawer-pull:hover {
  background-color: #e7e7e7; }

.paneleditor-label {
  float: left; }

.paneleditor-input {
  float: left;
  margin-top: -6px;
  margin-right: 4px;
  margin-left: 4px; }

.btn.aspNetDisabled {
  pointer-events: none;
  cursor: not-allowed;
  @inlcude opacity(.65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-action {
  @inlcude button-variant($btn-action-color, $btn-action-bg, $btn-action-border); }

.btn-security {
  @inlcude button-variant($btn-security-color, $btn-security-bg, $btn-security-border); }

.btn-authentication {
  width: 100%;
  @inlcude button-variant($btn-default-color, $btn-default-bg, $btn-default-border); }
  .btn-authentication:hover {
    background-color: #e6e6e6; }

.btn-minimal {
  padding: 0;
  color: #6f6f6f;
  text-decoration: none; }

.alert pre {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0; }

@media (min-width: 1600px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 40px;
    padding-right: 40px; }
  .row.normal .col-xs-1, .row.normal .col-sm-1, .row.normal .col-md-1, .row.normal .col-lg-1, .row.normal .col-xs-2, .row.normal .col-sm-2, .row.normal .col-md-2, .row.normal .col-lg-2, .row.normal .col-xs-3, .row.normal .col-sm-3, .row.normal .col-md-3, .row.normal .col-lg-3, .row.normal .col-xs-4, .row.normal .col-sm-4, .row.normal .col-md-4, .row.normal .col-lg-4, .row.normal .col-xs-5, .row.normal .col-sm-5, .row.normal .col-md-5, .row.normal .col-lg-5, .row.normal .col-xs-6, .row.normal .col-sm-6, .row.normal .col-md-6, .row.normal .col-lg-6, .row.normal .col-xs-7, .row.normal .col-sm-7, .row.normal .col-md-7, .row.normal .col-lg-7, .row.normal .col-xs-8, .row.normal .col-sm-8, .row.normal .col-md-8, .row.normal .col-lg-8, .row.normal .col-xs-9, .row.normal .col-sm-9, .row.normal .col-md-9, .row.normal .col-lg-9, .row.normal .col-xs-10, .row.normal .col-sm-10, .row.normal .col-md-10, .row.normal .col-lg-10, .row.normal .col-xs-11, .row.normal .col-sm-11, .row.normal .col-md-11, .row.normal .col-lg-11, .row.normal .col-xs-12, .row.normal .col-sm-12, .row.normal .col-md-12, .row.normal .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px; }
  .row {
    margin-left: -40px;
    margin-right: -40px; }
    .row.normal {
      margin-left: -15px;
      margin-right: -15px; }
  .container {
    width: 1490px; }
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px; } }

/*
  Used to manage styles related to reusable components / widgets.

  1. Pickers - used to pick complex data types
  2. Number Increment
  3. Tree - used for tree control
  4. Person List - used to show a list of people
  5. Rollover - Used to hide/show items in the UI has the mouse rolls-over a container.
  6. Pagelist - used to list child pages; currently used in admin screens
  7. Pill Help (used in security dialog)
  8. Tags - component that allows you to tag entities
  9. Photo Frame - wraps a nice border around photos
  10. Smart Search - search at th top of the page for searching people, groups, etc.
  11. Fieldset Actions - styling for the button actions on field sets
  12. Title - markup for styling header titles
  13. Code Editor - styling for code editor
  14. Labels - additional label defintions that extend Boostrap labels (eg label-campus)
  15. Date Picker - styles for the date picker
  16. Time Picker - styles for the time picker
  17. File Upload / Image Upload - styles for the file / image uploader
  18. Update Panel Actions - annimation for update panels
  19. Group List - Reusable styles for listing group members (family view/edit in CRM Person Profile)
  20. Well Messgae - A larger alert type function for delivering important messages.
  21. Security Controls - login status etc
  22. Rock List - styles for the Rock list component
  23. TypeAhead - styles for type ahead support
  24. Image Cropper - styles for image crop component
  25. Active Users - styles for the active users block
  26. Navigation for Paging - styles for creating a pager
  27. List Extensions - additional list options
  28. Key Value Pair Control - styling for key/value pair control
  29. Context Setters
  30. Paneled List Group - extends the bootstrap list group to behave in a panel
  31. Sliding Date Range
  32. Photo Round
  33. Wizard
  34. Checkbox
  35. Follow button
  36. Range Editors
  37. Custom Buttons
  38. Color Picker
  39. HTML Editor (summernote)
  40. Person Directory
*/
.picker:before, .picker:after {
  content: " ";
  display: table; }

.picker:after {
  clear: both; }

@media (min-width: 768px) {
  .picker {
    position: relative;
    width: 250px; } }

.picker .picker-mode-options {
  margin-bottom: 12px; }

.picker .picker-label {
  display: inline-block;
  float: left;
  width: 225px;
  padding: 6px 12px;
  font-size: 16px;
  color: #555555;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px; }
  .picker .picker-label i {
    float: left;
    margin-top: 2px;
    margin-right: 6px; }
  .picker .picker-label span {
    float: left;
    width: 140px;
    margin-right: 6px;
    overflow: hidden;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .picker .picker-label .fa.fa-caret-down {
    margin-top: 3px; }

.picker .picker-select-none {
  display: block;
  float: left;
  margin: 6px 0 0 6px;
  cursor: pointer; }

.picker .scroll-container-picker {
  width: 355px; }
  .picker .scroll-container-picker .viewport {
    width: 340px;
    height: 190px; }
  .picker .scroll-container-picker .scrollbar {
    margin-top: 10px; }

.picker h4, .picker .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading .picker .panel-title, .picker .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading .picker .panel-title, .picker .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading .picker .panel-title {
  font-size: 14px;
  font-weight: 600; }

.picker .picker-menu {
  width: 400px;
  padding: 10px; }
  .picker .picker-menu h4:first-child, .picker .picker-menu .accordions-1 .panel .panel-heading .panel-title:first-child, .accordions-1 .panel .panel-heading .picker .picker-menu .panel-title:first-child, .picker .picker-menu .accordions-2 .panel .panel-heading .panel-title:first-child, .accordions-2 .panel .panel-heading .picker .picker-menu .panel-title:first-child, .picker .picker-menu .accordions-nostyle .panel .panel-heading .panel-title:first-child, .accordions-nostyle .panel .panel-heading .picker .picker-menu .panel-title:first-child {
    margin-top: 0; }
  @media (max-width: 767px) {
    .picker .picker-menu {
      position: static;
      max-width: 100%; } }

.picker.picker-menu-right .picker-menu {
  right: 0;
  left: auto; }

.picker .picker-actions {
  padding: 10px;
  margin: 10px -10px -10px -10px;
  background-color: #e3ded7;
  border-top: 1px solid #cec5b9;
  border-radius: 0 0 0px 0px; }

.picker .picker-select-item-details {
  margin-left: 20px; }
  .picker .picker-select-item-details .person-image {
    display: inline-block;
    float: left;
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 7.5px;
    border: 1px solid #afafaf; }
  .picker .picker-select-item-details .contents {
    float: left;
    margin-left: 10px; }
    .picker .picker-select-item-details .contents h5 {
      margin-bottom: 2px; }

.picker.picker-geography .picker-menu {
  width: 520px; }

.picker.picker-person .picker-select {
  padding: 0;
  list-style: none; }

.picker.picker-person .picker-select-item-details img {
  width: 65px; }

.picker.picker-novalue .picker-label {
  width: 100%; }

.picker.picker-mergefield {
  width: 370px; }

#dialog .scroll-container-picker {
  width: 360px; }
  #dialog .scroll-container-picker .viewport {
    width: 340px;
    height: 190px; }

.date-time-picker {
  margin-bottom: 11px; }
  .date-time-picker .input-group {
    margin-bottom: 4px; }

.campuses-picker:before, .campuses-picker:after {
  content: " ";
  display: table; }

.campuses-picker:after {
  clear: both; }

.campuses-picker .checkbox {
  float: left;
  margin-top: 0;
  margin-right: 24px; }

.campuses-picker .campuses-picker-vertical .checkbox {
  float: none;
  margin-top: inherit;
  margin-right: 0; }

.numberincrement {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .numberincrement .numberincrement-up,
  .numberincrement .numberincrement-down {
    padding: 6px 12px;
    color: #555555;
    cursor: pointer;
    background-color: #eeeeee;
    border: 1px solid #ccc; }
    .numberincrement .numberincrement-up.disabled,
    .numberincrement .numberincrement-down.disabled {
      color: #888888;
      cursor: default; }
  .numberincrement .numberincrement-down {
    border-radius: 0px 0 0 0px; }
  .numberincrement .numberincrement-up {
    border-radius: 0 0px 0px 0; }
  .numberincrement .numberincrement-value {
    padding: 6px 18px;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0; }
  .numberincrement.input-sm .numberincrement-up, .form-horizontal .form-group-sm .numberincrement.form-control .numberincrement-up, .input-group-sm > .numberincrement.form-control .numberincrement-up,
  .input-group-sm > .numberincrement.input-group-addon .numberincrement-up,
  .input-group-sm > .input-group-btn > .numberincrement.btn .numberincrement-up,
  .numberincrement.input-sm .numberincrement-down, .form-horizontal .form-group-sm .numberincrement.form-control .numberincrement-down, .input-group-sm > .numberincrement.form-control .numberincrement-down,
  .input-group-sm > .numberincrement.input-group-addon .numberincrement-down,
  .input-group-sm > .input-group-btn > .numberincrement.btn .numberincrement-down {
    padding: 5px 8px; }
  .numberincrement.input-sm .numberincrement-value, .form-horizontal .form-group-sm .numberincrement.form-control .numberincrement-value, .input-group-sm > .numberincrement.form-control .numberincrement-value,
  .input-group-sm > .numberincrement.input-group-addon .numberincrement-value,
  .input-group-sm > .input-group-btn > .numberincrement.btn .numberincrement-value {
    padding: 5px 12px; }
  .numberincrement.input-lg .numberincrement-up, .form-horizontal .form-group-lg .numberincrement.form-control .numberincrement-up, .input-group-lg > .numberincrement.form-control .numberincrement-up,
  .input-group-lg > .numberincrement.input-group-addon .numberincrement-up,
  .input-group-lg > .input-group-btn > .numberincrement.btn .numberincrement-up,
  .numberincrement.input-lg .numberincrement-down, .form-horizontal .form-group-lg .numberincrement.form-control .numberincrement-down, .input-group-lg > .numberincrement.form-control .numberincrement-down,
  .input-group-lg > .numberincrement.input-group-addon .numberincrement-down,
  .input-group-lg > .input-group-btn > .numberincrement.btn .numberincrement-down {
    padding: 12px 20px; }
  .numberincrement.input-lg .numberincrement-value, .form-horizontal .form-group-lg .numberincrement.form-control .numberincrement-value, .input-group-lg > .numberincrement.form-control .numberincrement-value,
  .input-group-lg > .numberincrement.input-group-addon .numberincrement-value,
  .input-group-lg > .input-group-btn > .numberincrement.btn .numberincrement-value {
    padding: 12px 28px; }

ul.rocktree,
ul.rocktree ul {
  padding: 0;
  margin-bottom: 30px;
  list-style-type: none; }

ul.rocktree ul {
  margin: 0 0 0 15px; }

.rocktree .rocktree-item {
  white-space: nowrap; }
  .rocktree .rocktree-item.is-inactive {
    color: #555555;
    opacity: 1; }
  .rocktree .rocktree-item:not(.is-inactive) {
    color: #222222; }
  .rocktree .rocktree-item > i {
    padding: 4px;
    cursor: pointer; }

.rocktree li {
  margin: 0; }

.rocktree span,
.rocktree a {
  display: inline-block;
  margin: 1px; }

.rocktree .rocktree-name:hover,
.rocktree span:hover,
.rocktree span:hover a {
  color: #fff;
  background: #afafaf; }

.rocktree .selected,
.rocktree .selected a {
  color: #ffffff;
  background: #6a6a6a; }

.rocktree .rocktree-name {
  padding: 2px 6px;
  cursor: pointer;
  border-radius: 3px; }

.rocktree .rocktree-loading {
  margin-left: 10px;
  font-size: 12px;
  color: #222222 !important; }
  .rocktree .rocktree-loading i {
    margin-right: 5px; }

.rocktree .rocktree-leaf {
  padding-left: 18px; }

.treeview {
  margin-bottom: 15px; }
  .treeview .treeview-frame {
    padding-left: 0; }
  .treeview .treeview-actions {
    margin-bottom: 7.5px; }
    .treeview .treeview-actions .btn {
      margin-bottom: 4px; }

.personlist {
  padding-left: 0;
  list-style: none; }
  .personlist li {
    padding-left: 15px; }
    .personlist li i.fa-circle {
      margin-right: 7.5px;
      margin-left: -15px;
      font-size: 9px;
      color: #d0cfcf; }
    .personlist li .actions {
      opacity: 0;
      -webkit-transition: opacity .5s ease-out;
      -moz-transition: opacity .5s ease-out;
      -o-transition: opacity .5s ease-out;
      transition: opacity .5s ease-out; }
    .personlist li:hover .actions {
      opacity: 1; }
  .personlist .popover {
    width: 320px; }

.rollover-container {
  position: relative; }
  .rollover-container > .rollover-item {
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out; }
  .rollover-container:hover > .rollover-item {
    opacity: 1; }

.touch .rollover-item {
  opacity: 1; }

.block-title {
  margin: 0; }

.list-as-blocks h3, .list-as-blocks .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .list-as-blocks .panel-title, .list-as-blocks .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .list-as-blocks .panel-title, .list-as-blocks .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .list-as-blocks .panel-title {
  margin: 6px 0;
  margin-top: 0;
  font-size: 14px; }

.list-as-blocks ul {
  padding: 0;
  margin-top: 16px;
  list-style: none; }
  .list-as-blocks ul li {
    position: relative;
    float: left;
    width: 47.5%;
    margin: 0 1.25% 15px;
    overflow: hidden;
    overflow: visible;
    text-align: center;
    border: 1px solid #d5d5d5;
    border-radius: 0px; }
    .list-as-blocks ul li a {
      display: block;
      height: 90px;
      padding: 15px;
      color: #898989;
      background-color: #efefef;
      border-radius: 0px;
      -webkit-transition: background-color 200ms linear;
      -moz-transition: background-color 200ms linear;
      -ms-transition: background-color 200ms linear;
      -o-transition: background-color 200ms linear;
      transition: background-color 200ms linear; }
      .list-as-blocks ul li a i {
        margin-top: 6px;
        font-size: 26px;
        color: #a2a2a2; }
      .list-as-blocks ul li a:hover {
        color: #fff;
        background-color: #777777;
        border-color: #6a6a6a; }
        .list-as-blocks ul li a:hover i {
          color: white; }
      .list-as-blocks ul li a div.notification {
        position: absolute;
        top: -10px;
        right: -6px; }
        .list-as-blocks ul li a div.notification .label {
          padding: 2px 6px;
          border-radius: 36px; }
    .list-as-blocks ul li.active a {
      color: #fff;
      background-color: #777777;
      border-color: #5e5e5e; }
      .list-as-blocks ul li.active a i {
        color: white; }

.list-as-blocks .block-status a {
  height: 105px;
  padding: 8px 15px; }
  .list-as-blocks .block-status a .status-list {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .list-as-blocks ul li {
    width: 32%;
    margin: 0 1% 15px; }
    .list-as-blocks ul li:nth-child(3n) {
      margin-right: 0; }
    .list-as-blocks ul li:nth-child(3n+1) {
      margin-left: 0; } }

@media (min-width: 992px) {
  .list-as-blocks ul li {
    width: 18.4%;
    margin: 0 1% 15px; }
    .list-as-blocks ul li:nth-child(5n) {
      margin-right: 0; }
    .list-as-blocks ul li:nth-child(5n+1) {
      margin-left: 0; } }

.nav > li.pill-help a {
  color: #428bca; }
  .nav > li.pill-help a:hover, .nav > li.pill-help a:focus {
    color: #428bca;
    background-color: transparent; }

.well-pillwrap {
  background-color: transparent;
  border-color: transparent; }

div.tagsinput {
  float: left;
  width: 100%;
  overflow-y: auto; }

.taglist {
  text-align: center; }
  .taglist .tag {
    position: relative;
    display: inline-block;
    height: 22px;
    padding: 1px 10px 0 12px;
    margin-bottom: 7.5px;
    margin-left: 20px;
    font-size: 13px;
    line-height: 18px;
    color: #231f20;
    text-decoration: none;
    background: #c2b8a7;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
    .taglist .tag:first-child {
      margin-left: 10px; }
    .taglist .tag span {
      display: block;
      float: left;
      max-width: 120px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .taglist .tag a {
      display: block;
      float: left; }
    .taglist .tag small {
      font-size: 11px; }
    .taglist .tag:before {
      position: absolute;
      top: 0;
      left: -10px;
      float: left;
      width: 0;
      height: 0;
      /* tag point */
      content: "";
      border-color: transparent #c2b8a7 transparent transparent;
      border-style: solid;
      border-width: 11px 11px 11px 0; }
    .taglist .tag:after {
      position: absolute;
      top: 8px;
      left: 0;
      float: left;
      width: 5px;
      height: 5px;
      /* tag dot */
      content: "";
      background: #dbd5cb;
      border-radius: 2px;
      box-shadow: -1px -1px 2px #c2b8a7; }

@media (min-width: 768px) {
  div.tagsinput div[id$=addTag] {
    float: left;
    margin-left: 12px; } }

div.tagsinput span.tag.personal {
  background: #d0c6b4; }
  div.tagsinput span.tag.personal:before {
    border-color: transparent #d0c6b4 transparent transparent; }

div.tagsinput span.tag a {
  font-size: 11px;
  font-weight: bold;
  color: #231f20;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s, color .3s ease 0s, background .3s ease 0s;
  -moz-transition: opacity .3s ease 0s, color .3s ease 0s, background .3s ease 0s; }

div.tagsinput span.tag:hover a {
  opacity: 1; }

div.tagsinput input {
  display: block;
  width: 80px;
  padding: 0;
  padding: 2px;
  margin: 0;
  margin: -2px 0 0 10px;
  margin: 0 auto;
  clear: both;
  font-family: helvetica;
  font-size: 13px;
  color: #8f8f8f !important;
  /* needed as script adds element value */
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  outline: 0;
  box-shadow: none; }
  div.tagsinput input:hover, div.tagsinput input:focus {
    background-color: rgba(0, 0, 0, 0.05); }
  div.tagsinput input div {
    display: block;
    float: left; }

div.tagsinput .tags_clear {
  width: 100%;
  height: 0;
  clear: both; }

.not_valid {
  color: #90111a !important;
  background: #fbd8db !important; }

.tag-wrap .ui-autocomplete {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 90;
  z-index: 9999 !important;
  min-width: 200px;
  padding: 12px;
  list-style: none;
  background-color: #c9c9c9;
  border: 1px solid #afafaf;
  border-radius: 0 0 0px 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .tag-wrap .ui-autocomplete li {
    margin-bottom: 4px; }
    .tag-wrap .ui-autocomplete li:last-child {
      margin-bottom: 0; }
    .tag-wrap .ui-autocomplete li a {
      display: block;
      padding: 4px;
      color: #c9c9c9;
      text-decoration: none;
      cursor: pointer; }
      .tag-wrap .ui-autocomplete li a:hover {
        background: #afafaf;
        border-radius: 4px; }

.tag-letterlist {
  color: #555555; }
  .tag-letterlist li {
    margin-right: 12px; }
  .tag-letterlist a {
    font-weight: 600; }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px) {
  .taglist {
    text-align: left; }
    .taglist .tag {
      float: left; }
  div.tagsinput input {
    margin: 0; } }

.photoframe {
  display: inline-block;
  border: 4px solid #afafaf; }
  .photoframe.photoframe-sm {
    border-width: 2px; }

.smartsearch {
  position: relative;
  width: 290px;
  padding: 2px 6px;
  margin-top: 6px;
  font-size: 12px;
  color: #232323;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #2c2c2c;
  border-radius: 0px; }
  .smartsearch input::-moz-placeholder,
  .smartsearch input::-webkit-input-placeholder {
    color: black; }
  .smartsearch .nav > li > a {
    padding: 4px 15px; }
  .smartsearch input::selection,
  .smartsearch input::-moz-selection {
    color: #fff;
    background: #2e2e2e; }
  .smartsearch:focus {
    border-color: #595959; }
  .smartsearch .twitter-typeahead {
    display: block !important;
    margin-right: 120px; }
  .smartsearch .smartsearch-type {
    width: 120px; }
  .smartsearch i {
    position: absolute;
    float: left;
    margin-top: 6px;
    font-size: 16px;
    opacity: .6; }
  .smartsearch input {
    width: 150px;
    margin: 0;
    font-size: 14px;
    color: #232323;
    background: transparent;
    border: 0;
    border-radius: 0; }
    .smartsearch input:focus {
      outline: 0;
      box-shadow: 0 0 0 0; }
  .smartsearch .tt-hint {
    padding: 4px 4px 4px 25px; }
  .smartsearch .tt-dropdown-menu {
    min-width: 290px;
    margin-top: 2px;
    margin-left: -6px;
    border: 0; }
  .smartsearch input.searchinput {
    width: 100%;
    padding: 4px 4px 4px 25px;
    color: #232323;
    border: 0 !important;
    box-shadow: none !important; }
  .smartsearch .dropdown .navbar-link {
    color: #232323;
    text-align: right; }
    .smartsearch .dropdown .navbar-link span {
      padding-right: 4px; }
    .smartsearch .dropdown .navbar-link:hover, .smartsearch .dropdown .navbar-link:focus {
      background-color: transparent; }
  .smartsearch .dropdown.open .navbar-link {
    background-color: transparent; }
  .smartsearch .dropdown .dropdown-menu {
    right: 0;
    left: auto;
    font-size: 12px; }

fieldset .actions {
  margin-top: 12px; }

.code-editor {
  position: relative; }

.note-editor .ace_editor {
  margin: 0;
  border-radius: 0; }

.label a {
  color: #fff; }

.label-campus {
  background-color: #83758f; }

.label-type {
  background-color: #777777; }

.label-communicationstatus-approved {
  background-color: #5cb85c; }

.label-communicationstatus-denied {
  background-color: #d9534f; }

.label-communicationstatus-draft {
  background-color: #777777; }

.label-communicationstatus-submitted {
  background-color: #f0ad4e; }

.label-communicationstatus-transient {
  background-color: #777777; }

.label-tree {
  background-color: #afafaf; }

.datepicker {
  border-radius: 0px;
  direction: ltr; }
  .datepicker-inline {
    width: 220px; }
  .datepicker-rtl {
    direction: rtl; }
    .datepicker-rtl table tr td span {
      float: right; }
  .datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px; }
    .datepicker-dropdown:before {
      content: '';
      display: inline-block;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid rgba(0, 0, 0, 0.15);
      border-top: 0;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      position: absolute; }
    .datepicker-dropdown:after {
      content: '';
      display: inline-block;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff;
      border-top: 0;
      position: absolute; }
    .datepicker-dropdown.datepicker-orient-left:before {
      left: 6px; }
    .datepicker-dropdown.datepicker-orient-left:after {
      left: 7px; }
    .datepicker-dropdown.datepicker-orient-right:before {
      right: 6px; }
    .datepicker-dropdown.datepicker-orient-right:after {
      right: 7px; }
    .datepicker-dropdown.datepicker-orient-bottom:before {
      top: -7px; }
    .datepicker-dropdown.datepicker-orient-bottom:after {
      top: -6px; }
    .datepicker-dropdown.datepicker-orient-top:before {
      bottom: -7px;
      border-bottom: 0;
      border-top: 7px solid rgba(0, 0, 0, 0.15); }
    .datepicker-dropdown.datepicker-orient-top:after {
      bottom: -6px;
      border-bottom: 0;
      border-top: 6px solid #fff; }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .datepicker table tr td, .datepicker table tr th {
      text-align: center;
      width: 30px;
      height: 30px;
      border-radius: 4px;
      border: none; }
  .table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent; }
  .datepicker table tr td.old, .datepicker table tr td.new {
    color: #777777; }
  .datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #eeeeee;
    cursor: pointer; }
  .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #777777;
    cursor: default; }
  .datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0; }
    .datepicker table tr td.highlighted:hover, .datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted.active,
    .open > .datepicker table tr td.highlighted.dropdown-toggle {
      color: #000;
      background-color: #afd9ee;
      border-color: #52addb; }
    .datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted.active,
    .open > .datepicker table tr td.highlighted.dropdown-toggle {
      background-image: none; }
    .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:active, .datepicker table tr td.highlighted.disabled.active, .datepicker table tr td.highlighted[disabled], .datepicker table tr td.highlighted[disabled]:hover, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:active, .datepicker table tr td.highlighted[disabled].active,
    fieldset[disabled] .datepicker table tr td.highlighted,
    fieldset[disabled] .datepicker table tr td.highlighted:hover,
    fieldset[disabled] .datepicker table tr td.highlighted:focus,
    fieldset[disabled] .datepicker table tr td.highlighted:active,
    fieldset[disabled] .datepicker table tr td.highlighted.active {
      background-color: #d9edf7;
      border-color: #85c5e5; }
    .datepicker table tr td.highlighted .badge {
      color: #d9edf7;
      background-color: #000; }
    .datepicker table tr td.highlighted.focused {
      background: #afd9ee; }
    .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
      background: #d9edf7;
      color: #777777; }
  .datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733; }
    .datepicker table tr td.today:hover, .datepicker table tr td.today:focus, .datepicker table tr td.today:active, .datepicker table tr td.today.active,
    .open > .datepicker table tr td.today.dropdown-toggle {
      color: #000;
      background-color: #ffc966;
      border-color: #f59e00; }
    .datepicker table tr td.today:active, .datepicker table tr td.today.active,
    .open > .datepicker table tr td.today.dropdown-toggle {
      background-image: none; }
    .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today[disabled], .datepicker table tr td.today[disabled]:hover, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:active, .datepicker table tr td.today[disabled].active,
    fieldset[disabled] .datepicker table tr td.today,
    fieldset[disabled] .datepicker table tr td.today:hover,
    fieldset[disabled] .datepicker table tr td.today:focus,
    fieldset[disabled] .datepicker table tr td.today:active,
    fieldset[disabled] .datepicker table tr td.today.active {
      background-color: #ffdb99;
      border-color: #ffb733; }
    .datepicker table tr td.today .badge {
      color: #ffdb99;
      background-color: #000; }
    .datepicker table tr td.today.focused {
      background: #ffc966; }
    .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
      background: #ffdb99;
      color: #777777; }
  .datepicker table tr td.range {
    color: #000;
    background-color: #eeeeee;
    border-color: #bbbbbb;
    border-radius: 0; }
    .datepicker table tr td.range:hover, .datepicker table tr td.range:focus, .datepicker table tr td.range:active, .datepicker table tr td.range.active,
    .open > .datepicker table tr td.range.dropdown-toggle {
      color: #000;
      background-color: #d5d5d5;
      border-color: #9d9d9d; }
    .datepicker table tr td.range:active, .datepicker table tr td.range.active,
    .open > .datepicker table tr td.range.dropdown-toggle {
      background-image: none; }
    .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:active, .datepicker table tr td.range.disabled.active, .datepicker table tr td.range[disabled], .datepicker table tr td.range[disabled]:hover, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:active, .datepicker table tr td.range[disabled].active,
    fieldset[disabled] .datepicker table tr td.range,
    fieldset[disabled] .datepicker table tr td.range:hover,
    fieldset[disabled] .datepicker table tr td.range:focus,
    fieldset[disabled] .datepicker table tr td.range:active,
    fieldset[disabled] .datepicker table tr td.range.active {
      background-color: #eeeeee;
      border-color: #bbbbbb; }
    .datepicker table tr td.range .badge {
      color: #eeeeee;
      background-color: #000; }
    .datepicker table tr td.range.focused {
      background: #d5d5d5; }
    .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
      background: #eeeeee;
      color: #777777; }
  .datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #e4eef3;
    border-color: #9dc2d4; }
    .datepicker table tr td.range.highlighted:hover, .datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted.active,
    .open > .datepicker table tr td.range.highlighted.dropdown-toggle {
      color: #000;
      background-color: #c1d8e3;
      border-color: #73a7c1; }
    .datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted.active,
    .open > .datepicker table tr td.range.highlighted.dropdown-toggle {
      background-image: none; }
    .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:active, .datepicker table tr td.range.highlighted.disabled.active, .datepicker table tr td.range.highlighted[disabled], .datepicker table tr td.range.highlighted[disabled]:hover, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:active, .datepicker table tr td.range.highlighted[disabled].active,
    fieldset[disabled] .datepicker table tr td.range.highlighted,
    fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
    fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
    fieldset[disabled] .datepicker table tr td.range.highlighted:active,
    fieldset[disabled] .datepicker table tr td.range.highlighted.active {
      background-color: #e4eef3;
      border-color: #9dc2d4; }
    .datepicker table tr td.range.highlighted .badge {
      color: #e4eef3;
      background-color: #000; }
    .datepicker table tr td.range.highlighted.focused {
      background: #c1d8e3; }
    .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
      background: #e4eef3;
      color: #777777; }
  .datepicker table tr td.range.today {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417; }
    .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active,
    .open > .datepicker table tr td.range.today.dropdown-toggle {
      color: #000;
      background-color: #f4b747;
      border-color: #c0800b; }
    .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active,
    .open > .datepicker table tr td.range.today.dropdown-toggle {
      background-image: none; }
    .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today[disabled]:hover, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:active, .datepicker table tr td.range.today[disabled].active,
    fieldset[disabled] .datepicker table tr td.range.today,
    fieldset[disabled] .datepicker table tr td.range.today:hover,
    fieldset[disabled] .datepicker table tr td.range.today:focus,
    fieldset[disabled] .datepicker table tr td.range.today:active,
    fieldset[disabled] .datepicker table tr td.range.today.active {
      background-color: #f7ca77;
      border-color: #f1a417; }
    .datepicker table tr td.range.today .badge {
      color: #f7ca77;
      background-color: #000; }
    .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
      background: #f7ca77;
      color: #777777; }
  .datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777777;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .datepicker table tr td.selected:hover, .datepicker table tr td.selected:focus, .datepicker table tr td.selected:active, .datepicker table tr td.selected.active,
    .open > .datepicker table tr td.selected.dropdown-toggle, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected.highlighted.active,
    .open > .datepicker table tr td.selected.highlighted.dropdown-toggle {
      color: #fff;
      background-color: #5e5e5e;
      border-color: #373737; }
    .datepicker table tr td.selected:active, .datepicker table tr td.selected.active,
    .open > .datepicker table tr td.selected.dropdown-toggle, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected.highlighted.active,
    .open > .datepicker table tr td.selected.highlighted.dropdown-toggle {
      background-image: none; }
    .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:active, .datepicker table tr td.selected[disabled].active,
    fieldset[disabled] .datepicker table tr td.selected,
    fieldset[disabled] .datepicker table tr td.selected:hover,
    fieldset[disabled] .datepicker table tr td.selected:focus,
    fieldset[disabled] .datepicker table tr td.selected:active,
    fieldset[disabled] .datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.disabled, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:active, .datepicker table tr td.selected.highlighted.disabled.active, .datepicker table tr td.selected.highlighted[disabled], .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:active, .datepicker table tr td.selected.highlighted[disabled].active,
    fieldset[disabled] .datepicker table tr td.selected.highlighted,
    fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
    fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
    fieldset[disabled] .datepicker table tr td.selected.highlighted:active,
    fieldset[disabled] .datepicker table tr td.selected.highlighted.active {
      background-color: #777777;
      border-color: #555555; }
    .datepicker table tr td.selected .badge, .datepicker table tr td.selected.highlighted .badge {
      color: #777777;
      background-color: #fff; }
  .datepicker table tr td.active, .datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .datepicker table tr td.active:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:active, .datepicker table tr td.active.active,
    .open > .datepicker table tr td.active.dropdown-toggle, .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.highlighted.active,
    .open > .datepicker table tr td.active.highlighted.dropdown-toggle {
      color: #fff;
      background-color: #3071a9;
      border-color: #285e8e; }
    .datepicker table tr td.active:active, .datepicker table tr td.active.active,
    .open > .datepicker table tr td.active.dropdown-toggle, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.highlighted.active,
    .open > .datepicker table tr td.active.highlighted.dropdown-toggle {
      background-image: none; }
    .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:active, .datepicker table tr td.active[disabled].active,
    fieldset[disabled] .datepicker table tr td.active,
    fieldset[disabled] .datepicker table tr td.active:hover,
    fieldset[disabled] .datepicker table tr td.active:focus,
    fieldset[disabled] .datepicker table tr td.active:active,
    fieldset[disabled] .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.disabled, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:active, .datepicker table tr td.active.highlighted.disabled.active, .datepicker table tr td.active.highlighted[disabled], .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:active, .datepicker table tr td.active.highlighted[disabled].active,
    fieldset[disabled] .datepicker table tr td.active.highlighted,
    fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
    fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
    fieldset[disabled] .datepicker table tr td.active.highlighted:active,
    fieldset[disabled] .datepicker table tr td.active.highlighted.active {
      background-color: #428bca;
      border-color: #357ebd; }
    .datepicker table tr td.active .badge, .datepicker table tr td.active.highlighted .badge {
      color: #428bca;
      background-color: #fff; }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px; }
    .datepicker table tr td span:hover, .datepicker table tr td span.focused {
      background: #eeeeee; }
    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
      background: none;
      color: #777777;
      cursor: default; }
    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
      color: #fff;
      background-color: #428bca;
      border-color: #357ebd;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      .datepicker table tr td span.active:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active.active,
      .open > .datepicker table tr td span.active.dropdown-toggle, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active,
      .open > .datepicker table tr td span.active:hover.dropdown-toggle, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active,
      .open > .datepicker table tr td span.active.disabled.dropdown-toggle, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active,
      .open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e; }
      .datepicker table tr td span.active:active, .datepicker table tr td span.active.active,
      .open > .datepicker table tr td span.active.dropdown-toggle, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active,
      .open > .datepicker table tr td span.active:hover.dropdown-toggle, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active,
      .open > .datepicker table tr td span.active.disabled.dropdown-toggle, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active,
      .open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle {
        background-image: none; }
      .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:active, .datepicker table tr td span.active[disabled].active,
      fieldset[disabled] .datepicker table tr td span.active,
      fieldset[disabled] .datepicker table tr td span.active:hover,
      fieldset[disabled] .datepicker table tr td span.active:focus,
      fieldset[disabled] .datepicker table tr td span.active:active,
      fieldset[disabled] .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:active, .datepicker table tr td span.active:hover.disabled.active, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:active, .datepicker table tr td span.active:hover[disabled].active,
      fieldset[disabled] .datepicker table tr td span.active:hover,
      fieldset[disabled] .datepicker table tr td span.active:hover:hover,
      fieldset[disabled] .datepicker table tr td span.active:hover:focus,
      fieldset[disabled] .datepicker table tr td span.active:hover:active,
      fieldset[disabled] .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:active, .datepicker table tr td span.active.disabled.disabled.active, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:active, .datepicker table tr td span.active.disabled[disabled].active,
      fieldset[disabled] .datepicker table tr td span.active.disabled,
      fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
      fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
      fieldset[disabled] .datepicker table tr td span.active.disabled:active,
      fieldset[disabled] .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:active, .datepicker table tr td span.active.disabled:hover.disabled.active, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:active, .datepicker table tr td span.active.disabled:hover[disabled].active,
      fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
      fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
      fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
      fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
      fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
        background-color: #428bca;
        border-color: #357ebd; }
      .datepicker table tr td span.active .badge, .datepicker table tr td span.active:hover .badge, .datepicker table tr td span.active.disabled .badge, .datepicker table tr td span.active.disabled:hover .badge {
        color: #428bca;
        background-color: #fff; }
    .datepicker table tr td span.old, .datepicker table tr td span.new {
      color: #777777; }
  .datepicker .datepicker-switch {
    width: 145px; }
  .datepicker .datepicker-switch,
  .datepicker .prev,
  .datepicker .next,
  .datepicker tfoot tr th {
    cursor: pointer; }
    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
      background: #eeeeee; }
  .datepicker .prev.disabled, .datepicker .next.disabled {
    visibility: hidden; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }
  .input-daterange input {
    text-align: center; }
  .input-daterange input:first-child {
    border-radius: 3px 0 0 3px; }
  .input-daterange input:last-child {
    border-radius: 0 3px 3px 0; }
  .input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857;
    text-shadow: 0 1px 0 #fff;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px; }

.timepicker-input:before, .timepicker-input:after {
  content: " ";
  display: table; }

.timepicker-input:after {
  clear: both; }

.timepicker-input .input-group {
  float: left; }

.timepicker-input i.fa-times {
  float: left;
  padding: 6px;
  margin-top: 4px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }

.timepicker-input:hover i.fa-times {
  opacity: 1; }

.touch .timepicker-input i.fa-times {
  opacity: 1; }

.bootstrap-timepicker {
  position: relative; }
  .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    right: 0;
    left: auto; }
    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
      right: 12px;
      left: auto; }
    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
      right: 13px;
      left: auto; }
  .bootstrap-timepicker .add-on {
    cursor: pointer; }
    .bootstrap-timepicker .add-on i {
      display: inline-block;
      width: 16px;
      height: 16px; }

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 2px 3px 2px 2px; }
  .bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block; }
  .bootstrap-timepicker-widget.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    content: "";
    border: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2); }
  .bootstrap-timepicker-widget.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    content: "";
    border: 6px solid transparent;
    border-bottom-color: #fff; }

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
  border-radius: 4px; }

.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
  background-color: transparent; }
  .bootstrap-timepicker-widget table td {
    height: 30px;
    padding: 2px;
    margin: 0;
    text-align: center; }
    .bootstrap-timepicker-widget table td:not(.separator) {
      min-width: 30px; }
    .bootstrap-timepicker-widget table td span {
      width: 100%; }
    .bootstrap-timepicker-widget table td a {
      display: inline-block;
      width: 100%;
      padding: 8px 0;
      margin: 0;
      color: #333;
      border: 1px transparent solid;
      outline: 0; }
      .bootstrap-timepicker-widget table td a:hover {
        text-decoration: none;
        background-color: #eee;
        border-color: #ddd;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }
      .bootstrap-timepicker-widget table td a i {
        margin-top: 2px; }
    .bootstrap-timepicker-widget table td input {
      width: 45px;
      padding: 6px 12px;
      margin: 0;
      font-size: 12px;
      text-align: center;
      border: 1px solid #ccc;
      border-radius: 0px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.bootstrap-timepicker-widget .modal-content {
  padding: 4px; }

@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px; } }

@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%; }
    .bootstrap-timepicker .dropdown-menu {
      width: 100%; } }

.imageupload-group {
  position: relative;
  display: table-cell;
  padding: 2px;
  margin-bottom: 15px;
  cursor: pointer;
  border: 1px solid #afafaf;
  border-radius: 0px; }
  .imageupload-group .imageupload-thumbnail {
    position: relative; }
    .imageupload-group .imageupload-thumbnail .imageupload-thumbnail-image {
      width: 100%;
      height: 100%;
      background-position: 50%;
      background-size: cover; }
    .imageupload-group .imageupload-thumbnail .imageupload-remove {
      position: absolute;
      right: 0;
      bottom: 0; }
      .imageupload-group .imageupload-thumbnail .imageupload-remove a {
        display: block;
        padding: 2px 6px;
        color: #fff;
        cursor: pointer;
        background-color: #d9534f;
        border-top-left-radius: 0px; }
  .imageupload-group .imageupload-dropzone {
    position: relative;
    width: 100%;
    height: 30px;
    padding-top: 8px;
    margin-top: 2px;
    line-height: 12px;
    text-align: center;
    cursor: pointer;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 0 0 0px 0px; }
    .imageupload-group .imageupload-dropzone ::-webkit-file-upload-button {
      cursor: pointer; }
    .imageupload-group .imageupload-dropzone input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      opacity: 0; }
    .imageupload-group .imageupload-dropzone span {
      width: 100%;
      font-size: 13px;
      color: #555555; }
  .imageupload-group .upload-progress {
    position: absolute;
    top: 30px;
    left: 35px;
    z-index: 2;
    opacity: .3; }

.fileupload-group {
  position: relative;
  display: table-cell;
  padding: 2px;
  margin-bottom: 15px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 0px; }
  .fileupload-group .fileupload-thumbnail {
    position: relative; }
    .fileupload-group .fileupload-thumbnail .file-link {
      display: block;
      width: 100px;
      height: 50px;
      padding-top: 2px;
      overflow: hidden;
      font-size: 10px;
      color: #555555;
      text-align: center;
      text-overflow: ellipsis;
      white-space: nowrap;
      background-color: #eeeeee;
      border-radius: -1px; }
      .fileupload-group .fileupload-thumbnail .file-link:after {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -20px;
        margin-left: 42px;
        margin-left: -12px;
        font-family: 'Font Awesome 5 Pro', FontAwesome;
        font-size: 28px;
        color: #c8c8c8;
        content: '\f016';
        -webkit-font-smoothing: antialiased; }
      .fileupload-group .fileupload-thumbnail .file-link.file-exists:after {
        margin-top: -10px;
        color: #c8c8c8;
        content: '\f15c'; }
  .fileupload-group .fileupload-remove {
    position: absolute;
    right: 0;
    bottom: 0; }
    .fileupload-group .fileupload-remove a {
      display: block;
      padding: 2px 6px;
      color: #fff;
      cursor: pointer;
      background-color: #d9534f;
      border-top-left-radius: 0px; }
  .fileupload-group .fileupload-dropzone,
  .fileupload-group .fileupload-button {
    position: relative;
    height: 30px;
    padding-top: 8px;
    line-height: 12px;
    text-align: center;
    background-color: #eeeeee; }
    .fileupload-group .fileupload-dropzone ::-webkit-file-upload-button,
    .fileupload-group .fileupload-button ::-webkit-file-upload-button {
      cursor: pointer; }
    .fileupload-group .fileupload-dropzone input,
    .fileupload-group .fileupload-button input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      opacity: 0; }
    .fileupload-group .fileupload-dropzone span,
    .fileupload-group .fileupload-button span {
      width: 100%;
      padding: 0 .5em;
      font-size: 13px;
      color: #555555; }
  .fileupload-group .fileupload-dropzone {
    margin-top: 2px;
    border-radius: 0 0 0px 0px; }
  .fileupload-group .fileupload-button {
    padding: 6px 12px;
    background-color: #428bca;
    border: 1px solid #357ebd;
    border-radius: 0px; }
    .fileupload-group .fileupload-button span {
      color: #fff; }
  .fileupload-group .upload-progress {
    position: absolute;
    top: 8px;
    left: 35px;
    z-index: 2;
    opacity: .3; }

.updateprogress-status {
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 1140;
  padding: 15px 10px;
  margin-left: -30px;
  background-color: #428bca;
  border-radius: 120px;
  box-shadow: 5px 5px 12px 3px rgba(0, 0, 0, 0.1);
  opacity: 1; }
  .updateprogress-status .spinner {
    width: 40px;
    height: 30px;
    font-size: 10px;
    text-align: center; }
  .updateprogress-status .spinner > div {
    display: inline-block;
    width: 5px;
    height: 100%;
    background-color: #fff;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out; }
  .updateprogress-status .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .updateprogress-status .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  .updateprogress-status .spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s; }
  .updateprogress-status .spinner .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s; }
  .updateprogress-status-webkit-keyframes stretchdelay 0%, .updateprogress-status-webkit-keyframes stretchdelay 40%, .updateprogress-status-webkit-keyframes stretchdelay 100% {
    -webkit-transform: scaleY(0.4); }
  .updateprogress-status-webkit-keyframes stretchdelay 20% {
    -webkit-transform: scaleY(1); }
  .updateprogress-statuskeyframes stretchdelay 0%, .updateprogress-statuskeyframes stretchdelay 40%, .updateprogress-statuskeyframes stretchdelay 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  .updateprogress-statuskeyframes stretchdelay 20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }

@media (min-width: 992px) {
  .updateprogress-status {
    padding: 30px 20px;
    margin-left: -60px; }
    .updateprogress-status .spinner {
      width: 80px;
      height: 60px; }
      .updateprogress-status .spinner > div {
        width: 10px; } }

.groupmembers {
  padding: 0;
  margin: 6px 0;
  list-style: none; }
  .groupmembers .member {
    float: left;
    min-width: 160px;
    min-height: 90px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 0px; }
    .groupmembers .member .person-image {
      display: inline-block;
      float: left;
      width: 60px;
      height: 60px;
      margin-right: 7.5px;
      border: 1px solid #afafaf; }
    .groupmembers .member .member-information {
      float: left; }
    .groupmembers .member h4, .groupmembers .member .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading .groupmembers .member .panel-title, .groupmembers .member .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading .groupmembers .member .panel-title, .groupmembers .member .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading .groupmembers .member .panel-title {
      margin: 0;
      overflow: hidden;
      font-size: 16px;
      font-weight: 600;
      text-overflow: ellipsis; }
    .groupmembers .member small {
      display: block;
      margin: 0;
      line-height: 16px; }
    .groupmembers .member .btn {
      margin-top: 6px; }

.well-message {
  text-align: center; }
  .well-message h1 {
    font-size: 38px; }
  .well-message i {
    margin: 12px 0;
    font-size: 84px; }
  .well-message.well-message-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
  .well-message.well-message-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .well-message.well-message-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
  .well-message.well-message-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }

.loginstatus > li {
  min-width: 160px;
  text-align: right; }
  .loginstatus > li li {
    text-align: left; }

ul.rocklist {
  padding: 0;
  list-style-type: none;
  list-style-type: none; }
  ul.rocklist .rocklist-item {
    position: relative;
    float: left;
    width: 140px;
    padding: 6px;
    margin: 0 12px 12px 0;
    text-align: center;
    white-space: nowrap;
    border-radius: 0px; }
    ul.rocklist .rocklist-item .actions {
      position: absolute;
      top: 4px;
      right: 4px; }
    ul.rocklist .rocklist-item i {
      padding: 4px;
      cursor: pointer; }
    ul.rocklist .rocklist-item .file-name {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    ul.rocklist .rocklist-item:hover {
      color: #fff;
      background: #afafaf; }
    ul.rocklist .rocklist-item.selected {
      color: #fff;
      background: #afafaf; }

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0; }

.tt-dropdown-menu {
  min-width: 200px;
  padding: 12px;
  color: #c9c9c9;
  background-color: #c9c9c9;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #afafaf;
  border-radius: 0 0 0px 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.tt-suggestion {
  display: block; }
  .tt-suggestion p {
    padding: 4px;
    border-radius: 0px; }
    .tt-suggestion p:hover {
      background-color: #afafaf; }

.tt-suggestion.tt-is-under-cursor {
  color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  background-repeat: repeat-x; }

.tt-suggestion.tt-is-under-cursor a {
  color: #c9c9c9; }

.tt-suggestion p {
  margin: 0; }

.image-editor-photo {
  position: relative;
  width: 150px; }
  .image-editor-photo .image-container {
    width: 150px;
    height: 150px;
    border: 3px solid #afafaf; }
  .image-editor-photo .options {
    position: absolute;
    top: 110px;
    right: 0;
    padding: 6px 12px;
    color: contrast(#afafaf);
    background-color: #afafaf;
    border-radius: 0px 0 0 0px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out; }
    .image-editor-photo .options a {
      margin-left: 12px;
      color: #fff;
      text-decoration: none;
      cursor: pointer; }
      .image-editor-photo .options a:hover {
        opacity: .5; }
  .image-editor-photo .js-upload-progress {
    position: absolute;
    top: 55px;
    left: 55px;
    color: #555555;
    opacity: .5; }

.image-editor-fileinput {
  height: 0;
  visibility: hidden; }

.image-editor-group.imageupload-group {
  border: 0; }

.image-editor-crop-container {
  width: 480px;
  height: 480px; }

.image-editor-photo:hover .options {
  opacity: 1; }

.image-editor-photo .options a:first-child {
  margin-left: 0; }

.activeusers .recent i {
  color: #5cb85c; }

.activeusers .not-recent i {
  color: #f0ad4e; }

.nav-paging .btn-prev {
  float: left; }

.nav-paging .btn-next {
  float: right; }

.list-horizontal:before, .list-horizontal:after {
  content: " ";
  display: table; }

.list-horizontal:after {
  clear: both; }

.list-horizontal li {
  float: left;
  margin-right: 2px;
  margin-bottom: 4px; }

.key-value-rows .controls-row {
  margin-bottom: 6px; }

.contextsetter {
  margin-right: 2px; }

ul.list-group-panel, .panel-collapse {
  margin: 0; }
  ul.list-group-panel .list-group, .panel-collapse .list-group {
    margin-bottom: 0; }
  ul.list-group-panel .list-group-item, .panel-collapse .list-group-item {
    border: 0;
    border-top: 1px solid #ddd;
    border-radius: 0; }
    ul.list-group-panel .list-group-item:first-child, .panel-collapse .list-group-item:first-child {
      border: 0; }

.slidingdaterange-select, .slidingdaterange-number, .slidingdaterange-daterange .input-group {
  margin-bottom: 6px; }

.photo-round {
  background-repeat: no-repeat;
  background-size: cover; }
  .photo-round.photo-round-sm {
    width: 35px;
    height: 35px;
    border-radius: 17.5px; }
  .photo-round.photo-round-xs {
    width: 20px;
    height: 20px;
    border-radius: 17.5px; }

.wizard {
  padding: 8px 0;
  margin: -15px;
  margin-top: -16px;
  margin-bottom: 24px;
  background-color: #eeeeee; }
  .wizard:before, .wizard:after {
    content: " ";
    display: table; }
  .wizard:after {
    clear: both; }
  @media only screen and (max-width: 480px) {
    .wizard {
      display: none; } }

.wizard-item-icon {
  display: inline-block;
  padding: 6px 8px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background-color: #a6c8e6;
  border-radius: 24px; }

.wizard-item-label {
  font-size: 12px;
  font-weight: 300;
  color: #626262; }

.wizard-item {
  position: relative;
  z-index: 1;
  float: left;
  min-width: 100px;
  text-align: center; }
  @media (min-width: 992px) {
    .wizard-item {
      min-width: 175px; } }
  .wizard-item:before {
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: 0 auto;
    /* this centers the line to the full width specified */
    content: "";
    border-top: 4px solid #bbb; }
  .wizard-item.active:before {
    border-top: 4px solid #a2a2a2; }
  .wizard-item.active .wizard-item-icon {
    color: #fff;
    background-color: #428bca; }
  .wizard-item.active .wizard-item-label {
    color: #222222; }
  .wizard-item.complete:before {
    border-top: 4px solid #a2a2a2; }
  .wizard-item.complete .wizard-item-icon {
    color: #fff;
    background-color: #428bca; }
  .wizard-item.complete .wizard-item-label {
    color: #222222; }
  .wizard-item:first-child:before {
    left: 55px; }
    @media (min-width: 992px) {
      .wizard-item:first-child:before {
        left: 100px; } }
  .wizard-item:last-child:before {
    right: 55px; }
    @media (min-width: 992px) {
      .wizard-item:last-child:before {
        right: 100px; } }

.rock-checkbox-icon {
  cursor: pointer; }

.panel .panel-heading.panel-follow {
  position: relative;
  padding-right: 40px; }

.panel-follow-status {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  padding-top: 10px;
  color: #222222;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #afafaf;
  opacity: .4;
  transition: 1s; }
  .panel-follow-status.following {
    color: #fff;
    background-color: #efefef;
    opacity: 1; }

.number-range-editor .form-control-group .form-control {
  margin-bottom: 6px; }

.date-range-picker .input-group {
  margin-bottom: 6px; }

.btn-copy-to-clipboard:focus {
  outline: 0; }

.note-editor.panel-default {
  border-color: #efefef; }

.note-editor.panel-default > .panel-heading {
  background-color: #fff; }

.htmleditor-filebrowser .modal-title {
  padding: 5px 15px;
  margin: 0 -15px 24px;
  margin-top: 0;
  color: #d5d5d5;
  background-color: #222222; }

.htmleditor-filebrowser .modal-footer {
  padding: 8px 24px;
  margin-right: -15px;
  margin-left: -15px;
  color: #494949;
  background-color: #c9c9c9; }

@media (min-width: 480px) {
  .picker-folders,
  .picker-files {
    float: left; } }

.picker-folders .scroll-container-vertical,
.picker-files .scroll-container-vertical {
  width: auto; }
  .picker-folders .scroll-container-vertical .viewport,
  .picker-files .scroll-container-vertical .viewport {
    width: auto; }

@media (min-width: 480px) {
  .picker-folders {
    width: 40%; } }

.picker-folders .actions {
  margin-bottom: 15px; }

@media (max-width: 767px) {
  .picker-folders .scroll-container-vertical .viewport {
    height: 100px; } }

@media (min-width: 480px) {
  .picker-files {
    width: 60%; } }

.picker-files .fileupload-group {
  display: inline-block;
  width: 100%;
  padding: 0;
  border: none; }
  .picker-files .fileupload-group .fileupload-button {
    display: inline-block;
    float: right; }

.picker-files img.file-browser-image {
  width: 50px;
  height: 50px; }

iframe.file-browser {
  border: 0; }

.directory-letters li {
  width: 3.8455%;
  min-width: 20px; }

.directory-grid > div.row:nth-child(odd) {
  background-color: #f7f7f7; }

/*
    Used to manage styles related to Rock's forms
    
    1. Bootstrap Overrides / Additions
    2. Data Lists
    3. Input Sizing
    4. Control Specific Styles
    5. Validation
    6. Custom Controls
    7. Static Control
*/
/* doesn't appear to be used JME 7/22/2015
.form-actions { // adding BS2 form-actions back
    padding: 12px 16px;
    background-color: $axxxxccent-color;
    color: $axxxxccent-text-color;
}*/
legend {
  font-weight: 300;
  color: #222222;
  border-width: 0; }

.checkbox-inline:first-child, .radio-inline:first-child {
  padding-left: 30px; }

a.aspNetDisabled {
  opacity: .5; }

.form-group.rock-literal,
.rock-control-wrapper {
  /*label {
        margin-bottom: 0;
    }*/ }
  .form-group.rock-literal p.form-control-static,
  .rock-control-wrapper p.form-control-static {
    padding-top: 0; }

.form-group {
  font-size: 16px;
  line-height: 1.42857; }

.form-group .checkbox:last-child {
  margin-bottom: 30px; }

.form-group > .form-group {
  margin-top: 12px; }

.form-horizontal .form-group {
  margin-right: 0; }
  .form-horizontal .form-group .form-control-group,
  .form-horizontal .form-group .form-control {
    float: left; }

.form-horizontal[class*="label-"] .form-group label {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .form-horizontal[class*="label-"] .form-group label {
      float: left;
      width: 16.66667%; } }
  @media (min-width: 768px) {
    .form-horizontal[class*="label-"] .form-group label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: right; } }

.form-horizontal[class*="label-"] .form-group .control-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .form-horizontal[class*="label-"] .form-group .control-wrapper {
      float: left;
      width: 83.33333%; } }

.form-horizontal.label-md .form-group label {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .form-horizontal.label-md .form-group label {
      float: left;
      width: 33.33333%; } }

.form-horizontal.label-md .form-group .control-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .form-horizontal.label-md .form-group .control-wrapper {
      float: left;
      width: 66.66667%; } }

.form-horizontal.label-lg .form-group label {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .form-horizontal.label-lg .form-group label {
      float: left;
      width: 50%; } }

.form-horizontal.label-lg .form-group .control-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .form-horizontal.label-lg .form-group .control-wrapper {
      float: left;
      width: 50%; } }

.form-horizontal.label-xl .form-group label {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .form-horizontal.label-xl .form-group label {
      float: left;
      width: 66.66667%; } }

.form-horizontal.label-xl .form-group .control-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .form-horizontal.label-xl .form-group .control-wrapper {
      float: left;
      width: 33.33333%; } }

.controls .checkbox:first-child {
  margin-top: 0; }

.form-group.required .control-label:after {
  margin-left: 4px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 6px;
  color: #eca9a7;
  vertical-align: super;
  content: '\f111'; }

dl:not(.dl-horizontal) dt {
  margin-top: 16px;
  margin-bottom: 2px;
  font-weight: 700; }
  dl:not(.dl-horizontal) dt:first-child {
    margin-top: 0; }

dl:not(.dl-horizontal) dd {
  margin-left: 0; }

.form-control.input-width-xs,
.input-group.input-width-xs,
.form-control-group.input-width-xs input {
  width: 60px; }

.form-control.input-width-sm,
.input-group.input-width-sm,
.form-control-group.input-width-sm input {
  width: 90px; }

.form-control.input-width-md,
.input-group.input-width-md,
.form-control-group.input-width-md input {
  width: 140px; }

.form-control.input-width-lg,
.input-group.input-width-lg,
.form-control-group.input-width-lg input {
  width: 210px; }

.form-control.input-width-xl,
.input-group.input-width-xl,
.form-control-group.input-width-xl input {
  width: 270px; }

.form-control.input-width-xxl,
.input-group.input-width-xxl,
.form-control-group.input-width-xxl input {
  width: 530px; }

.form-control-group:before, .form-control-group:after {
  content: " ";
  display: table; }

.form-control-group:after {
  clear: both; }

.form-control-group .form-control,
.form-control-group .input-group {
  float: left;
  margin-right: 6px; }

.form-control-group > span {
  float: left;
  margin: 8px 6px 0 0; }

.form-control-group > label {
  float: left;
  margin-top: 8px; }

.month-year-picker .separator,
.month-day-picker .separator {
  float: left;
  margin: 4px 8px 0 -2px;
  font-size: 20px;
  color: #7b7b7b; }

.rock-check-box .checkbox {
  margin-top: 0; }

.validation-error {
  float: left;
  font-weight: 300;
  color: #d9534f; }

.btn-controlaligned {
  margin-top: 24px; }

.form-group.static-control label {
  margin-bottom: 0; }

.form-group.static-control .form-control-static {
  padding-top: 0; }

/*
  Used to manage styles for specific blocks.

  1. Notes - block to display, add, edit, delete notes
  2. Schedule Builder - block for building schedules
  3. Workflow - styles for workflow blocks

*/
.panel-note {
  border-top-color: #efefef;
  border-color: #efefef; }
  .panel-note > .panel-heading {
    color: #898989;
    background-color: #efefef;
    border-color: #efefef; }
    .panel-note > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #efefef; }
    .panel-note > .panel-heading .badge {
      color: #efefef;
      background-color: #898989; }
  .panel-note > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #efefef; }
  .panel-note .panel-body {
    background-color: #fff; }
  .panel-note .panel-heading h3, .panel-note .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-note .panel-heading .panel-title, .panel-note .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-note .panel-heading .panel-title, .panel-note .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-note .panel-heading .panel-title {
    float: left;
    margin-top: 4px; }
  .panel-note .panel-heading .btn {
    float: right;
    margin: 0; }
  .panel-note article {
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 0px; }
    .panel-note article .date {
      margin-left: 8px;
      font-size: 13px;
      font-weight: 300; }
    .panel-note article > i {
      position: absolute;
      width: 28px;
      margin: 0 12px 0 4px;
      font-size: 28px;
      opacity: .2; }
    .panel-note article .details {
      margin-left: 70px; }
      .panel-note article .details h5 {
        max-width: 70%;
        margin-top: 0;
        margin-bottom: 6px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .panel-note article .actions {
      position: absolute;
      top: 10px;
      right: 15px; }
      .panel-note article .actions a {
        float: right;
        margin-left: 8px;
        font-size: 14px; }
    .panel-note article.highlight {
      color: #a94442;
      background-color: #f2dede;
      border: 1px solid #ebccd1; }
      .panel-note article.highlight a {
        color: #a94442; }
    .panel-note article.personal {
      color: #31708f;
      background-color: #d9edf7;
      border: 1px solid #bce8f1; }
    .panel-note article > img {
      float: left;
      margin: 0 12px 0 4px; }
  .panel-note .load-more {
    width: 20%;
    min-width: 150px;
    margin: 0 40%; }
    .panel-note .load-more span {
      margin: 0 12px; }

.note-deny article,
.note-danger article,
.note-security article {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.note-deny .actions a,
.note-danger .actions a,
.note-security .actions a {
  color: #a94442; }

.note-approve article,
.note-success article {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.note-approve .actions a,
.note-success .actions a {
  color: #3c763d; }

.note-info article {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.note-info .actions a {
  color: #31708f; }

.note-warning article {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.note-warning .actions a {
  color: #8a6d3b; }

.panel-note-light {
  background: none;
  border: 0; }
  .panel-note-light .panel-body {
    background: none; }
  .panel-note-light article {
    padding-left: 0;
    background: none;
    border-width: 0 0 1px 0;
    border-radius: 0; }
    .panel-note-light article .details {
      margin-left: 0; }
    .panel-note-light article .note-author,
    .panel-note-light article .note-created {
      font-size: 15px;
      opacity: .7; }

.panel-noteentry {
  border-color: #efefef; }
  .panel-noteentry > .panel-heading {
    color: #898989;
    background-color: #efefef;
    border-color: #efefef; }
    .panel-noteentry > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #efefef; }
    .panel-noteentry > .panel-heading .badge {
      color: #efefef;
      background-color: #898989; }
  .panel-noteentry > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #efefef; }
  .panel-noteentry .createDate {
    width: 50%;
    margin-top: 10px; }
  .panel-noteentry .settings {
    margin-top: 4px; }
    .panel-noteentry .settings .options input {
      margin-right: 4px; }
  .panel-noteentry .panel-body .noteentry-control {
    overflow: hidden; }
  .panel-noteentry .panel-body .noteentry-notetype {
    margin-bottom: 4px; }
  .panel-noteentry .panel-body img {
    float: left;
    margin: 0 12px 0 4px; }
  .panel-noteentry .options .checkbox {
    float: left;
    margin: 0 15px 0 5px; }
  .panel-noteentry .panel-footer {
    background-color: #f5f5f5; }

.recurrence-pattern-type {
  padding-left: 30px;
  margin-top: 12px; }

.recurrence-pattern-specific-date:before, .recurrence-pattern-specific-date:after {
  content: " ";
  display: table; }

.recurrence-pattern-specific-date:after {
  clear: both; }

.recurrence-pattern-specific-date .input-group {
  float: left; }

.recurrence-pattern-specific-date .actions {
  float: left;
  margin-top: 4px;
  margin-left: 12px; }

.recurrence-pattern-daily .form-control-group {
  min-height: 30px; }

.recurrence-pattern-weekly .week-days {
  margin-top: 15px; }
  .recurrence-pattern-weekly .week-days:before, .recurrence-pattern-weekly .week-days:after {
    content: " ";
    display: table; }
  .recurrence-pattern-weekly .week-days:after {
    clear: both; }
  .recurrence-pattern-weekly .week-days .checkbox {
    float: left;
    margin: 0 15px; }

.recurrence-pattern-monthly .form-control-group {
  display: block;
  min-height: 40px; }

.continue-until .form-control-group {
  min-height: 40px; }

.exclusions .add-exclusion .form-control-group {
  float: left; }

.exclusions .add-exclusion .actions {
  float: left;
  margin-top: 5px; }

.workflow-section-activities {
  margin-top: 64px; }

.workflow-activities-readonly-header {
  top: auto;
  left: auto;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  color: #515151; }
  .workflow-activities-readonly-header:hover {
    color: inherit;
    text-decoration: none; }

.panel.workflow-activity.activated-with-workflow {
  border-color: #3c763d; }
  .panel.workflow-activity.activated-with-workflow > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8; }
    .panel.workflow-activity.activated-with-workflow > .panel-heading a.btn-link {
      color: #3c763d; }

.workflow-action .criteria-exists {
  color: #fff;
  background-color: #f0ad4e;
  border: 1px solid #eea236; }

.workflow-action .conditional-run-criteria {
  padding-top: 15px;
  margin-top: -15px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px; }

.workflow-action .form-action-rows .row {
  margin-bottom: 12px; }

.panel-group .panel-workflowitem {
  margin-bottom: 30px;
  border-color: #efefef; }
  .panel-group .panel-workflowitem > .panel-heading {
    color: #898989;
    background-color: #efefef;
    border-color: #efefef; }
    .panel-group .panel-workflowitem > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #efefef; }
    .panel-group .panel-workflowitem > .panel-heading .badge {
      color: #efefef;
      background-color: #898989; }
  .panel-group .panel-workflowitem > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #efefef; }
  .panel-group .panel-workflowitem:hover {
    background-color: #fff; }
  .panel-group .panel-workflowitem .panel-heading {
    padding: 30px; }
    .panel-group .panel-workflowitem .panel-heading a {
      display: block; }
      .panel-group .panel-workflowitem .panel-heading a .panel-title {
        width: 100%; }
        .panel-group .panel-workflowitem .panel-heading a .panel-title h3, .panel-group .panel-workflowitem .accordions-christmas2019 .panel .panel-heading a .panel-title .panel-title, .accordions-christmas2019 .panel .panel-group .panel-workflowitem .panel-heading a .panel-title .panel-title, .panel-group .panel-workflowitem .accordions-christmas2020 .panel .panel-heading a .panel-title .panel-title, .accordions-christmas2020 .panel .panel-group .panel-workflowitem .panel-heading a .panel-title .panel-title, .panel-group .panel-workflowitem .accordions-easter2020 .panel .panel-heading a .panel-title .panel-title, .accordions-easter2020 .panel .panel-group .panel-workflowitem .panel-heading a .panel-title .panel-title {
          margin: 0; }
          .panel-group .panel-workflowitem .panel-heading a .panel-title h3 i, .panel-group .panel-workflowitem .accordions-christmas2019 .panel .panel-heading a .panel-title .panel-title i, .accordions-christmas2019 .panel .panel-group .panel-workflowitem .panel-heading a .panel-title .panel-title i, .panel-group .panel-workflowitem .accordions-christmas2020 .panel .panel-heading a .panel-title .panel-title i, .accordions-christmas2020 .panel .panel-group .panel-workflowitem .panel-heading a .panel-title .panel-title i, .panel-group .panel-workflowitem .accordions-easter2020 .panel .panel-heading a .panel-title .panel-title i, .accordions-easter2020 .panel .panel-group .panel-workflowitem .panel-heading a .panel-title .panel-title i {
            margin-right: 12px;
            font-size: 35px; }
      .panel-group .panel-workflowitem .panel-heading a i.panel-navigation {
        margin-top: 8px; }

/*
    Used to manage styles for specific blocks.

    1. Calendar - Styles for the calendar blocks
    2. Event Entry - The event registration entry screen

*/
.calendar {
  display: inline-block;
  width: 100%;
  padding: 0 10px 10px 10px;
  border: 1px solid #ddd;
  border-radius: 0px; }

.calendar-month {
  border-spacing: 0;
  border-collapse: separate;
  border: none; }
  .calendar-month a {
    color: #222222 !important;
    text-decoration: none; }
  .calendar-month th {
    text-align: center; }
  .calendar-month td {
    color: #222222 !important; }
  .calendar-month table.calendar-title td {
    padding: 10px 5px; }
  .calendar-month td.calendar-day {
    padding: 5px; }
  .calendar-month table.calendar-title,
  .calendar-month table.calendar-title a {
    font-weight: 600; }
  .calendar-month .calendar-today {
    border-radius: 0px; }
  .calendar-month .calendar-today,
  .calendar-month .calendar-selecteditem {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-radius: 0; }
  .calendar-month .calendar-selecteditem:first-child {
    border-radius: 0px 0 0 0px; }
  .calendar-month .calendar-selecteditem:last-child {
    border-radius: 0 0px 0px 0; }
  .calendar-month .calendar-selected {
    color: #fff !important;
    background-color: #5bc0de !important; }
    .calendar-month .calendar-selected a {
      color: #fff !important; }
  .calendar-month .calendar-last-month a {
    opacity: .2; }
  .calendar-month .calendar-hasevent {
    font-weight: 700; }

.registrationentry-intro {
  text-align: center; }
  .registrationentry-intro h1 {
    margin-top: 24px;
    margin-bottom: 48px; }
  .registrationentry-intro .input-group {
    margin: 0 auto 48px auto; }

.registration-entry .feetype-allowmultiples > .control-label {
  display: block;
  margin-bottom: 8px; }

.registration-entry .feetype-allowmultiples .form-group {
  margin-left: 19px; }

.registrationentry-summary .fee-table {
  margin: 0 24px; }
  .registrationentry-summary .fee-table > .row {
    padding: 6px 0; }
    .registrationentry-summary .fee-table > .row div[class^='col-'] {
      padding-right: 0;
      padding-left: 0; }

.registrationentry-summary .row.fee-header {
  padding-bottom: 2px;
  margin-bottom: 6px;
  font-size: 14px;
  border-bottom: 2px solid #888888; }

.registrationentry-summary .fee-row-cost,
.registrationentry-summary .fee-row-total {
  font-weight: 600; }

.registrationentry-summary .fee-row-total {
  margin-top: 6px;
  border-top: 1px solid #888888; }

.registrationentry-summary .row.fee-row-fee {
  font-weight: 300; }
  @media (min-width: 768px) {
    .registrationentry-summary .row.fee-row-fee > div.fee-caption {
      padding-left: 20px; } }

@media (min-width: 768px) {
  .registrationentry-summary div.fee-value {
    float: right;
    text-align: right; } }

.fee-totals {
  margin-top: 24px; }
  .fee-totals .fee-totals-options {
    text-align: right; }

.amount-to-pay input {
  text-align: right; }

.datepicker {
  border-radius: 0px;
  direction: ltr; }
  .datepicker-inline {
    width: 220px; }
  .datepicker-rtl {
    direction: rtl; }
    .datepicker-rtl table tr td span {
      float: right; }
  .datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px; }
    .datepicker-dropdown:before {
      content: '';
      display: inline-block;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid rgba(0, 0, 0, 0.15);
      border-top: 0;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      position: absolute; }
    .datepicker-dropdown:after {
      content: '';
      display: inline-block;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff;
      border-top: 0;
      position: absolute; }
    .datepicker-dropdown.datepicker-orient-left:before {
      left: 6px; }
    .datepicker-dropdown.datepicker-orient-left:after {
      left: 7px; }
    .datepicker-dropdown.datepicker-orient-right:before {
      right: 6px; }
    .datepicker-dropdown.datepicker-orient-right:after {
      right: 7px; }
    .datepicker-dropdown.datepicker-orient-bottom:before {
      top: -7px; }
    .datepicker-dropdown.datepicker-orient-bottom:after {
      top: -6px; }
    .datepicker-dropdown.datepicker-orient-top:before {
      bottom: -7px;
      border-bottom: 0;
      border-top: 7px solid rgba(0, 0, 0, 0.15); }
    .datepicker-dropdown.datepicker-orient-top:after {
      bottom: -6px;
      border-bottom: 0;
      border-top: 6px solid #fff; }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .datepicker table tr td, .datepicker table tr th {
      text-align: center;
      width: 30px;
      height: 30px;
      border-radius: 4px;
      border: none; }
  .table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent; }
  .datepicker table tr td.old, .datepicker table tr td.new {
    color: #777777; }
  .datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #eeeeee;
    cursor: pointer; }
  .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #777777;
    cursor: default; }
  .datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0; }
    .datepicker table tr td.highlighted:hover, .datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted.active,
    .open > .datepicker table tr td.highlighted.dropdown-toggle {
      color: #000;
      background-color: #afd9ee;
      border-color: #52addb; }
    .datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted.active,
    .open > .datepicker table tr td.highlighted.dropdown-toggle {
      background-image: none; }
    .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:active, .datepicker table tr td.highlighted.disabled.active, .datepicker table tr td.highlighted[disabled], .datepicker table tr td.highlighted[disabled]:hover, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:active, .datepicker table tr td.highlighted[disabled].active,
    fieldset[disabled] .datepicker table tr td.highlighted,
    fieldset[disabled] .datepicker table tr td.highlighted:hover,
    fieldset[disabled] .datepicker table tr td.highlighted:focus,
    fieldset[disabled] .datepicker table tr td.highlighted:active,
    fieldset[disabled] .datepicker table tr td.highlighted.active {
      background-color: #d9edf7;
      border-color: #85c5e5; }
    .datepicker table tr td.highlighted .badge {
      color: #d9edf7;
      background-color: #000; }
    .datepicker table tr td.highlighted.focused {
      background: #afd9ee; }
    .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
      background: #d9edf7;
      color: #777777; }
  .datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733; }
    .datepicker table tr td.today:hover, .datepicker table tr td.today:focus, .datepicker table tr td.today:active, .datepicker table tr td.today.active,
    .open > .datepicker table tr td.today.dropdown-toggle {
      color: #000;
      background-color: #ffc966;
      border-color: #f59e00; }
    .datepicker table tr td.today:active, .datepicker table tr td.today.active,
    .open > .datepicker table tr td.today.dropdown-toggle {
      background-image: none; }
    .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today[disabled], .datepicker table tr td.today[disabled]:hover, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:active, .datepicker table tr td.today[disabled].active,
    fieldset[disabled] .datepicker table tr td.today,
    fieldset[disabled] .datepicker table tr td.today:hover,
    fieldset[disabled] .datepicker table tr td.today:focus,
    fieldset[disabled] .datepicker table tr td.today:active,
    fieldset[disabled] .datepicker table tr td.today.active {
      background-color: #ffdb99;
      border-color: #ffb733; }
    .datepicker table tr td.today .badge {
      color: #ffdb99;
      background-color: #000; }
    .datepicker table tr td.today.focused {
      background: #ffc966; }
    .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
      background: #ffdb99;
      color: #777777; }
  .datepicker table tr td.range {
    color: #000;
    background-color: #eeeeee;
    border-color: #bbbbbb;
    border-radius: 0; }
    .datepicker table tr td.range:hover, .datepicker table tr td.range:focus, .datepicker table tr td.range:active, .datepicker table tr td.range.active,
    .open > .datepicker table tr td.range.dropdown-toggle {
      color: #000;
      background-color: #d5d5d5;
      border-color: #9d9d9d; }
    .datepicker table tr td.range:active, .datepicker table tr td.range.active,
    .open > .datepicker table tr td.range.dropdown-toggle {
      background-image: none; }
    .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:active, .datepicker table tr td.range.disabled.active, .datepicker table tr td.range[disabled], .datepicker table tr td.range[disabled]:hover, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:active, .datepicker table tr td.range[disabled].active,
    fieldset[disabled] .datepicker table tr td.range,
    fieldset[disabled] .datepicker table tr td.range:hover,
    fieldset[disabled] .datepicker table tr td.range:focus,
    fieldset[disabled] .datepicker table tr td.range:active,
    fieldset[disabled] .datepicker table tr td.range.active {
      background-color: #eeeeee;
      border-color: #bbbbbb; }
    .datepicker table tr td.range .badge {
      color: #eeeeee;
      background-color: #000; }
    .datepicker table tr td.range.focused {
      background: #d5d5d5; }
    .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
      background: #eeeeee;
      color: #777777; }
  .datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #e4eef3;
    border-color: #9dc2d4; }
    .datepicker table tr td.range.highlighted:hover, .datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted.active,
    .open > .datepicker table tr td.range.highlighted.dropdown-toggle {
      color: #000;
      background-color: #c1d8e3;
      border-color: #73a7c1; }
    .datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted.active,
    .open > .datepicker table tr td.range.highlighted.dropdown-toggle {
      background-image: none; }
    .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:active, .datepicker table tr td.range.highlighted.disabled.active, .datepicker table tr td.range.highlighted[disabled], .datepicker table tr td.range.highlighted[disabled]:hover, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:active, .datepicker table tr td.range.highlighted[disabled].active,
    fieldset[disabled] .datepicker table tr td.range.highlighted,
    fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
    fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
    fieldset[disabled] .datepicker table tr td.range.highlighted:active,
    fieldset[disabled] .datepicker table tr td.range.highlighted.active {
      background-color: #e4eef3;
      border-color: #9dc2d4; }
    .datepicker table tr td.range.highlighted .badge {
      color: #e4eef3;
      background-color: #000; }
    .datepicker table tr td.range.highlighted.focused {
      background: #c1d8e3; }
    .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
      background: #e4eef3;
      color: #777777; }
  .datepicker table tr td.range.today {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417; }
    .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active,
    .open > .datepicker table tr td.range.today.dropdown-toggle {
      color: #000;
      background-color: #f4b747;
      border-color: #c0800b; }
    .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active,
    .open > .datepicker table tr td.range.today.dropdown-toggle {
      background-image: none; }
    .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today[disabled]:hover, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:active, .datepicker table tr td.range.today[disabled].active,
    fieldset[disabled] .datepicker table tr td.range.today,
    fieldset[disabled] .datepicker table tr td.range.today:hover,
    fieldset[disabled] .datepicker table tr td.range.today:focus,
    fieldset[disabled] .datepicker table tr td.range.today:active,
    fieldset[disabled] .datepicker table tr td.range.today.active {
      background-color: #f7ca77;
      border-color: #f1a417; }
    .datepicker table tr td.range.today .badge {
      color: #f7ca77;
      background-color: #000; }
    .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
      background: #f7ca77;
      color: #777777; }
  .datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777777;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .datepicker table tr td.selected:hover, .datepicker table tr td.selected:focus, .datepicker table tr td.selected:active, .datepicker table tr td.selected.active,
    .open > .datepicker table tr td.selected.dropdown-toggle, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected.highlighted.active,
    .open > .datepicker table tr td.selected.highlighted.dropdown-toggle {
      color: #fff;
      background-color: #5e5e5e;
      border-color: #373737; }
    .datepicker table tr td.selected:active, .datepicker table tr td.selected.active,
    .open > .datepicker table tr td.selected.dropdown-toggle, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected.highlighted.active,
    .open > .datepicker table tr td.selected.highlighted.dropdown-toggle {
      background-image: none; }
    .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:active, .datepicker table tr td.selected[disabled].active,
    fieldset[disabled] .datepicker table tr td.selected,
    fieldset[disabled] .datepicker table tr td.selected:hover,
    fieldset[disabled] .datepicker table tr td.selected:focus,
    fieldset[disabled] .datepicker table tr td.selected:active,
    fieldset[disabled] .datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.disabled, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:active, .datepicker table tr td.selected.highlighted.disabled.active, .datepicker table tr td.selected.highlighted[disabled], .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:active, .datepicker table tr td.selected.highlighted[disabled].active,
    fieldset[disabled] .datepicker table tr td.selected.highlighted,
    fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
    fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
    fieldset[disabled] .datepicker table tr td.selected.highlighted:active,
    fieldset[disabled] .datepicker table tr td.selected.highlighted.active {
      background-color: #777777;
      border-color: #555555; }
    .datepicker table tr td.selected .badge, .datepicker table tr td.selected.highlighted .badge {
      color: #777777;
      background-color: #fff; }
  .datepicker table tr td.active, .datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .datepicker table tr td.active:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:active, .datepicker table tr td.active.active,
    .open > .datepicker table tr td.active.dropdown-toggle, .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.highlighted.active,
    .open > .datepicker table tr td.active.highlighted.dropdown-toggle {
      color: #fff;
      background-color: #3071a9;
      border-color: #285e8e; }
    .datepicker table tr td.active:active, .datepicker table tr td.active.active,
    .open > .datepicker table tr td.active.dropdown-toggle, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.highlighted.active,
    .open > .datepicker table tr td.active.highlighted.dropdown-toggle {
      background-image: none; }
    .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:active, .datepicker table tr td.active[disabled].active,
    fieldset[disabled] .datepicker table tr td.active,
    fieldset[disabled] .datepicker table tr td.active:hover,
    fieldset[disabled] .datepicker table tr td.active:focus,
    fieldset[disabled] .datepicker table tr td.active:active,
    fieldset[disabled] .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.disabled, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:active, .datepicker table tr td.active.highlighted.disabled.active, .datepicker table tr td.active.highlighted[disabled], .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:active, .datepicker table tr td.active.highlighted[disabled].active,
    fieldset[disabled] .datepicker table tr td.active.highlighted,
    fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
    fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
    fieldset[disabled] .datepicker table tr td.active.highlighted:active,
    fieldset[disabled] .datepicker table tr td.active.highlighted.active {
      background-color: #428bca;
      border-color: #357ebd; }
    .datepicker table tr td.active .badge, .datepicker table tr td.active.highlighted .badge {
      color: #428bca;
      background-color: #fff; }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px; }
    .datepicker table tr td span:hover, .datepicker table tr td span.focused {
      background: #eeeeee; }
    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
      background: none;
      color: #777777;
      cursor: default; }
    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
      color: #fff;
      background-color: #428bca;
      border-color: #357ebd;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      .datepicker table tr td span.active:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active.active,
      .open > .datepicker table tr td span.active.dropdown-toggle, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active,
      .open > .datepicker table tr td span.active:hover.dropdown-toggle, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active,
      .open > .datepicker table tr td span.active.disabled.dropdown-toggle, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active,
      .open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e; }
      .datepicker table tr td span.active:active, .datepicker table tr td span.active.active,
      .open > .datepicker table tr td span.active.dropdown-toggle, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active,
      .open > .datepicker table tr td span.active:hover.dropdown-toggle, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active,
      .open > .datepicker table tr td span.active.disabled.dropdown-toggle, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active,
      .open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle {
        background-image: none; }
      .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:active, .datepicker table tr td span.active[disabled].active,
      fieldset[disabled] .datepicker table tr td span.active,
      fieldset[disabled] .datepicker table tr td span.active:hover,
      fieldset[disabled] .datepicker table tr td span.active:focus,
      fieldset[disabled] .datepicker table tr td span.active:active,
      fieldset[disabled] .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:active, .datepicker table tr td span.active:hover.disabled.active, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:active, .datepicker table tr td span.active:hover[disabled].active,
      fieldset[disabled] .datepicker table tr td span.active:hover,
      fieldset[disabled] .datepicker table tr td span.active:hover:hover,
      fieldset[disabled] .datepicker table tr td span.active:hover:focus,
      fieldset[disabled] .datepicker table tr td span.active:hover:active,
      fieldset[disabled] .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:active, .datepicker table tr td span.active.disabled.disabled.active, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:active, .datepicker table tr td span.active.disabled[disabled].active,
      fieldset[disabled] .datepicker table tr td span.active.disabled,
      fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
      fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
      fieldset[disabled] .datepicker table tr td span.active.disabled:active,
      fieldset[disabled] .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:active, .datepicker table tr td span.active.disabled:hover.disabled.active, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:active, .datepicker table tr td span.active.disabled:hover[disabled].active,
      fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
      fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
      fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
      fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
      fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
        background-color: #428bca;
        border-color: #357ebd; }
      .datepicker table tr td span.active .badge, .datepicker table tr td span.active:hover .badge, .datepicker table tr td span.active.disabled .badge, .datepicker table tr td span.active.disabled:hover .badge {
        color: #428bca;
        background-color: #fff; }
    .datepicker table tr td span.old, .datepicker table tr td span.new {
      color: #777777; }
  .datepicker .datepicker-switch {
    width: 145px; }
  .datepicker .datepicker-switch,
  .datepicker .prev,
  .datepicker .next,
  .datepicker tfoot tr th {
    cursor: pointer; }
    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
      background: #eeeeee; }
  .datepicker .prev.disabled, .datepicker .next.disabled {
    visibility: hidden; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }
  .input-daterange input {
    text-align: center; }
  .input-daterange input:first-child {
    border-radius: 3px 0 0 3px; }
  .input-daterange input:last-child {
    border-radius: 0 3px 3px 0; }
  .input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857;
    text-shadow: 0 1px 0 #fff;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-Ita.otf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-Thin.otf");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-ThinIta.otf");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-Light.otf");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-LightIta.otf");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-Medi.otf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-MediIta.otf");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-Bold.otf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-BoldIta.otf");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-Xbold.otf");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-XboldIta.otf");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-Black.otf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-BlackIta.otf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-Regular.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-RegularIt.otf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-Thin.otf");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-ThinIt.otf");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-Light.otf");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-LightIt.otf");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-Semibold.otf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-SemiboldIt.otf");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-Bold.otf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-BoldIt.otf");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-Extrabld.otf");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-ExtrabldIt.otf");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-Black.otf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-BlackIt.otf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-Regular.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-RegularIt.otf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-Thin.otf");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-ThinIt.otf");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-Light.otf");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-LightIt.otf");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-Semibold.otf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-SemiboldIt.otf");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-Bold.otf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-BoldIt.otf");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-Extrabld.otf");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-ExtrabldIt.otf");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-Black.otf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-BlackIt.otf");
  font-weight: 900;
  font-style: italic; }

/* Typography */
h1:not(.modal-title), h2:not(.modal-title), h3:not(.modal-title), .accordions-christmas2019 .panel .panel-heading .panel-title:not(.modal-title), .accordions-christmas2020 .panel .panel-heading .panel-title:not(.modal-title), .accordions-easter2020 .panel .panel-heading .panel-title:not(.modal-title), h4:not(.modal-title), .accordions-1 .panel .panel-heading .panel-title:not(.modal-title), .accordions-2 .panel .panel-heading .panel-title:not(.modal-title), .accordions-nostyle .panel .panel-heading .panel-title:not(.modal-title), h5:not(.modal-title), h6:not(.modal-title) {
  color: #000000;
  margin-top: 0; }

h1 a,
h2 a,
h3 a, .accordions-christmas2019 .panel .panel-heading .panel-title a, .accordions-christmas2020 .panel .panel-heading .panel-title a, .accordions-easter2020 .panel .panel-heading .panel-title a,
h4 a, .accordions-1 .panel .panel-heading .panel-title a, .accordions-2 .panel .panel-heading .panel-title a, .accordions-nostyle .panel .panel-heading .panel-title a,
h5 a,
h6 a {
  color: #000000; }

h1 small,
h2 small,
h3 small, .accordions-christmas2019 .panel .panel-heading .panel-title small, .accordions-christmas2020 .panel .panel-heading .panel-title small, .accordions-easter2020 .panel .panel-heading .panel-title small,
h4 small, .accordions-1 .panel .panel-heading .panel-title small, .accordions-2 .panel .panel-heading .panel-title small, .accordions-nostyle .panel .panel-heading .panel-title small,
h5 small,
h6 small {
  color: #222222;
  font-size: 60%; }

h1, .h1 {
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.1; }

h2, .h2 {
  font-size: 3.5rem;
  font-weight: normal;
  line-height: 1.1; }


h3,
.accordions-christmas2019 .panel .panel-heading .panel-title,
.accordions-christmas2020 .panel .panel-heading .panel-title,
.accordions-easter2020 .panel .panel-heading .panel-title, .h3 {
  font-size: 2.75rem;
  font-weight: normal;
  line-height: 1.4; }


h4,
.accordions-1 .panel .panel-heading .panel-title,
.accordions-2 .panel .panel-heading .panel-title,
.accordions-nostyle .panel .panel-heading .panel-title, .h4 {
  font-size: 2.25rem;
  font-weight: normal;
  line-height: 1.4; }

h5, .h5 {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.4; }

h6, .h6 {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.1; }

code {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  border-radius: .2rem;
  padding: .1rem .3rem .2rem; }

em,
li {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000; }
  em > a,
  li > a {
    color: #000000; }
    em > a:hover,
    li > a:hover {
      color: black; }

label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: .25rem; }

i {
  line-height: 1; }

/* Paragraph */
p {
  font-size: 1.75rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem; }

/* Links */
a {
  color: #222222;
  text-decoration: none; }
  a:focus, a:hover {
    color: black;
    text-decoration: none; }
  a:focus {
    outline: none; }

.uppercase {
  text-transform: uppercase; }

.letter-space {
  letter-spacing: 2px; }

.big-letter-space {
  letter-spacing: 6px; }

.se-expandable div {
  overflow: hidden;
  transition: height 0.3s ease-out;
  height: auto; }
  .se-expandable div.se-expandable-content {
    text-align: center; }
    .se-expandable div.se-expandable-content li {
      list-style-type: none; }
    .se-expandable div.se-expandable-content ul {
      padding-bottom: 3rem; }
  .se-expandable div.se-expandable-header {
    cursor: pointer;
    position: relative;
    text-align: center;
    margin: 10px 0px; }
    .se-expandable div.se-expandable-header .carat {
      position: relative;
      top: -0.1em;
      left: 1rem;
      display: inline-block;
      width: 8px;
      height: 8px;
      content: "";
      border: solid black;
      border-width: 0 1px 1px 0;
      display: inline-block;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .se-expandable div.se-expandable-header[data-expanded="true"] .carat {
      -webkit-transform: translateY(-0.1rem) rotate(405deg);
      -moz-transform: translateY(-0.1rem) rotate(405deg);
      transform: translateY(-0.1rem) rotate(405deg); }

.se-carat {
  position: relative;
  top: -0.2em;
  left: 0.5rem;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  border: solid #777777;
  border-width: 0 2px 2px 0;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .se-carat--right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .se-carat--left {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .se-carat--up {
    top: 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .se-carat--down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
  position: fixed;
  right: 5.125rem;
  bottom: -5.125rem;
  display: block;
  width: 4rem;
  height: 4rem;
  z-index: 9;
  border: solid 3px #000000;
  border-radius: 3rem;
  background-color: #FFFFFF;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .s-back-to-top:before {
    width: 8px;
    height: 8px;
    content: "";
    border: solid #000000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
    -webkit-transform: translate(-50%, -50%) rotate(-135deg); }
  .s-back-to-top:hover {
    background: #000000; }
    .s-back-to-top:hover:before {
      border: solid #FFFFFF;
      border-width: 0 2px 2px 0; }
  .s-back-to-top:focus, .s-back-to-top:hover {
    text-decoration: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    .s-back-to-top {
      position: fixed;
      right: 3.125rem;
      bottom: -5.125rem; } }
  @media (max-width: 767px) {
    .s-back-to-top {
      position: fixed;
      right: 3.125rem;
      bottom: -5.125rem; } }

/* The button becomes visible */
.s-back-to-top.-is-visible {
  bottom: 5.125rem;
  opacity: .8; }
  .s-back-to-top.-is-visible:hover {
    opacity: 1; }
  @media (min-width: 768px) and (max-width: 991px) {
    .s-back-to-top.-is-visible {
      bottom: 3.125rem; } }
  @media (max-width: 767px) {
    .s-back-to-top.-is-visible {
      bottom: 3.125rem; } }

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
  opacity: .6; }

.link--hover-underscore {
  position: relative;
  display: inline-block; }
  .link--hover-underscore:after {
    content: '';
    position: absolute;
    z-index: 1000;
    width: 0;
    height: 2px;
    display: block;
    margin-top: -20px;
    right: 15%;
    background: rgba(124, 124, 124, 0.68);
    transition: width .2s ease;
    -webkit-transition: width .2s ease; }
  .link--hover-underscore:hover:after {
    width: 70%;
    left: 15%;
    background: rgba(124, 124, 124, 0.68); }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

  	Contents:

  	1. Buttons
  	2. Share modal and links
  	3. Index indicator ("1 of X" counter)
  	4. Caption
  	5. Loading indicator
  	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

  */
/*

  	1. Buttons

   */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus, .pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
  	Arrow buttons hit area
  	(icon is added to :before pseudo-element)
  */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

  	2. Share modal/popup and links

   */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

  	3. Index indicator ("1 of X" counter)

   */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

  	4. Caption

   */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

  	5. Loading indicator (preloader)

  	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

   */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
  			The idea of animating inner circle is based on Polymer ("material") loading indicator
  			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

/*

  	6. Additional styles

   */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
  	pswp__ui--hidden class is added when controls are hidden
  	e.g. when user taps to toggle visibility of controls
  */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/*******************************************************
* _INIT.SCSS
* =================================================
*
* This file contains intitial setup and configuration
* data for all site stylesheets. It includes
* Site-wide variables, mixins, & functions
*
* IMPORTING ADDITIONAL CONFIGURATION STYLESHEETS:
* ----------------------------------------------
* All other sitewide includes should be imported at
* at the end of this file. As this file is imported
* into all other stylesheets, anything imported here
* will likewise be imported into those stylesheets.
*
* ==================== WARNING! =======================
* DO NOT INCLUDE ANY ACTUAL STYLES THAT WILL GET OUTPUT
* TO THE FINAL CSS IN THIS FILE OR ANY FILE IMPORTED IN
* THIS FILE! ANY SUCH STYLES WILL END UP BEING DEFINED
* IN EVERY OUTPUT CSS FILE THAT IMPORTS THIS FILE (I.E.
* ALL STYLESHEET FILES SITE WIDE).
********************************************************/
/* TYPOGRAPHY
   ========== */
/* Define the path to use for ProximaNova fonts */
/* Define the path to use for ProximaNovaCondensed fonts */
/* Define the path to use for TisaPro fonts */
/*$ProximaNova: 				join(("ProximaNova", "proxima-nova"), $PrimaryCopyFont, comma); */
/* COLORS
   ====== */
/*Define the path to use for font awesome fonts */
/* MIXINS
   ====== */
.reverse {
  background: #000000;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ADDITIONAL CONFIGURATION STYLESHEETS
*  ==================================== */
/*	Use this file to change/override bootstrap variables.
*	Variables should be defined at the top of the file,
*	with the bootstrap import coming at the end.
*********************************************************/
/* Load icon fonts from this directory. */
/* default text settings */
/* default settings for headings and titles */
/* DO NOT ADD VARIABLES BELOW THIS LINE */
/**********************************************************
* _REESPONSIVE.SCSS
*	This file defines variables, functions, and mixins for
*	use in targeting breakpoints for mobile devices.
*
*	The variables and functions defined here should rarely
*	be accessesd directly. Instead, the media query mixins
*	should be used to target specific device(s).
\**********************************************************/
/* $screen -
 *	 A Sass Map to define the min and max screen sizes
 *   for each device type supported. Used by the
 *	 screen-size function to retrieve breakpoints for
 *	 media query mixins */
/* FUNCTIONS
 * =========
 *
 * Functions are used to return a specific screen size from
 * the $screen map */
/* @screen-size
 *	 A function to retrieve a screen breakpoint value from the
 *	 $screen map for use in a media query mixin */
/* MEDIA QUERY MIXINS
 * ==================
 *
 * A set of mixins to create media queries that target a specific
 * device or set of devices. These mixins create the appropriate
 * media query, and then include the mixin content inside the media query.
 *
 * USAGE:
 *   @include <mixin-name> {
 * 	     //Styles for the media query here. For example:
 *       font-size: 0.75em;
 *       background: url('phone-bg.png');
 *   }
 */
@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-Ita.otf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-Thin.otf");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-ThinIta.otf");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-Light.otf");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-LightIta.otf");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-Medi.otf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-MediIta.otf");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-Bold.otf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-BoldIta.otf");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-Xbold.otf");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-XboldIta.otf");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-Black.otf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "TisaPro";
  src: url("/Themes/SECC2019/Assets/fonts/tisa-pro/FF-TisaPro-BlackIta.otf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-Regular.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-RegularIt.otf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-Thin.otf");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-ThinIt.otf");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-Light.otf");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-LightIt.otf");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-Semibold.otf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-SemiboldIt.otf");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-Bold.otf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-BoldIt.otf");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-Extrabld.otf");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-ExtrabldIt.otf");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-Black.otf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "ProximaNova";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova/ProximaNova-BlackIt.otf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-Regular.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-RegularIt.otf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-Thin.otf");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-ThinIt.otf");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-Light.otf");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-LightIt.otf");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-Semibold.otf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-SemiboldIt.otf");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-Bold.otf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-BoldIt.otf");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-Extrabld.otf");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-ExtrabldIt.otf");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-Black.otf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "ProximaNovaCond";
  src: url("/Themes/SECC2019/Assets/fonts/proxima-nova-condensed/ProximaNovaCond-BlackIt.otf");
  font-weight: 900;
  font-style: italic; }

/* Typography */
h1:not(.modal-title), h2:not(.modal-title), h3:not(.modal-title), .accordions-christmas2019 .panel .panel-heading .panel-title:not(.modal-title), .accordions-christmas2020 .panel .panel-heading .panel-title:not(.modal-title), .accordions-easter2020 .panel .panel-heading .panel-title:not(.modal-title), h4:not(.modal-title), .accordions-1 .panel .panel-heading .panel-title:not(.modal-title), .accordions-2 .panel .panel-heading .panel-title:not(.modal-title), .accordions-nostyle .panel .panel-heading .panel-title:not(.modal-title), h5:not(.modal-title), h6:not(.modal-title) {
  color: #000000;
  margin-top: 0; }

h1 a,
h2 a,
h3 a, .accordions-christmas2019 .panel .panel-heading .panel-title a, .accordions-christmas2020 .panel .panel-heading .panel-title a, .accordions-easter2020 .panel .panel-heading .panel-title a,
h4 a, .accordions-1 .panel .panel-heading .panel-title a, .accordions-2 .panel .panel-heading .panel-title a, .accordions-nostyle .panel .panel-heading .panel-title a,
h5 a,
h6 a {
  color: #000000; }

h1 small,
h2 small,
h3 small, .accordions-christmas2019 .panel .panel-heading .panel-title small, .accordions-christmas2020 .panel .panel-heading .panel-title small, .accordions-easter2020 .panel .panel-heading .panel-title small,
h4 small, .accordions-1 .panel .panel-heading .panel-title small, .accordions-2 .panel .panel-heading .panel-title small, .accordions-nostyle .panel .panel-heading .panel-title small,
h5 small,
h6 small {
  color: #222222;
  font-size: 60%; }

h1, .h1 {
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.1; }

h2, .h2 {
  font-size: 3.5rem;
  font-weight: normal;
  line-height: 1.1; }


h3,
.accordions-christmas2019 .panel .panel-heading .panel-title,
.accordions-christmas2020 .panel .panel-heading .panel-title,
.accordions-easter2020 .panel .panel-heading .panel-title, .h3 {
  font-size: 2.75rem;
  font-weight: normal;
  line-height: 1.4; }


h4,
.accordions-1 .panel .panel-heading .panel-title,
.accordions-2 .panel .panel-heading .panel-title,
.accordions-nostyle .panel .panel-heading .panel-title, .h4 {
  font-size: 2.25rem;
  font-weight: normal;
  line-height: 1.4; }

h5, .h5 {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.4; }

h6, .h6 {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.1; }

code {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  border-radius: .2rem;
  padding: .1rem .3rem .2rem; }

em,
li {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000; }
  em > a,
  li > a {
    color: #000000; }
    em > a:hover,
    li > a:hover {
      color: black; }

label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: .25rem; }

i {
  line-height: 1; }

/* Paragraph */
p {
  font-size: 1.75rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem; }

/* Links */
a {
  color: #222222;
  text-decoration: none; }
  a:focus, a:hover {
    color: black;
    text-decoration: none; }
  a:focus {
    outline: none; }

.uppercase {
  text-transform: uppercase; }

.letter-space {
  letter-spacing: 2px; }

.big-letter-space {
  letter-spacing: 6px; }

/*----------------------------------
  Font Size
------------------------------------*/
.g-font-size-10--xs {
  font-size: 0.625rem !important; }

.g-font-size-11--xs {
  font-size: 0.6875rem !important; }

.g-font-size-12--xs {
  font-size: 0.75rem !important; }

.g-font-size-13--xs {
  font-size: 0.8125rem !important; }

.g-font-size-14--xs {
  font-size: 0.875rem !important; }

.g-font-size-15--xs {
  font-size: 0.9375rem !important; }

.g-font-size-16--xs {
  font-size: 1rem !important; }

.g-font-size-17--xs {
  font-size: 1.0625rem !important; }

.g-font-size-18--xs {
  font-size: 1.125rem !important; }

.g-font-size-19--xs {
  font-size: 1.1875rem !important; }

.g-font-size-20--xs {
  font-size: 1.25rem !important; }

.g-font-size-22--xs {
  font-size: 1.375rem !important; }

.g-font-size-24--xs {
  font-size: 1.5rem !important; }

.g-font-size-26--xs {
  font-size: 1.625rem !important; }

.g-font-size-28--xs {
  font-size: 1.75rem !important; }

.g-font-size-30--xs {
  font-size: 1.875rem !important; }

.g-font-size-32--xs {
  font-size: 2rem !important; }

.g-font-size-34--xs {
  font-size: 2.125rem !important; }

.g-font-size-36--xs {
  font-size: 2.25rem !important; }

.g-font-size-38--xs {
  font-size: 2.375rem !important; }

.g-font-size-40--xs {
  font-size: 2.5rem !important; }

.g-font-size-42--xs {
  font-size: 2.625rem !important; }

.g-font-size-44--xs {
  font-size: 2.75rem !important; }

.g-font-size-46--xs {
  font-size: 2.875rem !important; }

.g-font-size-48--xs {
  font-size: 3rem !important; }

.g-font-size-50--xs {
  font-size: 3.125rem !important; }

.g-font-size-55--xs {
  font-size: 3.4375rem !important; }

.g-font-size-60--xs {
  font-size: 3.75rem !important; }

.g-font-size-65--xs {
  font-size: 4.0625rem !important; }

.g-font-size-70--xs {
  font-size: 4.375rem !important; }

.g-font-size-75--xs {
  font-size: 4.6875rem !important; }

.g-font-size-80--xs {
  font-size: 5rem !important; }

.g-font-size-85--xs {
  font-size: 5.3125rem !important; }

.g-font-size-90--xs {
  font-size: 5.625rem !important; }

.g-font-size-95--xs {
  font-size: 5.9375rem !important; }

.g-font-size-100--xs {
  font-size: 6.25rem !important; }

.g-font-size-105--xs {
  font-size: 6.5625rem !important; }

.g-font-size-110--xs {
  font-size: 6.875rem !important; }

.g-font-size-115--xs {
  font-size: 7.1875rem !important; }

.g-font-size-120--xs {
  font-size: 7.5rem !important; }

.g-font-size-125--xs {
  font-size: 7.8125rem !important; }

.g-font-size-130--xs {
  font-size: 8.125rem !important; }

.g-font-size-135--xs {
  font-size: 8.4375rem !important; }

.g-font-size-140--xs {
  font-size: 8.75rem !important; }

.g-font-size-145--xs {
  font-size: 9.0625rem !important; }

.g-font-size-150--xs {
  font-size: 9.375rem !important; }

.g-font-size-155--xs {
  font-size: 11.625rem !important; }

.g-font-size-160--xs {
  font-size: 12rem !important; }

.g-font-size-165--xs {
  font-size: 12.375rem !important; }

.g-font-size-170--xs {
  font-size: 12.75rem !important; }

.g-font-size-175--xs {
  font-size: 13.125rem !important; }

.g-font-size-180--xs {
  font-size: 13.5rem !important; }

.g-font-size-185--xs {
  font-size: 13.875rem !important; }

.g-font-size-190--xs {
  font-size: 14.25rem !important; }

.g-font-size-195--xs {
  font-size: 14.625rem !important; }

.g-font-size-200--xs {
  font-size: 15rem !important; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-font-size-10--sm {
    font-size: 0.625rem !important; }
  .g-font-size-11--sm {
    font-size: 0.6875rem !important; }
  .g-font-size-12--sm {
    font-size: 0.75rem !important; }
  .g-font-size-13--sm {
    font-size: 0.8125rem !important; }
  .g-font-size-14--sm {
    font-size: 0.875rem !important; }
  .g-font-size-15--sm {
    font-size: 0.9375rem !important; }
  .g-font-size-16--sm {
    font-size: 1rem !important; }
  .g-font-size-17--sm {
    font-size: 1.0625rem !important; }
  .g-font-size-18--sm {
    font-size: 1.125rem !important; }
  .g-font-size-19--sm {
    font-size: 1.1875rem !important; }
  .g-font-size-20--sm {
    font-size: 1.25rem !important; }
  .g-font-size-22--sm {
    font-size: 1.375rem !important; }
  .g-font-size-24--sm {
    font-size: 1.5rem !important; }
  .g-font-size-26--sm {
    font-size: 1.625rem !important; }
  .g-font-size-28--sm {
    font-size: 1.75rem !important; }
  .g-font-size-30--sm {
    font-size: 1.875rem !important; }
  .g-font-size-32--sm {
    font-size: 2rem !important; }
  .g-font-size-34--sm {
    font-size: 2.125rem !important; }
  .g-font-size-36--sm {
    font-size: 2.25rem !important; }
  .g-font-size-38--sm {
    font-size: 2.375rem !important; }
  .g-font-size-40--sm {
    font-size: 2.5rem !important; }
  .g-font-size-42--sm {
    font-size: 2.625rem !important; }
  .g-font-size-44--sm {
    font-size: 2.75rem !important; }
  .g-font-size-46--sm {
    font-size: 2.875rem !important; }
  .g-font-size-48--sm {
    font-size: 3rem !important; }
  .g-font-size-50--sm {
    font-size: 3.125rem !important; }
  .g-font-size-55--sm {
    font-size: 3.4375rem !important; }
  .g-font-size-60--sm {
    font-size: 3.75rem !important; }
  .g-font-size-65--sm {
    font-size: 4.0625rem !important; }
  .g-font-size-70--sm {
    font-size: 4.375rem !important; }
  .g-font-size-75--sm {
    font-size: 4.6875rem !important; }
  .g-font-size-80--sm {
    font-size: 5rem !important; }
  .g-font-size-85--sm {
    font-size: 5.3125rem !important; }
  .g-font-size-90--sm {
    font-size: 5.625rem !important; }
  .g-font-size-95--sm {
    font-size: 5.9375rem !important; }
  .g-font-size-100--sm {
    font-size: 6.25rem !important; }
  .g-font-size-105--sm {
    font-size: 6.5625rem !important; }
  .g-font-size-110--sm {
    font-size: 6.875rem !important; }
  .g-font-size-115--sm {
    font-size: 7.1875rem !important; }
  .g-font-size-120--sm {
    font-size: 7.5rem !important; }
  .g-font-size-125--sm {
    font-size: 7.8125rem !important; }
  .g-font-size-130--sm {
    font-size: 8.125rem !important; }
  .g-font-size-135--sm {
    font-size: 8.4375rem !important; }
  .g-font-size-140--sm {
    font-size: 8.75rem !important; }
  .g-font-size-145--sm {
    font-size: 9.0625rem !important; }
  .g-font-size-150--sm {
    font-size: 9.375rem !important; }
  .g-font-size-155--sm {
    font-size: 11.625rem !important; }
  .g-font-size-160--sm {
    font-size: 12rem !important; }
  .g-font-size-165--sm {
    font-size: 12.375rem !important; }
  .g-font-size-170--sm {
    font-size: 12.75rem !important; }
  .g-font-size-175--sm {
    font-size: 13.125rem !important; }
  .g-font-size-180--sm {
    font-size: 13.5rem !important; }
  .g-font-size-185--sm {
    font-size: 13.875rem !important; }
  .g-font-size-190--sm {
    font-size: 14.25rem !important; }
  .g-font-size-195--sm {
    font-size: 14.625rem !important; }
  .g-font-size-200--sm {
    font-size: 15rem !important; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-font-size-10--md {
    font-size: 0.625rem !important; }
  .g-font-size-11--md {
    font-size: 0.6875rem !important; }
  .g-font-size-12--md {
    font-size: 0.75rem !important; }
  .g-font-size-13--md {
    font-size: 0.8125rem !important; }
  .g-font-size-14--md {
    font-size: 0.875rem !important; }
  .g-font-size-15--md {
    font-size: 0.9375rem !important; }
  .g-font-size-16--md {
    font-size: 1rem !important; }
  .g-font-size-17--md {
    font-size: 1.0625rem !important; }
  .g-font-size-18--md {
    font-size: 1.125rem !important; }
  .g-font-size-19--md {
    font-size: 1.1875rem !important; }
  .g-font-size-20--md {
    font-size: 1.25rem !important; }
  .g-font-size-22--md {
    font-size: 1.375rem !important; }
  .g-font-size-24--md {
    font-size: 1.5rem !important; }
  .g-font-size-26--md {
    font-size: 1.625rem !important; }
  .g-font-size-28--md {
    font-size: 1.75rem !important; }
  .g-font-size-30--md {
    font-size: 1.875rem !important; }
  .g-font-size-32--md {
    font-size: 2rem !important; }
  .g-font-size-34--md {
    font-size: 2.125rem !important; }
  .g-font-size-36--md {
    font-size: 2.25rem !important; }
  .g-font-size-38--md {
    font-size: 2.375rem !important; }
  .g-font-size-40--md {
    font-size: 2.5rem !important; }
  .g-font-size-42--md {
    font-size: 2.625rem !important; }
  .g-font-size-44--md {
    font-size: 2.75rem !important; }
  .g-font-size-46--md {
    font-size: 2.875rem !important; }
  .g-font-size-48--md {
    font-size: 3rem !important; }
  .g-font-size-50--md {
    font-size: 3.125rem !important; }
  .g-font-size-55--md {
    font-size: 3.4375rem !important; }
  .g-font-size-60--md {
    font-size: 3.75rem !important; }
  .g-font-size-65--md {
    font-size: 4.0625rem !important; }
  .g-font-size-70--md {
    font-size: 4.375rem !important; }
  .g-font-size-75--md {
    font-size: 4.6875rem !important; }
  .g-font-size-80--md {
    font-size: 5rem !important; }
  .g-font-size-85--md {
    font-size: 5.3125rem !important; }
  .g-font-size-90--md {
    font-size: 5.625rem !important; }
  .g-font-size-95--md {
    font-size: 5.9375rem !important; }
  .g-font-size-100--md {
    font-size: 6.25rem !important; }
  .g-font-size-105--md {
    font-size: 6.5625rem !important; }
  .g-font-size-110--md {
    font-size: 6.875rem !important; }
  .g-font-size-115--md {
    font-size: 7.1875rem !important; }
  .g-font-size-120--md {
    font-size: 7.5rem !important; }
  .g-font-size-125--md {
    font-size: 7.8125rem !important; }
  .g-font-size-130--md {
    font-size: 8.125rem !important; }
  .g-font-size-135--md {
    font-size: 8.4375rem !important; }
  .g-font-size-140--md {
    font-size: 8.75rem !important; }
  .g-font-size-145--md {
    font-size: 9.0625rem !important; }
  .g-font-size-150--md {
    font-size: 9.375rem !important; }
  .g-font-size-155--md {
    font-size: 11.625rem !important; }
  .g-font-size-160--md {
    font-size: 12rem !important; }
  .g-font-size-165--md {
    font-size: 12.375rem !important; }
  .g-font-size-170--md {
    font-size: 12.75rem !important; }
  .g-font-size-175--md {
    font-size: 13.125rem !important; }
  .g-font-size-180--md {
    font-size: 13.5rem !important; }
  .g-font-size-185--md {
    font-size: 13.875rem !important; }
  .g-font-size-190--md {
    font-size: 14.25rem !important; }
  .g-font-size-195--md {
    font-size: 14.625rem !important; }
  .g-font-size-200--md {
    font-size: 15rem !important; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-font-size-10--lg {
    font-size: 0.625rem !important; }
  .g-font-size-11--lg {
    font-size: 0.6875rem !important; }
  .g-font-size-12--lg {
    font-size: 0.75rem !important; }
  .g-font-size-13--lg {
    font-size: 0.8125rem !important; }
  .g-font-size-14--lg {
    font-size: 0.875rem !important; }
  .g-font-size-15--lg {
    font-size: 0.9375rem !important; }
  .g-font-size-16--lg {
    font-size: 1rem !important; }
  .g-font-size-17--lg {
    font-size: 1.0625rem !important; }
  .g-font-size-18--lg {
    font-size: 1.125rem !important; }
  .g-font-size-19--lg {
    font-size: 1.1875rem !important; }
  .g-font-size-20--lg {
    font-size: 1.25rem !important; }
  .g-font-size-22--lg {
    font-size: 1.375rem !important; }
  .g-font-size-24--lg {
    font-size: 1.5rem !important; }
  .g-font-size-26--lg {
    font-size: 1.625rem !important; }
  .g-font-size-28--lg {
    font-size: 1.75rem !important; }
  .g-font-size-30--lg {
    font-size: 1.875rem !important; }
  .g-font-size-32--lg {
    font-size: 2rem !important; }
  .g-font-size-34--lg {
    font-size: 2.125rem !important; }
  .g-font-size-36--lg {
    font-size: 2.25rem !important; }
  .g-font-size-38--lg {
    font-size: 2.375rem !important; }
  .g-font-size-40--lg {
    font-size: 2.5rem !important; }
  .g-font-size-42--lg {
    font-size: 2.625rem !important; }
  .g-font-size-44--lg {
    font-size: 2.75rem !important; }
  .g-font-size-46--lg {
    font-size: 2.875rem !important; }
  .g-font-size-48--lg {
    font-size: 3rem !important; }
  .g-font-size-50--lg {
    font-size: 3.125rem !important; }
  .g-font-size-55--lg {
    font-size: 3.4375rem !important; }
  .g-font-size-60--lg {
    font-size: 3.75rem !important; }
  .g-font-size-65--lg {
    font-size: 4.0625rem !important; }
  .g-font-size-70--lg {
    font-size: 4.375rem !important; }
  .g-font-size-75--lg {
    font-size: 4.6875rem !important; }
  .g-font-size-80--lg {
    font-size: 5rem !important; }
  .g-font-size-85--lg {
    font-size: 5.3125rem !important; }
  .g-font-size-90--lg {
    font-size: 5.625rem !important; }
  .g-font-size-95--lg {
    font-size: 5.9375rem !important; }
  .g-font-size-100--lg {
    font-size: 6.25rem !important; }
  .g-font-size-105--lg {
    font-size: 6.5625rem !important; }
  .g-font-size-110--lg {
    font-size: 6.875rem !important; }
  .g-font-size-115--lg {
    font-size: 7.1875rem !important; }
  .g-font-size-120--lg {
    font-size: 7.5rem !important; }
  .g-font-size-125--lg {
    font-size: 7.8125rem !important; }
  .g-font-size-130--lg {
    font-size: 8.125rem !important; }
  .g-font-size-135--lg {
    font-size: 8.4375rem !important; }
  .g-font-size-140--lg {
    font-size: 8.75rem !important; }
  .g-font-size-145--lg {
    font-size: 9.0625rem !important; }
  .g-font-size-150--lg {
    font-size: 9.375rem !important; }
  .g-font-size-155--lg {
    font-size: 11.625rem !important; }
  .g-font-size-160--lg {
    font-size: 12rem !important; }
  .g-font-size-165--lg {
    font-size: 12.375rem !important; }
  .g-font-size-170--lg {
    font-size: 12.75rem !important; }
  .g-font-size-175--lg {
    font-size: 13.125rem !important; }
  .g-font-size-180--lg {
    font-size: 13.5rem !important; }
  .g-font-size-185--lg {
    font-size: 13.875rem !important; }
  .g-font-size-190--lg {
    font-size: 14.25rem !important; }
  .g-font-size-195--lg {
    font-size: 14.625rem !important; }
  .g-font-size-200--lg {
    font-size: 15rem !important; } }

/*----------------------------------
  Jumbo Font Sizes
------------------------------------*/
.g-font-size--jumbo-1 {
  font-size: 5rem;
  font-weight: normal;
  line-height: 1.1; }

.g-font-size--jumbo-2 {
  font-size: 4.625rem;
  font-weight: normal;
  line-height: 1.1; }

.g-font-size--jumbo-3 {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.1; }

/*----------------------------------
  Font Family
------------------------------------*/
.g-font-family--primary {
  font-family: "ProximaNova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.g-font-family--primary-condensed {
  font-family: "ProximaNovaCond", "proxima-nova-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.g-font-family--secondary {
  font-family: "TisaPro", "tisa-pro", "minion-pro", Georgia, "Times New Roman", serif !important; }

.g-font-family--playfair {
  font-family: "ProximaNova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

/*----------------------------------
  Font Weight
------------------------------------*/
.g-font-weight--100 {
  font-weight: 100 !important; }

.g-font-weight--200 {
  font-weight: 200 !important; }

.g-font-weight--300 {
  font-weight: 300 !important; }

.g-font-weight--400 {
  font-weight: 400 !important; }

.g-font-weight--500 {
  font-weight: 500 !important; }

.g-font-weight--600 {
  font-weight: 600 !important; }

.g-font-weight--700 {
  font-weight: 700 !important; }

.g-font-weight--800 {
  font-weight: 800 !important; }

.g-font-weight--900 {
  font-weight: 900 !important; }

/*----------------------------------
  Letter Spacing
------------------------------------*/
.g-letter-spacing--1 {
  letter-spacing: .0625rem; }

.g-letter-spacing--2 {
  letter-spacing: .125rem; }

.g-letter-spacing--3 {
  letter-spacing: .1875rem; }

.g-letter-spacing--4 {
  letter-spacing: .2rem; }

.g-letter-spacing--5 {
  letter-spacing: .2125rem; }

.g-letter-spacing--6 {
  letter-spacing: .25rem; }

.g-letter-spacing--7 {
  letter-spacing: .275rem; }

.g-letter-spacing--8 {
  letter-spacing: .3rem; }

.g-letter-spacing--9 {
  letter-spacing: .3125rem; }

.g-letter-spacing--10 {
  letter-spacing: .325rem; }

/*----------------------------------
  Font Stretching - Condensed/Expanded
------------------------------------*/
.g-font-stretch--ultra-condensed {
  font-stretch: ultra-condensed; }

.g-font-stretch--extra-condensed {
  font-stretch: extra-condensed; }

.g-font-stretch--condensed {
  font-stretch: condensed; }

.g-font-stretch--semi-condensed {
  font-stretch: semi-condensed; }

.g-font-stretch--normal {
  font-stretch: normal; }

.g-font-stretch--semi-expanded {
  font-stretch: semi-expanded; }

.g-font-stretch--expanded {
  font-stretch: expanded; }

.g-font-stretch--extra-expanded {
  font-stretch: extra-expanded; }

.g-font-stretch--ultra-expanded {
  font-stretch: ultra-expanded; }

/*----------------------------------
  Display
------------------------------------*/
.g-display-none--xs {
  display: none; }

.g-display-block--xs {
  display: block; }

.g-display-inline--xs {
  display: inline; }

.g-display-inline-block--xs {
  display: inline-block; }

.g-display-inherit--xs {
  display: inherit; }

.g-display-table--xs {
  display: table; }

.g-display-flex--xs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-display-none--sm {
    display: none; }
  .g-display-block--sm {
    display: block; }
  .g-display-inline--sm {
    display: inline; }
  .g-display-inline-block--sm {
    display: inline-block; }
  .g-display-inherit--sm {
    display: inherit; }
  .g-display-table--sm {
    display: table; }
  .g-display-flex--sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-display-none--md {
    display: none; }
  .g-display-block--md {
    display: block; }
  .g-display-inline--md {
    display: inline; }
  .g-display-inline-block--md {
    display: inline-block; }
  .g-display-inherit--md {
    display: inherit; }
  .g-display-table--md {
    display: table; }
  .g-display-flex--md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-display-none--lg {
    display: none; }
  .g-display-block--lg {
    display: block; }
  .g-display-inline--lg {
    display: inline; }
  .g-display-inline-block--lg {
    display: inline-block; }
  .g-display-inherit--lg {
    display: inherit; }
  .g-display-table--lg {
    display: table; }
  .g-display-flex--lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

/*----------------------------------
  Text Alignment
------------------------------------*/
.g-text-center--xs {
  text-align: center; }

.g-text-left--xs {
  text-align: left; }

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

.g-text-inherit--xs {
  text-align: inherit; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-text-center--sm {
    text-align: center; }
  .g-text-left--sm {
    text-align: left; }
  .g-text-right--sm {
    text-align: right; }
  .g-text-inherit--sm {
    text-align: inherit; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-text-center--md {
    text-align: center; }
  .g-text-left--md {
    text-align: left; }
  .g-text-right--md {
    text-align: right; }
  .g-text-inherit--md {
    text-align: inherit; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-text-center--lg {
    text-align: center; }
  .g-text-left--lg {
    text-align: left; }
  .g-text-right--lg {
    text-align: right; }
  .g-text-inherit--lg {
    text-align: inherit; } }

/*----------------------------------
  Pulls
------------------------------------*/
.g-pull-left--xs {
  float: left; }

.g-pull-right--xs {
  float: right; }

.g-pull-none--xs {
  float: none; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-pull-left--sm {
    float: left; }
  .g-pull-right--sm {
    float: right; }
  .g-pull-none--sm {
    float: none; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-pull-left--md {
    float: left; }
  .g-pull-right--md {
    float: right; }
  .g-pull-none--md {
    float: none; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-pull-left--lg {
    float: left; }
  .g-pull-right--lg {
    float: right; }
  .g-pull-none--lg {
    float: none; } }

/*----------------------------------
  Fullheight
------------------------------------*/
.g-fullheight--xs {
  height: 100vh; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-fullheight--sm {
    height: 100vh; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-fullheight--md {
    height: 100vh; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-fullheight--lg {
    height: 100vh; } }

/*----------------------------------
  Absolute Center Align
------------------------------------*/
.g-center--xs {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-center--sm {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-center--md {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-center--lg {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); } }

/*----------------------------------
  Vertical Center Align
------------------------------------*/
.g-ver-center--xs {
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-ver-center--sm {
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-ver-center--md {
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-ver-center--lg {
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }

/*----------------------------------
  Overflow
------------------------------------*/
.g-overflow--hidden {
  overflow: hidden; }

/*----------------------------------
  Overlay
------------------------------------*/
.g-overlay {
  position: relative;
  z-index: 1; }
  .g-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    content: " "; }

/*----------------------------------
  Background Position
------------------------------------*/
.g-bg-position--center {
  background-size: cover !important;
  background-position: center center !important; }

.g-bg--fixed {
  background-attachment: fixed;
  min-height: 100%; }

/*----------------------------------
  Promo Section
------------------------------------*/
.g-promo-section {
  position: relative; }
  .g-promo-section .g-promo-section__img-left--xs {
    position: absolute;
    top: 0;
    left: 0; }
  .g-promo-section .g-promo-section__img-right--xs {
    position: absolute;
    top: 0;
    right: 0; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-promo-section__img-left--sm {
    position: absolute;
    top: 0;
    left: 0; }
  .g-promo-section__img-right--sm {
    position: absolute;
    top: 0;
    right: 0; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-promo-section__img-left--md {
    position: absolute;
    top: 0;
    left: 0; }
  .g-promo-section__img-right--md {
    position: absolute;
    top: 0;
    right: 0; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-promo-section__img-left--lg {
    position: absolute;
    top: 0;
    left: 0; }
  .g-promo-section__img-right--lg {
    position: absolute;
    top: 0;
    right: 0; } }

/*----------------------------------
  Horizontal Center Align
------------------------------------*/
.g-hor-centered-row--xs {
  width: 100%;
  display: table; }
  .g-hor-centered-row--xs .g-hor-centered-row__col {
    display: table-cell;
    float: none;
    vertical-align: middle; }

/* Medium screen / tablet */
@media (min-width: 34em) {
  .g-hor-centered-row--sm {
    width: 100%;
    display: table; }
    .g-hor-centered-row--sm .g-hor-centered-row__col {
      display: table-cell;
      float: none;
      vertical-align: middle; } }

/* Large screen / desktop */
@media (min-width: 48em) {
  .g-hor-centered-row--md {
    width: 100%;
    display: table; }
    .g-hor-centered-row--md .g-hor-centered-row__col {
      display: table-cell;
      float: none;
      vertical-align: middle; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-hor-centered-row--lg {
    width: 100%;
    display: table; }
    .g-hor-centered-row--lg .g-hor-centered-row__col {
      display: table-cell;
      float: none;
      vertical-align: middle; } }

/*----------------------------------
  Z-index
------------------------------------*/
.g-z-index--1 {
  z-index: 1; }

.g-z-index--2 {
  z-index: 2; }

/*----------------------------------
  Line Height
------------------------------------*/
.g-line-height--normal {
  line-height: normal !important; }

.g-line-height--exs {
  line-height: .7 !important; }

.g-line-height--xs {
  line-height: 1 !important; }

.g-line-height--sm {
  line-height: 1.2 !important; }

.g-line-height {
  line-height: 1.4 !important; }

.g-line-height--lg {
  line-height: 1.6 !important; }

/*----------------------------------
  Media
------------------------------------*/
.g-media {
  float: left; }
  .g-media__body {
    overflow: hidden; }

/*----------------------------------
  Position
------------------------------------*/
.g-position--sticky {
  position: sticky; }

.g-position--relative {
  position: relative; }

.g-position--absolute {
  position: absolute; }

.g-position--overlay {
  position: relative;
  z-index: 1; }

/*----------------------------------
  Border
------------------------------------*/
.g-hor-border-1__solid--primary {
  border: 0.0625rem solid #FFFFFF; }

.g-hor-border-4__solid--white {
  border: 0.25rem solid #FFFFFF; }

/*----------------------------------
  Box Shadow
------------------------------------*/
.g-box-shadow__primary-v1 {
  box-shadow: 0 0.3125rem 1rem 0 rgba(255, 255, 255, 0.2); }

.g-box-shadow__dark-lightest-v1 {
  box-shadow: 0 -5rem 2.5rem rgba(0, 0, 0, 0.05); }

.g-box-shadow__dark-lightest-v2 {
  box-shadow: 0 1.25rem 1.25rem rgba(0, 0, 0, 0.05); }

.g-box-shadow__dark-lightest-v3 {
  box-shadow: 0 0 2.5rem 0.3125rem rgba(0, 0, 0, 0.05); }

.g-box-shadow__dark-lightest-v4 {
  box-shadow: 0 0.3125rem 1rem 0 rgba(0, 0, 0, 0.2); }

/*----------------------------------
  Border Radius
------------------------------------*/
.g-radius--3 {
  border-radius: 0.1875rem !important; }

.g-radius--4 {
  border-radius: 0.25rem !important; }

.g-radius--10 {
  border-radius: 0.625rem !important; }

.g-radius--50 {
  border-radius: 3.125rem !important; }

.g-radius--circle {
  border-radius: 50% !important; }

.g-radius--left-4 {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.g-radius--right-4 {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.g-radius--left-50 {
  border-top-left-radius: 3.125rem !important;
  border-bottom-left-radius: 3.125rem !important; }

.g-radius--right-50 {
  border-top-right-radius: 3.125rem !important;
  border-bottom-right-radius: 3.125rem !important; }

/*----------------------------------
  Media Queries
------------------------------------*/
@media (max-width: 33.9em) {
  .g-full-width--xs {
    width: 100%; } }

@media (max-width: 33.9em) {
  .g-full-width-offset-0--xs {
    margin-left: 0; } }

/*----------------------------------
  Container
------------------------------------*/
/* Small container */
.g-container--sm {
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin-right: auto;
  margin-left: auto; }
  .g-container--sm:before, .g-container--sm:after {
    content: " ";
    display: table; }
  .g-container--sm:after {
    clear: both; }
  @media (min-width: 48em) {
    .g-container--sm {
      width: 750px; } }

/* Medium container */
.g-container--md {
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin-right: auto;
  margin-left: auto; }
  .g-container--md:before, .g-container--md:after {
    content: " ";
    display: table; }
  .g-container--md:after {
    clear: both; }
  @media (min-width: 48em) {
    .g-container--md {
      width: 750px; } }
  @media (min-width: 62em) {
    .g-container--md {
      width: 970px; } }

/*----------------------------------
  Row
------------------------------------*/
/* No Space in a row class */
.g-row-col--0 {
  margin-right: 0;
  margin-left: 0; }
  .g-row-col--0 > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.g-row-col--2 {
  margin-right: -.125rem;
  margin-left: -.125rem; }
  .g-row-col--2 > [class*="col-"] {
    padding-left: .125rem;
    padding-right: .125rem; }

/* 5px space row class */
.g-row-col--5 {
  margin-right: -.3125rem;
  margin-left: -.3125rem; }
  .g-row-col--5 > [class*="col-"] {
    padding-left: .3125rem;
    padding-right: .3125rem; }

/* 10px space row class */
.g-row-col--10 {
  margin-right: -.625rem;
  margin-left: -.625rem; }
  .g-row-col--10 > [class*="col-"] {
    padding-left: .625rem;
    padding-right: .625rem; }

/*----------------------------------
  Width
------------------------------------*/
.g-width-auto--xs {
  width: auto; }

.g-width-10-percent--xs {
  width: 10%; }

.g-width-20-percent--xs {
  width: 20%; }

.g-width-30-percent--xs {
  width: 30%; }

.g-width-40-percent--xs {
  width: 40%; }

.g-width-50-percent--xs {
  width: 50%; }

.g-width-60-percent--xs {
  width: 60%; }

.g-width-70-percent--xs {
  width: 70%; }

.g-width-80-percent--xs {
  width: 80%; }

.g-width-90-percent--xs {
  width: 90%; }

.g-width-100-percent--xs {
  width: 100%; }

.g-width-5--xs {
  width: 0.3125rem; }

.g-width-10--xs {
  width: 0.625rem; }

.g-width-15--xs {
  width: 0.9375rem; }

.g-width-20--xs {
  width: 1.25rem; }

.g-width-25--xs {
  width: 1.5625rem; }

.g-width-30--xs {
  width: 1.875rem; }

.g-width-35--xs {
  width: 2.1875rem; }

.g-width-40--xs {
  width: 2.5rem; }

.g-width-45--xs {
  width: 2.8125rem; }

.g-width-50--xs {
  width: 3.125rem; }

.g-width-60--xs {
  width: 3.75rem; }

.g-width-70--xs {
  width: 4.375rem; }

.g-width-80--xs {
  width: 5rem; }

.g-width-90--xs {
  width: 5.625rem; }

.g-width-100--xs {
  width: 6.25rem; }

.g-width-150--xs {
  width: 9.375rem; }

.g-width-200--xs {
  width: 12.5rem; }

.g-width-250--xs {
  width: 15.625rem; }

.g-width-300--xs {
  width: 18.75rem; }

.g-width-350--xs {
  width: 21.875rem; }

.g-width-400--xs {
  width: 25rem; }

.g-width-450--xs {
  width: 28.125rem; }

.g-width-500--xs {
  width: 31.25rem; }

.g-width-550--xs {
  width: 34.375rem; }

.g-width-600--xs {
  width: 37.5rem; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-width-auto--sm {
    width: auto; }
  .g-width-10-percent--sm {
    width: 10%; }
  .g-width-20-percent--sm {
    width: 20%; }
  .g-width-30-percent--sm {
    width: 30%; }
  .g-width-40-percent--sm {
    width: 40%; }
  .g-width-50-percent--sm {
    width: 50%; }
  .g-width-60-percent--sm {
    width: 60%; }
  .g-width-70-percent--sm {
    width: 70%; }
  .g-width-80-percent--sm {
    width: 80%; }
  .g-width-90-percent--sm {
    width: 90%; }
  .g-width-100-percent--sm {
    width: 100%; }
  .g-width-5--sm {
    width: 0.3125rem; }
  .g-width-10--sm {
    width: 0.625rem; }
  .g-width-15--sm {
    width: 0.9375rem; }
  .g-width-20--sm {
    width: 1.25rem; }
  .g-width-25--sm {
    width: 1.5625rem; }
  .g-width-30--sm {
    width: 1.875rem; }
  .g-width-35--sm {
    width: 2.1875rem; }
  .g-width-40--sm {
    width: 2.5rem; }
  .g-width-45--sm {
    width: 2.8125rem; }
  .g-width-50--sm {
    width: 3.125rem; }
  .g-width-60--sm {
    width: 3.75rem; }
  .g-width-70--sm {
    width: 4.375rem; }
  .g-width-80--sm {
    width: 5rem; }
  .g-width-90--sm {
    width: 5.625rem; }
  .g-width-100--sm {
    width: 6.25rem; }
  .g-width-150--sm {
    width: 9.375rem; }
  .g-width-200--sm {
    width: 12.5rem; }
  .g-width-250--sm {
    width: 15.625rem; }
  .g-width-300--sm {
    width: 18.75rem; }
  .g-width-350--sm {
    width: 21.875rem; }
  .g-width-400--sm {
    width: 25rem; }
  .g-width-450--sm {
    width: 28.125rem; }
  .g-width-500--sm {
    width: 31.25rem; }
  .g-width-550--sm {
    width: 34.375rem; }
  .g-width-600--sm {
    width: 37.5rem; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-width-auto--md {
    width: auto; }
  .g-width-10-percent--md {
    width: 10%; }
  .g-width-20-percent--md {
    width: 20%; }
  .g-width-30-percent--md {
    width: 30%; }
  .g-width-40-percent--md {
    width: 40%; }
  .g-width-50-percent--md {
    width: 50%; }
  .g-width-60-percent--md {
    width: 60%; }
  .g-width-70-percent--md {
    width: 70%; }
  .g-width-80-percent--md {
    width: 80%; }
  .g-width-90-percent--md {
    width: 90%; }
  .g-width-100-percent--md {
    width: 100%; }
  .g-width-5--md {
    width: 0.3125rem; }
  .g-width-10--md {
    width: 0.625rem; }
  .g-width-15--md {
    width: 0.9375rem; }
  .g-width-20--md {
    width: 1.25rem; }
  .g-width-25--md {
    width: 1.5625rem; }
  .g-width-30--md {
    width: 1.875rem; }
  .g-width-35--md {
    width: 2.1875rem; }
  .g-width-40--md {
    width: 2.5rem; }
  .g-width-45--md {
    width: 2.8125rem; }
  .g-width-50--md {
    width: 3.125rem; }
  .g-width-60--md {
    width: 3.75rem; }
  .g-width-70--md {
    width: 4.375rem; }
  .g-width-80--md {
    width: 5rem; }
  .g-width-90--md {
    width: 5.625rem; }
  .g-width-100--md {
    width: 6.25rem; }
  .g-width-150--md {
    width: 9.375rem; }
  .g-width-200--md {
    width: 12.5rem; }
  .g-width-250--md {
    width: 15.625rem; }
  .g-width-300--md {
    width: 18.75rem; }
  .g-width-350--md {
    width: 21.875rem; }
  .g-width-400--md {
    width: 25rem; }
  .g-width-450--md {
    width: 28.125rem; }
  .g-width-500--md {
    width: 31.25rem; }
  .g-width-550--md {
    width: 34.375rem; }
  .g-width-600--md {
    width: 37.5rem; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-width-auto--lg {
    width: auto; }
  .g-width-10-percent--lg {
    width: 10%; }
  .g-width-20-percent--lg {
    width: 20%; }
  .g-width-30-percent--lg {
    width: 30%; }
  .g-width-40-percent--lg {
    width: 40%; }
  .g-width-50-percent--lg {
    width: 50%; }
  .g-width-60-percent--lg {
    width: 60%; }
  .g-width-70-percent--lg {
    width: 70%; }
  .g-width-80-percent--lg {
    width: 80%; }
  .g-width-90-percent--lg {
    width: 90%; }
  .g-width-100-percent--lg {
    width: 100%; }
  .g-width-5--lg {
    width: 0.3125rem; }
  .g-width-10--lg {
    width: 0.625rem; }
  .g-width-15--lg {
    width: 0.9375rem; }
  .g-width-20--lg {
    width: 1.25rem; }
  .g-width-25--lg {
    width: 1.5625rem; }
  .g-width-30--lg {
    width: 1.875rem; }
  .g-width-35--lg {
    width: 2.1875rem; }
  .g-width-40--lg {
    width: 2.5rem; }
  .g-width-45--lg {
    width: 2.8125rem; }
  .g-width-50--lg {
    width: 3.125rem; }
  .g-width-60--lg {
    width: 3.75rem; }
  .g-width-70--lg {
    width: 4.375rem; }
  .g-width-80--lg {
    width: 5rem; }
  .g-width-90--lg {
    width: 5.625rem; }
  .g-width-100--lg {
    width: 6.25rem; }
  .g-width-150--lg {
    width: 9.375rem; }
  .g-width-200--lg {
    width: 12.5rem; }
  .g-width-250--lg {
    width: 15.625rem; }
  .g-width-300--lg {
    width: 18.75rem; }
  .g-width-350--lg {
    width: 21.875rem; }
  .g-width-400--lg {
    width: 25rem; }
  .g-width-450--lg {
    width: 28.125rem; }
  .g-width-500--lg {
    width: 31.25rem; }
  .g-width-550--lg {
    width: 34.375rem; }
  .g-width-600--lg {
    width: 37.5rem; } }

/*----------------------------------
  Height
------------------------------------*/
.g-height-auto--xs {
  height: auto; }

.g-height-100-percent--xs {
  height: 100%; }

.g-height-5--xs {
  height: 0.3125rem; }

.g-height-10--xs {
  height: 0.625rem; }

.g-height-15--xs {
  height: 0.9375rem; }

.g-height-20--xs {
  height: 1.25rem; }

.g-height-25--xs {
  height: 1.5625rem; }

.g-height-30--xs {
  height: 1.875rem; }

.g-height-35--xs {
  height: 2.1875rem; }

.g-height-40--xs {
  height: 2.5rem; }

.g-height-45--xs {
  height: 2.8125rem; }

.g-height-50--xs {
  height: 3.125rem; }

.g-height-60--xs {
  height: 3.75rem; }

.g-height-70--xs {
  height: 4.375rem; }

.g-height-80--xs {
  height: 5rem; }

.g-height-90--xs {
  height: 5.625rem; }

.g-height-100--xs {
  height: 6.25rem; }

.g-height-150--xs {
  height: 9.375rem; }

.g-height-200--xs {
  height: 12.5rem; }

.g-height-250--xs {
  height: 15.625rem; }

.g-height-300--xs {
  height: 18.75rem; }

.g-height-350--xs {
  height: 21.875rem; }

.g-height-400--xs {
  height: 25rem; }

.g-height-450--xs {
  height: 28.125rem; }

.g-height-500--xs {
  height: 31.25rem; }

.g-height-550--xs {
  height: 34.375rem; }

.g-height-600--xs {
  height: 37.5rem; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-height-auto--sm {
    height: auto; }
  .g-height-100-percent--sm {
    height: 100%; }
  .g-height-5--sm {
    height: 0.3125rem; }
  .g-height-10--sm {
    height: 0.625rem; }
  .g-height-15--sm {
    height: 0.9375rem; }
  .g-height-20--sm {
    height: 1.25rem; }
  .g-height-25--sm {
    height: 1.5625rem; }
  .g-height-30--sm {
    height: 1.875rem; }
  .g-height-35--sm {
    height: 2.1875rem; }
  .g-height-40--sm {
    height: 2.5rem; }
  .g-height-45--sm {
    height: 2.8125rem; }
  .g-height-50--sm {
    height: 3.125rem; }
  .g-height-60--sm {
    height: 3.75rem; }
  .g-height-70--sm {
    height: 4.375rem; }
  .g-height-80--sm {
    height: 5rem; }
  .g-height-90--sm {
    height: 5.625rem; }
  .g-height-100--sm {
    height: 6.25rem; }
  .g-height-150--sm {
    height: 9.375rem; }
  .g-height-200--sm {
    height: 12.5rem; }
  .g-height-250--sm {
    height: 15.625rem; }
  .g-height-300--sm {
    height: 18.75rem; }
  .g-height-350--sm {
    height: 21.875rem; }
  .g-height-400--sm {
    height: 25rem; }
  .g-height-450--sm {
    height: 28.125rem; }
  .g-height-500--sm {
    height: 31.25rem; }
  .g-height-550--sm {
    height: 34.375rem; }
  .g-height-600--sm {
    height: 37.5rem; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-height-auto--md {
    height: auto; }
  .g-height-100-percent--md {
    height: 100%; }
  .g-height-5--md {
    height: 0.3125rem; }
  .g-height-10--md {
    height: 0.625rem; }
  .g-height-15--md {
    height: 0.9375rem; }
  .g-height-20--md {
    height: 1.25rem; }
  .g-height-25--md {
    height: 1.5625rem; }
  .g-height-30--md {
    height: 1.875rem; }
  .g-height-35--md {
    height: 2.1875rem; }
  .g-height-40--md {
    height: 2.5rem; }
  .g-height-45--md {
    height: 2.8125rem; }
  .g-height-50--md {
    height: 3.125rem; }
  .g-height-60--md {
    height: 3.75rem; }
  .g-height-70--md {
    height: 4.375rem; }
  .g-height-80--md {
    height: 5rem; }
  .g-height-90--md {
    height: 5.625rem; }
  .g-height-100--md {
    height: 6.25rem; }
  .g-height-150--md {
    height: 9.375rem; }
  .g-height-200--md {
    height: 12.5rem; }
  .g-height-250--md {
    height: 15.625rem; }
  .g-height-300--md {
    height: 18.75rem; }
  .g-height-350--md {
    height: 21.875rem; }
  .g-height-400--md {
    height: 25rem; }
  .g-height-450--md {
    height: 28.125rem; }
  .g-height-500--md {
    height: 31.25rem; }
  .g-height-550--md {
    height: 34.375rem; }
  .g-height-600--md {
    height: 37.5rem; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-height-auto--lg {
    height: auto; }
  .g-height-100-percent--lg {
    height: 100%; }
  .g-height-5--lg {
    height: 0.3125rem; }
  .g-height-10--lg {
    height: 0.625rem; }
  .g-height-15--lg {
    height: 0.9375rem; }
  .g-height-20--lg {
    height: 1.25rem; }
  .g-height-25--lg {
    height: 1.5625rem; }
  .g-height-30--lg {
    height: 1.875rem; }
  .g-height-35--lg {
    height: 2.1875rem; }
  .g-height-40--lg {
    height: 2.5rem; }
  .g-height-45--lg {
    height: 2.8125rem; }
  .g-height-50--lg {
    height: 3.125rem; }
  .g-height-60--lg {
    height: 3.75rem; }
  .g-height-70--lg {
    height: 4.375rem; }
  .g-height-80--lg {
    height: 5rem; }
  .g-height-90--lg {
    height: 5.625rem; }
  .g-height-100--lg {
    height: 6.25rem; }
  .g-height-150--lg {
    height: 9.375rem; }
  .g-height-200--lg {
    height: 12.5rem; }
  .g-height-250--lg {
    height: 15.625rem; }
  .g-height-300--lg {
    height: 18.75rem; }
  .g-height-350--lg {
    height: 21.875rem; }
  .g-height-400--lg {
    height: 25rem; }
  .g-height-450--lg {
    height: 28.125rem; }
  .g-height-500--lg {
    height: 31.25rem; }
  .g-height-550--lg {
    height: 34.375rem; }
  .g-height-600--lg {
    height: 37.5rem; } }

/*----------------------------------
  Margin Bottom
------------------------------------*/
.g-margin-b-2--xs {
  margin-bottom: .125rem; }

.g-margin-b-4--xs {
  margin-bottom: .25rem; }

.g-margin-b-0--xs {
  margin-bottom: 0rem; }

.g-margin-b-5--xs {
  margin-bottom: 0.3125rem; }

.g-margin-b-10--xs {
  margin-bottom: 0.625rem; }

.g-margin-b-15--xs {
  margin-bottom: 0.9375rem; }

.g-margin-b-20--xs {
  margin-bottom: 1.25rem; }

.g-margin-b-25--xs {
  margin-bottom: 1.5625rem; }

.g-margin-b-30--xs {
  margin-bottom: 1.875rem; }

.g-margin-b-35--xs {
  margin-bottom: 2.1875rem; }

.g-margin-b-40--xs {
  margin-bottom: 2.5rem; }

.g-margin-b-45--xs {
  margin-bottom: 2.8125rem; }

.g-margin-b-50--xs {
  margin-bottom: 3.125rem; }

.g-margin-b-55--xs {
  margin-bottom: 3.4375rem; }

.g-margin-b-60--xs {
  margin-bottom: 3.75rem; }

.g-margin-b-65--xs {
  margin-bottom: 4.0625rem; }

.g-margin-b-70--xs {
  margin-bottom: 4.375rem; }

.g-margin-b-75--xs {
  margin-bottom: 4.6875rem; }

.g-margin-b-80--xs {
  margin-bottom: 5rem; }

.g-margin-b-85--xs {
  margin-bottom: 5.3125rem; }

.g-margin-b-90--xs {
  margin-bottom: 5.625rem; }

.g-margin-b-95--xs {
  margin-bottom: 5.9375rem; }

.g-margin-b-100--xs {
  margin-bottom: 6.25rem; }

.g-margin-b-105--xs {
  margin-bottom: 6.5625rem; }

.g-margin-b-110--xs {
  margin-bottom: 6.875rem; }

.g-margin-b-115--xs {
  margin-bottom: 7.1875rem; }

.g-margin-b-120--xs {
  margin-bottom: 7.5rem; }

.g-margin-b-125--xs {
  margin-bottom: 7.8125rem; }

.g-margin-b-130--xs {
  margin-bottom: 8.125rem; }

.g-margin-b-135--xs {
  margin-bottom: 8.4375rem; }

.g-margin-b-140--xs {
  margin-bottom: 8.75rem; }

.g-margin-b-145--xs {
  margin-bottom: 9.0625rem; }

.g-margin-b-150--xs {
  margin-bottom: 9.375rem; }

.g-margin-b-155--xs {
  margin-bottom: 9.6875rem; }

.g-margin-b-160--xs {
  margin-bottom: 10rem; }

.g-margin-b-165--xs {
  margin-bottom: 10.3125rem; }

.g-margin-b-170--xs {
  margin-bottom: 10.625rem; }

.g-margin-b-175--xs {
  margin-bottom: 10.9375rem; }

.g-margin-b-180--xs {
  margin-bottom: 11.25rem; }

.g-margin-b-185--xs {
  margin-bottom: 11.5625rem; }

.g-margin-b-190--xs {
  margin-bottom: 11.875rem; }

.g-margin-b-195--xs {
  margin-bottom: 12.1875rem; }

.g-margin-b-200--xs {
  margin-bottom: 12.5rem; }

.g-margin-b-205--xs {
  margin-bottom: 12.8125rem; }

.g-margin-b-210--xs {
  margin-bottom: 13.125rem; }

.g-margin-b-215--xs {
  margin-bottom: 13.4375rem; }

.g-margin-b-220--xs {
  margin-bottom: 13.75rem; }

.g-margin-b-225--xs {
  margin-bottom: 14.0625rem; }

.g-margin-b-230--xs {
  margin-bottom: 14.375rem; }

.g-margin-b-235--xs {
  margin-bottom: 14.6875rem; }

.g-margin-b-240--xs {
  margin-bottom: 15rem; }

.g-margin-b-245--xs {
  margin-bottom: 15.3125rem; }

.g-margin-b-250--xs {
  margin-bottom: 15.625rem; }

.g-margin-b-250--xs {
  margin-bottom: 15.625rem; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-margin-b-2--sm {
    margin-bottom: .125rem; }
  .g-margin-b-4--sm {
    margin-bottom: .25rem; }
  .g-margin-b-0--sm {
    margin-bottom: 0rem; }
  .g-margin-b-5--sm {
    margin-bottom: 0.3125rem; }
  .g-margin-b-10--sm {
    margin-bottom: 0.625rem; }
  .g-margin-b-15--sm {
    margin-bottom: 0.9375rem; }
  .g-margin-b-20--sm {
    margin-bottom: 1.25rem; }
  .g-margin-b-25--sm {
    margin-bottom: 1.5625rem; }
  .g-margin-b-30--sm {
    margin-bottom: 1.875rem; }
  .g-margin-b-35--sm {
    margin-bottom: 2.1875rem; }
  .g-margin-b-40--sm {
    margin-bottom: 2.5rem; }
  .g-margin-b-45--sm {
    margin-bottom: 2.8125rem; }
  .g-margin-b-50--sm {
    margin-bottom: 3.125rem; }
  .g-margin-b-55--sm {
    margin-bottom: 3.4375rem; }
  .g-margin-b-60--sm {
    margin-bottom: 3.75rem; }
  .g-margin-b-65--sm {
    margin-bottom: 4.0625rem; }
  .g-margin-b-70--sm {
    margin-bottom: 4.375rem; }
  .g-margin-b-75--sm {
    margin-bottom: 4.6875rem; }
  .g-margin-b-80--sm {
    margin-bottom: 5rem; }
  .g-margin-b-85--sm {
    margin-bottom: 5.3125rem; }
  .g-margin-b-90--sm {
    margin-bottom: 5.625rem; }
  .g-margin-b-95--sm {
    margin-bottom: 5.9375rem; }
  .g-margin-b-100--sm {
    margin-bottom: 6.25rem; }
  .g-margin-b-105--sm {
    margin-bottom: 6.5625rem; }
  .g-margin-b-110--sm {
    margin-bottom: 6.875rem; }
  .g-margin-b-115--sm {
    margin-bottom: 7.1875rem; }
  .g-margin-b-120--sm {
    margin-bottom: 7.5rem; }
  .g-margin-b-125--sm {
    margin-bottom: 7.8125rem; }
  .g-margin-b-130--sm {
    margin-bottom: 8.125rem; }
  .g-margin-b-135--sm {
    margin-bottom: 8.4375rem; }
  .g-margin-b-140--sm {
    margin-bottom: 8.75rem; }
  .g-margin-b-145--sm {
    margin-bottom: 9.0625rem; }
  .g-margin-b-150--sm {
    margin-bottom: 9.375rem; }
  .g-margin-b-155--sm {
    margin-bottom: 9.6875rem; }
  .g-margin-b-160--sm {
    margin-bottom: 10rem; }
  .g-margin-b-165--sm {
    margin-bottom: 10.3125rem; }
  .g-margin-b-170--sm {
    margin-bottom: 10.625rem; }
  .g-margin-b-175--sm {
    margin-bottom: 10.9375rem; }
  .g-margin-b-180--sm {
    margin-bottom: 11.25rem; }
  .g-margin-b-185--sm {
    margin-bottom: 11.5625rem; }
  .g-margin-b-190--sm {
    margin-bottom: 11.875rem; }
  .g-margin-b-195--sm {
    margin-bottom: 12.1875rem; }
  .g-margin-b-200--sm {
    margin-bottom: 12.5rem; }
  .g-margin-b-205--sm {
    margin-bottom: 12.8125rem; }
  .g-margin-b-210--sm {
    margin-bottom: 13.125rem; }
  .g-margin-b-215--sm {
    margin-bottom: 13.4375rem; }
  .g-margin-b-220--sm {
    margin-bottom: 13.75rem; }
  .g-margin-b-225--sm {
    margin-bottom: 14.0625rem; }
  .g-margin-b-230--sm {
    margin-bottom: 14.375rem; }
  .g-margin-b-235--sm {
    margin-bottom: 14.6875rem; }
  .g-margin-b-240--sm {
    margin-bottom: 15rem; }
  .g-margin-b-245--sm {
    margin-bottom: 15.3125rem; }
  .g-margin-b-250--sm {
    margin-bottom: 15.625rem; }
  .g-margin-b-250--sm {
    margin-bottom: 15.625rem; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-margin-b-2--md {
    margin-bottom: .125rem; }
  .g-margin-b-4--md {
    margin-bottom: .25rem; }
  .g-margin-b-0--md {
    margin-bottom: 0rem; }
  .g-margin-b-5--md {
    margin-bottom: 0.3125rem; }
  .g-margin-b-10--md {
    margin-bottom: 0.625rem; }
  .g-margin-b-15--md {
    margin-bottom: 0.9375rem; }
  .g-margin-b-20--md {
    margin-bottom: 1.25rem; }
  .g-margin-b-25--md {
    margin-bottom: 1.5625rem; }
  .g-margin-b-30--md {
    margin-bottom: 1.875rem; }
  .g-margin-b-35--md {
    margin-bottom: 2.1875rem; }
  .g-margin-b-40--md {
    margin-bottom: 2.5rem; }
  .g-margin-b-45--md {
    margin-bottom: 2.8125rem; }
  .g-margin-b-50--md {
    margin-bottom: 3.125rem; }
  .g-margin-b-55--md {
    margin-bottom: 3.4375rem; }
  .g-margin-b-60--md {
    margin-bottom: 3.75rem; }
  .g-margin-b-65--md {
    margin-bottom: 4.0625rem; }
  .g-margin-b-70--md {
    margin-bottom: 4.375rem; }
  .g-margin-b-75--md {
    margin-bottom: 4.6875rem; }
  .g-margin-b-80--md {
    margin-bottom: 5rem; }
  .g-margin-b-85--md {
    margin-bottom: 5.3125rem; }
  .g-margin-b-90--md {
    margin-bottom: 5.625rem; }
  .g-margin-b-95--md {
    margin-bottom: 5.9375rem; }
  .g-margin-b-100--md {
    margin-bottom: 6.25rem; }
  .g-margin-b-105--md {
    margin-bottom: 6.5625rem; }
  .g-margin-b-110--md {
    margin-bottom: 6.875rem; }
  .g-margin-b-115--md {
    margin-bottom: 7.1875rem; }
  .g-margin-b-120--md {
    margin-bottom: 7.5rem; }
  .g-margin-b-125--md {
    margin-bottom: 7.8125rem; }
  .g-margin-b-130--md {
    margin-bottom: 8.125rem; }
  .g-margin-b-135--md {
    margin-bottom: 8.4375rem; }
  .g-margin-b-140--md {
    margin-bottom: 8.75rem; }
  .g-margin-b-145--md {
    margin-bottom: 9.0625rem; }
  .g-margin-b-150--md {
    margin-bottom: 9.375rem; }
  .g-margin-b-155--md {
    margin-bottom: 9.6875rem; }
  .g-margin-b-160--md {
    margin-bottom: 10rem; }
  .g-margin-b-165--md {
    margin-bottom: 10.3125rem; }
  .g-margin-b-170--md {
    margin-bottom: 10.625rem; }
  .g-margin-b-175--md {
    margin-bottom: 10.9375rem; }
  .g-margin-b-180--md {
    margin-bottom: 11.25rem; }
  .g-margin-b-185--md {
    margin-bottom: 11.5625rem; }
  .g-margin-b-190--md {
    margin-bottom: 11.875rem; }
  .g-margin-b-195--md {
    margin-bottom: 12.1875rem; }
  .g-margin-b-200--md {
    margin-bottom: 12.5rem; }
  .g-margin-b-205--md {
    margin-bottom: 12.8125rem; }
  .g-margin-b-210--md {
    margin-bottom: 13.125rem; }
  .g-margin-b-215--md {
    margin-bottom: 13.4375rem; }
  .g-margin-b-220--md {
    margin-bottom: 13.75rem; }
  .g-margin-b-225--md {
    margin-bottom: 14.0625rem; }
  .g-margin-b-230--md {
    margin-bottom: 14.375rem; }
  .g-margin-b-235--md {
    margin-bottom: 14.6875rem; }
  .g-margin-b-240--md {
    margin-bottom: 15rem; }
  .g-margin-b-245--md {
    margin-bottom: 15.3125rem; }
  .g-margin-b-250--md {
    margin-bottom: 15.625rem; }
  .g-margin-b-250--md {
    margin-bottom: 15.625rem; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-margin-b-2--lg {
    margin-bottom: .125rem; }
  .g-margin-b-4--lg {
    margin-bottom: .25rem; }
  .g-margin-b-0--lg {
    margin-bottom: 0rem; }
  .g-margin-b-5--lg {
    margin-bottom: 0.3125rem; }
  .g-margin-b-10--lg {
    margin-bottom: 0.625rem; }
  .g-margin-b-15--lg {
    margin-bottom: 0.9375rem; }
  .g-margin-b-20--lg {
    margin-bottom: 1.25rem; }
  .g-margin-b-25--lg {
    margin-bottom: 1.5625rem; }
  .g-margin-b-30--lg {
    margin-bottom: 1.875rem; }
  .g-margin-b-35--lg {
    margin-bottom: 2.1875rem; }
  .g-margin-b-40--lg {
    margin-bottom: 2.5rem; }
  .g-margin-b-45--lg {
    margin-bottom: 2.8125rem; }
  .g-margin-b-50--lg {
    margin-bottom: 3.125rem; }
  .g-margin-b-55--lg {
    margin-bottom: 3.4375rem; }
  .g-margin-b-60--lg {
    margin-bottom: 3.75rem; }
  .g-margin-b-65--lg {
    margin-bottom: 4.0625rem; }
  .g-margin-b-70--lg {
    margin-bottom: 4.375rem; }
  .g-margin-b-75--lg {
    margin-bottom: 4.6875rem; }
  .g-margin-b-80--lg {
    margin-bottom: 5rem; }
  .g-margin-b-85--lg {
    margin-bottom: 5.3125rem; }
  .g-margin-b-90--lg {
    margin-bottom: 5.625rem; }
  .g-margin-b-95--lg {
    margin-bottom: 5.9375rem; }
  .g-margin-b-100--lg {
    margin-bottom: 6.25rem; }
  .g-margin-b-105--lg {
    margin-bottom: 6.5625rem; }
  .g-margin-b-110--lg {
    margin-bottom: 6.875rem; }
  .g-margin-b-115--lg {
    margin-bottom: 7.1875rem; }
  .g-margin-b-120--lg {
    margin-bottom: 7.5rem; }
  .g-margin-b-125--lg {
    margin-bottom: 7.8125rem; }
  .g-margin-b-130--lg {
    margin-bottom: 8.125rem; }
  .g-margin-b-135--lg {
    margin-bottom: 8.4375rem; }
  .g-margin-b-140--lg {
    margin-bottom: 8.75rem; }
  .g-margin-b-145--lg {
    margin-bottom: 9.0625rem; }
  .g-margin-b-150--lg {
    margin-bottom: 9.375rem; }
  .g-margin-b-155--lg {
    margin-bottom: 9.6875rem; }
  .g-margin-b-160--lg {
    margin-bottom: 10rem; }
  .g-margin-b-165--lg {
    margin-bottom: 10.3125rem; }
  .g-margin-b-170--lg {
    margin-bottom: 10.625rem; }
  .g-margin-b-175--lg {
    margin-bottom: 10.9375rem; }
  .g-margin-b-180--lg {
    margin-bottom: 11.25rem; }
  .g-margin-b-185--lg {
    margin-bottom: 11.5625rem; }
  .g-margin-b-190--lg {
    margin-bottom: 11.875rem; }
  .g-margin-b-195--lg {
    margin-bottom: 12.1875rem; }
  .g-margin-b-200--lg {
    margin-bottom: 12.5rem; }
  .g-margin-b-205--lg {
    margin-bottom: 12.8125rem; }
  .g-margin-b-210--lg {
    margin-bottom: 13.125rem; }
  .g-margin-b-215--lg {
    margin-bottom: 13.4375rem; }
  .g-margin-b-220--lg {
    margin-bottom: 13.75rem; }
  .g-margin-b-225--lg {
    margin-bottom: 14.0625rem; }
  .g-margin-b-230--lg {
    margin-bottom: 14.375rem; }
  .g-margin-b-235--lg {
    margin-bottom: 14.6875rem; }
  .g-margin-b-240--lg {
    margin-bottom: 15rem; }
  .g-margin-b-245--lg {
    margin-bottom: 15.3125rem; }
  .g-margin-b-250--lg {
    margin-bottom: 15.625rem; }
  .g-margin-b-250--lg {
    margin-bottom: 15.625rem; } }

/*----------------------------------
  Margin Top
------------------------------------*/
.g-margin-t-0--xs {
  margin-top: 0rem; }

.g-margin-t-5--xs {
  margin-top: 0.3125rem; }

.g-margin-t-10--xs {
  margin-top: 0.625rem; }

.g-margin-t-15--xs {
  margin-top: 0.9375rem; }

.g-margin-t-20--xs {
  margin-top: 1.25rem; }

.g-margin-t-25--xs {
  margin-top: 1.5625rem; }

.g-margin-t-30--xs {
  margin-top: 1.875rem; }

.g-margin-t-35--xs {
  margin-top: 2.1875rem; }

.g-margin-t-40--xs {
  margin-top: 2.5rem; }

.g-margin-t-45--xs {
  margin-top: 2.8125rem; }

.g-margin-t-50--xs {
  margin-top: 3.125rem; }

.g-margin-t-55--xs {
  margin-top: 3.4375rem; }

.g-margin-t-60--xs {
  margin-top: 3.75rem; }

.g-margin-t-65--xs {
  margin-top: 4.0625rem; }

.g-margin-t-70--xs {
  margin-top: 4.375rem; }

.g-margin-t-75--xs {
  margin-top: 4.6875rem; }

.g-margin-t-80--xs {
  margin-top: 5rem; }

.g-margin-t-85--xs {
  margin-top: 5.3125rem; }

.g-margin-t-90--xs {
  margin-top: 5.625rem; }

.g-margin-t-95--xs {
  margin-top: 5.9375rem; }

.g-margin-t-100--xs {
  margin-top: 6.25rem; }

.g-margin-t-105--xs {
  margin-top: 6.5625rem; }

.g-margin-t-110--xs {
  margin-top: 6.875rem; }

.g-margin-t-115--xs {
  margin-top: 7.1875rem; }

.g-margin-t-120--xs {
  margin-top: 7.5rem; }

.g-margin-t-125--xs {
  margin-top: 7.8125rem; }

.g-margin-t-130--xs {
  margin-top: 8.125rem; }

.g-margin-t-135--xs {
  margin-top: 8.4375rem; }

.g-margin-t-140--xs {
  margin-top: 8.75rem; }

.g-margin-t-145--xs {
  margin-top: 9.0625rem; }

.g-margin-t-150--xs {
  margin-top: 9.375rem; }

.g-margin-t-155--xs {
  margin-top: 9.6875rem; }

.g-margin-t-160--xs {
  margin-top: 10rem; }

.g-margin-t-165--xs {
  margin-top: 10.3125rem; }

.g-margin-t-170--xs {
  margin-top: 10.625rem; }

.g-margin-t-175--xs {
  margin-top: 10.9375rem; }

.g-margin-t-180--xs {
  margin-top: 11.25rem; }

.g-margin-t-185--xs {
  margin-top: 11.5625rem; }

.g-margin-t-190--xs {
  margin-top: 11.875rem; }

.g-margin-t-195--xs {
  margin-top: 12.1875rem; }

.g-margin-t-200--xs {
  margin-top: 12.5rem; }

.g-margin-t-205--xs {
  margin-top: 12.8125rem; }

.g-margin-t-210--xs {
  margin-top: 13.125rem; }

.g-margin-t-215--xs {
  margin-top: 13.4375rem; }

.g-margin-t-220--xs {
  margin-top: 13.75rem; }

.g-margin-t-225--xs {
  margin-top: 14.0625rem; }

.g-margin-t-230--xs {
  margin-top: 14.375rem; }

.g-margin-t-235--xs {
  margin-top: 14.6875rem; }

.g-margin-t-240--xs {
  margin-top: 15rem; }

.g-margin-t-245--xs {
  margin-top: 15.3125rem; }

.g-margin-t-250--xs {
  margin-top: 15.625rem; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-margin-t-0--sm {
    margin-top: 0rem; }
  .g-margin-t-5--sm {
    margin-top: 0.3125rem; }
  .g-margin-t-10--sm {
    margin-top: 0.625rem; }
  .g-margin-t-15--sm {
    margin-top: 0.9375rem; }
  .g-margin-t-20--sm {
    margin-top: 1.25rem; }
  .g-margin-t-25--sm {
    margin-top: 1.5625rem; }
  .g-margin-t-30--sm {
    margin-top: 1.875rem; }
  .g-margin-t-35--sm {
    margin-top: 2.1875rem; }
  .g-margin-t-40--sm {
    margin-top: 2.5rem; }
  .g-margin-t-45--sm {
    margin-top: 2.8125rem; }
  .g-margin-t-50--sm {
    margin-top: 3.125rem; }
  .g-margin-t-55--sm {
    margin-top: 3.4375rem; }
  .g-margin-t-60--sm {
    margin-top: 3.75rem; }
  .g-margin-t-65--sm {
    margin-top: 4.0625rem; }
  .g-margin-t-70--sm {
    margin-top: 4.375rem; }
  .g-margin-t-75--sm {
    margin-top: 4.6875rem; }
  .g-margin-t-80--sm {
    margin-top: 5rem; }
  .g-margin-t-85--sm {
    margin-top: 5.3125rem; }
  .g-margin-t-90--sm {
    margin-top: 5.625rem; }
  .g-margin-t-95--sm {
    margin-top: 5.9375rem; }
  .g-margin-t-100--sm {
    margin-top: 6.25rem; }
  .g-margin-t-105--sm {
    margin-top: 6.5625rem; }
  .g-margin-t-110--sm {
    margin-top: 6.875rem; }
  .g-margin-t-115--sm {
    margin-top: 7.1875rem; }
  .g-margin-t-120--sm {
    margin-top: 7.5rem; }
  .g-margin-t-125--sm {
    margin-top: 7.8125rem; }
  .g-margin-t-130--sm {
    margin-top: 8.125rem; }
  .g-margin-t-135--sm {
    margin-top: 8.4375rem; }
  .g-margin-t-140--sm {
    margin-top: 8.75rem; }
  .g-margin-t-145--sm {
    margin-top: 9.0625rem; }
  .g-margin-t-150--sm {
    margin-top: 9.375rem; }
  .g-margin-t-155--sm {
    margin-top: 9.6875rem; }
  .g-margin-t-160--sm {
    margin-top: 10rem; }
  .g-margin-t-165--sm {
    margin-top: 10.3125rem; }
  .g-margin-t-170--sm {
    margin-top: 10.625rem; }
  .g-margin-t-175--sm {
    margin-top: 10.9375rem; }
  .g-margin-t-180--sm {
    margin-top: 11.25rem; }
  .g-margin-t-185--sm {
    margin-top: 11.5625rem; }
  .g-margin-t-190--sm {
    margin-top: 11.875rem; }
  .g-margin-t-195--sm {
    margin-top: 12.1875rem; }
  .g-margin-t-200--sm {
    margin-top: 12.5rem; }
  .g-margin-t-205--sm {
    margin-top: 12.8125rem; }
  .g-margin-t-210--sm {
    margin-top: 13.125rem; }
  .g-margin-t-215--sm {
    margin-top: 13.4375rem; }
  .g-margin-t-220--sm {
    margin-top: 13.75rem; }
  .g-margin-t-225--sm {
    margin-top: 14.0625rem; }
  .g-margin-t-230--sm {
    margin-top: 14.375rem; }
  .g-margin-t-235--sm {
    margin-top: 14.6875rem; }
  .g-margin-t-240--sm {
    margin-top: 15rem; }
  .g-margin-t-245--sm {
    margin-top: 15.3125rem; }
  .g-margin-t-250--sm {
    margin-top: 15.625rem; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-margin-t-0--md {
    margin-top: 0rem; }
  .g-margin-t-5--md {
    margin-top: 0.3125rem; }
  .g-margin-t-10--md {
    margin-top: 0.625rem; }
  .g-margin-t-15--md {
    margin-top: 0.9375rem; }
  .g-margin-t-20--md {
    margin-top: 1.25rem; }
  .g-margin-t-25--md {
    margin-top: 1.5625rem; }
  .g-margin-t-30--md {
    margin-top: 1.875rem; }
  .g-margin-t-35--md {
    margin-top: 2.1875rem; }
  .g-margin-t-40--md {
    margin-top: 2.5rem; }
  .g-margin-t-45--md {
    margin-top: 2.8125rem; }
  .g-margin-t-50--md {
    margin-top: 3.125rem; }
  .g-margin-t-55--md {
    margin-top: 3.4375rem; }
  .g-margin-t-60--md {
    margin-top: 3.75rem; }
  .g-margin-t-65--md {
    margin-top: 4.0625rem; }
  .g-margin-t-70--md {
    margin-top: 4.375rem; }
  .g-margin-t-75--md {
    margin-top: 4.6875rem; }
  .g-margin-t-80--md {
    margin-top: 5rem; }
  .g-margin-t-85--md {
    margin-top: 5.3125rem; }
  .g-margin-t-90--md {
    margin-top: 5.625rem; }
  .g-margin-t-95--md {
    margin-top: 5.9375rem; }
  .g-margin-t-100--md {
    margin-top: 6.25rem; }
  .g-margin-t-105--md {
    margin-top: 6.5625rem; }
  .g-margin-t-110--md {
    margin-top: 6.875rem; }
  .g-margin-t-115--md {
    margin-top: 7.1875rem; }
  .g-margin-t-120--md {
    margin-top: 7.5rem; }
  .g-margin-t-125--md {
    margin-top: 7.8125rem; }
  .g-margin-t-130--md {
    margin-top: 8.125rem; }
  .g-margin-t-135--md {
    margin-top: 8.4375rem; }
  .g-margin-t-140--md {
    margin-top: 8.75rem; }
  .g-margin-t-145--md {
    margin-top: 9.0625rem; }
  .g-margin-t-150--md {
    margin-top: 9.375rem; }
  .g-margin-t-155--md {
    margin-top: 9.6875rem; }
  .g-margin-t-160--md {
    margin-top: 10rem; }
  .g-margin-t-165--md {
    margin-top: 10.3125rem; }
  .g-margin-t-170--md {
    margin-top: 10.625rem; }
  .g-margin-t-175--md {
    margin-top: 10.9375rem; }
  .g-margin-t-180--md {
    margin-top: 11.25rem; }
  .g-margin-t-185--md {
    margin-top: 11.5625rem; }
  .g-margin-t-190--md {
    margin-top: 11.875rem; }
  .g-margin-t-195--md {
    margin-top: 12.1875rem; }
  .g-margin-t-200--md {
    margin-top: 12.5rem; }
  .g-margin-t-205--md {
    margin-top: 12.8125rem; }
  .g-margin-t-210--md {
    margin-top: 13.125rem; }
  .g-margin-t-215--md {
    margin-top: 13.4375rem; }
  .g-margin-t-220--md {
    margin-top: 13.75rem; }
  .g-margin-t-225--md {
    margin-top: 14.0625rem; }
  .g-margin-t-230--md {
    margin-top: 14.375rem; }
  .g-margin-t-235--md {
    margin-top: 14.6875rem; }
  .g-margin-t-240--md {
    margin-top: 15rem; }
  .g-margin-t-245--md {
    margin-top: 15.3125rem; }
  .g-margin-t-250--md {
    margin-top: 15.625rem; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-margin-t-0--lg {
    margin-top: 0rem; }
  .g-margin-t-5--lg {
    margin-top: 0.3125rem; }
  .g-margin-t-10--lg {
    margin-top: 0.625rem; }
  .g-margin-t-15--lg {
    margin-top: 0.9375rem; }
  .g-margin-t-20--lg {
    margin-top: 1.25rem; }
  .g-margin-t-25--lg {
    margin-top: 1.5625rem; }
  .g-margin-t-30--lg {
    margin-top: 1.875rem; }
  .g-margin-t-35--lg {
    margin-top: 2.1875rem; }
  .g-margin-t-40--lg {
    margin-top: 2.5rem; }
  .g-margin-t-45--lg {
    margin-top: 2.8125rem; }
  .g-margin-t-50--lg {
    margin-top: 3.125rem; }
  .g-margin-t-55--lg {
    margin-top: 3.4375rem; }
  .g-margin-t-60--lg {
    margin-top: 3.75rem; }
  .g-margin-t-65--lg {
    margin-top: 4.0625rem; }
  .g-margin-t-70--lg {
    margin-top: 4.375rem; }
  .g-margin-t-75--lg {
    margin-top: 4.6875rem; }
  .g-margin-t-80--lg {
    margin-top: 5rem; }
  .g-margin-t-85--lg {
    margin-top: 5.3125rem; }
  .g-margin-t-90--lg {
    margin-top: 5.625rem; }
  .g-margin-t-95--lg {
    margin-top: 5.9375rem; }
  .g-margin-t-100--lg {
    margin-top: 6.25rem; }
  .g-margin-t-105--lg {
    margin-top: 6.5625rem; }
  .g-margin-t-110--lg {
    margin-top: 6.875rem; }
  .g-margin-t-115--lg {
    margin-top: 7.1875rem; }
  .g-margin-t-120--lg {
    margin-top: 7.5rem; }
  .g-margin-t-125--lg {
    margin-top: 7.8125rem; }
  .g-margin-t-130--lg {
    margin-top: 8.125rem; }
  .g-margin-t-135--lg {
    margin-top: 8.4375rem; }
  .g-margin-t-140--lg {
    margin-top: 8.75rem; }
  .g-margin-t-145--lg {
    margin-top: 9.0625rem; }
  .g-margin-t-150--lg {
    margin-top: 9.375rem; }
  .g-margin-t-155--lg {
    margin-top: 9.6875rem; }
  .g-margin-t-160--lg {
    margin-top: 10rem; }
  .g-margin-t-165--lg {
    margin-top: 10.3125rem; }
  .g-margin-t-170--lg {
    margin-top: 10.625rem; }
  .g-margin-t-175--lg {
    margin-top: 10.9375rem; }
  .g-margin-t-180--lg {
    margin-top: 11.25rem; }
  .g-margin-t-185--lg {
    margin-top: 11.5625rem; }
  .g-margin-t-190--lg {
    margin-top: 11.875rem; }
  .g-margin-t-195--lg {
    margin-top: 12.1875rem; }
  .g-margin-t-200--lg {
    margin-top: 12.5rem; }
  .g-margin-t-205--lg {
    margin-top: 12.8125rem; }
  .g-margin-t-210--lg {
    margin-top: 13.125rem; }
  .g-margin-t-215--lg {
    margin-top: 13.4375rem; }
  .g-margin-t-220--lg {
    margin-top: 13.75rem; }
  .g-margin-t-225--lg {
    margin-top: 14.0625rem; }
  .g-margin-t-230--lg {
    margin-top: 14.375rem; }
  .g-margin-t-235--lg {
    margin-top: 14.6875rem; }
  .g-margin-t-240--lg {
    margin-top: 15rem; }
  .g-margin-t-245--lg {
    margin-top: 15.3125rem; }
  .g-margin-t-250--lg {
    margin-top: 15.625rem; } }

/*----------------------------------
  Margin Left
------------------------------------*/
.g-margin-l-0--xs {
  margin-left: 0rem; }

.g-margin-l-5--xs {
  margin-left: 0.3125rem; }

.g-margin-l-10--xs {
  margin-left: 0.625rem; }

.g-margin-l-15--xs {
  margin-left: 0.9375rem; }

.g-margin-l-20--xs {
  margin-left: 1.25rem; }

.g-margin-l-25--xs {
  margin-left: 1.5625rem; }

.g-margin-l-30--xs {
  margin-left: 1.875rem; }

.g-margin-l-35--xs {
  margin-left: 2.1875rem; }

.g-margin-l-40--xs {
  margin-left: 2.5rem; }

.g-margin-l-45--xs {
  margin-left: 2.8125rem; }

.g-margin-l-50--xs {
  margin-left: 3.125rem; }

.g-margin-l-55--xs {
  margin-left: 3.4375rem; }

.g-margin-l-60--xs {
  margin-left: 3.75rem; }

.g-margin-l-65--xs {
  margin-left: 4.0625rem; }

.g-margin-l-70--xs {
  margin-left: 4.375rem; }

.g-margin-l-75--xs {
  margin-left: 4.6875rem; }

.g-margin-l-80--xs {
  margin-left: 5rem; }

.g-margin-l-85--xs {
  margin-left: 5.3125rem; }

.g-margin-l-90--xs {
  margin-left: 5.625rem; }

.g-margin-l-95--xs {
  margin-left: 5.9375rem; }

.g-margin-l-100--xs {
  margin-left: 6.25rem; }

.g-margin-l-105--xs {
  margin-left: 6.5625rem; }

.g-margin-l-110--xs {
  margin-left: 6.875rem; }

.g-margin-l-115--xs {
  margin-left: 7.1875rem; }

.g-margin-l-120--xs {
  margin-left: 7.5rem; }

.g-margin-l-125--xs {
  margin-left: 7.8125rem; }

.g-margin-l-130--xs {
  margin-left: 8.125rem; }

.g-margin-l-135--xs {
  margin-left: 8.4375rem; }

.g-margin-l-140--xs {
  margin-left: 8.75rem; }

.g-margin-l-145--xs {
  margin-left: 9.0625rem; }

.g-margin-l-150--xs {
  margin-left: 9.375rem; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-margin-l-0--sm {
    margin-left: 0rem; }
  .g-margin-l-5--sm {
    margin-left: 0.3125rem; }
  .g-margin-l-10--sm {
    margin-left: 0.625rem; }
  .g-margin-l-15--sm {
    margin-left: 0.9375rem; }
  .g-margin-l-20--sm {
    margin-left: 1.25rem; }
  .g-margin-l-25--sm {
    margin-left: 1.5625rem; }
  .g-margin-l-30--sm {
    margin-left: 1.875rem; }
  .g-margin-l-35--sm {
    margin-left: 2.1875rem; }
  .g-margin-l-40--sm {
    margin-left: 2.5rem; }
  .g-margin-l-45--sm {
    margin-left: 2.8125rem; }
  .g-margin-l-50--sm {
    margin-left: 3.125rem; }
  .g-margin-l-55--sm {
    margin-left: 3.4375rem; }
  .g-margin-l-60--sm {
    margin-left: 3.75rem; }
  .g-margin-l-65--sm {
    margin-left: 4.0625rem; }
  .g-margin-l-70--sm {
    margin-left: 4.375rem; }
  .g-margin-l-75--sm {
    margin-left: 4.6875rem; }
  .g-margin-l-80--sm {
    margin-left: 5rem; }
  .g-margin-l-85--sm {
    margin-left: 5.3125rem; }
  .g-margin-l-90--sm {
    margin-left: 5.625rem; }
  .g-margin-l-95--sm {
    margin-left: 5.9375rem; }
  .g-margin-l-100--sm {
    margin-left: 6.25rem; }
  .g-margin-l-105--sm {
    margin-left: 6.5625rem; }
  .g-margin-l-110--sm {
    margin-left: 6.875rem; }
  .g-margin-l-115--sm {
    margin-left: 7.1875rem; }
  .g-margin-l-120--sm {
    margin-left: 7.5rem; }
  .g-margin-l-125--sm {
    margin-left: 7.8125rem; }
  .g-margin-l-130--sm {
    margin-left: 8.125rem; }
  .g-margin-l-135--sm {
    margin-left: 8.4375rem; }
  .g-margin-l-140--sm {
    margin-left: 8.75rem; }
  .g-margin-l-145--sm {
    margin-left: 9.0625rem; }
  .g-margin-l-150--sm {
    margin-left: 9.375rem; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-margin-l-0--md {
    margin-left: 0rem; }
  .g-margin-l-5--md {
    margin-left: 0.3125rem; }
  .g-margin-l-10--md {
    margin-left: 0.625rem; }
  .g-margin-l-15--md {
    margin-left: 0.9375rem; }
  .g-margin-l-20--md {
    margin-left: 1.25rem; }
  .g-margin-l-25--md {
    margin-left: 1.5625rem; }
  .g-margin-l-30--md {
    margin-left: 1.875rem; }
  .g-margin-l-35--md {
    margin-left: 2.1875rem; }
  .g-margin-l-40--md {
    margin-left: 2.5rem; }
  .g-margin-l-45--md {
    margin-left: 2.8125rem; }
  .g-margin-l-50--md {
    margin-left: 3.125rem; }
  .g-margin-l-55--md {
    margin-left: 3.4375rem; }
  .g-margin-l-60--md {
    margin-left: 3.75rem; }
  .g-margin-l-65--md {
    margin-left: 4.0625rem; }
  .g-margin-l-70--md {
    margin-left: 4.375rem; }
  .g-margin-l-75--md {
    margin-left: 4.6875rem; }
  .g-margin-l-80--md {
    margin-left: 5rem; }
  .g-margin-l-85--md {
    margin-left: 5.3125rem; }
  .g-margin-l-90--md {
    margin-left: 5.625rem; }
  .g-margin-l-95--md {
    margin-left: 5.9375rem; }
  .g-margin-l-100--md {
    margin-left: 6.25rem; }
  .g-margin-l-105--md {
    margin-left: 6.5625rem; }
  .g-margin-l-110--md {
    margin-left: 6.875rem; }
  .g-margin-l-115--md {
    margin-left: 7.1875rem; }
  .g-margin-l-120--md {
    margin-left: 7.5rem; }
  .g-margin-l-125--md {
    margin-left: 7.8125rem; }
  .g-margin-l-130--md {
    margin-left: 8.125rem; }
  .g-margin-l-135--md {
    margin-left: 8.4375rem; }
  .g-margin-l-140--md {
    margin-left: 8.75rem; }
  .g-margin-l-145--md {
    margin-left: 9.0625rem; }
  .g-margin-l-150--md {
    margin-left: 9.375rem; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-margin-l-0--lg {
    margin-left: 0rem; }
  .g-margin-l-5--lg {
    margin-left: 0.3125rem; }
  .g-margin-l-10--lg {
    margin-left: 0.625rem; }
  .g-margin-l-15--lg {
    margin-left: 0.9375rem; }
  .g-margin-l-20--lg {
    margin-left: 1.25rem; }
  .g-margin-l-25--lg {
    margin-left: 1.5625rem; }
  .g-margin-l-30--lg {
    margin-left: 1.875rem; }
  .g-margin-l-35--lg {
    margin-left: 2.1875rem; }
  .g-margin-l-40--lg {
    margin-left: 2.5rem; }
  .g-margin-l-45--lg {
    margin-left: 2.8125rem; }
  .g-margin-l-50--lg {
    margin-left: 3.125rem; }
  .g-margin-l-55--lg {
    margin-left: 3.4375rem; }
  .g-margin-l-60--lg {
    margin-left: 3.75rem; }
  .g-margin-l-65--lg {
    margin-left: 4.0625rem; }
  .g-margin-l-70--lg {
    margin-left: 4.375rem; }
  .g-margin-l-75--lg {
    margin-left: 4.6875rem; }
  .g-margin-l-80--lg {
    margin-left: 5rem; }
  .g-margin-l-85--lg {
    margin-left: 5.3125rem; }
  .g-margin-l-90--lg {
    margin-left: 5.625rem; }
  .g-margin-l-95--lg {
    margin-left: 5.9375rem; }
  .g-margin-l-100--lg {
    margin-left: 6.25rem; }
  .g-margin-l-105--lg {
    margin-left: 6.5625rem; }
  .g-margin-l-110--lg {
    margin-left: 6.875rem; }
  .g-margin-l-115--lg {
    margin-left: 7.1875rem; }
  .g-margin-l-120--lg {
    margin-left: 7.5rem; }
  .g-margin-l-125--lg {
    margin-left: 7.8125rem; }
  .g-margin-l-130--lg {
    margin-left: 8.125rem; }
  .g-margin-l-135--lg {
    margin-left: 8.4375rem; }
  .g-margin-l-140--lg {
    margin-left: 8.75rem; }
  .g-margin-l-145--lg {
    margin-left: 9.0625rem; }
  .g-margin-l-150--lg {
    margin-left: 9.375rem; } }

/*----------------------------------
  Margin Right
------------------------------------*/
.g-margin-r-0--xs {
  margin-right: 0rem; }

.g-margin-r-5--xs {
  margin-right: 0.3125rem; }

.g-margin-r-10--xs {
  margin-right: 0.625rem; }

.g-margin-r-15--xs {
  margin-right: 0.9375rem; }

.g-margin-r-20--xs {
  margin-right: 1.25rem; }

.g-margin-r-25--xs {
  margin-right: 1.5625rem; }

.g-margin-r-30--xs {
  margin-right: 1.875rem; }

.g-margin-r-35--xs {
  margin-right: 2.1875rem; }

.g-margin-r-40--xs {
  margin-right: 2.5rem; }

.g-margin-r-45--xs {
  margin-right: 2.8125rem; }

.g-margin-r-50--xs {
  margin-right: 3.125rem; }

.g-margin-r-55--xs {
  margin-right: 3.4375rem; }

.g-margin-r-60--xs {
  margin-right: 3.75rem; }

.g-margin-r-65--xs {
  margin-right: 4.0625rem; }

.g-margin-r-70--xs {
  margin-right: 4.375rem; }

.g-margin-r-75--xs {
  margin-right: 4.6875rem; }

.g-margin-r-80--xs {
  margin-right: 5rem; }

.g-margin-r-85--xs {
  margin-right: 5.3125rem; }

.g-margin-r-90--xs {
  margin-right: 5.625rem; }

.g-margin-r-95--xs {
  margin-right: 5.9375rem; }

.g-margin-r-100--xs {
  margin-right: 6.25rem; }

.g-margin-r-105--xs {
  margin-right: 6.5625rem; }

.g-margin-r-110--xs {
  margin-right: 6.875rem; }

.g-margin-r-115--xs {
  margin-right: 7.1875rem; }

.g-margin-r-120--xs {
  margin-right: 7.5rem; }

.g-margin-r-125--xs {
  margin-right: 7.8125rem; }

.g-margin-r-130--xs {
  margin-right: 8.125rem; }

.g-margin-r-135--xs {
  margin-right: 8.4375rem; }

.g-margin-r-140--xs {
  margin-right: 8.75rem; }

.g-margin-r-145--xs {
  margin-right: 9.0625rem; }

.g-margin-r-150--xs {
  margin-right: 9.375rem; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-margin-r-0--sm {
    margin-right: 0rem; }
  .g-margin-r-5--sm {
    margin-right: 0.3125rem; }
  .g-margin-r-10--sm {
    margin-right: 0.625rem; }
  .g-margin-r-15--sm {
    margin-right: 0.9375rem; }
  .g-margin-r-20--sm {
    margin-right: 1.25rem; }
  .g-margin-r-25--sm {
    margin-right: 1.5625rem; }
  .g-margin-r-30--sm {
    margin-right: 1.875rem; }
  .g-margin-r-35--sm {
    margin-right: 2.1875rem; }
  .g-margin-r-40--sm {
    margin-right: 2.5rem; }
  .g-margin-r-45--sm {
    margin-right: 2.8125rem; }
  .g-margin-r-50--sm {
    margin-right: 3.125rem; }
  .g-margin-r-55--sm {
    margin-right: 3.4375rem; }
  .g-margin-r-60--sm {
    margin-right: 3.75rem; }
  .g-margin-r-65--sm {
    margin-right: 4.0625rem; }
  .g-margin-r-70--sm {
    margin-right: 4.375rem; }
  .g-margin-r-75--sm {
    margin-right: 4.6875rem; }
  .g-margin-r-80--sm {
    margin-right: 5rem; }
  .g-margin-r-85--sm {
    margin-right: 5.3125rem; }
  .g-margin-r-90--sm {
    margin-right: 5.625rem; }
  .g-margin-r-95--sm {
    margin-right: 5.9375rem; }
  .g-margin-r-100--sm {
    margin-right: 6.25rem; }
  .g-margin-r-105--sm {
    margin-right: 6.5625rem; }
  .g-margin-r-110--sm {
    margin-right: 6.875rem; }
  .g-margin-r-115--sm {
    margin-right: 7.1875rem; }
  .g-margin-r-120--sm {
    margin-right: 7.5rem; }
  .g-margin-r-125--sm {
    margin-right: 7.8125rem; }
  .g-margin-r-130--sm {
    margin-right: 8.125rem; }
  .g-margin-r-135--sm {
    margin-right: 8.4375rem; }
  .g-margin-r-140--sm {
    margin-right: 8.75rem; }
  .g-margin-r-145--sm {
    margin-right: 9.0625rem; }
  .g-margin-r-150--sm {
    margin-right: 9.375rem; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-margin-r-0--md {
    margin-right: 0rem; }
  .g-margin-r-5--md {
    margin-right: 0.3125rem; }
  .g-margin-r-10--md {
    margin-right: 0.625rem; }
  .g-margin-r-15--md {
    margin-right: 0.9375rem; }
  .g-margin-r-20--md {
    margin-right: 1.25rem; }
  .g-margin-r-25--md {
    margin-right: 1.5625rem; }
  .g-margin-r-30--md {
    margin-right: 1.875rem; }
  .g-margin-r-35--md {
    margin-right: 2.1875rem; }
  .g-margin-r-40--md {
    margin-right: 2.5rem; }
  .g-margin-r-45--md {
    margin-right: 2.8125rem; }
  .g-margin-r-50--md {
    margin-right: 3.125rem; }
  .g-margin-r-55--md {
    margin-right: 3.4375rem; }
  .g-margin-r-60--md {
    margin-right: 3.75rem; }
  .g-margin-r-65--md {
    margin-right: 4.0625rem; }
  .g-margin-r-70--md {
    margin-right: 4.375rem; }
  .g-margin-r-75--md {
    margin-right: 4.6875rem; }
  .g-margin-r-80--md {
    margin-right: 5rem; }
  .g-margin-r-85--md {
    margin-right: 5.3125rem; }
  .g-margin-r-90--md {
    margin-right: 5.625rem; }
  .g-margin-r-95--md {
    margin-right: 5.9375rem; }
  .g-margin-r-100--md {
    margin-right: 6.25rem; }
  .g-margin-r-105--md {
    margin-right: 6.5625rem; }
  .g-margin-r-110--md {
    margin-right: 6.875rem; }
  .g-margin-r-115--md {
    margin-right: 7.1875rem; }
  .g-margin-r-120--md {
    margin-right: 7.5rem; }
  .g-margin-r-125--md {
    margin-right: 7.8125rem; }
  .g-margin-r-130--md {
    margin-right: 8.125rem; }
  .g-margin-r-135--md {
    margin-right: 8.4375rem; }
  .g-margin-r-140--md {
    margin-right: 8.75rem; }
  .g-margin-r-145--md {
    margin-right: 9.0625rem; }
  .g-margin-r-150--md {
    margin-right: 9.375rem; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-margin-r-0--lg {
    margin-right: 0rem; }
  .g-margin-r-5--lg {
    margin-right: 0.3125rem; }
  .g-margin-r-10--lg {
    margin-right: 0.625rem; }
  .g-margin-r-15--lg {
    margin-right: 0.9375rem; }
  .g-margin-r-20--lg {
    margin-right: 1.25rem; }
  .g-margin-r-25--lg {
    margin-right: 1.5625rem; }
  .g-margin-r-30--lg {
    margin-right: 1.875rem; }
  .g-margin-r-35--lg {
    margin-right: 2.1875rem; }
  .g-margin-r-40--lg {
    margin-right: 2.5rem; }
  .g-margin-r-45--lg {
    margin-right: 2.8125rem; }
  .g-margin-r-50--lg {
    margin-right: 3.125rem; }
  .g-margin-r-55--lg {
    margin-right: 3.4375rem; }
  .g-margin-r-60--lg {
    margin-right: 3.75rem; }
  .g-margin-r-65--lg {
    margin-right: 4.0625rem; }
  .g-margin-r-70--lg {
    margin-right: 4.375rem; }
  .g-margin-r-75--lg {
    margin-right: 4.6875rem; }
  .g-margin-r-80--lg {
    margin-right: 5rem; }
  .g-margin-r-85--lg {
    margin-right: 5.3125rem; }
  .g-margin-r-90--lg {
    margin-right: 5.625rem; }
  .g-margin-r-95--lg {
    margin-right: 5.9375rem; }
  .g-margin-r-100--lg {
    margin-right: 6.25rem; }
  .g-margin-r-105--lg {
    margin-right: 6.5625rem; }
  .g-margin-r-110--lg {
    margin-right: 6.875rem; }
  .g-margin-r-115--lg {
    margin-right: 7.1875rem; }
  .g-margin-r-120--lg {
    margin-right: 7.5rem; }
  .g-margin-r-125--lg {
    margin-right: 7.8125rem; }
  .g-margin-r-130--lg {
    margin-right: 8.125rem; }
  .g-margin-r-135--lg {
    margin-right: 8.4375rem; }
  .g-margin-r-140--lg {
    margin-right: 8.75rem; }
  .g-margin-r-145--lg {
    margin-right: 9.0625rem; }
  .g-margin-r-150--lg {
    margin-right: 9.375rem; } }

/*----------------------------------
  Maring X (left & right)
------------------------------------*/
.g-margin-x-auto--xs {
  margin-left: auto !important;
  margin-right: auto !important; }

.g-margin-x-0--xs {
  margin-left: 0rem !important;
  margin-right: 0rem !important; }

.g-margin-x-5--xs {
  margin-left: 0.3125rem !important;
  margin-right: 0.3125rem !important; }

.g-margin-x-10--xs {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important; }

.g-margin-x-15--xs {
  margin-left: 0.9375rem !important;
  margin-right: 0.9375rem !important; }

.g-margin-x-20--xs {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important; }

.g-margin-x-25--xs {
  margin-left: 1.5625rem !important;
  margin-right: 1.5625rem !important; }

.g-margin-x-30--xs {
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important; }

.g-margin-x-35--xs {
  margin-left: 2.1875rem !important;
  margin-right: 2.1875rem !important; }

.g-margin-x-40--xs {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important; }

.g-margin-x-45--xs {
  margin-left: 2.8125rem !important;
  margin-right: 2.8125rem !important; }

.g-margin-x-50--xs {
  margin-left: 3.125rem !important;
  margin-right: 3.125rem !important; }

.g-margin-x-55--xs {
  margin-left: 3.4375rem !important;
  margin-right: 3.4375rem !important; }

.g-margin-x-60--xs {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important; }

.g-margin-x-65--xs {
  margin-left: 4.0625rem !important;
  margin-right: 4.0625rem !important; }

.g-margin-x-70--xs {
  margin-left: 4.375rem !important;
  margin-right: 4.375rem !important; }

.g-margin-x-75--xs {
  margin-left: 4.6875rem !important;
  margin-right: 4.6875rem !important; }

.g-margin-x-80--xs {
  margin-left: 5rem !important;
  margin-right: 5rem !important; }

.g-margin-x-85--xs {
  margin-left: 5.3125rem !important;
  margin-right: 5.3125rem !important; }

.g-margin-x-90--xs {
  margin-left: 5.625rem !important;
  margin-right: 5.625rem !important; }

.g-margin-x-95--xs {
  margin-left: 5.9375rem !important;
  margin-right: 5.9375rem !important; }

.g-margin-x-100--xs {
  margin-left: 6.25rem !important;
  margin-right: 6.25rem !important; }

.g-margin-x-105--xs {
  margin-left: 6.5625rem !important;
  margin-right: 6.5625rem !important; }

.g-margin-x-110--xs {
  margin-left: 6.875rem !important;
  margin-right: 6.875rem !important; }

.g-margin-x-115--xs {
  margin-left: 7.1875rem !important;
  margin-right: 7.1875rem !important; }

.g-margin-x-120--xs {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important; }

.g-margin-x-125--xs {
  margin-left: 7.8125rem !important;
  margin-right: 7.8125rem !important; }

.g-margin-x-130--xs {
  margin-left: 8.125rem !important;
  margin-right: 8.125rem !important; }

.g-margin-x-135--xs {
  margin-left: 8.4375rem !important;
  margin-right: 8.4375rem !important; }

.g-margin-x-140--xs {
  margin-left: 8.75rem !important;
  margin-right: 8.75rem !important; }

.g-margin-x-145--xs {
  margin-left: 9.0625rem !important;
  margin-right: 9.0625rem !important; }

.g-margin-x-150--xs {
  margin-left: 9.375rem !important;
  margin-right: 9.375rem !important; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-margin-x-0--sm {
    margin-left: 0rem !important;
    margin-right: 0rem !important; }
  .g-margin-x-5--sm {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important; }
  .g-margin-x-10--sm {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important; }
  .g-margin-x-15--sm {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important; }
  .g-margin-x-20--sm {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important; }
  .g-margin-x-25--sm {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important; }
  .g-margin-x-30--sm {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important; }
  .g-margin-x-35--sm {
    margin-left: 2.1875rem !important;
    margin-right: 2.1875rem !important; }
  .g-margin-x-40--sm {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .g-margin-x-45--sm {
    margin-left: 2.8125rem !important;
    margin-right: 2.8125rem !important; }
  .g-margin-x-50--sm {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important; }
  .g-margin-x-55--sm {
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important; }
  .g-margin-x-60--sm {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important; }
  .g-margin-x-65--sm {
    margin-left: 4.0625rem !important;
    margin-right: 4.0625rem !important; }
  .g-margin-x-70--sm {
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important; }
  .g-margin-x-75--sm {
    margin-left: 4.6875rem !important;
    margin-right: 4.6875rem !important; }
  .g-margin-x-80--sm {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .g-margin-x-85--sm {
    margin-left: 5.3125rem !important;
    margin-right: 5.3125rem !important; }
  .g-margin-x-90--sm {
    margin-left: 5.625rem !important;
    margin-right: 5.625rem !important; }
  .g-margin-x-95--sm {
    margin-left: 5.9375rem !important;
    margin-right: 5.9375rem !important; }
  .g-margin-x-100--sm {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important; }
  .g-margin-x-105--sm {
    margin-left: 6.5625rem !important;
    margin-right: 6.5625rem !important; }
  .g-margin-x-110--sm {
    margin-left: 6.875rem !important;
    margin-right: 6.875rem !important; }
  .g-margin-x-115--sm {
    margin-left: 7.1875rem !important;
    margin-right: 7.1875rem !important; }
  .g-margin-x-120--sm {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important; }
  .g-margin-x-125--sm {
    margin-left: 7.8125rem !important;
    margin-right: 7.8125rem !important; }
  .g-margin-x-130--sm {
    margin-left: 8.125rem !important;
    margin-right: 8.125rem !important; }
  .g-margin-x-135--sm {
    margin-left: 8.4375rem !important;
    margin-right: 8.4375rem !important; }
  .g-margin-x-140--sm {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important; }
  .g-margin-x-145--sm {
    margin-left: 9.0625rem !important;
    margin-right: 9.0625rem !important; }
  .g-margin-x-150--sm {
    margin-left: 9.375rem !important;
    margin-right: 9.375rem !important; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-margin-x-0--md {
    margin-left: 0rem !important;
    margin-right: 0rem !important; }
  .g-margin-x-5--md {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important; }
  .g-margin-x-10--md {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important; }
  .g-margin-x-15--md {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important; }
  .g-margin-x-20--md {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important; }
  .g-margin-x-25--md {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important; }
  .g-margin-x-30--md {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important; }
  .g-margin-x-35--md {
    margin-left: 2.1875rem !important;
    margin-right: 2.1875rem !important; }
  .g-margin-x-40--md {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .g-margin-x-45--md {
    margin-left: 2.8125rem !important;
    margin-right: 2.8125rem !important; }
  .g-margin-x-50--md {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important; }
  .g-margin-x-55--md {
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important; }
  .g-margin-x-60--md {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important; }
  .g-margin-x-65--md {
    margin-left: 4.0625rem !important;
    margin-right: 4.0625rem !important; }
  .g-margin-x-70--md {
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important; }
  .g-margin-x-75--md {
    margin-left: 4.6875rem !important;
    margin-right: 4.6875rem !important; }
  .g-margin-x-80--md {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .g-margin-x-85--md {
    margin-left: 5.3125rem !important;
    margin-right: 5.3125rem !important; }
  .g-margin-x-90--md {
    margin-left: 5.625rem !important;
    margin-right: 5.625rem !important; }
  .g-margin-x-95--md {
    margin-left: 5.9375rem !important;
    margin-right: 5.9375rem !important; }
  .g-margin-x-100--md {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important; }
  .g-margin-x-105--md {
    margin-left: 6.5625rem !important;
    margin-right: 6.5625rem !important; }
  .g-margin-x-110--md {
    margin-left: 6.875rem !important;
    margin-right: 6.875rem !important; }
  .g-margin-x-115--md {
    margin-left: 7.1875rem !important;
    margin-right: 7.1875rem !important; }
  .g-margin-x-120--md {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important; }
  .g-margin-x-125--md {
    margin-left: 7.8125rem !important;
    margin-right: 7.8125rem !important; }
  .g-margin-x-130--md {
    margin-left: 8.125rem !important;
    margin-right: 8.125rem !important; }
  .g-margin-x-135--md {
    margin-left: 8.4375rem !important;
    margin-right: 8.4375rem !important; }
  .g-margin-x-140--md {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important; }
  .g-margin-x-145--md {
    margin-left: 9.0625rem !important;
    margin-right: 9.0625rem !important; }
  .g-margin-x-150--md {
    margin-left: 9.375rem !important;
    margin-right: 9.375rem !important; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-margin-x-0--lg {
    margin-left: 0rem !important;
    margin-right: 0rem !important; }
  .g-margin-x-5--lg {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important; }
  .g-margin-x-10--lg {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important; }
  .g-margin-x-15--lg {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important; }
  .g-margin-x-20--lg {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important; }
  .g-margin-x-25--lg {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important; }
  .g-margin-x-30--lg {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important; }
  .g-margin-x-35--lg {
    margin-left: 2.1875rem !important;
    margin-right: 2.1875rem !important; }
  .g-margin-x-40--lg {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .g-margin-x-45--lg {
    margin-left: 2.8125rem !important;
    margin-right: 2.8125rem !important; }
  .g-margin-x-50--lg {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important; }
  .g-margin-x-55--lg {
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important; }
  .g-margin-x-60--lg {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important; }
  .g-margin-x-65--lg {
    margin-left: 4.0625rem !important;
    margin-right: 4.0625rem !important; }
  .g-margin-x-70--lg {
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important; }
  .g-margin-x-75--lg {
    margin-left: 4.6875rem !important;
    margin-right: 4.6875rem !important; }
  .g-margin-x-80--lg {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .g-margin-x-85--lg {
    margin-left: 5.3125rem !important;
    margin-right: 5.3125rem !important; }
  .g-margin-x-90--lg {
    margin-left: 5.625rem !important;
    margin-right: 5.625rem !important; }
  .g-margin-x-95--lg {
    margin-left: 5.9375rem !important;
    margin-right: 5.9375rem !important; }
  .g-margin-x-100--lg {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important; }
  .g-margin-x-105--lg {
    margin-left: 6.5625rem !important;
    margin-right: 6.5625rem !important; }
  .g-margin-x-110--lg {
    margin-left: 6.875rem !important;
    margin-right: 6.875rem !important; }
  .g-margin-x-115--lg {
    margin-left: 7.1875rem !important;
    margin-right: 7.1875rem !important; }
  .g-margin-x-120--lg {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important; }
  .g-margin-x-125--lg {
    margin-left: 7.8125rem !important;
    margin-right: 7.8125rem !important; }
  .g-margin-x-130--lg {
    margin-left: 8.125rem !important;
    margin-right: 8.125rem !important; }
  .g-margin-x-135--lg {
    margin-left: 8.4375rem !important;
    margin-right: 8.4375rem !important; }
  .g-margin-x-140--lg {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important; }
  .g-margin-x-145--lg {
    margin-left: 9.0625rem !important;
    margin-right: 9.0625rem !important; }
  .g-margin-x-150--lg {
    margin-left: 9.375rem !important;
    margin-right: 9.375rem !important; } }

/*----------------------------------
  Maring Y (top & bottom)
------------------------------------*/
.g-margin-y-auto--xs {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.g-margin-y-0--xs {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }

.g-margin-y-5--xs {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important; }

.g-margin-y-10--xs {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important; }

.g-margin-y-15--xs {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important; }

.g-margin-y-20--xs {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important; }

.g-margin-y-25--xs {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important; }

.g-margin-y-30--xs {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important; }

.g-margin-y-35--xs {
  margin-top: 2.1875rem !important;
  margin-bottom: 2.1875rem !important; }

.g-margin-y-40--xs {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

.g-margin-y-45--xs {
  margin-top: 2.8125rem !important;
  margin-bottom: 2.8125rem !important; }

.g-margin-y-50--xs {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important; }

.g-margin-y-55--xs {
  margin-top: 3.4375rem !important;
  margin-bottom: 3.4375rem !important; }

.g-margin-y-60--xs {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important; }

.g-margin-y-65--xs {
  margin-top: 4.0625rem !important;
  margin-bottom: 4.0625rem !important; }

.g-margin-y-70--xs {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important; }

.g-margin-y-75--xs {
  margin-top: 4.6875rem !important;
  margin-bottom: 4.6875rem !important; }

.g-margin-y-80--xs {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.g-margin-y-85--xs {
  margin-top: 5.3125rem !important;
  margin-bottom: 5.3125rem !important; }

.g-margin-y-90--xs {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important; }

.g-margin-y-95--xs {
  margin-top: 5.9375rem !important;
  margin-bottom: 5.9375rem !important; }

.g-margin-y-100--xs {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important; }

.g-margin-y-105--xs {
  margin-top: 6.5625rem !important;
  margin-bottom: 6.5625rem !important; }

.g-margin-y-110--xs {
  margin-top: 6.875rem !important;
  margin-bottom: 6.875rem !important; }

.g-margin-y-115--xs {
  margin-top: 7.1875rem !important;
  margin-bottom: 7.1875rem !important; }

.g-margin-y-120--xs {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important; }

.g-margin-y-125--xs {
  margin-top: 7.8125rem !important;
  margin-bottom: 7.8125rem !important; }

.g-margin-y-130--xs {
  margin-top: 8.125rem !important;
  margin-bottom: 8.125rem !important; }

.g-margin-y-135--xs {
  margin-top: 8.4375rem !important;
  margin-bottom: 8.4375rem !important; }

.g-margin-y-140--xs {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important; }

.g-margin-y-145--xs {
  margin-top: 9.0625rem !important;
  margin-bottom: 9.0625rem !important; }

.g-margin-y-150--xs {
  margin-top: 9.375rem !important;
  margin-bottom: 9.375rem !important; }

.g-margin-y-155--xs {
  margin-top: 9.6875rem !important;
  margin-bottom: 9.6875rem !important; }

.g-margin-y-160--xs {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important; }

.g-margin-y-165--xs {
  margin-top: 10.3125rem !important;
  margin-bottom: 10.3125rem !important; }

.g-margin-y-170--xs {
  margin-top: 10.625rem !important;
  margin-bottom: 10.625rem !important; }

.g-margin-y-175--xs {
  margin-top: 10.9375rem !important;
  margin-bottom: 10.9375rem !important; }

.g-margin-y-180--xs {
  margin-top: 11.25rem !important;
  margin-bottom: 11.25rem !important; }

.g-margin-y-185--xs {
  margin-top: 11.5625rem !important;
  margin-bottom: 11.5625rem !important; }

.g-margin-y-190--xs {
  margin-top: 11.875rem !important;
  margin-bottom: 11.875rem !important; }

.g-margin-y-195--xs {
  margin-top: 12.1875rem !important;
  margin-bottom: 12.1875rem !important; }

.g-margin-y-200--xs {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important; }

.g-margin-y-205--xs {
  margin-top: 12.8125rem !important;
  margin-bottom: 12.8125rem !important; }

.g-margin-y-210--xs {
  margin-top: 13.125rem !important;
  margin-bottom: 13.125rem !important; }

.g-margin-y-215--xs {
  margin-top: 13.4375rem !important;
  margin-bottom: 13.4375rem !important; }

.g-margin-y-220--xs {
  margin-top: 13.75rem !important;
  margin-bottom: 13.75rem !important; }

.g-margin-y-225--xs {
  margin-top: 14.0625rem !important;
  margin-bottom: 14.0625rem !important; }

.g-margin-y-230--xs {
  margin-top: 14.375rem !important;
  margin-bottom: 14.375rem !important; }

.g-margin-y-235--xs {
  margin-top: 14.6875rem !important;
  margin-bottom: 14.6875rem !important; }

.g-margin-y-240--xs {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important; }

.g-margin-y-245--xs {
  margin-top: 15.3125rem !important;
  margin-bottom: 15.3125rem !important; }

.g-margin-y-250--xs {
  margin-top: 15.625rem !important;
  margin-bottom: 15.625rem !important; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-margin-y-0--sm {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; }
  .g-margin-y-5--sm {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important; }
  .g-margin-y-10--sm {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .g-margin-y-15--sm {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }
  .g-margin-y-20--sm {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .g-margin-y-25--sm {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important; }
  .g-margin-y-30--sm {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .g-margin-y-35--sm {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important; }
  .g-margin-y-40--sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .g-margin-y-45--sm {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important; }
  .g-margin-y-50--sm {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important; }
  .g-margin-y-55--sm {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important; }
  .g-margin-y-60--sm {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  .g-margin-y-65--sm {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important; }
  .g-margin-y-70--sm {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important; }
  .g-margin-y-75--sm {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important; }
  .g-margin-y-80--sm {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .g-margin-y-85--sm {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important; }
  .g-margin-y-90--sm {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important; }
  .g-margin-y-95--sm {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important; }
  .g-margin-y-100--sm {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important; }
  .g-margin-y-105--sm {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important; }
  .g-margin-y-110--sm {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important; }
  .g-margin-y-115--sm {
    margin-top: 7.1875rem !important;
    margin-bottom: 7.1875rem !important; }
  .g-margin-y-120--sm {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .g-margin-y-125--sm {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important; }
  .g-margin-y-130--sm {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important; }
  .g-margin-y-135--sm {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important; }
  .g-margin-y-140--sm {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important; }
  .g-margin-y-145--sm {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important; }
  .g-margin-y-150--sm {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important; }
  .g-margin-y-155--sm {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important; }
  .g-margin-y-160--sm {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .g-margin-y-165--sm {
    margin-top: 10.3125rem !important;
    margin-bottom: 10.3125rem !important; }
  .g-margin-y-170--sm {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important; }
  .g-margin-y-175--sm {
    margin-top: 10.9375rem !important;
    margin-bottom: 10.9375rem !important; }
  .g-margin-y-180--sm {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important; }
  .g-margin-y-185--sm {
    margin-top: 11.5625rem !important;
    margin-bottom: 11.5625rem !important; }
  .g-margin-y-190--sm {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important; }
  .g-margin-y-195--sm {
    margin-top: 12.1875rem !important;
    margin-bottom: 12.1875rem !important; }
  .g-margin-y-200--sm {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important; }
  .g-margin-y-205--sm {
    margin-top: 12.8125rem !important;
    margin-bottom: 12.8125rem !important; }
  .g-margin-y-210--sm {
    margin-top: 13.125rem !important;
    margin-bottom: 13.125rem !important; }
  .g-margin-y-215--sm {
    margin-top: 13.4375rem !important;
    margin-bottom: 13.4375rem !important; }
  .g-margin-y-220--sm {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important; }
  .g-margin-y-225--sm {
    margin-top: 14.0625rem !important;
    margin-bottom: 14.0625rem !important; }
  .g-margin-y-230--sm {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important; }
  .g-margin-y-235--sm {
    margin-top: 14.6875rem !important;
    margin-bottom: 14.6875rem !important; }
  .g-margin-y-240--sm {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important; }
  .g-margin-y-245--sm {
    margin-top: 15.3125rem !important;
    margin-bottom: 15.3125rem !important; }
  .g-margin-y-250--sm {
    margin-top: 15.625rem !important;
    margin-bottom: 15.625rem !important; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-margin-y-0--md {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; }
  .g-margin-y-5--md {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important; }
  .g-margin-y-10--md {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .g-margin-y-15--md {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }
  .g-margin-y-20--md {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .g-margin-y-25--md {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important; }
  .g-margin-y-30--md {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .g-margin-y-35--md {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important; }
  .g-margin-y-40--md {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .g-margin-y-45--md {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important; }
  .g-margin-y-50--md {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important; }
  .g-margin-y-55--md {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important; }
  .g-margin-y-60--md {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  .g-margin-y-65--md {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important; }
  .g-margin-y-70--md {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important; }
  .g-margin-y-75--md {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important; }
  .g-margin-y-80--md {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .g-margin-y-85--md {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important; }
  .g-margin-y-90--md {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important; }
  .g-margin-y-95--md {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important; }
  .g-margin-y-100--md {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important; }
  .g-margin-y-105--md {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important; }
  .g-margin-y-110--md {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important; }
  .g-margin-y-115--md {
    margin-top: 7.1875rem !important;
    margin-bottom: 7.1875rem !important; }
  .g-margin-y-120--md {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .g-margin-y-125--md {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important; }
  .g-margin-y-130--md {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important; }
  .g-margin-y-135--md {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important; }
  .g-margin-y-140--md {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important; }
  .g-margin-y-145--md {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important; }
  .g-margin-y-150--md {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important; }
  .g-margin-y-155--md {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important; }
  .g-margin-y-160--md {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .g-margin-y-165--md {
    margin-top: 10.3125rem !important;
    margin-bottom: 10.3125rem !important; }
  .g-margin-y-170--md {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important; }
  .g-margin-y-175--md {
    margin-top: 10.9375rem !important;
    margin-bottom: 10.9375rem !important; }
  .g-margin-y-180--md {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important; }
  .g-margin-y-185--md {
    margin-top: 11.5625rem !important;
    margin-bottom: 11.5625rem !important; }
  .g-margin-y-190--md {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important; }
  .g-margin-y-195--md {
    margin-top: 12.1875rem !important;
    margin-bottom: 12.1875rem !important; }
  .g-margin-y-200--md {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important; }
  .g-margin-y-205--md {
    margin-top: 12.8125rem !important;
    margin-bottom: 12.8125rem !important; }
  .g-margin-y-210--md {
    margin-top: 13.125rem !important;
    margin-bottom: 13.125rem !important; }
  .g-margin-y-215--md {
    margin-top: 13.4375rem !important;
    margin-bottom: 13.4375rem !important; }
  .g-margin-y-220--md {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important; }
  .g-margin-y-225--md {
    margin-top: 14.0625rem !important;
    margin-bottom: 14.0625rem !important; }
  .g-margin-y-230--md {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important; }
  .g-margin-y-235--md {
    margin-top: 14.6875rem !important;
    margin-bottom: 14.6875rem !important; }
  .g-margin-y-240--md {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important; }
  .g-margin-y-245--md {
    margin-top: 15.3125rem !important;
    margin-bottom: 15.3125rem !important; }
  .g-margin-y-250--md {
    margin-top: 15.625rem !important;
    margin-bottom: 15.625rem !important; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-margin-y-0--lg {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; }
  .g-margin-y-5--lg {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important; }
  .g-margin-y-10--lg {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .g-margin-y-15--lg {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }
  .g-margin-y-20--lg {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .g-margin-y-25--lg {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important; }
  .g-margin-y-30--lg {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .g-margin-y-35--lg {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important; }
  .g-margin-y-40--lg {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .g-margin-y-45--lg {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important; }
  .g-margin-y-50--lg {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important; }
  .g-margin-y-55--lg {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important; }
  .g-margin-y-60--lg {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  .g-margin-y-65--lg {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important; }
  .g-margin-y-70--lg {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important; }
  .g-margin-y-75--lg {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important; }
  .g-margin-y-80--lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .g-margin-y-85--lg {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important; }
  .g-margin-y-90--lg {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important; }
  .g-margin-y-95--lg {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important; }
  .g-margin-y-100--lg {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important; }
  .g-margin-y-105--lg {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important; }
  .g-margin-y-110--lg {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important; }
  .g-margin-y-115--lg {
    margin-top: 7.1875rem !important;
    margin-bottom: 7.1875rem !important; }
  .g-margin-y-120--lg {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .g-margin-y-125--lg {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important; }
  .g-margin-y-130--lg {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important; }
  .g-margin-y-135--lg {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important; }
  .g-margin-y-140--lg {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important; }
  .g-margin-y-145--lg {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important; }
  .g-margin-y-150--lg {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important; }
  .g-margin-y-155--lg {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important; }
  .g-margin-y-160--lg {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .g-margin-y-165--lg {
    margin-top: 10.3125rem !important;
    margin-bottom: 10.3125rem !important; }
  .g-margin-y-170--lg {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important; }
  .g-margin-y-175--lg {
    margin-top: 10.9375rem !important;
    margin-bottom: 10.9375rem !important; }
  .g-margin-y-180--lg {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important; }
  .g-margin-y-185--lg {
    margin-top: 11.5625rem !important;
    margin-bottom: 11.5625rem !important; }
  .g-margin-y-190--lg {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important; }
  .g-margin-y-195--lg {
    margin-top: 12.1875rem !important;
    margin-bottom: 12.1875rem !important; }
  .g-margin-y-200--lg {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important; }
  .g-margin-y-205--lg {
    margin-top: 12.8125rem !important;
    margin-bottom: 12.8125rem !important; }
  .g-margin-y-210--lg {
    margin-top: 13.125rem !important;
    margin-bottom: 13.125rem !important; }
  .g-margin-y-215--lg {
    margin-top: 13.4375rem !important;
    margin-bottom: 13.4375rem !important; }
  .g-margin-y-220--lg {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important; }
  .g-margin-y-225--lg {
    margin-top: 14.0625rem !important;
    margin-bottom: 14.0625rem !important; }
  .g-margin-y-230--lg {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important; }
  .g-margin-y-235--lg {
    margin-top: 14.6875rem !important;
    margin-bottom: 14.6875rem !important; }
  .g-margin-y-240--lg {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important; }
  .g-margin-y-245--lg {
    margin-top: 15.3125rem !important;
    margin-bottom: 15.3125rem !important; }
  .g-margin-y-250--lg {
    margin-top: 15.625rem !important;
    margin-bottom: 15.625rem !important; } }

/*----------------------------------
  Margin Top Overlay
------------------------------------*/
.g-margin-t-o-0--xs {
  margin-top: 0rem; }

.g-margin-t-o-5--xs {
  margin-top: -0.3125rem; }

.g-margin-t-o-10--xs {
  margin-top: -0.625rem; }

.g-margin-t-o-15--xs {
  margin-top: -0.9375rem; }

.g-margin-t-o-20--xs {
  margin-top: -1.25rem; }

.g-margin-t-o-25--xs {
  margin-top: -1.5625rem; }

.g-margin-t-o-30--xs {
  margin-top: -1.875rem; }

.g-margin-t-o-35--xs {
  margin-top: -2.1875rem; }

.g-margin-t-o-40--xs {
  margin-top: -2.5rem; }

.g-margin-t-o-45--xs {
  margin-top: -2.8125rem; }

.g-margin-t-o-50--xs {
  margin-top: -3.125rem; }

.g-margin-t-o-55--xs {
  margin-top: -3.4375rem; }

.g-margin-t-o-60--xs {
  margin-top: -3.75rem; }

.g-margin-t-o-65--xs {
  margin-top: -4.0625rem; }

.g-margin-t-o-70--xs {
  margin-top: -4.375rem; }

.g-margin-t-o-75--xs {
  margin-top: -4.6875rem; }

.g-margin-t-o-80--xs {
  margin-top: -5rem; }

.g-margin-t-o-85--xs {
  margin-top: -5.3125rem; }

.g-margin-t-o-90--xs {
  margin-top: -5.625rem; }

.g-margin-t-o-95--xs {
  margin-top: -5.9375rem; }

.g-margin-t-o-100--xs {
  margin-top: -6.25rem; }

.g-margin-t-o-105--xs {
  margin-top: -6.5625rem; }

.g-margin-t-o-110--xs {
  margin-top: -6.875rem; }

.g-margin-t-o-115--xs {
  margin-top: -7.1875rem; }

.g-margin-t-o-120--xs {
  margin-top: -7.5rem; }

.g-margin-t-o-125--xs {
  margin-top: -7.8125rem; }

.g-margin-t-o-130--xs {
  margin-top: -8.125rem; }

.g-margin-t-o-135--xs {
  margin-top: -8.4375rem; }

.g-margin-t-o-140--xs {
  margin-top: -8.75rem; }

.g-margin-t-o-145--xs {
  margin-top: -9.0625rem; }

.g-margin-t-o-150--xs {
  margin-top: -9.375rem; }

.g-margin-t-o-230--xs {
  margin-top: -14.375rem; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-margin-t-o-0--sm {
    margin-top: 0rem; }
  .g-margin-t-o-5--sm {
    margin-top: -0.3125rem; }
  .g-margin-t-o-10--sm {
    margin-top: -0.625rem; }
  .g-margin-t-o-15--sm {
    margin-top: -0.9375rem; }
  .g-margin-t-o-20--sm {
    margin-top: -1.25rem; }
  .g-margin-t-o-25--sm {
    margin-top: -1.5625rem; }
  .g-margin-t-o-30--sm {
    margin-top: -1.875rem; }
  .g-margin-t-o-35--sm {
    margin-top: -2.1875rem; }
  .g-margin-t-o-40--sm {
    margin-top: -2.5rem; }
  .g-margin-t-o-45--sm {
    margin-top: -2.8125rem; }
  .g-margin-t-o-50--sm {
    margin-top: -3.125rem; }
  .g-margin-t-o-55--sm {
    margin-top: -3.4375rem; }
  .g-margin-t-o-60--sm {
    margin-top: -3.75rem; }
  .g-margin-t-o-65--sm {
    margin-top: -4.0625rem; }
  .g-margin-t-o-70--sm {
    margin-top: -4.375rem; }
  .g-margin-t-o-75--sm {
    margin-top: -4.6875rem; }
  .g-margin-t-o-80--sm {
    margin-top: -5rem; }
  .g-margin-t-o-85--sm {
    margin-top: -5.3125rem; }
  .g-margin-t-o-90--sm {
    margin-top: -5.625rem; }
  .g-margin-t-o-95--sm {
    margin-top: -5.9375rem; }
  .g-margin-t-o-100--sm {
    margin-top: -6.25rem; }
  .g-margin-t-o-105--sm {
    margin-top: -6.5625rem; }
  .g-margin-t-o-110--sm {
    margin-top: -6.875rem; }
  .g-margin-t-o-115--sm {
    margin-top: -7.1875rem; }
  .g-margin-t-o-120--sm {
    margin-top: -7.5rem; }
  .g-margin-t-o-125--sm {
    margin-top: -7.8125rem; }
  .g-margin-t-o-130--sm {
    margin-top: -8.125rem; }
  .g-margin-t-o-135--sm {
    margin-top: -8.4375rem; }
  .g-margin-t-o-140--sm {
    margin-top: -8.75rem; }
  .g-margin-t-o-145--sm {
    margin-top: -9.0625rem; }
  .g-margin-t-o-150--sm {
    margin-top: -9.375rem; }
  .g-margin-t-o-230--sm {
    margin-top: -14.375rem; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-margin-t-o-0--md {
    margin-top: 0rem; }
  .g-margin-t-o-5--md {
    margin-top: -0.3125rem; }
  .g-margin-t-o-10--md {
    margin-top: -0.625rem; }
  .g-margin-t-o-15--md {
    margin-top: -0.9375rem; }
  .g-margin-t-o-20--md {
    margin-top: -1.25rem; }
  .g-margin-t-o-25--md {
    margin-top: -1.5625rem; }
  .g-margin-t-o-30--md {
    margin-top: -1.875rem; }
  .g-margin-t-o-35--md {
    margin-top: -2.1875rem; }
  .g-margin-t-o-40--md {
    margin-top: -2.5rem; }
  .g-margin-t-o-45--md {
    margin-top: -2.8125rem; }
  .g-margin-t-o-50--md {
    margin-top: -3.125rem; }
  .g-margin-t-o-55--md {
    margin-top: -3.4375rem; }
  .g-margin-t-o-60--md {
    margin-top: -3.75rem; }
  .g-margin-t-o-65--md {
    margin-top: -4.0625rem; }
  .g-margin-t-o-70--md {
    margin-top: -4.375rem; }
  .g-margin-t-o-75--md {
    margin-top: -4.6875rem; }
  .g-margin-t-o-80--md {
    margin-top: -5rem; }
  .g-margin-t-o-85--md {
    margin-top: -5.3125rem; }
  .g-margin-t-o-90--md {
    margin-top: -5.625rem; }
  .g-margin-t-o-95--md {
    margin-top: -5.9375rem; }
  .g-margin-t-o-100--md {
    margin-top: -6.25rem; }
  .g-margin-t-o-105--md {
    margin-top: -6.5625rem; }
  .g-margin-t-o-110--md {
    margin-top: -6.875rem; }
  .g-margin-t-o-115--md {
    margin-top: -7.1875rem; }
  .g-margin-t-o-120--md {
    margin-top: -7.5rem; }
  .g-margin-t-o-125--md {
    margin-top: -7.8125rem; }
  .g-margin-t-o-130--md {
    margin-top: -8.125rem; }
  .g-margin-t-o-135--md {
    margin-top: -8.4375rem; }
  .g-margin-t-o-140--md {
    margin-top: -8.75rem; }
  .g-margin-t-o-145--md {
    margin-top: -9.0625rem; }
  .g-margin-t-o-150--md {
    margin-top: -9.375rem; }
  .g-margin-t-o-230--md {
    margin-top: -14.375rem; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-margin-t-o-0--lg {
    margin-top: 0rem; }
  .g-margin-t-o-5--lg {
    margin-top: -0.3125rem; }
  .g-margin-t-o-10--lg {
    margin-top: -0.625rem; }
  .g-margin-t-o-15--lg {
    margin-top: -0.9375rem; }
  .g-margin-t-o-20--lg {
    margin-top: -1.25rem; }
  .g-margin-t-o-25--lg {
    margin-top: -1.5625rem; }
  .g-margin-t-o-30--lg {
    margin-top: -1.875rem; }
  .g-margin-t-o-35--lg {
    margin-top: -2.1875rem; }
  .g-margin-t-o-40--lg {
    margin-top: -2.5rem; }
  .g-margin-t-o-45--lg {
    margin-top: -2.8125rem; }
  .g-margin-t-o-50--lg {
    margin-top: -3.125rem; }
  .g-margin-t-o-55--lg {
    margin-top: -3.4375rem; }
  .g-margin-t-o-60--lg {
    margin-top: -3.75rem; }
  .g-margin-t-o-65--lg {
    margin-top: -4.0625rem; }
  .g-margin-t-o-70--lg {
    margin-top: -4.375rem; }
  .g-margin-t-o-75--lg {
    margin-top: -4.6875rem; }
  .g-margin-t-o-80--lg {
    margin-top: -5rem; }
  .g-margin-t-o-85--lg {
    margin-top: -5.3125rem; }
  .g-margin-t-o-90--lg {
    margin-top: -5.625rem; }
  .g-margin-t-o-95--lg {
    margin-top: -5.9375rem; }
  .g-margin-t-o-100--lg {
    margin-top: -6.25rem; }
  .g-margin-t-o-105--lg {
    margin-top: -6.5625rem; }
  .g-margin-t-o-110--lg {
    margin-top: -6.875rem; }
  .g-margin-t-o-115--lg {
    margin-top: -7.1875rem; }
  .g-margin-t-o-120--lg {
    margin-top: -7.5rem; }
  .g-margin-t-o-125--lg {
    margin-top: -7.8125rem; }
  .g-margin-t-o-130--lg {
    margin-top: -8.125rem; }
  .g-margin-t-o-135--lg {
    margin-top: -8.4375rem; }
  .g-margin-t-o-140--lg {
    margin-top: -8.75rem; }
  .g-margin-t-o-145--lg {
    margin-top: -9.0625rem; }
  .g-margin-t-o-150--lg {
    margin-top: -9.375rem; }
  .g-margin-t-o-230--lg {
    margin-top: -14.375rem; } }

/*----------------------------------
  Margin Left Overlay
------------------------------------*/
.g-margin-l-o-0--xs {
  margin-left: 0rem; }

.g-margin-l-o-5--xs {
  margin-left: -0.3125rem; }

.g-margin-l-o-10--xs {
  margin-left: -0.625rem; }

.g-margin-l-o-15--xs {
  margin-left: -0.9375rem; }

.g-margin-l-o-20--xs {
  margin-left: -1.25rem; }

.g-margin-l-o-25--xs {
  margin-left: -1.5625rem; }

.g-margin-l-o-30--xs {
  margin-left: -1.875rem; }

.g-margin-l-o-35--xs {
  margin-left: -2.1875rem; }

.g-margin-l-o-40--xs {
  margin-left: -2.5rem; }

.g-margin-l-o-45--xs {
  margin-left: -2.8125rem; }

.g-margin-l-o-50--xs {
  margin-left: -3.125rem; }

.g-margin-l-o-55--xs {
  margin-left: -3.4375rem; }

.g-margin-l-o-60--xs {
  margin-left: -3.75rem; }

.g-margin-l-o-65--xs {
  margin-left: -4.0625rem; }

.g-margin-l-o-70--xs {
  margin-left: -4.375rem; }

.g-margin-l-o-75--xs {
  margin-left: -4.6875rem; }

.g-margin-l-o-80--xs {
  margin-left: -5rem; }

.g-margin-l-o-85--xs {
  margin-left: -5.3125rem; }

.g-margin-l-o-90--xs {
  margin-left: -5.625rem; }

.g-margin-l-o-95--xs {
  margin-left: -5.9375rem; }

.g-margin-l-o-100--xs {
  margin-left: -6.25rem; }

.g-margin-l-o-105--xs {
  margin-left: -6.5625rem; }

.g-margin-l-o-110--xs {
  margin-left: -6.875rem; }

.g-margin-l-o-115--xs {
  margin-left: -7.1875rem; }

.g-margin-l-o-120--xs {
  margin-left: -7.5rem; }

.g-margin-l-o-125--xs {
  margin-left: -7.8125rem; }

.g-margin-l-o-130--xs {
  margin-left: -8.125rem; }

.g-margin-l-o-135--xs {
  margin-left: -8.4375rem; }

.g-margin-l-o-140--xs {
  margin-left: -8.75rem; }

.g-margin-l-o-145--xs {
  margin-left: -9.0625rem; }

.g-margin-l-o-150--xs {
  margin-left: -9.375rem; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-margin-l-o-0--sm {
    margin-left: 0rem; }
  .g-margin-l-o-5--sm {
    margin-left: -0.3125rem; }
  .g-margin-l-o-10--sm {
    margin-left: -0.625rem; }
  .g-margin-l-o-15--sm {
    margin-left: -0.9375rem; }
  .g-margin-l-o-20--sm {
    margin-left: -1.25rem; }
  .g-margin-l-o-25--sm {
    margin-left: -1.5625rem; }
  .g-margin-l-o-30--sm {
    margin-left: -1.875rem; }
  .g-margin-l-o-35--sm {
    margin-left: -2.1875rem; }
  .g-margin-l-o-40--sm {
    margin-left: -2.5rem; }
  .g-margin-l-o-45--sm {
    margin-left: -2.8125rem; }
  .g-margin-l-o-50--sm {
    margin-left: -3.125rem; }
  .g-margin-l-o-55--sm {
    margin-left: -3.4375rem; }
  .g-margin-l-o-60--sm {
    margin-left: -3.75rem; }
  .g-margin-l-o-65--sm {
    margin-left: -4.0625rem; }
  .g-margin-l-o-70--sm {
    margin-left: -4.375rem; }
  .g-margin-l-o-75--sm {
    margin-left: -4.6875rem; }
  .g-margin-l-o-80--sm {
    margin-left: -5rem; }
  .g-margin-l-o-85--sm {
    margin-left: -5.3125rem; }
  .g-margin-l-o-90--sm {
    margin-left: -5.625rem; }
  .g-margin-l-o-95--sm {
    margin-left: -5.9375rem; }
  .g-margin-l-o-100--sm {
    margin-left: -6.25rem; }
  .g-margin-l-o-105--sm {
    margin-left: -6.5625rem; }
  .g-margin-l-o-110--sm {
    margin-left: -6.875rem; }
  .g-margin-l-o-115--sm {
    margin-left: -7.1875rem; }
  .g-margin-l-o-120--sm {
    margin-left: -7.5rem; }
  .g-margin-l-o-125--sm {
    margin-left: -7.8125rem; }
  .g-margin-l-o-130--sm {
    margin-left: -8.125rem; }
  .g-margin-l-o-135--sm {
    margin-left: -8.4375rem; }
  .g-margin-l-o-140--sm {
    margin-left: -8.75rem; }
  .g-margin-l-o-145--sm {
    margin-left: -9.0625rem; }
  .g-margin-l-o-150--sm {
    margin-left: -9.375rem; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-margin-l-o-0--md {
    margin-left: 0rem; }
  .g-margin-l-o-5--md {
    margin-left: -0.3125rem; }
  .g-margin-l-o-10--md {
    margin-left: -0.625rem; }
  .g-margin-l-o-15--md {
    margin-left: -0.9375rem; }
  .g-margin-l-o-20--md {
    margin-left: -1.25rem; }
  .g-margin-l-o-25--md {
    margin-left: -1.5625rem; }
  .g-margin-l-o-30--md {
    margin-left: -1.875rem; }
  .g-margin-l-o-35--md {
    margin-left: -2.1875rem; }
  .g-margin-l-o-40--md {
    margin-left: -2.5rem; }
  .g-margin-l-o-45--md {
    margin-left: -2.8125rem; }
  .g-margin-l-o-50--md {
    margin-left: -3.125rem; }
  .g-margin-l-o-55--md {
    margin-left: -3.4375rem; }
  .g-margin-l-o-60--md {
    margin-left: -3.75rem; }
  .g-margin-l-o-65--md {
    margin-left: -4.0625rem; }
  .g-margin-l-o-70--md {
    margin-left: -4.375rem; }
  .g-margin-l-o-75--md {
    margin-left: -4.6875rem; }
  .g-margin-l-o-80--md {
    margin-left: -5rem; }
  .g-margin-l-o-85--md {
    margin-left: -5.3125rem; }
  .g-margin-l-o-90--md {
    margin-left: -5.625rem; }
  .g-margin-l-o-95--md {
    margin-left: -5.9375rem; }
  .g-margin-l-o-100--md {
    margin-left: -6.25rem; }
  .g-margin-l-o-105--md {
    margin-left: -6.5625rem; }
  .g-margin-l-o-110--md {
    margin-left: -6.875rem; }
  .g-margin-l-o-115--md {
    margin-left: -7.1875rem; }
  .g-margin-l-o-120--md {
    margin-left: -7.5rem; }
  .g-margin-l-o-125--md {
    margin-left: -7.8125rem; }
  .g-margin-l-o-130--md {
    margin-left: -8.125rem; }
  .g-margin-l-o-135--md {
    margin-left: -8.4375rem; }
  .g-margin-l-o-140--md {
    margin-left: -8.75rem; }
  .g-margin-l-o-145--md {
    margin-left: -9.0625rem; }
  .g-margin-l-o-150--md {
    margin-left: -9.375rem; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-margin-l-o-0--lg {
    margin-left: 0rem; }
  .g-margin-l-o-5--lg {
    margin-left: -0.3125rem; }
  .g-margin-l-o-10--lg {
    margin-left: -0.625rem; }
  .g-margin-l-o-15--lg {
    margin-left: -0.9375rem; }
  .g-margin-l-o-20--lg {
    margin-left: -1.25rem; }
  .g-margin-l-o-25--lg {
    margin-left: -1.5625rem; }
  .g-margin-l-o-30--lg {
    margin-left: -1.875rem; }
  .g-margin-l-o-35--lg {
    margin-left: -2.1875rem; }
  .g-margin-l-o-40--lg {
    margin-left: -2.5rem; }
  .g-margin-l-o-45--lg {
    margin-left: -2.8125rem; }
  .g-margin-l-o-50--lg {
    margin-left: -3.125rem; }
  .g-margin-l-o-55--lg {
    margin-left: -3.4375rem; }
  .g-margin-l-o-60--lg {
    margin-left: -3.75rem; }
  .g-margin-l-o-65--lg {
    margin-left: -4.0625rem; }
  .g-margin-l-o-70--lg {
    margin-left: -4.375rem; }
  .g-margin-l-o-75--lg {
    margin-left: -4.6875rem; }
  .g-margin-l-o-80--lg {
    margin-left: -5rem; }
  .g-margin-l-o-85--lg {
    margin-left: -5.3125rem; }
  .g-margin-l-o-90--lg {
    margin-left: -5.625rem; }
  .g-margin-l-o-95--lg {
    margin-left: -5.9375rem; }
  .g-margin-l-o-100--lg {
    margin-left: -6.25rem; }
  .g-margin-l-o-105--lg {
    margin-left: -6.5625rem; }
  .g-margin-l-o-110--lg {
    margin-left: -6.875rem; }
  .g-margin-l-o-115--lg {
    margin-left: -7.1875rem; }
  .g-margin-l-o-120--lg {
    margin-left: -7.5rem; }
  .g-margin-l-o-125--lg {
    margin-left: -7.8125rem; }
  .g-margin-l-o-130--lg {
    margin-left: -8.125rem; }
  .g-margin-l-o-135--lg {
    margin-left: -8.4375rem; }
  .g-margin-l-o-140--lg {
    margin-left: -8.75rem; }
  .g-margin-l-o-145--lg {
    margin-left: -9.0625rem; }
  .g-margin-l-o-150--lg {
    margin-left: -9.375rem; } }

/*----------------------------------
  Margin Right Overlay
------------------------------------*/
.g-margin-r-o-0--xs {
  margin-right: 0rem; }

.g-margin-r-o-5--xs {
  margin-right: -0.3125rem; }

.g-margin-r-o-10--xs {
  margin-right: -0.625rem; }

.g-margin-r-o-15--xs {
  margin-right: -0.9375rem; }

.g-margin-r-o-20--xs {
  margin-right: -1.25rem; }

.g-margin-r-o-25--xs {
  margin-right: -1.5625rem; }

.g-margin-r-o-30--xs {
  margin-right: -1.875rem; }

.g-margin-r-o-35--xs {
  margin-right: -2.1875rem; }

.g-margin-r-o-40--xs {
  margin-right: -2.5rem; }

.g-margin-r-o-45--xs {
  margin-right: -2.8125rem; }

.g-margin-r-o-50--xs {
  margin-right: -3.125rem; }

.g-margin-r-o-55--xs {
  margin-right: -3.4375rem; }

.g-margin-r-o-60--xs {
  margin-right: -3.75rem; }

.g-margin-r-o-65--xs {
  margin-right: -4.0625rem; }

.g-margin-r-o-70--xs {
  margin-right: -4.375rem; }

.g-margin-r-o-75--xs {
  margin-right: -4.6875rem; }

.g-margin-r-o-80--xs {
  margin-right: -5rem; }

.g-margin-r-o-85--xs {
  margin-right: -5.3125rem; }

.g-margin-r-o-90--xs {
  margin-right: -5.625rem; }

.g-margin-r-o-95--xs {
  margin-right: -5.9375rem; }

.g-margin-r-o-100--xs {
  margin-right: -6.25rem; }

.g-margin-r-o-105--xs {
  margin-right: -6.5625rem; }

.g-margin-r-o-110--xs {
  margin-right: -6.875rem; }

.g-margin-r-o-115--xs {
  margin-right: -7.1875rem; }

.g-margin-r-o-120--xs {
  margin-right: -7.5rem; }

.g-margin-r-o-125--xs {
  margin-right: -7.8125rem; }

.g-margin-r-o-130--xs {
  margin-right: -8.125rem; }

.g-margin-r-o-135--xs {
  margin-right: -8.4375rem; }

.g-margin-r-o-140--xs {
  margin-right: -8.75rem; }

.g-margin-r-o-145--xs {
  margin-right: -9.0625rem; }

.g-margin-r-o-150--xs {
  margin-right: -9.375rem; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-margin-r-o-0--sm {
    margin-right: 0rem; }
  .g-margin-r-o-5--sm {
    margin-right: -0.3125rem; }
  .g-margin-r-o-10--sm {
    margin-right: -0.625rem; }
  .g-margin-r-o-15--sm {
    margin-right: -0.9375rem; }
  .g-margin-r-o-20--sm {
    margin-right: -1.25rem; }
  .g-margin-r-o-25--sm {
    margin-right: -1.5625rem; }
  .g-margin-r-o-30--sm {
    margin-right: -1.875rem; }
  .g-margin-r-o-35--sm {
    margin-right: -2.1875rem; }
  .g-margin-r-o-40--sm {
    margin-right: -2.5rem; }
  .g-margin-r-o-45--sm {
    margin-right: -2.8125rem; }
  .g-margin-r-o-50--sm {
    margin-right: -3.125rem; }
  .g-margin-r-o-55--sm {
    margin-right: -3.4375rem; }
  .g-margin-r-o-60--sm {
    margin-right: -3.75rem; }
  .g-margin-r-o-65--sm {
    margin-right: -4.0625rem; }
  .g-margin-r-o-70--sm {
    margin-right: -4.375rem; }
  .g-margin-r-o-75--sm {
    margin-right: -4.6875rem; }
  .g-margin-r-o-80--sm {
    margin-right: -5rem; }
  .g-margin-r-o-85--sm {
    margin-right: -5.3125rem; }
  .g-margin-r-o-90--sm {
    margin-right: -5.625rem; }
  .g-margin-r-o-95--sm {
    margin-right: -5.9375rem; }
  .g-margin-r-o-100--sm {
    margin-right: -6.25rem; }
  .g-margin-r-o-105--sm {
    margin-right: -6.5625rem; }
  .g-margin-r-o-110--sm {
    margin-right: -6.875rem; }
  .g-margin-r-o-115--sm {
    margin-right: -7.1875rem; }
  .g-margin-r-o-120--sm {
    margin-right: -7.5rem; }
  .g-margin-r-o-125--sm {
    margin-right: -7.8125rem; }
  .g-margin-r-o-130--sm {
    margin-right: -8.125rem; }
  .g-margin-r-o-135--sm {
    margin-right: -8.4375rem; }
  .g-margin-r-o-140--sm {
    margin-right: -8.75rem; }
  .g-margin-r-o-145--sm {
    margin-right: -9.0625rem; }
  .g-margin-r-o-150--sm {
    margin-right: -9.375rem; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-margin-r-o-0--md {
    margin-right: 0rem; }
  .g-margin-r-o-5--md {
    margin-right: -0.3125rem; }
  .g-margin-r-o-10--md {
    margin-right: -0.625rem; }
  .g-margin-r-o-15--md {
    margin-right: -0.9375rem; }
  .g-margin-r-o-20--md {
    margin-right: -1.25rem; }
  .g-margin-r-o-25--md {
    margin-right: -1.5625rem; }
  .g-margin-r-o-30--md {
    margin-right: -1.875rem; }
  .g-margin-r-o-35--md {
    margin-right: -2.1875rem; }
  .g-margin-r-o-40--md {
    margin-right: -2.5rem; }
  .g-margin-r-o-45--md {
    margin-right: -2.8125rem; }
  .g-margin-r-o-50--md {
    margin-right: -3.125rem; }
  .g-margin-r-o-55--md {
    margin-right: -3.4375rem; }
  .g-margin-r-o-60--md {
    margin-right: -3.75rem; }
  .g-margin-r-o-65--md {
    margin-right: -4.0625rem; }
  .g-margin-r-o-70--md {
    margin-right: -4.375rem; }
  .g-margin-r-o-75--md {
    margin-right: -4.6875rem; }
  .g-margin-r-o-80--md {
    margin-right: -5rem; }
  .g-margin-r-o-85--md {
    margin-right: -5.3125rem; }
  .g-margin-r-o-90--md {
    margin-right: -5.625rem; }
  .g-margin-r-o-95--md {
    margin-right: -5.9375rem; }
  .g-margin-r-o-100--md {
    margin-right: -6.25rem; }
  .g-margin-r-o-105--md {
    margin-right: -6.5625rem; }
  .g-margin-r-o-110--md {
    margin-right: -6.875rem; }
  .g-margin-r-o-115--md {
    margin-right: -7.1875rem; }
  .g-margin-r-o-120--md {
    margin-right: -7.5rem; }
  .g-margin-r-o-125--md {
    margin-right: -7.8125rem; }
  .g-margin-r-o-130--md {
    margin-right: -8.125rem; }
  .g-margin-r-o-135--md {
    margin-right: -8.4375rem; }
  .g-margin-r-o-140--md {
    margin-right: -8.75rem; }
  .g-margin-r-o-145--md {
    margin-right: -9.0625rem; }
  .g-margin-r-o-150--md {
    margin-right: -9.375rem; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-margin-r-o-0--lg {
    margin-right: 0rem; }
  .g-margin-r-o-5--lg {
    margin-right: -0.3125rem; }
  .g-margin-r-o-10--lg {
    margin-right: -0.625rem; }
  .g-margin-r-o-15--lg {
    margin-right: -0.9375rem; }
  .g-margin-r-o-20--lg {
    margin-right: -1.25rem; }
  .g-margin-r-o-25--lg {
    margin-right: -1.5625rem; }
  .g-margin-r-o-30--lg {
    margin-right: -1.875rem; }
  .g-margin-r-o-35--lg {
    margin-right: -2.1875rem; }
  .g-margin-r-o-40--lg {
    margin-right: -2.5rem; }
  .g-margin-r-o-45--lg {
    margin-right: -2.8125rem; }
  .g-margin-r-o-50--lg {
    margin-right: -3.125rem; }
  .g-margin-r-o-55--lg {
    margin-right: -3.4375rem; }
  .g-margin-r-o-60--lg {
    margin-right: -3.75rem; }
  .g-margin-r-o-65--lg {
    margin-right: -4.0625rem; }
  .g-margin-r-o-70--lg {
    margin-right: -4.375rem; }
  .g-margin-r-o-75--lg {
    margin-right: -4.6875rem; }
  .g-margin-r-o-80--lg {
    margin-right: -5rem; }
  .g-margin-r-o-85--lg {
    margin-right: -5.3125rem; }
  .g-margin-r-o-90--lg {
    margin-right: -5.625rem; }
  .g-margin-r-o-95--lg {
    margin-right: -5.9375rem; }
  .g-margin-r-o-100--lg {
    margin-right: -6.25rem; }
  .g-margin-r-o-105--lg {
    margin-right: -6.5625rem; }
  .g-margin-r-o-110--lg {
    margin-right: -6.875rem; }
  .g-margin-r-o-115--lg {
    margin-right: -7.1875rem; }
  .g-margin-r-o-120--lg {
    margin-right: -7.5rem; }
  .g-margin-r-o-125--lg {
    margin-right: -7.8125rem; }
  .g-margin-r-o-130--lg {
    margin-right: -8.125rem; }
  .g-margin-r-o-135--lg {
    margin-right: -8.4375rem; }
  .g-margin-r-o-140--lg {
    margin-right: -8.75rem; }
  .g-margin-r-o-145--lg {
    margin-right: -9.0625rem; }
  .g-margin-r-o-150--lg {
    margin-right: -9.375rem; } }

/*----------------------------------
  Padding Left
------------------------------------*/
.g-padding-l-0--xs {
  padding-left: 0rem; }

.g-padding-l-5--xs {
  padding-left: 0.3125rem; }

.g-padding-l-10--xs {
  padding-left: 0.625rem; }

.g-padding-l-15--xs {
  padding-left: 0.9375rem; }

.g-padding-l-20--xs {
  padding-left: 1.25rem; }

.g-padding-l-25--xs {
  padding-left: 1.5625rem; }

.g-padding-l-30--xs {
  padding-left: 1.875rem; }

.g-padding-l-35--xs {
  padding-left: 2.1875rem; }

.g-padding-l-40--xs {
  padding-left: 2.5rem; }

.g-padding-l-45--xs {
  padding-left: 2.8125rem; }

.g-padding-l-50--xs {
  padding-left: 3.125rem; }

.g-padding-l-55--xs {
  padding-left: 3.4375rem; }

.g-padding-l-60--xs {
  padding-left: 3.75rem; }

.g-padding-l-65--xs {
  padding-left: 4.0625rem; }

.g-padding-l-70--xs {
  padding-left: 4.375rem; }

.g-padding-l-75--xs {
  padding-left: 4.6875rem; }

.g-padding-l-80--xs {
  padding-left: 5rem; }

.g-padding-l-85--xs {
  padding-left: 5.3125rem; }

.g-padding-l-90--xs {
  padding-left: 5.625rem; }

.g-padding-l-95--xs {
  padding-left: 5.9375rem; }

.g-padding-l-100--xs {
  padding-left: 6.25rem; }

.g-padding-l-105--xs {
  padding-left: 6.5625rem; }

.g-padding-l-110--xs {
  padding-left: 6.875rem; }

.g-padding-l-115--xs {
  padding-left: 7.1875rem; }

.g-padding-l-120--xs {
  padding-left: 7.5rem; }

.g-padding-l-125--xs {
  padding-left: 7.8125rem; }

.g-padding-l-130--xs {
  padding-left: 8.125rem; }

.g-padding-l-135--xs {
  padding-left: 8.4375rem; }

.g-padding-l-140--xs {
  padding-left: 8.75rem; }

.g-padding-l-145--xs {
  padding-left: 9.0625rem; }

.g-padding-l-150--xs {
  padding-left: 9.375rem; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-padding-l-0--sm {
    padding-left: 0rem; }
  .g-padding-l-5--sm {
    padding-left: 0.3125rem; }
  .g-padding-l-10--sm {
    padding-left: 0.625rem; }
  .g-padding-l-15--sm {
    padding-left: 0.9375rem; }
  .g-padding-l-20--sm {
    padding-left: 1.25rem; }
  .g-padding-l-25--sm {
    padding-left: 1.5625rem; }
  .g-padding-l-30--sm {
    padding-left: 1.875rem; }
  .g-padding-l-35--sm {
    padding-left: 2.1875rem; }
  .g-padding-l-40--sm {
    padding-left: 2.5rem; }
  .g-padding-l-45--sm {
    padding-left: 2.8125rem; }
  .g-padding-l-50--sm {
    padding-left: 3.125rem; }
  .g-padding-l-55--sm {
    padding-left: 3.4375rem; }
  .g-padding-l-60--sm {
    padding-left: 3.75rem; }
  .g-padding-l-65--sm {
    padding-left: 4.0625rem; }
  .g-padding-l-70--sm {
    padding-left: 4.375rem; }
  .g-padding-l-75--sm {
    padding-left: 4.6875rem; }
  .g-padding-l-80--sm {
    padding-left: 5rem; }
  .g-padding-l-85--sm {
    padding-left: 5.3125rem; }
  .g-padding-l-90--sm {
    padding-left: 5.625rem; }
  .g-padding-l-95--sm {
    padding-left: 5.9375rem; }
  .g-padding-l-100--sm {
    padding-left: 6.25rem; }
  .g-padding-l-105--sm {
    padding-left: 6.5625rem; }
  .g-padding-l-110--sm {
    padding-left: 6.875rem; }
  .g-padding-l-115--sm {
    padding-left: 7.1875rem; }
  .g-padding-l-120--sm {
    padding-left: 7.5rem; }
  .g-padding-l-125--sm {
    padding-left: 7.8125rem; }
  .g-padding-l-130--sm {
    padding-left: 8.125rem; }
  .g-padding-l-135--sm {
    padding-left: 8.4375rem; }
  .g-padding-l-140--sm {
    padding-left: 8.75rem; }
  .g-padding-l-145--sm {
    padding-left: 9.0625rem; }
  .g-padding-l-150--sm {
    padding-left: 9.375rem; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-padding-l-0--md {
    padding-left: 0rem; }
  .g-padding-l-5--md {
    padding-left: 0.3125rem; }
  .g-padding-l-10--md {
    padding-left: 0.625rem; }
  .g-padding-l-15--md {
    padding-left: 0.9375rem; }
  .g-padding-l-20--md {
    padding-left: 1.25rem; }
  .g-padding-l-25--md {
    padding-left: 1.5625rem; }
  .g-padding-l-30--md {
    padding-left: 1.875rem; }
  .g-padding-l-35--md {
    padding-left: 2.1875rem; }
  .g-padding-l-40--md {
    padding-left: 2.5rem; }
  .g-padding-l-45--md {
    padding-left: 2.8125rem; }
  .g-padding-l-50--md {
    padding-left: 3.125rem; }
  .g-padding-l-55--md {
    padding-left: 3.4375rem; }
  .g-padding-l-60--md {
    padding-left: 3.75rem; }
  .g-padding-l-65--md {
    padding-left: 4.0625rem; }
  .g-padding-l-70--md {
    padding-left: 4.375rem; }
  .g-padding-l-75--md {
    padding-left: 4.6875rem; }
  .g-padding-l-80--md {
    padding-left: 5rem; }
  .g-padding-l-85--md {
    padding-left: 5.3125rem; }
  .g-padding-l-90--md {
    padding-left: 5.625rem; }
  .g-padding-l-95--md {
    padding-left: 5.9375rem; }
  .g-padding-l-100--md {
    padding-left: 6.25rem; }
  .g-padding-l-105--md {
    padding-left: 6.5625rem; }
  .g-padding-l-110--md {
    padding-left: 6.875rem; }
  .g-padding-l-115--md {
    padding-left: 7.1875rem; }
  .g-padding-l-120--md {
    padding-left: 7.5rem; }
  .g-padding-l-125--md {
    padding-left: 7.8125rem; }
  .g-padding-l-130--md {
    padding-left: 8.125rem; }
  .g-padding-l-135--md {
    padding-left: 8.4375rem; }
  .g-padding-l-140--md {
    padding-left: 8.75rem; }
  .g-padding-l-145--md {
    padding-left: 9.0625rem; }
  .g-padding-l-150--md {
    padding-left: 9.375rem; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-padding-l-0--lg {
    padding-left: 0rem; }
  .g-padding-l-5--lg {
    padding-left: 0.3125rem; }
  .g-padding-l-10--lg {
    padding-left: 0.625rem; }
  .g-padding-l-15--lg {
    padding-left: 0.9375rem; }
  .g-padding-l-20--lg {
    padding-left: 1.25rem; }
  .g-padding-l-25--lg {
    padding-left: 1.5625rem; }
  .g-padding-l-30--lg {
    padding-left: 1.875rem; }
  .g-padding-l-35--lg {
    padding-left: 2.1875rem; }
  .g-padding-l-40--lg {
    padding-left: 2.5rem; }
  .g-padding-l-45--lg {
    padding-left: 2.8125rem; }
  .g-padding-l-50--lg {
    padding-left: 3.125rem; }
  .g-padding-l-55--lg {
    padding-left: 3.4375rem; }
  .g-padding-l-60--lg {
    padding-left: 3.75rem; }
  .g-padding-l-65--lg {
    padding-left: 4.0625rem; }
  .g-padding-l-70--lg {
    padding-left: 4.375rem; }
  .g-padding-l-75--lg {
    padding-left: 4.6875rem; }
  .g-padding-l-80--lg {
    padding-left: 5rem; }
  .g-padding-l-85--lg {
    padding-left: 5.3125rem; }
  .g-padding-l-90--lg {
    padding-left: 5.625rem; }
  .g-padding-l-95--lg {
    padding-left: 5.9375rem; }
  .g-padding-l-100--lg {
    padding-left: 6.25rem; }
  .g-padding-l-105--lg {
    padding-left: 6.5625rem; }
  .g-padding-l-110--lg {
    padding-left: 6.875rem; }
  .g-padding-l-115--lg {
    padding-left: 7.1875rem; }
  .g-padding-l-120--lg {
    padding-left: 7.5rem; }
  .g-padding-l-125--lg {
    padding-left: 7.8125rem; }
  .g-padding-l-130--lg {
    padding-left: 8.125rem; }
  .g-padding-l-135--lg {
    padding-left: 8.4375rem; }
  .g-padding-l-140--lg {
    padding-left: 8.75rem; }
  .g-padding-l-145--lg {
    padding-left: 9.0625rem; }
  .g-padding-l-150--lg {
    padding-left: 9.375rem; } }

/*----------------------------------
  Padding Right
------------------------------------*/
.g-padding-r-0--xs {
  padding-right: 0rem; }

.g-padding-r-5--xs {
  padding-right: 0.3125rem; }

.g-padding-r-10--xs {
  padding-right: 0.625rem; }

.g-padding-r-15--xs {
  padding-right: 0.9375rem; }

.g-padding-r-20--xs {
  padding-right: 1.25rem; }

.g-padding-r-25--xs {
  padding-right: 1.5625rem; }

.g-padding-r-30--xs {
  padding-right: 1.875rem; }

.g-padding-r-35--xs {
  padding-right: 2.1875rem; }

.g-padding-r-40--xs {
  padding-right: 2.5rem; }

.g-padding-r-45--xs {
  padding-right: 2.8125rem; }

.g-padding-r-50--xs {
  padding-right: 3.125rem; }

.g-padding-r-55--xs {
  padding-right: 3.4375rem; }

.g-padding-r-60--xs {
  padding-right: 3.75rem; }

.g-padding-r-65--xs {
  padding-right: 4.0625rem; }

.g-padding-r-70--xs {
  padding-right: 4.375rem; }

.g-padding-r-75--xs {
  padding-right: 4.6875rem; }

.g-padding-r-80--xs {
  padding-right: 5rem; }

.g-padding-r-85--xs {
  padding-right: 5.3125rem; }

.g-padding-r-90--xs {
  padding-right: 5.625rem; }

.g-padding-r-95--xs {
  padding-right: 5.9375rem; }

.g-padding-r-100--xs {
  padding-right: 6.25rem; }

.g-padding-r-105--xs {
  padding-right: 6.5625rem; }

.g-padding-r-110--xs {
  padding-right: 6.875rem; }

.g-padding-r-115--xs {
  padding-right: 7.1875rem; }

.g-padding-r-120--xs {
  padding-right: 7.5rem; }

.g-padding-r-125--xs {
  padding-right: 7.8125rem; }

.g-padding-r-130--xs {
  padding-right: 8.125rem; }

.g-padding-r-135--xs {
  padding-right: 8.4375rem; }

.g-padding-r-140--xs {
  padding-right: 8.75rem; }

.g-padding-r-145--xs {
  padding-right: 9.0625rem; }

.g-padding-r-150--xs {
  padding-right: 9.375rem; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-padding-r-0--sm {
    padding-right: 0rem; }
  .g-padding-r-5--sm {
    padding-right: 0.3125rem; }
  .g-padding-r-10--sm {
    padding-right: 0.625rem; }
  .g-padding-r-15--sm {
    padding-right: 0.9375rem; }
  .g-padding-r-20--sm {
    padding-right: 1.25rem; }
  .g-padding-r-25--sm {
    padding-right: 1.5625rem; }
  .g-padding-r-30--sm {
    padding-right: 1.875rem; }
  .g-padding-r-35--sm {
    padding-right: 2.1875rem; }
  .g-padding-r-40--sm {
    padding-right: 2.5rem; }
  .g-padding-r-45--sm {
    padding-right: 2.8125rem; }
  .g-padding-r-50--sm {
    padding-right: 3.125rem; }
  .g-padding-r-55--sm {
    padding-right: 3.4375rem; }
  .g-padding-r-60--sm {
    padding-right: 3.75rem; }
  .g-padding-r-65--sm {
    padding-right: 4.0625rem; }
  .g-padding-r-70--sm {
    padding-right: 4.375rem; }
  .g-padding-r-75--sm {
    padding-right: 4.6875rem; }
  .g-padding-r-80--sm {
    padding-right: 5rem; }
  .g-padding-r-85--sm {
    padding-right: 5.3125rem; }
  .g-padding-r-90--sm {
    padding-right: 5.625rem; }
  .g-padding-r-95--sm {
    padding-right: 5.9375rem; }
  .g-padding-r-100--sm {
    padding-right: 6.25rem; }
  .g-padding-r-105--sm {
    padding-right: 6.5625rem; }
  .g-padding-r-110--sm {
    padding-right: 6.875rem; }
  .g-padding-r-115--sm {
    padding-right: 7.1875rem; }
  .g-padding-r-120--sm {
    padding-right: 7.5rem; }
  .g-padding-r-125--sm {
    padding-right: 7.8125rem; }
  .g-padding-r-130--sm {
    padding-right: 8.125rem; }
  .g-padding-r-135--sm {
    padding-right: 8.4375rem; }
  .g-padding-r-140--sm {
    padding-right: 8.75rem; }
  .g-padding-r-145--sm {
    padding-right: 9.0625rem; }
  .g-padding-r-150--sm {
    padding-right: 9.375rem; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-padding-r-0--md {
    padding-right: 0rem; }
  .g-padding-r-5--md {
    padding-right: 0.3125rem; }
  .g-padding-r-10--md {
    padding-right: 0.625rem; }
  .g-padding-r-15--md {
    padding-right: 0.9375rem; }
  .g-padding-r-20--md {
    padding-right: 1.25rem; }
  .g-padding-r-25--md {
    padding-right: 1.5625rem; }
  .g-padding-r-30--md {
    padding-right: 1.875rem; }
  .g-padding-r-35--md {
    padding-right: 2.1875rem; }
  .g-padding-r-40--md {
    padding-right: 2.5rem; }
  .g-padding-r-45--md {
    padding-right: 2.8125rem; }
  .g-padding-r-50--md {
    padding-right: 3.125rem; }
  .g-padding-r-55--md {
    padding-right: 3.4375rem; }
  .g-padding-r-60--md {
    padding-right: 3.75rem; }
  .g-padding-r-65--md {
    padding-right: 4.0625rem; }
  .g-padding-r-70--md {
    padding-right: 4.375rem; }
  .g-padding-r-75--md {
    padding-right: 4.6875rem; }
  .g-padding-r-80--md {
    padding-right: 5rem; }
  .g-padding-r-85--md {
    padding-right: 5.3125rem; }
  .g-padding-r-90--md {
    padding-right: 5.625rem; }
  .g-padding-r-95--md {
    padding-right: 5.9375rem; }
  .g-padding-r-100--md {
    padding-right: 6.25rem; }
  .g-padding-r-105--md {
    padding-right: 6.5625rem; }
  .g-padding-r-110--md {
    padding-right: 6.875rem; }
  .g-padding-r-115--md {
    padding-right: 7.1875rem; }
  .g-padding-r-120--md {
    padding-right: 7.5rem; }
  .g-padding-r-125--md {
    padding-right: 7.8125rem; }
  .g-padding-r-130--md {
    padding-right: 8.125rem; }
  .g-padding-r-135--md {
    padding-right: 8.4375rem; }
  .g-padding-r-140--md {
    padding-right: 8.75rem; }
  .g-padding-r-145--md {
    padding-right: 9.0625rem; }
  .g-padding-r-150--md {
    padding-right: 9.375rem; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-padding-r-0--lg {
    padding-right: 0rem; }
  .g-padding-r-5--lg {
    padding-right: 0.3125rem; }
  .g-padding-r-10--lg {
    padding-right: 0.625rem; }
  .g-padding-r-15--lg {
    padding-right: 0.9375rem; }
  .g-padding-r-20--lg {
    padding-right: 1.25rem; }
  .g-padding-r-25--lg {
    padding-right: 1.5625rem; }
  .g-padding-r-30--lg {
    padding-right: 1.875rem; }
  .g-padding-r-35--lg {
    padding-right: 2.1875rem; }
  .g-padding-r-40--lg {
    padding-right: 2.5rem; }
  .g-padding-r-45--lg {
    padding-right: 2.8125rem; }
  .g-padding-r-50--lg {
    padding-right: 3.125rem; }
  .g-padding-r-55--lg {
    padding-right: 3.4375rem; }
  .g-padding-r-60--lg {
    padding-right: 3.75rem; }
  .g-padding-r-65--lg {
    padding-right: 4.0625rem; }
  .g-padding-r-70--lg {
    padding-right: 4.375rem; }
  .g-padding-r-75--lg {
    padding-right: 4.6875rem; }
  .g-padding-r-80--lg {
    padding-right: 5rem; }
  .g-padding-r-85--lg {
    padding-right: 5.3125rem; }
  .g-padding-r-90--lg {
    padding-right: 5.625rem; }
  .g-padding-r-95--lg {
    padding-right: 5.9375rem; }
  .g-padding-r-100--lg {
    padding-right: 6.25rem; }
  .g-padding-r-105--lg {
    padding-right: 6.5625rem; }
  .g-padding-r-110--lg {
    padding-right: 6.875rem; }
  .g-padding-r-115--lg {
    padding-right: 7.1875rem; }
  .g-padding-r-120--lg {
    padding-right: 7.5rem; }
  .g-padding-r-125--lg {
    padding-right: 7.8125rem; }
  .g-padding-r-130--lg {
    padding-right: 8.125rem; }
  .g-padding-r-135--lg {
    padding-right: 8.4375rem; }
  .g-padding-r-140--lg {
    padding-right: 8.75rem; }
  .g-padding-r-145--lg {
    padding-right: 9.0625rem; }
  .g-padding-r-150--lg {
    padding-right: 9.375rem; } }

/*----------------------------------
  Padding Bottom
------------------------------------*/
.g-padding-b-0--xs {
  padding-bottom: 0rem; }

.g-padding-b-5--xs {
  padding-bottom: 0.3125rem; }

.g-padding-b-10--xs {
  padding-bottom: 0.625rem; }

.g-padding-b-15--xs {
  padding-bottom: 0.9375rem; }

.g-padding-b-20--xs {
  padding-bottom: 1.25rem; }

.g-padding-b-25--xs {
  padding-bottom: 1.5625rem; }

.g-padding-b-30--xs {
  padding-bottom: 1.875rem; }

.g-padding-b-35--xs {
  padding-bottom: 2.1875rem; }

.g-padding-b-40--xs {
  padding-bottom: 2.5rem; }

.g-padding-b-45--xs {
  padding-bottom: 2.8125rem; }

.g-padding-b-50--xs {
  padding-bottom: 3.125rem; }

.g-padding-b-55--xs {
  padding-bottom: 3.4375rem; }

.g-padding-b-60--xs {
  padding-bottom: 3.75rem; }

.g-padding-b-65--xs {
  padding-bottom: 4.0625rem; }

.g-padding-b-70--xs {
  padding-bottom: 4.375rem; }

.g-padding-b-75--xs {
  padding-bottom: 4.6875rem; }

.g-padding-b-80--xs {
  padding-bottom: 5rem; }

.g-padding-b-85--xs {
  padding-bottom: 5.3125rem; }

.g-padding-b-90--xs {
  padding-bottom: 5.625rem; }

.g-padding-b-95--xs {
  padding-bottom: 5.9375rem; }

.g-padding-b-100--xs {
  padding-bottom: 6.25rem; }

.g-padding-b-105--xs {
  padding-bottom: 6.5625rem; }

.g-padding-b-110--xs {
  padding-bottom: 6.875rem; }

.g-padding-b-115--xs {
  padding-bottom: 7.1875rem; }

.g-padding-b-120--xs {
  padding-bottom: 7.5rem; }

.g-padding-b-125--xs {
  padding-bottom: 7.8125rem; }

.g-padding-b-130--xs {
  padding-bottom: 8.125rem; }

.g-padding-b-135--xs {
  padding-bottom: 8.4375rem; }

.g-padding-b-140--xs {
  padding-bottom: 8.75rem; }

.g-padding-b-145--xs {
  padding-bottom: 9.0625rem; }

.g-padding-b-150--xs {
  padding-bottom: 9.375rem; }

.g-padding-b-155--xs {
  padding-bottom: 9.6875rem; }

.g-padding-b-160--xs {
  padding-bottom: 10rem; }

.g-padding-b-165--xs {
  padding-bottom: 10.3125rem; }

.g-padding-b-170--xs {
  padding-bottom: 10.625rem; }

.g-padding-b-175--xs {
  padding-bottom: 10.9375rem; }

.g-padding-b-180--xs {
  padding-bottom: 11.25rem; }

.g-padding-b-185--xs {
  padding-bottom: 11.5625rem; }

.g-padding-b-190--xs {
  padding-bottom: 11.875rem; }

.g-padding-b-195--xs {
  padding-bottom: 12.1875rem; }

.g-padding-b-200--xs {
  padding-bottom: 12.5rem; }

.g-padding-b-205--xs {
  padding-bottom: 12.8125rem; }

.g-padding-b-210--xs {
  padding-bottom: 13.125rem; }

.g-padding-b-215--xs {
  padding-bottom: 13.4375rem; }

.g-padding-b-220--xs {
  padding-bottom: 13.75rem; }

.g-padding-b-225--xs {
  padding-bottom: 14.0625rem; }

.g-padding-b-230--xs {
  padding-bottom: 14.375rem; }

.g-padding-b-235--xs {
  padding-bottom: 14.6875rem; }

.g-padding-b-240--xs {
  padding-bottom: 15rem; }

.g-padding-b-245--xs {
  padding-bottom: 15.3125rem; }

.g-padding-b-250--xs {
  padding-bottom: 15.625rem; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-padding-b-0--sm {
    padding-bottom: 0rem; }
  .g-padding-b-5--sm {
    padding-bottom: 0.3125rem; }
  .g-padding-b-10--sm {
    padding-bottom: 0.625rem; }
  .g-padding-b-15--sm {
    padding-bottom: 0.9375rem; }
  .g-padding-b-20--sm {
    padding-bottom: 1.25rem; }
  .g-padding-b-25--sm {
    padding-bottom: 1.5625rem; }
  .g-padding-b-30--sm {
    padding-bottom: 1.875rem; }
  .g-padding-b-35--sm {
    padding-bottom: 2.1875rem; }
  .g-padding-b-40--sm {
    padding-bottom: 2.5rem; }
  .g-padding-b-45--sm {
    padding-bottom: 2.8125rem; }
  .g-padding-b-50--sm {
    padding-bottom: 3.125rem; }
  .g-padding-b-55--sm {
    padding-bottom: 3.4375rem; }
  .g-padding-b-60--sm {
    padding-bottom: 3.75rem; }
  .g-padding-b-65--sm {
    padding-bottom: 4.0625rem; }
  .g-padding-b-70--sm {
    padding-bottom: 4.375rem; }
  .g-padding-b-75--sm {
    padding-bottom: 4.6875rem; }
  .g-padding-b-80--sm {
    padding-bottom: 5rem; }
  .g-padding-b-85--sm {
    padding-bottom: 5.3125rem; }
  .g-padding-b-90--sm {
    padding-bottom: 5.625rem; }
  .g-padding-b-95--sm {
    padding-bottom: 5.9375rem; }
  .g-padding-b-100--sm {
    padding-bottom: 6.25rem; }
  .g-padding-b-105--sm {
    padding-bottom: 6.5625rem; }
  .g-padding-b-110--sm {
    padding-bottom: 6.875rem; }
  .g-padding-b-115--sm {
    padding-bottom: 7.1875rem; }
  .g-padding-b-120--sm {
    padding-bottom: 7.5rem; }
  .g-padding-b-125--sm {
    padding-bottom: 7.8125rem; }
  .g-padding-b-130--sm {
    padding-bottom: 8.125rem; }
  .g-padding-b-135--sm {
    padding-bottom: 8.4375rem; }
  .g-padding-b-140--sm {
    padding-bottom: 8.75rem; }
  .g-padding-b-145--sm {
    padding-bottom: 9.0625rem; }
  .g-padding-b-150--sm {
    padding-bottom: 9.375rem; }
  .g-padding-b-155--sm {
    padding-bottom: 9.6875rem; }
  .g-padding-b-160--sm {
    padding-bottom: 10rem; }
  .g-padding-b-165--sm {
    padding-bottom: 10.3125rem; }
  .g-padding-b-170--sm {
    padding-bottom: 10.625rem; }
  .g-padding-b-175--sm {
    padding-bottom: 10.9375rem; }
  .g-padding-b-180--sm {
    padding-bottom: 11.25rem; }
  .g-padding-b-185--sm {
    padding-bottom: 11.5625rem; }
  .g-padding-b-190--sm {
    padding-bottom: 11.875rem; }
  .g-padding-b-195--sm {
    padding-bottom: 12.1875rem; }
  .g-padding-b-200--sm {
    padding-bottom: 12.5rem; }
  .g-padding-b-205--sm {
    padding-bottom: 12.8125rem; }
  .g-padding-b-210--sm {
    padding-bottom: 13.125rem; }
  .g-padding-b-215--sm {
    padding-bottom: 13.4375rem; }
  .g-padding-b-220--sm {
    padding-bottom: 13.75rem; }
  .g-padding-b-225--sm {
    padding-bottom: 14.0625rem; }
  .g-padding-b-230--sm {
    padding-bottom: 14.375rem; }
  .g-padding-b-235--sm {
    padding-bottom: 14.6875rem; }
  .g-padding-b-240--sm {
    padding-bottom: 15rem; }
  .g-padding-b-245--sm {
    padding-bottom: 15.3125rem; }
  .g-padding-b-250--sm {
    padding-bottom: 15.625rem; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-padding-b-0--md {
    padding-bottom: 0rem; }
  .g-padding-b-5--md {
    padding-bottom: 0.3125rem; }
  .g-padding-b-10--md {
    padding-bottom: 0.625rem; }
  .g-padding-b-15--md {
    padding-bottom: 0.9375rem; }
  .g-padding-b-20--md {
    padding-bottom: 1.25rem; }
  .g-padding-b-25--md {
    padding-bottom: 1.5625rem; }
  .g-padding-b-30--md {
    padding-bottom: 1.875rem; }
  .g-padding-b-35--md {
    padding-bottom: 2.1875rem; }
  .g-padding-b-40--md {
    padding-bottom: 2.5rem; }
  .g-padding-b-45--md {
    padding-bottom: 2.8125rem; }
  .g-padding-b-50--md {
    padding-bottom: 3.125rem; }
  .g-padding-b-55--md {
    padding-bottom: 3.4375rem; }
  .g-padding-b-60--md {
    padding-bottom: 3.75rem; }
  .g-padding-b-65--md {
    padding-bottom: 4.0625rem; }
  .g-padding-b-70--md {
    padding-bottom: 4.375rem; }
  .g-padding-b-75--md {
    padding-bottom: 4.6875rem; }
  .g-padding-b-80--md {
    padding-bottom: 5rem; }
  .g-padding-b-85--md {
    padding-bottom: 5.3125rem; }
  .g-padding-b-90--md {
    padding-bottom: 5.625rem; }
  .g-padding-b-95--md {
    padding-bottom: 5.9375rem; }
  .g-padding-b-100--md {
    padding-bottom: 6.25rem; }
  .g-padding-b-105--md {
    padding-bottom: 6.5625rem; }
  .g-padding-b-110--md {
    padding-bottom: 6.875rem; }
  .g-padding-b-115--md {
    padding-bottom: 7.1875rem; }
  .g-padding-b-120--md {
    padding-bottom: 7.5rem; }
  .g-padding-b-125--md {
    padding-bottom: 7.8125rem; }
  .g-padding-b-130--md {
    padding-bottom: 8.125rem; }
  .g-padding-b-135--md {
    padding-bottom: 8.4375rem; }
  .g-padding-b-140--md {
    padding-bottom: 8.75rem; }
  .g-padding-b-145--md {
    padding-bottom: 9.0625rem; }
  .g-padding-b-150--md {
    padding-bottom: 9.375rem; }
  .g-padding-b-155--md {
    padding-bottom: 9.6875rem; }
  .g-padding-b-160--md {
    padding-bottom: 10rem; }
  .g-padding-b-165--md {
    padding-bottom: 10.3125rem; }
  .g-padding-b-170--md {
    padding-bottom: 10.625rem; }
  .g-padding-b-175--md {
    padding-bottom: 10.9375rem; }
  .g-padding-b-180--md {
    padding-bottom: 11.25rem; }
  .g-padding-b-185--md {
    padding-bottom: 11.5625rem; }
  .g-padding-b-190--md {
    padding-bottom: 11.875rem; }
  .g-padding-b-195--md {
    padding-bottom: 12.1875rem; }
  .g-padding-b-200--md {
    padding-bottom: 12.5rem; }
  .g-padding-b-205--md {
    padding-bottom: 12.8125rem; }
  .g-padding-b-210--md {
    padding-bottom: 13.125rem; }
  .g-padding-b-215--md {
    padding-bottom: 13.4375rem; }
  .g-padding-b-220--md {
    padding-bottom: 13.75rem; }
  .g-padding-b-225--md {
    padding-bottom: 14.0625rem; }
  .g-padding-b-230--md {
    padding-bottom: 14.375rem; }
  .g-padding-b-235--md {
    padding-bottom: 14.6875rem; }
  .g-padding-b-240--md {
    padding-bottom: 15rem; }
  .g-padding-b-245--md {
    padding-bottom: 15.3125rem; }
  .g-padding-b-250--md {
    padding-bottom: 15.625rem; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-padding-b-0--lg {
    padding-bottom: 0rem; }
  .g-padding-b-5--lg {
    padding-bottom: 0.3125rem; }
  .g-padding-b-10--lg {
    padding-bottom: 0.625rem; }
  .g-padding-b-15--lg {
    padding-bottom: 0.9375rem; }
  .g-padding-b-20--lg {
    padding-bottom: 1.25rem; }
  .g-padding-b-25--lg {
    padding-bottom: 1.5625rem; }
  .g-padding-b-30--lg {
    padding-bottom: 1.875rem; }
  .g-padding-b-35--lg {
    padding-bottom: 2.1875rem; }
  .g-padding-b-40--lg {
    padding-bottom: 2.5rem; }
  .g-padding-b-45--lg {
    padding-bottom: 2.8125rem; }
  .g-padding-b-50--lg {
    padding-bottom: 3.125rem; }
  .g-padding-b-55--lg {
    padding-bottom: 3.4375rem; }
  .g-padding-b-60--lg {
    padding-bottom: 3.75rem; }
  .g-padding-b-65--lg {
    padding-bottom: 4.0625rem; }
  .g-padding-b-70--lg {
    padding-bottom: 4.375rem; }
  .g-padding-b-75--lg {
    padding-bottom: 4.6875rem; }
  .g-padding-b-80--lg {
    padding-bottom: 5rem; }
  .g-padding-b-85--lg {
    padding-bottom: 5.3125rem; }
  .g-padding-b-90--lg {
    padding-bottom: 5.625rem; }
  .g-padding-b-95--lg {
    padding-bottom: 5.9375rem; }
  .g-padding-b-100--lg {
    padding-bottom: 6.25rem; }
  .g-padding-b-105--lg {
    padding-bottom: 6.5625rem; }
  .g-padding-b-110--lg {
    padding-bottom: 6.875rem; }
  .g-padding-b-115--lg {
    padding-bottom: 7.1875rem; }
  .g-padding-b-120--lg {
    padding-bottom: 7.5rem; }
  .g-padding-b-125--lg {
    padding-bottom: 7.8125rem; }
  .g-padding-b-130--lg {
    padding-bottom: 8.125rem; }
  .g-padding-b-135--lg {
    padding-bottom: 8.4375rem; }
  .g-padding-b-140--lg {
    padding-bottom: 8.75rem; }
  .g-padding-b-145--lg {
    padding-bottom: 9.0625rem; }
  .g-padding-b-150--lg {
    padding-bottom: 9.375rem; }
  .g-padding-b-155--lg {
    padding-bottom: 9.6875rem; }
  .g-padding-b-160--lg {
    padding-bottom: 10rem; }
  .g-padding-b-165--lg {
    padding-bottom: 10.3125rem; }
  .g-padding-b-170--lg {
    padding-bottom: 10.625rem; }
  .g-padding-b-175--lg {
    padding-bottom: 10.9375rem; }
  .g-padding-b-180--lg {
    padding-bottom: 11.25rem; }
  .g-padding-b-185--lg {
    padding-bottom: 11.5625rem; }
  .g-padding-b-190--lg {
    padding-bottom: 11.875rem; }
  .g-padding-b-195--lg {
    padding-bottom: 12.1875rem; }
  .g-padding-b-200--lg {
    padding-bottom: 12.5rem; }
  .g-padding-b-205--lg {
    padding-bottom: 12.8125rem; }
  .g-padding-b-210--lg {
    padding-bottom: 13.125rem; }
  .g-padding-b-215--lg {
    padding-bottom: 13.4375rem; }
  .g-padding-b-220--lg {
    padding-bottom: 13.75rem; }
  .g-padding-b-225--lg {
    padding-bottom: 14.0625rem; }
  .g-padding-b-230--lg {
    padding-bottom: 14.375rem; }
  .g-padding-b-235--lg {
    padding-bottom: 14.6875rem; }
  .g-padding-b-240--lg {
    padding-bottom: 15rem; }
  .g-padding-b-245--lg {
    padding-bottom: 15.3125rem; }
  .g-padding-b-250--lg {
    padding-bottom: 15.625rem; } }

/*----------------------------------
  Padding Top
------------------------------------*/
.g-padding-t-0--xs {
  padding-top: 0rem; }

.g-padding-t-5--xs {
  padding-top: 0.3125rem; }

.g-padding-t-10--xs {
  padding-top: 0.625rem; }

.g-padding-t-15--xs {
  padding-top: 0.9375rem; }

.g-padding-t-20--xs {
  padding-top: 1.25rem; }

.g-padding-t-25--xs {
  padding-top: 1.5625rem; }

.g-padding-t-30--xs {
  padding-top: 1.875rem; }

.g-padding-t-35--xs {
  padding-top: 2.1875rem; }

.g-padding-t-40--xs {
  padding-top: 2.5rem; }

.g-padding-t-45--xs {
  padding-top: 2.8125rem; }

.g-padding-t-50--xs {
  padding-top: 3.125rem; }

.g-padding-t-55--xs {
  padding-top: 3.4375rem; }

.g-padding-t-60--xs {
  padding-top: 3.75rem; }

.g-padding-t-65--xs {
  padding-top: 4.0625rem; }

.g-padding-t-70--xs {
  padding-top: 4.375rem; }

.g-padding-t-75--xs {
  padding-top: 4.6875rem; }

.g-padding-t-80--xs {
  padding-top: 5rem; }

.g-padding-t-85--xs {
  padding-top: 5.3125rem; }

.g-padding-t-90--xs {
  padding-top: 5.625rem; }

.g-padding-t-95--xs {
  padding-top: 5.9375rem; }

.g-padding-t-100--xs {
  padding-top: 6.25rem; }

.g-padding-t-105--xs {
  padding-top: 6.5625rem; }

.g-padding-t-110--xs {
  padding-top: 6.875rem; }

.g-padding-t-115--xs {
  padding-top: 7.1875rem; }

.g-padding-t-120--xs {
  padding-top: 7.5rem; }

.g-padding-t-125--xs {
  padding-top: 7.8125rem; }

.g-padding-t-130--xs {
  padding-top: 8.125rem; }

.g-padding-t-135--xs {
  padding-top: 8.4375rem; }

.g-padding-t-140--xs {
  padding-top: 8.75rem; }

.g-padding-t-145--xs {
  padding-top: 9.0625rem; }

.g-padding-t-150--xs {
  padding-top: 9.375rem; }

.g-padding-t-155--xs {
  padding-top: 9.6875rem; }

.g-padding-t-160--xs {
  padding-top: 10rem; }

.g-padding-t-165--xs {
  padding-top: 10.3125rem; }

.g-padding-t-170--xs {
  padding-top: 10.625rem; }

.g-padding-t-175--xs {
  padding-top: 10.9375rem; }

.g-padding-t-180--xs {
  padding-top: 11.25rem; }

.g-padding-t-185--xs {
  padding-top: 11.5625rem; }

.g-padding-t-190--xs {
  padding-top: 11.875rem; }

.g-padding-t-195--xs {
  padding-top: 12.1875rem; }

.g-padding-t-200--xs {
  padding-top: 12.5rem; }

.g-padding-t-205--xs {
  padding-top: 12.8125rem; }

.g-padding-t-210--xs {
  padding-top: 13.125rem; }

.g-padding-t-215--xs {
  padding-top: 13.4375rem; }

.g-padding-t-220--xs {
  padding-top: 13.75rem; }

.g-padding-t-225--xs {
  padding-top: 14.0625rem; }

.g-padding-t-230--xs {
  padding-top: 14.375rem; }

.g-padding-t-235--xs {
  padding-top: 14.6875rem; }

.g-padding-t-240--xs {
  padding-top: 15rem; }

.g-padding-t-245--xs {
  padding-top: 15.3125rem; }

.g-padding-t-250--xs {
  padding-top: 15.625rem; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-padding-t-0--sm {
    padding-top: 0rem; }
  .g-padding-t-5--sm {
    padding-top: 0.3125rem; }
  .g-padding-t-10--sm {
    padding-top: 0.625rem; }
  .g-padding-t-15--sm {
    padding-top: 0.9375rem; }
  .g-padding-t-20--sm {
    padding-top: 1.25rem; }
  .g-padding-t-25--sm {
    padding-top: 1.5625rem; }
  .g-padding-t-30--sm {
    padding-top: 1.875rem; }
  .g-padding-t-35--sm {
    padding-top: 2.1875rem; }
  .g-padding-t-40--sm {
    padding-top: 2.5rem; }
  .g-padding-t-45--sm {
    padding-top: 2.8125rem; }
  .g-padding-t-50--sm {
    padding-top: 3.125rem; }
  .g-padding-t-55--sm {
    padding-top: 3.4375rem; }
  .g-padding-t-60--sm {
    padding-top: 3.75rem; }
  .g-padding-t-65--sm {
    padding-top: 4.0625rem; }
  .g-padding-t-70--sm {
    padding-top: 4.375rem; }
  .g-padding-t-75--sm {
    padding-top: 4.6875rem; }
  .g-padding-t-80--sm {
    padding-top: 5rem; }
  .g-padding-t-85--sm {
    padding-top: 5.3125rem; }
  .g-padding-t-90--sm {
    padding-top: 5.625rem; }
  .g-padding-t-95--sm {
    padding-top: 5.9375rem; }
  .g-padding-t-100--sm {
    padding-top: 6.25rem; }
  .g-padding-t-105--sm {
    padding-top: 6.5625rem; }
  .g-padding-t-110--sm {
    padding-top: 6.875rem; }
  .g-padding-t-115--sm {
    padding-top: 7.1875rem; }
  .g-padding-t-120--sm {
    padding-top: 7.5rem; }
  .g-padding-t-125--sm {
    padding-top: 7.8125rem; }
  .g-padding-t-130--sm {
    padding-top: 8.125rem; }
  .g-padding-t-135--sm {
    padding-top: 8.4375rem; }
  .g-padding-t-140--sm {
    padding-top: 8.75rem; }
  .g-padding-t-145--sm {
    padding-top: 9.0625rem; }
  .g-padding-t-150--sm {
    padding-top: 9.375rem; }
  .g-padding-t-155--sm {
    padding-top: 9.6875rem; }
  .g-padding-t-160--sm {
    padding-top: 10rem; }
  .g-padding-t-165--sm {
    padding-top: 10.3125rem; }
  .g-padding-t-170--sm {
    padding-top: 10.625rem; }
  .g-padding-t-175--sm {
    padding-top: 10.9375rem; }
  .g-padding-t-180--sm {
    padding-top: 11.25rem; }
  .g-padding-t-185--sm {
    padding-top: 11.5625rem; }
  .g-padding-t-190--sm {
    padding-top: 11.875rem; }
  .g-padding-t-195--sm {
    padding-top: 12.1875rem; }
  .g-padding-t-200--sm {
    padding-top: 12.5rem; }
  .g-padding-t-205--sm {
    padding-top: 12.8125rem; }
  .g-padding-t-210--sm {
    padding-top: 13.125rem; }
  .g-padding-t-215--sm {
    padding-top: 13.4375rem; }
  .g-padding-t-220--sm {
    padding-top: 13.75rem; }
  .g-padding-t-225--sm {
    padding-top: 14.0625rem; }
  .g-padding-t-230--sm {
    padding-top: 14.375rem; }
  .g-padding-t-235--sm {
    padding-top: 14.6875rem; }
  .g-padding-t-240--sm {
    padding-top: 15rem; }
  .g-padding-t-245--sm {
    padding-top: 15.3125rem; }
  .g-padding-t-250--sm {
    padding-top: 15.625rem; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-padding-t-0--md {
    padding-top: 0rem; }
  .g-padding-t-5--md {
    padding-top: 0.3125rem; }
  .g-padding-t-10--md {
    padding-top: 0.625rem; }
  .g-padding-t-15--md {
    padding-top: 0.9375rem; }
  .g-padding-t-20--md {
    padding-top: 1.25rem; }
  .g-padding-t-25--md {
    padding-top: 1.5625rem; }
  .g-padding-t-30--md {
    padding-top: 1.875rem; }
  .g-padding-t-35--md {
    padding-top: 2.1875rem; }
  .g-padding-t-40--md {
    padding-top: 2.5rem; }
  .g-padding-t-45--md {
    padding-top: 2.8125rem; }
  .g-padding-t-50--md {
    padding-top: 3.125rem; }
  .g-padding-t-55--md {
    padding-top: 3.4375rem; }
  .g-padding-t-60--md {
    padding-top: 3.75rem; }
  .g-padding-t-65--md {
    padding-top: 4.0625rem; }
  .g-padding-t-70--md {
    padding-top: 4.375rem; }
  .g-padding-t-75--md {
    padding-top: 4.6875rem; }
  .g-padding-t-80--md {
    padding-top: 5rem; }
  .g-padding-t-85--md {
    padding-top: 5.3125rem; }
  .g-padding-t-90--md {
    padding-top: 5.625rem; }
  .g-padding-t-95--md {
    padding-top: 5.9375rem; }
  .g-padding-t-100--md {
    padding-top: 6.25rem; }
  .g-padding-t-105--md {
    padding-top: 6.5625rem; }
  .g-padding-t-110--md {
    padding-top: 6.875rem; }
  .g-padding-t-115--md {
    padding-top: 7.1875rem; }
  .g-padding-t-120--md {
    padding-top: 7.5rem; }
  .g-padding-t-125--md {
    padding-top: 7.8125rem; }
  .g-padding-t-130--md {
    padding-top: 8.125rem; }
  .g-padding-t-135--md {
    padding-top: 8.4375rem; }
  .g-padding-t-140--md {
    padding-top: 8.75rem; }
  .g-padding-t-145--md {
    padding-top: 9.0625rem; }
  .g-padding-t-150--md {
    padding-top: 9.375rem; }
  .g-padding-t-155--md {
    padding-top: 9.6875rem; }
  .g-padding-t-160--md {
    padding-top: 10rem; }
  .g-padding-t-165--md {
    padding-top: 10.3125rem; }
  .g-padding-t-170--md {
    padding-top: 10.625rem; }
  .g-padding-t-175--md {
    padding-top: 10.9375rem; }
  .g-padding-t-180--md {
    padding-top: 11.25rem; }
  .g-padding-t-185--md {
    padding-top: 11.5625rem; }
  .g-padding-t-190--md {
    padding-top: 11.875rem; }
  .g-padding-t-195--md {
    padding-top: 12.1875rem; }
  .g-padding-t-200--md {
    padding-top: 12.5rem; }
  .g-padding-t-205--md {
    padding-top: 12.8125rem; }
  .g-padding-t-210--md {
    padding-top: 13.125rem; }
  .g-padding-t-215--md {
    padding-top: 13.4375rem; }
  .g-padding-t-220--md {
    padding-top: 13.75rem; }
  .g-padding-t-225--md {
    padding-top: 14.0625rem; }
  .g-padding-t-230--md {
    padding-top: 14.375rem; }
  .g-padding-t-235--md {
    padding-top: 14.6875rem; }
  .g-padding-t-240--md {
    padding-top: 15rem; }
  .g-padding-t-245--md {
    padding-top: 15.3125rem; }
  .g-padding-t-250--md {
    padding-top: 15.625rem; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-padding-t-0--lg {
    padding-top: 0rem; }
  .g-padding-t-5--lg {
    padding-top: 0.3125rem; }
  .g-padding-t-10--lg {
    padding-top: 0.625rem; }
  .g-padding-t-15--lg {
    padding-top: 0.9375rem; }
  .g-padding-t-20--lg {
    padding-top: 1.25rem; }
  .g-padding-t-25--lg {
    padding-top: 1.5625rem; }
  .g-padding-t-30--lg {
    padding-top: 1.875rem; }
  .g-padding-t-35--lg {
    padding-top: 2.1875rem; }
  .g-padding-t-40--lg {
    padding-top: 2.5rem; }
  .g-padding-t-45--lg {
    padding-top: 2.8125rem; }
  .g-padding-t-50--lg {
    padding-top: 3.125rem; }
  .g-padding-t-55--lg {
    padding-top: 3.4375rem; }
  .g-padding-t-60--lg {
    padding-top: 3.75rem; }
  .g-padding-t-65--lg {
    padding-top: 4.0625rem; }
  .g-padding-t-70--lg {
    padding-top: 4.375rem; }
  .g-padding-t-75--lg {
    padding-top: 4.6875rem; }
  .g-padding-t-80--lg {
    padding-top: 5rem; }
  .g-padding-t-85--lg {
    padding-top: 5.3125rem; }
  .g-padding-t-90--lg {
    padding-top: 5.625rem; }
  .g-padding-t-95--lg {
    padding-top: 5.9375rem; }
  .g-padding-t-100--lg {
    padding-top: 6.25rem; }
  .g-padding-t-105--lg {
    padding-top: 6.5625rem; }
  .g-padding-t-110--lg {
    padding-top: 6.875rem; }
  .g-padding-t-115--lg {
    padding-top: 7.1875rem; }
  .g-padding-t-120--lg {
    padding-top: 7.5rem; }
  .g-padding-t-125--lg {
    padding-top: 7.8125rem; }
  .g-padding-t-130--lg {
    padding-top: 8.125rem; }
  .g-padding-t-135--lg {
    padding-top: 8.4375rem; }
  .g-padding-t-140--lg {
    padding-top: 8.75rem; }
  .g-padding-t-145--lg {
    padding-top: 9.0625rem; }
  .g-padding-t-150--lg {
    padding-top: 9.375rem; }
  .g-padding-t-155--lg {
    padding-top: 9.6875rem; }
  .g-padding-t-160--lg {
    padding-top: 10rem; }
  .g-padding-t-165--lg {
    padding-top: 10.3125rem; }
  .g-padding-t-170--lg {
    padding-top: 10.625rem; }
  .g-padding-t-175--lg {
    padding-top: 10.9375rem; }
  .g-padding-t-180--lg {
    padding-top: 11.25rem; }
  .g-padding-t-185--lg {
    padding-top: 11.5625rem; }
  .g-padding-t-190--lg {
    padding-top: 11.875rem; }
  .g-padding-t-195--lg {
    padding-top: 12.1875rem; }
  .g-padding-t-200--lg {
    padding-top: 12.5rem; }
  .g-padding-t-205--lg {
    padding-top: 12.8125rem; }
  .g-padding-t-210--lg {
    padding-top: 13.125rem; }
  .g-padding-t-215--lg {
    padding-top: 13.4375rem; }
  .g-padding-t-220--lg {
    padding-top: 13.75rem; }
  .g-padding-t-225--lg {
    padding-top: 14.0625rem; }
  .g-padding-t-230--lg {
    padding-top: 14.375rem; }
  .g-padding-t-235--lg {
    padding-top: 14.6875rem; }
  .g-padding-t-240--lg {
    padding-top: 15rem; }
  .g-padding-t-245--lg {
    padding-top: 15.3125rem; }
  .g-padding-t-250--lg {
    padding-top: 15.625rem; } }

/*----------------------------------
  Padding X (left & right)
------------------------------------*/
.g-padding-x-0--xs {
  padding-left: 0rem;
  padding-right: 0rem; }

.g-padding-x-5--xs {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }

.g-padding-x-10--xs {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.g-padding-x-15--xs {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.g-padding-x-20--xs {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.g-padding-x-25--xs {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }

.g-padding-x-30--xs {
  padding-left: 1.875rem;
  padding-right: 1.875rem; }

.g-padding-x-35--xs {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem; }

.g-padding-x-40--xs {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.g-padding-x-45--xs {
  padding-left: 2.8125rem;
  padding-right: 2.8125rem; }

.g-padding-x-50--xs {
  padding-left: 3.125rem;
  padding-right: 3.125rem; }

.g-padding-x-55--xs {
  padding-left: 3.4375rem;
  padding-right: 3.4375rem; }

.g-padding-x-60--xs {
  padding-left: 3.75rem;
  padding-right: 3.75rem; }

.g-padding-x-65--xs {
  padding-left: 4.0625rem;
  padding-right: 4.0625rem; }

.g-padding-x-70--xs {
  padding-left: 4.375rem;
  padding-right: 4.375rem; }

.g-padding-x-75--xs {
  padding-left: 4.6875rem;
  padding-right: 4.6875rem; }

.g-padding-x-80--xs {
  padding-left: 5rem;
  padding-right: 5rem; }

.g-padding-x-85--xs {
  padding-left: 5.3125rem;
  padding-right: 5.3125rem; }

.g-padding-x-90--xs {
  padding-left: 5.625rem;
  padding-right: 5.625rem; }

.g-padding-x-95--xs {
  padding-left: 5.9375rem;
  padding-right: 5.9375rem; }

.g-padding-x-100--xs {
  padding-left: 6.25rem;
  padding-right: 6.25rem; }

.g-padding-x-105--xs {
  padding-left: 6.5625rem;
  padding-right: 6.5625rem; }

.g-padding-x-110--xs {
  padding-left: 6.875rem;
  padding-right: 6.875rem; }

.g-padding-x-115--xs {
  padding-left: 7.1875rem;
  padding-right: 7.1875rem; }

.g-padding-x-120--xs {
  padding-left: 7.5rem;
  padding-right: 7.5rem; }

.g-padding-x-125--xs {
  padding-left: 7.8125rem;
  padding-right: 7.8125rem; }

.g-padding-x-130--xs {
  padding-left: 8.125rem;
  padding-right: 8.125rem; }

.g-padding-x-135--xs {
  padding-left: 8.4375rem;
  padding-right: 8.4375rem; }

.g-padding-x-140--xs {
  padding-left: 8.75rem;
  padding-right: 8.75rem; }

.g-padding-x-145--xs {
  padding-left: 9.0625rem;
  padding-right: 9.0625rem; }

.g-padding-x-150--xs {
  padding-left: 9.375rem;
  padding-right: 9.375rem; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-padding-x-0--sm {
    padding-left: 0rem;
    padding-right: 0rem; }
  .g-padding-x-5--sm {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .g-padding-x-10--sm {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .g-padding-x-15--sm {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .g-padding-x-20--sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .g-padding-x-25--sm {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem; }
  .g-padding-x-30--sm {
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
  .g-padding-x-35--sm {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem; }
  .g-padding-x-40--sm {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .g-padding-x-45--sm {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem; }
  .g-padding-x-50--sm {
    padding-left: 3.125rem;
    padding-right: 3.125rem; }
  .g-padding-x-55--sm {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem; }
  .g-padding-x-60--sm {
    padding-left: 3.75rem;
    padding-right: 3.75rem; }
  .g-padding-x-65--sm {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem; }
  .g-padding-x-70--sm {
    padding-left: 4.375rem;
    padding-right: 4.375rem; }
  .g-padding-x-75--sm {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem; }
  .g-padding-x-80--sm {
    padding-left: 5rem;
    padding-right: 5rem; }
  .g-padding-x-85--sm {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem; }
  .g-padding-x-90--sm {
    padding-left: 5.625rem;
    padding-right: 5.625rem; }
  .g-padding-x-95--sm {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem; }
  .g-padding-x-100--sm {
    padding-left: 6.25rem;
    padding-right: 6.25rem; }
  .g-padding-x-105--sm {
    padding-left: 6.5625rem;
    padding-right: 6.5625rem; }
  .g-padding-x-110--sm {
    padding-left: 6.875rem;
    padding-right: 6.875rem; }
  .g-padding-x-115--sm {
    padding-left: 7.1875rem;
    padding-right: 7.1875rem; }
  .g-padding-x-120--sm {
    padding-left: 7.5rem;
    padding-right: 7.5rem; }
  .g-padding-x-125--sm {
    padding-left: 7.8125rem;
    padding-right: 7.8125rem; }
  .g-padding-x-130--sm {
    padding-left: 8.125rem;
    padding-right: 8.125rem; }
  .g-padding-x-135--sm {
    padding-left: 8.4375rem;
    padding-right: 8.4375rem; }
  .g-padding-x-140--sm {
    padding-left: 8.75rem;
    padding-right: 8.75rem; }
  .g-padding-x-145--sm {
    padding-left: 9.0625rem;
    padding-right: 9.0625rem; }
  .g-padding-x-150--sm {
    padding-left: 9.375rem;
    padding-right: 9.375rem; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-padding-x-0--md {
    padding-left: 0rem;
    padding-right: 0rem; }
  .g-padding-x-5--md {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .g-padding-x-10--md {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .g-padding-x-15--md {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .g-padding-x-20--md {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .g-padding-x-25--md {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem; }
  .g-padding-x-30--md {
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
  .g-padding-x-35--md {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem; }
  .g-padding-x-40--md {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .g-padding-x-45--md {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem; }
  .g-padding-x-50--md {
    padding-left: 3.125rem;
    padding-right: 3.125rem; }
  .g-padding-x-55--md {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem; }
  .g-padding-x-60--md {
    padding-left: 3.75rem;
    padding-right: 3.75rem; }
  .g-padding-x-65--md {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem; }
  .g-padding-x-70--md {
    padding-left: 4.375rem;
    padding-right: 4.375rem; }
  .g-padding-x-75--md {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem; }
  .g-padding-x-80--md {
    padding-left: 5rem;
    padding-right: 5rem; }
  .g-padding-x-85--md {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem; }
  .g-padding-x-90--md {
    padding-left: 5.625rem;
    padding-right: 5.625rem; }
  .g-padding-x-95--md {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem; }
  .g-padding-x-100--md {
    padding-left: 6.25rem;
    padding-right: 6.25rem; }
  .g-padding-x-105--md {
    padding-left: 6.5625rem;
    padding-right: 6.5625rem; }
  .g-padding-x-110--md {
    padding-left: 6.875rem;
    padding-right: 6.875rem; }
  .g-padding-x-115--md {
    padding-left: 7.1875rem;
    padding-right: 7.1875rem; }
  .g-padding-x-120--md {
    padding-left: 7.5rem;
    padding-right: 7.5rem; }
  .g-padding-x-125--md {
    padding-left: 7.8125rem;
    padding-right: 7.8125rem; }
  .g-padding-x-130--md {
    padding-left: 8.125rem;
    padding-right: 8.125rem; }
  .g-padding-x-135--md {
    padding-left: 8.4375rem;
    padding-right: 8.4375rem; }
  .g-padding-x-140--md {
    padding-left: 8.75rem;
    padding-right: 8.75rem; }
  .g-padding-x-145--md {
    padding-left: 9.0625rem;
    padding-right: 9.0625rem; }
  .g-padding-x-150--md {
    padding-left: 9.375rem;
    padding-right: 9.375rem; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-padding-x-0--lg {
    padding-left: 0rem;
    padding-right: 0rem; }
  .g-padding-x-5--lg {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .g-padding-x-10--lg {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .g-padding-x-15--lg {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .g-padding-x-20--lg {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .g-padding-x-25--lg {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem; }
  .g-padding-x-30--lg {
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
  .g-padding-x-35--lg {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem; }
  .g-padding-x-40--lg {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .g-padding-x-45--lg {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem; }
  .g-padding-x-50--lg {
    padding-left: 3.125rem;
    padding-right: 3.125rem; }
  .g-padding-x-55--lg {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem; }
  .g-padding-x-60--lg {
    padding-left: 3.75rem;
    padding-right: 3.75rem; }
  .g-padding-x-65--lg {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem; }
  .g-padding-x-70--lg {
    padding-left: 4.375rem;
    padding-right: 4.375rem; }
  .g-padding-x-75--lg {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem; }
  .g-padding-x-80--lg {
    padding-left: 5rem;
    padding-right: 5rem; }
  .g-padding-x-85--lg {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem; }
  .g-padding-x-90--lg {
    padding-left: 5.625rem;
    padding-right: 5.625rem; }
  .g-padding-x-95--lg {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem; }
  .g-padding-x-100--lg {
    padding-left: 6.25rem;
    padding-right: 6.25rem; }
  .g-padding-x-105--lg {
    padding-left: 6.5625rem;
    padding-right: 6.5625rem; }
  .g-padding-x-110--lg {
    padding-left: 6.875rem;
    padding-right: 6.875rem; }
  .g-padding-x-115--lg {
    padding-left: 7.1875rem;
    padding-right: 7.1875rem; }
  .g-padding-x-120--lg {
    padding-left: 7.5rem;
    padding-right: 7.5rem; }
  .g-padding-x-125--lg {
    padding-left: 7.8125rem;
    padding-right: 7.8125rem; }
  .g-padding-x-130--lg {
    padding-left: 8.125rem;
    padding-right: 8.125rem; }
  .g-padding-x-135--lg {
    padding-left: 8.4375rem;
    padding-right: 8.4375rem; }
  .g-padding-x-140--lg {
    padding-left: 8.75rem;
    padding-right: 8.75rem; }
  .g-padding-x-145--lg {
    padding-left: 9.0625rem;
    padding-right: 9.0625rem; }
  .g-padding-x-150--lg {
    padding-left: 9.375rem;
    padding-right: 9.375rem; } }

/*----------------------------------
  Padding Y (top & bottom)
------------------------------------*/
.g-padding-y-0--xs {
  padding-top: 0rem;
  padding-bottom: 0rem; }

.g-padding-y-5--xs {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem; }

.g-padding-y-10--xs {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

.g-padding-y-15--xs {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }

.g-padding-y-20--xs {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.g-padding-y-25--xs {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem; }

.g-padding-y-30--xs {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }

.g-padding-y-35--xs {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem; }

.g-padding-y-40--xs {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.g-padding-y-45--xs {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem; }

.g-padding-y-50--xs {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }

.g-padding-y-55--xs {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem; }

.g-padding-y-60--xs {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }

.g-padding-y-65--xs {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem; }

.g-padding-y-70--xs {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem; }

.g-padding-y-75--xs {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem; }

.g-padding-y-80--xs {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.g-padding-y-85--xs {
  padding-top: 5.3125rem;
  padding-bottom: 5.3125rem; }

.g-padding-y-90--xs {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem; }

.g-padding-y-95--xs {
  padding-top: 5.9375rem;
  padding-bottom: 5.9375rem; }

.g-padding-y-100--xs {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }

.g-padding-y-105--xs {
  padding-top: 6.5625rem;
  padding-bottom: 6.5625rem; }

.g-padding-y-110--xs {
  padding-top: 6.875rem;
  padding-bottom: 6.875rem; }

.g-padding-y-115--xs {
  padding-top: 7.1875rem;
  padding-bottom: 7.1875rem; }

.g-padding-y-120--xs {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }

.g-padding-y-125--xs {
  padding-top: 7.8125rem;
  padding-bottom: 7.8125rem; }

.g-padding-y-130--xs {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem; }

.g-padding-y-135--xs {
  padding-top: 8.4375rem;
  padding-bottom: 8.4375rem; }

.g-padding-y-140--xs {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem; }

.g-padding-y-145--xs {
  padding-top: 9.0625rem;
  padding-bottom: 9.0625rem; }

.g-padding-y-150--xs {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem; }

.g-padding-y-155--xs {
  padding-top: 9.6875rem;
  padding-bottom: 9.6875rem; }

.g-padding-y-160--xs {
  padding-top: 10rem;
  padding-bottom: 10rem; }

.g-padding-y-165--xs {
  padding-top: 10.3125rem;
  padding-bottom: 10.3125rem; }

.g-padding-y-170--xs {
  padding-top: 10.625rem;
  padding-bottom: 10.625rem; }

.g-padding-y-175--xs {
  padding-top: 10.9375rem;
  padding-bottom: 10.9375rem; }

.g-padding-y-180--xs {
  padding-top: 11.25rem;
  padding-bottom: 11.25rem; }

.g-padding-y-185--xs {
  padding-top: 11.5625rem;
  padding-bottom: 11.5625rem; }

.g-padding-y-190--xs {
  padding-top: 11.875rem;
  padding-bottom: 11.875rem; }

.g-padding-y-195--xs {
  padding-top: 12.1875rem;
  padding-bottom: 12.1875rem; }

.g-padding-y-200--xs {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem; }

.g-padding-y-205--xs {
  padding-top: 12.8125rem;
  padding-bottom: 12.8125rem; }

.g-padding-y-210--xs {
  padding-top: 13.125rem;
  padding-bottom: 13.125rem; }

.g-padding-y-215--xs {
  padding-top: 13.4375rem;
  padding-bottom: 13.4375rem; }

.g-padding-y-220--xs {
  padding-top: 13.75rem;
  padding-bottom: 13.75rem; }

.g-padding-y-225--xs {
  padding-top: 14.0625rem;
  padding-bottom: 14.0625rem; }

.g-padding-y-230--xs {
  padding-top: 14.375rem;
  padding-bottom: 14.375rem; }

.g-padding-y-235--xs {
  padding-top: 14.6875rem;
  padding-bottom: 14.6875rem; }

.g-padding-y-240--xs {
  padding-top: 15rem;
  padding-bottom: 15rem; }

.g-padding-y-245--xs {
  padding-top: 15.3125rem;
  padding-bottom: 15.3125rem; }

.g-padding-y-250--xs {
  padding-top: 15.625rem;
  padding-bottom: 15.625rem; }

/* Small screen / phone */
@media (min-width: 34em) {
  .g-padding-y-0--sm {
    padding-top: 0rem;
    padding-bottom: 0rem; }
  .g-padding-y-5--sm {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem; }
  .g-padding-y-10--sm {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
  .g-padding-y-15--sm {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  .g-padding-y-20--sm {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .g-padding-y-25--sm {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem; }
  .g-padding-y-30--sm {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
  .g-padding-y-35--sm {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem; }
  .g-padding-y-40--sm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .g-padding-y-45--sm {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem; }
  .g-padding-y-50--sm {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem; }
  .g-padding-y-55--sm {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem; }
  .g-padding-y-60--sm {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }
  .g-padding-y-65--sm {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem; }
  .g-padding-y-70--sm {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem; }
  .g-padding-y-75--sm {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem; }
  .g-padding-y-80--sm {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .g-padding-y-85--sm {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem; }
  .g-padding-y-90--sm {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem; }
  .g-padding-y-95--sm {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem; }
  .g-padding-y-100--sm {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem; }
  .g-padding-y-105--sm {
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem; }
  .g-padding-y-110--sm {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem; }
  .g-padding-y-115--sm {
    padding-top: 7.1875rem;
    padding-bottom: 7.1875rem; }
  .g-padding-y-120--sm {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; }
  .g-padding-y-125--sm {
    padding-top: 7.8125rem;
    padding-bottom: 7.8125rem; }
  .g-padding-y-130--sm {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem; }
  .g-padding-y-135--sm {
    padding-top: 8.4375rem;
    padding-bottom: 8.4375rem; }
  .g-padding-y-140--sm {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem; }
  .g-padding-y-145--sm {
    padding-top: 9.0625rem;
    padding-bottom: 9.0625rem; }
  .g-padding-y-150--sm {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem; }
  .g-padding-y-155--sm {
    padding-top: 9.6875rem;
    padding-bottom: 9.6875rem; }
  .g-padding-y-160--sm {
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .g-padding-y-165--sm {
    padding-top: 10.3125rem;
    padding-bottom: 10.3125rem; }
  .g-padding-y-170--sm {
    padding-top: 10.625rem;
    padding-bottom: 10.625rem; }
  .g-padding-y-175--sm {
    padding-top: 10.9375rem;
    padding-bottom: 10.9375rem; }
  .g-padding-y-180--sm {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem; }
  .g-padding-y-185--sm {
    padding-top: 11.5625rem;
    padding-bottom: 11.5625rem; }
  .g-padding-y-190--sm {
    padding-top: 11.875rem;
    padding-bottom: 11.875rem; }
  .g-padding-y-195--sm {
    padding-top: 12.1875rem;
    padding-bottom: 12.1875rem; }
  .g-padding-y-200--sm {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem; }
  .g-padding-y-205--sm {
    padding-top: 12.8125rem;
    padding-bottom: 12.8125rem; }
  .g-padding-y-210--sm {
    padding-top: 13.125rem;
    padding-bottom: 13.125rem; }
  .g-padding-y-215--sm {
    padding-top: 13.4375rem;
    padding-bottom: 13.4375rem; }
  .g-padding-y-220--sm {
    padding-top: 13.75rem;
    padding-bottom: 13.75rem; }
  .g-padding-y-225--sm {
    padding-top: 14.0625rem;
    padding-bottom: 14.0625rem; }
  .g-padding-y-230--sm {
    padding-top: 14.375rem;
    padding-bottom: 14.375rem; }
  .g-padding-y-235--sm {
    padding-top: 14.6875rem;
    padding-bottom: 14.6875rem; }
  .g-padding-y-240--sm {
    padding-top: 15rem;
    padding-bottom: 15rem; }
  .g-padding-y-245--sm {
    padding-top: 15.3125rem;
    padding-bottom: 15.3125rem; }
  .g-padding-y-250--sm {
    padding-top: 15.625rem;
    padding-bottom: 15.625rem; } }

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-padding-y-0--md {
    padding-top: 0rem;
    padding-bottom: 0rem; }
  .g-padding-y-5--md {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem; }
  .g-padding-y-10--md {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
  .g-padding-y-15--md {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  .g-padding-y-20--md {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .g-padding-y-25--md {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem; }
  .g-padding-y-30--md {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
  .g-padding-y-35--md {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem; }
  .g-padding-y-40--md {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .g-padding-y-45--md {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem; }
  .g-padding-y-50--md {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem; }
  .g-padding-y-55--md {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem; }
  .g-padding-y-60--md {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }
  .g-padding-y-65--md {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem; }
  .g-padding-y-70--md {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem; }
  .g-padding-y-75--md {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem; }
  .g-padding-y-80--md {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .g-padding-y-85--md {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem; }
  .g-padding-y-90--md {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem; }
  .g-padding-y-95--md {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem; }
  .g-padding-y-100--md {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem; }
  .g-padding-y-105--md {
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem; }
  .g-padding-y-110--md {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem; }
  .g-padding-y-115--md {
    padding-top: 7.1875rem;
    padding-bottom: 7.1875rem; }
  .g-padding-y-120--md {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; }
  .g-padding-y-125--md {
    padding-top: 7.8125rem;
    padding-bottom: 7.8125rem; }
  .g-padding-y-130--md {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem; }
  .g-padding-y-135--md {
    padding-top: 8.4375rem;
    padding-bottom: 8.4375rem; }
  .g-padding-y-140--md {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem; }
  .g-padding-y-145--md {
    padding-top: 9.0625rem;
    padding-bottom: 9.0625rem; }
  .g-padding-y-150--md {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem; }
  .g-padding-y-155--md {
    padding-top: 9.6875rem;
    padding-bottom: 9.6875rem; }
  .g-padding-y-160--md {
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .g-padding-y-165--md {
    padding-top: 10.3125rem;
    padding-bottom: 10.3125rem; }
  .g-padding-y-170--md {
    padding-top: 10.625rem;
    padding-bottom: 10.625rem; }
  .g-padding-y-175--md {
    padding-top: 10.9375rem;
    padding-bottom: 10.9375rem; }
  .g-padding-y-180--md {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem; }
  .g-padding-y-185--md {
    padding-top: 11.5625rem;
    padding-bottom: 11.5625rem; }
  .g-padding-y-190--md {
    padding-top: 11.875rem;
    padding-bottom: 11.875rem; }
  .g-padding-y-195--md {
    padding-top: 12.1875rem;
    padding-bottom: 12.1875rem; }
  .g-padding-y-200--md {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem; }
  .g-padding-y-205--md {
    padding-top: 12.8125rem;
    padding-bottom: 12.8125rem; }
  .g-padding-y-210--md {
    padding-top: 13.125rem;
    padding-bottom: 13.125rem; }
  .g-padding-y-215--md {
    padding-top: 13.4375rem;
    padding-bottom: 13.4375rem; }
  .g-padding-y-220--md {
    padding-top: 13.75rem;
    padding-bottom: 13.75rem; }
  .g-padding-y-225--md {
    padding-top: 14.0625rem;
    padding-bottom: 14.0625rem; }
  .g-padding-y-230--md {
    padding-top: 14.375rem;
    padding-bottom: 14.375rem; }
  .g-padding-y-235--md {
    padding-top: 14.6875rem;
    padding-bottom: 14.6875rem; }
  .g-padding-y-240--md {
    padding-top: 15rem;
    padding-bottom: 15rem; }
  .g-padding-y-245--md {
    padding-top: 15.3125rem;
    padding-bottom: 15.3125rem; }
  .g-padding-y-250--md {
    padding-top: 15.625rem;
    padding-bottom: 15.625rem; } }

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-padding-y-0--lg {
    padding-top: 0rem;
    padding-bottom: 0rem; }
  .g-padding-y-5--lg {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem; }
  .g-padding-y-10--lg {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
  .g-padding-y-15--lg {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  .g-padding-y-20--lg {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .g-padding-y-25--lg {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem; }
  .g-padding-y-30--lg {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
  .g-padding-y-35--lg {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem; }
  .g-padding-y-40--lg {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .g-padding-y-45--lg {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem; }
  .g-padding-y-50--lg {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem; }
  .g-padding-y-55--lg {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem; }
  .g-padding-y-60--lg {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }
  .g-padding-y-65--lg {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem; }
  .g-padding-y-70--lg {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem; }
  .g-padding-y-75--lg {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem; }
  .g-padding-y-80--lg {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .g-padding-y-85--lg {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem; }
  .g-padding-y-90--lg {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem; }
  .g-padding-y-95--lg {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem; }
  .g-padding-y-100--lg {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem; }
  .g-padding-y-105--lg {
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem; }
  .g-padding-y-110--lg {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem; }
  .g-padding-y-115--lg {
    padding-top: 7.1875rem;
    padding-bottom: 7.1875rem; }
  .g-padding-y-120--lg {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; }
  .g-padding-y-125--lg {
    padding-top: 7.8125rem;
    padding-bottom: 7.8125rem; }
  .g-padding-y-130--lg {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem; }
  .g-padding-y-135--lg {
    padding-top: 8.4375rem;
    padding-bottom: 8.4375rem; }
  .g-padding-y-140--lg {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem; }
  .g-padding-y-145--lg {
    padding-top: 9.0625rem;
    padding-bottom: 9.0625rem; }
  .g-padding-y-150--lg {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem; }
  .g-padding-y-155--lg {
    padding-top: 9.6875rem;
    padding-bottom: 9.6875rem; }
  .g-padding-y-160--lg {
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .g-padding-y-165--lg {
    padding-top: 10.3125rem;
    padding-bottom: 10.3125rem; }
  .g-padding-y-170--lg {
    padding-top: 10.625rem;
    padding-bottom: 10.625rem; }
  .g-padding-y-175--lg {
    padding-top: 10.9375rem;
    padding-bottom: 10.9375rem; }
  .g-padding-y-180--lg {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem; }
  .g-padding-y-185--lg {
    padding-top: 11.5625rem;
    padding-bottom: 11.5625rem; }
  .g-padding-y-190--lg {
    padding-top: 11.875rem;
    padding-bottom: 11.875rem; }
  .g-padding-y-195--lg {
    padding-top: 12.1875rem;
    padding-bottom: 12.1875rem; }
  .g-padding-y-200--lg {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem; }
  .g-padding-y-205--lg {
    padding-top: 12.8125rem;
    padding-bottom: 12.8125rem; }
  .g-padding-y-210--lg {
    padding-top: 13.125rem;
    padding-bottom: 13.125rem; }
  .g-padding-y-215--lg {
    padding-top: 13.4375rem;
    padding-bottom: 13.4375rem; }
  .g-padding-y-220--lg {
    padding-top: 13.75rem;
    padding-bottom: 13.75rem; }
  .g-padding-y-225--lg {
    padding-top: 14.0625rem;
    padding-bottom: 14.0625rem; }
  .g-padding-y-230--lg {
    padding-top: 14.375rem;
    padding-bottom: 14.375rem; }
  .g-padding-y-235--lg {
    padding-top: 14.6875rem;
    padding-bottom: 14.6875rem; }
  .g-padding-y-240--lg {
    padding-top: 15rem;
    padding-bottom: 15rem; }
  .g-padding-y-245--lg {
    padding-top: 15.3125rem;
    padding-bottom: 15.3125rem; }
  .g-padding-y-250--lg {
    padding-top: 15.625rem;
    padding-bottom: 15.625rem; } }

/*----------------------------------
  Ul li padding X (left & right)
------------------------------------*/
.g-ul-li-lr-0--xs > li {
  padding-left: 0rem;
  padding-right: 0rem; }

.g-ul-li-lr-1--xs > li {
  padding-left: 0.0625rem;
  padding-right: 0.0625rem; }

.g-ul-li-lr-2--xs > li {
  padding-left: 0.125rem;
  padding-right: 0.125rem; }

.g-ul-li-lr-3--xs > li {
  padding-left: 0.1875rem;
  padding-right: 0.1875rem; }

.g-ul-li-lr-4--xs > li {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.g-ul-li-lr-5--xs > li {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }

.g-ul-li-lr-10--xs > li {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.g-ul-li-lr-15--xs > li {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.g-ul-li-lr-20--xs > li {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

/*----------------------------------
  Ul li padding Y (top & bottom)
------------------------------------*/
.g-ul-li-tb-0--xs > li {
  padding-top: 0rem;
  padding-bottom: 0rem; }

.g-ul-li-tb-1--xs > li {
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem; }

.g-ul-li-tb-2--xs > li {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem; }

.g-ul-li-tb-3--xs > li {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem; }

.g-ul-li-tb-4--xs > li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.g-ul-li-tb-5--xs > li {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem; }

.g-ul-li-tb-10--xs > li {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

.g-ul-li-tb-15--xs > li {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }

.g-ul-li-tb-20--xs > li {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

/*----------------------------------
  Colors
------------------------------------*/
/* Text Colors */
.g-color--primary {
  color: #FFFFFF !important; }

.g-color--red {
  color: #CC0000 !important; }

.g-color--dark-red {
  color: #8c0000 !important; }

.g-color--gold {
  color: #b99769 !important; }

.g-color--body {
  color: #FFFFFF !important; }

.g-color--dark {
  color: #222324 !important; }

.g-color--dark-light {
  color: #242526 !important; }

.g-color--heading {
  color: #242424 !important; }

.g-color--white {
  color: #FFFFFF !important; }

.g-color--text {
  color: #222222 !important; }

.g-color--gray-light {
  color: #7C7C7C !important; }

.g-color--gray-lighter {
  color: rgba(124, 124, 124, 0.68) !important; }

.g-color--gray-lightest {
  color: rgba(124, 124, 124, 0.18) !important; }

.g-color--black {
  color: #000000 !important; }

.g-color--black-opacity {
  color: rgba(0, 0, 0, 0.8) !important; }

.g-color--black-opacity-light {
  color: rgba(0, 0, 0, 0.5) !important; }

.g-color--black-opacity-lighter {
  color: rgba(0, 0, 0, 0.3) !important; }

.g-color--black-opacity-lightest {
  color: rgba(0, 0, 0, 0.1) !important; }

.g-color--white-opacity {
  color: rgba(255, 255, 255, 0.8) !important; }

.g-color--white-opacity-light {
  color: rgba(255, 255, 255, 0.5) !important; }

.g-color--white-opacity-lighter {
  color: rgba(255, 255, 255, 0.3) !important; }

.g-color--white-opacity-lightest {
  color: rgba(255, 255, 255, 0.1) !important; }

.g-color--camp-mix {
  color: #F58557 !important; }

.g-color--camp-bb {
  color: #36cae8 !important; }

.g-color--camp-freedom {
  color: #78ead3 !important; }

.g-color--camp-sekids {
  color: #FEC359 !important; }

.g-color--doc-color-1 {
  color: #40babd !important; }

.g-color--doc-color-2 {
  color: #75c181 !important; }

.g-color--doc-color-3 {
  color: #f77b6b !important; }

.g-color--doc-color-4 {
  color: #58bbee !important; }

.g-color--doc-color-5 {
  color: #F88C30 !important; }

.g-color--doc-color-6 {
  color: #EA5395 !important; }

.g-color--doc-color-7 {
  color: #8A40A7 !important; }

.g-color--2019-easter-purple {
  color: #804470 !important; }

.g-color--1099-easter {
  color: #804470 !important; }

.g-color--2019-easter-CW {
  color: #D75546 !important; }

.g-color--2019-easter-EZ {
  color: #F2AB4B !important; }

.g-color--2019-easter-IN {
  color: #286A69 !important; }

.g-color--2019-easter-LA {
  color: #09AABA !important; }

.g-color--2019-easter-RV {
  color: #3B9D8C !important; }

.g-color--2019-easter-SW {
  color: #1C2045 !important; }

.g-color--2019-easter-tan {
  color: #FFE9CB !important; }

.g-color--2019-easter-red {
  color: #DD5C3A !important; }

.g-color--2020-crisis-partner {
  color: #E5A133 !important; }

.g-color--2020-crisis-ministry {
  color: #68C1BA !important; }

.g-color--2020-easter-grey {
  color: #3E3E3E !important; }

.g-color--2020-easter-tan {
  color: #E4E2D3 !important; }

.g-color--2020-easter-green {
  color: #004121 !important; }

.g-color--2020-seapp-blue {
  color: #67CED9 !important; }

.g-color--2020-seapp-blue-dark {
  color: #28A5BB !important; }

.g-color--2020-seapp-dark {
  color: #121212 !important; }

.g-color--2020-seapp-grey {
  color: #262626 !important; }

.g-color--2021-unleashed {
  color: #1D3557 !important; }

.g-color--2019-unleashed {
  color: #EB4F40 !important; }

/* Text Shadow Colors */
.g-text-shadow--primary {
  text-shadow: -1px 1px 1px #FFFFFF !important; }

.g-text-shadow--red {
  text-shadow: -1px 1px 1px #CC0000 !important; }

.g-text-shadow--dark-red {
  text-shadow: -1px 1px 1px #8c0000 !important; }

.g-text-shadow--gold {
  text-shadow: -1px 1px 1px #b99769 !important; }

.g-text-shadow--body {
  text-shadow: -1px 1px 1px #FFFFFF !important; }

.g-text-shadow--dark {
  text-shadow: -1px 1px 1px #222324 !important; }

.g-text-shadow--dark-light {
  text-shadow: -1px 1px 1px #242526 !important; }

.g-text-shadow--heading {
  text-shadow: -1px 1px 1px #242424 !important; }

.g-text-shadow--white {
  text-shadow: -1px 1px 1px #FFFFFF !important; }

.g-text-shadow--text {
  text-shadow: -1px 1px 1px #222222 !important; }

.g-text-shadow--gray-light {
  text-shadow: -1px 1px 1px #7C7C7C !important; }

.g-text-shadow--gray-lighter {
  text-shadow: -1px 1px 1px rgba(124, 124, 124, 0.68) !important; }

.g-text-shadow--gray-lightest {
  text-shadow: -1px 1px 1px rgba(124, 124, 124, 0.18) !important; }

.g-text-shadow--black {
  text-shadow: -1px 1px 1px #000000 !important; }

.g-text-shadow--black-opacity {
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.8) !important; }

.g-text-shadow--black-opacity-light {
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5) !important; }

.g-text-shadow--black-opacity-lighter {
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3) !important; }

.g-text-shadow--black-opacity-lightest {
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1) !important; }

.g-text-shadow--white-opacity {
  text-shadow: -1px 1px 1px rgba(255, 255, 255, 0.8) !important; }

.g-text-shadow--white-opacity-light {
  text-shadow: -1px 1px 1px rgba(255, 255, 255, 0.5) !important; }

.g-text-shadow--white-opacity-lighter {
  text-shadow: -1px 1px 1px rgba(255, 255, 255, 0.3) !important; }

.g-text-shadow--white-opacity-lightest {
  text-shadow: -1px 1px 1px rgba(255, 255, 255, 0.1) !important; }

.g-text-shadow--camp-mix {
  text-shadow: -1px 1px 1px #F58557 !important; }

.g-text-shadow--camp-bb {
  text-shadow: -1px 1px 1px #36cae8 !important; }

.g-text-shadow--camp-freedom {
  text-shadow: -1px 1px 1px #78ead3 !important; }

.g-text-shadow--camp-sekids {
  text-shadow: -1px 1px 1px #FEC359 !important; }

.g-text-shadow--doc-color-1 {
  text-shadow: -1px 1px 1px #40babd !important; }

.g-text-shadow--doc-color-2 {
  text-shadow: -1px 1px 1px #75c181 !important; }

.g-text-shadow--doc-color-3 {
  text-shadow: -1px 1px 1px #f77b6b !important; }

.g-text-shadow--doc-color-4 {
  text-shadow: -1px 1px 1px #58bbee !important; }

.g-text-shadow--doc-color-5 {
  text-shadow: -1px 1px 1px #F88C30 !important; }

.g-text-shadow--doc-color-6 {
  text-shadow: -1px 1px 1px #EA5395 !important; }

.g-text-shadow--doc-color-7 {
  text-shadow: -1px 1px 1px #8A40A7 !important; }

.g-text-shadow--2019-easter-purple {
  text-shadow: -1px 1px 1px #804470 !important; }

.g-text-shadow--1099-easter {
  text-shadow: -1px 1px 1px #804470 !important; }

.g-text-shadow--2019-easter-CW {
  text-shadow: -1px 1px 1px #D75546 !important; }

.g-text-shadow--2019-easter-EZ {
  text-shadow: -1px 1px 1px #F2AB4B !important; }

.g-text-shadow--2019-easter-IN {
  text-shadow: -1px 1px 1px #286A69 !important; }

.g-text-shadow--2019-easter-LA {
  text-shadow: -1px 1px 1px #09AABA !important; }

.g-text-shadow--2019-easter-RV {
  text-shadow: -1px 1px 1px #3B9D8C !important; }

.g-text-shadow--2019-easter-SW {
  text-shadow: -1px 1px 1px #1C2045 !important; }

.g-text-shadow--2019-easter-tan {
  text-shadow: -1px 1px 1px #FFE9CB !important; }

.g-text-shadow--2019-easter-red {
  text-shadow: -1px 1px 1px #DD5C3A !important; }

.g-text-shadow--2020-crisis-partner {
  text-shadow: -1px 1px 1px #E5A133 !important; }

.g-text-shadow--2020-crisis-ministry {
  text-shadow: -1px 1px 1px #68C1BA !important; }

.g-text-shadow--2020-easter-grey {
  text-shadow: -1px 1px 1px #3E3E3E !important; }

.g-text-shadow--2020-easter-tan {
  text-shadow: -1px 1px 1px #E4E2D3 !important; }

.g-text-shadow--2020-easter-green {
  text-shadow: -1px 1px 1px #004121 !important; }

.g-text-shadow--2020-seapp-blue {
  text-shadow: -1px 1px 1px #67CED9 !important; }

.g-text-shadow--2020-seapp-blue-dark {
  text-shadow: -1px 1px 1px #28A5BB !important; }

.g-text-shadow--2020-seapp-dark {
  text-shadow: -1px 1px 1px #121212 !important; }

.g-text-shadow--2020-seapp-grey {
  text-shadow: -1px 1px 1px #262626 !important; }

.g-text-shadow--2021-unleashed {
  text-shadow: -1px 1px 1px #1D3557 !important; }

.g-text-shadow--2019-unleashed {
  text-shadow: -1px 1px 1px #EB4F40 !important; }

.g-text-shadow--primary--soft {
  text-shadow: 0px 0px 25px #FFFFFF !important; }

.g-text-shadow--red--soft {
  text-shadow: 0px 0px 25px #CC0000 !important; }

.g-text-shadow--dark-red--soft {
  text-shadow: 0px 0px 25px #8c0000 !important; }

.g-text-shadow--gold--soft {
  text-shadow: 0px 0px 25px #b99769 !important; }

.g-text-shadow--body--soft {
  text-shadow: 0px 0px 25px #FFFFFF !important; }

.g-text-shadow--dark--soft {
  text-shadow: 0px 0px 25px #222324 !important; }

.g-text-shadow--dark-light--soft {
  text-shadow: 0px 0px 25px #242526 !important; }

.g-text-shadow--heading--soft {
  text-shadow: 0px 0px 25px #242424 !important; }

.g-text-shadow--white--soft {
  text-shadow: 0px 0px 25px #FFFFFF !important; }

.g-text-shadow--text--soft {
  text-shadow: 0px 0px 25px #222222 !important; }

.g-text-shadow--gray-light--soft {
  text-shadow: 0px 0px 25px #7C7C7C !important; }

.g-text-shadow--gray-lighter--soft {
  text-shadow: 0px 0px 25px rgba(124, 124, 124, 0.68) !important; }

.g-text-shadow--gray-lightest--soft {
  text-shadow: 0px 0px 25px rgba(124, 124, 124, 0.18) !important; }

.g-text-shadow--black--soft {
  text-shadow: 0px 0px 25px #000000 !important; }

.g-text-shadow--black-opacity--soft {
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8) !important; }

.g-text-shadow--black-opacity-light--soft {
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5) !important; }

.g-text-shadow--black-opacity-lighter--soft {
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3) !important; }

.g-text-shadow--black-opacity-lightest--soft {
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1) !important; }

.g-text-shadow--white-opacity--soft {
  text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.8) !important; }

.g-text-shadow--white-opacity-light--soft {
  text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.5) !important; }

.g-text-shadow--white-opacity-lighter--soft {
  text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.3) !important; }

.g-text-shadow--white-opacity-lightest--soft {
  text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.1) !important; }

.g-text-shadow--camp-mix--soft {
  text-shadow: 0px 0px 25px #F58557 !important; }

.g-text-shadow--camp-bb--soft {
  text-shadow: 0px 0px 25px #36cae8 !important; }

.g-text-shadow--camp-freedom--soft {
  text-shadow: 0px 0px 25px #78ead3 !important; }

.g-text-shadow--camp-sekids--soft {
  text-shadow: 0px 0px 25px #FEC359 !important; }

.g-text-shadow--doc-color-1--soft {
  text-shadow: 0px 0px 25px #40babd !important; }

.g-text-shadow--doc-color-2--soft {
  text-shadow: 0px 0px 25px #75c181 !important; }

.g-text-shadow--doc-color-3--soft {
  text-shadow: 0px 0px 25px #f77b6b !important; }

.g-text-shadow--doc-color-4--soft {
  text-shadow: 0px 0px 25px #58bbee !important; }

.g-text-shadow--doc-color-5--soft {
  text-shadow: 0px 0px 25px #F88C30 !important; }

.g-text-shadow--doc-color-6--soft {
  text-shadow: 0px 0px 25px #EA5395 !important; }

.g-text-shadow--doc-color-7--soft {
  text-shadow: 0px 0px 25px #8A40A7 !important; }

.g-text-shadow--2019-easter-purple--soft {
  text-shadow: 0px 0px 25px #804470 !important; }

.g-text-shadow--1099-easter--soft {
  text-shadow: 0px 0px 25px #804470 !important; }

.g-text-shadow--2019-easter-CW--soft {
  text-shadow: 0px 0px 25px #D75546 !important; }

.g-text-shadow--2019-easter-EZ--soft {
  text-shadow: 0px 0px 25px #F2AB4B !important; }

.g-text-shadow--2019-easter-IN--soft {
  text-shadow: 0px 0px 25px #286A69 !important; }

.g-text-shadow--2019-easter-LA--soft {
  text-shadow: 0px 0px 25px #09AABA !important; }

.g-text-shadow--2019-easter-RV--soft {
  text-shadow: 0px 0px 25px #3B9D8C !important; }

.g-text-shadow--2019-easter-SW--soft {
  text-shadow: 0px 0px 25px #1C2045 !important; }

.g-text-shadow--2019-easter-tan--soft {
  text-shadow: 0px 0px 25px #FFE9CB !important; }

.g-text-shadow--2019-easter-red--soft {
  text-shadow: 0px 0px 25px #DD5C3A !important; }

.g-text-shadow--2020-crisis-partner--soft {
  text-shadow: 0px 0px 25px #E5A133 !important; }

.g-text-shadow--2020-crisis-ministry--soft {
  text-shadow: 0px 0px 25px #68C1BA !important; }

.g-text-shadow--2020-easter-grey--soft {
  text-shadow: 0px 0px 25px #3E3E3E !important; }

.g-text-shadow--2020-easter-tan--soft {
  text-shadow: 0px 0px 25px #E4E2D3 !important; }

.g-text-shadow--2020-easter-green--soft {
  text-shadow: 0px 0px 25px #004121 !important; }

.g-text-shadow--2020-seapp-blue--soft {
  text-shadow: 0px 0px 25px #67CED9 !important; }

.g-text-shadow--2020-seapp-blue-dark--soft {
  text-shadow: 0px 0px 25px #28A5BB !important; }

.g-text-shadow--2020-seapp-dark--soft {
  text-shadow: 0px 0px 25px #121212 !important; }

.g-text-shadow--2020-seapp-grey--soft {
  text-shadow: 0px 0px 25px #262626 !important; }

.g-text-shadow--2021-unleashed--soft {
  text-shadow: 0px 0px 25px #1D3557 !important; }

.g-text-shadow--2019-unleashed--soft {
  text-shadow: 0px 0px 25px #EB4F40 !important; }

/* Hover Colors */
.g-color-hover--primary:hover {
  color: #FFFFFF !important; }

.g-color-hover--red:hover {
  color: #CC0000 !important; }

.g-color-hover--dark-red:hover {
  color: #8c0000 !important; }

.g-color-hover--gold:hover {
  color: #b99769 !important; }

.g-color-hover--body:hover {
  color: #FFFFFF !important; }

.g-color-hover--dark:hover {
  color: #222324 !important; }

.g-color-hover--dark-light:hover {
  color: #242526 !important; }

.g-color-hover--heading:hover {
  color: #242424 !important; }

.g-color-hover--white:hover {
  color: #FFFFFF !important; }

.g-color-hover--text:hover {
  color: #222222 !important; }

.g-color-hover--gray-light:hover {
  color: #7C7C7C !important; }

.g-color-hover--gray-lighter:hover {
  color: rgba(124, 124, 124, 0.68) !important; }

.g-color-hover--gray-lightest:hover {
  color: rgba(124, 124, 124, 0.18) !important; }

.g-color-hover--black:hover {
  color: #000000 !important; }

.g-color-hover--black-opacity:hover {
  color: rgba(0, 0, 0, 0.8) !important; }

.g-color-hover--black-opacity-light:hover {
  color: rgba(0, 0, 0, 0.5) !important; }

.g-color-hover--black-opacity-lighter:hover {
  color: rgba(0, 0, 0, 0.3) !important; }

.g-color-hover--black-opacity-lightest:hover {
  color: rgba(0, 0, 0, 0.1) !important; }

.g-color-hover--white-opacity:hover {
  color: rgba(255, 255, 255, 0.8) !important; }

.g-color-hover--white-opacity-light:hover {
  color: rgba(255, 255, 255, 0.5) !important; }

.g-color-hover--white-opacity-lighter:hover {
  color: rgba(255, 255, 255, 0.3) !important; }

.g-color-hover--white-opacity-lightest:hover {
  color: rgba(255, 255, 255, 0.1) !important; }

.g-color-hover--camp-mix:hover {
  color: #F58557 !important; }

.g-color-hover--camp-bb:hover {
  color: #36cae8 !important; }

.g-color-hover--camp-freedom:hover {
  color: #78ead3 !important; }

.g-color-hover--camp-sekids:hover {
  color: #FEC359 !important; }

.g-color-hover--doc-color-1:hover {
  color: #40babd !important; }

.g-color-hover--doc-color-2:hover {
  color: #75c181 !important; }

.g-color-hover--doc-color-3:hover {
  color: #f77b6b !important; }

.g-color-hover--doc-color-4:hover {
  color: #58bbee !important; }

.g-color-hover--doc-color-5:hover {
  color: #F88C30 !important; }

.g-color-hover--doc-color-6:hover {
  color: #EA5395 !important; }

.g-color-hover--doc-color-7:hover {
  color: #8A40A7 !important; }

.g-color-hover--2019-easter-purple:hover {
  color: #804470 !important; }

.g-color-hover--1099-easter:hover {
  color: #804470 !important; }

.g-color-hover--2019-easter-CW:hover {
  color: #D75546 !important; }

.g-color-hover--2019-easter-EZ:hover {
  color: #F2AB4B !important; }

.g-color-hover--2019-easter-IN:hover {
  color: #286A69 !important; }

.g-color-hover--2019-easter-LA:hover {
  color: #09AABA !important; }

.g-color-hover--2019-easter-RV:hover {
  color: #3B9D8C !important; }

.g-color-hover--2019-easter-SW:hover {
  color: #1C2045 !important; }

.g-color-hover--2019-easter-tan:hover {
  color: #FFE9CB !important; }

.g-color-hover--2019-easter-red:hover {
  color: #DD5C3A !important; }

.g-color-hover--2020-crisis-partner:hover {
  color: #E5A133 !important; }

.g-color-hover--2020-crisis-ministry:hover {
  color: #68C1BA !important; }

.g-color-hover--2020-easter-grey:hover {
  color: #3E3E3E !important; }

.g-color-hover--2020-easter-tan:hover {
  color: #E4E2D3 !important; }

.g-color-hover--2020-easter-green:hover {
  color: #004121 !important; }

.g-color-hover--2020-seapp-blue:hover {
  color: #67CED9 !important; }

.g-color-hover--2020-seapp-blue-dark:hover {
  color: #28A5BB !important; }

.g-color-hover--2020-seapp-dark:hover {
  color: #121212 !important; }

.g-color-hover--2020-seapp-grey:hover {
  color: #262626 !important; }

.g-color-hover--2021-unleashed:hover {
  color: #1D3557 !important; }

.g-color-hover--2019-unleashed:hover {
  color: #EB4F40 !important; }

.g-bg-color-hover--primary:hover {
  background-color: #FFFFFF !important; }

.g-bg-color-hover--red:hover {
  background-color: #CC0000 !important; }

.g-bg-color-hover--dark-red:hover {
  background-color: #8c0000 !important; }

.g-bg-color-hover--gold:hover {
  background-color: #b99769 !important; }

.g-bg-color-hover--body:hover {
  background-color: #FFFFFF !important; }

.g-bg-color-hover--dark:hover {
  background-color: #222324 !important; }

.g-bg-color-hover--dark-light:hover {
  background-color: #242526 !important; }

.g-bg-color-hover--heading:hover {
  background-color: #242424 !important; }

.g-bg-color-hover--white:hover {
  background-color: #FFFFFF !important; }

.g-bg-color-hover--text:hover {
  background-color: #222222 !important; }

.g-bg-color-hover--gray-light:hover {
  background-color: #7C7C7C !important; }

.g-bg-color-hover--gray-lighter:hover {
  background-color: rgba(124, 124, 124, 0.68) !important; }

.g-bg-color-hover--gray-lightest:hover {
  background-color: rgba(124, 124, 124, 0.18) !important; }

.g-bg-color-hover--black:hover {
  background-color: #000000 !important; }

.g-bg-color-hover--black-opacity:hover {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.g-bg-color-hover--black-opacity-light:hover {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.g-bg-color-hover--black-opacity-lighter:hover {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.g-bg-color-hover--black-opacity-lightest:hover {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.g-bg-color-hover--white-opacity:hover {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.g-bg-color-hover--white-opacity-light:hover {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.g-bg-color-hover--white-opacity-lighter:hover {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.g-bg-color-hover--white-opacity-lightest:hover {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.g-bg-color-hover--camp-mix:hover {
  background-color: #F58557 !important; }

.g-bg-color-hover--camp-bb:hover {
  background-color: #36cae8 !important; }

.g-bg-color-hover--camp-freedom:hover {
  background-color: #78ead3 !important; }

.g-bg-color-hover--camp-sekids:hover {
  background-color: #FEC359 !important; }

.g-bg-color-hover--doc-color-1:hover {
  background-color: #40babd !important; }

.g-bg-color-hover--doc-color-2:hover {
  background-color: #75c181 !important; }

.g-bg-color-hover--doc-color-3:hover {
  background-color: #f77b6b !important; }

.g-bg-color-hover--doc-color-4:hover {
  background-color: #58bbee !important; }

.g-bg-color-hover--doc-color-5:hover {
  background-color: #F88C30 !important; }

.g-bg-color-hover--doc-color-6:hover {
  background-color: #EA5395 !important; }

.g-bg-color-hover--doc-color-7:hover {
  background-color: #8A40A7 !important; }

.g-bg-color-hover--2019-easter-purple:hover {
  background-color: #804470 !important; }

.g-bg-color-hover--1099-easter:hover {
  background-color: #804470 !important; }

.g-bg-color-hover--2019-easter-CW:hover {
  background-color: #D75546 !important; }

.g-bg-color-hover--2019-easter-EZ:hover {
  background-color: #F2AB4B !important; }

.g-bg-color-hover--2019-easter-IN:hover {
  background-color: #286A69 !important; }

.g-bg-color-hover--2019-easter-LA:hover {
  background-color: #09AABA !important; }

.g-bg-color-hover--2019-easter-RV:hover {
  background-color: #3B9D8C !important; }

.g-bg-color-hover--2019-easter-SW:hover {
  background-color: #1C2045 !important; }

.g-bg-color-hover--2019-easter-tan:hover {
  background-color: #FFE9CB !important; }

.g-bg-color-hover--2019-easter-red:hover {
  background-color: #DD5C3A !important; }

.g-bg-color-hover--2020-crisis-partner:hover {
  background-color: #E5A133 !important; }

.g-bg-color-hover--2020-crisis-ministry:hover {
  background-color: #68C1BA !important; }

.g-bg-color-hover--2020-easter-grey:hover {
  background-color: #3E3E3E !important; }

.g-bg-color-hover--2020-easter-tan:hover {
  background-color: #E4E2D3 !important; }

.g-bg-color-hover--2020-easter-green:hover {
  background-color: #004121 !important; }

.g-bg-color-hover--2020-seapp-blue:hover {
  background-color: #67CED9 !important; }

.g-bg-color-hover--2020-seapp-blue-dark:hover {
  background-color: #28A5BB !important; }

.g-bg-color-hover--2020-seapp-dark:hover {
  background-color: #121212 !important; }

.g-bg-color-hover--2020-seapp-grey:hover {
  background-color: #262626 !important; }

.g-bg-color-hover--2021-unleashed:hover {
  background-color: #1D3557 !important; }

.g-bg-color-hover--2019-unleashed:hover {
  background-color: #EB4F40 !important; }

.g-color--text[href]:hover {
  color: #FFFFFF !important; }

.g-color--white-opacity[href]:hover {
  color: #FFFFFF v; }

/*----------------------------------
  Divider
------------------------------------*/
.g-hor-divider__solid__b--primary {
  border-bottom: 1px solid #FFFFFF; }

.g-hor-divider__solid__b--red {
  border-bottom: 1px solid #CC0000; }

.g-hor-divider__solid__b--dark-red {
  border-bottom: 1px solid #8c0000; }

.g-hor-divider__solid__b--gold {
  border-bottom: 1px solid #b99769; }

.g-hor-divider__solid__b--body {
  border-bottom: 1px solid #FFFFFF; }

.g-hor-divider__solid__b--dark {
  border-bottom: 1px solid #222324; }

.g-hor-divider__solid__b--dark-light {
  border-bottom: 1px solid #242526; }

.g-hor-divider__solid__b--heading {
  border-bottom: 1px solid #242424; }

.g-hor-divider__solid__b--white {
  border-bottom: 1px solid #FFFFFF; }

.g-hor-divider__solid__b--text {
  border-bottom: 1px solid #222222; }

.g-hor-divider__solid__b--gray-light {
  border-bottom: 1px solid #7C7C7C; }

.g-hor-divider__solid__b--gray-lighter {
  border-bottom: 1px solid rgba(124, 124, 124, 0.68); }

.g-hor-divider__solid__b--gray-lightest {
  border-bottom: 1px solid rgba(124, 124, 124, 0.18); }

.g-hor-divider__solid__b--black {
  border-bottom: 1px solid #000000; }

.g-hor-divider__solid__b--black-opacity {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8); }

.g-hor-divider__solid__b--black-opacity-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

.g-hor-divider__solid__b--black-opacity-lighter {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.g-hor-divider__solid__b--black-opacity-lightest {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.g-hor-divider__solid__b--white-opacity {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8); }

.g-hor-divider__solid__b--white-opacity-light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.g-hor-divider__solid__b--white-opacity-lighter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.g-hor-divider__solid__b--white-opacity-lightest {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.g-hor-divider__solid__b--camp-mix {
  border-bottom: 1px solid #F58557; }

.g-hor-divider__solid__b--camp-bb {
  border-bottom: 1px solid #36cae8; }

.g-hor-divider__solid__b--camp-freedom {
  border-bottom: 1px solid #78ead3; }

.g-hor-divider__solid__b--camp-sekids {
  border-bottom: 1px solid #FEC359; }

.g-hor-divider__solid__b--doc-color-1 {
  border-bottom: 1px solid #40babd; }

.g-hor-divider__solid__b--doc-color-2 {
  border-bottom: 1px solid #75c181; }

.g-hor-divider__solid__b--doc-color-3 {
  border-bottom: 1px solid #f77b6b; }

.g-hor-divider__solid__b--doc-color-4 {
  border-bottom: 1px solid #58bbee; }

.g-hor-divider__solid__b--doc-color-5 {
  border-bottom: 1px solid #F88C30; }

.g-hor-divider__solid__b--doc-color-6 {
  border-bottom: 1px solid #EA5395; }

.g-hor-divider__solid__b--doc-color-7 {
  border-bottom: 1px solid #8A40A7; }

.g-hor-divider__solid__b--2019-easter-purple {
  border-bottom: 1px solid #804470; }

.g-hor-divider__solid__b--1099-easter {
  border-bottom: 1px solid #804470; }

.g-hor-divider__solid__b--2019-easter-CW {
  border-bottom: 1px solid #D75546; }

.g-hor-divider__solid__b--2019-easter-EZ {
  border-bottom: 1px solid #F2AB4B; }

.g-hor-divider__solid__b--2019-easter-IN {
  border-bottom: 1px solid #286A69; }

.g-hor-divider__solid__b--2019-easter-LA {
  border-bottom: 1px solid #09AABA; }

.g-hor-divider__solid__b--2019-easter-RV {
  border-bottom: 1px solid #3B9D8C; }

.g-hor-divider__solid__b--2019-easter-SW {
  border-bottom: 1px solid #1C2045; }

.g-hor-divider__solid__b--2019-easter-tan {
  border-bottom: 1px solid #FFE9CB; }

.g-hor-divider__solid__b--2019-easter-red {
  border-bottom: 1px solid #DD5C3A; }

.g-hor-divider__solid__b--2020-crisis-partner {
  border-bottom: 1px solid #E5A133; }

.g-hor-divider__solid__b--2020-crisis-ministry {
  border-bottom: 1px solid #68C1BA; }

.g-hor-divider__solid__b--2020-easter-grey {
  border-bottom: 1px solid #3E3E3E; }

.g-hor-divider__solid__b--2020-easter-tan {
  border-bottom: 1px solid #E4E2D3; }

.g-hor-divider__solid__b--2020-easter-green {
  border-bottom: 1px solid #004121; }

.g-hor-divider__solid__b--2020-seapp-blue {
  border-bottom: 1px solid #67CED9; }

.g-hor-divider__solid__b--2020-seapp-blue-dark {
  border-bottom: 1px solid #28A5BB; }

.g-hor-divider__solid__b--2020-seapp-dark {
  border-bottom: 1px solid #121212; }

.g-hor-divider__solid__b--2020-seapp-grey {
  border-bottom: 1px solid #262626; }

.g-hor-divider__solid__b--2021-unleashed {
  border-bottom: 1px solid #1D3557; }

.g-hor-divider__solid__b--2019-unleashed {
  border-bottom: 1px solid #EB4F40; }

.g-hor-divider__solid__t--primary {
  border-top: 1px solid #FFFFFF; }

.g-hor-divider__solid__t--red {
  border-top: 1px solid #CC0000; }

.g-hor-divider__solid__t--dark-red {
  border-top: 1px solid #8c0000; }

.g-hor-divider__solid__t--gold {
  border-top: 1px solid #b99769; }

.g-hor-divider__solid__t--body {
  border-top: 1px solid #FFFFFF; }

.g-hor-divider__solid__t--dark {
  border-top: 1px solid #222324; }

.g-hor-divider__solid__t--dark-light {
  border-top: 1px solid #242526; }

.g-hor-divider__solid__t--heading {
  border-top: 1px solid #242424; }

.g-hor-divider__solid__t--white {
  border-top: 1px solid #FFFFFF; }

.g-hor-divider__solid__t--text {
  border-top: 1px solid #222222; }

.g-hor-divider__solid__t--gray-light {
  border-top: 1px solid #7C7C7C; }

.g-hor-divider__solid__t--gray-lighter {
  border-top: 1px solid rgba(124, 124, 124, 0.68); }

.g-hor-divider__solid__t--gray-lightest {
  border-top: 1px solid rgba(124, 124, 124, 0.18); }

.g-hor-divider__solid__t--black {
  border-top: 1px solid #000000; }

.g-hor-divider__solid__t--black-opacity {
  border-top: 1px solid rgba(0, 0, 0, 0.8); }

.g-hor-divider__solid__t--black-opacity-light {
  border-top: 1px solid rgba(0, 0, 0, 0.5); }

.g-hor-divider__solid__t--black-opacity-lighter {
  border-top: 1px solid rgba(0, 0, 0, 0.3); }

.g-hor-divider__solid__t--black-opacity-lightest {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.g-hor-divider__solid__t--white-opacity {
  border-top: 1px solid rgba(255, 255, 255, 0.8); }

.g-hor-divider__solid__t--white-opacity-light {
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.g-hor-divider__solid__t--white-opacity-lighter {
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

.g-hor-divider__solid__t--white-opacity-lightest {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.g-hor-divider__solid__t--camp-mix {
  border-top: 1px solid #F58557; }

.g-hor-divider__solid__t--camp-bb {
  border-top: 1px solid #36cae8; }

.g-hor-divider__solid__t--camp-freedom {
  border-top: 1px solid #78ead3; }

.g-hor-divider__solid__t--camp-sekids {
  border-top: 1px solid #FEC359; }

.g-hor-divider__solid__t--doc-color-1 {
  border-top: 1px solid #40babd; }

.g-hor-divider__solid__t--doc-color-2 {
  border-top: 1px solid #75c181; }

.g-hor-divider__solid__t--doc-color-3 {
  border-top: 1px solid #f77b6b; }

.g-hor-divider__solid__t--doc-color-4 {
  border-top: 1px solid #58bbee; }

.g-hor-divider__solid__t--doc-color-5 {
  border-top: 1px solid #F88C30; }

.g-hor-divider__solid__t--doc-color-6 {
  border-top: 1px solid #EA5395; }

.g-hor-divider__solid__t--doc-color-7 {
  border-top: 1px solid #8A40A7; }

.g-hor-divider__solid__t--2019-easter-purple {
  border-top: 1px solid #804470; }

.g-hor-divider__solid__t--1099-easter {
  border-top: 1px solid #804470; }

.g-hor-divider__solid__t--2019-easter-CW {
  border-top: 1px solid #D75546; }

.g-hor-divider__solid__t--2019-easter-EZ {
  border-top: 1px solid #F2AB4B; }

.g-hor-divider__solid__t--2019-easter-IN {
  border-top: 1px solid #286A69; }

.g-hor-divider__solid__t--2019-easter-LA {
  border-top: 1px solid #09AABA; }

.g-hor-divider__solid__t--2019-easter-RV {
  border-top: 1px solid #3B9D8C; }

.g-hor-divider__solid__t--2019-easter-SW {
  border-top: 1px solid #1C2045; }

.g-hor-divider__solid__t--2019-easter-tan {
  border-top: 1px solid #FFE9CB; }

.g-hor-divider__solid__t--2019-easter-red {
  border-top: 1px solid #DD5C3A; }

.g-hor-divider__solid__t--2020-crisis-partner {
  border-top: 1px solid #E5A133; }

.g-hor-divider__solid__t--2020-crisis-ministry {
  border-top: 1px solid #68C1BA; }

.g-hor-divider__solid__t--2020-easter-grey {
  border-top: 1px solid #3E3E3E; }

.g-hor-divider__solid__t--2020-easter-tan {
  border-top: 1px solid #E4E2D3; }

.g-hor-divider__solid__t--2020-easter-green {
  border-top: 1px solid #004121; }

.g-hor-divider__solid__t--2020-seapp-blue {
  border-top: 1px solid #67CED9; }

.g-hor-divider__solid__t--2020-seapp-blue-dark {
  border-top: 1px solid #28A5BB; }

.g-hor-divider__solid__t--2020-seapp-dark {
  border-top: 1px solid #121212; }

.g-hor-divider__solid__t--2020-seapp-grey {
  border-top: 1px solid #262626; }

.g-hor-divider__solid__t--2021-unleashed {
  border-top: 1px solid #1D3557; }

.g-hor-divider__solid__t--2019-unleashed {
  border-top: 1px solid #EB4F40; }

.g-ver-divider__solid__r--primary {
  border-right: 1px solid #FFFFFF; }

.g-ver-divider__solid__r--red {
  border-right: 1px solid #CC0000; }

.g-ver-divider__solid__r--dark-red {
  border-right: 1px solid #8c0000; }

.g-ver-divider__solid__r--gold {
  border-right: 1px solid #b99769; }

.g-ver-divider__solid__r--body {
  border-right: 1px solid #FFFFFF; }

.g-ver-divider__solid__r--dark {
  border-right: 1px solid #222324; }

.g-ver-divider__solid__r--dark-light {
  border-right: 1px solid #242526; }

.g-ver-divider__solid__r--heading {
  border-right: 1px solid #242424; }

.g-ver-divider__solid__r--white {
  border-right: 1px solid #FFFFFF; }

.g-ver-divider__solid__r--text {
  border-right: 1px solid #222222; }

.g-ver-divider__solid__r--gray-light {
  border-right: 1px solid #7C7C7C; }

.g-ver-divider__solid__r--gray-lighter {
  border-right: 1px solid rgba(124, 124, 124, 0.68); }

.g-ver-divider__solid__r--gray-lightest {
  border-right: 1px solid rgba(124, 124, 124, 0.18); }

.g-ver-divider__solid__r--black {
  border-right: 1px solid #000000; }

.g-ver-divider__solid__r--black-opacity {
  border-right: 1px solid rgba(0, 0, 0, 0.8); }

.g-ver-divider__solid__r--black-opacity-light {
  border-right: 1px solid rgba(0, 0, 0, 0.5); }

.g-ver-divider__solid__r--black-opacity-lighter {
  border-right: 1px solid rgba(0, 0, 0, 0.3); }

.g-ver-divider__solid__r--black-opacity-lightest {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.g-ver-divider__solid__r--white-opacity {
  border-right: 1px solid rgba(255, 255, 255, 0.8); }

.g-ver-divider__solid__r--white-opacity-light {
  border-right: 1px solid rgba(255, 255, 255, 0.5); }

.g-ver-divider__solid__r--white-opacity-lighter {
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

.g-ver-divider__solid__r--white-opacity-lightest {
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

.g-ver-divider__solid__r--camp-mix {
  border-right: 1px solid #F58557; }

.g-ver-divider__solid__r--camp-bb {
  border-right: 1px solid #36cae8; }

.g-ver-divider__solid__r--camp-freedom {
  border-right: 1px solid #78ead3; }

.g-ver-divider__solid__r--camp-sekids {
  border-right: 1px solid #FEC359; }

.g-ver-divider__solid__r--doc-color-1 {
  border-right: 1px solid #40babd; }

.g-ver-divider__solid__r--doc-color-2 {
  border-right: 1px solid #75c181; }

.g-ver-divider__solid__r--doc-color-3 {
  border-right: 1px solid #f77b6b; }

.g-ver-divider__solid__r--doc-color-4 {
  border-right: 1px solid #58bbee; }

.g-ver-divider__solid__r--doc-color-5 {
  border-right: 1px solid #F88C30; }

.g-ver-divider__solid__r--doc-color-6 {
  border-right: 1px solid #EA5395; }

.g-ver-divider__solid__r--doc-color-7 {
  border-right: 1px solid #8A40A7; }

.g-ver-divider__solid__r--2019-easter-purple {
  border-right: 1px solid #804470; }

.g-ver-divider__solid__r--1099-easter {
  border-right: 1px solid #804470; }

.g-ver-divider__solid__r--2019-easter-CW {
  border-right: 1px solid #D75546; }

.g-ver-divider__solid__r--2019-easter-EZ {
  border-right: 1px solid #F2AB4B; }

.g-ver-divider__solid__r--2019-easter-IN {
  border-right: 1px solid #286A69; }

.g-ver-divider__solid__r--2019-easter-LA {
  border-right: 1px solid #09AABA; }

.g-ver-divider__solid__r--2019-easter-RV {
  border-right: 1px solid #3B9D8C; }

.g-ver-divider__solid__r--2019-easter-SW {
  border-right: 1px solid #1C2045; }

.g-ver-divider__solid__r--2019-easter-tan {
  border-right: 1px solid #FFE9CB; }

.g-ver-divider__solid__r--2019-easter-red {
  border-right: 1px solid #DD5C3A; }

.g-ver-divider__solid__r--2020-crisis-partner {
  border-right: 1px solid #E5A133; }

.g-ver-divider__solid__r--2020-crisis-ministry {
  border-right: 1px solid #68C1BA; }

.g-ver-divider__solid__r--2020-easter-grey {
  border-right: 1px solid #3E3E3E; }

.g-ver-divider__solid__r--2020-easter-tan {
  border-right: 1px solid #E4E2D3; }

.g-ver-divider__solid__r--2020-easter-green {
  border-right: 1px solid #004121; }

.g-ver-divider__solid__r--2020-seapp-blue {
  border-right: 1px solid #67CED9; }

.g-ver-divider__solid__r--2020-seapp-blue-dark {
  border-right: 1px solid #28A5BB; }

.g-ver-divider__solid__r--2020-seapp-dark {
  border-right: 1px solid #121212; }

.g-ver-divider__solid__r--2020-seapp-grey {
  border-right: 1px solid #262626; }

.g-ver-divider__solid__r--2021-unleashed {
  border-right: 1px solid #1D3557; }

.g-ver-divider__solid__r--2019-unleashed {
  border-right: 1px solid #EB4F40; }

.g-ver-divider__solid__l--primary {
  border-left: 1px solid #FFFFFF; }

.g-ver-divider__solid__l--red {
  border-left: 1px solid #CC0000; }

.g-ver-divider__solid__l--dark-red {
  border-left: 1px solid #8c0000; }

.g-ver-divider__solid__l--gold {
  border-left: 1px solid #b99769; }

.g-ver-divider__solid__l--body {
  border-left: 1px solid #FFFFFF; }

.g-ver-divider__solid__l--dark {
  border-left: 1px solid #222324; }

.g-ver-divider__solid__l--dark-light {
  border-left: 1px solid #242526; }

.g-ver-divider__solid__l--heading {
  border-left: 1px solid #242424; }

.g-ver-divider__solid__l--white {
  border-left: 1px solid #FFFFFF; }

.g-ver-divider__solid__l--text {
  border-left: 1px solid #222222; }

.g-ver-divider__solid__l--gray-light {
  border-left: 1px solid #7C7C7C; }

.g-ver-divider__solid__l--gray-lighter {
  border-left: 1px solid rgba(124, 124, 124, 0.68); }

.g-ver-divider__solid__l--gray-lightest {
  border-left: 1px solid rgba(124, 124, 124, 0.18); }

.g-ver-divider__solid__l--black {
  border-left: 1px solid #000000; }

.g-ver-divider__solid__l--black-opacity {
  border-left: 1px solid rgba(0, 0, 0, 0.8); }

.g-ver-divider__solid__l--black-opacity-light {
  border-left: 1px solid rgba(0, 0, 0, 0.5); }

.g-ver-divider__solid__l--black-opacity-lighter {
  border-left: 1px solid rgba(0, 0, 0, 0.3); }

.g-ver-divider__solid__l--black-opacity-lightest {
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.g-ver-divider__solid__l--white-opacity {
  border-left: 1px solid rgba(255, 255, 255, 0.8); }

.g-ver-divider__solid__l--white-opacity-light {
  border-left: 1px solid rgba(255, 255, 255, 0.5); }

.g-ver-divider__solid__l--white-opacity-lighter {
  border-left: 1px solid rgba(255, 255, 255, 0.3); }

.g-ver-divider__solid__l--white-opacity-lightest {
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.g-ver-divider__solid__l--camp-mix {
  border-left: 1px solid #F58557; }

.g-ver-divider__solid__l--camp-bb {
  border-left: 1px solid #36cae8; }

.g-ver-divider__solid__l--camp-freedom {
  border-left: 1px solid #78ead3; }

.g-ver-divider__solid__l--camp-sekids {
  border-left: 1px solid #FEC359; }

.g-ver-divider__solid__l--doc-color-1 {
  border-left: 1px solid #40babd; }

.g-ver-divider__solid__l--doc-color-2 {
  border-left: 1px solid #75c181; }

.g-ver-divider__solid__l--doc-color-3 {
  border-left: 1px solid #f77b6b; }

.g-ver-divider__solid__l--doc-color-4 {
  border-left: 1px solid #58bbee; }

.g-ver-divider__solid__l--doc-color-5 {
  border-left: 1px solid #F88C30; }

.g-ver-divider__solid__l--doc-color-6 {
  border-left: 1px solid #EA5395; }

.g-ver-divider__solid__l--doc-color-7 {
  border-left: 1px solid #8A40A7; }

.g-ver-divider__solid__l--2019-easter-purple {
  border-left: 1px solid #804470; }

.g-ver-divider__solid__l--1099-easter {
  border-left: 1px solid #804470; }

.g-ver-divider__solid__l--2019-easter-CW {
  border-left: 1px solid #D75546; }

.g-ver-divider__solid__l--2019-easter-EZ {
  border-left: 1px solid #F2AB4B; }

.g-ver-divider__solid__l--2019-easter-IN {
  border-left: 1px solid #286A69; }

.g-ver-divider__solid__l--2019-easter-LA {
  border-left: 1px solid #09AABA; }

.g-ver-divider__solid__l--2019-easter-RV {
  border-left: 1px solid #3B9D8C; }

.g-ver-divider__solid__l--2019-easter-SW {
  border-left: 1px solid #1C2045; }

.g-ver-divider__solid__l--2019-easter-tan {
  border-left: 1px solid #FFE9CB; }

.g-ver-divider__solid__l--2019-easter-red {
  border-left: 1px solid #DD5C3A; }

.g-ver-divider__solid__l--2020-crisis-partner {
  border-left: 1px solid #E5A133; }

.g-ver-divider__solid__l--2020-crisis-ministry {
  border-left: 1px solid #68C1BA; }

.g-ver-divider__solid__l--2020-easter-grey {
  border-left: 1px solid #3E3E3E; }

.g-ver-divider__solid__l--2020-easter-tan {
  border-left: 1px solid #E4E2D3; }

.g-ver-divider__solid__l--2020-easter-green {
  border-left: 1px solid #004121; }

.g-ver-divider__solid__l--2020-seapp-blue {
  border-left: 1px solid #67CED9; }

.g-ver-divider__solid__l--2020-seapp-blue-dark {
  border-left: 1px solid #28A5BB; }

.g-ver-divider__solid__l--2020-seapp-dark {
  border-left: 1px solid #121212; }

.g-ver-divider__solid__l--2020-seapp-grey {
  border-left: 1px solid #262626; }

.g-ver-divider__solid__l--2021-unleashed {
  border-left: 1px solid #1D3557; }

.g-ver-divider__solid__l--2019-unleashed {
  border-left: 1px solid #EB4F40; }

/*----------------------------------
  Background
------------------------------------*/
.g-bg-color--primary {
  background-color: #FFFFFF !important; }

.g-bg-color--red {
  background-color: #CC0000 !important; }

.g-bg-color--dark-red {
  background-color: #8c0000 !important; }

.g-bg-color--gold {
  background-color: #b99769 !important; }

.g-bg-color--body {
  background-color: #FFFFFF !important; }

.g-bg-color--dark {
  background-color: #222324 !important; }

.g-bg-color--dark-light {
  background-color: #242526 !important; }

.g-bg-color--heading {
  background-color: #242424 !important; }

.g-bg-color--white {
  background-color: #FFFFFF !important; }

.g-bg-color--text {
  background-color: #222222 !important; }

.g-bg-color--gray-light {
  background-color: #7C7C7C !important; }

.g-bg-color--gray-lighter {
  background-color: rgba(124, 124, 124, 0.68) !important; }

.g-bg-color--gray-lightest {
  background-color: rgba(124, 124, 124, 0.18) !important; }

.g-bg-color--black {
  background-color: #000000 !important; }

.g-bg-color--black-opacity {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.g-bg-color--black-opacity-light {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.g-bg-color--black-opacity-lighter {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.g-bg-color--black-opacity-lightest {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.g-bg-color--white-opacity {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.g-bg-color--white-opacity-light {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.g-bg-color--white-opacity-lighter {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.g-bg-color--white-opacity-lightest {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.g-bg-color--camp-mix {
  background-color: #F58557 !important; }

.g-bg-color--camp-bb {
  background-color: #36cae8 !important; }

.g-bg-color--camp-freedom {
  background-color: #78ead3 !important; }

.g-bg-color--camp-sekids {
  background-color: #FEC359 !important; }

.g-bg-color--doc-color-1 {
  background-color: #40babd !important; }

.g-bg-color--doc-color-2 {
  background-color: #75c181 !important; }

.g-bg-color--doc-color-3 {
  background-color: #f77b6b !important; }

.g-bg-color--doc-color-4 {
  background-color: #58bbee !important; }

.g-bg-color--doc-color-5 {
  background-color: #F88C30 !important; }

.g-bg-color--doc-color-6 {
  background-color: #EA5395 !important; }

.g-bg-color--doc-color-7 {
  background-color: #8A40A7 !important; }

.g-bg-color--2019-easter-purple {
  background-color: #804470 !important; }

.g-bg-color--1099-easter {
  background-color: #804470 !important; }

.g-bg-color--2019-easter-CW {
  background-color: #D75546 !important; }

.g-bg-color--2019-easter-EZ {
  background-color: #F2AB4B !important; }

.g-bg-color--2019-easter-IN {
  background-color: #286A69 !important; }

.g-bg-color--2019-easter-LA {
  background-color: #09AABA !important; }

.g-bg-color--2019-easter-RV {
  background-color: #3B9D8C !important; }

.g-bg-color--2019-easter-SW {
  background-color: #1C2045 !important; }

.g-bg-color--2019-easter-tan {
  background-color: #FFE9CB !important; }

.g-bg-color--2019-easter-red {
  background-color: #DD5C3A !important; }

.g-bg-color--2020-crisis-partner {
  background-color: #E5A133 !important; }

.g-bg-color--2020-crisis-ministry {
  background-color: #68C1BA !important; }

.g-bg-color--2020-easter-grey {
  background-color: #3E3E3E !important; }

.g-bg-color--2020-easter-tan {
  background-color: #E4E2D3 !important; }

.g-bg-color--2020-easter-green {
  background-color: #004121 !important; }

.g-bg-color--2020-seapp-blue {
  background-color: #67CED9 !important; }

.g-bg-color--2020-seapp-blue-dark {
  background-color: #28A5BB !important; }

.g-bg-color--2020-seapp-dark {
  background-color: #121212 !important; }

.g-bg-color--2020-seapp-grey {
  background-color: #262626 !important; }

.g-bg-color--2021-unleashed {
  background-color: #1D3557 !important; }

.g-bg-color--2019-unleashed {
  background-color: #EB4F40 !important; }

/************************************************************************************************/
/* Parallax Background Color using all colors from above (use this only if you need all colors) */
/************************************************************************************************/
/* Parallax Background Color */
.g-bg-parallax-color--primary--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--red--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(204, 0, 0, 0.1) 100%, rgba(204, 0, 0, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-red--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(140, 0, 0, 0.1) 100%, rgba(140, 0, 0, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gold--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(185, 151, 105, 0.1) 100%, rgba(185, 151, 105, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--body--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(34, 35, 36, 0.1) 100%, rgba(34, 35, 36, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-light--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(36, 37, 38, 0.1) 100%, rgba(36, 37, 38, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--heading--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(36, 36, 36, 0.1) 100%, rgba(36, 36, 36, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--text--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(34, 34, 34, 0.1) 100%, rgba(34, 34, 34, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-light--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.1) 100%, rgba(124, 124, 124, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lighter--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.1) 100%, rgba(124, 124, 124, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lightest--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.1) 100%, rgba(124, 124, 124, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.1) 100%, rgba(0, 0, 0, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.1) 100%, rgba(0, 0, 0, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-light--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.1) 100%, rgba(0, 0, 0, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lighter--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.1) 100%, rgba(0, 0, 0, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lightest--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.1) 100%, rgba(0, 0, 0, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-light--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lighter--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lightest--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-mix--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(245, 133, 87, 0.1) 100%, rgba(245, 133, 87, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-bb--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(54, 202, 232, 0.1) 100%, rgba(54, 202, 232, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-freedom--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(120, 234, 211, 0.1) 100%, rgba(120, 234, 211, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-sekids--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(254, 195, 89, 0.1) 100%, rgba(254, 195, 89, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-1--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(64, 186, 189, 0.1) 100%, rgba(64, 186, 189, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-2--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(117, 193, 129, 0.1) 100%, rgba(117, 193, 129, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-3--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(247, 123, 107, 0.1) 100%, rgba(247, 123, 107, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-4--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(88, 187, 238, 0.1) 100%, rgba(88, 187, 238, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-5--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(248, 140, 48, 0.1) 100%, rgba(248, 140, 48, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-6--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(234, 83, 149, 0.1) 100%, rgba(234, 83, 149, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-7--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(138, 64, 167, 0.1) 100%, rgba(138, 64, 167, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-purple--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(128, 68, 112, 0.1) 100%, rgba(128, 68, 112, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--1099-easter--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(128, 68, 112, 0.1) 100%, rgba(128, 68, 112, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-CW--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(215, 85, 70, 0.1) 100%, rgba(215, 85, 70, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-EZ--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(242, 171, 75, 0.1) 100%, rgba(242, 171, 75, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-IN--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(40, 106, 105, 0.1) 100%, rgba(40, 106, 105, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-LA--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(9, 170, 186, 0.1) 100%, rgba(9, 170, 186, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-RV--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(59, 157, 140, 0.1) 100%, rgba(59, 157, 140, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-SW--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(28, 32, 69, 0.1) 100%, rgba(28, 32, 69, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-tan--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 233, 203, 0.1) 100%, rgba(255, 233, 203, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-red--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(221, 92, 58, 0.1) 100%, rgba(221, 92, 58, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-partner--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(229, 161, 51, 0.1) 100%, rgba(229, 161, 51, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-ministry--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(104, 193, 186, 0.1) 100%, rgba(104, 193, 186, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-grey--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(62, 62, 62, 0.1) 100%, rgba(62, 62, 62, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-tan--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(228, 226, 211, 0.1) 100%, rgba(228, 226, 211, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-green--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 65, 33, 0.1) 100%, rgba(0, 65, 33, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(103, 206, 217, 0.1) 100%, rgba(103, 206, 217, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue-dark--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(40, 165, 187, 0.1) 100%, rgba(40, 165, 187, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-dark--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(18, 18, 18, 0.1) 100%, rgba(18, 18, 18, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-grey--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(38, 38, 38, 0.1) 100%, rgba(38, 38, 38, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2021-unleashed--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(29, 53, 87, 0.1) 100%, rgba(29, 53, 87, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-unleashed--10:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(235, 79, 64, 0.1) 100%, rgba(235, 79, 64, 0.1) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--primary--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--red--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(204, 0, 0, 0.2) 100%, rgba(204, 0, 0, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-red--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(140, 0, 0, 0.2) 100%, rgba(140, 0, 0, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gold--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(185, 151, 105, 0.2) 100%, rgba(185, 151, 105, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--body--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(34, 35, 36, 0.2) 100%, rgba(34, 35, 36, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-light--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(36, 37, 38, 0.2) 100%, rgba(36, 37, 38, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--heading--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(36, 36, 36, 0.2) 100%, rgba(36, 36, 36, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--text--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(34, 34, 34, 0.2) 100%, rgba(34, 34, 34, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-light--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.2) 100%, rgba(124, 124, 124, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lighter--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.2) 100%, rgba(124, 124, 124, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lightest--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.2) 100%, rgba(124, 124, 124, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.2) 100%, rgba(0, 0, 0, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.2) 100%, rgba(0, 0, 0, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-light--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.2) 100%, rgba(0, 0, 0, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lighter--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.2) 100%, rgba(0, 0, 0, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lightest--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.2) 100%, rgba(0, 0, 0, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-light--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lighter--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lightest--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-mix--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(245, 133, 87, 0.2) 100%, rgba(245, 133, 87, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-bb--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(54, 202, 232, 0.2) 100%, rgba(54, 202, 232, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-freedom--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(120, 234, 211, 0.2) 100%, rgba(120, 234, 211, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-sekids--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(254, 195, 89, 0.2) 100%, rgba(254, 195, 89, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-1--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(64, 186, 189, 0.2) 100%, rgba(64, 186, 189, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-2--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(117, 193, 129, 0.2) 100%, rgba(117, 193, 129, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-3--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(247, 123, 107, 0.2) 100%, rgba(247, 123, 107, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-4--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(88, 187, 238, 0.2) 100%, rgba(88, 187, 238, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-5--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(248, 140, 48, 0.2) 100%, rgba(248, 140, 48, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-6--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(234, 83, 149, 0.2) 100%, rgba(234, 83, 149, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-7--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(138, 64, 167, 0.2) 100%, rgba(138, 64, 167, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-purple--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(128, 68, 112, 0.2) 100%, rgba(128, 68, 112, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--1099-easter--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(128, 68, 112, 0.2) 100%, rgba(128, 68, 112, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-CW--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(215, 85, 70, 0.2) 100%, rgba(215, 85, 70, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-EZ--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(242, 171, 75, 0.2) 100%, rgba(242, 171, 75, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-IN--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(40, 106, 105, 0.2) 100%, rgba(40, 106, 105, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-LA--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(9, 170, 186, 0.2) 100%, rgba(9, 170, 186, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-RV--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(59, 157, 140, 0.2) 100%, rgba(59, 157, 140, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-SW--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(28, 32, 69, 0.2) 100%, rgba(28, 32, 69, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-tan--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 233, 203, 0.2) 100%, rgba(255, 233, 203, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-red--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(221, 92, 58, 0.2) 100%, rgba(221, 92, 58, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-partner--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(229, 161, 51, 0.2) 100%, rgba(229, 161, 51, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-ministry--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(104, 193, 186, 0.2) 100%, rgba(104, 193, 186, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-grey--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(62, 62, 62, 0.2) 100%, rgba(62, 62, 62, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-tan--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(228, 226, 211, 0.2) 100%, rgba(228, 226, 211, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-green--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 65, 33, 0.2) 100%, rgba(0, 65, 33, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(103, 206, 217, 0.2) 100%, rgba(103, 206, 217, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue-dark--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(40, 165, 187, 0.2) 100%, rgba(40, 165, 187, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-dark--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(18, 18, 18, 0.2) 100%, rgba(18, 18, 18, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-grey--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(38, 38, 38, 0.2) 100%, rgba(38, 38, 38, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2021-unleashed--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(29, 53, 87, 0.2) 100%, rgba(29, 53, 87, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-unleashed--20:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(235, 79, 64, 0.2) 100%, rgba(235, 79, 64, 0.2) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--primary--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.3) 100%, rgba(255, 255, 255, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--red--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(204, 0, 0, 0.3) 100%, rgba(204, 0, 0, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-red--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(140, 0, 0, 0.3) 100%, rgba(140, 0, 0, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gold--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(185, 151, 105, 0.3) 100%, rgba(185, 151, 105, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--body--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.3) 100%, rgba(255, 255, 255, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(34, 35, 36, 0.3) 100%, rgba(34, 35, 36, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-light--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(36, 37, 38, 0.3) 100%, rgba(36, 37, 38, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--heading--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(36, 36, 36, 0.3) 100%, rgba(36, 36, 36, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.3) 100%, rgba(255, 255, 255, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--text--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(34, 34, 34, 0.3) 100%, rgba(34, 34, 34, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-light--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.3) 100%, rgba(124, 124, 124, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lighter--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.3) 100%, rgba(124, 124, 124, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lightest--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.3) 100%, rgba(124, 124, 124, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.3) 100%, rgba(0, 0, 0, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.3) 100%, rgba(0, 0, 0, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-light--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.3) 100%, rgba(0, 0, 0, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lighter--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.3) 100%, rgba(0, 0, 0, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lightest--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.3) 100%, rgba(0, 0, 0, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.3) 100%, rgba(255, 255, 255, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-light--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.3) 100%, rgba(255, 255, 255, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lighter--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.3) 100%, rgba(255, 255, 255, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lightest--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.3) 100%, rgba(255, 255, 255, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-mix--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(245, 133, 87, 0.3) 100%, rgba(245, 133, 87, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-bb--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(54, 202, 232, 0.3) 100%, rgba(54, 202, 232, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-freedom--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(120, 234, 211, 0.3) 100%, rgba(120, 234, 211, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-sekids--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(254, 195, 89, 0.3) 100%, rgba(254, 195, 89, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-1--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(64, 186, 189, 0.3) 100%, rgba(64, 186, 189, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-2--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(117, 193, 129, 0.3) 100%, rgba(117, 193, 129, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-3--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(247, 123, 107, 0.3) 100%, rgba(247, 123, 107, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-4--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(88, 187, 238, 0.3) 100%, rgba(88, 187, 238, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-5--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(248, 140, 48, 0.3) 100%, rgba(248, 140, 48, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-6--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(234, 83, 149, 0.3) 100%, rgba(234, 83, 149, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-7--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(138, 64, 167, 0.3) 100%, rgba(138, 64, 167, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-purple--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(128, 68, 112, 0.3) 100%, rgba(128, 68, 112, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--1099-easter--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(128, 68, 112, 0.3) 100%, rgba(128, 68, 112, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-CW--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(215, 85, 70, 0.3) 100%, rgba(215, 85, 70, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-EZ--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(242, 171, 75, 0.3) 100%, rgba(242, 171, 75, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-IN--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(40, 106, 105, 0.3) 100%, rgba(40, 106, 105, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-LA--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(9, 170, 186, 0.3) 100%, rgba(9, 170, 186, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-RV--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(59, 157, 140, 0.3) 100%, rgba(59, 157, 140, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-SW--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(28, 32, 69, 0.3) 100%, rgba(28, 32, 69, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-tan--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 233, 203, 0.3) 100%, rgba(255, 233, 203, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-red--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(221, 92, 58, 0.3) 100%, rgba(221, 92, 58, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-partner--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(229, 161, 51, 0.3) 100%, rgba(229, 161, 51, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-ministry--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(104, 193, 186, 0.3) 100%, rgba(104, 193, 186, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-grey--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(62, 62, 62, 0.3) 100%, rgba(62, 62, 62, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-tan--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(228, 226, 211, 0.3) 100%, rgba(228, 226, 211, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-green--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 65, 33, 0.3) 100%, rgba(0, 65, 33, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(103, 206, 217, 0.3) 100%, rgba(103, 206, 217, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue-dark--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(40, 165, 187, 0.3) 100%, rgba(40, 165, 187, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-dark--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(18, 18, 18, 0.3) 100%, rgba(18, 18, 18, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-grey--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(38, 38, 38, 0.3) 100%, rgba(38, 38, 38, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2021-unleashed--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(29, 53, 87, 0.3) 100%, rgba(29, 53, 87, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-unleashed--30:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(235, 79, 64, 0.3) 100%, rgba(235, 79, 64, 0.3) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--primary--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.4) 100%, rgba(255, 255, 255, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--red--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(204, 0, 0, 0.4) 100%, rgba(204, 0, 0, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-red--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(140, 0, 0, 0.4) 100%, rgba(140, 0, 0, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gold--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(185, 151, 105, 0.4) 100%, rgba(185, 151, 105, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--body--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.4) 100%, rgba(255, 255, 255, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(34, 35, 36, 0.4) 100%, rgba(34, 35, 36, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-light--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(36, 37, 38, 0.4) 100%, rgba(36, 37, 38, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--heading--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(36, 36, 36, 0.4) 100%, rgba(36, 36, 36, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.4) 100%, rgba(255, 255, 255, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--text--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(34, 34, 34, 0.4) 100%, rgba(34, 34, 34, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-light--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.4) 100%, rgba(124, 124, 124, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lighter--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.4) 100%, rgba(124, 124, 124, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lightest--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.4) 100%, rgba(124, 124, 124, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-light--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lighter--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lightest--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.4) 100%, rgba(255, 255, 255, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-light--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.4) 100%, rgba(255, 255, 255, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lighter--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.4) 100%, rgba(255, 255, 255, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lightest--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.4) 100%, rgba(255, 255, 255, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-mix--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(245, 133, 87, 0.4) 100%, rgba(245, 133, 87, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-bb--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(54, 202, 232, 0.4) 100%, rgba(54, 202, 232, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-freedom--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(120, 234, 211, 0.4) 100%, rgba(120, 234, 211, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-sekids--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(254, 195, 89, 0.4) 100%, rgba(254, 195, 89, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-1--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(64, 186, 189, 0.4) 100%, rgba(64, 186, 189, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-2--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(117, 193, 129, 0.4) 100%, rgba(117, 193, 129, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-3--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(247, 123, 107, 0.4) 100%, rgba(247, 123, 107, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-4--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(88, 187, 238, 0.4) 100%, rgba(88, 187, 238, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-5--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(248, 140, 48, 0.4) 100%, rgba(248, 140, 48, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-6--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(234, 83, 149, 0.4) 100%, rgba(234, 83, 149, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-7--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(138, 64, 167, 0.4) 100%, rgba(138, 64, 167, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-purple--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(128, 68, 112, 0.4) 100%, rgba(128, 68, 112, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--1099-easter--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(128, 68, 112, 0.4) 100%, rgba(128, 68, 112, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-CW--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(215, 85, 70, 0.4) 100%, rgba(215, 85, 70, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-EZ--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(242, 171, 75, 0.4) 100%, rgba(242, 171, 75, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-IN--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(40, 106, 105, 0.4) 100%, rgba(40, 106, 105, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-LA--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(9, 170, 186, 0.4) 100%, rgba(9, 170, 186, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-RV--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(59, 157, 140, 0.4) 100%, rgba(59, 157, 140, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-SW--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(28, 32, 69, 0.4) 100%, rgba(28, 32, 69, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-tan--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 233, 203, 0.4) 100%, rgba(255, 233, 203, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-red--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(221, 92, 58, 0.4) 100%, rgba(221, 92, 58, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-partner--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(229, 161, 51, 0.4) 100%, rgba(229, 161, 51, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-ministry--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(104, 193, 186, 0.4) 100%, rgba(104, 193, 186, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-grey--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(62, 62, 62, 0.4) 100%, rgba(62, 62, 62, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-tan--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(228, 226, 211, 0.4) 100%, rgba(228, 226, 211, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-green--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 65, 33, 0.4) 100%, rgba(0, 65, 33, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(103, 206, 217, 0.4) 100%, rgba(103, 206, 217, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue-dark--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(40, 165, 187, 0.4) 100%, rgba(40, 165, 187, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-dark--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(18, 18, 18, 0.4) 100%, rgba(18, 18, 18, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-grey--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(38, 38, 38, 0.4) 100%, rgba(38, 38, 38, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2021-unleashed--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(29, 53, 87, 0.4) 100%, rgba(29, 53, 87, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-unleashed--40:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(235, 79, 64, 0.4) 100%, rgba(235, 79, 64, 0.4) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--primary--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--red--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(204, 0, 0, 0.5) 100%, rgba(204, 0, 0, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-red--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(140, 0, 0, 0.5) 100%, rgba(140, 0, 0, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gold--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(185, 151, 105, 0.5) 100%, rgba(185, 151, 105, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--body--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(34, 35, 36, 0.5) 100%, rgba(34, 35, 36, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-light--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(36, 37, 38, 0.5) 100%, rgba(36, 37, 38, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--heading--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(36, 36, 36, 0.5) 100%, rgba(36, 36, 36, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--text--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(34, 34, 34, 0.5) 100%, rgba(34, 34, 34, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-light--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.5) 100%, rgba(124, 124, 124, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lighter--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.5) 100%, rgba(124, 124, 124, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lightest--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.5) 100%, rgba(124, 124, 124, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-light--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lighter--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lightest--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-light--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lighter--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lightest--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-mix--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(245, 133, 87, 0.5) 100%, rgba(245, 133, 87, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-bb--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(54, 202, 232, 0.5) 100%, rgba(54, 202, 232, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-freedom--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(120, 234, 211, 0.5) 100%, rgba(120, 234, 211, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-sekids--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(254, 195, 89, 0.5) 100%, rgba(254, 195, 89, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-1--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(64, 186, 189, 0.5) 100%, rgba(64, 186, 189, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-2--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(117, 193, 129, 0.5) 100%, rgba(117, 193, 129, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-3--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(247, 123, 107, 0.5) 100%, rgba(247, 123, 107, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-4--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(88, 187, 238, 0.5) 100%, rgba(88, 187, 238, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-5--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(248, 140, 48, 0.5) 100%, rgba(248, 140, 48, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-6--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(234, 83, 149, 0.5) 100%, rgba(234, 83, 149, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-7--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(138, 64, 167, 0.5) 100%, rgba(138, 64, 167, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-purple--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(128, 68, 112, 0.5) 100%, rgba(128, 68, 112, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--1099-easter--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(128, 68, 112, 0.5) 100%, rgba(128, 68, 112, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-CW--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(215, 85, 70, 0.5) 100%, rgba(215, 85, 70, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-EZ--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(242, 171, 75, 0.5) 100%, rgba(242, 171, 75, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-IN--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(40, 106, 105, 0.5) 100%, rgba(40, 106, 105, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-LA--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(9, 170, 186, 0.5) 100%, rgba(9, 170, 186, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-RV--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(59, 157, 140, 0.5) 100%, rgba(59, 157, 140, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-SW--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(28, 32, 69, 0.5) 100%, rgba(28, 32, 69, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-tan--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 233, 203, 0.5) 100%, rgba(255, 233, 203, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-red--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(221, 92, 58, 0.5) 100%, rgba(221, 92, 58, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-partner--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(229, 161, 51, 0.5) 100%, rgba(229, 161, 51, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-ministry--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(104, 193, 186, 0.5) 100%, rgba(104, 193, 186, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-grey--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(62, 62, 62, 0.5) 100%, rgba(62, 62, 62, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-tan--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(228, 226, 211, 0.5) 100%, rgba(228, 226, 211, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-green--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 65, 33, 0.5) 100%, rgba(0, 65, 33, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(103, 206, 217, 0.5) 100%, rgba(103, 206, 217, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue-dark--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(40, 165, 187, 0.5) 100%, rgba(40, 165, 187, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-dark--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(18, 18, 18, 0.5) 100%, rgba(18, 18, 18, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-grey--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(38, 38, 38, 0.5) 100%, rgba(38, 38, 38, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2021-unleashed--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(29, 53, 87, 0.5) 100%, rgba(29, 53, 87, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-unleashed--50:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(235, 79, 64, 0.5) 100%, rgba(235, 79, 64, 0.5) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--primary--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.6) 100%, rgba(255, 255, 255, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--red--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(204, 0, 0, 0.6) 100%, rgba(204, 0, 0, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-red--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(140, 0, 0, 0.6) 100%, rgba(140, 0, 0, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gold--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(185, 151, 105, 0.6) 100%, rgba(185, 151, 105, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--body--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.6) 100%, rgba(255, 255, 255, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(34, 35, 36, 0.6) 100%, rgba(34, 35, 36, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-light--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(36, 37, 38, 0.6) 100%, rgba(36, 37, 38, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--heading--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(36, 36, 36, 0.6) 100%, rgba(36, 36, 36, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.6) 100%, rgba(255, 255, 255, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--text--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(34, 34, 34, 0.6) 100%, rgba(34, 34, 34, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-light--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.6) 100%, rgba(124, 124, 124, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lighter--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.6) 100%, rgba(124, 124, 124, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lightest--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.6) 100%, rgba(124, 124, 124, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.6) 100%, rgba(0, 0, 0, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.6) 100%, rgba(0, 0, 0, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-light--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.6) 100%, rgba(0, 0, 0, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lighter--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.6) 100%, rgba(0, 0, 0, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lightest--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.6) 100%, rgba(0, 0, 0, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.6) 100%, rgba(255, 255, 255, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-light--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.6) 100%, rgba(255, 255, 255, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lighter--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.6) 100%, rgba(255, 255, 255, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lightest--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.6) 100%, rgba(255, 255, 255, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-mix--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(245, 133, 87, 0.6) 100%, rgba(245, 133, 87, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-bb--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(54, 202, 232, 0.6) 100%, rgba(54, 202, 232, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-freedom--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(120, 234, 211, 0.6) 100%, rgba(120, 234, 211, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-sekids--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(254, 195, 89, 0.6) 100%, rgba(254, 195, 89, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-1--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(64, 186, 189, 0.6) 100%, rgba(64, 186, 189, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-2--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(117, 193, 129, 0.6) 100%, rgba(117, 193, 129, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-3--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(247, 123, 107, 0.6) 100%, rgba(247, 123, 107, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-4--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(88, 187, 238, 0.6) 100%, rgba(88, 187, 238, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-5--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(248, 140, 48, 0.6) 100%, rgba(248, 140, 48, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-6--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(234, 83, 149, 0.6) 100%, rgba(234, 83, 149, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-7--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(138, 64, 167, 0.6) 100%, rgba(138, 64, 167, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-purple--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(128, 68, 112, 0.6) 100%, rgba(128, 68, 112, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--1099-easter--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(128, 68, 112, 0.6) 100%, rgba(128, 68, 112, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-CW--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(215, 85, 70, 0.6) 100%, rgba(215, 85, 70, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-EZ--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(242, 171, 75, 0.6) 100%, rgba(242, 171, 75, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-IN--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(40, 106, 105, 0.6) 100%, rgba(40, 106, 105, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-LA--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(9, 170, 186, 0.6) 100%, rgba(9, 170, 186, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-RV--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(59, 157, 140, 0.6) 100%, rgba(59, 157, 140, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-SW--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(28, 32, 69, 0.6) 100%, rgba(28, 32, 69, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-tan--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 233, 203, 0.6) 100%, rgba(255, 233, 203, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-red--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(221, 92, 58, 0.6) 100%, rgba(221, 92, 58, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-partner--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(229, 161, 51, 0.6) 100%, rgba(229, 161, 51, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-ministry--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(104, 193, 186, 0.6) 100%, rgba(104, 193, 186, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-grey--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(62, 62, 62, 0.6) 100%, rgba(62, 62, 62, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-tan--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(228, 226, 211, 0.6) 100%, rgba(228, 226, 211, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-green--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 65, 33, 0.6) 100%, rgba(0, 65, 33, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(103, 206, 217, 0.6) 100%, rgba(103, 206, 217, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue-dark--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(40, 165, 187, 0.6) 100%, rgba(40, 165, 187, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-dark--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(18, 18, 18, 0.6) 100%, rgba(18, 18, 18, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-grey--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(38, 38, 38, 0.6) 100%, rgba(38, 38, 38, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2021-unleashed--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(29, 53, 87, 0.6) 100%, rgba(29, 53, 87, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-unleashed--60:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(235, 79, 64, 0.6) 100%, rgba(235, 79, 64, 0.6) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--primary--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.7) 100%, rgba(255, 255, 255, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--red--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(204, 0, 0, 0.7) 100%, rgba(204, 0, 0, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-red--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(140, 0, 0, 0.7) 100%, rgba(140, 0, 0, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gold--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(185, 151, 105, 0.7) 100%, rgba(185, 151, 105, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--body--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.7) 100%, rgba(255, 255, 255, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(34, 35, 36, 0.7) 100%, rgba(34, 35, 36, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-light--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(36, 37, 38, 0.7) 100%, rgba(36, 37, 38, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--heading--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(36, 36, 36, 0.7) 100%, rgba(36, 36, 36, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.7) 100%, rgba(255, 255, 255, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--text--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(34, 34, 34, 0.7) 100%, rgba(34, 34, 34, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-light--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.7) 100%, rgba(124, 124, 124, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lighter--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.7) 100%, rgba(124, 124, 124, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lightest--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.7) 100%, rgba(124, 124, 124, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-light--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lighter--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lightest--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.7) 100%, rgba(255, 255, 255, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-light--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.7) 100%, rgba(255, 255, 255, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lighter--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.7) 100%, rgba(255, 255, 255, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lightest--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.7) 100%, rgba(255, 255, 255, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-mix--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(245, 133, 87, 0.7) 100%, rgba(245, 133, 87, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-bb--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(54, 202, 232, 0.7) 100%, rgba(54, 202, 232, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-freedom--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(120, 234, 211, 0.7) 100%, rgba(120, 234, 211, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-sekids--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(254, 195, 89, 0.7) 100%, rgba(254, 195, 89, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-1--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(64, 186, 189, 0.7) 100%, rgba(64, 186, 189, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-2--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(117, 193, 129, 0.7) 100%, rgba(117, 193, 129, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-3--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(247, 123, 107, 0.7) 100%, rgba(247, 123, 107, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-4--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(88, 187, 238, 0.7) 100%, rgba(88, 187, 238, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-5--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(248, 140, 48, 0.7) 100%, rgba(248, 140, 48, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-6--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(234, 83, 149, 0.7) 100%, rgba(234, 83, 149, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-7--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(138, 64, 167, 0.7) 100%, rgba(138, 64, 167, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-purple--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(128, 68, 112, 0.7) 100%, rgba(128, 68, 112, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--1099-easter--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(128, 68, 112, 0.7) 100%, rgba(128, 68, 112, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-CW--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(215, 85, 70, 0.7) 100%, rgba(215, 85, 70, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-EZ--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(242, 171, 75, 0.7) 100%, rgba(242, 171, 75, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-IN--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(40, 106, 105, 0.7) 100%, rgba(40, 106, 105, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-LA--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(9, 170, 186, 0.7) 100%, rgba(9, 170, 186, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-RV--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(59, 157, 140, 0.7) 100%, rgba(59, 157, 140, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-SW--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(28, 32, 69, 0.7) 100%, rgba(28, 32, 69, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-tan--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 233, 203, 0.7) 100%, rgba(255, 233, 203, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-red--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(221, 92, 58, 0.7) 100%, rgba(221, 92, 58, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-partner--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(229, 161, 51, 0.7) 100%, rgba(229, 161, 51, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-ministry--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(104, 193, 186, 0.7) 100%, rgba(104, 193, 186, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-grey--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(62, 62, 62, 0.7) 100%, rgba(62, 62, 62, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-tan--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(228, 226, 211, 0.7) 100%, rgba(228, 226, 211, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-green--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 65, 33, 0.7) 100%, rgba(0, 65, 33, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(103, 206, 217, 0.7) 100%, rgba(103, 206, 217, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue-dark--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(40, 165, 187, 0.7) 100%, rgba(40, 165, 187, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-dark--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(18, 18, 18, 0.7) 100%, rgba(18, 18, 18, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-grey--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(38, 38, 38, 0.7) 100%, rgba(38, 38, 38, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2021-unleashed--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(29, 53, 87, 0.7) 100%, rgba(29, 53, 87, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-unleashed--70:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(235, 79, 64, 0.7) 100%, rgba(235, 79, 64, 0.7) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--primary--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.8) 100%, rgba(255, 255, 255, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--red--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(204, 0, 0, 0.8) 100%, rgba(204, 0, 0, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-red--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(140, 0, 0, 0.8) 100%, rgba(140, 0, 0, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gold--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(185, 151, 105, 0.8) 100%, rgba(185, 151, 105, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--body--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.8) 100%, rgba(255, 255, 255, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(34, 35, 36, 0.8) 100%, rgba(34, 35, 36, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-light--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(36, 37, 38, 0.8) 100%, rgba(36, 37, 38, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--heading--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(36, 36, 36, 0.8) 100%, rgba(36, 36, 36, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.8) 100%, rgba(255, 255, 255, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--text--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(34, 34, 34, 0.8) 100%, rgba(34, 34, 34, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-light--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.8) 100%, rgba(124, 124, 124, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lighter--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.8) 100%, rgba(124, 124, 124, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lightest--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.8) 100%, rgba(124, 124, 124, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-light--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lighter--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lightest--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.8) 100%, rgba(255, 255, 255, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-light--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.8) 100%, rgba(255, 255, 255, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lighter--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.8) 100%, rgba(255, 255, 255, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lightest--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.8) 100%, rgba(255, 255, 255, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-mix--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(245, 133, 87, 0.8) 100%, rgba(245, 133, 87, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-bb--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(54, 202, 232, 0.8) 100%, rgba(54, 202, 232, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-freedom--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(120, 234, 211, 0.8) 100%, rgba(120, 234, 211, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-sekids--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(254, 195, 89, 0.8) 100%, rgba(254, 195, 89, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-1--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(64, 186, 189, 0.8) 100%, rgba(64, 186, 189, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-2--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(117, 193, 129, 0.8) 100%, rgba(117, 193, 129, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-3--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(247, 123, 107, 0.8) 100%, rgba(247, 123, 107, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-4--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(88, 187, 238, 0.8) 100%, rgba(88, 187, 238, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-5--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(248, 140, 48, 0.8) 100%, rgba(248, 140, 48, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-6--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(234, 83, 149, 0.8) 100%, rgba(234, 83, 149, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-7--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(138, 64, 167, 0.8) 100%, rgba(138, 64, 167, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-purple--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(128, 68, 112, 0.8) 100%, rgba(128, 68, 112, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--1099-easter--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(128, 68, 112, 0.8) 100%, rgba(128, 68, 112, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-CW--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(215, 85, 70, 0.8) 100%, rgba(215, 85, 70, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-EZ--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(242, 171, 75, 0.8) 100%, rgba(242, 171, 75, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-IN--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(40, 106, 105, 0.8) 100%, rgba(40, 106, 105, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-LA--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(9, 170, 186, 0.8) 100%, rgba(9, 170, 186, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-RV--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(59, 157, 140, 0.8) 100%, rgba(59, 157, 140, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-SW--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(28, 32, 69, 0.8) 100%, rgba(28, 32, 69, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-tan--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 233, 203, 0.8) 100%, rgba(255, 233, 203, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-red--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(221, 92, 58, 0.8) 100%, rgba(221, 92, 58, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-partner--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(229, 161, 51, 0.8) 100%, rgba(229, 161, 51, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-ministry--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(104, 193, 186, 0.8) 100%, rgba(104, 193, 186, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-grey--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(62, 62, 62, 0.8) 100%, rgba(62, 62, 62, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-tan--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(228, 226, 211, 0.8) 100%, rgba(228, 226, 211, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-green--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 65, 33, 0.8) 100%, rgba(0, 65, 33, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(103, 206, 217, 0.8) 100%, rgba(103, 206, 217, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue-dark--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(40, 165, 187, 0.8) 100%, rgba(40, 165, 187, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-dark--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(18, 18, 18, 0.8) 100%, rgba(18, 18, 18, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-grey--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(38, 38, 38, 0.8) 100%, rgba(38, 38, 38, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2021-unleashed--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(29, 53, 87, 0.8) 100%, rgba(29, 53, 87, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-unleashed--80:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(235, 79, 64, 0.8) 100%, rgba(235, 79, 64, 0.8) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--primary--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--red--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(204, 0, 0, 0.9) 100%, rgba(204, 0, 0, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-red--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(140, 0, 0, 0.9) 100%, rgba(140, 0, 0, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gold--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(185, 151, 105, 0.9) 100%, rgba(185, 151, 105, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--body--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(34, 35, 36, 0.9) 100%, rgba(34, 35, 36, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-light--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(36, 37, 38, 0.9) 100%, rgba(36, 37, 38, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--heading--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(36, 36, 36, 0.9) 100%, rgba(36, 36, 36, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--text--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(34, 34, 34, 0.9) 100%, rgba(34, 34, 34, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-light--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.9) 100%, rgba(124, 124, 124, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lighter--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.9) 100%, rgba(124, 124, 124, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lightest--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(124, 124, 124, 0.9) 100%, rgba(124, 124, 124, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-light--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lighter--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lightest--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-light--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lighter--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lightest--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-mix--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(245, 133, 87, 0.9) 100%, rgba(245, 133, 87, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-bb--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(54, 202, 232, 0.9) 100%, rgba(54, 202, 232, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-freedom--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(120, 234, 211, 0.9) 100%, rgba(120, 234, 211, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-sekids--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(254, 195, 89, 0.9) 100%, rgba(254, 195, 89, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-1--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(64, 186, 189, 0.9) 100%, rgba(64, 186, 189, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-2--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(117, 193, 129, 0.9) 100%, rgba(117, 193, 129, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-3--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(247, 123, 107, 0.9) 100%, rgba(247, 123, 107, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-4--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(88, 187, 238, 0.9) 100%, rgba(88, 187, 238, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-5--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(248, 140, 48, 0.9) 100%, rgba(248, 140, 48, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-6--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(234, 83, 149, 0.9) 100%, rgba(234, 83, 149, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-7--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(138, 64, 167, 0.9) 100%, rgba(138, 64, 167, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-purple--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(128, 68, 112, 0.9) 100%, rgba(128, 68, 112, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--1099-easter--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(128, 68, 112, 0.9) 100%, rgba(128, 68, 112, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-CW--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(215, 85, 70, 0.9) 100%, rgba(215, 85, 70, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-EZ--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(242, 171, 75, 0.9) 100%, rgba(242, 171, 75, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-IN--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(40, 106, 105, 0.9) 100%, rgba(40, 106, 105, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-LA--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(9, 170, 186, 0.9) 100%, rgba(9, 170, 186, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-RV--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(59, 157, 140, 0.9) 100%, rgba(59, 157, 140, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-SW--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(28, 32, 69, 0.9) 100%, rgba(28, 32, 69, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-tan--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(255, 233, 203, 0.9) 100%, rgba(255, 233, 203, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-red--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(221, 92, 58, 0.9) 100%, rgba(221, 92, 58, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-partner--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(229, 161, 51, 0.9) 100%, rgba(229, 161, 51, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-ministry--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(104, 193, 186, 0.9) 100%, rgba(104, 193, 186, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-grey--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(62, 62, 62, 0.9) 100%, rgba(62, 62, 62, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-tan--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(228, 226, 211, 0.9) 100%, rgba(228, 226, 211, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-green--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 65, 33, 0.9) 100%, rgba(0, 65, 33, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(103, 206, 217, 0.9) 100%, rgba(103, 206, 217, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue-dark--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(40, 165, 187, 0.9) 100%, rgba(40, 165, 187, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-dark--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(18, 18, 18, 0.9) 100%, rgba(18, 18, 18, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-grey--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(38, 38, 38, 0.9) 100%, rgba(38, 38, 38, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2021-unleashed--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(29, 53, 87, 0.9) 100%, rgba(29, 53, 87, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-unleashed--90:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(235, 79, 64, 0.9) 100%, rgba(235, 79, 64, 0.9) 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--primary--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, white 100%, white 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--red--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #cc0000 100%, #cc0000 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-red--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #8c0000 100%, #8c0000 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gold--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #b99769 100%, #b99769 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--body--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, white 100%, white 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #222324 100%, #222324 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--dark-light--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #242526 100%, #242526 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--heading--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #242424 100%, #242424 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, white 100%, white 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--text--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #222222 100%, #222222 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-light--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #7c7c7c 100%, #7c7c7c 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lighter--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #7c7c7c 100%, #7c7c7c 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--gray-lightest--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #7c7c7c 100%, #7c7c7c 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, black 100%, black 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, black 100%, black 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-light--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, black 100%, black 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lighter--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, black 100%, black 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--black-opacity-lightest--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, black 100%, black 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, white 100%, white 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-light--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, white 100%, white 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lighter--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, white 100%, white 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--white-opacity-lightest--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, white 100%, white 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-mix--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #f58557 100%, #f58557 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-bb--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #36cae8 100%, #36cae8 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-freedom--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #78ead3 100%, #78ead3 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--camp-sekids--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #fec359 100%, #fec359 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-1--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #40babd 100%, #40babd 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-2--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #75c181 100%, #75c181 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-3--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #f77b6b 100%, #f77b6b 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-4--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #58bbee 100%, #58bbee 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-5--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #f88c30 100%, #f88c30 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-6--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #ea5395 100%, #ea5395 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--doc-color-7--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #8a40a7 100%, #8a40a7 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-purple--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #804470 100%, #804470 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--1099-easter--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #804470 100%, #804470 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-CW--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #d75546 100%, #d75546 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-EZ--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #f2ab4b 100%, #f2ab4b 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-IN--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #286a69 100%, #286a69 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-LA--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #09aaba 100%, #09aaba 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-RV--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #3b9d8c 100%, #3b9d8c 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-SW--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #1c2045 100%, #1c2045 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-tan--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #ffe9cb 100%, #ffe9cb 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-easter-red--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #dd5c3a 100%, #dd5c3a 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-partner--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #e5a133 100%, #e5a133 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-crisis-ministry--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #68c1ba 100%, #68c1ba 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-grey--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #3e3e3e 100%, #3e3e3e 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-tan--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #e4e2d3 100%, #e4e2d3 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-easter-green--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #004121 100%, #004121 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #67ced9 100%, #67ced9 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-blue-dark--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #28a5bb 100%, #28a5bb 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-dark--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #121212 100%, #121212 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2020-seapp-grey--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #262626 100%, #262626 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2021-unleashed--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #1d3557 100%, #1d3557 100%) !important;
  background-repeat: repeat-x !important; }

.g-bg-parallax-color--2019-unleashed--100:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, #eb4f40 100%, #eb4f40 100%) !important;
  background-repeat: repeat-x !important; }

form label {
  display: block;
  /* margin-top: 20px; */
  margin-bottom: 5px;
  font-weight: 700; }
  form label.check, form label.radio {
    display: inline;
    font-weight: 400; }

form.stacked label {
  display: inline-block; }

form select {
  background-color: #fff;
  padding-top: 2px;
  padding-bottom: 2px; }

form input,
form select,
form textarea {
  outline: none;
  border: none;
  width: 100%;
  /*background-color: rgba($LightGrayColor, 0.2);*/
  font-weight: 600;
  border-radius: 0px !important; }
  form input:-ms-input-placeholder,
  form select:-ms-input-placeholder,
  form textarea:-ms-input-placeholder {
    color: #a09d99; }
  form input[type="radio"], form input[type="checkbox"], form input[type="submit"], form input[type="image"], form input[type="reset"],
  form select[type="radio"],
  form select[type="checkbox"],
  form select[type="submit"],
  form select[type="image"],
  form select[type="reset"],
  form textarea[type="radio"],
  form textarea[type="checkbox"],
  form textarea[type="submit"],
  form textarea[type="image"],
  form textarea[type="reset"] {
    border: none;
    width: auto; }

form fieldset {
  border: none; }

form button[disabled].btn-normal, form input[disabled].btn-normal {
  color: #a09d99;
  border-color: #a09d99; }
  form button[disabled].btn-normal:hover, form input[disabled].btn-normal:hover {
    color: #a09d99;
    border-color: #a09d99;
    background: rgba(255, 255, 255, 0.2); }

form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on),
form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on),
form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on),
form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on),
form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on),
form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on) {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  margin: 4px 2px; }
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover {
    text-decoration: none;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on).focus,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on).focus,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on).focus,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on).focus,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on).focus,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on).focus {
    text-decoration: none;
    outline: none; }
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):active, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on).active,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):active,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on).active,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):active,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on).active,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):active,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on).active,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):active,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on).active,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):active,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on).active {
    background-image: none;
    outline: 0; }
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on).disabled, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):disabled,
  fieldset[disabled] form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on),
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on).disabled,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):disabled,
  fieldset[disabled]
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on),
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on).disabled,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):disabled,
  fieldset[disabled]
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on),
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on).disabled,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):disabled,
  fieldset[disabled]
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on),
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on).disabled,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):disabled,
  fieldset[disabled]
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on),
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on).disabled,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):disabled,
  fieldset[disabled]
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on) {
    cursor: not-allowed;
    opacity: .65; }

form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on),
form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on) {
  color: #000000;
  background: transparent;
  padding: 0.5rem 1.5rem;
  border-width: 0.4rem;
  border-style: solid;
  border-color: #000000;
  border-radius: 3rem !important; }
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover {
    color: #FFFFFF;
    background: #2e2e2e;
    border-color: #000000; }
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h1, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h2, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h3, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h4, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h5, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h6, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus span, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus small, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus div, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus p, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h1, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h2, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h3, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h4, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h5, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h6, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover span, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover small, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover div, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover p,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h1,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h2, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h3, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h4, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h5,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h6,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus span,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus small,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus div,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus p,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h1,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h2, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h3, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h4, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h5,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h6,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover span,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover small,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover div,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-primary:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover p {
      color: #FFFFFF; }

form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on),
form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on) {
  color: #000000;
  background: transparent;
  padding: 0.5rem 1.5rem;
  border-width: 0.4rem;
  border-style: solid;
  border-color: #999999;
  border-radius: 3rem !important; }
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus,
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover {
    color: #FFFFFF;
    background: #2e2e2e;
    border-color: #000000; }
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h1, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h2, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h3, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h4, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h5, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h6, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus span, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus small, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus div, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus p, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h1, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h2, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h3, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h4, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h5, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h6, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover span, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover small, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover div, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-action:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover p,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h1,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h2,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h3,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h4,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h5,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h6,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus span,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus small,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus div,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus p,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h1,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h2,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h3,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h4,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h5,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h6,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover span,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover small,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover div,
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-default:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover p {
      color: #FFFFFF; }

form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on) {
  color: #000000;
  background: transparent;
  padding: 0.5rem 1.5rem;
  border-width: 0.4rem;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 3rem !important; }
  form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover {
    color: #FFFFFF;
    background: #2e2e2e;
    border-color: #000000; }
    form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h1, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h2, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h3, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h4, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h5, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus h6, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus span, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus small, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus div, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):focus p, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h1, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h2, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h3, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h4, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover .panel-title, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h5, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover h6, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover span, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover small, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover div, form div:not(.rock-modal) > div:not(.modal-footer):not(.modal-body):not(.modal-header):not(.modal-header) > .btn-link:not(.note-btn):not(.js-toggle-off):not(.js-toggle-on):hover p {
      color: #FFFFFF; }

label .validator {
  font-weight: 400;
  float: right; }

.form-processing {
  display: none; }

.error {
  color: #CC0000;
  font-weight: bold; }
  label .error {
    float: right;
    font-weight: 400; }

input.error {
  border: 1px solid #CC0000;
  background-color: #ffe6e6;
  color: #222222;
  font-weight: 400; }

.error-summary {
  margin: 15px 0px;
  font-size: .8em; }

.registration-entry div[id$=pnlCostAndFees] {
  border: 1px solid #999;
  padding: 15px;
  margin-bottom: 15px; }

.registrationentry-summary .fee-table {
  margin: 0px; }

.registration-entry .registration-heading {
  background-color: #f1f1f1;
  padding: 15px;
  margin-bottom: 15px; }

.registration-entry .progress {
  background-image: none;
  background-color: white;
  margin: 10px 0px;
  border-radius: 0px;
  height: 10px; }

.registration-entry .progress-bar {
  background-image: none; }

.registration-entry .well {
  background-image: none;
  box-shadow: none; }

.registration-entry input[id$=tbDiscountCode] {
  height: 39px; }

.registration-entry a[id$=lbDiscountApply] {
  margin-top: 0px !important; }

/*******************************************************
* _INIT.SCSS
* =================================================
*
* This file contains intitial setup and configuration
* data for all site stylesheets. It includes
* Site-wide variables, mixins, & functions
*
* IMPORTING ADDITIONAL CONFIGURATION STYLESHEETS:
* ----------------------------------------------
* All other sitewide includes should be imported at
* at the end of this file. As this file is imported
* into all other stylesheets, anything imported here
* will likewise be imported into those stylesheets.
*
* ==================== WARNING! =======================
* DO NOT INCLUDE ANY ACTUAL STYLES THAT WILL GET OUTPUT
* TO THE FINAL CSS IN THIS FILE OR ANY FILE IMPORTED IN
* THIS FILE! ANY SUCH STYLES WILL END UP BEING DEFINED
* IN EVERY OUTPUT CSS FILE THAT IMPORTS THIS FILE (I.E.
* ALL STYLESHEET FILES SITE WIDE).
********************************************************/
/* TYPOGRAPHY
   ========== */
/* Define the path to use for ProximaNova fonts */
/* Define the path to use for ProximaNovaCondensed fonts */
/* Define the path to use for TisaPro fonts */
/*$ProximaNova: 				join(("ProximaNova", "proxima-nova"), $PrimaryCopyFont, comma); */
/* COLORS
   ====== */
/*Define the path to use for font awesome fonts */
/* MIXINS
   ====== */
.reverse {
  background: #000000;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ADDITIONAL CONFIGURATION STYLESHEETS
*  ==================================== */
/*	Use this file to change/override bootstrap variables.
*	Variables should be defined at the top of the file,
*	with the bootstrap import coming at the end.
*********************************************************/
/* Load icon fonts from this directory. */
/* default text settings */
/* default settings for headings and titles */
/* DO NOT ADD VARIABLES BELOW THIS LINE */
/**********************************************************
* _REESPONSIVE.SCSS
*	This file defines variables, functions, and mixins for
*	use in targeting breakpoints for mobile devices.
*
*	The variables and functions defined here should rarely
*	be accessesd directly. Instead, the media query mixins
*	should be used to target specific device(s).
\**********************************************************/
/* $screen -
 *	 A Sass Map to define the min and max screen sizes
 *   for each device type supported. Used by the
 *	 screen-size function to retrieve breakpoints for
 *	 media query mixins */
/* FUNCTIONS
 * =========
 *
 * Functions are used to return a specific screen size from
 * the $screen map */
/* @screen-size
 *	 A function to retrieve a screen breakpoint value from the
 *	 $screen map for use in a media query mixin */
/* MEDIA QUERY MIXINS
 * ==================
 *
 * A set of mixins to create media queries that target a specific
 * device or set of devices. These mixins create the appropriate
 * media query, and then include the mixin content inside the media query.
 *
 * USAGE:
 *   @include <mixin-name> {
 * 	     //Styles for the media query here. For example:
 *       font-size: 0.75em;
 *       background: url('phone-bg.png');
 *   }
 */
nav.section-nav {
  color: inherit;
  font-size: .8em;
  font-family: "ProximaNova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 23%;
  height: 100%;
  right: 0;
  top: 0;
  overflow: scroll;
  background: rgba(255, 255, 255, 0.8); }
  nav.section-nav a, nav.section-nav button {
    color: inherit;
    text-align: left;
    display: inline-block;
    width: 100%; }
  nav.section-nav > ul > li + li {
    border-top: 1px solid #a09d99; }
  nav.section-nav li > *:first-child {
    padding-left: 10%;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  nav.section-nav.no-gutter {
    padding-left: 0; }
  nav.section-nav li li {
    margin-left: 10%; }
  nav.section-nav .no-indent li li {
    margin-left: 0; }
  nav.section-nav .indent-children li li {
    margin-left: 10%; }
  nav.section-nav .pad-children li li {
    margin-left: 0; }
  nav.section-nav .pad-children li li > *:first-child {
    padding-left: 20%; }
  nav.section-nav .pad-children li li li > *:first-child {
    padding-left: 30%; }
  nav.section-nav .pad-children li li li li > *:first-child {
    padding-left: 40%; }
  nav.section-nav .pad-children li li li li li > *:first-child {
    padding-left: 50%; }
  nav.section-nav .pad-children li li li li li li > *:first-child {
    padding-left: 60%; }
  nav.section-nav .pad-children li li li li li li li > *:first-child {
    padding-left: 70%; }
  @media (min-width: 1600px) {
    nav.section-nav {
      font-size: 1em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    nav.section-nav {
      width: 30%; } }
  nav.section-nav > ul > li:hover, nav.section-nav > ul > li.active {
    background: rgba(255, 255, 255, 0.9); }
  nav.section-nav > ul > li .toggle:hover, nav.section-nav > ul > li a:hover {
    text-decoration: none; }
  nav.section-nav > ul > li.dropdown li > a {
    color: #6D6A66 !important; }
  nav.section-nav > ul > li.dropdown li.active > a {
    color: inherit !important; }
  nav.section-nav > ul > li li {
    font-size: .9em; }
    nav.section-nav > ul > li li > *:first-child {
      padding-top: .25em;
      padding-bottom: .5em; }
  nav.section-nav .se-logo {
    font-size: 26px;
    margin: 14px auto;
    display: block; }
    @media (min-width: 1600px) {
      nav.section-nav .se-logo {
        font-size: 35px;
        margin-top: 30px;
        margin-bottom: 30px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      nav.section-nav .se-logo {
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 8px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      nav.section-nav .se-logo {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 10px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      nav.section-nav .se-logo {
        font-size: 28px; } }
    @media (max-width: 480px) {
      nav.section-nav .se-logo {
        font-size: 20px;
        margin: 14px; } }
    nav.section-nav .se-logo.visible-sm-block {
      float: left;
      margin: 0 5px 0 0; }

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

General Style

-------------------------------- */
.cd-intro {
  position: relative;
  height: 50vh;
  /* due to height of top navigation */
  width: 100%;
  /* vertically align its contentt */
  display: table;
  background: #2e416a;
  overflow: hidden; }

.cd-intro-content {
  /* vertically align inside its parent */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .cd-intro-content::before {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) center/cover no-repeat fixed; }
  .cd-intro-content h1 {
    font-size: 3rem;
    color: #ffffff; }
  .cd-intro-content p {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 1em 0;
    color: #6d7a97; }
  .cd-intro-content .action-wrapper {
    display: inline-block; }
    .cd-intro-content .action-wrapper:before, .cd-intro-content .action-wrapper:after {
      content: " ";
      display: table; }
    .cd-intro-content .action-wrapper:after {
      clear: both; }
  @media only screen and (min-width: 768px) {
    .cd-intro-content h1 {
      font-size: 6.6rem;
      font-weight: 300; }
    .cd-intro-content p {
      font-size: 1.6rem;
      margin: 1.5em 0 1.9em; } }

.cd-btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  font-size: 1.3rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #202e4a;
  border-radius: .25em;
  margin-right: 1.5em; }
  .cd-btn:nth-of-type(2) {
    margin-right: 0; }
  .cd-btn.main-action {
    background-color: #fb5e58; }
  @media only screen and (min-width: 480px) {
    .cd-btn {
      padding: 1.2em 1.6em; } }
  @media only screen and (min-width: 768px) {
    .cd-btn {
      padding: 1.4em 1.8em; } }

.cd-intro-content h1,
.cd-intro-content h1 span,
.cd-intro-content p,
.cd-intro-content .cd-btn {
  opacity: 0;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
  .no-cssanimations .cd-intro-content h1, .no-cssanimations
  .cd-intro-content h1 span, .no-cssanimations
  .cd-intro-content p, .no-cssanimations
  .cd-intro-content .cd-btn {
    opacity: 1; }

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

Bouncy

-------------------------------- */
.bouncy.cd-intro-content h1 {
  -webkit-animation-name: cd-bounce-right;
  animation-name: cd-bounce-right; }

.bouncy.cd-intro-content p {
  -webkit-animation-name: cd-bounce-left;
  animation-name: cd-bounce-left; }

.bouncy.cd-intro-content h1,
.bouncy.cd-intro-content p {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s; }

.bouncy.cd-intro-content .cd-btn {
  -webkit-animation-name: cd-bounce-rotate;
  animation-name: cd-bounce-rotate; }

.bouncy.cd-intro-content .cd-btn {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.bouncy.cd-intro-content .cd-btn.main-action {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

@-webkit-keyframes cd-bounce-right {
  0% {
    opacity: .2;
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px); }
  60% {
    opacity: .7;
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes cd-bounce-right {
  0% {
    opacity: .2;
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px); }
  60% {
    opacity: .7;
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-bounce-left {
  0% {
    opacity: .2;
    -moz-transform: translateX(200px);
    -o-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    transform: translateX(200px); }
  60% {
    opacity: .7;
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes cd-bounce-left {
  0% {
    opacity: .2;
    -moz-transform: translateX(200px);
    -o-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    transform: translateX(200px); }
  60% {
    opacity: .7;
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-bounce-rotate {
  0% {
    opacity: .2;
    -moz-transform: perspective(800px) rotateX(-80deg);
    -o-transform: perspective(800px) rotateX(-80deg);
    -ms-transform: perspective(800px) rotateX(-80deg);
    -webkit-transform: perspective(800px) rotateX(-80deg);
    transform: perspective(800px) rotateX(-80deg); }
  20% {
    opacity: 1; }
  60% {
    -moz-transform: perspective(800px) rotateX(20deg);
    -o-transform: perspective(800px) rotateX(20deg);
    -ms-transform: perspective(800px) rotateX(20deg);
    -webkit-transform: perspective(800px) rotateX(20deg);
    transform: perspective(800px) rotateX(20deg); }
  100% {
    opacity: 1;
    -moz-transform: perspective(800px) rotateX(0);
    -o-transform: perspective(800px) rotateX(0);
    -ms-transform: perspective(800px) rotateX(0);
    -webkit-transform: perspective(800px) rotateX(0);
    transform: perspective(800px) rotateX(0); } }

@keyframes cd-bounce-rotate {
  0% {
    opacity: .2;
    -moz-transform: perspective(800px) rotateX(-80deg);
    -o-transform: perspective(800px) rotateX(-80deg);
    -ms-transform: perspective(800px) rotateX(-80deg);
    -webkit-transform: perspective(800px) rotateX(-80deg);
    transform: perspective(800px) rotateX(-80deg); }
  20% {
    opacity: 1; }
  60% {
    -moz-transform: perspective(800px) rotateX(20deg);
    -o-transform: perspective(800px) rotateX(20deg);
    -ms-transform: perspective(800px) rotateX(20deg);
    -webkit-transform: perspective(800px) rotateX(20deg);
    transform: perspective(800px) rotateX(20deg); }
  100% {
    opacity: 1;
    -moz-transform: perspective(800px) rotateX(0);
    -o-transform: perspective(800px) rotateX(0);
    -ms-transform: perspective(800px) rotateX(0);
    -webkit-transform: perspective(800px) rotateX(0);
    transform: perspective(800px) rotateX(0); } }

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

Cut

-------------------------------- */
.cut.cd-intro-content h1 {
  position: relative;
  /* overwrite default style */
  opacity: 1;
  font-weight: 700;
  color: transparent; }
  .cut.cd-intro-content h1 span {
    /* 2 span elements are used to create the cut effect */
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    overflow: hidden;
    color: #ffffff; }
    .cut.cd-intro-content h1 span:first-of-type {
      top: 0; }
    .cut.cd-intro-content h1 span:last-of-type {
      bottom: 0; }
  .cut.cd-intro-content h1 span:first-of-type::before,
  .cut.cd-intro-content h1 span:last-of-type::after {
    /* span:first-of-type::before - top half of the text */
    /* span:last-of-type::after - bottom half of the text */
    content: attr(data-content);
    position: absolute;
    width: 100%;
    left: 0;
    color: #ffffff; }
  .cut.cd-intro-content h1 span:first-of-type::before {
    top: 0; }
  .cut.cd-intro-content h1 span:last-of-type::after {
    bottom: 0; }

.cut.cd-intro-content .cd-btn {
  /* overwrite default style */
  margin-right: 0;
  border-radius: 0; }

.cut.cd-intro-content h1 span,
.cut.cd-intro-content p,
.cut.cd-intro-content .cd-btn {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s; }

.cut.cd-intro-content h1 span,
.cut.cd-intro-content p {
  -webkit-animation-name: cd-slide-left;
  animation-name: cd-slide-left; }

.cut.cd-intro-content h1 span:first-of-type {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.cut.cd-intro-content p {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.cut.cd-intro-content .cd-btn {
  -webkit-animation-name: cd-slide-left-btn;
  animation-name: cd-slide-left-btn;
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s; }

@-webkit-keyframes cd-slide-left {
  0% {
    opacity: 1;
    -moz-transform: translateX(100vw);
    -o-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes cd-slide-left {
  0% {
    opacity: 1;
    -moz-transform: translateX(100vw);
    -o-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-slide-left-btn {
  0% {
    opacity: 1;
    -moz-transform: translateX(150vw);
    -o-transform: translateX(150vw);
    -ms-transform: translateX(150vw);
    -webkit-transform: translateX(150vw);
    transform: translateX(150vw); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes cd-slide-left-btn {
  0% {
    opacity: 1;
    -moz-transform: translateX(150vw);
    -o-transform: translateX(150vw);
    -ms-transform: translateX(150vw);
    -webkit-transform: translateX(150vw);
    transform: translateX(150vw); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

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

Reveal

-------------------------------- */
.reveal.cd-intro-content h1 {
  position: relative;
  /* overwrite default style */
  opacity: 1;
  font-weight: 700;
  /* <h1> text is not visible - it is used only as a container for the ::after element */
  color: transparent;
  overflow: hidden; }
  .reveal.cd-intro-content h1::after {
    /* this is the animated text */
    content: attr(data-content);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #ffffff;
    opacity: 0;
    -webkit-animation-name: cd-reveal-up;
    animation-name: cd-reveal-up;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .no-cssanimations .reveal.cd-intro-content h1::after {
    opacity: 1; }
  @media only screen and (min-width: 768px) {
    .reveal.cd-intro-content h1 {
      -moz-transform: translateY(5px);
      -o-transform: translateY(5px);
      -ms-transform: translateY(5px);
      -webkit-transform: translateY(5px);
      transform: translateY(5px); } }

.reveal.cd-intro-content p {
  position: relative;
  margin: 0;
  padding: 1em;
  background-color: #202e4a;
  -webkit-animation-name: cd-reveal-down;
  animation-name: cd-reveal-down; }
  @media only screen and (min-width: 1170px) {
    .reveal.cd-intro-content p {
      padding: 1em 1.6em; } }

.reveal.cd-intro-content h1::after,
.reveal.cd-intro-content p {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.reveal.cd-intro-content .action-wrapper {
  position: relative;
  overflow: hidden; }
  .reveal.cd-intro-content .action-wrapper::before {
    /* this is the loading bar */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #202e4a;
    -webkit-animation: cd-loading 0.4s 0.3s backwards;
    -o-animation: cd-loading 0.4s 0.3s backwards;
    animation: cd-loading 0.4s 0.3s backwards; }
  .reveal.cd-intro-content .action-wrapper .cd-btn {
    display: block;
    opacity: 1;
    max-width: 200px;
    margin: 1em auto 0; }
  @media only screen and (min-width: 768px) {
    .reveal.cd-intro-content .action-wrapper .cd-btn {
      display: inline-block;
      margin: 0 0 0 1em; } }

@-webkit-keyframes cd-reveal-up {
  0% {
    opacity: 1;
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes cd-reveal-up {
  0% {
    opacity: 1;
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes cd-reveal-down {
  0% {
    opacity: 1;
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes cd-reveal-down {
  0% {
    opacity: 1;
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes cd-loading {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes cd-loading {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

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

Mask

-------------------------------- */
.mask.cd-intro-content h1 {
  position: relative;
  padding-bottom: 10px;
  /* overwrite default style */
  opacity: 1;
  font-weight: 700;
  /* <h1> text is not visible - it is used only as a container for the ::after element */
  color: transparent;
  overflow: hidden; }
  .mask.cd-intro-content h1::after {
    /* this is the animated text */
    content: attr(data-content);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #ffffff;
    -webkit-animation-name: cd-reveal-up;
    animation-name: cd-reveal-up;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
  .mask.cd-intro-content h1 span {
    position: relative;
    display: inline-block;
    opacity: 1; }
    .mask.cd-intro-content h1 span::before {
      /* this is the loading bar */
      content: '';
      position: absolute;
      top: calc(100% + 8px);
      left: -1em;
      height: 2px;
      width: calc(100% + 2em);
      background-color: #ffffff;
      -webkit-animation: cd-loading-mask 1s 0.3s both;
      -o-animation: cd-loading-mask 1s 0.3s both;
      animation: cd-loading-mask 1s 0.3s both; }
  @media only screen and (min-width: 768px) {
    .mask.cd-intro-content h1 {
      padding-bottom: 20px; }
      .mask.cd-intro-content h1 span::before {
        top: calc(100% + 18px); } }

.mask.cd-intro-content p {
  position: relative;
  margin: 0;
  padding: 10px 0 0;
  -webkit-animation-name: cd-reveal-down;
  animation-name: cd-reveal-down; }
  @media only screen and (min-width: 768px) {
    .mask.cd-intro-content p {
      padding-top: 20px; } }

.mask.cd-intro-content h1::after,
.mask.cd-intro-content p {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.mask.cd-intro-content .action-wrapper {
  overflow: hidden; }
  .mask.cd-intro-content .action-wrapper .cd-btn {
    opacity: 1;
    margin: 0 0 0 1.5em; }
    .mask.cd-intro-content .action-wrapper .cd-btn:first-of-type {
      margin-left: 0; }

@-webkit-keyframes cd-loading-mask {
  0%, 100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  40%, 60% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes cd-loading-mask {
  0%, 100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  40%, 60% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

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

Mask 2

-------------------------------- */
.mask-2.cd-intro-content * {
  /* overwrite default style */
  opacity: 1; }

.mask-2.cd-intro-content .content-wrapper {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 2em 0;
  overflow: hidden; }
  .mask-2.cd-intro-content .content-wrapper::before {
    /* vertical bar */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: #ffffff;
    -webkit-animation: cd-pulse 1.3s 0.3s both;
    -o-animation: cd-pulse 1.3s 0.3s both;
    animation: cd-pulse 1.3s 0.3s both; }
  .no-cssanimations .mask-2.cd-intro-content .content-wrapper::before {
    opacity: 0; }
  .mask-2.cd-intro-content .content-wrapper > div {
    /* wrap the entire content */
    position: relative;
    z-index: 1; }

.mask-2.cd-intro-content .content-wrapper,
.mask-2.cd-intro-content .content-wrapper > div {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.mask-2.cd-intro-content .content-wrapper {
  -webkit-animation-name: cd-mask-wrapper;
  animation-name: cd-mask-wrapper; }

.mask-2.cd-intro-content .content-wrapper > div {
  -webkit-animation-name: cd-mask-content;
  animation-name: cd-mask-content; }

@-webkit-keyframes cd-mask-wrapper {
  0% {
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  100% {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes cd-mask-wrapper {
  0% {
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  100% {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-mask-content {
  0% {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes cd-mask-content {
  0% {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-pulse {
  0%, 30.8% {
    opacity: 0; }
  15.4%, 46.2%, 61.5%, 70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes cd-pulse {
  0%, 30.8% {
    opacity: 0; }
  15.4%, 46.2%, 61.5%, 70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

scale

-------------------------------- */
.scale.cd-intro-content * {
  /* overwrite default style */
  opacity: 1; }

.scale.cd-intro-content {
  /* overwrite default style */
  background-color: transparent;
  /* Force hardware acceleration */
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: cd-scale-in 0.6s 0.3s both;
  -o-animation: cd-scale-in 0.6s 0.3s both;
  animation: cd-scale-in 0.6s 0.3s both; }

@-webkit-keyframes cd-scale-in {
  0% {
    opacity: 0;
    -moz-transform: scale(3);
    -o-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3); }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes cd-scale-in {
  0% {
    opacity: 0;
    -moz-transform: scale(3);
    -o-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3); }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

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

Parallax

-------------------------------- */
.parallax.cd-intro-content * {
  /* overwrite default style */
  opacity: 1; }

.parallax.cd-intro-content h1 span,
.parallax.cd-intro-content p span {
  position: relative;
  display: inline-block;
  padding: .5em 1em;
  /* span text is not visible */
  color: transparent; }
  .parallax.cd-intro-content h1 span::before, .parallax.cd-intro-content h1 span::after,
  .parallax.cd-intro-content p span::before,
  .parallax.cd-intro-content p span::after {
    position: absolute;
    left: 0;
    width: 100%; }
  .parallax.cd-intro-content h1 span::before,
  .parallax.cd-intro-content p span::before {
    /* this is used to create the background colored layer */
    content: '';
    height: 100%;
    top: 0;
    background-color: #202e4a; }
  .parallax.cd-intro-content h1 span::after,
  .parallax.cd-intro-content p span::after {
    /* this is used to create the text */
    content: attr(data-content);
    top: .5em; }

.parallax.cd-intro-content h1 {
  font-size: 2.2rem; }
  .parallax.cd-intro-content h1 span::after {
    color: #ffffff; }
  @media only screen and (min-width: 768px) {
    .parallax.cd-intro-content h1 {
      font-size: 5.4rem; } }

.parallax.cd-intro-content p span::after {
  color: #6d7a97; }

.parallax .cd-btn {
  color: #202e4a;
  background-color: #ffffff;
  margin-top: .6em;
  /* overwrite default style */
  border-radius: 0;
  margin-right: 0; }
  .parallax .cd-btn.main-action {
    background-color: #fb5e58;
    color: #ffffff;
    padding: 1.8em 2.2em;
    margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .parallax .cd-btn.main-action {
      padding: 2em 3em; } }

.parallax.cd-intro-content h1 span::after,
.parallax.cd-intro-content h1 span::before,
.parallax.cd-intro-content p span::after,
.parallax.cd-intro-content p span::before,
.parallax.cd-intro-content .cd-btn {
  -webkit-animation-name: cd-slide-up;
  animation-name: cd-slide-up;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.parallax.cd-intro-content h1 span::after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.parallax.cd-intro-content h1 span::before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.parallax.cd-intro-content p span::after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.parallax.cd-intro-content p span::before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.parallax.cd-intro-content .cd-btn {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.parallax.cd-intro-content .cd-btn.main-action {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

@-webkit-keyframes cd-slide-up {
  0% {
    opacity: 0;
    -moz-transform: translateY(30vh);
    -o-transform: translateY(30vh);
    -ms-transform: translateY(30vh);
    -webkit-transform: translateY(30vh);
    transform: translateY(30vh); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes cd-slide-up {
  0% {
    opacity: 0;
    -moz-transform: translateY(30vh);
    -o-transform: translateY(30vh);
    -ms-transform: translateY(30vh);
    -webkit-transform: translateY(30vh);
    transform: translateY(30vh); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

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

Video

-------------------------------- */
.cd-intro.video {
  display: block; }

.video.cd-intro-content {
  display: block;
  height: 100%;
  position: relative; }
  .video.cd-intro-content * {
    opacity: 1; }
  .video.cd-intro-content .svg-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .video.cd-intro-content svg {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.8; }
    .video.cd-intro-content svg.svg-mask {
      /* this is the svg mask used on desktop version */
      display: none; }
  .video.cd-intro-content p, .video.cd-intro-content .action-wrapper {
    position: absolute;
    z-index: 3;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .video.cd-intro-content p {
    bottom: calc(50% + 80px);
    margin: 0;
    color: #040404;
    min-width: 90%; }
  .video.cd-intro-content .action-wrapper {
    top: calc(50% + 120px);
    min-width: 295px; }
  .video.cd-intro-content .cd-btn {
    background-color: rgba(4, 4, 4, 0.4); }
    .video.cd-intro-content .cd-btn.main-action {
      background-color: #fb5e58; }
  @media only screen and (min-width: 768px) {
    .video.cd-intro-content svg.svg-mask-mobile {
      display: none; }
    .video.cd-intro-content svg.svg-mask {
      display: block; }
    .video.cd-intro-content p {
      bottom: calc(50% + 40px); }
    .video.cd-intro-content .action-wrapper {
      top: calc(50% + 80px); } }

.cd-bg-video-wrapper {
  /* background cover video */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../assets/bg-img.jpg) no-repeat center center;
  background-size: cover; }
  .cd-bg-video-wrapper video {
    /* you won't see this element in the html, but it will be injected using js */
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    width: auto; }
  .cd-bg-video-wrapper::after {
    /* never visible - this is used in jQuery to check the current MQ */
    display: none;
    content: 'mobile'; }
  @media only screen and (min-width: 768px) {
    .cd-bg-video-wrapper::after {
      content: 'desktop'; } }

/* hide empty sections */
section:not(.row):not(.highlighted-section):not(.with-header):not(.footer-menu):not(.partners):not(.signoff) {
  /* Styles */
  padding: 0; }

.contrast-background {
  background-color: rgba(239, 239, 239, 0.5); }

.content-padding-top {
  padding-top: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .content-padding-top {
      padding-top: 1.2em; } }
  @media (max-width: 767px) {
    .content-padding-top {
      padding-top: 1.2em; } }

.isotope_container {
  padding: 0 4em; }
  @media (max-width: 767px) {
    .isotope_container {
      padding: 0 1em; } }
  .isotope_container .isotope_wrap .isotope_item .thumbnail {
    padding: 0px;
    height: 100%;
    display: block;
    border-top: 1px solid #f8f8f8;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    transition: all .3s;
    border-radius: 5px;
    overflow: hidden; }
    .isotope_container .isotope_wrap .isotope_item .thumbnail h4, .isotope_container .isotope_wrap .isotope_item .thumbnail .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading .isotope_container .isotope_wrap .isotope_item .thumbnail .panel-title, .isotope_container .isotope_wrap .isotope_item .thumbnail .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading .isotope_container .isotope_wrap .isotope_item .thumbnail .panel-title, .isotope_container .isotope_wrap .isotope_item .thumbnail .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading .isotope_container .isotope_wrap .isotope_item .thumbnail .panel-title {
      background-color: #f1f1f1;
      padding: 0.5em; }
  .isotope_container .isotope_wrap .isotope_item .thumbnail:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15); }
  .isotope_container .isotope_wrap .isotope_item .btn-normal:hover {
    box-shadow: none !important;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    -ms-transition: all ease .1s;
    -o-transition: all ease .1s;
    transition: all ease .1s; }

@media (max-width: 767px) {
  nav.section-nav {
    display: none; } }

.serviceBox .service-header {
  letter-spacing: 6px;
  background-color: #201e1d;
  color: white;
  border-radius: 10px;
  padding: 10px;
  text-transform: uppercase; }
  .serviceBox .service-header.lighter {
    background-color: rgba(239, 239, 239, 0.5);
    color: #201e1d; }
  .serviceBox .service-header.light {
    background-color: rgba(239, 239, 239, 0.9);
    color: #201e1d; }

.serviceBox .description {
  min-height: 160px; }

.vcentered-flex-box {
  margin-top: 30px;
  align-items: center;
  display: flex;
  height: 500px; }
  .vcentered-flex-box .box {
    display: block;
    margin: 0 auto; }
  @media (min-width: 768px) and (max-width: 991px) {
    .vcentered-flex-box {
      height: auto; } }
  @media (max-width: 767px) {
    .vcentered-flex-box {
      height: auto; } }

/*****************************************************************************
************************ Update on 03 - 21 - 2018 ****************************
******************************************************************************
***** Temporary Fix for Connect Sub - Menu Until Primary Nav is Updated ******
******************************************************************************
******************************************************************************
*/
.jarallax {
  background-color: black; }
  .jarallax h1, .jarallax h2, .jarallax h3, .jarallax .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .jarallax .panel-title, .jarallax .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .jarallax .panel-title, .jarallax .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .jarallax .panel-title, .jarallax h4, .jarallax .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading .jarallax .panel-title, .jarallax .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading .jarallax .panel-title, .jarallax .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading .jarallax .panel-title, .jarallax h5, .jarallax h6, .jarallax span, .jarallax p, .jarallax small {
    color: #FFFFFF; }
  .jarallax iframe {
    border: 0 !important; }
  .jarallax.darken:after {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)) center/cover no-repeat; }
  .jarallax.darker:after {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)) center/cover no-repeat; }
  @media (min-width: 768px) and (max-width: 991px) {
    .jarallax.hero_parallax {
      height: calc(50vh - 77px);
      height: -o-calc(50vh - 77px);
      height: -webkit-calc(50vh - 77px);
      /* google, safari */
      height: -moz-calc(50vh - 77px);
      /* firefox */ } }
  @media (max-width: 767px) {
    .jarallax.hero_parallax {
      height: calc(50vh - 77px);
      height: -o-calc(50vh - 77px);
      /* opera */
      height: -webkit-calc(50vh - 77px);
      /* google, safari */
      height: -moz-calc(50vh - 77px);
      /* firefox */ } }
  .jarallax .parallax-body {
    position: relative;
    z-index: 2; }
  .jarallax .parallax-logo {
    z-index: 2;
    position: relative; }
    .jarallax .parallax-logo.centered {
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      padding: 50px; }
    .jarallax .parallax-logo a:hover, .jarallax .parallax-logo a:active, .jarallax .parallax-logo a:focus, .jarallax .parallax-logo a:visited {
      text-decoration: none; }
    .jarallax .parallax-logo h1, .jarallax .parallax-logo h2, .jarallax .parallax-logo h3, .jarallax .parallax-logo .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .jarallax .parallax-logo .panel-title, .jarallax .parallax-logo .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .jarallax .parallax-logo .panel-title, .jarallax .parallax-logo .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .jarallax .parallax-logo .panel-title, .jarallax .parallax-logo h4, .jarallax .parallax-logo .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading .jarallax .parallax-logo .panel-title, .jarallax .parallax-logo .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading .jarallax .parallax-logo .panel-title, .jarallax .parallax-logo .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading .jarallax .parallax-logo .panel-title, .jarallax .parallax-logo h5, .jarallax .parallax-logo h6 {
      color: #FFFFFF; }

#sub-connect-menu nav.section-nav {
  color: inherit;
  font-family: "proxima-nova-n7", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 23%;
  right: 0;
  top: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  z-index: 25;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 20px;
  height: auto; }
  #sub-connect-menu nav.section-nav.wow {
    visibility: hidden; }
  @media (min-width: 1200px) {
    #sub-connect-menu nav.section-nav {
      font-size: inherit !important; } }
  #sub-connect-menu nav.section-nav li.dropdown ul li {
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  #sub-connect-menu nav.section-nav li.dropdown.open > ul li,
  #sub-connect-menu nav.section-nav li.dropdown.all.open ul li {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  #sub-connect-menu nav.section-nav ul li + li {
    border-top: 1px solid rgba(160, 157, 153, 0.34); }
  #sub-connect-menu nav.section-nav li > *:first-child {
    padding-left: 5%;
    padding-top: 0.4em;
    padding-bottom: 0.4em; }

/*****************************************************************************
*********************** END: Temporary Fix for Connect Sub *******************
******************************************************************************
*/
#PageHeader {
  padding-bottom: 0 !important;
  color: #222222; }
  #PageHeader .page-header-parallax {
    background-color: black; }
  #PageHeader .page-banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden; }
    @media (min-width: 1600px) {
      #PageHeader .page-banner {
        max-height: 566px; } }
    #PageHeader .page-banner > img {
      width: 100%; }
    #PageHeader .page-banner nav.section-nav {
      z-index: 5; }
    #PageHeader .page-banner #Breadcrumbs {
      position: absolute;
      top: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.4);
      text-shadow: 1px 1px 1px #222222;
      color: #fff;
      text-align: left;
      z-index: 10; }
  #PageHeader .page-title {
    background: #383735;
    padding: 1em 0 !important; }
    #PageHeader .page-title h1 {
      color: rgba(255, 255, 255, 0.4); }
    #PageHeader .page-title a {
      color: #FFFFFF;
      text-transform: uppercase;
      font-family: "ProximaNova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700; }
    @media (min-width: 768px) {
      #PageHeader .page-title h1, #PageHeader .page-title .page-nav {
        display: inline-block; }
      #PageHeader .page-title .page-nav li {
        margin-left: 2em; } }

.content-headers {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  @media (min-width: 768px) {
    .content-headers::before {
      content: "\00a0";
      display: block;
      width: 100%;
      background: #383735;
      color: #383735;
      position: absolute;
      padding: .75em 0;
      font-size: 2.5em;
      line-height: 1.1; } }
  .content-headers h2 {
    background: #383735;
    padding: .75em 0;
    margin-bottom: .75em;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media (max-width: 767px) {
      .content-headers h2 {
        margin-left: -15px;
        margin-right: -15px; } }
  .content-headers .bar-col {
    padding-bottom: 5em; }
    .content-headers .bar-col + .bar-col {
      border-left: 1px solid #a09d99; }

.image-divider {
  padding: 0 !important; }
  .image-divider img {
    width: 100%; }

/* 
Credits to: https: //codyhouse.co/blog/post/css-diagonal-containers
*/
:root {
  --diagonal-hero-offset: 80px; }

@media screen and (max-width: 750px) {
  :root {
    --diagonal-hero-offset: 40px; } }

.hero--r-diagonal,
.hero--l-diagonal,
.hero--rl-diagonal,
.hero--lr-diagonal,
.hero--tr-diagonal,
.hero--tl-diagonal,
.hero--bl-diagonal,
.hero--br-diagonal {
  position: relative;
  background-color: transparent; }
  .hero--r-diagonal::before,
  .hero--l-diagonal::before,
  .hero--rl-diagonal::before,
  .hero--lr-diagonal::before,
  .hero--tr-diagonal::before,
  .hero--tl-diagonal::before,
  .hero--bl-diagonal::before,
  .hero--br-diagonal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.5); }
  .hero--r-diagonal .hero__content,
  .hero--l-diagonal .hero__content,
  .hero--rl-diagonal .hero__content,
  .hero--lr-diagonal .hero__content,
  .hero--tr-diagonal .hero__content,
  .hero--tl-diagonal .hero__content,
  .hero--bl-diagonal .hero__content,
  .hero--br-diagonal .hero__content {
    position: relative;
    z-index: 1; }

@supports (clip-path: none) {
  .hero--r-diagonal::before,
  .hero--l-diagonal::before,
  .hero--rl-diagonal::before,
  .hero--lr-diagonal::before,
  .hero--tr-diagonal::before,
  .hero--tl-diagonal::before,
  .hero--bl-diagonal::before,
  .hero--br-diagonal::before {
    height: calc(100% + var(--diagonal-hero-offset) * 2);
    top: calc(var(--diagonal-hero-offset) * -1); }
  .hero--r-diagonal::before {
    clip-path: polygon(0% 0%, 100% var(--diagonal-hero-offset), 100% 100%, 0% calc(100% - var(--diagonal-hero-offset))); }
  .hero--l-diagonal::before {
    clip-path: polygon(0% var(--diagonal-hero-offset), 100% 0%, 100% calc(100% - var(--diagonal-hero-offset)), 0% 100%); }
  .hero--rl-diagonal::before {
    clip-path: polygon(0% 0%, 100% var(--diagonal-hero-offset), 100% calc(100% - var(--diagonal-hero-offset)), 0% 100%); }
  .hero--lr-diagonal::before {
    clip-path: polygon(0% var(--diagonal-hero-offset), 100% 0%, 100% 100%, 0% calc(100% - var(--diagonal-hero-offset))); }
  .hero--tr-diagonal::before {
    clip-path: polygon(0% 0%, 100% var(--diagonal-hero-offset), 100% 100%, 0 100%); }
  .hero--tl-diagonal::before {
    clip-path: polygon(0% var(--diagonal-hero-offset), 100% 0%, 100% 100%, 0 100%); }
  .hero--br-diagonal::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - var(--diagonal-hero-offset))); }
  .hero--bl-diagonal::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--diagonal-hero-offset)), 0% 100%); } }

/* --------------------------------------------------
	6.0 FAQ - Accordions
-------------------------------------------------- */
.accordions-1 .panel {
  border: none;
  border-radius: 0px !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15); }
  .accordions-1 .panel:hover {
    -webkit-box-shadow: 0 22px 133px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 133px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    transform: translateY(-5px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .accordions-1 .panel .panel-heading {
    color: #222222;
    border-color: rgba(124, 124, 124, 0.17);
    background-color: #FFFFFF;
    position: relative;
    cursor: pointer;
    padding: 25px 14% 25px 25px;
    text-align: left; }
    .accordions-1 .panel .panel-heading::before {
      position: absolute;
      top: 54%;
      right: 7%;
      margin: -10px 0 0;
      display: inline-block;
      width: 15px;
      height: 15px;
      content: "";
      border: solid #222222;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .accordions-1 .panel .panel-heading[aria-expanded="true"]::before {
      -webkit-transform: translateY(-5px) rotate(405deg);
      -moz-transform: translateY(-5px) rotate(405deg);
      transform: translateY(-5px) rotate(405deg); }
    .accordions-1 .panel .panel-heading .panel-title {
      font-size: 1.1em;
      text-transform: none !important;
      color: #222222; }
      .accordions-1 .panel .panel-heading .panel-title a:focus {
        text-decoration: none; }
  .accordions-1 .panel .panel-collapse .panel-body {
    border: none;
    border-radius: 0;
    border-top: 2px solid #efefef;
    background-color: #FFFFFF;
    padding: 30px 50px;
    text-align: left; }
    .accordions-1 .panel .panel-collapse .panel-body p {
      margin: 0px;
      color: #222222; }
      .accordions-1 .panel .panel-collapse .panel-body p a:not(.btn):not(.btn-doors) {
        color: #222222;
        font-weight: bolder; }

.accordions-1 .panel + .panel {
  margin-top: 2.7rem; }

.accordions-2 .panel {
  border-radius: 0px !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .accordions-2 .panel:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .accordions-2 .panel .panel-heading {
    color: #222222;
    position: relative;
    cursor: pointer;
    padding: 25px 14% 25px 25px;
    text-align: left; }
    .accordions-2 .panel .panel-heading::before {
      position: absolute;
      top: 54%;
      right: 7%;
      margin: -10px 0 0;
      display: inline-block;
      width: 15px;
      height: 15px;
      content: "";
      border: solid #222222;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .accordions-2 .panel .panel-heading[aria-expanded="true"]::before {
      -webkit-transform: translateY(-5px) rotate(405deg);
      -moz-transform: translateY(-5px) rotate(405deg);
      transform: translateY(-5px) rotate(405deg); }
    .accordions-2 .panel .panel-heading .panel-title {
      font-size: 1.1em;
      text-transform: none !important;
      color: #222222; }
      .accordions-2 .panel .panel-heading .panel-title a:focus {
        text-decoration: none; }
  .accordions-2 .panel .panel-collapse .panel-body {
    border: none;
    border-radius: 0;
    border-top: 2px solid #efefef;
    background-color: #FFFFFF;
    padding: 30px;
    text-align: left; }
    .accordions-2 .panel .panel-collapse .panel-body p {
      margin: 0px;
      color: #222222; }
      .accordions-2 .panel .panel-collapse .panel-body p a:not(.btn):not(.btn-doors) {
        color: #222222;
        font-weight: bolder; }

.accordions-2 .panel + .panel {
  margin-top: 2.7rem; }

.accordions-nostyle .panel {
  border-radius: 0px !important;
  margin-bottom: 0px !important;
  border-color: #fff !important;
  box-shadow: none !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .accordions-nostyle .panel:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .accordions-nostyle .panel .panel-heading {
    color: #222222;
    position: relative;
    cursor: pointer;
    padding: 5px 14% 5px 5px;
    text-align: left;
    background-color: #fff !important;
    border-color: #fff !important; }
    .accordions-nostyle .panel .panel-heading::before {
      position: absolute;
      top: 54%;
      right: 7%;
      margin: -10px 0 0;
      display: inline-block;
      width: 15px;
      height: 15px;
      content: "";
      border: solid #222222;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .accordions-nostyle .panel .panel-heading[aria-expanded="true"]::before {
      -webkit-transform: translateY(-5px) rotate(405deg);
      -moz-transform: translateY(-5px) rotate(405deg);
      transform: translateY(-5px) rotate(405deg); }
    .accordions-nostyle .panel .panel-heading .panel-title {
      font-size: 1.1em;
      text-transform: none !important;
      color: #222222; }
      .accordions-nostyle .panel .panel-heading .panel-title a:focus {
        text-decoration: none; }
  .accordions-nostyle .panel .panel-collapse .panel-body {
    border: none;
    border-radius: 0;
    background-color: #FFFFFF;
    padding: 0px;
    text-align: left; }
    .accordions-nostyle .panel .panel-collapse .panel-body p {
      margin: 0px;
      color: #222222; }
      .accordions-nostyle .panel .panel-collapse .panel-body p a:not(.btn):not(.btn-doors) {
        color: #222222;
        font-weight: bolder; }

.accordions-nostyle .panel + .panel {
  margin-top: 2.7rem; }

.accordions-christmas2019 .panel {
  border-radius: 0px !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .accordions-christmas2019 .panel:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .accordions-christmas2019 .panel .panel-heading {
    color: #fff;
    position: relative;
    cursor: pointer;
    padding: 25px;
    text-align: center;
    background-color: #D5B47E;
    border-color: #D5B47E; }
    .accordions-christmas2019 .panel .panel-heading .panel-title {
      width: 100%;
      padding: 0px;
      margin: 0px;
      text-align: center;
      font-size: 1.4em !important;
      text-transform: none !important;
      color: #fff !important; }
      .accordions-christmas2019 .panel .panel-heading .panel-title a:focus {
        text-decoration: none; }
  .accordions-christmas2019 .panel .panel-collapse .panel-body {
    border: none;
    border-radius: 0;
    background-color: #eee5d7;
    padding: 30px;
    text-align: left; }
    .accordions-christmas2019 .panel .panel-collapse .panel-body p {
      margin: 0px;
      color: #6e6e6e; }
      .accordions-christmas2019 .panel .panel-collapse .panel-body p a:not(.btn):not(.btn-doors) {
        color: #6e6e6e;
        font-weight: bolder; }

.accordions-christmas2019 .panel + .panel {
  margin-top: 2.7rem; }

.accordions-christmas2020 .panel {
  border-radius: 0px !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .accordions-christmas2020 .panel:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .accordions-christmas2020 .panel .panel-heading {
    color: #fff;
    position: relative;
    cursor: pointer;
    padding: 25px;
    text-align: center;
    background-color: #0A0F1F;
    border-color: #0A0F1F; }
    .accordions-christmas2020 .panel .panel-heading .panel-title {
      width: 100%;
      padding: 0px;
      margin: 0px;
      text-align: center;
      font-size: 1.4em !important;
      text-transform: none !important;
      color: #fff !important; }
      .accordions-christmas2020 .panel .panel-heading .panel-title a:focus {
        text-decoration: none; }
  .accordions-christmas2020 .panel .panel-collapse .panel-body {
    border: none;
    border-radius: 0;
    background-color: #F3EEE0;
    padding: 30px;
    text-align: left; }
    .accordions-christmas2020 .panel .panel-collapse .panel-body p {
      margin: 0px;
      color: #6e6e6e; }
      .accordions-christmas2020 .panel .panel-collapse .panel-body p a:not(.btn):not(.btn-doors) {
        color: #6e6e6e;
        font-weight: bolder; }

.accordions-christmas2020 .panel + .panel {
  margin-top: 2.7rem; }

.accordions-easter2020 .panel {
  border-radius: 0px !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .accordions-easter2020 .panel:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .accordions-easter2020 .panel .panel-heading {
    color: #004121;
    position: relative;
    cursor: pointer;
    padding: 25px;
    text-align: center;
    background-color: #fff;
    border-color: #fff; }
    .accordions-easter2020 .panel .panel-heading .panel-title {
      width: 100%;
      padding: 0px;
      margin: 0px;
      text-align: center;
      font-size: 1.4em !important;
      text-transform: none !important;
      color: #004121 !important; }
      .accordions-easter2020 .panel .panel-heading .panel-title a:focus {
        text-decoration: none; }
  .accordions-easter2020 .panel .panel-collapse .panel-body {
    border: none;
    border-radius: 0;
    background-color: #004121;
    padding: 30px;
    text-align: left; }
    .accordions-easter2020 .panel .panel-collapse .panel-body p {
      margin: 0px;
      color: #E4E2D3; }
      .accordions-easter2020 .panel .panel-collapse .panel-body p a:not(.btn):not(.btn-doors) {
        color: #E4E2D3;
        font-weight: bolder; }

.accordions-easter2020 .panel + .panel {
  margin-top: 2.7rem; }

.faq-contact-links {
  color: rgba(34, 34, 34, 0.8);
  font-size: .9em; }
  .faq-contact-links i {
    color: rgba(34, 34, 34, 0.8); }
  .faq-contact-links a {
    color: #222222;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(17, 17, 17, 0);
    transition: all .3s; }
    .faq-contact-links a:hover {
      color: #222222;
      padding-bottom: 1px;
      border-bottom: 1px solid #111111; }

/*----------------------------------
  Button
------------------------------------*/
.se-btn, .se-btn--app-highlight, .se-btn--unleashed {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .se-btn:focus, .se-btn--app-highlight:focus, .se-btn--unleashed:focus, .se-btn:hover, .se-btn--app-highlight:hover, .se-btn--unleashed:hover {
    text-decoration: none;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .se-btn.focus, .focus.se-btn--app-highlight, .focus.se-btn--unleashed {
    text-decoration: none;
    outline: none; }
  .se-btn:active, .se-btn--app-highlight:active, .se-btn--unleashed:active, .se-btn.active, .active.se-btn--app-highlight, .active.se-btn--unleashed {
    background-image: none;
    outline: 0; }
  .se-btn.disabled, .disabled.se-btn--app-highlight, .disabled.se-btn--unleashed, .se-btn:disabled, .se-btn--app-highlight:disabled, .se-btn--unleashed:disabled,
  fieldset[disabled] .se-btn,
  fieldset[disabled] .se-btn--app-highlight,
  fieldset[disabled] .se-btn--unleashed {
    cursor: not-allowed;
    opacity: .65; }

.se-action-btn {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.se-btn__element--vertical-inherit {
  vertical-align: inherit; }

.se-btn__element--left, .se-btn__element--right {
  display: table-cell;
  vertical-align: middle;
  text-align: left; }

/* Sizes
------------------------------ */
.se-btn--xs {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.5rem 1.25rem; }

.se-btn--sm {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.65em 1.75em;
  text-transform: uppercase; }

.se-btn--md {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 1rem 2.5rem; }

.se-btn-icon--md {
  font-size: 1rem;
  padding: 0.9375rem 1.5625rem 0.75rem; }

/* Styles
------------------------------ */
.se-btn--primary-brd {
  color: #FFFFFF;
  background: transparent;
  padding: 1rem 3rem;
  border-width: 0.4rem;
  border-style: solid;
  border-color: #FFFFFF;
  border-radius: 3rem; }
  .se-btn--primary-brd:focus, .se-btn--primary-brd:hover {
    color: #000000;
    background: white;
    border-color: #FFFFFF; }
    .se-btn--primary-brd:focus h1, .se-btn--primary-brd:focus h2, .se-btn--primary-brd:focus h3, .se-btn--primary-brd:focus .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .se-btn--primary-brd:focus .panel-title, .se-btn--primary-brd:focus .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .se-btn--primary-brd:focus .panel-title, .se-btn--primary-brd:focus .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .se-btn--primary-brd:focus .panel-title, .se-btn--primary-brd:focus h4, .se-btn--primary-brd:focus .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading .se-btn--primary-brd:focus .panel-title, .se-btn--primary-brd:focus .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading .se-btn--primary-brd:focus .panel-title, .se-btn--primary-brd:focus .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading .se-btn--primary-brd:focus .panel-title, .se-btn--primary-brd:focus h5, .se-btn--primary-brd:focus h6, .se-btn--primary-brd:focus span, .se-btn--primary-brd:focus small, .se-btn--primary-brd:focus div, .se-btn--primary-brd:focus p, .se-btn--primary-brd:hover h1, .se-btn--primary-brd:hover h2, .se-btn--primary-brd:hover h3, .se-btn--primary-brd:hover .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .se-btn--primary-brd:hover .panel-title, .se-btn--primary-brd:hover .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .se-btn--primary-brd:hover .panel-title, .se-btn--primary-brd:hover .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .se-btn--primary-brd:hover .panel-title, .se-btn--primary-brd:hover h4, .se-btn--primary-brd:hover .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading .se-btn--primary-brd:hover .panel-title, .se-btn--primary-brd:hover .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading .se-btn--primary-brd:hover .panel-title, .se-btn--primary-brd:hover .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading .se-btn--primary-brd:hover .panel-title, .se-btn--primary-brd:hover h5, .se-btn--primary-brd:hover h6, .se-btn--primary-brd:hover span, .se-btn--primary-brd:hover small, .se-btn--primary-brd:hover div, .se-btn--primary-brd:hover p {
      color: #000000; }

.se-btn--dark-brd {
  color: #000000;
  background: transparent;
  padding: 1rem 3rem;
  border-width: 0.4rem;
  border-style: solid;
  border-color: #000000;
  border-radius: 3rem; }
  .se-btn--dark-brd:focus, .se-btn--dark-brd:hover {
    color: #FFFFFF;
    background: #2e2e2e;
    border-color: #000000; }
    .se-btn--dark-brd:focus h1, .se-btn--dark-brd:focus h2, .se-btn--dark-brd:focus h3, .se-btn--dark-brd:focus .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .se-btn--dark-brd:focus .panel-title, .se-btn--dark-brd:focus .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .se-btn--dark-brd:focus .panel-title, .se-btn--dark-brd:focus .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .se-btn--dark-brd:focus .panel-title, .se-btn--dark-brd:focus h4, .se-btn--dark-brd:focus .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading .se-btn--dark-brd:focus .panel-title, .se-btn--dark-brd:focus .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading .se-btn--dark-brd:focus .panel-title, .se-btn--dark-brd:focus .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading .se-btn--dark-brd:focus .panel-title, .se-btn--dark-brd:focus h5, .se-btn--dark-brd:focus h6, .se-btn--dark-brd:focus span, .se-btn--dark-brd:focus small, .se-btn--dark-brd:focus div, .se-btn--dark-brd:focus p, .se-btn--dark-brd:hover h1, .se-btn--dark-brd:hover h2, .se-btn--dark-brd:hover h3, .se-btn--dark-brd:hover .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .se-btn--dark-brd:hover .panel-title, .se-btn--dark-brd:hover .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .se-btn--dark-brd:hover .panel-title, .se-btn--dark-brd:hover .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .se-btn--dark-brd:hover .panel-title, .se-btn--dark-brd:hover h4, .se-btn--dark-brd:hover .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading .se-btn--dark-brd:hover .panel-title, .se-btn--dark-brd:hover .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading .se-btn--dark-brd:hover .panel-title, .se-btn--dark-brd:hover .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading .se-btn--dark-brd:hover .panel-title, .se-btn--dark-brd:hover h5, .se-btn--dark-brd:hover h6, .se-btn--dark-brd:hover span, .se-btn--dark-brd:hover small, .se-btn--dark-brd:hover div, .se-btn--dark-brd:hover p {
      color: #FFFFFF; }

.se-btn--tag {
  color: #000000;
  background: #e2e2e2;
  padding: 0.25rem 1rem;
  border-width: 0.4rem;
  border-style: solid;
  border-color: transparent;
  border-radius: 3rem; }
  .se-btn--tag:focus, .se-btn--tag:hover {
    color: #000000;
    background: #afafaf;
    border-color: transparent; }
    .se-btn--tag:focus h1, .se-btn--tag:focus h2, .se-btn--tag:focus h3, .se-btn--tag:focus .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .se-btn--tag:focus .panel-title, .se-btn--tag:focus .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .se-btn--tag:focus .panel-title, .se-btn--tag:focus .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .se-btn--tag:focus .panel-title, .se-btn--tag:focus h4, .se-btn--tag:focus .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading .se-btn--tag:focus .panel-title, .se-btn--tag:focus .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading .se-btn--tag:focus .panel-title, .se-btn--tag:focus .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading .se-btn--tag:focus .panel-title, .se-btn--tag:focus h5, .se-btn--tag:focus h6, .se-btn--tag:focus span, .se-btn--tag:focus small, .se-btn--tag:focus div, .se-btn--tag:focus p, .se-btn--tag:hover h1, .se-btn--tag:hover h2, .se-btn--tag:hover h3, .se-btn--tag:hover .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .se-btn--tag:hover .panel-title, .se-btn--tag:hover .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .se-btn--tag:hover .panel-title, .se-btn--tag:hover .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .se-btn--tag:hover .panel-title, .se-btn--tag:hover h4, .se-btn--tag:hover .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading .se-btn--tag:hover .panel-title, .se-btn--tag:hover .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading .se-btn--tag:hover .panel-title, .se-btn--tag:hover .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading .se-btn--tag:hover .panel-title, .se-btn--tag:hover h5, .se-btn--tag:hover h6, .se-btn--tag:hover span, .se-btn--tag:hover small, .se-btn--tag:hover div, .se-btn--tag:hover p {
      color: #000000; }
  .se-btn--tag.active {
    color: #FFFFFF;
    background-color: #000000; }
  .se-btn--tag.no-transitions {
    transition-duration: none !important;
    transition-property: none !important;
    transition-timing-function: none !important; }

.se-btn--app-highlight {
  color: #FFFFFF;
  background: #28A5BB;
  padding: 1.2rem 2rem;
  border-width: 0.4rem;
  border-style: solid;
  border-color: transparent;
  border-radius: 3rem; }
  .se-btn--app-highlight.active {
    color: #FFFFFF;
    background-color: #28A5BB; }
  .se-btn--app-highlight.no-transitions {
    transition-duration: none !important;
    transition-property: none !important;
    transition-timing-function: none !important; }

.se-btn--unleashed {
  color: #fff;
  background: #EB4F40;
  padding: 1.2rem 2rem;
  border-width: 0.4rem;
  border-style: solid;
  border-color: transparent;
  border-radius: 3rem; }
  .se-btn--unleashed.active {
    color: #FFFFFF;
    background-color: #EB4F40; }
  .se-btn--unleashed.no-transitions {
    transition-duration: none !important;
    transition-property: none !important;
    transition-timing-function: none !important; }

/* ---- 2.1 Defualt Buttons ---- */
.btn {
  /*@include btn-style(
	$dspy: inline-block,
	$wht-space: normal,
	$ps: relative,
	$color: $color-dark,
	$bg: transparent,
	$brd-width: .4rem,
	$brd-style: solid,
	$brd-color: $color-dark,
	$brd-radius: 3rem,
	$hvr-bg: $color-primary,
	$hvr-color: $color-primary,
	$hvr-brd-color: $color-dark
	);

	&.btn-light {
		border-color: white;
		color: white;
		&:before {
			background: white;
		}
		&:after {
			background: rgba(white,0.9);
		}
		&:hover {
			color: $color-1;
			border-color: rgba(255,255,255,1);
			box-shadow: 0 0 0px 2px white inset, 0 0 0px 0px white;
		}
	}

    @include transition(background-color 200ms ease-out,
						   color 200ms ease-out,
						   border-color 200ms linear);

	&:hover {
		background: lighten($color-dark, 18%);
		border-color: $color-dark;
	}

	&:focus {
		outline: none;
	}*/ }

.btn-block {
  width: 100% !important; }

.btn-doors {
  /*@extend .btn;
	background: none;
	color: $CopyColor;
	border: .4rem solid $CopyColor;
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;

	overflow: hidden;
	z-index: 0;
	width: auto;
    padding: 10px 30px;
    -webkit-transition: color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1), border-color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1), border-color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);

    &:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 120%;
      background: $CopyColor;
	  // Prevent background color leak outs
	  -webkit-background-clip: padding-box;
	  -moz-background-clip:    padding;
	  background-clip:         padding-box;

      content: '';
      opacity: 0;
      z-index: -1;
      -webkit-transition: opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
      transition: opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
      transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
      transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
      -webkit-transform: translate3d(-110%, -10%, 0) skewX(-20deg);
              transform: translate3d(-110%, -10%, 0) skewX(-20deg);
    }
	&:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 120%;
        background: rgba($CopyColor,0.9);
		// Prevent background color leak outs
  	    -webkit-background-clip: padding-box;
  	    -moz-background-clip:    padding;
  	    background-clip:         padding-box;
        content: '';
        opacity: 0;
        z-index: -1;
        -webkit-transition: opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
        transition: opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
        transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
        transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
        -webkit-transform: translate3d(110%, -10%, 0) skewX(-20deg);
                transform: translate3d(110%, -10%, 0) skewX(-20deg);
	}

	&:hover {
		color: white;
		background: none;
		border-color: rgba($CopyColor,0.9);
		box-shadow: 0 0 0px 2px $CopyColor inset, 0 0 0px 0px $CopyColor;
		// Prevent background color leak outs
  	    -webkit-background-clip: padding-box;
  	    -moz-background-clip:    padding;
  	    background-clip:         padding-box;

        // box-shadow: 0 1px 8px rgba(58,51,53,0.3);
        -webkit-transition: all 0.5s cubic-bezier(0.02, 0.01, 0.47, 1);
        transition: all 0.5s cubic-bezier(0.02, 0.01, 0.47, 1);

		&:visited {
			// color: $color-1;
			text-decoration: none;
		}
        &:before {
            opacity: 1;
            -webkit-transition: opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
            transition: opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
            transition: transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
            transition: transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
            -webkit-transform: translate3d(-50%, -10%, 0) skewX(-20deg);
                    transform: translate3d(-50%, -10%, 0) skewX(-20deg);
        }
		&:after {
            opacity: 1;
            -webkit-transition: opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
            transition: opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
            transition: transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
            transition: transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
            -webkit-transform: translate3d(50%, -10%, 0) skewX(-20deg);
                    transform: translate3d(50%, -10%, 0) skewX(-20deg);
		}
	}*/ }

@keyframes spin {
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#play {
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  outline: none; }
  #play:hover .stroke-dotted {
    stroke-width: 4px;
    opacity: 1; }
  #play:hover .stroke-solid {
    opacity: 0;
    stroke-dashoffset: 300; }
  #play:hover .icon {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  #play:focus {
    outline: none; }
  #play .stroke-dotted {
    opacity: 0;
    stroke-dasharray: 4,5;
    stroke-width: 1px;
    transform-origin: 50% 50%;
    animation: spin 4s infinite linear;
    transition: opacity 1s ease, stroke-width 1s ease; }
  #play .stroke-solid {
    stroke-dashoffset: 0;
    stroke-dashArray: 300;
    stroke-width: 4px;
    transition: stroke-dashoffset 1s ease, opacity 1s ease; }
  #play .icon {
    transform-origin: 50% 50%;
    transition: transform 200ms ease-out; }

/*
Don't remove this CSS. It it used as the 'sub-menu' accross the whole website.
*/
.page-menu {
  background: rgba(124, 124, 124, 0.18);
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  overflow: hidden;
  z-index: 10; }
  .page-menu .page-nav {
    display: block;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
    padding-top: 4rem;
    height: 15rem; }
    .page-menu .page-nav h1 {
      color: #222222; }
    .page-menu .page-nav li {
      padding-left: 2rem; }
      .page-menu .page-nav li:last-child {
        padding-right: 50px; }
      .page-menu .page-nav li a {
        color: #222222;
        text-transform: uppercase;
        font-family: "ProximaNova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: 2px;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        transition: all 0.15s; }
        .page-menu .page-nav li a.active {
          color: #878787; }
        .page-menu .page-nav li a:hover {
          text-decoration: none;
          color: #878787; }
  @media (min-width: 768px) {
    .page-menu .page-nav li {
      padding-left: 4rem; } }

.js-modal-video {
  outline: none; }
  .js-modal-video:focus {
    outline: none; }
  .js-modal-video .play {
    height: 75px;
    display: inline-block;
    vertical-align: middle; }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video-inner {
  from {
    transform: translate(0, -100px); }
  to {
    transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-close {
  opacity: 0; }
  .modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    -o-transform: translate(0, -100px);
    transform: translate(0, -100px); }

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table; }

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  border: none;
  background-color: black;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: 0px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }
  .modal-video-close-btn:before {
    transform: rotate(45deg); }
  .modal-video-close-btn:after {
    transform: rotate(-45deg); }
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: white;
    border-radius: 5px;
    margin-top: -6px; }

.blankenbaker {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #777600 !important;
  color: #ffffff !important; }
  .blankenbaker.text {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    color: #777600 !important;
    background: inherit !important; }
  .blankenbaker + * .arrow-down {
    border-top-color: #777600; }
  .blankenbaker.stroke {
    background: transparent !important;
    color: #777600 !important;
    border-color: #777600 !important; }
    a .blankenbaker.stroke:hover, button .blankenbaker.stroke:hover {
      background: #777600 !important;
      color: #ffffff !important;
      border-width: 0; }

.indiana {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #9F1C21 !important;
  color: #ffffff !important; }
  .indiana.text {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    color: #9F1C21 !important;
    background: inherit !important; }
  .indiana + * .arrow-down {
    border-top-color: #9F1C21; }
  .indiana.stroke {
    background: transparent !important;
    color: #9F1C21 !important;
    border-color: #9F1C21 !important; }
    a .indiana.stroke:hover, button .indiana.stroke:hover {
      background: #9F1C21 !important;
      color: #ffffff !important;
      border-width: 0; }

.crestwood {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #37a7cd !important;
  color: #ffffff !important; }
  .crestwood.text {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    color: #37a7cd !important;
    background: inherit !important; }
  .crestwood + * .arrow-down {
    border-top-color: #37a7cd; }
  .crestwood.stroke {
    background: transparent !important;
    color: #37a7cd !important;
    border-color: #37a7cd !important; }
    a .crestwood.stroke:hover, button .crestwood.stroke:hover {
      background: #37a7cd !important;
      color: #ffffff !important;
      border-width: 0; }

.southwest {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #E87C1E !important;
  color: #ffffff !important; }
  .southwest.text {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    color: #E87C1E !important;
    background: inherit !important; }
  .southwest + * .arrow-down {
    border-top-color: #E87C1E; }
  .southwest.stroke {
    background: transparent !important;
    color: #E87C1E !important;
    border-color: #E87C1E !important; }
    a .southwest.stroke:hover, button .southwest.stroke:hover {
      background: #E87C1E !important;
      color: #ffffff !important;
      border-width: 0; }

.lagrange {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #5C6D79 !important;
  color: #ffffff !important; }
  .lagrange.text {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    color: #5C6D79 !important;
    background: inherit !important; }
  .lagrange + * .arrow-down {
    border-top-color: #5C6D79; }
  .lagrange.stroke {
    background: transparent !important;
    color: #5C6D79 !important;
    border-color: #5C6D79 !important; }
    a .lagrange.stroke:hover, button .lagrange.stroke:hover {
      background: #5C6D79 !important;
      color: #ffffff !important;
      border-width: 0; }

.elizabethtown {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000000 !important;
  color: #ffffff !important; }
  .elizabethtown.text {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    color: #000000 !important;
    background: inherit !important; }
  .elizabethtown + * .arrow-down {
    border-top-color: #000000; }
  .elizabethtown.stroke {
    background: transparent !important;
    color: #000000 !important;
    border-color: #000000 !important; }
    a .elizabethtown.stroke:hover, button .elizabethtown.stroke:hover {
      background: #000000 !important;
      color: #ffffff !important;
      border-width: 0; }

.default {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #383735 !important;
  color: #ffffff !important; }
  .default.text {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    color: #383735 !important;
    background: inherit !important; }
  .default + * .arrow-down {
    border-top-color: #383735; }
  .default.stroke {
    background: transparent !important;
    color: #383735 !important;
    border-color: #383735 !important; }
    a .default.stroke:hover, button .default.stroke:hover {
      background: #383735 !important;
      color: #ffffff !important;
      border-width: 0; }

/* ----------------------------------------------------------------------------------
	Ministries Container: Sets the style for the Connect Page Ministry Container
----------------------------------------------------------------------------------- */
.ministries-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  .ministries-container::after, .ministries-container::before {
    content: "";
    display: block; }
  .ministries-container .ministry {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; }
    .ministries-container .ministry .title {
      background: #000;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      padding: 7px 0; }

/* ----------------------------------------------------------------------------------
	Students: Sets the style for certain aspects of the Students Pages
----------------------------------------------------------------------------------- */
.campus-list {
  text-align: center; }
  .campus-list .se-logo {
    font-size: 1.8em; }
  .campus-list li {
    margin-bottom: 1em; }

@media (max-width: 480px) {
  .campus-list .se-logo {
    font-size: 1.3em !important; } }

.student-section header {
  font-size: 2em;
  letter-spacing: .1em; }

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .student-section header {
    font-size: 1em;
    letter-spacing: .001em; }
    .student-section header img {
      margin-right: 40px;
      max-width: 25%; } }

/* ----------------------------------------------------------------------------------
	Missions: Sets the style for certain aspects of the Missions Page
----------------------------------------------------------------------------------- */
.missionsBody .section-header.inverse::after, .missionsBody .section-header.inverse::before {
  background-color: rgba(255, 255, 255, 0.7); }

.missionsBody .upgotd-box {
  margin: 0 auto !important;
  border: 1px solid #a09d99 !important;
  padding: 1em 2em !important;
  width: 100% !important; }

.missionsBody .event-header .se-logo {
  font-size: inherit !important; }

.missionsBody .section-header {
  color: #000; }
  .missionsBody .section-header::after {
    background-color: rgba(0, 0, 0, 0.3); }

.section-header::before {
  background-color: rgba(0, 0, 0, 0.3); }

.missionsBody .section-header.inverse {
  color: #fff; }
  .missionsBody .section-header.inverse::after {
    background-color: rgba(255, 255, 255, 0.7); }

.section-header.inverse::before {
  background-color: rgba(255, 255, 255, 0.7); }

.missionsBody .social {
  float: left;
  margin: 4px 10px 20px 0; }

.missionsBody .social-icon-conversation {
  width: auto;
  height: 36px; }

.missionsBody .conversation {
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
  letter-spacing: 0.4px; }

.missionsBody #textprayer {
  color: #000; }

.missionsBody #MissionariesModal .modal-body {
  font-size: 0.8em; }

.missionsBody #PRAY {
  background-color: #231f20;
  color: #fff; }
  .missionsBody #PRAY .highlight_text {
    color: #2eb2d1; }
  .missionsBody #PRAY hr {
    border-top: 1px solid #fff; }

.missionsBody #SEND {
  background-color: #a09d99; }

.missionsBody .center {
  text-align: center;
  margin: 0 auto; }

.missionsBody .show-box {
  margin-top: 5px;
  padding: 1em; }
  .missionsBody .show-box .church-logo {
    max-width: 220px;
    max-height: 150px; }

.missionsBody .equal {
  width: 90%;
  text-align: center; }

.missionsBody .enhanced-photos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-direction: row;
  -moz-box-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align-items: stretch;
  -moz-box-align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-align-content: space-between;
  -moz-box-align-content: space-between;
  -webkit-align-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between; }
  .missionsBody .enhanced-photos a {
    color: #383735; }
  .missionsBody .enhanced-photos .missions_icon {
    max-width: 8em; }
  .missionsBody .enhanced-photos .sp-photo {
    display: table;
    position: relative;
    width: 30%;
    padding-bottom: 30%;
    margin-bottom: 1.5em;
    height: 0;
    color: #222;
    text-align: center;
    transition: background-color 200ms ease-out; }
    .missionsBody .enhanced-photos .sp-photo .photo-content {
      position: absolute;
      bottom: 0;
      margin-bottom: 10%;
      width: 100%; }
      .missionsBody .enhanced-photos .sp-photo .photo-content p {
        margin-bottom: 0; }
      .missionsBody .enhanced-photos .sp-photo .photo-content h3, .missionsBody .enhanced-photos .sp-photo .photo-content .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .missionsBody .enhanced-photos .sp-photo .photo-content .panel-title, .missionsBody .enhanced-photos .sp-photo .photo-content .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .missionsBody .enhanced-photos .sp-photo .photo-content .panel-title, .missionsBody .enhanced-photos .sp-photo .photo-content .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .missionsBody .enhanced-photos .sp-photo .photo-content .panel-title {
        font-family: proxima-nova-n9,proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 900;
        font-size: 2.25em;
        line-height: .9;
        font-style: italic;
        text-transform: uppercase;
        color: #fff;
        background-color: rgba(35, 31, 32, 0.77);
        letter-spacing: 0;
        padding: 0.5em 0; }
      .missionsBody .enhanced-photos .sp-photo .photo-content .description {
        line-height: 1.5em;
        font-size: 14px;
        width: 80%;
        margin: 0 auto;
        color: #2eb2d1; }
      .missionsBody .enhanced-photos .sp-photo .photo-content .speaker {
        margin-top: 10px;
        font-family: proxima-nova-n7,proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 600;
        text-transform: uppercase; }

.missionsBody upgotd {
  color: #000000;
  font-family: Verdana, Arial, sans-serif; }

.missionsBody .upgotd-box {
  border: 0px solid #777777;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #FFFFFF;
  text-align: center;
  width: 350px;
  font-size: 12px;
  padding: 0;
  margin: 0; }
  .missionsBody .upgotd-box a {
    color: #185ca6;
    text-decoration: none; }
    .missionsBody .upgotd-box a:hover {
      color: #777777;
      text-decoration: none; }
  .missionsBody .upgotd-box img {
    display: inline; }

.missionsBody .upgotd-title {
  background-color: #FFFFFF;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
  padding: 7px; }
  .missionsBody .upgotd-title a {
    background-color: #FFFFFF;
    border-top-left-radius: -1px;
    border-top-right-radius: -1px;
    font-weight: bold;
    color: #185ca6 !important;
    font-size: 14px !important;
    margin-bottom: 0px; }
    .missionsBody .upgotd-title a:hover {
      text-transform: uppercase;
      background-color: #FFFFFF;
      font-weight: bold;
      color: #777777 !important;
      font-size: 14px !important;
      margin-bottom: 7px; }

.missionsBody .upgotd-image {
  display: inline-block;
  text-align: left;
  float: left;
  padding-top: 0px; }

.missionsBody .upgotd-pray {
  font-weight: normal;
  padding: 0px;
  font-size: 11px;
  margin-bottom: 5px;
  margin-top: 3px; }

.missionsBody .upgotd-people {
  display: inline;
  font-weight: normal;
  font-size: 15px !important;
  padding-bottom: 2px; }
  .missionsBody .upgotd-people a {
    color: #185ca6 !important;
    font-size: 15px;
    font-weight: 800; }
    .missionsBody .upgotd-people a:hover {
      color: #777777 !important; }

.missionsBody .upgotd-table {
  margin-bottom: 4px;
  line-height: 100%;
  margin-top: 7px;
  text-align: left; }
  .missionsBody .upgotd-table tr {
    border: none;
    text-align: left; }
  .missionsBody .upgotd-table td {
    background-color: #FFFFFF;
    font-size: 12px;
    line-height: 150%;
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    color: #000000;
    text-align: left;
    border: 0px;
    margin: 0px !important;
    padding: 0px 0px 0px 5px !important; }

.missionsBody .upgotd-footer {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px !important;
  width: 100%;
  display: inline-block;
  padding-top: 3px;
  background-color: #FFFFFF;
  color: #000000 !important;
  font-weight: normal;
  font-size: 12px;
  padding-bottom: 5px;
  line-height: 150%; }
  .missionsBody .upgotd-footer a {
    color: #185ca6 !important;
    font-weight: bold;
    font-size: 12px; }
    .missionsBody .upgotd-footer a:hover {
      color: #777777 !important;
      font-weight: bold;
      font-size: 12px; }

.missionsBody .upgotd-cite {
  font-weight: normal;
  font-size: 10px; }

.upgotd-cite a {
  font-weight: normal;
  font-size: 10px; }

.missionsBody .upgotd-logo {
  padding: 0px 2px 4px 2px;
  width: 22px;
  height: 20px; }

@media (min-width: 768px) {
  .missionsBody .section-header::before {
    margin-left: -53%;
    text-align: right; }
  .missionsBody .section-header::after {
    margin-left: 3%;
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: rgba(160, 157, 153, 0.3); }
  .missionsBody .section-header::before {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: rgba(160, 157, 153, 0.3); }
  .missionsBody .enhanced-photos #PRAY_THUMB::after {
    background: url(/Content/Connect/send_cover.jpg) 50% top no-repeat; }
  .missionsBody .enhanced-photos #SEND_THUMB::after {
    background: url(/Content/Connect/studying.jpg) 50% top no-repeat; }
  .missionsBody .enhanced-photos #GO_THUMB::after {
    background: url("https://rock.secc.org/Content/Connect/helping_others.jpg") 50% top no-repeat; }
  .missionsBody .enhanced-photos .sp-photo::after {
    position: absolute;
    content: "";
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; } }

@media only screen and (max-width: 600px) {
  .missionsBody .jarallax {
    min-height: 300px !important; } }

@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .missionsBody .jarallax {
    min-height: 400px !important; } }

@media (max-width: 767px) {
  .missionsBody .hidden-xs {
    display: none !important; }
  .missionsBody .enhanced-photos .sp-photo {
    width: 100%;
    height: auto;
    padding-bottom: 1em;
    padding-top: 1em; }
    .missionsBody .enhanced-photos .sp-photo.inactive {
      background-color: #a09d99; }
    .missionsBody .enhanced-photos .sp-photo .carousel-inner .carousel-caption {
      display: none; }
    .missionsBody .enhanced-photos .sp-photo .photo-content {
      position: relative;
      margin-bottom: 3%; }
      .missionsBody .enhanced-photos .sp-photo .photo-content .missions_icon {
        width: 80%;
        margin-left: 20%; }
      .missionsBody .enhanced-photos .sp-photo .photo-content .description {
        text-align: left;
        font-size: 1em;
        padding: 0;
        width: 60%; }
      .missionsBody .enhanced-photos .sp-photo .photo-content .photo-title {
        width: 75%;
        margin: 0.5em auto 0; }
      .missionsBody .enhanced-photos .sp-photo .photo-content h3, .missionsBody .enhanced-photos .sp-photo .photo-content .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .missionsBody .enhanced-photos .sp-photo .photo-content .panel-title, .missionsBody .enhanced-photos .sp-photo .photo-content .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .missionsBody .enhanced-photos .sp-photo .photo-content .panel-title, .missionsBody .enhanced-photos .sp-photo .photo-content .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .missionsBody .enhanced-photos .sp-photo .photo-content .panel-title {
        text-align: left;
        font-size: 25px;
        margin: 0;
        background: 0 0; }
      .missionsBody .enhanced-photos .sp-photo .photo-content .speaker {
        text-align: left;
        margin: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .missionsBody .hidden-sm {
    display: none !important; }
  .missionsBody .enhanced-photos .sp-photo {
    padding-bottom: 44%; }
    .missionsBody .enhanced-photos .sp-photo .photo-content .description {
      font-size: .85em;
      visibility: hidden; }
    .missionsBody .enhanced-photos .sp-photo .photo-content h3, .missionsBody .enhanced-photos .sp-photo .photo-content .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .missionsBody .enhanced-photos .sp-photo .photo-content .panel-title, .missionsBody .enhanced-photos .sp-photo .photo-content .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .missionsBody .enhanced-photos .sp-photo .photo-content .panel-title, .missionsBody .enhanced-photos .sp-photo .photo-content .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .missionsBody .enhanced-photos .sp-photo .photo-content .panel-title {
      background: 0 0;
      font-size: 1.5em; }
    .missionsBody .enhanced-photos .sp-photo:not(.inactive) .photo-content .description {
      visibility: visible;
      font-weight: bolder; }
    .missionsBody .enhanced-photos .sp-photo:not(.inactive) .photo-content p {
      visibility: visible; } }

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

@media (max-width: 991px) {
  .missionsBody aside + * {
    margin-top: 1em; }
  .missionsBody .mission-actions > div {
    margin-bottom: 2em; }
  .missionsBody .mission-actions h3.copy, .missionsBody .mission-actions .accordions-christmas2019 .panel .panel-heading .copy.panel-title, .accordions-christmas2019 .panel .panel-heading .missionsBody .mission-actions .copy.panel-title, .missionsBody .mission-actions .accordions-christmas2020 .panel .panel-heading .copy.panel-title, .accordions-christmas2020 .panel .panel-heading .missionsBody .mission-actions .copy.panel-title, .missionsBody .mission-actions .accordions-easter2020 .panel .panel-heading .copy.panel-title, .accordions-easter2020 .panel .panel-heading .missionsBody .mission-actions .copy.panel-title {
    margin-bottom: 10px;
    font-size: 18px; }
  .missionsBody .mission-actions h4, .missionsBody .mission-actions .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading .missionsBody .mission-actions .panel-title, .missionsBody .mission-actions .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading .missionsBody .mission-actions .panel-title, .missionsBody .mission-actions .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading .missionsBody .mission-actions .panel-title {
    margin-bottom: 0;
    font-size: 15px; }
  .missionsBody .enhanced-photos .sp-photo {
    background-color: rgba(35, 31, 32, 0.77); } }

@media (min-width: 992px) {
  .missionsBody .enhanced-photos .sp-photo:not(.inactive):hover {
    background-color: #231f20; }
    .missionsBody .enhanced-photos .sp-photo:not(.inactive):hover p {
      visibility: visible; }
  .missionsBody .enhanced-photos .sp-photo p {
    visibility: hidden; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .missionsBody .enhanced-photos .sp-photo .photo-content {
    margin-bottom: 5%; }
    .missionsBody .enhanced-photos .sp-photo .photo-content .description {
      font-size: 0.85em; }
    .missionsBody .enhanced-photos .sp-photo .photo-content h3, .missionsBody .enhanced-photos .sp-photo .photo-content .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .missionsBody .enhanced-photos .sp-photo .photo-content .panel-title, .missionsBody .enhanced-photos .sp-photo .photo-content .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .missionsBody .enhanced-photos .sp-photo .photo-content .panel-title, .missionsBody .enhanced-photos .sp-photo .photo-content .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .missionsBody .enhanced-photos .sp-photo .photo-content .panel-title {
      font-size: 1.5em; }
    .missionsBody .enhanced-photos .sp-photo .photo-content .speaker {
      margin-top: 5px; }
  .missionsBody .hidden-md {
    display: none !important; } }

/* ----------------------------------------------------------------------------------
	Visit: Sets the style for certain aspects of the Visit Page
----------------------------------------------------------------------------------- */
#Visit .se-logo.stroke {
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #6D6A66;
  background: 0 0;
  color: #6D6A66; }

#Visit .blankenbaker.stroke {
  background: 0 0 !important;
  color: #777600 !important;
  border-color: #777600 !important; }

#Visit .se-logo {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top-right-radius: 0.36em !important;
  border-bottom-left-radius: 0.36em !important;
  border: none !important;
  display: inline-block;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  font-family: proxima-nova-n6, proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background: #6D6A66;
  color: #FFF;
  width: 2.55em !important;
  line-height: 2.4em !important;
  text-align: center !important;
  font-size: 15px;
  padding: 0 !important;
  outline: 0 !important; }

#Visit .blankenbaker {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #777600 !important;
  color: #fff !important; }

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

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ----------------------------------------------------------------------------------
	Contact: Sets the style for certain aspects of the Contact Page
----------------------------------------------------------------------------------- */
#Contact {
  padding-top: 2em !important;
  text-align: center;
  font-size: 16px;
  line-height: 1.42857;
  color: #222;
  background-color: #fff; }
  #Contact ul {
    margin-top: 2.5em; }
  #Contact li {
    text-align: left; }
  #Contact .phone {
    display: block;
    font-size: 1.5em; }

.p .contactPage-phone {
  margin-bottom: 0.6em; }

#Contact .plain-section-header {
  font-size: 22px;
  letter-spacing: .03em;
  border-bottom: 1px solid #ccc; }

#campus-information .campus-info {
  -webkit-box-flex: 1 1 20%;
  -moz-box-flex: 1 1 20%;
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  text-align: center;
  padding: 4em 0; }
  #campus-information .campus-info .se-logo {
    font-size: 35px; }
  #campus-information .campus-info h4, #campus-information .campus-info .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading #campus-information .campus-info .panel-title, #campus-information .campus-info .accordions-2 .panel .panel-heading .panel-title, .accordions-2 .panel .panel-heading #campus-information .campus-info .panel-title, #campus-information .campus-info .accordions-nostyle .panel .panel-heading .panel-title, .accordions-nostyle .panel .panel-heading #campus-information .campus-info .panel-title {
    margin: 2em 0; }
  #campus-information .campus-info button, #campus-information .campus-info h5 {
    margin-top: 2em; }

@media (max-width: 991px) {
  #Contact div[class|=col] {
    margin-bottom: 2em; }
  #campus-information .campus-info + .campus-info {
    border-top: 1px solid #fff; } }

@media (min-width: 768px) {
  #campus-information .campus-info + .campus-info {
    border-left: 1px solid #fff; } }

@media (max-width: 767px) {
  #campus-information header {
    margin-bottom: 0 !important; } }

/* ----------------------------------------------------------------------------------
	Beliefs: Sets the style for certain aspects of the Beliefs Page
----------------------------------------------------------------------------------- */
.beliefs-list-unstyled ul li, .beliefs-nosub {
  padding-bottom: 15px;
  line-height: 1.3; }

/* ----------------------------------------------------------------------------------
	Visit: Sets the style for certain aspects of the About Page
----------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  #leadership .pastors {
    text-align: center; }
    #leadership .pastors > div {
      margin-bottom: 2em; }
    #leadership .pastors img {
      margin: 0 auto; } }

/* ----------------------------------------------------------------------------------
	Locations: Sets the style for certain aspects of the Locations Page
----------------------------------------------------------------------------------- */
#LocationsPageMenu .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

#LocationsPageMenu .row {
  margin-left: -15px;
  margin-right: -15px; }
  #LocationsPageMenu .row:after, #LocationsPageMenu .row:before {
    content: " ";
    display: table; }

#LocationsPageMenu .image-divider {
  padding: 0 !important; }
  #LocationsPageMenu .image-divider img {
    width: 100%; }

#map-container {
  padding: 0; }

#map-canvas {
  min-height: 450px;
  height: 100%; }

#LocationsPageMenu .iw_title {
  font-size: 2rem;
  font-weight: bolder; }

#LocationsPageMenu .iw_subTitle {
  font-size: 1.8rem;
  font-weight: bolder; }

#LocationsPageMenu .se-logo {
  margin-right: 10px; }

#LocationsPageMenu .campus {
  display: none; }
  #LocationsPageMenu .campus.active {
    display: block; }

#LocationsPageMenu .campus-map {
  border: 1px solid #6D6A66;
  margin-bottom: 5px; }

#LocationsPageMenu .campus-details {
  padding-top: 20px; }

#LocationsPageMenu .visit-us li {
  padding: 5px 10px;
  background: #dddbd8;
  margin-top: 4px; }
  #LocationsPageMenu .visit-us li a {
    color: inherit; }
    #LocationsPageMenu .visit-us li a:hover {
      color: #069; }

#LocationsPageMenu a.btn-normal {
  color: inherit;
  border: 1px solid #a09d99;
  font-size: 1.2em;
  line-height: 1.3em;
  padding: .5em 1.3em;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2); }

button.btn-normal {
  border: 1px solid #a09d99;
  font-size: 1.2em;
  line-height: 1.3em;
  padding: .5em 1.3em;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2); }

input[type=button].btn-normal, input[type=reset].btn-normal, input[type=submit].btn-normal {
  border: 1px solid #a09d99;
  font-size: 1.2em;
  line-height: 1.3em;
  padding: .5em 1.3em;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2); }

#LocationsPageMenu .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  #LocationsPageMenu .container-fluid:after, #LocationsPageMenu .container-fluid:before {
    content: " ";
    display: table; }
  #LocationsPageMenu .container-fluid:after {
    clear: both; }

@media (max-width: 767px) {
  #MapFrame {
    height: 226px; } }

@media (min-width: 768px) and (max-width: 991px) {
  #MapFrame {
    height: 368px; } }

@media (min-width: 1600px) {
  #MapFrame {
    height: 566px; } }

@media (min-width: 768px) {
  #LocationsPageMenu .col-sm-6 {
    width: 50%; }
  #LocationsPageMenu .container {
    width: 750px; }
  #LocationsPageMenu .map-container {
    margin-top: -35px; } }

@media (min-width: 992px) {
  #LocationsPageMenu .container {
    width: 970px; }
  #MapFrame {
    height: 450px; } }

@media (min-width: 1200px) {
  #LocationsPageMenu .container {
    width: 1170px; } }

/* ------------------------------------------------------------------------------------
	Visit: Sets the style for certain aspects of the Employment Opportunities Page
------------------------------------------------------------------------------------- */
.job {
  padding: 2em 1em; }
  .job + .job {
    border-top: 1px solid #a09d99; }
  .job header {
    margin-bottom: 1em; }
  .job .job-title {
    font-family: proxima-nova-n1,proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 100; }
  .job .location {
    font-size: 0.9em; }
  .job .ministry {
    float: right; }
  .job .hours {
    float: right;
    font-size: .9em;
    font-style: italic; }
  .job .description {
    max-height: 0;
    overflow: auto;
    transition: all 500ms ease-out; }
  .job.active .description {
    max-height: 2000px; }
  .job .apply-link {
    float: right; }
  .job span[contenteditable] {
    display: none !important; }

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

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box; }

body {
  font-family: "ProximaNova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #FFFFFF; }
  @media only screen and (max-width: 1199px) {
    body.nav-on-left.overflow-hidden {
      overflow: hidden; } }

a {
  color: #000000;
  text-decoration: none; }

img {
  /* make images responsive */
  max-width: 100%; }

input {
  font-family: "ProximaNova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem; }

input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none; }

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

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

Main components

-------------------------------- */
.cd-main-content, .cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  /*@include transform(translateZ(0));
	will-change: transform;*/ }

.cd-main-content, .cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s, background-color 0.3s, visibility 0s 0s;
  transition: transform 0.3s, background-color 0.3s, visibility 0s 0s; }
  .cd-main-content.transparent-header, .cd-main-header.transparent-header {
    background-color: transparent !important;
    box-shadow: none; }
    .cd-main-content.transparent-header .cd-nav ul li a, .cd-main-header.transparent-header .cd-nav ul li a {
      color: #FFFFFF; }
      .cd-main-content.transparent-header .cd-nav ul li a:before, .cd-main-content.transparent-header .cd-nav ul li a:after, .cd-main-header.transparent-header .cd-nav ul li a:before, .cd-main-header.transparent-header .cd-nav ul li a:after {
        border-color: #FFFFFF;
        background: rgba(255, 255, 255, 0.75); }
      .cd-main-content.transparent-header .cd-nav ul li a:hover:before, .cd-main-content.transparent-header .cd-nav ul li a:hover:after, .cd-main-header.transparent-header .cd-nav ul li a:hover:before, .cd-main-header.transparent-header .cd-nav ul li a:hover:after {
        background-color: #FFFFFF; }
    .cd-main-content.transparent-header .cd-search-trigger:before, .cd-main-header.transparent-header .cd-search-trigger:before {
      border-color: #FFFFFF; }
    .cd-main-content.transparent-header .cd-search-trigger:after, .cd-main-header.transparent-header .cd-search-trigger:after {
      background-color: #FFFFFF; }
    .cd-main-content.transparent-header .cd-nav-login::before, .cd-main-header.transparent-header .cd-nav-login::before {
      background-image: url("../Assets/img/SE/profile-white.svg"); }
    .cd-main-content.transparent-header .cd-nav-trigger.nav-is-visible span, .cd-main-header.transparent-header .cd-nav-trigger.nav-is-visible span {
      background-color: transparent; }
    .cd-main-content.transparent-header .cd-nav-trigger span, .cd-main-header.transparent-header .cd-nav-trigger span {
      background-color: #FFFFFF; }
      .cd-main-content.transparent-header .cd-nav-trigger span:before, .cd-main-header.transparent-header .cd-nav-trigger span:before {
        background-color: #FFFFFF; }
      .cd-main-content.transparent-header .cd-nav-trigger span:after, .cd-main-header.transparent-header .cd-nav-trigger span:after {
        background-color: #FFFFFF; }
    .cd-main-content.transparent-header .cd-logo img.default-logo, .cd-main-header.transparent-header .cd-logo img.default-logo {
      display: none; }
    .cd-main-content.transparent-header .cd-logo img.inverse, .cd-main-header.transparent-header .cd-logo img.inverse {
      display: block; }
  .cd-main-content li, .cd-main-header li {
    font-weight: 600; }
  @media only screen and (max-width: 1199px) {
    .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
      -webkit-transform: translateX(-260px);
      -moz-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      -o-transform: translateX(-260px);
      transform: translateX(-260px); }
    .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
      -webkit-transform: translateX(260px);
      -moz-transform: translateX(260px);
      -ms-transform: translateX(260px);
      -o-transform: translateX(260px);
      transform: translateX(260px); } }

.cd-main-content {
  min-height: 100vh;
  z-index: 2;
  background-color: #fff; }

.cd-main-header {
  height: 70px;
  background: #FFFFFF;
  z-index: 3;
  -webkit-box-shadow: 1px -5px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px -5px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px -5px 20px 0px rgba(0, 0, 0, 0.5); }
  .cd-main-header.nav-is-visible {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .nav-is-fixed .cd-main-header {
    /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  @media only screen and (min-width: 1200px) {
    .cd-main-header {
      height: 80px; }
      .cd-main-header::after {
        clear: both;
        content: "";
        display: table; } }

main {
  top: 70px; }
  main.transparent-content {
    top: 0 !important; }
  @media only screen and (min-width: 1200px) {
    main {
      top: 80px; }
      main.transparent-content {
        top: 0 !important; } }

.cd-logo {
  position: absolute;
  top: 10px;
  left: 1.2em;
  transition: all 0.4s; }
  .cd-logo img {
    display: block;
    height: 50px;
    padding: 10px; }
    .cd-logo img.inverse {
      display: none; }
  @media only screen and (max-width: 1199px) {
    .nav-on-left .cd-logo {
      left: auto;
      right: 5%; } }
  @media only screen and (min-width: 1200px) {
    .cd-logo {
      top: 15px;
      left: 4em; }
      .cd-logo img {
        padding: 7px; } }

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 12px;
  right: 5%; }
  .cd-header-buttons li {
    display: inline-flex; }
  @media only screen and (max-width: 1199px) {
    .nav-on-left .cd-header-buttons {
      right: auto;
      left: 5%; }
      .nav-on-left .cd-header-buttons li {
        float: right; } }
  @media only screen and (min-width: 1200px) {
    .cd-header-buttons {
      top: 18px;
      right: 40px;
      padding-left: 0px; } }

.cd-search-trigger,
.cd-nav-trigger,
.cd-nav-login {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent !important;
  z-index: 3; }

.cd-search-trigger::before, .cd-search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #000000; }

.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #000000;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #000000;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s; }

.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0; }

.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1; }

.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #000000; }

.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  /*@include transition(background .3s .3s);*/ }

.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s; }

.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px; }

.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px; }

.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: transparent; }

.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: black; }

.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg); }

.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg); }

@media only screen and (min-width: 1200px) {
  .cd-nav-trigger {
    display: none; } }

.large_screen_only {
  display: none; }
  @media only screen and (min-width: 1200px) {
    .large_screen_only {
      display: block; } }

.cd-nav-login::before {
  /* profile icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-nav-login::before {
  /* SVG */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../Assets/img/SE/profile.svg"); }

.cd-primary-nav, .cd-primary-nav ul {
  font-size: 1.5rem;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  font-weight: bold;
  text-transform: uppercase;
  width: 260px;
  background: #FFFFFF;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-box-shadow: inset 1px 0px 0px 0px #ADADAD;
  -moz-box-shadow: inset 1px 0px 0px 0px #ADADAD;
  box-shadow: inset 1px 0px 0px 0px #ADADAD;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }
  @media only screen and (min-width: 1200px) {
    .cd-primary-nav, .cd-primary-nav ul {
      font-size: 1.1rem;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }
  .cd-primary-nav ul, .cd-primary-nav ul ul {
    position: fixed;
    top: 0;
    overflow-x: hidden; }
  .cd-primary-nav a, .cd-primary-nav div.disabled, .cd-primary-nav ul a, .cd-primary-nav ul div.disabled {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #000000;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s; }
    @media only screen and (min-width: 1200px) {
      .cd-primary-nav a, .cd-primary-nav div.disabled, .cd-primary-nav ul a, .cd-primary-nav ul div.disabled {
        line-height: 60px; } }
  .cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
    /* secondary navigations hidden by default */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }

@media only screen and (max-width: 1199px) {
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0; } }

.cd-primary-nav {
  overflow: hidden; }
  .cd-primary-nav .see-all a {
    /* different style for the See all button on mobile and tablet */ }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item,
  .cd-primary-nav .cd-nav-icons .cd-nav-item,
  .cd-primary-nav .cd-nav-list .cd-nav-item,
  .cd-primary-nav .cd-dash-icons .cd-nav-item {
    /* items with picture (or icon) and title */
    height: 50px;
    line-height: 50px;
    text-transform: none; }
    .cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-gallery .cd-nav-item .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .cd-primary-nav .cd-nav-gallery .cd-nav-item .panel-title, .cd-primary-nav .cd-nav-gallery .cd-nav-item .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .cd-primary-nav .cd-nav-gallery .cd-nav-item .panel-title, .cd-primary-nav .cd-nav-gallery .cd-nav-item .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .cd-primary-nav .cd-nav-gallery .cd-nav-item .panel-title,
    .cd-primary-nav .cd-nav-icons .cd-nav-item h3,
    .cd-primary-nav .cd-nav-icons .cd-nav-item .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading
    .cd-primary-nav .cd-nav-icons .cd-nav-item .panel-title,
    .cd-primary-nav .cd-nav-icons .cd-nav-item .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading
    .cd-primary-nav .cd-nav-icons .cd-nav-item .panel-title,
    .cd-primary-nav .cd-nav-icons .cd-nav-item .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading
    .cd-primary-nav .cd-nav-icons .cd-nav-item .panel-title,
    .cd-primary-nav .cd-nav-list .cd-nav-item h3,
    .cd-primary-nav .cd-nav-list .cd-nav-item .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading
    .cd-primary-nav .cd-nav-list .cd-nav-item .panel-title,
    .cd-primary-nav .cd-nav-list .cd-nav-item .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading
    .cd-primary-nav .cd-nav-list .cd-nav-item .panel-title,
    .cd-primary-nav .cd-nav-list .cd-nav-item .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading
    .cd-primary-nav .cd-nav-list .cd-nav-item .panel-title,
    .cd-primary-nav .cd-dash-icons .cd-nav-item h3,
    .cd-primary-nav .cd-dash-icons .cd-nav-item .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading
    .cd-primary-nav .cd-dash-icons .cd-nav-item .panel-title,
    .cd-primary-nav .cd-dash-icons .cd-nav-item .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading
    .cd-primary-nav .cd-dash-icons .cd-nav-item .panel-title,
    .cd-primary-nav .cd-dash-icons .cd-nav-item .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading
    .cd-primary-nav .cd-dash-icons .cd-nav-item .panel-title {
      color: inherit;
      line-height: inherit;
      overflow: hidden;
      text-overflow: ellipsis; }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    padding-left: 75px;
    text-transform: uppercase; }
    .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
      position: absolute;
      display: block;
      height: 40px;
      width: auto;
      left: 20px;
      top: 50%;
      margin-top: -20px;
      border-radius: 100%; }
    .cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-gallery .cd-nav-item .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .cd-primary-nav .cd-nav-gallery .cd-nav-item .panel-title, .cd-primary-nav .cd-nav-gallery .cd-nav-item .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .cd-primary-nav .cd-nav-gallery .cd-nav-item .panel-title, .cd-primary-nav .cd-nav-gallery .cd-nav-item .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .cd-primary-nav .cd-nav-gallery .cd-nav-item .panel-title {
      font-size: 14px; }
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    padding-left: 75px; }
    .cd-primary-nav .cd-nav-icons .cd-nav-item p {
      color: #000000;
      font-size: 1.3rem;
      /* hide description on small devices */
      display: none; }
    
    .cd-primary-nav .cd-nav-icons .cd-nav-item h3,
    .cd-primary-nav .cd-nav-icons .cd-nav-item .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading
    .cd-primary-nav .cd-nav-icons .cd-nav-item .panel-title,
    .cd-primary-nav .cd-nav-icons .cd-nav-item .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading
    .cd-primary-nav .cd-nav-icons .cd-nav-item .panel-title,
    .cd-primary-nav .cd-nav-icons .cd-nav-item .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading
    .cd-primary-nav .cd-nav-icons .cd-nav-item .panel-title {
      font-size: 1.5rem;
      margin-top: 0px;
      font-weight: 600; }
      @media only screen and (min-width: 1200px) {
        
        .cd-primary-nav .cd-nav-icons .cd-nav-item h3,
        .cd-primary-nav .cd-nav-icons .cd-nav-item .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading
        .cd-primary-nav .cd-nav-icons .cd-nav-item .panel-title,
        .cd-primary-nav .cd-nav-icons .cd-nav-item .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading
        .cd-primary-nav .cd-nav-icons .cd-nav-item .panel-title,
        .cd-primary-nav .cd-nav-icons .cd-nav-item .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading
        .cd-primary-nav .cd-nav-icons .cd-nav-item .panel-title {
          color: #000000;
          font-size: 1.75rem;
          margin-top: 8px; } }
    .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
      /* item icon */
      content: '';
      display: block;
      position: absolute;
      left: 20px;
      top: 50%;
      margin-top: -20px;
      width: 40px;
      height: 40px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 35px 35px; }
      @media only screen and (min-width: 1200px) {
        .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
          top: 25%;
          margin-top: 0;
          width: 70px;
          height: 70px;
          background-size: 65px 65px; } }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled {
      line-height: 25px; }
      .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled h3, .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled .panel-title, .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled .panel-title, .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled .panel-title {
        color: #ADADAD;
        margin-top: 5px; }
        @media only screen and (min-width: 1200px) {
          .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled h3, .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled .panel-title, .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled .panel-title, .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled .panel-title {
            margin-top: 0; } }
        .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled h3 small, .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled .accordions-christmas2019 .panel .panel-heading .panel-title small, .accordions-christmas2019 .panel .panel-heading .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled .panel-title small, .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled .accordions-christmas2020 .panel .panel-heading .panel-title small, .accordions-christmas2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled .panel-title small, .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled .accordions-easter2020 .panel .panel-heading .panel-title small, .accordions-easter2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled .panel-title small {
          clear: both;
          display: block;
          text-transform: uppercase;
          line-height: 0.7rem;
          font-size: 1.1rem;
          color: #ADADAD;
          font-weight: 600; }
      .cd-primary-nav .cd-nav-icons .cd-nav-item.disabled:before {
        fill: #ADADAD; }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon {
      line-height: 25px; }
      .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon h3, .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon .panel-title, .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon .panel-title, .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon .panel-title {
        color: #000000;
        margin-top: 5px; }
        @media only screen and (min-width: 1200px) {
          .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon h3, .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon .panel-title, .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon .panel-title, .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon .panel-title {
            margin-top: 0; } }
        .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon h3 small, .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon .accordions-christmas2019 .panel .panel-heading .panel-title small, .accordions-christmas2019 .panel .panel-heading .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon .panel-title small, .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon .accordions-christmas2020 .panel .panel-heading .panel-title small, .accordions-christmas2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon .panel-title small, .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon .accordions-easter2020 .panel .panel-heading .panel-title small, .accordions-easter2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon .panel-title small {
          clear: both;
          display: block;
          text-transform: uppercase;
          line-height: 0.7rem;
          font-size: 1.1rem;
          color: #000000;
          font-weight: 600; }
      .cd-primary-nav .cd-nav-icons .cd-nav-item.coming-soon:before {
        fill: #000000; }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.mission::before {
      background-image: url("../Assets/img/SE/Mission.svg"); }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.what-we-believe::before {
      background-image: url("../Assets/img/SE/bible.svg"); }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.faq::before {
      background-image: url("../Assets/img/SE/FAQ.svg"); }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.leadership::before {
      background-image: url("../Assets/img/SE/Leadership.svg"); }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.baptism::before {
      background-image: url("../Assets/img/SE/baptism.svg"); }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.prayer::before {
      background-image: url("../Assets/img/SE/Pray.svg"); }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.employment::before {
      background-image: url("../Assets/img/SE/Employment.svg"); }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.sermons::before {
      background-image: url("../Assets/img/SE/sermons.svg"); }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.resources::before {
      background-image: url("../Assets/img/SE/resources.svg"); }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.podcast::before {
      background-image: url("../Assets/img/SE/Podcast.svg"); }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.stoies::before {
      background-image: url("../Assets/img/SE/Stories.svg"); }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.live-stream::before {
      background-image: url("../Assets/img/SE/Live-Stream.svg"); }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.bookstore::before {
      background-image: url("../Assets/img/SE/Next%20Mag.svg"); }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.starting-point::before {
      background-image: url("../Assets/img/SE/membership.svg"); }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.events::before {
      background-image: url("../Assets/img/SE/Events.svg"); }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.groups::before {
      background-image: url("../Assets/img/SE/groups.svg"); }
    .cd-primary-nav .cd-nav-icons .cd-nav-item.serve::before {
      background-image: url("../Assets/img/SE/Serve.svg"); }
  .cd-primary-nav .cd-nav-list .cd-nav-item p {
    color: #000000;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none; }
  
  .cd-primary-nav .cd-nav-list .cd-nav-item h3,
  .cd-primary-nav .cd-nav-list .cd-nav-item .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading
  .cd-primary-nav .cd-nav-list .cd-nav-item .panel-title,
  .cd-primary-nav .cd-nav-list .cd-nav-item .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading
  .cd-primary-nav .cd-nav-list .cd-nav-item .panel-title,
  .cd-primary-nav .cd-nav-list .cd-nav-item .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading
  .cd-primary-nav .cd-nav-list .cd-nav-item .panel-title {
    font-size: 1em;
    margin-top: 0px;
    font-weight: 600; }
    @media only screen and (min-width: 1200px) {
      
      .cd-primary-nav .cd-nav-list .cd-nav-item h3,
      .cd-primary-nav .cd-nav-list .cd-nav-item .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading
      .cd-primary-nav .cd-nav-list .cd-nav-item .panel-title,
      .cd-primary-nav .cd-nav-list .cd-nav-item .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading
      .cd-primary-nav .cd-nav-list .cd-nav-item .panel-title,
      .cd-primary-nav .cd-nav-list .cd-nav-item .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading
      .cd-primary-nav .cd-nav-list .cd-nav-item .panel-title {
        color: #000000;
        font-size: 1.75rem;
        margin-top: 8px; } }
  
  .cd-primary-nav .cd-dash-icons .cd-nav-item h3,
  .cd-primary-nav .cd-dash-icons .cd-nav-item .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading
  .cd-primary-nav .cd-dash-icons .cd-nav-item .panel-title,
  .cd-primary-nav .cd-dash-icons .cd-nav-item .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading
  .cd-primary-nav .cd-dash-icons .cd-nav-item .panel-title,
  .cd-primary-nav .cd-dash-icons .cd-nav-item .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading
  .cd-primary-nav .cd-dash-icons .cd-nav-item .panel-title {
    font-size: 1em;
    margin-top: 0px;
    font-weight: 200; }
    @media only screen and (min-width: 1200px) {
      
      .cd-primary-nav .cd-dash-icons .cd-nav-item h3,
      .cd-primary-nav .cd-dash-icons .cd-nav-item .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading
      .cd-primary-nav .cd-dash-icons .cd-nav-item .panel-title,
      .cd-primary-nav .cd-dash-icons .cd-nav-item .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading
      .cd-primary-nav .cd-dash-icons .cd-nav-item .panel-title,
      .cd-primary-nav .cd-dash-icons .cd-nav-item .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading
      .cd-primary-nav .cd-dash-icons .cd-nav-item .panel-title {
        color: #000000;
        font-weight: bold;
        font-size: 1.75rem;
        margin-top: 8px; } }
  .cd-primary-nav .cd-secondary-nav.moves-out {
    /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  @media only screen and (max-width: 1199px) {
    .cd-primary-nav {
      /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
      visibility: hidden;
      -webkit-transition: visibility 0s 0.3s;
      -moz-transition: visibility 0s 0.3s;
      transition: visibility 0s 0.3s; }
      .cd-primary-nav.nav-is-visible {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s; } }

@media only screen and (min-width: 1200px) {
  .MobileGroupManager {
    display: none; }
  .cd-primary-nav {
    position: static;
    padding: 0 150px 0 0;
    height: auto;
    width: auto;
    float: right;
    overflow: visible;
    background: transparent; }
    .cd-primary-nav::after {
      clear: both;
      content: "";
      display: table; }
    .cd-primary-nav.moves-out > li > a {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    .cd-primary-nav ul {
      position: static;
      height: auto;
      width: auto;
      background: transparent;
      overflow: visible;
      z-index: 3; }
      .cd-primary-nav ul a {
        color: #000000;
        border-bottom: 3px solid #ADADAD;
        transition: all .3s; }
      .cd-primary-nav ul.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
      .cd-primary-nav ul.moves-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; }
    .cd-primary-nav > li {
      float: left;
      margin-left: 1.5em; }
    .cd-primary-nav > li > a {
      /* main navigation buttons style */
      position: relative;
      display: inline-block;
      height: 80px;
      line-height: 80px;
      padding: 0 10px;
      color: #000000;
      overflow: visible;
      border-bottom: none;
      -webkit-transition: color 0.3s, box-shadow 0.3s;
      -moz-transition: color 0.3s, box-shadow 0.3s;
      transition: color 0.3s, box-shadow 0.3s; }
      .cd-primary-nav > li > a:hover {
        color: #000000; }
      .cd-primary-nav > li > a.selected {
        color: #707070;
        box-shadow: inset 0 -2px 0 #707070; }
    .cd-primary-nav .go-back, .cd-primary-nav .see-all {
      display: none; }
    .cd-primary-nav .cd-secondary-nav,
    .cd-primary-nav .cd-nav-gallery,
    .cd-primary-nav .cd-nav-icons,
    .cd-primary-nav .cd-nav-list,
    .cd-primary-nav .cd-dash-icons {
      /* dropdown menu style */
      position: absolute;
      top: 80px;
      width: 100vw;
      background: #FFFFFF;
      padding: 48px 64px;
      border-bottom: 1px solid #e0e0e0;
      box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.16);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: opacity .3s 0s, visibility 0s 0s;
      -moz-transition: opacity .3s 0s, visibility 0s 0s;
      transition: opacity .3s 0s, visibility 0s 0s; }
      .cd-primary-nav .cd-secondary-nav::after,
      .cd-primary-nav .cd-nav-gallery::after,
      .cd-primary-nav .cd-nav-icons::after,
      .cd-primary-nav .cd-nav-list::after,
      .cd-primary-nav .cd-dash-icons::after {
        clear: both;
        content: "";
        display: table; }
      .cd-primary-nav .cd-secondary-nav.is-hidden,
      .cd-primary-nav .cd-nav-gallery.is-hidden,
      .cd-primary-nav .cd-nav-icons.is-hidden,
      .cd-primary-nav .cd-nav-list.is-hidden,
      .cd-primary-nav .cd-dash-icons.is-hidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s; }
      .cd-primary-nav .cd-secondary-nav > .see-all,
      .cd-primary-nav .cd-nav-gallery > .see-all,
      .cd-primary-nav .cd-nav-icons > .see-all,
      .cd-primary-nav .cd-nav-list > .see-all,
      .cd-primary-nav .cd-dash-icons > .see-all {
        /* this is the BIG See all button at the bottom of the dropdown menu */
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 60px;
        text-transform: none;
        width: 100%;
        overflow: hidden;
        /* reset some inherited style */
        margin: 0;
        padding: 0; }
        .cd-primary-nav .cd-secondary-nav > .see-all a,
        .cd-primary-nav .cd-nav-gallery > .see-all a,
        .cd-primary-nav .cd-nav-icons > .see-all a,
        .cd-primary-nav .cd-nav-list > .see-all a,
        .cd-primary-nav .cd-dash-icons > .see-all a {
          color: #000000;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          font-size: 2rem;
          font-weight: bold;
          text-align: center;
          line-height: 60px;
          border-top: 1px solid rgba(0, 0, 0, 0.16);
          /* reset some inherited style */
          border-bottom: none;
          margin: 0;
          padding: 0;
          -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
          -moz-transition: color 0.2s, background 0.2s, border 0.2s;
          transition: color 0.2s, background 0.2s, border 0.2s; }
    .cd-primary-nav .cd-secondary-nav > div.extralinks {
      width: auto;
      float: none;
      position: relative;
      overflow: hidden;
      height: auto; } }
    @media only screen and (min-width: 1200px) and (min-width: 1200px) {
      .cd-primary-nav .cd-secondary-nav > div.extralinks {
        width: 25%;
        float: left;
        position: relative;
        overflow: hidden;
        height: 28rem; } }

@media only screen and (min-width: 1200px) {
      .cd-primary-nav .cd-secondary-nav > div.extralinks.border-right {
        border-right: 1px solid rgba(0, 0, 0, 0.16); }
    .cd-primary-nav .cd-secondary-nav > li {
      /* change the height according to your needs - you can even set height: auto */
      height: auto;
      /* here you set the number of columns - use width percentage */
      width: 23%;
      float: left;
      margin-right: 2.66%;
      overflow: hidden;
      -webkit-overflow-scrolling: touch; }
      .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
        /* +2 because we have 2 list items with display:none */
        margin-right: 0;
        border-right: none; }
      .cd-primary-nav .cd-secondary-nav > li > a {
        /* secondary nav title */
        color: #000000;
        font-weight: bold;
        font-size: 1.6rem;
        margin-bottom: .6em; }
    .cd-primary-nav .cd-secondary-nav a {
      color: #000000;
      border-bottom: none;
      font-size: 1.75rem;
      font-weight: bold;
      text-transform: none;
      border-bottom: none;
      height: auto;
      position: relative; }
      .cd-primary-nav .cd-secondary-nav a:hover {
        color: rgba(0, 0, 0, 0.5); }
    .cd-primary-nav .cd-secondary-nav ul {
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
    .cd-primary-nav .cd-secondary-nav ul {
      /* tertiary navigation */
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: white;
      padding-left: 3rem; }
      .cd-primary-nav .cd-secondary-nav ul li a {
        line-height: 3.3rem; }
      .cd-primary-nav .cd-secondary-nav ul.is-hidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%); }
      .cd-primary-nav .cd-secondary-nav ul .go-back {
        display: block; }
        .cd-primary-nav .cd-secondary-nav ul .go-back a {
          color: rgba(0, 0, 0, 0.5); }
      .cd-primary-nav .cd-secondary-nav ul .see-all {
        display: block; }
    .cd-primary-nav .cd-secondary-nav .moves-out {
      /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
    .cd-primary-nav .cd-nav-gallery li {
      /* set here number of columns - use width percentage */
      width: 20%;
      float: left; }
      .cd-primary-nav .cd-nav-gallery li:last-child {
        /* This gives some space for the "See All" button */
        margin-bottom: 50px; }
    .cd-primary-nav .cd-nav-gallery .cd-nav-item {
      border-bottom: none;
      padding: 0;
      height: auto;
      line-height: 1.2;
      text-align: center; }
      .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
        position: static;
        margin-top: 0;
        height: auto;
        border-radius: 100%;
        width: 70%;
        margin: 15px auto;
        max-width: 100px; }
      .cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-gallery .cd-nav-item .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .cd-primary-nav .cd-nav-gallery .cd-nav-item .panel-title, .cd-primary-nav .cd-nav-gallery .cd-nav-item .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .cd-primary-nav .cd-nav-gallery .cd-nav-item .panel-title, .cd-primary-nav .cd-nav-gallery .cd-nav-item .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .cd-primary-nav .cd-nav-gallery .cd-nav-item .panel-title {
        margin-top: 15px;
        font-size: 1em;
        color: #000000;
        font-weight: bold;
        padding: 0 .4em; }
    .cd-primary-nav .cd-nav-icons li {
      /* set here number of columns - use width percentage */
      /* child items within */ }
      .cd-primary-nav .cd-nav-icons li.se-5-column {
        width: 20%;
        float: left; }
      .cd-primary-nav .cd-nav-icons li.se-4-column {
        width: 25%;
        float: left; }
      .cd-primary-nav .cd-nav-icons li.se-3-column {
        width: 33.33%;
        float: left; }
      .cd-primary-nav .cd-nav-icons li.border-right {
        border-right: 1px solid rgba(0, 0, 0, 0.16); }
      .cd-primary-nav .cd-nav-icons li .disabled h3, .cd-primary-nav .cd-nav-icons li .disabled .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .cd-primary-nav .cd-nav-icons li .disabled .panel-title, .cd-primary-nav .cd-nav-icons li .disabled .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons li .disabled .panel-title, .cd-primary-nav .cd-nav-icons li .disabled .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons li .disabled .panel-title {
        color: #ADADAD; }
        .cd-primary-nav .cd-nav-icons li .disabled h3 small, .cd-primary-nav .cd-nav-icons li .disabled .accordions-christmas2019 .panel .panel-heading .panel-title small, .accordions-christmas2019 .panel .panel-heading .cd-primary-nav .cd-nav-icons li .disabled .panel-title small, .cd-primary-nav .cd-nav-icons li .disabled .accordions-christmas2020 .panel .panel-heading .panel-title small, .accordions-christmas2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons li .disabled .panel-title small, .cd-primary-nav .cd-nav-icons li .disabled .accordions-easter2020 .panel .panel-heading .panel-title small, .accordions-easter2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons li .disabled .panel-title small {
          clear: both;
          display: block;
          text-transform: uppercase;
          padding-left: 5px;
          line-height: 0.9rem;
          font-size: 1.1rem;
          color: #ADADAD;
          font-weight: 600; }
      .cd-primary-nav .cd-nav-icons li .disabled:before {
        fill: #ADADAD; }
      .cd-primary-nav .cd-nav-icons li .coming-soon h3, .cd-primary-nav .cd-nav-icons li .coming-soon .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .cd-primary-nav .cd-nav-icons li .coming-soon .panel-title, .cd-primary-nav .cd-nav-icons li .coming-soon .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons li .coming-soon .panel-title, .cd-primary-nav .cd-nav-icons li .coming-soon .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons li .coming-soon .panel-title {
        color: #000000; }
        .cd-primary-nav .cd-nav-icons li .coming-soon h3 small, .cd-primary-nav .cd-nav-icons li .coming-soon .accordions-christmas2019 .panel .panel-heading .panel-title small, .accordions-christmas2019 .panel .panel-heading .cd-primary-nav .cd-nav-icons li .coming-soon .panel-title small, .cd-primary-nav .cd-nav-icons li .coming-soon .accordions-christmas2020 .panel .panel-heading .panel-title small, .accordions-christmas2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons li .coming-soon .panel-title small, .cd-primary-nav .cd-nav-icons li .coming-soon .accordions-easter2020 .panel .panel-heading .panel-title small, .accordions-easter2020 .panel .panel-heading .cd-primary-nav .cd-nav-icons li .coming-soon .panel-title small {
          clear: both;
          display: block;
          text-transform: uppercase;
          padding-left: 5px;
          line-height: 0.9rem;
          font-size: 1.1rem;
          color: #000000;
          font-weight: 600; }
      .cd-primary-nav .cd-nav-icons li .coming-soon:before {
        fill: #000000; }
      .cd-primary-nav .cd-nav-icons li li {
        width: 48%;
        float: left;
        margin: 0 2% 20px 0; }
    .cd-primary-nav .cd-nav-icons .cd-nav-item {
      border-bottom: none;
      height: auto;
      line-height: 1.2;
      padding: 5px 20px 5px 85px;
      position: relative; } }
    @media only screen and (min-width: 1200px) and (min-width: 1200px) {
      .cd-primary-nav .cd-nav-icons .cd-nav-item {
        height: 100px;
        padding: 40px 0 40px 120px; } }

@media only screen and (min-width: 1200px) {
      
      .cd-primary-nav .cd-nav-icons .cd-nav-item h3,
      .cd-primary-nav .cd-nav-icons .cd-nav-item .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading
      .cd-primary-nav .cd-nav-icons .cd-nav-item .panel-title,
      .cd-primary-nav .cd-nav-icons .cd-nav-item .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading
      .cd-primary-nav .cd-nav-icons .cd-nav-item .panel-title,
      .cd-primary-nav .cd-nav-icons .cd-nav-item .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading
      .cd-primary-nav .cd-nav-icons .cd-nav-item .panel-title {
        color: #000000;
        font-weight: bold; }
      .cd-primary-nav .cd-nav-icons .cd-nav-item p {
        display: block;
        white-space: normal; }
      .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
        left: 40px;
        top: 20%; }
    .cd-primary-nav .cd-nav-list.include-see-all li:last-child {
      /* This gives some space for the "See All" button */
      margin-bottom: 50px; }
    .cd-primary-nav .cd-nav-list li {
      /* set here number of columns - use width percentage */
      width: 25%;
      float: left; }
      .cd-primary-nav .cd-nav-list li.border-right {
        border-right: 1px solid rgba(0, 0, 0, 0.16); }
    .cd-primary-nav .cd-nav-list .cd-nav-item {
      border-bottom: none;
      height: auto;
      line-height: 1.2;
      padding: 0px 20px 5px 30px;
      position: relative; }
      
      .cd-primary-nav .cd-nav-list .cd-nav-item h3,
      .cd-primary-nav .cd-nav-list .cd-nav-item .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading
      .cd-primary-nav .cd-nav-list .cd-nav-item .panel-title,
      .cd-primary-nav .cd-nav-list .cd-nav-item .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading
      .cd-primary-nav .cd-nav-list .cd-nav-item .panel-title,
      .cd-primary-nav .cd-nav-list .cd-nav-item .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading
      .cd-primary-nav .cd-nav-list .cd-nav-item .panel-title {
        color: #000000;
        font-weight: bold;
        padding-bottom: 5px; }
      .cd-primary-nav .cd-nav-list .cd-nav-item p {
        display: block;
        white-space: normal; }
      .cd-primary-nav .cd-nav-list .cd-nav-item::before {
        left: 10%;
        top: 23%; }
    .cd-primary-nav .cd-dash-icons {
      padding: 48px 64px 130px;
      border-bottom: 0px; }
      .cd-primary-nav .cd-dash-icons li {
        /* set here number of columns - use width percentage */
        width: 48.3%;
        float: left;
        margin: 0 0.65% 20px 0.65%; }
      .cd-primary-nav .cd-dash-icons .cd-nav-item {
        text-align: left;
        border-bottom: none;
        height: 80px;
        line-height: 1.2;
        padding: 7px 0 0 22px;
        position: relative; }
        .cd-primary-nav .cd-dash-icons .cd-nav-item span.niche {
          width: 75px;
          background-color: #ADADAD;
          height: 3px;
          display: inline-block; } }

.has-children > a.arrow, .has-children > a > div.arrow, .go-back a.arrow {
  position: relative;
  cursor: pointer; }
  .has-children > a.arrow::before, .has-children > a.arrow::after, .has-children > a > div.arrow::before, .has-children > a > div.arrow::after, .go-back a.arrow::before, .go-back a.arrow::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #1a1a1a;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .has-children > a.arrow::before, .has-children > a > div.arrow::before, .go-back a.arrow::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .has-children > a.arrow::after, .has-children > a > div.arrow::after, .go-back a.arrow::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media only screen and (min-width: 1200px) {
    .has-children > a.arrow::before, .has-children > a.arrow::after, .has-children > a > div.arrow::before, .has-children > a > div.arrow::after, .go-back a.arrow::before, .go-back a.arrow::after {
      background: black; }
    .has-children > a.arrow:hover::before, .has-children > a.arrow:hover::after, .has-children > a > div.arrow:hover::before, .has-children > a > div.arrow:hover::after, .go-back a.arrow:hover::before, .go-back a.arrow:hover::after {
      background: #000000; } }

.has-children > a > div.arrow {
  position: absolute;
  right: 0;
  top: 50%; }

.has-children > a, .has-children > a > div.arrow {
  padding-right: 40px; }
  .has-children > a::before, .has-children > a::after, .has-children > a > div.arrow::before, .has-children > a > div.arrow::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%; }

.cd-primary-nav .go-back a {
  padding-left: 40px; }
  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%; }

@media only screen and (min-width: 1200px) {
  .has-children > a > div.arrow {
    display: none; }
  .has-children > a::before, .has-children > a::after {
    right: 15%; }
  .cd-primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */
    padding-right: 30px !important; }
    .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
      width: 9px;
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      background: #949494;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: width 0.3s, -webkit-transform 0.3s;
      -moz-transition: width 0.3s, -moz-transform 0.3s;
      transition: width 0.3s, transform 0.3s; }
    .cd-primary-nav > .has-children > a::before {
      right: 12px; }
    .cd-primary-nav > .has-children > a::after {
      right: 7px; }
    .cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {
      width: 14px; }
    .cd-primary-nav > .has-children > a.selected::before {
      -webkit-transform: translateX(5px) rotate(-45deg);
      -moz-transform: translateX(5px) rotate(-45deg);
      -ms-transform: translateX(5px) rotate(-45deg);
      -o-transform: translateX(5px) rotate(-45deg);
      transform: translateX(5px) rotate(-45deg); }
    .cd-primary-nav > .has-children > a.selected::after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .cd-secondary-nav > .has-children > a::before, .cd-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none; }
  .cd-primary-nav .go-back a {
    padding-left: 40px; }
    .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
      left: 1px; } }

.cd-search {
  position: absolute;
  height: 80px;
  width: 100%;
  top: 70px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .cd-search form {
    height: 100%;
    width: 100%; }
  .cd-search input {
    border-radius: 0;
    border: none;
    background: #FFFFFF;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.16);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .cd-search input::-webkit-input-placeholder {
      color: black; }
    .cd-search input::-moz-placeholder {
      color: black; }
    .cd-search input:-moz-placeholder {
      color: black; }
    .cd-search input:-ms-input-placeholder {
      color: black; }
    .cd-search input:focus {
      outline: none; }
  .cd-search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .nav-is-fixed .cd-search {
    position: fixed; }
  @media only screen and (min-width: 1200px) {
    .cd-search {
      height: 120px;
      top: 80px; }
      .cd-search input {
        padding: 0 2em;
        font-size: 3rem;
        font-weight: bold;
        color: #000000; }
        .cd-search input::-webkit-input-placeholder {
          color: #ADADAD; }
        .cd-search input::-moz-placeholder {
          color: #ADADAD; }
        .cd-search input:-moz-placeholder {
          color: #ADADAD; }
        .cd-search input:-ms-input-placeholder {
          color: #ADADAD; } }

.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; }
  .cd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s; }
  @media only screen and (max-width: 1199px) {
    .cd-overlay.is-visible {
      -webkit-transform: translateX(-260px);
      -moz-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      -o-transform: translateX(-260px);
      transform: translateX(-260px); }
    .nav-on-left .cd-overlay.is-visible {
      -webkit-transform: translateX(260px);
      -moz-transform: translateX(260px);
      -ms-transform: translateX(260px);
      -o-transform: translateX(260px);
      transform: translateX(260px); }
    .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); } }

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

support for no js

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2; }

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible; }

@media only screen and (min-width: 1200px) {
  .mega-menu-hide {
    display: none; }
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0; }
  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed; } }

/******************************************************
* MAIN.SCSS
*	Main site element styles go in this file.
*	Iclude styles for primary elements that are
*	used site wide (a, h1, p, body, etc).
\******************************************************/
#Colors li {
  color: #383735; }

a {
  color: #006699; }
  a:hover {
    color: inherit; }
  a.btn-normal {
    color: inherit; }

a.line {
  text-decoration: underline; }

article {
  margin-top: 3rem;
  margin-bottom: 2rem; }

/*@include tablets {
	h1 { font-size: floor(($font-size-base * 1.85));}
	h2 { font-size: floor(($font-size-base * 1.6));}
}*/
.subhead {
  color: #383735; }

.button-list a, .button-list button {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center; }

.sidebar {
  padding: 20px 20px;
  border: 1px solid #a09d99; }
  @media (max-width: 991px) {
    .sidebar {
      margin-bottom: 2em; } }

.sidebar-overlay {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  .sidebar-overlay.with-header > header {
    margin-bottom: 0 !important; }
  .sidebar-overlay .content-wrapper {
    position: relative; }
    .sidebar-overlay .content-wrapper > img {
      width: 100%; }
    .sidebar-overlay .content-wrapper aside {
      position: absolute;
      top: 0;
      right: 0;
      width: 30%;
      height: 100%;
      background: rgba(255, 255, 255, 0.9);
      padding: 5% 3em 0; }
      .sidebar-overlay .content-wrapper aside .btn-normal {
        text-align: center; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .sidebar-overlay .content-wrapper aside {
          padding-top: 3%; }
          .sidebar-overlay .content-wrapper aside .btn-normal {
            font-size: 1em; } }
      @media (max-width: 991px) {
        .sidebar-overlay .content-wrapper aside {
          position: static;
          background: transparent;
          padding-bottom: 3em;
          width: 100%;
          text-align: center; } }

.contact-info .phone, .contact-info .email {
  display: block; }

.header-menu {
  border-bottom: 1px solid #C6C1BC;
  padding-bottom: .5em; }
  .header-menu h1 {
    text-transform: uppercase;
    font-size: 5.4em;
    display: inline-block;
    margin-right: .5em;
    line-height: .75em; }
  .header-menu h3, .header-menu .accordions-christmas2019 .panel .panel-heading .panel-title, .accordions-christmas2019 .panel .panel-heading .header-menu .panel-title, .header-menu .accordions-christmas2020 .panel .panel-heading .panel-title, .accordions-christmas2020 .panel .panel-heading .header-menu .panel-title, .header-menu .accordions-easter2020 .panel .panel-heading .panel-title, .accordions-easter2020 .panel .panel-heading .header-menu .panel-title {
    color: #383735;
    text-transform: uppercase;
    font-size: 1em;
    font-family: inherit;
    font-weight: inherit;
    margin-bottom: .2em; }
  .header-menu .sub-head {
    display: inline-block;
    font-family: "ProximaNova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    vertical-align: top; }
  @media (max-width: 767px) {
    .header-menu .sub-head {
      font-size: 1em; }
    .header-menu h1 {
      font-size: 2.8em; } }

.se-logo {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top-right-radius: .36em !important;
  border-bottom-left-radius: .36em !important;
  border: none !important;
  display: inline-block;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  font-family: "ProximaNova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background: #222222;
  color: #FFFFFF;
  width: 2.55em !important;
  line-height: 2.4em !important;
  text-align: center !important;
  font-size: 15px;
  padding: 0 !important;
  outline: none !important; }
  .se-logo.stroke {
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #6D6A66;
    background: transparent;
    color: #6D6A66; }

.reverse-type {
  color: #ffffff; }

.sectionTitle {
  background: #8B7D6A;
  padding: 1em 0 !important;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase; }

.clickable {
  cursor: pointer; }

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

.border-photo {
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #383735; }

.callout {
  background: #6D6A66;
  color: #ffffff;
  border: 1px solid #fff;
  padding: 15px 10px;
  margin-top: .75em;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 1.3em;
  font-family: "ProximaNova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  -webkit-box-shadow: 0px 0px 0px 12px #6d6a66;
  -moz-box-shadow: 0px 0px 0px 12px #6d6a66;
  box-shadow: 0px 0px 0px 12px #6d6a66; }
  .callout span {
    display: block; }
  .callout a {
    display: block;
    margin-top: 4em;
    font-weight: 700;
    color: inherit;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .callout a {
        margin-top: 1em; } }
    .callout a:hover {
      text-decoration: none; }
  @media (max-width: 991px) {
    .callout {
      margin-top: 2em;
      text-align: center; }
      .callout span {
        display: inline; } }

.highlighted-section {
  background: radial-gradient(circle farthest-side at center, rgba(255, 255, 255, 0.4) 68%, rgba(109, 106, 102, 0.6) 150%); }
  .no-multiplebgs .highlighted-section {
    -webkit-box-shadow: inset 0px 0px 90px 5px rgba(109, 106, 102, 0.2);
    -moz-box-shadow: inset 0px 0px 90px 5px rgba(109, 106, 102, 0.2);
    box-shadow: inset 0px 0px 90px 5px rgba(109, 106, 102, 0.2); }
  @media (max-width: 767px) {
    .highlighted-section {
      -webkit-box-shadow: inset 0px 0px 90px 5px rgba(109, 106, 102, 0.2);
      -moz-box-shadow: inset 0px 0px 90px 5px rgba(109, 106, 102, 0.2);
      box-shadow: inset 0px 0px 90px 5px rgba(109, 106, 102, 0.2); } }

.arrow-down {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  background-size: 60px 30px;
  border-top-width: 30px;
  border-top-style: solid; }

.vertical-nav-arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #a09d99; }

.callout-section {
  background: #C6C1BC; }
  .callout-section + * .arrow-down {
    border-top-color: #C6C1BC; }

.framed-section {
  font-size: 1.2em;
  font-family: "ProximaNova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #ffffff;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-shadow: 0px 0px 30px 3px rgba(56, 55, 53, 0.3);
  -moz-box-shadow: 0px 0px 30px 3px rgba(56, 55, 53, 0.3);
  box-shadow: 0px 0px 30px 3px rgba(56, 55, 53, 0.3); }

.social-icon {
  width: auto;
  height: 22px; }

.disclaimer {
  font-style: italic;
  font-size: .8em;
  font-weight: 300; }

.bible-verse .verse {
  font-style: italic; }
  .bible-verse .verse::before {
    content: "\201C"; }
  .bible-verse .verse::after {
    content: "\201D"; }

.bible-verse .citation {
  display: block; }
  .bible-verse .citation.niv::after {
    content: " (NIV\00ae)"; }
  .bible-verse .citation.gnt::after {
    content: " GNT"; }
  .bible-verse .citation.nirv::after {
    content: " NIRV"; }
  .bible-verse .citation.nlt::after {
    content: " (NLT\00ae)"; }

/* This is the css for the video player in the rotating banners
.video-player {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;

	video {
		position: relative;
		width: 1920px;
		left: 100%;
		margin-left: -200%;
	}
}
*/
h1.section-header {
  margin-bottom: 44px; }

h1.copy, .h1.copy {
  margin-bottom: 22px; }

h1.new-section, .h1.new-section {
  margin-top: 22px; }

h1.title {
  color: #383735; }

h2.section-header {
  margin-bottom: 44px; }

h2.copy, .h2.copy {
  margin-bottom: 22px; }

h2.new-section, .h2.new-section {
  margin-top: 22px; }

h2.title {
  color: #383735; }

h3.section-header, .accordions-christmas2019 .panel .panel-heading .section-header.panel-title, .accordions-christmas2020 .panel .panel-heading .section-header.panel-title, .accordions-easter2020 .panel .panel-heading .section-header.panel-title {
  margin-bottom: 44px; }

h3.copy, .accordions-christmas2019 .panel .panel-heading .copy.panel-title, .accordions-christmas2020 .panel .panel-heading .copy.panel-title, .accordions-easter2020 .panel .panel-heading .copy.panel-title, .h3.copy {
  margin-bottom: 22px; }

h3.new-section, .accordions-christmas2019 .panel .panel-heading .new-section.panel-title, .accordions-christmas2020 .panel .panel-heading .new-section.panel-title, .accordions-easter2020 .panel .panel-heading .new-section.panel-title, .h3.new-section {
  margin-top: 22px; }

h3.title, .accordions-christmas2019 .panel .panel-heading .title.panel-title, .accordions-christmas2020 .panel .panel-heading .title.panel-title, .accordions-easter2020 .panel .panel-heading .title.panel-title {
  color: #383735; }

h4.section-header, .accordions-1 .panel .panel-heading .section-header.panel-title, .accordions-2 .panel .panel-heading .section-header.panel-title, .accordions-nostyle .panel .panel-heading .section-header.panel-title {
  margin-bottom: 44px; }

h4.copy, .accordions-1 .panel .panel-heading .copy.panel-title, .accordions-2 .panel .panel-heading .copy.panel-title, .accordions-nostyle .panel .panel-heading .copy.panel-title, .h4.copy {
  margin-bottom: 22px; }

h4.new-section, .accordions-1 .panel .panel-heading .new-section.panel-title, .accordions-2 .panel .panel-heading .new-section.panel-title, .accordions-nostyle .panel .panel-heading .new-section.panel-title, .h4.new-section {
  margin-top: 11px; }

h4.title, .accordions-1 .panel .panel-heading .title.panel-title, .accordions-2 .panel .panel-heading .title.panel-title, .accordions-nostyle .panel .panel-heading .title.panel-title {
  color: #383735; }

h5.section-header {
  margin-bottom: 44px; }

h5.copy, .h5.copy {
  margin-bottom: 22px; }

h5.new-section, .h5.new-section {
  margin-top: 11px; }

h5.title {
  color: #383735; }

h6.section-header {
  margin-bottom: 44px; }

h6.copy, .h6.copy {
  margin-bottom: 22px; }

h6.new-section, .h6.new-section {
  margin-top: 11px; }

h6.title {
  color: #383735; }

.section-header {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  color: #383735; }

.plain-section-header {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 22px;
  color: #383735; }

.halftone-red-overlay {
  position: relative;
  background: rgba(136, 34, 17, 0.2); }
  .halftone-red-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/halftone.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .halftone-red-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/halftone-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(136, 34, 17, 0.2); }

.halftone-purple-overlay {
  position: relative;
  background: rgba(119, 85, 85, 0.2); }
  .halftone-purple-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/halftone.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .halftone-purple-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/halftone-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(119, 85, 85, 0.2); }

.halftone-gray-overlay {
  position: relative;
  background: rgba(238, 255, 255, 0.2); }
  .halftone-gray-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/halftone.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .halftone-gray-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/halftone-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(238, 255, 255, 0.2); }

.halftone-green-overlay {
  position: relative;
  background: rgba(213, 216, 173, 0.2); }
  .halftone-green-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/halftone.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .halftone-green-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/halftone-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(213, 216, 173, 0.2); }

.halftone-darkGreen-overlay {
  position: relative;
  background: rgba(122, 127, 63, 0.2); }
  .halftone-darkGreen-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/halftone.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .halftone-darkGreen-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/halftone-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(122, 127, 63, 0.2); }

.halftone-yellow-overlay {
  position: relative;
  background: rgba(242, 190, 121, 0.2); }
  .halftone-yellow-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/halftone.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .halftone-yellow-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/halftone-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(242, 190, 121, 0.2); }

.halftone-orange-overlay {
  position: relative;
  background: rgba(255, 211, 153, 0.2); }
  .halftone-orange-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/halftone.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .halftone-orange-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/halftone-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(255, 211, 153, 0.2); }

.halftone-offWhite-overlay {
  position: relative;
  background: rgba(242, 226, 192, 0.2); }
  .halftone-offWhite-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/halftone.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .halftone-offWhite-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/halftone-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(242, 226, 192, 0.2); }

.halftone-lightTan-overlay {
  position: relative;
  background: rgba(164, 160, 149, 0.2); }
  .halftone-lightTan-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/halftone.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .halftone-lightTan-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/halftone-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(164, 160, 149, 0.2); }

.halftone-mediumTan-overlay {
  position: relative;
  background: rgba(216, 198, 173, 0.2); }
  .halftone-mediumTan-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/halftone.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .halftone-mediumTan-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/halftone-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(216, 198, 173, 0.2); }

.halftone-darkTan-overlay {
  position: relative;
  background: rgba(34, 34, 34, 0.2); }
  .halftone-darkTan-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/halftone.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .halftone-darkTan-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/halftone-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(34, 34, 34, 0.2); }

.halftone-brown-overlay {
  position: relative;
  background: rgba(127, 100, 63, 0.2); }
  .halftone-brown-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/halftone.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .halftone-brown-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/halftone-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(127, 100, 63, 0.2); }

.halftone-burntOrange-overlay {
  position: relative;
  background: rgba(168, 96, 0, 0.2); }
  .halftone-burntOrange-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/halftone.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .halftone-burntOrange-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/halftone-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(168, 96, 0, 0.2); }

.grunge-wall-red-overlay {
  position: relative;
  background: rgba(136, 34, 17, 0.2); }
  .grunge-wall-red-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/grunge-wall.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .grunge-wall-red-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/grunge-wall-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(136, 34, 17, 0.2); }

.grunge-wall-purple-overlay {
  position: relative;
  background: rgba(119, 85, 85, 0.2); }
  .grunge-wall-purple-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/grunge-wall.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .grunge-wall-purple-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/grunge-wall-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(119, 85, 85, 0.2); }

.grunge-wall-gray-overlay {
  position: relative;
  background: rgba(238, 255, 255, 0.2); }
  .grunge-wall-gray-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/grunge-wall.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .grunge-wall-gray-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/grunge-wall-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(238, 255, 255, 0.2); }

.grunge-wall-green-overlay {
  position: relative;
  background: rgba(213, 216, 173, 0.2); }
  .grunge-wall-green-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/grunge-wall.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .grunge-wall-green-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/grunge-wall-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(213, 216, 173, 0.2); }

.grunge-wall-darkGreen-overlay {
  position: relative;
  background: rgba(122, 127, 63, 0.2); }
  .grunge-wall-darkGreen-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/grunge-wall.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .grunge-wall-darkGreen-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/grunge-wall-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(122, 127, 63, 0.2); }

.grunge-wall-yellow-overlay {
  position: relative;
  background: rgba(242, 190, 121, 0.2); }
  .grunge-wall-yellow-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/grunge-wall.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .grunge-wall-yellow-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/grunge-wall-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(242, 190, 121, 0.2); }

.grunge-wall-orange-overlay {
  position: relative;
  background: rgba(255, 211, 153, 0.2); }
  .grunge-wall-orange-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/grunge-wall.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .grunge-wall-orange-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/grunge-wall-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(255, 211, 153, 0.2); }

.grunge-wall-offWhite-overlay {
  position: relative;
  background: rgba(242, 226, 192, 0.2); }
  .grunge-wall-offWhite-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/grunge-wall.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .grunge-wall-offWhite-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/grunge-wall-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(242, 226, 192, 0.2); }

.grunge-wall-lightTan-overlay {
  position: relative;
  background: rgba(164, 160, 149, 0.2); }
  .grunge-wall-lightTan-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/grunge-wall.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .grunge-wall-lightTan-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/grunge-wall-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(164, 160, 149, 0.2); }

.grunge-wall-mediumTan-overlay {
  position: relative;
  background: rgba(216, 198, 173, 0.2); }
  .grunge-wall-mediumTan-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/grunge-wall.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .grunge-wall-mediumTan-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/grunge-wall-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(216, 198, 173, 0.2); }

.grunge-wall-darkTan-overlay {
  position: relative;
  background: rgba(34, 34, 34, 0.2); }
  .grunge-wall-darkTan-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/grunge-wall.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .grunge-wall-darkTan-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/grunge-wall-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(34, 34, 34, 0.2); }

.grunge-wall-brown-overlay {
  position: relative;
  background: rgba(127, 100, 63, 0.2); }
  .grunge-wall-brown-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/grunge-wall.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .grunge-wall-brown-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/grunge-wall-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(127, 100, 63, 0.2); }

.grunge-wall-burntOrange-overlay {
  position: relative;
  background: rgba(168, 96, 0, 0.2); }
  .grunge-wall-burntOrange-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/grunge-wall.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .grunge-wall-burntOrange-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/grunge-wall-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(168, 96, 0, 0.2); }

.squairy-light-red-overlay {
  position: relative;
  background: rgba(136, 34, 17, 0.2); }
  .squairy-light-red-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/squairy-light.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .squairy-light-red-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/squairy-light-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(136, 34, 17, 0.2); }

.squairy-light-purple-overlay {
  position: relative;
  background: rgba(119, 85, 85, 0.2); }
  .squairy-light-purple-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/squairy-light.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .squairy-light-purple-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/squairy-light-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(119, 85, 85, 0.2); }

.squairy-light-gray-overlay {
  position: relative;
  background: rgba(238, 255, 255, 0.2); }
  .squairy-light-gray-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/squairy-light.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .squairy-light-gray-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/squairy-light-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(238, 255, 255, 0.2); }

.squairy-light-green-overlay {
  position: relative;
  background: rgba(213, 216, 173, 0.2); }
  .squairy-light-green-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/squairy-light.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .squairy-light-green-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/squairy-light-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(213, 216, 173, 0.2); }

.squairy-light-darkGreen-overlay {
  position: relative;
  background: rgba(122, 127, 63, 0.2); }
  .squairy-light-darkGreen-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/squairy-light.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .squairy-light-darkGreen-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/squairy-light-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(122, 127, 63, 0.2); }

.squairy-light-yellow-overlay {
  position: relative;
  background: rgba(242, 190, 121, 0.2); }
  .squairy-light-yellow-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/squairy-light.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .squairy-light-yellow-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/squairy-light-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(242, 190, 121, 0.2); }

.squairy-light-orange-overlay {
  position: relative;
  background: rgba(255, 211, 153, 0.2); }
  .squairy-light-orange-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/squairy-light.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .squairy-light-orange-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/squairy-light-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(255, 211, 153, 0.2); }

.squairy-light-offWhite-overlay {
  position: relative;
  background: rgba(242, 226, 192, 0.2); }
  .squairy-light-offWhite-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/squairy-light.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .squairy-light-offWhite-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/squairy-light-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(242, 226, 192, 0.2); }

.squairy-light-lightTan-overlay {
  position: relative;
  background: rgba(164, 160, 149, 0.2); }
  .squairy-light-lightTan-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/squairy-light.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .squairy-light-lightTan-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/squairy-light-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(164, 160, 149, 0.2); }

.squairy-light-mediumTan-overlay {
  position: relative;
  background: rgba(216, 198, 173, 0.2); }
  .squairy-light-mediumTan-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/squairy-light.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .squairy-light-mediumTan-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/squairy-light-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(216, 198, 173, 0.2); }

.squairy-light-darkTan-overlay {
  position: relative;
  background: rgba(34, 34, 34, 0.2); }
  .squairy-light-darkTan-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/squairy-light.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .squairy-light-darkTan-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/squairy-light-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(34, 34, 34, 0.2); }

.squairy-light-brown-overlay {
  position: relative;
  background: rgba(127, 100, 63, 0.2); }
  .squairy-light-brown-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/squairy-light.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .squairy-light-brown-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/squairy-light-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(127, 100, 63, 0.2); }

.squairy-light-burntOrange-overlay {
  position: relative;
  background: rgba(168, 96, 0, 0.2); }
  .squairy-light-burntOrange-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/squairy-light.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .squairy-light-burntOrange-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/squairy-light-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(168, 96, 0, 0.2); }

.crossword-red-overlay {
  position: relative;
  background: rgba(136, 34, 17, 0.2); }
  .crossword-red-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/crossword.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .crossword-red-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/crossword-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(136, 34, 17, 0.2); }

.crossword-purple-overlay {
  position: relative;
  background: rgba(119, 85, 85, 0.2); }
  .crossword-purple-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/crossword.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .crossword-purple-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/crossword-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(119, 85, 85, 0.2); }

.crossword-gray-overlay {
  position: relative;
  background: rgba(238, 255, 255, 0.2); }
  .crossword-gray-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/crossword.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .crossword-gray-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/crossword-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(238, 255, 255, 0.2); }

.crossword-green-overlay {
  position: relative;
  background: rgba(213, 216, 173, 0.2); }
  .crossword-green-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/crossword.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .crossword-green-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/crossword-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(213, 216, 173, 0.2); }

.crossword-darkGreen-overlay {
  position: relative;
  background: rgba(122, 127, 63, 0.2); }
  .crossword-darkGreen-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/crossword.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .crossword-darkGreen-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/crossword-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(122, 127, 63, 0.2); }

.crossword-yellow-overlay {
  position: relative;
  background: rgba(242, 190, 121, 0.2); }
  .crossword-yellow-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/crossword.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .crossword-yellow-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/crossword-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(242, 190, 121, 0.2); }

.crossword-orange-overlay {
  position: relative;
  background: rgba(255, 211, 153, 0.2); }
  .crossword-orange-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/crossword.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .crossword-orange-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/crossword-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(255, 211, 153, 0.2); }

.crossword-offWhite-overlay {
  position: relative;
  background: rgba(242, 226, 192, 0.2); }
  .crossword-offWhite-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/crossword.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .crossword-offWhite-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/crossword-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(242, 226, 192, 0.2); }

.crossword-lightTan-overlay {
  position: relative;
  background: rgba(164, 160, 149, 0.2); }
  .crossword-lightTan-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/crossword.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .crossword-lightTan-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/crossword-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(164, 160, 149, 0.2); }

.crossword-mediumTan-overlay {
  position: relative;
  background: rgba(216, 198, 173, 0.2); }
  .crossword-mediumTan-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/crossword.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .crossword-mediumTan-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/crossword-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(216, 198, 173, 0.2); }

.crossword-darkTan-overlay {
  position: relative;
  background: rgba(34, 34, 34, 0.2); }
  .crossword-darkTan-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/crossword.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .crossword-darkTan-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/crossword-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(34, 34, 34, 0.2); }

.crossword-brown-overlay {
  position: relative;
  background: rgba(127, 100, 63, 0.2); }
  .crossword-brown-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/crossword.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .crossword-brown-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/crossword-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(127, 100, 63, 0.2); }

.crossword-burntOrange-overlay {
  position: relative;
  background: rgba(168, 96, 0, 0.2); }
  .crossword-burntOrange-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/crossword.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .crossword-burntOrange-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/crossword-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(168, 96, 0, 0.2); }

.gray-noise-red-overlay {
  position: relative;
  background: rgba(136, 34, 17, 0.2); }
  .gray-noise-red-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/gray-noise.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .gray-noise-red-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/gray-noise-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(136, 34, 17, 0.2); }

.gray-noise-purple-overlay {
  position: relative;
  background: rgba(119, 85, 85, 0.2); }
  .gray-noise-purple-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/gray-noise.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .gray-noise-purple-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/gray-noise-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(119, 85, 85, 0.2); }

.gray-noise-gray-overlay {
  position: relative;
  background: rgba(238, 255, 255, 0.2); }
  .gray-noise-gray-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/gray-noise.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .gray-noise-gray-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/gray-noise-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(238, 255, 255, 0.2); }

.gray-noise-green-overlay {
  position: relative;
  background: rgba(213, 216, 173, 0.2); }
  .gray-noise-green-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/gray-noise.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .gray-noise-green-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/gray-noise-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(213, 216, 173, 0.2); }

.gray-noise-darkGreen-overlay {
  position: relative;
  background: rgba(122, 127, 63, 0.2); }
  .gray-noise-darkGreen-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/gray-noise.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .gray-noise-darkGreen-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/gray-noise-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(122, 127, 63, 0.2); }

.gray-noise-yellow-overlay {
  position: relative;
  background: rgba(242, 190, 121, 0.2); }
  .gray-noise-yellow-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/gray-noise.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .gray-noise-yellow-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/gray-noise-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(242, 190, 121, 0.2); }

.gray-noise-orange-overlay {
  position: relative;
  background: rgba(255, 211, 153, 0.2); }
  .gray-noise-orange-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/gray-noise.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .gray-noise-orange-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/gray-noise-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(255, 211, 153, 0.2); }

.gray-noise-offWhite-overlay {
  position: relative;
  background: rgba(242, 226, 192, 0.2); }
  .gray-noise-offWhite-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/gray-noise.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .gray-noise-offWhite-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/gray-noise-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(242, 226, 192, 0.2); }

.gray-noise-lightTan-overlay {
  position: relative;
  background: rgba(164, 160, 149, 0.2); }
  .gray-noise-lightTan-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/gray-noise.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .gray-noise-lightTan-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/gray-noise-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(164, 160, 149, 0.2); }

.gray-noise-mediumTan-overlay {
  position: relative;
  background: rgba(216, 198, 173, 0.2); }
  .gray-noise-mediumTan-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/gray-noise.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .gray-noise-mediumTan-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/gray-noise-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(216, 198, 173, 0.2); }

.gray-noise-darkTan-overlay {
  position: relative;
  background: rgba(34, 34, 34, 0.2); }
  .gray-noise-darkTan-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/gray-noise.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .gray-noise-darkTan-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/gray-noise-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(34, 34, 34, 0.2); }

.gray-noise-brown-overlay {
  position: relative;
  background: rgba(127, 100, 63, 0.2); }
  .gray-noise-brown-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/gray-noise.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .gray-noise-brown-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/gray-noise-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(127, 100, 63, 0.2); }

.gray-noise-burntOrange-overlay {
  position: relative;
  background: rgba(168, 96, 0, 0.2); }
  .gray-noise-burntOrange-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/gray-noise.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .gray-noise-burntOrange-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/gray-noise-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(168, 96, 0, 0.2); }

.mooning-red-overlay {
  position: relative;
  background: rgba(136, 34, 17, 0.2); }
  .mooning-red-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/mooning.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .mooning-red-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/mooning-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(136, 34, 17, 0.2); }

.mooning-purple-overlay {
  position: relative;
  background: rgba(119, 85, 85, 0.2); }
  .mooning-purple-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/mooning.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .mooning-purple-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/mooning-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(119, 85, 85, 0.2); }

.mooning-gray-overlay {
  position: relative;
  background: rgba(238, 255, 255, 0.2); }
  .mooning-gray-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/mooning.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .mooning-gray-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/mooning-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(238, 255, 255, 0.2); }

.mooning-green-overlay {
  position: relative;
  background: rgba(213, 216, 173, 0.2); }
  .mooning-green-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/mooning.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .mooning-green-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/mooning-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(213, 216, 173, 0.2); }

.mooning-darkGreen-overlay {
  position: relative;
  background: rgba(122, 127, 63, 0.2); }
  .mooning-darkGreen-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/mooning.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .mooning-darkGreen-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/mooning-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(122, 127, 63, 0.2); }

.mooning-yellow-overlay {
  position: relative;
  background: rgba(242, 190, 121, 0.2); }
  .mooning-yellow-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/mooning.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .mooning-yellow-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/mooning-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(242, 190, 121, 0.2); }

.mooning-orange-overlay {
  position: relative;
  background: rgba(255, 211, 153, 0.2); }
  .mooning-orange-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/mooning.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .mooning-orange-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/mooning-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(255, 211, 153, 0.2); }

.mooning-offWhite-overlay {
  position: relative;
  background: rgba(242, 226, 192, 0.2); }
  .mooning-offWhite-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/mooning.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .mooning-offWhite-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/mooning-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(242, 226, 192, 0.2); }

.mooning-lightTan-overlay {
  position: relative;
  background: rgba(164, 160, 149, 0.2); }
  .mooning-lightTan-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/mooning.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .mooning-lightTan-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/mooning-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(164, 160, 149, 0.2); }

.mooning-mediumTan-overlay {
  position: relative;
  background: rgba(216, 198, 173, 0.2); }
  .mooning-mediumTan-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/mooning.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .mooning-mediumTan-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/mooning-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(216, 198, 173, 0.2); }

.mooning-darkTan-overlay {
  position: relative;
  background: rgba(34, 34, 34, 0.2); }
  .mooning-darkTan-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/mooning.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .mooning-darkTan-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/mooning-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(34, 34, 34, 0.2); }

.mooning-brown-overlay {
  position: relative;
  background: rgba(127, 100, 63, 0.2); }
  .mooning-brown-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/mooning.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .mooning-brown-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/mooning-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(127, 100, 63, 0.2); }

.mooning-burntOrange-overlay {
  position: relative;
  background: rgba(168, 96, 0, 0.2); }
  .mooning-burntOrange-overlay::after {
    position: absolute;
    content: "";
    background: url("/_/img/backgrounds/seamless/mooning.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .mooning-burntOrange-overlay + * .arrow-down {
    background: url("/_/img/backgrounds/seamless/mooning-triangle.png") no-repeat 50% -30px;
    border-top-color: rgba(168, 96, 0, 0.2); }

.no-items.msg {
  visibility: hidden;
  text-align: center; }

.search-box > div {
  display: inline-block; }

/* RESPONSIVE UTILITY CLASSES
 * ==========================
 *
 * Some addtional classes to extend the visible/hidden
 * responsive utilities that bootstrap provides. */
.no-gutter-left {
  padding-left: 0; }

.no-gutter-right {
  padding-right: 0; }

.no-gutter {
  padding-left: 0;
  padding-right: 0; }

.no-margin-left {
  margin-left: 0; }

.no-margin-right {
  margin-right: 0; }

.no-margin {
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 768px) {
  .padded-content {
    width: 80%;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 992px) {
  .visible-mobile,
  .hidden-desktop {
    display: none !important; } }

@media (max-width: 991px) {
  .visible-desktop,
  .hidden-mobile {
    display: none !important; } }

.lt-ie9 .browser-alert {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  background: #EEE;
  text-align: left; }
  .lt-ie9 .browser-alert .popover {
    width: 200px; }

/* Bootstrap Overwrites to work with Rock Core theme */
.alert-warning {
  clear: both; }

.well, .panel {
  border-radius: 0px; }

.panel .panel-heading {
  background-image: none !important; }

.modal-backdrop {
  z-index: 1040 !important;
  background-color: rgba(0, 0, 0, 0.65); }

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

.updateprogress-status {
  position: fixed;
  top: 35%;
  left: 50%;
  z-index: 1040 !important100;
  padding: 30px 20px;
  margin-left: -60px;
  background-color: transparent !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  opacity: 1; }

@media (min-width: 992px) {
  .updateprogress-status {
    padding: 30px 20px;
    margin-left: -60px; } }

.secc-cube-grid {
  width: 80px;
  height: 80px; }

.secc-cube-grid .secc-cube {
  width: 33%;
  height: 33%;
  background-color: white;
  float: left;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-animation: secc-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: secc-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.secc-cube-grid .secc-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.secc-cube-grid .secc-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.secc-cube-grid .secc-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  border-radius: 0px 10px 0px 0px; }

.secc-cube-grid .secc-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.secc-cube-grid .secc-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.secc-cube-grid .secc-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.secc-cube-grid .secc-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  border-radius: 0px 0px 0px 10px; }

.secc-cube-grid .secc-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.secc-cube-grid .secc-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes secc-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes secc-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@media print {
  #MobileNav {
    display: none !important; } }
