@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'first_graderregular';
  src: url("../fonts/first_grader-webfont.woff2") format("woff2"), url("../fonts/first_grader-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top; }

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default; }

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none; }

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px; }

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.selectboxit-list .selectboxit-option-anchor {
  color: #333333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999; }

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline 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 {
  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;
  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; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !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^="#"]:after,
  a[href^="javascript:"]: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 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/assets/fonts/bootstrap/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: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

.glyphicon-euro:before,
.glyphicon-eur: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"; }

.glyphicon-cd:before {
  content: "\e201"; }

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

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

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

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

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

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

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -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: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.42857;
  color: #2D3538;
  background-color: #fff; }

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

a {
  color: #0071BA;
  text-decoration: none; }
  a:hover, a:focus {
    color: #00436e;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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;
  max-width: 100%;
  height: auto; }

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

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

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 46px; }

h2, .h2 {
  font-size: 38px; }

h3, .h3 {
  font-size: 31px; }

h4, .h4 {
  font-size: 25px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 12.5px; }

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

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

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

.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, .initialism {
  text-transform: uppercase; }

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #0071BA; }

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #0071BA; }

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee; }

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }
.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; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  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;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .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"; }

address {
  margin-bottom: 25px;
  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: 4px; }

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%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 17px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.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-right: 15px;
  padding-left: 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; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px; }
  .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-of-type(odd) {
  background-color: #f9f9f9; }

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

.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; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 18.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

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

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

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  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; }

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

.form-control {
  display: block;
  width: 100%;
  height: 47px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 47px; }
  input[type="date"].input-sm, .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-group-sm input[type="date"],
  input[type="time"].input-sm,
  .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-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .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-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .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, .input-group-sm
  input[type="month"] {
    line-height: 36px; }
  input[type="date"].input-lg, .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-group-lg input[type="date"],
  input[type="time"].input-lg,
  .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-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .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-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .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, .input-group-lg
  input[type="month"] {
    line-height: 63px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label, fieldset[disabled] .radio label,
  .checkbox.disabled label, fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 25px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled, fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled, fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

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

.form-control-static {
  min-height: 43px;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .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, .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-right: 0;
    padding-left: 0; }

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

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

textarea.input-sm, .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,
.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; }

.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 41px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 63px;
  padding: 15px 25px;
  font-size: 23px;
  line-height: 1.33333;
  border-radius: 100px; }

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

textarea.input-lg, .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,
.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; }

.form-group-lg .form-control {
  height: 63px;
  padding: 15px 25px;
  font-size: 23px;
  line-height: 1.33333;
  border-radius: 100px; }
.form-group-lg select.form-control {
  height: 63px;
  line-height: 63px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 63px;
  min-height: 48px;
  padding: 16px 25px;
  font-size: 23px;
  line-height: 1.33333; }

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

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

.input-lg + .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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 63px;
  height: 63px;
  line-height: 63px; }

.input-sm + .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,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  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;
  background-color: #dff0d8;
  border-color: #3c763d; }
.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, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  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;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }
.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, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  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;
  background-color: #f2dede;
  border-color: #a94442; }
.has-error .form-control-feedback {
  color: #a94442; }

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 11px;
  margin-top: 0;
  margin-bottom: 0; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 36px; }
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 11px;
    margin-bottom: 0;
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16px;
    font-size: 23px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px; } }

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

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

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

.btn-primary {
  color: #fff;
  background-color: #0071BA;
  border-color: #0062a1; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #005287;
    border-color: #001421; }
  .btn-primary:hover {
    color: #fff;
    background-color: #005287;
    border-color: #003c63; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005287;
    background-image: none;
    border-color: #003c63; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #003c63;
      border-color: #001421; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #0071BA;
    border-color: #0062a1; }
  .btn-primary .badge {
    color: #0071BA;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #C4D558;
  border-color: #bdd044; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #b3c832;
    border-color: #6a761e; }
  .btn-success:hover {
    color: #fff;
    background-color: #b3c832;
    border-color: #9aab2b; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #b3c832;
    background-image: none;
    border-color: #9aab2b; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #9aab2b;
      border-color: #6a761e; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #C4D558;
    border-color: #bdd044; }
  .btn-success .badge {
    color: #C4D558;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #0071BA;
  border-color: #0062a1; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #005287;
    border-color: #001421; }
  .btn-info:hover {
    color: #fff;
    background-color: #005287;
    border-color: #003c63; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #005287;
    background-image: none;
    border-color: #003c63; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #003c63;
      border-color: #001421; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #0071BA;
    border-color: #0062a1; }
  .btn-info .badge {
    color: #0071BA;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    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:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #0071BA;
  border-radius: 0; }
  .btn-link, .btn-link:active, .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: #00436e;
    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: 15px 25px;
  font-size: 23px;
  line-height: 1.33333;
  border-radius: 100px; }

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

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

.dropup,
.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;
  font-size: 18px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }

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

.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;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

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

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

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

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@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 + .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 {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .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-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

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

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

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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 {
  display: table;
  content: " "; }
.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-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px; }

.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-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    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"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

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

.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: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 15px 25px;
    font-size: 23px;
    border-radius: 100px; }
  .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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .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;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #0071BA; }
  .nav .nav-divider {
    height: 1px;
    margin: 11.5px 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: 4px 4px 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;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .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: #0071BA; }

.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 {
      margin-bottom: 5px;
      text-align: center; }
  .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: 4px; }
  .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: 4px 4px 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-left-radius: 0;
  border-top-right-radius: 0; }

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

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  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 {
    display: table;
    content: " "; }
  .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-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @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; }

.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-brand {
  float: left;
  height: 50px;
  padding: 12.5px 15px;
  font-size: 23px;
  line-height: 25px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .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: 6.25px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px; }
  @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: 25px; }
        .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: 12.5px;
          padding-bottom: 12.5px; } }

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -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: 1.5px;
  margin-bottom: 1.5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

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

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

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

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

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

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      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-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @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-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-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: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @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: #9d9d9d; }
      .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-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-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .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: 25px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/ "; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 10px 20px;
      margin-left: -1px;
      line-height: 1.42857;
      color: #0071BA;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #00436e;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0071BA;
    border-color: #0071BA; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 15px 25px;
  font-size: 23px;
  line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 25px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .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;
    cursor: not-allowed;
    background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  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: #0071BA; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #005287; }

.label-success {
  background-color: #C4D558; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #b3c832; }

.label-info {
  background-color: #0071BA; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #005287; }

.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: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #0071BA;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

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

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

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0071BA; }

.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    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: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

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

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

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

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .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 {
  height: 25px;
  margin-bottom: 25px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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: 16px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background-color: #0071BA;
  -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-success {
  background-color: #C4D558; }
  .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: #0071BA; }
  .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 {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

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

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

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

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

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

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

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

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

.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-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .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: #0071BA;
    border-color: #0071BA; }
    .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: #87d0ff; }

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

button.list-group-item {
  width: 100%;
  text-align: left; }

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

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.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,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.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,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.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,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.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,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.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,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.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,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.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,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.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: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -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 {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

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

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

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

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

.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 caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .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: 3px; }
    .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: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .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: 3px; }
    .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: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  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 {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 25px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      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: #0071BA; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #0071BA;
    border-color: #0071BA; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #0071BA; }
    .panel-primary > .panel-heading .badge {
      color: #0071BA;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0071BA; }

.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,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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: 100px; }

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

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

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -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: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

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

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

.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 {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

@media (min-width: 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;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .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 {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -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;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 18px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover > .arrow {
    border-width: 11px; }
    .popover > .arrow, .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      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 {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 99px 99px 0 0; }

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

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -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;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .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;
    margin-top: -10px; }
  .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;
    font-family: serif;
    line-height: 1; }
  .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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

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

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

.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 !important; }

  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 !important; }

  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 !important; }

  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 !important; }

  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 !important; }

  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; } }
html.overlay-open .navbar-fixed-top {
  z-index: 400; }
html.js fieldset.collapsed {
  border-left-width: 1px;
  border-right-width: 1px;
  height: auto; }
html.js input.form-autocomplete {
  background-image: none; }
html.js input.form-autocomplete {
  background-image: none; }
html.js .autocomplete-throbber {
  background-position: 100% 2px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  margin: 2px 0 0 2px;
  width: 15px; }
html.js .autocomplete-throbber.throbbing {
  background-position: 100% -18px; }

body {
  position: relative; }
  body.admin-expanded.admin-vertical.admin-nw .navbar, body.admin-expanded.admin-vertical.admin-sw .navbar {
    margin-left: 260px; }
  body.navbar-is-fixed-top {
    padding-top: 64px !important; }
  body.navbar-is-fixed-bottom {
    padding-bottom: 64px !important; }
  body.toolbar {
    padding-top: 30px !important; }
    body.toolbar .navbar-fixed-top {
      top: 30px; }
    body.toolbar.navbar-is-fixed-top {
      padding-top: 94px !important; }
  body.toolbar-drawer {
    padding-top: 64px !important; }
    body.toolbar-drawer .navbar-fixed-top {
      top: 64px; }
    body.toolbar-drawer.navbar-is-fixed-top {
      padding-top: 128px !important; }
  body.admin-menu .navbar-fixed-top {
    top: 29px; }
  body.admin-menu.navbar-is-fixed-top {
    padding-top: 93px !important; }
  body div#admin-toolbar {
    z-index: 1600; }
  body #toolbar, body #admin-menu, body #admin-toolbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  body #admin-menu {
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1600; }
    body #admin-menu .dropdown li {
      line-height: normal; }

@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px; } }
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px; } }
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px; } }
.navbar.container, .navbar.container-fluid {
  margin-top: 20px; }
.navbar.container > .container, .navbar.container-fluid > .container-fluid {
  margin: 0;
  padding: 0;
  width: auto; }

#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500; }

#toolbar {
  z-index: 1600; }

.modal {
  z-index: 1620; }

.modal-dialog {
  z-index: 1630; }

.ctools-modal-dialog .modal-body {
  width: 100% !important;
  overflow: auto; }

.modal-backdrop {
  z-index: 1610; }

.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5; }

.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px; }

.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 768px) {
    .navbar .logo {
      margin-right: 0;
      padding-left: 0; } }

ul.secondary {
  float: left; }
  @media screen and (min-width: 768px) {
    ul.secondary {
      float: right; } }

.page-header {
  margin-top: 0; }

.region-sidebar-first .block:first-child h2.block-title,
.region-sidebar-second .block:first-child h2.block-title {
  margin-top: 0; }

p:last-child {
  margin-bottom: 0; }

.region-help > .glyphicon {
  font-size: 23px;
  float: left;
  margin: -0.05em 0.5em 0 0; }
.region-help .block {
  overflow: hidden; }

form#search-block-form {
  margin: 0; }

.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px; }
  @media screen and (min-width: 992px) {
    .navbar #block-search-form {
      float: right; } }
  .navbar #block-search-form .input-group-btn {
    width: auto; }

.navbar-search .control-group {
  margin-bottom: 0px; }

ul.action-links {
  margin: 20px 0;
  padding: 0; }
  ul.action-links li {
    display: inline;
    margin: 0;
    padding: 0 10px 0 0; }
  ul.action-links .glyphicon {
    padding-right: 0.5em; }

input, textarea, select, .uneditable-input {
  max-width: 100%;
  width: auto; }

input.error {
  color: #a94442;
  border-color: #ebccd1; }

fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0; }

fieldset .panel-body {
  clear: both; }

fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px; }
  fieldset .panel-heading a.panel-title:hover {
    text-decoration: none; }

.form-group:last-child,
.panel:last-child {
  margin-bottom: 0; }

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

.form-actions {
  clear: both; }

.managed-files.table td:first-child {
  width: 100%; }

div.image-widget-data {
  float: none;
  overflow: hidden; }

table.sticky-header {
  z-index: 1; }

.resizable-textarea textarea {
  border-radius: 4px 4px 0 0; }

.text-format-wrapper {
  margin-bottom: 15px; }
  .text-format-wrapper > .form-type-textarea,
  .text-format-wrapper .filter-wrapper {
    margin-bottom: 0; }

.filter-wrapper {
  border-radius: 0 0 4px 4px; }
  .filter-wrapper .panel-body {
    padding: 7px; }
  .filter-wrapper .form-type-select {
    min-width: 30%; }
    .filter-wrapper .form-type-select .filter-list {
      width: 100%; }

.filter-help {
  margin-top: 5px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .filter-help {
      float: right; } }
  .filter-help .glyphicon {
    margin: 0 5px 0 0;
    vertical-align: text-top; }

.radio:first-child, .checkbox:first-child {
  margin-top: 0; }
.radio:last-child, .checkbox:last-child {
  margin-bottom: 0; }

.help-block, .control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0; }

.panel-heading {
  display: block; }

a.tabledrag-handle .handle {
  height: auto;
  width: auto; }

.error {
  color: #a94442; }

div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442; }

.form-group.error,
.form-group.has-error {
  background: none; }
  .form-group.error label, .form-group.error .control-label,
  .form-group.has-error label,
  .form-group.has-error .control-label {
    color: #a94442;
    font-weight: 600; }
  .form-group.error input, .form-group.error textarea, .form-group.error select, .form-group.error .uneditable-input,
  .form-group.has-error input,
  .form-group.has-error textarea,
  .form-group.has-error select,
  .form-group.has-error .uneditable-input {
    color: #555555; }
  .form-group.error .help-block, .form-group.error .help-inline,
  .form-group.has-error .help-block,
  .form-group.has-error .help-inline {
    color: #777777; }

.nav-tabs {
  margin-bottom: 10px; }

ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none; }

.tabs--secondary {
  margin: 0 0 10px; }

.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777; }

.form-type-password-confirm {
  position: relative; }
  .form-type-password-confirm label {
    display: block; }
    .form-type-password-confirm label .label {
      float: right; }
  .form-type-password-confirm .password-help {
    padding-left: 2em; }
    @media (min-width: 768px) {
      .form-type-password-confirm .password-help {
        border-left: 1px solid #ddd;
        left: 50%;
        margin-left: 15px;
        position: absolute; } }
    @media (min-width: 992px) {
      .form-type-password-confirm .password-help {
        left: 33.33333%; } }
  .form-type-password-confirm .progress {
    background: transparent;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 4px;
    margin: -5px 0px 0; }
  .form-type-password-confirm .form-type-password {
    clear: left; }
  .form-type-password-confirm .form-control-feedback {
    right: 15px; }
  .form-type-password-confirm .help-block {
    clear: both; }

ul.pagination li > a.progress-disabled {
  float: left; }

.form-autocomplete .glyphicon {
  color: #777777;
  font-size: 120%; }
  .form-autocomplete .glyphicon.glyphicon-spin {
    color: #0071BA; }
.form-autocomplete .input-group-addon {
  background-color: white; }

.ajax-progress-bar {
  border-radius: 0 0 4px 4px;
  border: 1px solid #ccc;
  margin: -1px 0 0;
  padding: 10px 20px;
  width: 100%; }
  .ajax-progress-bar .progress {
    height: 8px;
    margin: 0; }
  .ajax-progress-bar .percentage,
  .ajax-progress-bar .message {
    color: #777777;
    font-size: 16px;
    line-height: 1em;
    margin: 5px 0 0;
    padding: 0; }

.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear; }

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px; }

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0; }
  .tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
    color: #777777;
    font-size: 16px; }

.tab-pane > .panel-heading {
  display: none; }

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

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd; }
  .tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below > .nav-tabs > li > a {
      border-radius: 0 0 4px 4px; }
      .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
        border-top-color: #ddd;
        border-bottom-color: transparent; }
  .tabs-below > .nav-tabs > .active > a,
  .tabs-below > .nav-tabs > .active > a:hover,
  .tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd; }

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px; }
  .tabs-left > .nav-tabs > li,
  .tabs-right > .nav-tabs > li {
    float: none; }
    .tabs-left > .nav-tabs > li:focus,
    .tabs-right > .nav-tabs > li:focus {
      outline: 0; }
    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
      margin-right: 0;
      margin-bottom: 3px; }
      .tabs-left > .nav-tabs > li > a:focus,
      .tabs-right > .nav-tabs > li > a:focus {
        outline: 0; }
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px; }

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px; }
  .tabs-left > .nav-tabs > li > a {
    border-radius: 4px 0 0 4px; }
    .tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
      border-color: #eeeeee #ddd #eeeeee #eeeeee; }
  .tabs-left > .nav-tabs > .active > a,
  .tabs-left > .nav-tabs > .active > a:hover,
  .tabs-left > .nav-tabs > .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05); }

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px; }
  .tabs-right > .nav-tabs > li > a {
    border-radius: 0 4px 4px 0; }
    .tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #ddd;
      -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05); }
  .tabs-right > .nav-tabs > .active > a,
  .tabs-right > .nav-tabs > .active > a:hover,
  .tabs-right > .nav-tabs > .active > a:focus {
    border-color: #ddd #ddd #ddd transparent; }

th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell; }

.views-display-settings .label {
  font-size: 100%;
  color: #666666; }
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0; }

.views-exposed-form .views-exposed-widget .btn {
  margin-top: 1.8em; }

table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit; }

.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right; }
  @media (min-width: 768px) {
    .form-horizontal .form-group label {
      float: left;
      width: 16.66667%; } }

.alert a {
  font-weight: bold; }

.alert-success a, .alert-success a:hover, .alert-success a:focus {
  color: #2b542c; }

.alert-info a, .alert-info a:hover, .alert-info a:focus {
  color: #245269; }

.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
  color: #66512c; }

.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
  color: #843534; }

div.image-style-new,
div.image-style-new div {
  display: block; }

div.image-style-new div.input-group {
  display: table; }

td.module,
.table-striped > tbody > tr:nth-child(odd) > td.module,
.table > tbody > tr > td.module {
  background: #ddd;
  font-weight: 700; }

.book-toc > .dropdown-menu {
  overflow: hidden; }
  .book-toc > .dropdown-menu > .dropdown-header {
    white-space: nowrap; }
  .book-toc > .dropdown-menu > li:nth-child(1) > a {
    font-weight: bold; }
  .book-toc > .dropdown-menu .dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 0;
    position: static;
    width: 100%; }
    .book-toc > .dropdown-menu .dropdown-menu > li {
      padding-left: 20px; }
      .book-toc > .dropdown-menu .dropdown-menu > li > a {
        margin-left: -40px;
        padding-left: 60px; }

#features-filter .form-item.form-type-checkbox {
  padding-left: 20px; }

fieldset.features-export-component {
  font-size: 16px; }
  html.js #features-export-form fieldset.features-export-component, fieldset.features-export-component {
    margin: 0 0 12.5px; }
  fieldset.features-export-component .panel-heading {
    padding: 5px 10px; }
    fieldset.features-export-component .panel-heading a.panel-title {
      font-size: 16px;
      font-weight: 500;
      margin: -5px -10px;
      padding: 5px 10px; }
  fieldset.features-export-component .panel-body {
    padding: 0 10px; }

div.features-export-list {
  margin: -11px 0 10px;
  padding: 0 10px; }

fieldset.features-export-component .component-select .form-type-checkbox,
div.features-export-list .form-type-checkbox {
  line-height: 1em;
  margin: 5px 5px 5px 0 !important;
  min-height: 0;
  padding: 3px 3px 3px 25px !important; }
  fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox],
  div.features-export-list .form-type-checkbox input[type=checkbox] {
    margin-top: 0; }

body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open .navbar-fixed-top {
  top: 79px; }

body.navbar-is-fixed-top.navbar-administration .navbar-fixed-top {
  top: 39px; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body.navbar-is-fixed-top.navbar-administration.navbar-vertical.navbar-tray-open .navbar-fixed-top {
    left: 240px;
    left: 24rem; } }
.navbar-administration #navbar-administration.navbar-oriented .navbar-bar {
  z-index: 1032; }

.navbar-administration #navbar-administration .navbar-tray {
  z-index: 1031; }

body.navbar-is-fixed-top.navbar-administration {
  padding-top: 103px !important; }

body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open {
  padding-top: 143px !important; }

body.navbar-tray-open.navbar-vertical.navbar-fixed {
  margin-left: 240px;
  margin-left: 24rem; }

#navbar-administration.navbar-oriented .navbar-tray-vertical {
  width: 24rem; }

.ajax-progress {
  position: relative; }

.throbber.pink {
  background: transparent url("../images/ajax-loader.gif") no-repeat 0px center;
  position: absolute;
  top: -25px;
  left: 10px;
  height: 32px;
  width: 32px; }

/* Extra Small */
/* Small */
/* Medium */
/* Large */
@media (min-width: 992px) {
  .clear-left-desk {
    clear: left; } }

@media (min-width: 768px) {
  .clear-left-tab {
    clear: left; } }
@media (min-width: 992px) {
  .clear-left-tab {
    clear: none; } }

.clear-left {
  clear: left; }

*:focus {
  outline: none; }

@-webkit-keyframes autofill {
  to {
    color: #666;
    background: transparent; } }
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], input.form-number {
  border: 2px solid #048242;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px; }

textarea, textarea.form-control {
  border: 2px solid #048242 !important;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 13px 22px !important; }

.resizable-textarea .grippie {
  width: 90%;
  margin: 0 5%; }

.btn {
  padding: 14px 24px;
  border: 3px solid #fff;
  margin: -3px 0 0 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 17.5px;
  line-height: 21px; }
  @media (max-width: 767px) {
    .btn {
      font-size: 15px;
      padding: 12px 20px; } }
  .btn.btn-lg, .btn-group-lg > .btn {
    font-size: 26px;
    line-height: 29px;
    padding: 10px 20px; }
    @media (max-width: 767px) {
      .btn.btn-lg, .btn-group-lg > .btn {
        font-size: 21px; } }
  .btn.btn-lime {
    background: #d2e89d;
    color: #048242; }
    .btn.btn-lime:hover {
      border-color: #d2e89d; }
  .btn.btn-green, .btn.btn-primary, .btn.btn-default {
    background: #007D44;
    color: #fff;
    border-color: #fff; }
    .btn.btn-green:hover, .btn.btn-primary:hover, .btn.btn-default:hover {
      border-color: #007D44;
      background: #007D44; }
  .btn.btn-blue, .btn.btn-info {
    background: #0071BA;
    color: #fff; }
    .btn.btn-blue:hover, .btn.btn-info:hover {
      border-color: #0071BA; }
  .btn.btn-pink {
    background: #D70079;
    color: #fff; }
    .btn.btn-pink:hover {
      border-color: #D70079; }

/*
.btn.btn-default {
    border-color: $dark_grey;
    color: $dark_grey;

    &:hover {
        background: $dark_grey;
        color: #fff;
    }
}
*/
.input-group {
  border: 2px solid;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px; }
  .input-group input[type="text"], .input-group input[type="email"], .input-group input[type="password"] {
    border: none; }
    .input-group input[type="text"]:focus, .input-group input[type="email"]:focus, .input-group input[type="password"]:focus {
      outline: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .input-group .input-group-addon {
    padding: 0;
    background: transparent;
    border: none; }

#block-search-form {
  display: none;
  background: #fff;
  width: 50%; }
  @media (min-width: 992px) {
    #block-search-form {
      display: block; } }
  #block-search-form .form-group {
    margin-bottom: 0; }
  #block-search-form .input-group {
    border: 2px solid #C4D558; }
  #block-search-form input[type="text"] {
    -moz-border-radius-topleft: 100px;
    -webkit-border-top-left-radius: 100px;
    border-top-left-radius: 100px;
    -moz-border-radius-bottomleft: 100px;
    -webkit-border-bottom-left-radius: 100px;
    border-bottom-left-radius: 100px;
    font-size: 13px;
    line-height: 16px;
    border: none;
    padding-left: 0;
    margin-left: 25px;
    background: transparent;
    box-shadow: none; }
    #block-search-form input[type="text"]:focus {
      outline: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  #block-search-form .form-control, #block-search-form button {
    padding-top: 17px;
    padding-bottom: 17px;
    margin-top: -1px;
    margin-bottom: -1px;
    border: 2px solid #C4D558;
    border-right: none; }
    @media (min-width: 992px) {
      #block-search-form .form-control, #block-search-form button {
        height: 46px; } }
    @media (min-width: 1200px) {
      #block-search-form .form-control, #block-search-form button {
        height: 50px; } }
  #block-search-form button {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-left: -25px;
    background-color: #fff;
    color: #D70079;
    font-size: 24px; }
    @media (min-width: 992px) {
      #block-search-form button {
        padding: 8px; } }
    @media (min-width: 1200px) {
      #block-search-form button {
        padding: 12px; } }
    #block-search-form button:hover {
      background: #D70079;
      color: #fff; }

#edit-keys-wrapper .input-group, #edit-field-geofield-distance-wrapper .input-group, #edit-combine-wrapper .input-group {
  border: 2px solid #048242;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px; }
  #edit-keys-wrapper .input-group input[type="text"], #edit-field-geofield-distance-wrapper .input-group input[type="text"], #edit-combine-wrapper .input-group input[type="text"] {
    -moz-border-radius-topleft: 100px;
    -webkit-border-top-left-radius: 100px;
    border-top-left-radius: 100px;
    -moz-border-radius-bottomleft: 100px;
    -webkit-border-bottom-left-radius: 100px;
    border-bottom-left-radius: 100px;
    line-height: 16px;
    border: none;
    padding-left: 0;
    margin-left: 25px;
    background: transparent;
    box-shadow: none; }
    #edit-keys-wrapper .input-group input[type="text"]:focus, #edit-field-geofield-distance-wrapper .input-group input[type="text"]:focus, #edit-combine-wrapper .input-group input[type="text"]:focus {
      outline: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  #edit-keys-wrapper .input-group .form-control, #edit-keys-wrapper .input-group button, #edit-field-geofield-distance-wrapper .input-group .form-control, #edit-field-geofield-distance-wrapper .input-group button, #edit-combine-wrapper .input-group .form-control, #edit-combine-wrapper .input-group button {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: -1px !important;
    margin-bottom: -1px !important;
    border: 2px solid #007D44;
    border-right: none; }
    @media (min-width: 992px) {
      #edit-keys-wrapper .input-group .form-control, #edit-keys-wrapper .input-group button, #edit-field-geofield-distance-wrapper .input-group .form-control, #edit-field-geofield-distance-wrapper .input-group button, #edit-combine-wrapper .input-group .form-control, #edit-combine-wrapper .input-group button {
        height: 45px; } }
  #edit-keys-wrapper .input-group button, #edit-field-geofield-distance-wrapper .input-group button, #edit-combine-wrapper .input-group button {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-left: -25px;
    background-color: #fff;
    color: #D70079;
    font-size: 24px;
    padding: 10px; }
    #edit-keys-wrapper .input-group button:hover, #edit-field-geofield-distance-wrapper .input-group button:hover, #edit-combine-wrapper .input-group button:hover {
      background: #D70079;
      color: #fff; }

select, select .selectboxit-options {
  width: 100% !important; }

.selectboxit-container {
  width: 100%; }
  .selectboxit-container:focus, .selectboxit-container:active {
    outline: 0; }
  .selectboxit-container .selectboxit {
    width: auto;
    min-width: 150px;
    box-shadow: none;
    border: 2px solid #048242;
    height: 47px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px; }
    .selectboxit-container .selectboxit:focus, .selectboxit-container .selectboxit:active {
      outline: 0; }
    .selectboxit-container .selectboxit .selectboxit-text {
      margin: 7px 12px;
      font-family: "Lato", sans-serif;
      font-size: 18px; }
      @media (max-width: 767px) {
        .selectboxit-container .selectboxit .selectboxit-text {
          max-width: 214px !important;
          padding-right: 16px; } }
    .selectboxit-container .selectboxit .selectboxit-arrow-container {
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      height: 47px;
      width: 47px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      border-radius: 100px;
      border: 2px solid #048242;
      margin: -2px -2px 0 0; }
      .selectboxit-container .selectboxit .selectboxit-arrow-container .caret {
        border: none;
        width: 16px;
        height: 10px;
        background: url("../images/caret.png") no-repeat;
        top: 19px; }
  .selectboxit-container:hover .selectboxit .selectboxit-arrow-container {
    background: #D70079; }
    .selectboxit-container:hover .selectboxit .selectboxit-arrow-container .caret {
      background: url("../images/caret-white.png") no-repeat; }

.form-control {
  border-color: #048242; }

.form-group, form .row {
  margin-bottom: 25px; }

label.control-label {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #048242; }

article > .webform-client-form {
  margin-top: 35px;
  margin-bottom: 35px; }
  article > .webform-client-form .form-actions {
    text-align: right; }
  article > .webform-client-form label {
    display: block; }
  article > .webform-client-form .webform-component.form-inline .selectboxit-container .selectboxit {
    width: 100%; }
  @media (min-width: 992px) {
    article > .webform-client-form .form-inline label {
      display: inline-block; }
    article > .webform-client-form .form-inline .selectboxit-container {
      width: auto; }
    article > .webform-client-form .form-inline .selectboxit-container .selectboxit {
      width: auto; } }
  @media (min-width: 992px) {
    article > .webform-client-form .webform-component.form-inline label.control-label {
      width: 35%;
      margin-right: 1%;
      margin-top: 10px; }
    article > .webform-client-form .webform-component.form-inline .selectboxit-container, article > .webform-client-form .webform-component.form-inline input.form-text {
      width: 63%; }
      article > .webform-client-form .webform-component.form-inline .selectboxit-container .selectboxit, article > .webform-client-form .webform-component.form-inline input.form-text .selectboxit {
        width: 100%; } }
  article > .webform-client-form .form-group:last-child {
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      article > .webform-client-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    article > .webform-client-form .bordered {
      border: 1px solid #f1f1f1;
      padding: 29px 47px; } }

.webform-client-form .webform-component-chsw-gift-aid {
  padding: 30px 20px 100px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  background: #ECF1FA url("../images/giftaid.png") no-repeat 95% 97%; }
  @media (min-width: 768px) {
    .webform-client-form .webform-component-chsw-gift-aid {
      padding: 30px 20px 90px; } }
  @media (min-width: 768px) {
    .webform-client-form .webform-component-chsw-gift-aid {
      background: #ECF1FA url("../images/giftaid.png") no-repeat 95% 95%; } }
  .webform-client-form .webform-component-chsw-gift-aid .gift-aid-amount {
    color: #D70079; }
  .webform-client-form .webform-component-chsw-gift-aid .form-item-giftaid label.control-label {
    font-size: 18px;
    font-weight: normal;
    color: #2D3538; }
  .webform-client-form .webform-component-chsw-gift-aid p {
    font-size: 18px;
    font-weight: normal;
    margin: 24px 0; }
  .webform-client-form .webform-component-chsw-gift-aid .label.control-label,
  .webform-client-form .webform-component-chsw-gift-aid .help-block {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #2D3538; }
  .webform-client-form .webform-component-chsw-gift-aid .help-block {
    margin-top: 24px; }

.form-type-bef-checkbox input:checked,
.form-type-bef-checkbox input:not(checked), .form-type-checkbox input:checked,
.form-type-checkbox input:not(checked) {
  opacity: 0 !important; }
.form-type-bef-checkbox label, .form-type-checkbox label {
  display: inline-block !important;
  position: relative;
  color: #2D3538; }
.form-type-bef-checkbox input:checked + label,
.form-type-bef-checkbox input:not(checked) + label, .form-type-checkbox input:checked + label,
.form-type-checkbox input:not(checked) + label {
  padding-left: 32px !important;
  padding-bottom: 1px;
  font-size: 18px;
  cursor: pointer; }
.form-type-bef-checkbox input:not(checked) + label:before, .form-type-bef-checkbox input:not(checked) + label:before, .form-type-checkbox input:not(checked) + label:before, .form-type-checkbox input:not(checked) + label:before {
  border: 2px solid #007D44;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px; }
.form-type-bef-checkbox input:checked + label:after, .form-type-checkbox input:checked + label:after {
  font-family: "FontAwesome";
  top: 7px;
  left: 3px;
  position: absolute;
  color: #007D44;
  content: "\f00c";
  font-size: 17px;
  text-align: center;
  line-height: 13px;
  font-weight: bold; }

.form-type-radio {
  margin-bottom: 20px; }
  .form-type-radio input:checked,
  .form-type-radio input:not(checked) {
    opacity: 0 !important; }
  .form-type-radio label {
    display: inline-block;
    position: relative;
    color: #007D44; }
  .form-type-radio input:checked + label,
  .form-type-radio input:not(checked) + label {
    padding-left: 35px !important;
    padding-bottom: 1px;
    font-size: 18px;
    cursor: pointer;
    margin: 10px 0 !important; }
  .form-type-radio input:not(checked) + label:before {
    border: 2px solid #007D44;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: -3px; }
  .form-type-radio input:checked + label:after {
    height: 18px;
    width: 18px;
    top: 4px;
    left: 7px;
    background: #007D44;
    position: absolute;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    content: ""; }

fieldset.panel.panel-default {
  border: 1px solid #f1f1f1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  fieldset.panel.panel-default.bold {
    border: 1px solid #4E5F65; }
  fieldset.panel.panel-default > legend.panel-heading {
    padding: 0;
    color: #007D44;
    background: none;
    border: none;
    font-size: 25px;
    font-weight: bold;
    line-height: 31px; }
    fieldset.panel.panel-default > legend.panel-heading .panel-title {
      color: #007D44;
      display: block;
      padding: 5px 20px 5px 10px;
      margin: 0;
      text-decoration: none !important;
      position: relative; }
      @media (min-width: 992px) {
        fieldset.panel.panel-default > legend.panel-heading .panel-title {
          padding: 20px 40px 20px 25px; } }
  fieldset.panel.panel-default .panel-body {
    padding: 0 10px 10px 10px; }
    @media (min-width: 992px) {
      fieldset.panel.panel-default .panel-body {
        padding: 0 25px 25px 25px; } }
  fieldset.panel.panel-default.collapsible > legend.panel-heading a.panel-title:after {
    content: "\f078";
    font-size: 18px;
    font-weight: normal;
    color: #C4D558;
    font-family: "FontAwesome";
    position: absolute;
    top: 35%;
    right: 25px; }
  fieldset.panel.panel-default.collapsible > legend.panel-heading a.panel-title:hover {
    background: #eee; }
  fieldset.panel.panel-default.collapsed > legend.panel-heading a.panel-title:after {
    content: "\f054"; }

fieldset.striped .form-item {
  margin: 0;
  padding: 15px 10px; }
  fieldset.striped .form-item label.control-label {
    color: #2D3538;
    font-size: 18px;
    font-weight: bold; }
  fieldset.striped .form-item:nth-of-type(even) {
    background: #F0F0F0; }

html.js fieldset.collapsed {
  border-bottom-width: 1px; }

.webform-component-chsw-basket .qty-label {
  float: left;
  font-weight: bold;
  color: #4E5F66;
  margin-left: 10px; }
  @media (min-width: 768px) {
    .webform-component-chsw-basket .qty-label {
      margin-left: 15px; } }
.webform-component-chsw-basket .price-label {
  float: right;
  font-weight: bold;
  color: #4E5F66;
  margin-right: 10px; }
  @media (min-width: 768px) {
    .webform-component-chsw-basket .price-label {
      margin-right: 15px; } }
.webform-component-chsw-basket .form-item {
  margin: 0;
  padding: 10px 5px;
  clear: both; }
  @media (min-width: 768px) {
    .webform-component-chsw-basket .form-item {
      padding: 20px 15px; } }
  .webform-component-chsw-basket .form-item .selectboxit-container {
    width: 40%; }
    @media (min-width: 768px) {
      .webform-component-chsw-basket .form-item .selectboxit-container {
        width: 30%; } }
    @media (min-width: 992px) {
      .webform-component-chsw-basket .form-item .selectboxit-container {
        width: 20%; } }
    .webform-component-chsw-basket .form-item .selectboxit-container .selectboxit {
      width: 100px;
      min-width: 100px;
      margin-right: 20px; }
      @media (min-width: 768px) {
        .webform-component-chsw-basket .form-item .selectboxit-container .selectboxit {
          width: 100px;
          min-width: 100px; } }
  .webform-component-chsw-basket .form-item label.control-label {
    width: 58%;
    display: inline-block;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .webform-component-chsw-basket .form-item label.control-label {
        width: 69%; } }
    @media (min-width: 992px) {
      .webform-component-chsw-basket .form-item label.control-label {
        width: 79%; } }
    .webform-component-chsw-basket .form-item label.control-label .basket-label {
      float: left;
      color: #4E5F66;
      font-weight: bold; }
      @media (max-width: 767px) {
        .webform-component-chsw-basket .form-item label.control-label .basket-label {
          max-width: 50%; } }
    .webform-component-chsw-basket .form-item label.control-label .basket-price {
      float: right;
      color: #D70079;
      font-weight: bold; }
      @media (min-width: 768px) {
        .webform-component-chsw-basket .form-item label.control-label .basket-price {
          font-size: 24px;
          margin-top: -4px; } }
  .webform-component-chsw-basket .form-item.form-type-select:nth-of-type(even) {
    background: #F0F0F0; }
  .webform-component-chsw-basket .form-item.form-type-radio {
    padding: 0; }

.webform-component-chsw-gift-aid .gift-aid-total {
  margin-bottom: 20px; }

.running-total {
  color: #007D44;
  font-size: 26px;
  font-weight: bold;
  text-align: right;
  margin: 10px 0;
  padding-right: 20px; }
  .running-total .total-label {
    float: left; }

form.with-payment button.webform-submit {
  background: #D70079;
  color: #fff;
  font-weight: bold;
  padding: 24px 60px;
  position: relative;
  font-size: 22px; }
  @media (max-width: 767px) {
    form.with-payment button.webform-submit {
      width: 100%;
      margin: 20px 0 0 0; } }
  @media (min-width: 992px) {
    form.with-payment button.webform-submit {
      font-size: 28px; } }
  form.with-payment button.webform-submit:before {
    /*position: absolute;
    font-family: "FontAwesome";
    content: "\f283";
    left: 20px;
    top: 25px;
    font-size: 32px;*/ }
  form.with-payment button.webform-submit:hover, form.with-payment button.webform-submit:focus {
    border-color: #D70079;
    background: #D70079; }

.secure-ico {
  float: right;
  font-weight: bold;
  font-size: 25px;
  color: #007D44;
  margin: 10px 20px 10px 0;
  position: relative;
  padding-left: 20px; }
  .secure-ico:before {
    font-weight: normal;
    font-family: FontAwesome;
    content: "\f023";
    position: absolute;
    top: 2px;
    left: 0; }

.webform-component--optional-donation-fieldset--optional-donation input.form-control {
  width: 100%; }
  @media (min-width: 992px) {
    .webform-component--optional-donation-fieldset--optional-donation input.form-control {
      width: auto; } }

.webform-client-form .input-group {
  display: inline-table;
  border: 2px solid #007D44;
  width: 100%;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px; }
  @media (min-width: 992px) {
    .webform-client-form .input-group {
      width: auto; } }
  .webform-client-form .input-group input[type="text"], .webform-client-form .input-group input[type="email"], .webform-client-form .input-group input[type="password"] {
    border: none;
    background: transparent;
    width: 100%;
    padding-left: 10px; }
    .webform-client-form .input-group input[type="text"]:focus, .webform-client-form .input-group input[type="email"]:focus, .webform-client-form .input-group input[type="password"]:focus {
      outline: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .webform-client-form .input-group .input-group-addon {
    padding: 0;
    background: transparent;
    border: none;
    padding: 0 10px;
    font-weight: bold; }
.webform-client-form .webform-container-inline .selectboxit-container {
  width: auto;
  margin-right: 5px; }

.chsw-donation-options-wrapper .chsw-donation-options-radio-pretitle, .webform-component-donation-ad .chsw-donation-options-radio-pretitle {
  color: #007D44; }
.chsw-donation-options-wrapper .webform-component-donation-options, .webform-component-donation-ad .webform-component-donation-options {
  margin-top: 10px; }
  .chsw-donation-options-wrapper .webform-component-donation-options > label.control-label, .webform-component-donation-ad .webform-component-donation-options > label.control-label {
    display: block; }
    @media (min-width: 992px) {
      .chsw-donation-options-wrapper .webform-component-donation-options > label.control-label, .webform-component-donation-ad .webform-component-donation-options > label.control-label {
        display: inline-block;
        margin-top: 2px !important;
        width: 160px !important; } }
  .chsw-donation-options-wrapper .webform-component-donation-options .form-item label.control-label, .webform-component-donation-ad .webform-component-donation-options .form-item label.control-label {
    width: 89px !important;
    display: inline-block; }
    @media (min-width: 768px) {
      .chsw-donation-options-wrapper .webform-component-donation-options .form-item label.control-label, .webform-component-donation-ad .webform-component-donation-options .form-item label.control-label {
        width: 81px !important; } }
    @media (min-width: 992px) {
      .chsw-donation-options-wrapper .webform-component-donation-options .form-item label.control-label, .webform-component-donation-ad .webform-component-donation-options .form-item label.control-label {
        width: 100px !important; } }
.chsw-donation-options-wrapper .input-group, .webform-component-donation-ad .input-group {
  display: inline-table;
  border: 2px solid #007D44;
  width: 100%;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px; }
  @media (min-width: 992px) {
    .chsw-donation-options-wrapper .input-group, .webform-component-donation-ad .input-group {
      width: auto; } }
  .chsw-donation-options-wrapper .input-group input[type="text"], .chsw-donation-options-wrapper .input-group input[type="email"], .chsw-donation-options-wrapper .input-group input[type="password"], .webform-component-donation-ad .input-group input[type="text"], .webform-component-donation-ad .input-group input[type="email"], .webform-component-donation-ad .input-group input[type="password"] {
    border: none;
    background: transparent;
    width: 100%;
    padding-left: 0; }
    .chsw-donation-options-wrapper .input-group input[type="text"]:focus, .chsw-donation-options-wrapper .input-group input[type="email"]:focus, .chsw-donation-options-wrapper .input-group input[type="password"]:focus, .webform-component-donation-ad .input-group input[type="text"]:focus, .webform-component-donation-ad .input-group input[type="email"]:focus, .webform-component-donation-ad .input-group input[type="password"]:focus {
      outline: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .chsw-donation-options-wrapper .input-group .input-group-addon, .webform-component-donation-ad .input-group .input-group-addon {
    padding: 0;
    background: transparent;
    border: none;
    padding: 0 10px;
    font-weight: bold; }

.webform-component-bank-account {
  /*  > .control-label {
        @include desk {
            display: inline-block;
            width: 35%;
            margin-right: 1%;
            margin-top: 10px;
        }
    }

    > input.form-text {
        @include desk {
            width: 63%;
            display: inline-block;
        }
    }*/ }

.webform-component-bank-account.form-item-submitted-group--regular-payment-dd-account-details-direct-debit-bank-account-sort-code-1 {
  /*  > .control-label {
        @include desk {
            display: inline-block;
            width: 198px;
            margin-right: 6px;
            margin-top: 10px;
        }
        @include large{
            margin-right: 8px;
            width: 278px;
        }
    }*/ }

.webform-component-bank-account.form-item-submitted-group--regular-payment-dd-account-details-direct-debit-bank-account-sort-code-1,
.webform-component-bank-account.form-item-submitted-group--regular-payment-dd-account-details-direct-debit-bank-account-sort-code-2,
.webform-component-bank-account.form-item-submitted-group--regular-payment-dd-account-details-direct-debit-bank-account-sort-code-3 {
  display: inline-block; }
  .webform-component-bank-account.form-item-submitted-group--regular-payment-dd-account-details-direct-debit-bank-account-sort-code-1 input.form-text,
  .webform-component-bank-account.form-item-submitted-group--regular-payment-dd-account-details-direct-debit-bank-account-sort-code-2 input.form-text,
  .webform-component-bank-account.form-item-submitted-group--regular-payment-dd-account-details-direct-debit-bank-account-sort-code-3 input.form-text {
    display: inline-block;
    width: 72px;
    margin-right: 14px; }

.webform-component-bank-account.form-item-submitted-group--regular-payment-dd-account-details-direct-debit-bank-account-sort-code-3 input.form-text {
  margin-right: 0; }

.webform-progressbar {
  margin: 50px auto; }

@media (min-width: 992px) {
  .webform-component-chsw-address .chsw-addressfield-wrapper-title {
    width: 25%;
    float: left;
    padding-right: 10px; }
    .webform-component-chsw-address .chsw-addressfield-wrapper-title .selectboxit-container .selectboxit {
      min-width: 100px; }
  .webform-component-chsw-address .chsw-addressfield-wrapper-first_name {
    width: 33.33333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
  .webform-component-chsw-address .chsw-addressfield-wrapper-last_name {
    width: 41.66667%;
    float: left;
    padding-left: 10px; }
  .webform-component-chsw-address .chsw-addressfield-wrapper-postcode {
    float: left;
    width: 50%;
    padding-right: 10px; }
  .webform-component-chsw-address .chsw-addressfield-wrapper-country {
    float: left;
    width: 50%; }
  .webform-component-chsw-address .chsw-addressfield-wrapper-address1 {
    clear: both; } }
.webform-component-chsw-address .chsw-addressfield-wrapper-postcode.has-postcode-lookup {
  width: 100%; }
  .webform-component-chsw-address .chsw-addressfield-wrapper-postcode.has-postcode-lookup .chsw-addressfield-postcode {
    display: inline-block;
    margin-right: 10px;
    width: 100%; }
  .webform-component-chsw-address .chsw-addressfield-wrapper-postcode.has-postcode-lookup .postcode--lookup {
    display: inline-block;
    width: 100%;
    margin-top: 10px; }
  @media (min-width: 1200px) {
    .webform-component-chsw-address .chsw-addressfield-wrapper-postcode.has-postcode-lookup .chsw-addressfield-postcode {
      width: 50%; }
    .webform-component-chsw-address .chsw-addressfield-wrapper-postcode.has-postcode-lookup .postcode--lookup {
      width: 47%;
      margin-top: -2px;
      float: right;
      padding-top: 13px;
      padding-bottom: 13px; } }

.postcode--addresses {
  margin-top: 10px;
  width: 100%; }
  .postcode--addresses .selectboxit .selectboxit-text {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100% !important; }
  .postcode--addresses .selectboxit .selectboxit-arrow-container:not(:hover) {
    background: #FFF; }

.cm-hidden {
  display: none; }

.chsw-contact-wrapper .webform-component-chsw-contact.form-type-radios {
  margin-bottom: 0; }
  .chsw-contact-wrapper .webform-component-chsw-contact.form-type-radios > label {
    min-width: 180px;
    text-align: right;
    margin-right: 20px;
    display: inline-block; }
    @media (max-width: 767px) {
      .chsw-contact-wrapper .webform-component-chsw-contact.form-type-radios > label {
        text-align: left;
        display: block; } }
  .chsw-contact-wrapper .webform-component-chsw-contact.form-type-radios .radio {
    display: inline-block;
    margin: 0 20px 0 0; }
    .chsw-contact-wrapper .webform-component-chsw-contact.form-type-radios .radio > label {
      display: inline-block; }
    .chsw-contact-wrapper .webform-component-chsw-contact.form-type-radios .radio:first-child {
      margin-right: 20px; }
    .chsw-contact-wrapper .webform-component-chsw-contact.form-type-radios .radio > .form-radio {
      margin-top: 20px; }

.ajax-progress.chsw-style .throbber {
  background-image: url("../images/ajax-loader.gif");
  width: 32px;
  height: 32px; }

.form-disabled label.control-label,
.form-disabled .form-type-radio label {
  color: #4E5F66; }
.form-disabled .form-type-radio input:not(checked) + label:before {
  border-color: #4E5F66; }

.selectboxit-applied {
  display: block !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  position: absolute;
  bottom: 0;
  z-index: -1; }

.table-container-responsive {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em; }

header#navbar {
  margin-top: 18px;
  position: relative;
  border-bottom: 2px solid #C4D558; }
  @media (min-width: 992px) {
    header#navbar {
      margin-top: 38px; } }
  header#navbar .navbar-row {
    display: flex;
    align-items: flex-end; }
  header#navbar .navbar-header {
    margin-bottom: -2px; }
    @media (min-width: 992px) {
      header#navbar .navbar-header {
        margin-top: 14px; } }
    @media (max-width: 767px) {
      header#navbar .navbar-header {
        margin-bottom: -3px; } }
    header#navbar .navbar-header a.logo {
      display: inline-block;
      background: #C4D558;
      padding: 11px 22px;
      margin: 5px 7px 0 7px;
      -moz-border-radius: 12px 12px 0 0;
      -webkit-border-radius: 12px;
      border-radius: 12px 12px 0 0; }
      @media (max-width: 767px) {
        header#navbar .navbar-header a.logo {
          padding: 0 10px; } }
    header#navbar .navbar-header .logo-outer {
      border-left: 2px solid #C4D558;
      border-top: 2px solid #C4D558;
      border-right: 2px solid #C4D558;
      display: inline-block;
      -moz-border-radius: 18px 18px 0 0;
      -webkit-border-radius: 18px;
      border-radius: 18px 18px 0 0;
      background: #fff; }
      header#navbar .navbar-header .logo-outer .svg-logo, header#navbar .navbar-header .logo-outer image {
        width: 150px;
        height: 56px; }
        @media (min-width: 768px) {
          header#navbar .navbar-header .logo-outer .svg-logo, header#navbar .navbar-header .logo-outer image {
            width: 232px;
            height: 58px; } }
      @media (min-width: 768px) {
        header#navbar .navbar-header .logo-outer image {
          width: 226px;
          height: 56px; } }
  header#navbar img.chsw-logo {
    width: 150px;
    padding: 10px 0; }
    @media (min-width: 768px) {
      header#navbar img.chsw-logo {
        padding: 0;
        width: 232px; } }
  header#navbar .secondary-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px; }
    @media (min-width: 768px) {
      header#navbar .secondary-nav {
        width: auto;
        float: left;
        margin: 19px 0 0 23px;
        position: static; } }
    @media (min-width: 992px) {
      header#navbar .secondary-nav {
        float: right;
        margin: 0; } }
    header#navbar .secondary-nav .region-header-search {
      float: left; }
      @media (min-width: 992px) {
        header#navbar .secondary-nav .region-header-search {
          float: none; } }
    header#navbar .secondary-nav .mob-search {
      font-size: 24px;
      margin-top: 19px;
      float: left; }
      @media (min-width: 768px) {
        header#navbar .secondary-nav .mob-search {
          margin-top: 1px;
          margin-left: 3px;
          font-size: 38px;
          margin-right: 22px; } }
      header#navbar .secondary-nav .mob-search a {
        color: #048242; }
        header#navbar .secondary-nav .mob-search a:hover {
          color: #007D44; }
    header#navbar .secondary-nav .block {
      float: left; }
    @media (max-width: 767px) {
      header#navbar .secondary-nav #block-block-1 {
        display: none; } }
    @media (min-width: 992px) {
      header#navbar .secondary-nav #block-block-1 {
        width: 50%; } }
    header#navbar .secondary-nav #block-block-1 .header-calls-to-action {
      float: right;
                /*
                                .btn {
                                    @include desk {
                                        font-size: 20px;
                                        line-height: 24px;
                                    }


                                    @include large {
                                        font-size: 26px;
                                        line-height: 29px;
                                    }


                                    &.btn-primary {
                                        background-color: $lime_green;
                                        border-color: $lime_green;
                                        color: $dark_green;


                                        &:hover {
                                            background-color: darken($lime_green, 10%);
                                            border-color: darken($lime_green, 10%);
                                        }
                                    }

                                    &.btn-secondary {
                                        background-color: $pink;
                                        border: 5px solid #fff;
                                        color: #fff;
                                        margin: -5px 0 0 -5px;
                                        @include transition(all ease-in-out 0.4s);


                                        &:hover {
                                            //background-color: darken($pink, 10%);
                                            //border-color: darken($pink, 10%);
                                            border-color: $pink;
                                        }
                                    }
                                }*/ }
      header#navbar .secondary-nav #block-block-1 .header-calls-to-action .header-cta {
        float: left;
        margin-right: 23px; }
        @media (min-width: 992px) {
          header#navbar .secondary-nav #block-block-1 .header-calls-to-action .header-cta {
            margin-right: 14px; } }

header#page-header {
  background-color: #0071BA;
  position: relative;
  min-height: 135px;
  margin-top: 5px; }
  @media (min-width: 768px) {
    header#page-header {
      margin-bottom: 55px; } }
  @media (min-width: 992px) {
    header#page-header {
      margin-bottom: 62px; } }
  @media (min-width: 1200px) {
    header#page-header {
      margin-bottom: 75px; } }
  header#page-header.pink {
    background-color: #D70079; }
  header#page-header.orange {
    background-color: #D74014; }
  header#page-header.green {
    background-color: #007D44; }
  @media (min-width: 768px) {
    header#page-header {
      min-height: 210px; } }
  @media (min-width: 992px) {
    header#page-header {
      min-height: 240px; } }
  @media (min-width: 1200px) {
    header#page-header {
      min-height: 276px; } }
  header#page-header .title-container {
    position: relative; }
  header#page-header .header-title {
    float: left;
    width: 100%; }
    @media (min-width: 768px) {
      header#page-header .header-title {
        width: auto;
        max-width: 49%; } }
    @media (min-width: 992px) {
      header#page-header .header-title {
        max-width: 55%; } }
    @media (min-width: 1200px) {
      header#page-header .header-title {
        max-width: 54%; } }
  @media (min-width: 768px) {
    header#page-header .header-image {
      position: absolute;
      top: 0;
      right: 0; } }
  @media (min-width: 768px) {
    header#page-header .header-image img {
      width: 360px; } }
  @media (min-width: 992px) {
    header#page-header .header-image img {
      width: 400px; } }
  @media (min-width: 1200px) {
    header#page-header .header-image img {
      width: auto; } }
  header#page-header h1.page-header, header#page-header h3.page-header {
    margin-top: 19px;
    padding: 13px 44px 0 0;
    background: url("../images/smiley.svg") no-repeat top right;
    background-size: 40px 47px;
    color: #fff;
    border: none;
    width: 100%;
    margin-bottom: 12px;
    font-size: 37px;
    line-height: 39px; }
    @media (min-width: 768px) {
      header#page-header h1.page-header, header#page-header h3.page-header {
        margin-top: 35px;
        padding: 65px 0 0 0;
        background: none; } }
    @media (min-width: 992px) {
      header#page-header h1.page-header, header#page-header h3.page-header {
        margin-top: 72px;
        padding: 20px 0 20px 90px;
        background: url("../images/smiley.svg") no-repeat left;
        background-size: 62px 67px; } }
    @media (min-width: 992px) {
      header#page-header h1.page-header, header#page-header h3.page-header {
        line-height: 46px;
        font-size: 49px; } }
  @media (min-width: 992px) {
    header#page-header h3.page-header {
      min-height: 80px; } }
  header#page-header .slogan {
    font-family: "first_graderregular";
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    padding: 10px 0 20px;
    display: none; }
    @media (min-width: 1200px) {
      header#page-header .slogan {
        display: block; } }

@media (max-width: 767px) {
  .node-type-event #page-header, .page-event-registration #page-header {
    height: 140px; }
    .node-type-event #page-header .header-image, .page-event-registration #page-header .header-image {
      width: 100%;
      text-align: center; }
      .node-type-event #page-header .header-image img, .page-event-registration #page-header .header-image img {
        display: inline-block;
        width: 260px; }
  .node-type-event .breadcrumb-container .breadcrumb, .page-event-registration .breadcrumb-container .breadcrumb {
    margin-top: 45px; } }
.node-type-event h1.event-title, .page-event-registration h1.event-title {
  font-size: 38px;
  line-height: 47px; }
  @media (min-width: 768px) {
    .node-type-event h1.event-title, .page-event-registration h1.event-title {
      font-size: 49px;
      line-height: 57px; } }

.region-mob-cta {
  clear: both;
  margin-top: 5px; }
  .region-mob-cta .btn {
    border-radius: 0; }
    .region-mob-cta .btn.btn-block {
      width: 50%;
      float: left;
      margin: 0 !important;
      border: none !important;
      font-size: 22px;
      font-weight: medium; }

.breadcrumb-container {
  position: relative; }
  @media (min-width: 992px) {
    .breadcrumb-container {
      margin-top: 0; } }
  .breadcrumb-container .blank {
    display: none;
    width: 40px;
    position: absolute;
    height: 2px;
    right: 0;
    background: #fff;
    bottom: 0; }
    @media (min-width: 768px) {
      .breadcrumb-container .blank {
        display: block; } }
  .breadcrumb-container .sidebar-smileys {
    display: none;
    position: absolute;
    top: -6px;
    right: -33px; }
    @media (min-width: 768px) {
      .breadcrumb-container .sidebar-smileys {
        display: block;
        width: 65px; } }
    @media (min-width: 1200px) {
      .breadcrumb-container .sidebar-smileys {
        width: auto; } }
  .breadcrumb-container .breadcrumb-wrapper {
    border-bottom: 1px solid #f0f0f0; }
  .breadcrumb-container .breadcrumb {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    padding: 0;
    margin: 20px 0;
    background: transparent;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #2D3538; }
    @media (min-width: 992px) {
      .breadcrumb-container .breadcrumb {
        line-height: 26px;
        font-size: 18px; } }
    @media (min-width: 768px) {
      .breadcrumb-container .breadcrumb {
        margin: 0 0 20px 0; } }
    .breadcrumb-container .breadcrumb span.inline a {
      color: #2D3538; }
      .breadcrumb-container .breadcrumb span.inline a:hover {
        text-deoration: underline; }
    .breadcrumb-container .breadcrumb .delimiter:after {
      content: ">";
      margin: 0 5px; }
    @media (min-width: 992px) {
      .breadcrumb-container .breadcrumb .delimiter {
        background: url("../images/separator.png") no-repeat top left;
        width: 14px;
        height: 23px;
        display: inline-block;
        vertical-align: -7px;
        margin: 0 12px; }
        .breadcrumb-container .breadcrumb .delimiter:after {
          display: none; } }

footer.footer {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: none; }
  @media (min-width: 992px) {
    footer.footer {
      margin-top: 40px; } }
  footer.footer .stories-footer {
    background: url("../images/stories-swoosh.svg") no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: -65px;
    height: 640px;
    align-items: center; }
    @media (min-width: 992px) {
      footer.footer .stories-footer {
        margin-bottom: -60px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
  footer.footer .social-footer {
    background: url("../images/swoosh.svg") no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 385px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    @media (min-width: 992px) {
      footer.footer .social-footer {
        height: 274px; } }
    footer.footer .social-footer .container-social {
      margin-top: -30px;
      position: relative; }
      @media (min-width: 768px) {
        footer.footer .social-footer .container-social {
          margin-top: 0; } }
      footer.footer .social-footer .container-social:after {
        background: url("../images/footer-smileys.png") no-repeat top left;
        content: "";
        position: absolute;
        right: 0;
        display: none;
        width: 147px;
        height: 115px; }
        @media (min-width: 768px) {
          footer.footer .social-footer .container-social:after {
            bottom: -88px;
            display: block; } }
        @media (min-width: 992px) {
          footer.footer .social-footer .container-social:after {
            bottom: -59px; } }
    footer.footer .social-footer .bean-social-icon-block .field-collection-container {
      margin: 0;
      padding: 0;
      border: none;
      text-align: center; }
      footer.footer .social-footer .bean-social-icon-block .field-collection-container .field-items .field-item {
        display: inline-block;
        margin-bottom: 0; }
      footer.footer .social-footer .bean-social-icon-block .field-collection-container .action-links a {
        color: #fff; }
      footer.footer .social-footer .bean-social-icon-block .field-collection-container .field-name-field-social-icon {
        display: inline-block; }
        footer.footer .social-footer .bean-social-icon-block .field-collection-container .field-name-field-social-icon .field-collection-view {
          margin: 0 30px;
          padding: 0;
          border: none;
          font-size: 40px; }
          footer.footer .social-footer .bean-social-icon-block .field-collection-container .field-name-field-social-icon .field-collection-view a {
            color: #fff; }
          footer.footer .social-footer .bean-social-icon-block .field-collection-container .field-name-field-social-icon .field-collection-view .field-collection-view-links {
            display: none; }
  @media (max-width: 767px) {
    footer.footer .main-footer {
      margin-top: -50px; } }
  footer.footer .main-footer h2.block-title, footer.footer .main-footer h2 {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: bold;
    color: #D70079; }
  footer.footer .main-footer .webform-component-markup {
    margin-bottom: 20px; }
  footer.footer .main-footer .block-webform .webform-confirmation {
    font-size: 20px;
    color: #007D44; }
  footer.footer .main-footer .block-webform .links {
    display: none; }
  footer.footer .main-footer .block-webform form .row {
    margin-bottom: 0; }
  footer.footer .main-footer .block-webform .webform-component--first-name input {
    border-radius: 100px 0 0 100px; }
  footer.footer .main-footer .block-webform .webform-component--last-name {
    left: 163px; }
    footer.footer .main-footer .block-webform .webform-component--last-name input {
      border-radius: 0; }
  footer.footer .main-footer .block-webform .webform-component--first-name,
  footer.footer .main-footer .block-webform .webform-component--last-name {
    width: 150px;
    position: absolute; }
    @media screen and (max-width: 768px) {
      footer.footer .main-footer .block-webform .webform-component--first-name,
      footer.footer .main-footer .block-webform .webform-component--last-name {
        position: static;
        width: 100%; } }
    footer.footer .main-footer .block-webform .webform-component--first-name input,
    footer.footer .main-footer .block-webform .webform-component--last-name input {
      border-color: #0071BA;
      height: 51px; }
      @media screen and (max-width: 768px) {
        footer.footer .main-footer .block-webform .webform-component--first-name input,
        footer.footer .main-footer .block-webform .webform-component--last-name input {
          border-radius: 100px; } }
  footer.footer .main-footer .block-webform .webform-component-email {
    font-size: 26px;
    width: 300px;
    margin-left: 298px; }
    @media screen and (max-width: 768px) {
      footer.footer .main-footer .block-webform .webform-component-email {
        width: 100%;
        margin-left: 0; } }
    footer.footer .main-footer .block-webform .webform-component-email .input-group {
      border-color: #0071BA;
      border-left: 0;
      border-radius: 0 100px 100px 0; }
      @media screen and (max-width: 768px) {
        footer.footer .main-footer .block-webform .webform-component-email .input-group {
          border-left: 2px solid #0071BA;
          border-radius: 100px; } }
      footer.footer .main-footer .block-webform .webform-component-email .input-group input[type="email"] {
        font-size: 18px;
        padding: 0 20px;
        box-shadow: none; }
      footer.footer .main-footer .block-webform .webform-component-email .input-group .input-group-addon {
        padding-left: 0; }
      footer.footer .main-footer .block-webform .webform-component-email .input-group .btn {
        margin: 0 -13px 0 0;
        font-size: 21px;
        padding: 10px 21px;
        border-color: #0071BA !important; }
        @media (min-width: 768px) {
          footer.footer .main-footer .block-webform .webform-component-email .input-group .btn {
            font-size: 26px; } }
        footer.footer .main-footer .block-webform .webform-component-email .input-group .btn:hover {
          background-color: #003354 !important;
          border-color: #003354 !important; }
  footer.footer .main-footer .bean-call-to-action-block .field-name-field-snippet {
    float: left;
    display: none; }
    @media (min-width: 768px) {
      footer.footer .main-footer .bean-call-to-action-block .field-name-field-snippet {
        display: block; }
        footer.footer .main-footer .bean-call-to-action-block .field-name-field-snippet h2 {
          color: #2D3538; }
        footer.footer .main-footer .bean-call-to-action-block .field-name-field-snippet p {
          font-size: 14px; } }
    @media (min-width: 992px) {
      footer.footer .main-footer .bean-call-to-action-block .field-name-field-snippet {
        margin-top: 8px; }
        footer.footer .main-footer .bean-call-to-action-block .field-name-field-snippet h2 {
          color: #D70079; }
        footer.footer .main-footer .bean-call-to-action-block .field-name-field-snippet p {
          font-size: 18px; } }
  @media (min-width: 768px) {
    footer.footer .main-footer .bean-call-to-action-block .field-name-field-button {
      float: left; } }
  @media (max-width: 767px) {
    footer.footer .main-footer .footer-1.row-2 {
      float: left;
      width: 100%; } }
  @media (min-width: 768px) {
    footer.footer .main-footer .footer-1.row-2 {
      margin-top: 0; }
      footer.footer .main-footer .footer-1.row-2 a.btn {
        margin-top: 13px; } }
  @media (min-width: 992px) {
    footer.footer .main-footer .footer-1.row-2 {
      margin-top: 64px; }
      footer.footer .main-footer .footer-1.row-2 a.btn {
        margin-top: 0; } }
  @media (max-width: 767px) {
    footer.footer .main-footer .region-footer-top-2 .block:first-child {
      float: left; }
    footer.footer .main-footer .region-footer-top-2 .block:last-child {
      float: right; } }
  footer.footer .main-footer .row-2 {
    margin-top: 23px; }
    @media (min-width: 768px) {
      footer.footer .main-footer .row-2 {
        margin-top: 33px; } }
    @media (min-width: 992px) {
      footer.footer .main-footer .row-2 {
        margin-top: 64px; } }
  footer.footer .main-footer .block.contact-footer a:not(.btn) {
    color: #048242; }
    @media (min-width: 768px) {
      footer.footer .main-footer .block.contact-footer a:not(.btn) {
        color: #2D3538; } }
  footer.footer .main-footer .block.contact-footer .btn {
    margin-bottom: 0; }
  footer.footer .main-footer .block.contact-footer p {
    font-size: 25px;
    text-align: center;
    margin: 0; }
    @media (min-width: 768px) {
      footer.footer .main-footer .block.contact-footer p {
        text-align: left;
        font-size: 18px; } }
  footer.footer .main-footer ul.menu {
    margin: 0 -15px; }
    footer.footer .main-footer ul.menu a {
      color: #2D3538;
      padding: 1px 15px; }
  footer.footer .main-footer #block-menu-menu-for-families, footer.footer .main-footer #block-menu-menu-get-involved {
    float: left; }
  footer.footer .main-footer .block-menu {
    display: none; }
    @media (min-width: 768px) {
      footer.footer .main-footer .block-menu {
        display: block; } }
  footer.footer .main-footer .footer-row-3 {
    clear: both;
    float: left;
    width: 100%;
    margin: 22px 0; }
    @media (min-width: 768px) {
      footer.footer .main-footer .footer-row-3 {
        margin: 30px 0; } }
    footer.footer .main-footer .footer-row-3 .slogan {
      font-family: first_graderregular;
      font-size: 24px;
      line-height: 28px;
      color: #D70079;
      font-weight: normal;
      font-style: normal;
      text-align: center; }
      @media (min-width: 768px) {
        footer.footer .main-footer .footer-row-3 .slogan {
          font-size: 30px;
          line-height: 45px; } }
      @media (min-width: 992px) {
        footer.footer .main-footer .footer-row-3 .slogan {
          font-size: 32px;
          line-height: 36px; } }
  @media (min-width: 768px) {
    footer.footer .sub-footer {
      margin-top: 18px; } }
  footer.footer .sub-footer .base-3 {
    clear: left; }
  footer.footer .sub-footer .block.royal-patron {
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      footer.footer .sub-footer .block.royal-patron {
        margin-bottom: 0; } }
    footer.footer .sub-footer .block.royal-patron .royal-patron-image {
      float: left;
      margin-right: 18px; }
    footer.footer .sub-footer .block.royal-patron h2, footer.footer .sub-footer .block.royal-patron p {
      color: #048242; }
    footer.footer .sub-footer .block.royal-patron h2 {
      font-size: 26px;
      margin-bottom: 5px;
      font-weight: 300; }
      @media (min-width: 768px) {
        footer.footer .sub-footer .block.royal-patron h2 {
          margin-top: 18px; } }
    footer.footer .sub-footer .block.royal-patron p {
      font-weight: 600;
      font-size: 14px; }
  footer.footer .sub-footer .block.footer-logos .logos {
    text-align: center; }
    @media (max-width: 767px) {
      footer.footer .sub-footer .block.footer-logos .logos {
        margin-top: 24px; } }
    @media (min-width: 768px) {
      footer.footer .sub-footer .block.footer-logos .logos {
        margin-top: 10px; } }
    @media (min-width: 992px) {
      footer.footer .sub-footer .block.footer-logos .logos {
        float: right;
        margin-top: 0; } }
    footer.footer .sub-footer .block.footer-logos .logos .media-element-container, footer.footer .sub-footer .block.footer-logos .logos img {
      display: inline-block;
      margin: 0 5px 10px 5px;
      max-width: 100% !important; }
      @media (min-width: 768px) {
        footer.footer .sub-footer .block.footer-logos .logos .media-element-container, footer.footer .sub-footer .block.footer-logos .logos img {
          max-width: 17% !important; }
          footer.footer .sub-footer .block.footer-logos .logos .media-element-container.wide-image, footer.footer .sub-footer .block.footer-logos .logos img.wide-image {
            max-width: 55% !important; } }
      @media (min-width: 992px) {
        footer.footer .sub-footer .block.footer-logos .logos .media-element-container, footer.footer .sub-footer .block.footer-logos .logos img {
          max-width: 18% !important; }
          footer.footer .sub-footer .block.footer-logos .logos .media-element-container.wide-image, footer.footer .sub-footer .block.footer-logos .logos img.wide-image {
            max-width: 51% !important; } }
      @media (min-width: 1200px) {
        footer.footer .sub-footer .block.footer-logos .logos .media-element-container, footer.footer .sub-footer .block.footer-logos .logos img {
          max-width: 100% !important; }
          footer.footer .sub-footer .block.footer-logos .logos .media-element-container.wide-image, footer.footer .sub-footer .block.footer-logos .logos img.wide-image {
            max-width: 100% !important; } }
  footer.footer .sub-footer #block-menu-menu-footer-legal {
    margin: 30px 0 10px 0;
    float: left; }
    footer.footer .sub-footer #block-menu-menu-footer-legal ul.menu {
      font-size: 0;
      margin-left: -15px; }
      footer.footer .sub-footer #block-menu-menu-footer-legal ul.menu ul.dropdown-menu {
        display: none !important; }
      footer.footer .sub-footer #block-menu-menu-footer-legal ul.menu li {
        display: inline-block;
        font-size: 13px;
        font-weight: bold;
        line-height: 14px; }
        footer.footer .sub-footer #block-menu-menu-footer-legal ul.menu li .caret {
          display: none !important; }
        @media (max-width: 767px) {
          footer.footer .sub-footer #block-menu-menu-footer-legal ul.menu li {
            margin-bottom: 5px; } }
        footer.footer .sub-footer #block-menu-menu-footer-legal ul.menu li a {
          padding: 0 15px;
          color: #2D3538;
          border-right: 1px solid #2D3538; }
          footer.footer .sub-footer #block-menu-menu-footer-legal ul.menu li a:hover {
            background: none;
            text-decoration: underline; }
        footer.footer .sub-footer #block-menu-menu-footer-legal ul.menu li.last a {
          border: none; }
  footer.footer .sub-footer .block.footer-disclaimer {
    clear: both;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300; }
    footer.footer .sub-footer .block.footer-disclaimer p {
      margin: 0 0 6px 0; }
  footer.footer .sub-footer .brandwave {
    font-size: 12px;
    line-height: 12px;
    margin-top: 43px;
    font-weight: 300; }
    @media (min-width: 992px) {
      footer.footer .sub-footer .brandwave {
        float: right; } }

.secondary-header {
  position: static; }
  .secondary-header .navbar {
    position: static;
    margin-bottom: 0;
    min-height: 0;
    border: none;
    float: right;
    margin-top: 16px; }

.mega-menu {
  margin-top: 5px; }
  .mega-menu ul.menu li.navigation-bar__item {
    display: inline-block;
    position: static;
    padding: 0 13px; }
    .mega-menu ul.menu li.navigation-bar__item a {
      padding: 0; }
  .mega-menu ul.menu li.open {
    background-color: transparent; }
    .mega-menu ul.menu li.open a {
      background-color: transparent; }
  .mega-menu ul.menu li:hover .submenu {
    display: block; }
  .mega-menu ul.menu li a {
    transition: none;
    color: #2D3538;
    font-weight: bold; }
    .mega-menu ul.menu li a:hover, .mega-menu ul.menu li a:active {
      transition: none;
      color: #048242;
      background-color: transparent; }
  .mega-menu ul.menu .submenu {
    z-index: 1000;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    display: none;
    border-top: 2px solid #C4D558; }
    .mega-menu ul.menu .submenu .submenu__wrapper {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding-bottom: 20px;
      border: 2px solid #C4D558;
      border-top: 0;
      border-radius: 0 0 6px 6px;
      position: relative;
      padding-right: 0; }
      .mega-menu ul.menu .submenu .submenu__wrapper::before {
        display: none; }
      .mega-menu ul.menu .submenu .submenu__wrapper .submenu__column__menu {
        flex: 1 1 63%;
        padding: 0 0 0 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-start; }
        .mega-menu ul.menu .submenu .submenu__wrapper .submenu__column__menu .submenu__header {
          border-bottom: 1px solid #007D44;
          margin: 20px 0;
          color: #D70079;
          flex: 100% 0 0;
          padding-bottom: 20px; }
        .mega-menu ul.menu .submenu .submenu__wrapper .submenu__column__menu .submenu__column-split {
          flex: 0 1 48%; }
          .mega-menu ul.menu .submenu .submenu__wrapper .submenu__column__menu .submenu__column-split__seperator ul {
            border-right: 1px solid #007D44;
            padding-right: 20px; }
          .mega-menu ul.menu .submenu .submenu__wrapper .submenu__column__menu .submenu__column-split__seperator:last-child ul {
            border-right: none; }
      .mega-menu ul.menu .submenu .submenu__wrapper .submenu__column__block {
        flex: 35% 0 1;
        padding: 0; }
      .mega-menu ul.menu .submenu .submenu__wrapper .submenu__column .navigation-bar__sub-item {
        margin-bottom: 15px; }
      .mega-menu ul.menu .submenu .submenu__wrapper .submenu__column .navigation-bar__sub-link {
        margin: 0 !important;
        display: block;
        width: 100%;
        position: relative; }
        .mega-menu ul.menu .submenu .submenu__wrapper .submenu__column .navigation-bar__sub-link::after {
          content: '';
          display: inline-block;
          background: url("../images/caret-dark-green.png") no-repeat;
          transform: rotate(270deg);
          height: 10px;
          width: 16px;
          position: absolute;
          right: 0;
          top: 30%; }
    .mega-menu ul.menu .submenu ul {
      padding-left: 0; }

a.menu-attach-block-drop-link.expand-on-click::before {
  display: none !important; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Common styles of menus */
.dl-menuwrapper {
  position: absolute;
  z-index: 999;
  float: left;
  padding: 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  text-align: right; }
  .dl-menuwrapper .dl-menu {
    text-align: left; }
  @media (max-width: 767px) {
    .dl-menuwrapper {
      width: 100%;
      margin-left: -15px; } }

.dl-menuwrapper:first-child {
  margin-right: 100px; }

/*
button.dl-trigger {
  background: transparent;
  border: none;
  width: 29px;
  height: 26px;
  margin-top: 20px;
  margin-left: 40px;
 @include tab{
    width: 38px;
    height: 34px;
    margin-top: 8px;
    margin-left: 0;
  }

  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
  padding:0;


}
button.dl-trigger:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  box-shadow:
    0 10px 0 $green,
    0 20px 0 $green;
  @include tab{
    height: 8px;
    box-shadow:
      0 13px 0 $green,
      0 26px 0 $green;
  }

  background: $green;
  top: 0;
  left: 0;

}
*/
.dl-trigger {
  background: transparent;
  border: none;
  width: 29px;
  height: 26px;
  margin-top: 20px;
  margin-left: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media (min-width: 768px) {
    .dl-trigger {
      width: 38px;
      height: 34px;
      margin-top: 8px;
      margin-left: 0; } }
  .dl-trigger span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #048242;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    @media (min-width: 768px) {
      .dl-trigger span {
        height: 8px; } }
    .dl-trigger span:nth-child(1) {
      top: 0px; }
    .dl-trigger span:nth-child(2) {
      top: 10px; }
      @media (min-width: 768px) {
        .dl-trigger span:nth-child(2) {
          top: 12px; } }
    .dl-trigger span:nth-child(3) {
      top: 20px; }
      @media (min-width: 768px) {
        .dl-trigger span:nth-child(3) {
          top: 24px; } }
  .dl-trigger.dl-active span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
    @media (min-width: 768px) {
      .dl-trigger.dl-active span:nth-child(1) {
        top: 14px; } }
  .dl-trigger.dl-active span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  .dl-trigger.dl-active span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
    @media (min-width: 768px) {
      .dl-trigger.dl-active span:nth-child(3) {
        top: 14px; } }

button.dl-trigger:hover,
button.dl-trigger.dl-active,
.dl-menuwrapper ul {
  background: #fff; }

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.dl-menuwrapper li {
  position: relative; }

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #2D3538;
  outline: none;
  border-bottom: 1px solid #C4D558; }

.dl-parent {
  background: #C4D558; }

.dl-parent > a:after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: FontAwesome;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f101";
  color: #C4D558 !important; }

.no-touch .dl-menuwrapper li a:hover {
  background: #048242;
  color: #fff;
  text-decoration: none; }

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1); }

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: FontAwesome;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  color: #C4D558; }

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15); }

.dl-menuwrapper .dl-menu {
  margin: 7px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease; }

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none; }

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none; }

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block; }

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0; }

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s; }

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out; }

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease; }

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease; }

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease; }

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0; } }
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; } }
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0; } }
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s; }

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out; }

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease; }

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease; }

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease; }

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@keyframes MenuAnimIn3 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease-in-out;
  animation: SubMenuAnimIn3 0.4s ease-in-out; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease; }

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1; } }
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease; }

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; } }
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; } }
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; } }
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.no-js .dl-menuwrapper li .dl-submenu {
  display: block; }

.no-js .dl-menuwrapper li.dl-back {
  display: none; }

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1); }

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: ''; }

/* Colors for demos */
/* Demo 1 */
.demo-1 .dl-menuwrapper button {
  background: #c62860; }

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847; }

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
  background: #e86814; }

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
  background: #D35400; }

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
  background: #08cbc4; }

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae; }

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
  background: #90b912; }

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
  background: #79a002; }

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
  background: #744783; }

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
  background: #643771; }

.node-type-landing-page header#page-header {
  background: none;
  height: auto; }
.node-type-landing-page .flexslider {
  position: relative;
  margin: 0;
  border: none; }
  .node-type-landing-page .flexslider .field-name-field-image {
    margin-bottom: 0; }
  .node-type-landing-page .flexslider .content {
    position: relative; }
    .node-type-landing-page .flexslider .content .fluid-width-video-wrapper {
      padding-top: 0 !important;
      min-height: 505px;
      margin-top: 0;
      margin-bottom: 45px;
      z-index: 1; }
      @media (max-width: 767px) {
        .node-type-landing-page .flexslider .content .fluid-width-video-wrapper {
          margin: 0;
          min-height: 300px; } }
      @media (min-width: 768px) {
        .node-type-landing-page .flexslider .content .fluid-width-video-wrapper {
          min-height: 300px; } }
      @media (min-width: 992px) {
        .node-type-landing-page .flexslider .content .fluid-width-video-wrapper {
          min-height: 410px; } }
      @media (min-width: 1200px) {
        .node-type-landing-page .flexslider .content .fluid-width-video-wrapper {
          min-height: 505px; } }
    .node-type-landing-page .flexslider .content .media-youtube-player {
      max-height: 505px; }
  .node-type-landing-page .flexslider .absolute-container {
    left: 0;
    bottom: -45px;
    position: absolute;
    display: block;
    background: url("../images/home-swoosh.svg") no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-size: cover;
    height: 250px;
    margin-top: -75px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    width: 100%; }
    .node-type-landing-page .flexslider .absolute-container .container {
      padding: 0 20px;
      background: none; }
      @media (min-width: 768px) {
        .node-type-landing-page .flexslider .absolute-container .container {
          background: url("../images/smiley.svg") no-repeat 600px 100%;
          padding: 0 126px; } }
      @media (min-width: 992px) {
        .node-type-landing-page .flexslider .absolute-container .container {
          background: url("../images/smiley.svg") no-repeat 825px 0;
          padding: 0 126px; } }
      @media (min-width: 1200px) {
        .node-type-landing-page .flexslider .absolute-container .container {
          background: url("../images/smiley.svg") no-repeat 1000px 0;
          padding: 0 146px; } }
    @media (min-width: 768px) {
      .node-type-landing-page .flexslider .absolute-container {
        bottom: 0; } }
    .node-type-landing-page .flexslider .absolute-container .field-name-field-snippet {
      font-size: 20px;
      line-height: 28px;
      font-weight: 300;
      color: #fff;
      max-width: 100%;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
      @media (min-width: 768px) {
        .node-type-landing-page .flexslider .absolute-container .field-name-field-snippet {
          font-size: 32px;
          line-height: 42px; } }
    .node-type-landing-page .flexslider .absolute-container .field-name-field-link {
      margin-top: 10px; }
      .node-type-landing-page .flexslider .absolute-container .field-name-field-link a.btn.btn-green {
        margin-top: 12px;
        border-color: #fff;
        background: none;
        color: #fff;
        margin-top: 8px; }
        .node-type-landing-page .flexslider .absolute-container .field-name-field-link a.btn.btn-green:hover {
          background: #fff;
          color: #007D44; }
        @media (min-width: 768px) {
          .node-type-landing-page .flexslider .absolute-container .field-name-field-link a.btn.btn-green {
            margin-top: 22px; } }
        .node-type-landing-page .flexslider .absolute-container .field-name-field-link a.btn.btn-green:hover {
          background: #fff !important;
          color: #D70079 !important;
          border-color: #fff !important; }
  .node-type-landing-page .flexslider .flex-control-nav {
    display: none;
    bottom: auto;
    z-index: 999;
    right: 0;
    left: 15px;
    position: absolute;
    margin: auto;
    height: 25px;
    text-align: left; }
    @media (min-width: 768px) {
      .node-type-landing-page .flexslider .flex-control-nav {
        display: block;
        width: 750px;
        text-align: left;
        font-size: 0;
        text-indent: 0;
        top: 260px; } }
    @media (min-width: 992px) {
      .node-type-landing-page .flexslider .flex-control-nav {
        width: 970px;
        top: 350px; } }
    @media (min-width: 1200px) {
      .node-type-landing-page .flexslider .flex-control-nav {
        width: 1170px;
        top: 450px; } }
    .node-type-landing-page .flexslider .flex-control-nav li {
      margin: 0 7px; }
      .node-type-landing-page .flexslider .flex-control-nav li a {
        background: transparent;
        border: 2px solid #fff;
        width: 14px;
        height: 14px; }
        .node-type-landing-page .flexslider .flex-control-nav li a.flex-active {
          background: #048242; }
.node-type-landing-page .main-call-to-action .white-smiley {
  background-size: contain;
  width: 44px;
  height: 47px;
  bottom: 64px;
  right: 13px;
  position: absolute; }
  @media (min-width: 768px) {
    .node-type-landing-page .main-call-to-action .white-smiley {
      width: 87px;
      height: 93px;
      top: 53px;
      bottom: auto;
      right: 74px; } }
.node-type-landing-page .main-call-to-action .call-to-action {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 23px;
  max-width: 290px;
  line-height: 32px;
  margin: 0 auto;
  color: #fff;
  font-weight: 300; }
  @media (min-width: 768px) {
    .node-type-landing-page .main-call-to-action .call-to-action {
      line-height: 45px;
      font-size: 35px;
      max-width: 470px; } }
  @media (min-width: 992px) {
    .node-type-landing-page .main-call-to-action .call-to-action {
      max-width: 580px; } }
  @media (min-width: 1200px) {
    .node-type-landing-page .main-call-to-action .call-to-action {
      max-width: 100%;
      margin: 0; } }
.node-type-landing-page .main-call-to-action .main-link a.btn-default {
  border-color: #fff;
  background: none;
  color: #fff;
  margin-top: 22px; }
  .node-type-landing-page .main-call-to-action .main-link a.btn-default:hover {
    background: #fff !important;
    color: #D70079 !important;
    border-color: #fff !important; }
.node-type-landing-page .field-name-body {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300; }
.node-type-landing-page .main-container {
  margin-bottom: 44px; }
  @media (min-width: 768px) {
    .node-type-landing-page .main-container {
      margin-bottom: 60px; } }
.node-type-landing-page .field-name-field-hero-links .item-container .field-name-field-image {
  margin: 0;
  overflow: hidden; }
  .node-type-landing-page .field-name-field-hero-links .item-container .field-name-field-image img {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.node-type-landing-page .field-name-field-hero-links .item-container .item-text-container {
  position: absolute;
  width: 100%;
  height: 64px;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .node-type-landing-page .field-name-field-hero-links .item-container .item-text-container h2 {
    font-size: 25px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    margin: 0; }
    .node-type-landing-page .field-name-field-hero-links .item-container .item-text-container h2 span.smiley {
      background: url("../images/smiley.svg") no-repeat left;
      background-size: contain;
      width: 40px;
      height: 43px;
      vertical-align: -12px;
      display: inline-block;
      margin-right: 10px; }
.node-type-landing-page .field-name-field-hero-links .field-item {
  margin: 0 !important; }
.node-type-landing-page .field-name-field-hero-links .item-container .item-text-container.purple {
  background: rgba(103, 71, 150, 0.9); }
.node-type-landing-page .field-name-field-hero-links .item-container .item-text-container.orange {
  background: rgba(215, 64, 20, 0.9); }
.node-type-landing-page .field-name-field-hero-links .item-container .item-text-container.blue {
  background: rgba(0, 113, 187, 0.9); }
.node-type-landing-page .field-name-field-hero-links .item-container .item-text-container.lblue {
  background: rgba(236, 241, 250, 0.9); }
  .node-type-landing-page .field-name-field-hero-links .item-container .item-text-container.lblue h2 {
    color: #0071BA; }
.node-type-landing-page .field-name-field-hero-links .item-container .item-text-container.green {
  background: rgba(0, 125, 68, 0.9); }
.node-type-landing-page .field-name-field-hero-links .item-container .item-text-container.pink {
  background: rgba(215, 0, 121, 0.9); }
.node-type-landing-page .field-name-field-hero-links .entity-field-collection-item a {
  color: #fff; }
  .node-type-landing-page .field-name-field-hero-links .entity-field-collection-item a:hover {
    text-decoration: none; }
    .node-type-landing-page .field-name-field-hero-links .entity-field-collection-item a:hover .field-name-field-image img {
      transform: scale(1.1); }
.node-type-landing-page .home-sign-up {
  background: url("../images/sign-up-swoosh.svg") no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 25px 0;
  position: relative; }
  @media (min-width: 768px) {
    .node-type-landing-page .home-sign-up {
      padding: 37px 0; } }
  @media (min-width: 992px) {
    .node-type-landing-page .home-sign-up {
      padding: 57px 0; } }
  .node-type-landing-page .home-sign-up .webform-client-form {
    width: 100%; }
  .node-type-landing-page .home-sign-up .webform-component--main-row {
    margin-top: 35px;
    margin-bottom: 0; }
    .node-type-landing-page .home-sign-up .webform-component--main-row .webform-component--main-row--col-1 {
      text-align: center;
      margin-bottom: 10px; }
  .node-type-landing-page .home-sign-up .webform-component--first-name input {
    border-radius: 100px 0 0 100px; }
  @media (min-width: 768px) {
    .node-type-landing-page .home-sign-up .webform-component--last-name {
      margin-left: -5px; } }
  .node-type-landing-page .home-sign-up .webform-component--last-name input {
    border-radius: 0; }
  .node-type-landing-page .home-sign-up .webform-component--first-name,
  .node-type-landing-page .home-sign-up .webform-component--last-name {
    width: 150px;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .node-type-landing-page .home-sign-up .webform-component--first-name,
      .node-type-landing-page .home-sign-up .webform-component--last-name {
        position: static;
        width: 100%; } }
    .node-type-landing-page .home-sign-up .webform-component--first-name input,
    .node-type-landing-page .home-sign-up .webform-component--last-name input {
      border-color: #0071BA;
      height: 52px;
      background: transparent; }
      @media screen and (max-width: 768px) {
        .node-type-landing-page .home-sign-up .webform-component--first-name input,
        .node-type-landing-page .home-sign-up .webform-component--last-name input {
          border-radius: 100px; } }
  .node-type-landing-page .home-sign-up .webform-component--smiley {
    display: none;
    width: 59px;
    height: 65px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4%;
    background: url("../images/smiley.svg") no-repeat left;
    background-size: contain; }
    @media (min-width: 768px) {
      .node-type-landing-page .home-sign-up .webform-component--smiley {
        display: block; } }
    @media (min-width: 992px) {
      .node-type-landing-page .home-sign-up .webform-component--smiley {
        width: 77px;
        height: 82px; } }
  .node-type-landing-page .home-sign-up .webform-confirmation {
    text-align: center; }
  .node-type-landing-page .home-sign-up .links {
    display: none; }
  .node-type-landing-page .home-sign-up .webform-component-markup, .node-type-landing-page .home-sign-up .webform-confirmation {
    line-height: 30px;
    color: #0071BA;
    font-weight: 300; }
    @media (min-width: 768px) {
      .node-type-landing-page .home-sign-up .webform-component-markup, .node-type-landing-page .home-sign-up .webform-confirmation {
        font-size: 25px;
        line-height: 35px; } }
  .node-type-landing-page .home-sign-up .webform-component--email {
    display: inline-block;
    position: absolute;
    top: 0px; }
    @media (min-width: 768px) {
      .node-type-landing-page .home-sign-up .webform-component--email {
        width: 45%; }
        .node-type-landing-page .home-sign-up .webform-component--email .input-group input.email {
          padding-right: 5px !important; } }
    @media (min-width: 992px) {
      .node-type-landing-page .home-sign-up .webform-component--email {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .node-type-landing-page .home-sign-up .webform-component--email {
        position: static;
        width: 100%; } }
  @media (min-width: 768px) {
    .node-type-landing-page .home-sign-up .webform-component--main-row--col-2 {
      padding-left: 50px; } }
  @media (min-width: 992px) {
    .node-type-landing-page .home-sign-up .webform-component--main-row--col-2 {
      padding-left: 85px; } }
  @media screen and (min-width: 1200px) {
    .node-type-landing-page .home-sign-up .webform-component--main-row--col-2 {
      padding-left: 135px; } }
  .node-type-landing-page .home-sign-up .webform-component--main-row--col-2 .input-group {
    border-color: #0071BA;
    width: 100%;
    margin-left: -2px;
    border-radius: 0 100px 100px 0;
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .node-type-landing-page .home-sign-up .webform-component--main-row--col-2 .input-group {
        border-radius: 100px; } }
    .node-type-landing-page .home-sign-up .webform-component--main-row--col-2 .input-group input.email {
      background: transparent;
      font-size: 16px;
      padding: 0 20px;
      box-shadow: none; }
      @media (min-width: 768px) {
        .node-type-landing-page .home-sign-up .webform-component--main-row--col-2 .input-group input.email {
          font-size: 18px; } }
    .node-type-landing-page .home-sign-up .webform-component--main-row--col-2 .input-group button {
      border: none;
      background: #0071BA;
      margin: -1px -13px 0 -3px; }
      @media (max-width: 767px) {
        .node-type-landing-page .home-sign-up .webform-component--main-row--col-2 .input-group button {
          padding: 14px 20px; } }

.paragraphs-item-primary-links .field-name-field-label, .paragraphs-item-primary-links h2.block-title, .paragraphs-item-double-green-calls-to-action .field-name-field-label, .paragraphs-item-double-green-calls-to-action h2.block-title, .block-bean-triple-cta-green .field-name-field-label, .block-bean-triple-cta-green h2.block-title {
  font-weight: bold;
  color: #048242;
  font-size: 25px;
  margin-bottom: 27px; }
.paragraphs-item-primary-links h2.block-title, .paragraphs-item-double-green-calls-to-action h2.block-title, .block-bean-triple-cta-green h2.block-title {
  margin-top: 0; }

.paragraphs-items {
  clear: both; }

.block-bean-double-cta-green h2.block-title {
  font-weight: bold;
  color: #048242;
  font-size: 25px;
  margin-bottom: 27px;
  margin-top: 0; }

@media (max-width: 767px) {
  .field-name-field-primary-links .item-container {
    height: auto !important; } }
@media (min-width: 768px) {
  .field-name-field-primary-links .item-container {
    overflow: hidden;
    height: 312px;
    position: relative; } }
.field-name-field-primary-links .item-container .field-name-field-image {
  display: none;
  position: absolute;
  width: 100%; }
  @media (min-width: 768px) {
    .field-name-field-primary-links .item-container .field-name-field-image {
      display: block; } }
  .field-name-field-primary-links .item-container .field-name-field-image img {
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.field-name-field-primary-links .item-container .item-text-container {
  background: #048242; }
  @media (max-width: 767px) {
    .field-name-field-primary-links .item-container .item-text-container {
      height: auto !important; } }
  @media (min-width: 768px) {
    .field-name-field-primary-links .item-container .item-text-container {
      position: absolute;
      width: 100%;
      height: 57px;
      background: rgba(0, 125, 68, 0.9);
      top: 255px;
      left: 0;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; } }
  .field-name-field-primary-links .item-container .item-text-container h2 {
    font-size: 18px;
    font-weight: 300;
    padding: 10px 0;
    text-align: center;
    margin: 0; }
    .field-name-field-primary-links .item-container .item-text-container h2 span.smiley {
      width: 31px;
      height: 34px;
      background: url("../images/smiley.svg") no-repeat left;
      background-size: contain;
      margin-right: 8px;
      vertical-align: -9px;
      display: inline-block; }
      @media (min-width: 992px) {
        .field-name-field-primary-links .item-container .item-text-container h2 span.smiley {
          width: 35px;
          height: 38px; } }
  .field-name-field-primary-links .item-container .item-text-container .field-name-field-short-snippet {
    padding: 0 17px;
    display: none; }
    @media (min-width: 768px) {
      .field-name-field-primary-links .item-container .item-text-container .field-name-field-short-snippet {
        display: block; } }
.field-name-field-primary-links .entity-field-collection-item a {
  color: #fff; }
  .field-name-field-primary-links .entity-field-collection-item a:hover {
    text-decoration: none; }
    .field-name-field-primary-links .entity-field-collection-item a:hover .field-name-field-image img {
      transform: scale(1.1); }
    @media (min-width: 768px) {
      .field-name-field-primary-links .entity-field-collection-item a:hover .item-text-container {
        top: 104px;
        height: 209px; } }

.field-name-field-double-green-cta .item-container {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .field-name-field-double-green-cta .item-container {
      height: 308px; } }
  .field-name-field-double-green-cta .item-container .field-name-field-image {
    position: absolute;
    width: 100%; }
    @media (min-width: 768px) {
      .field-name-field-double-green-cta .item-container .field-name-field-image {
        position: absolute; } }
    .field-name-field-double-green-cta .item-container .field-name-field-image img {
      width: 100%;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .field-name-field-double-green-cta .item-container .item-text-container {
    background: rgba(0, 125, 68, 0.9);
    position: absolute;
    width: 100%;
    height: 57px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .field-name-field-double-green-cta .item-container .item-text-container {
        top: 255px;
        left: 0; } }
    .field-name-field-double-green-cta .item-container .item-text-container h2 {
      font-size: 18px;
      font-weight: 300;
      padding: 10px 0;
      text-align: center;
      margin: 0; }
      .field-name-field-double-green-cta .item-container .item-text-container h2 span.smiley {
        background: url("../images/smiley.svg") no-repeat left;
        background-size: contain;
        width: 40px;
        height: 38px;
        vertical-align: -9px;
        display: inline-block; }
    .field-name-field-double-green-cta .item-container .item-text-container .field-name-field-short-snippet {
      padding: 0 17px; }
.field-name-field-double-green-cta .entity-field-collection-item a {
  color: #fff; }
  .field-name-field-double-green-cta .entity-field-collection-item a:hover {
    text-decoration: none; }
    .field-name-field-double-green-cta .entity-field-collection-item a:hover .field-name-field-image img {
      transform: scale(1.1); }
    @media (min-width: 768px) {
      .field-name-field-double-green-cta .entity-field-collection-item a:hover .item-text-container {
        top: 104px;
        height: 209px; } }

.field-name-field-call-to-action .row .field-item.even {
  clear: left; }
@media (min-width: 992px) {
  .field-name-field-call-to-action .row .field-item.even {
    clear: none; }
  .field-name-field-call-to-action .row .col-md-4:nth-child(3n+1) {
    clear: left; } }
.field-name-field-call-to-action a h2 {
  text-align: center;
  color: #007D44;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.field-name-field-call-to-action a .field-name-field-image {
  display: block;
  text-align: center; }
  .field-name-field-call-to-action a .field-name-field-image img {
    display: inline-block; }
.field-name-field-call-to-action a:hover {
  text-decoration: none; }
  .field-name-field-call-to-action a:hover img {
    opacity: 0.9; }
  .field-name-field-call-to-action a:hover h2 {
    font-weight: normal; }

.field-collection-item-field-single-circle-call-to-acti h2.call-to-action-title {
  margin-bottom: 20px; }
  .field-collection-item-field-single-circle-call-to-acti h2.call-to-action-title a {
    color: #007D44; }
.field-collection-item-field-single-circle-call-to-acti .col-md-8 h2.call-to-action-title {
  margin-top: 0; }
.field-collection-item-field-single-circle-call-to-acti .field-name-field-snippet {
  margin-bottom: 28px; }

.entity.entity-paragraphs-item {
  margin-bottom: 25px;
  overflow: hidden;
  *zoom: 1; }

.field-name-field-sections .field-item:not(:first-of-type) .entity.entity-paragraphs-item h3:first-of-type {
  margin-top: 0; }

.paragraphs-item-quote {
  margin-top: 40px; }

.view-single-story-carousel {
  margin-top: 138px; }
  @media (min-width: 992px) {
    .view-single-story-carousel {
      margin-top: 60px; } }
  @media (min-width: 992px) {
    .view-single-story-carousel .carousel-inner {
      padding: 0 35px; } }
  .view-single-story-carousel .carousel-control {
    width: auto;
    background: none;
    top: 20%;
    font-size: 30px;
    opacity: 0.9; }
    .view-single-story-carousel .carousel-control.right {
      right: 10px; }
    .view-single-story-carousel .carousel-control.left {
      left: 10px; }
    @media (min-width: 768px) {
      .view-single-story-carousel .carousel-control {
        top: 50%; }
        .view-single-story-carousel .carousel-control.right {
          right: -22px; }
        .view-single-story-carousel .carousel-control.left {
          left: -22px; } }
    @media (min-width: 992px) {
      .view-single-story-carousel .carousel-control.right {
        right: 0; }
      .view-single-story-carousel .carousel-control.left {
        left: 0; } }
  .view-single-story-carousel .views-field-field-lead-quote {
    padding: 0 20px; }
    @media (min-width: 992px) {
      .view-single-story-carousel .views-field-field-lead-quote {
        padding: 0; } }
    .view-single-story-carousel .views-field-field-lead-quote blockquote {
      color: #fff;
      font-size: 18px;
      line-height: 25px;
      padding: 0;
      background: none; }
      .view-single-story-carousel .views-field-field-lead-quote blockquote p {
        background: none;
        padding: 0;
        quotes: "“" "”" "‘" "’"; }
        .view-single-story-carousel .views-field-field-lead-quote blockquote p:before {
          content: open-quote; }
        .view-single-story-carousel .views-field-field-lead-quote blockquote p:after {
          content: close-quote; }
        @media (min-width: 768px) {
          .view-single-story-carousel .views-field-field-lead-quote blockquote p:before, .view-single-story-carousel .views-field-field-lead-quote blockquote p:after {
            content: ""; } }
      @media (min-width: 768px) {
        .view-single-story-carousel .views-field-field-lead-quote blockquote {
          font-size: 28px;
          line-height: 38px;
          padding: 11px 0 11px 50px;
          background: url("../images/open-quote-white.png") left 10px no-repeat; }
          .view-single-story-carousel .views-field-field-lead-quote blockquote p {
            background: url("../images/close-quote-white.png") bottom right no-repeat;
            padding: 0 50px 0 0; } }
      @media (min-width: 992px) {
        .view-single-story-carousel .views-field-field-lead-quote blockquote {
          padding: 11px 0 11px 70px;
          line-height: 36px;
          font-size: 30px; } }
  .view-single-story-carousel .views-field-title {
    font-size: 21px;
    padding: 0 20px;
    margin: 10px 0; }
    @media (min-width: 768px) {
      .view-single-story-carousel .views-field-title {
        padding: 0;
        margin: 0 0 20px 70px; } }
    @media (min-width: 992px) {
      .view-single-story-carousel .views-field-title {
        padding: 0;
        margin: 11px 0 0 70px;
        font-size: 26px;
        font-weight: 300; } }
    .view-single-story-carousel .views-field-title a {
      color: #fff; }
  @media (min-width: 768px) {
    .view-single-story-carousel .views-field-field-image {
      margin-top: 24px; } }
  @media (min-width: 992px) {
    .view-single-story-carousel .views-field-field-image {
      margin-top: 0; } }
  .view-single-story-carousel .views-field-field-image img {
    width: 175px;
    margin: 0 auto;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1.0; }
    @media (min-width: 768px) {
      .view-single-story-carousel .views-field-field-image img {
        margin: 0;
        width: auto; } }
    .view-single-story-carousel .views-field-field-image img:hover {
      opacity: 0.8; }
  .view-single-story-carousel .views-field-field-video {
    margin-left: 20px; }
    @media (min-width: 768px) {
      .view-single-story-carousel .views-field-field-video {
        margin-left: 70px; } }
    @media (min-width: 992px) {
      .view-single-story-carousel .views-field-field-video {
        margin-left: 70px;
        margin-right: 20px; } }
  .view-single-story-carousel .views-field-field-video, .view-single-story-carousel .views-field-nothing {
    margin-top: 6px;
    display: inline-block; }
    @media (min-width: 992px) {
      .view-single-story-carousel .views-field-field-video, .view-single-story-carousel .views-field-nothing {
        margin-top: 20px; } }
    .view-single-story-carousel .views-field-field-video a.btn, .view-single-story-carousel .views-field-nothing a.btn {
      color: #fff;
      font-weight: bold;
      font-size: 16px;
      padding: 10px 20px;
      border-color: #C4D558; }
      @media (min-width: 992px) {
        .view-single-story-carousel .views-field-field-video a.btn, .view-single-story-carousel .views-field-nothing a.btn {
          padding: 14px 24px; } }
      @media (min-width: 1200px) {
        .view-single-story-carousel .views-field-field-video a.btn, .view-single-story-carousel .views-field-nothing a.btn {
          font-size: 18px; } }
      .view-single-story-carousel .views-field-field-video a.btn:hover, .view-single-story-carousel .views-field-nothing a.btn:hover {
        background: #C4D558;
        color: #007D44; }
      .view-single-story-carousel .views-field-field-video a.btn.btn-video, .view-single-story-carousel .views-field-nothing a.btn.btn-video {
        font-size: 0;
        padding: 0 3px;
        margin-right: 7px;
        display: inline-block; }
        @media (min-width: 992px) {
          .view-single-story-carousel .views-field-field-video a.btn.btn-video, .view-single-story-carousel .views-field-nothing a.btn.btn-video {
            margin-right: 0;
            font-size: 16px;
            padding: 0px 22px 0 3px; } }
        @media (min-width: 1200px) {
          .view-single-story-carousel .views-field-field-video a.btn.btn-video, .view-single-story-carousel .views-field-nothing a.btn.btn-video {
            font-size: 18px; } }
        .view-single-story-carousel .views-field-field-video a.btn.btn-video i, .view-single-story-carousel .views-field-nothing a.btn.btn-video i {
          font-size: 32px;
          padding: 5px;
          vertical-align: -7px; }
          @media (min-width: 992px) {
            .view-single-story-carousel .views-field-field-video a.btn.btn-video i, .view-single-story-carousel .views-field-nothing a.btn.btn-video i {
              font-size: 39px; } }

.extract-quote {
  border-top: 2px solid #D70079;
  border-bottom: 2px solid #D70079;
  font-size: 29px;
  line-height: 40px;
  padding: 17px 0;
  font-weight: 300;
  width: 60%;
  float: right;
  margin: 10px 0 24px 24px; }

.extract-quote-left {
  border-top: 2px solid #D70079;
  border-bottom: 2px solid #D70079;
  font-size: 29px;
  line-height: 40px;
  padding: 17px 0;
  font-weight: 300;
  width: 60%;
  float: left;
  margin: -5px 24px 24px 0; }

.bean-hospices .field-name-field-image {
  margin-right: 40px; }
  @media (min-width: 1200px) {
    .bean-hospices .field-name-field-image {
      float: left; } }
.bean-hospices .field .field-item {
  position: relative; }
.bean-hospices .field .field-item:before {
  font-family: 'FontAwesome';
  left: 2px;
  position: absolute;
  top: 0;
  font-size: 24px; }
.bean-hospices .field-name-field-link .field-item a {
  font-size: 25px;
  line-height: 37px;
  padding-left: 30px;
  color: #048242;
  font-weight: bold; }
.bean-hospices .field-name-field-link .field-item:before {
  content: "\f041";
  color: #048242;
  font-weight: bold;
  font-size: 25px;
  line-height: 37px; }
.bean-hospices .field-name-field-address {
  line-height: 28px; }
.bean-hospices .locality, .bean-hospices .state, .bean-hospices .postal-code {
  display: inline; }
.bean-hospices .locality:after, .bean-hospices .state:after {
  content: ", "; }
.bean-hospices .field-name-field-tel {
  margin-top: 10px; }
  @media (min-width: 992px) {
    .bean-hospices .field-name-field-tel {
      margin-top: 30px; } }
  .bean-hospices .field-name-field-tel .field-item {
    padding-left: 30px; }
    .bean-hospices .field-name-field-tel .field-item:before {
      content: "\f095";
      color: #048242;
      font-size: 1em; }
.bean-hospices .field-name-field-email .field-item {
  padding-left: 30px;
  background-position-y: 5px; }
  .bean-hospices .field-name-field-email .field-item a {
    color: #007D44; }
  .bean-hospices .field-name-field-email .field-item:before {
    content: "\f003";
    color: #048242;
    font-size: 1em; }

.paragraphs-item-simple-call-to-action {
  background: #ECF1FA;
  padding: 18px 34px;
  position: relative; }
  .paragraphs-item-simple-call-to-action .smiley {
    display: none;
    position: absolute;
    width: 70px;
    height: 76px;
    background: url("../images/smiley.svg") no-repeat left;
    background-size: contain;
    right: 34px;
    bottom: 11px; }
    @media (min-width: 1200px) {
      .paragraphs-item-simple-call-to-action .smiley {
        top: 21px;
        left: 62%;
        right: auto;
        bottom: auto; } }
  .paragraphs-item-simple-call-to-action .field-name-field-label {
    font-weight: bold;
    color: #048242;
    font-size: 25px;
    margin-bottom: 12px; }
  .paragraphs-item-simple-call-to-action .field-name-field-snippet {
    line-height: 28px; }
  .paragraphs-item-simple-call-to-action .field-name-field-link {
    margin-top: 20px; }
    @media (min-width: 992px) {
      .paragraphs-item-simple-call-to-action .field-name-field-link {
        float: right;
        margin-top: 50px;
        margin-right: 20px; } }
    .paragraphs-item-simple-call-to-action .field-name-field-link a.btn.btn-green {
      margin: 0;
      border: none;
      box-shadow: 0 0 0 0 #048242; }
      .paragraphs-item-simple-call-to-action .field-name-field-link a.btn.btn-green:hover {
        box-shadow: 0 0 0 3px #048242; }

.view-hospice-map .leaflet-tagged-marker div.tag-above-marker {
  color: #4E5F66;
  font-weight: bold;
  font-size: 18px;
  top: -62px; }
.view-hospice-map .leaflet-popup {
  bottom: 37px !important; }
.view-hospice-map .leaflet-popup-content-wrapper {
  font-size: 18px;
  font-family: "Lato", sans-serif !important;
  background: #048242;
  color: #fff; }
  .view-hospice-map .leaflet-popup-content-wrapper a {
    color: #fff; }
  .view-hospice-map .leaflet-popup-content-wrapper p, .view-hospice-map .leaflet-popup-content-wrapper .street-block, .view-hospice-map .leaflet-popup-content-wrapper .addressfield-container {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px; }
    .view-hospice-map .leaflet-popup-content-wrapper p.google-link a, .view-hospice-map .leaflet-popup-content-wrapper .street-block.google-link a, .view-hospice-map .leaflet-popup-content-wrapper .addressfield-container.google-link a {
      text-decoration: underline; }
  .view-hospice-map .leaflet-popup-content-wrapper .hospice-title {
    font-size: 25px;
    font-weight: bold; }
.view-hospice-map .leaflet-popup-tip {
  display: none; }
.view-hospice-map a.leaflet-popup-close-button {
  color: #fff;
  padding: 8px 8px 0 0;
  top: 5px;
  right: 5px; }

#sliding-popup {
  height: 400px !important; }
  #sliding-popup h2 {
    font-size: 23px;
    color: #fff; }
  #sliding-popup p {
    color: #fff; }
  #sliding-popup .btn.btn-pink {
    border-color: #D70079;
    margin-top: 25px; }
    #sliding-popup .btn.btn-pink:hover {
      background: #920353; }
  #sliding-popup .find-more-button {
    background: none;
    border: none;
    color: #fff;
    text-decoration: underline;
    margin-top: 25px; }
  @media (max-width: 767px) {
    #sliding-popup .col-xs-8 {
      max-width: 390px; } }
  @media (min-width: 768px) {
    #sliding-popup {
      height: 240px !important; } }
  @media (min-width: 992px) {
    #sliding-popup {
      height: 120px !important; }
      #sliding-popup .btn.btn-pink {
        margin-top: 16px; }
      #sliding-popup .find-more-button {
        margin-top: 8px; } }
  @media (min-width: 1200px) {
    #sliding-popup {
      height: 120px !important; } }

.field-collection-item-field-triple-copy-block .triple-copy-block-heading {
  color: #048242; }
.field-collection-item-field-triple-copy-block .field-name-field-button {
  margin-top: 20px; }

.field-name-field-triple-copy-block > .field-items > .field-item.even {
  clear: left; }
  @media (min-width: 992px) {
    .field-name-field-triple-copy-block > .field-items > .field-item.even {
      clear: none; } }

.field-name-body .media-youtube-video .media-youtube-player {
  width: 100%; }
  @media (max-width: 767px) {
    .field-name-body .media-youtube-video .media-youtube-player {
      max-height: 476px; } }
  @media (min-width: 768px) {
    .field-name-body .media-youtube-video .media-youtube-player {
      max-height: 346px; } }
  @media (min-width: 1200px) {
    .field-name-body .media-youtube-video .media-youtube-player {
      max-height: 476px; } }

.main-sidebar {
  position: relative;
  margin-bottom: 40px; }
@inlcude tab {
  .main-sidebar {
    margin-bottom: 0; } }
  .main-sidebar .sidebar-smileys {
    display: none;
    position: absolute;
    top: -50px;
    right: -33px; }
    @media (min-width: 768px) {
      .main-sidebar .sidebar-smileys {
        display: block;
        width: 65px; } }
    @media (min-width: 1200px) {
      .main-sidebar .sidebar-smileys {
        width: auto; } }
  .main-sidebar .selectboxit-container .selectboxit {
    max-width: 206px;
    min-width: auto; }

.sidebar-menu {
  display: none;
  border: 1px solid #F1F1F1;
  padding: 13px 27px; }
  @media (min-width: 768px) {
    .sidebar-menu {
      display: block; } }
  .sidebar-menu h2.block-title {
    margin-bottom: 7px; }
    .sidebar-menu h2.block-title a {
      color: #048242;
      font-weight: bold;
      font-size: 25px;
      line-height: 42px; }
  .sidebar-menu ul.menu {
    margin-left: 24px; }
    .sidebar-menu ul.menu li a {
      padding: 7px 7px 7px 14px;
      margin-left: -7px;
      font-size: 18px;
      color: #2D3538;
      position: relative; }
      .sidebar-menu ul.menu li a:before {
        color: #C4D558;
        font-family: FontAwesome;
        left: -13px;
        position: absolute;
        top: 7; }
      .sidebar-menu ul.menu li a:hover, .sidebar-menu ul.menu li a:focus {
        background: transparent;
        text-decoration: underline; }
      .sidebar-menu ul.menu li a.active {
        color: #007D44; }
    .sidebar-menu ul.menu li.collapsed > a:before {
      content: "\f078"; }
    .sidebar-menu ul.menu li.expanded > a:before {
      content: "\f077"; }

.block-bean-sidebar-cta a.sidebar-cta {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: 13px 18px;
  color: #fff; }
  .block-bean-sidebar-cta a.sidebar-cta .icon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 33px; }
  .block-bean-sidebar-cta a.sidebar-cta .fa-chevron-right {
    position: absolute;
    right: 15px;
    top: 30px; }
    @media (min-width: 768px) {
      .block-bean-sidebar-cta a.sidebar-cta .fa-chevron-right {
        display: none; } }
    @media (min-width: 1200px) {
      .block-bean-sidebar-cta a.sidebar-cta .fa-chevron-right {
        display: inline-block; } }
  .block-bean-sidebar-cta a.sidebar-cta .inner {
    padding: 12px 0 12px 52px; }
    @media (min-width: 1200px) {
      .block-bean-sidebar-cta a.sidebar-cta .inner {
        padding: 12px 34px 12px 52px; } }
  .block-bean-sidebar-cta a.sidebar-cta:hover {
    text-decoration: none; }
  .block-bean-sidebar-cta a.sidebar-cta:hover {
    text-decoration: none; }
  .block-bean-sidebar-cta a.sidebar-cta.pink {
    background-color: #D70079; }
    .block-bean-sidebar-cta a.sidebar-cta.pink:hover {
      background-color: #be006b; }
  .block-bean-sidebar-cta a.sidebar-cta.blue {
    background-color: #0071BA; }
    .block-bean-sidebar-cta a.sidebar-cta.blue:hover {
      background-color: #0062a1; }
  .block-bean-sidebar-cta a.sidebar-cta.orange {
    background-color: #D74014; }
    .block-bean-sidebar-cta a.sidebar-cta.orange:hover {
      background-color: #c03912; }
  .block-bean-sidebar-cta a.sidebar-cta.green {
    background-color: #007D44; }
    .block-bean-sidebar-cta a.sidebar-cta.green:hover {
      background-color: #006436; }
  .block-bean-sidebar-cta a.sidebar-cta h2.cta-block-title {
    font-size: 24px;
    margin: 0; }
  .block-bean-sidebar-cta a.sidebar-cta .field-name-field-short-snippet {
    font-size: 16px; }

#block-views-news-categories-block,
#block-views-news-tags-block {
  border: 1px solid #F1F1F1;
  border-top: none;
  padding: 13px 27px 27px 27px; }
  #block-views-news-categories-block h2.block-title,
  #block-views-news-tags-block h2.block-title {
    margin-top: 0;
    margin-bottom: 7px;
    color: #048242;
    font-weight: bold;
    font-size: 25px;
    line-height: 42px; }
    @media (max-width: 767px) {
      #block-views-news-categories-block h2.block-title,
      #block-views-news-tags-block h2.block-title {
        font-size: 18px;
        line-height: inherit; } }
  #block-views-news-categories-block .view-news-categories .views-field-name a, #block-views-news-categories-block .view-news-tags .views-field-name a,
  #block-views-news-tags-block .view-news-categories .views-field-name a,
  #block-views-news-tags-block .view-news-tags .views-field-name a {
    font-size: 18px;
    color: #2D3538;
    line-height: 28px; }
  #block-views-news-categories-block .view-news-tags .views-row,
  #block-views-news-tags-block .view-news-tags .views-row {
    float: left;
    margin-right: 10px; }

.block.block-facetapi {
  border: 1px solid #F1F1F1;
  padding: 13px 27px 27px 27px; }
  .block.block-facetapi h2.block-title {
    margin-top: 0;
    margin-bottom: 7px;
    color: #048242;
    font-weight: bold;
    font-size: 25px;
    line-height: 42px; }
  .block.block-facetapi ul.facetapi-facetapi-links {
    margin: 0;
    padding: 0; }
    .block.block-facetapi ul.facetapi-facetapi-links li a {
      font-size: 18px;
      color: #2D3538;
      line-height: 28px; }
      .block.block-facetapi ul.facetapi-facetapi-links li a.facetapi-active {
        color: #048242; }

#block-views-exp-news-page {
  border: 1px solid #F1F1F1;
  border-top: none;
  padding: 13px 27px 27px 27px; }
  #block-views-exp-news-page .views-exposed-widget label {
    margin-top: 0;
    margin-bottom: 7px;
    color: #048242;
    font-weight: bold;
    font-size: 25px;
    line-height: 42px; }
    @media (max-width: 767px) {
      #block-views-exp-news-page .views-exposed-widget label {
        line-height: inherit;
        font-size: 18px; } }
  #block-views-exp-news-page .views-exposed-form .views-exposed-widget .btn {
    margin-top: 0; }
  #block-views-exp-news-page .views-exposed-form .views-exposed-widget {
    width: 100%;
    padding: 0;
    float: none; }
    #block-views-exp-news-page .views-exposed-form .views-exposed-widget .form-item {
      width: 100%; }
      #block-views-exp-news-page .views-exposed-form .views-exposed-widget .form-item .date-padding {
        float: none; }
  #block-views-exp-news-page #edit-date-filter-wrapper {
    margin-top: 30px; }

.newsletter-sidebar-block {
  display: none;
  background: #ECF1FA url("../images/blue-smiley.png") no-repeat 88% 92%;
  padding: 18px 27px; }
  @media (min-width: 768px) {
    .newsletter-sidebar-block {
      display: block; } }
  .newsletter-sidebar-block .form-group {
    margin-bottom: 13px; }
  .newsletter-sidebar-block h2.block-title {
    font-size: 25px;
    color: #0071BA;
    font-weight: 700;
    margin-top: 0; }
  .newsletter-sidebar-block .webform-component-textfield input {
    border-color: #0071BA;
    background: transparent; }
  .newsletter-sidebar-block .webform-component-markup {
    font-size: 18px;
    line-height: 28px; }
  .newsletter-sidebar-block input[type="email"] {
    border-color: #0071BA;
    background: transparent; }
  .newsletter-sidebar-block ::-webkit-input-placeholder {
    color: #0095E4; }
  .newsletter-sidebar-block :-moz-placeholder {
    /* Firefox 18- */
    color: #0095E4; }
  .newsletter-sidebar-block ::-moz-placeholder {
    /* Firefox 19+ */
    color: #0095E4; }
  .newsletter-sidebar-block :-ms-input-placeholder {
    color: #0095E4; }
  .newsletter-sidebar-block .webform-submit {
    background: #0071BA;
    border-color: #ECF1FA;
    color: #fff;
    padding: 15px; }
    .newsletter-sidebar-block .webform-submit:hover {
      border-color: #0071BA;
      background: #0071BA; }

.region-sidebar-first.well {
  background: none;
  padding: 0;
  border: none; }

.node-story .list-inline {
  margin: 0; }
.node-story .group-story-intro {
  color: #048242;
  margin-top: 68px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .node-story .group-story-intro {
      clear: left; } }
  @media (min-width: 768px) {
    .node-story .group-story-intro {
      clear: left; } }
  @media (min-width: 992px) {
    .node-story .group-story-intro {
      clear: none; } }
  .node-story .group-story-intro .field-name-field-sub-title {
    font-size: 38px;
    line-height: 42px;
    word-wrap: break-word; }
  .node-story .group-story-intro .field-name-field-story-intro {
    font-size: 20px;
    margin-top: 11px;
    line-height: 23px; }
.node-story .field-name-body {
  clear: both;
  margin-top: 50px; }
.node-story .node-footer {
  text-align: center;
  margin: 40px 0; }
.node-story .field-name-field-video {
  margin: 40px 0; }

.node-type-story .node .field-name-field-image {
  float: left;
  margin-right: 25px;
  margin-bottom: 47px; }

.node-story.node-teaser .field-name-field-image {
  /*
  max-width: 188px;
  margin: 0 35px 35px 0;*/ }
.node-story.node-teaser .story-meta h2 {
  margin: 0;
  font-size: 38px; }
  .node-story.node-teaser .story-meta h2 a {
    color: #D70079; }
    .node-story.node-teaser .story-meta h2 a:hover {
      text-decoration: none;
      color: #920353; }
.node-story.node-teaser .story-meta .field-name-field-story-intro {
  font-size: 25px;
  line-height: 35px;
  color: #048242;
  font-weight: 300;
  padding-bottom: 6px;
  margin-bottom: 5px;
  position: relative; }
  .node-story.node-teaser .story-meta .field-name-field-story-intro:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 224px;
    background: #F0F0F0; }
.node-story.node-teaser .story-meta .field-name-body {
  clear: none;
  margin: 0;
  font-size: 18px;
  line-height: 28px; }
.node-story.node-teaser .story-meta ul.links li {
  padding: 0; }
  .node-story.node-teaser .story-meta ul.links li a {
    font-size: 17px;
    font-weight: bold;
    color: #D70079; }
    .node-story.node-teaser .story-meta ul.links li a:hover {
      color: #920353;
      text-decoration: none; }

.view-stories .attachment-before {
  margin-bottom: 20px; }
.view-stories .views-row {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .view-stories .views-row .field-name-field-image {
      text-align: center; }
      .view-stories .views-row .field-name-field-image img.img-responsive {
        display: inline-block; } }

h2.article-title,
h2.article-title a {
  margin-top: 0;
  color: #D70079;
  line-height: 42px;
  margin-bottom: 22px; }
  h2.article-title:hover,
  h2.article-title a:hover {
    text-decoration: none;
    color: #920353; }

.submitted {
  margin-bottom: 25px; }
  .submitted span, .submitted span div {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    color: #2D3538;
    font-style: normal; }
    .submitted span a, .submitted span div a {
      color: #2D3538; }
  .submitted span {
    margin-right: 22px;
    position: relative; }
    .submitted span:before {
      font-family: 'FontAwesome';
      left: 0;
      position: absolute;
      top: 0;
      font-size: 1em;
      color: #007D44; }
  .submitted .publish-date {
    padding-left: 20px; }
    .submitted .publish-date:before {
      content: "\f017"; }
  .submitted .author-name {
    padding-left: 20px; }
    .submitted .author-name:before {
      content: "\f007"; }
  .submitted .tags {
    padding-left: 20px; }
    .submitted .tags:before {
      content: "\f07c"; }
    .submitted .tags .field-items .field-item:after {
      content: ',\00a0'; }
    .submitted .tags .field-items .field-item:last-child:after {
      content: ""; }
  .submitted .comments {
    padding-left: 20px; }
    .submitted .comments:before {
      content: "\f0e5"; }

.field-name-field-image {
  margin-bottom: 30px; }

.ssc-container {
  margin-bottom: 25px; }

.field-name-field-news-tags {
  margin: 20px 0; }
  .field-name-field-news-tags .field-items {
    display: inline-block;
    margin-left: 5px; }
    .field-name-field-news-tags .field-items .field-item {
      display: inline-block; }
      .field-name-field-news-tags .field-items .field-item:after {
        content: ",\00a0"; }
      .field-name-field-news-tags .field-items .field-item:last-child:after {
        content: ""; }

.view-news .views-row {
  margin-bottom: 80px; }
.view-news ul.links {
  margin-top: 20px; }
  .view-news ul.links li a {
    font-size: 17px;
    font-weight: bold;
    color: #D70079; }

@media (min-width: 768px) {
  .view-news-and-events-carousel, .view-small-news-and-events-carousel {
    margin: 60px 0; } }
@media (min-width: 768px) {
  .view-news-and-events-carousel .title-container, .view-small-news-and-events-carousel .title-container {
    padding-bottom: 11px;
    margin-bottom: 26px;
    border-bottom: 2px solid #C4D558; } }
@media (min-width: 992px) {
  .view-news-and-events-carousel .title-container, .view-small-news-and-events-carousel .title-container {
    padding: 0 300px 0 385px;
    margin-bottom: 0;
    border: none; } }
.view-news-and-events-carousel .title-container .spacer-line, .view-small-news-and-events-carousel .title-container .spacer-line {
  display: none; }
  @media (min-width: 992px) {
    .view-news-and-events-carousel .title-container .spacer-line, .view-small-news-and-events-carousel .title-container .spacer-line {
      display: block; } }
@media (min-width: 768px) {
  .view-news-and-events-carousel .title-container h2, .view-news-and-events-carousel .title-container .spacer-line, .view-small-news-and-events-carousel .title-container h2, .view-small-news-and-events-carousel .title-container .spacer-line {
    float: left; } }
.view-news-and-events-carousel .title-container h2, .view-small-news-and-events-carousel .title-container h2 {
  border-bottom: 2px solid #C4D558;
  padding-bottom: 20px;
  margin-top: 0; }
  @media (min-width: 768px) {
    .view-news-and-events-carousel .title-container h2, .view-small-news-and-events-carousel .title-container h2 {
      border: none;
      padding: 0;
      width: 197px;
      margin-top: -24px; } }
  @media (min-width: 992px) {
    .view-news-and-events-carousel .title-container h2, .view-small-news-and-events-carousel .title-container h2 {
      width: auto;
      margin-bottom: 60px;
      margin-top: 0; } }
.view-news-and-events-carousel .title-container .spacer-line, .view-small-news-and-events-carousel .title-container .spacer-line {
  margin-top: 27px; }
.view-news-and-events-carousel .title-container .more-buttons, .view-small-news-and-events-carousel .title-container .more-buttons {
  width: 100%;
  text-align: center;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .view-news-and-events-carousel .title-container .more-buttons, .view-small-news-and-events-carousel .title-container .more-buttons {
      margin-bottom: 0;
      float: right;
      margin-top: 3px;
      text-align: left;
      width: auto; } }
.view-news-and-events-carousel .title-container h2, .view-news-and-events-carousel .title-container .more-buttons, .view-small-news-and-events-carousel .title-container h2, .view-small-news-and-events-carousel .title-container .more-buttons {
  position: relative; }
@media (min-width: 992px) {
  .view-news-and-events-carousel .title-container h2, .view-small-news-and-events-carousel .title-container h2 {
    margin-left: -385px; }
  .view-news-and-events-carousel .title-container .more-buttons, .view-small-news-and-events-carousel .title-container .more-buttons {
    margin-right: -300px; } }
.view-news-and-events-carousel .title-container .spacer-line, .view-small-news-and-events-carousel .title-container .spacer-line {
  width: 100%;
  height: 2px;
  background: #C4D558; }
.view-news-and-events-carousel .view-content, .view-small-news-and-events-carousel .view-content {
  clear: both; }
  .view-news-and-events-carousel .view-content .owl-carousel, .view-small-news-and-events-carousel .view-content .owl-carousel {
    position: relative; }
    @media (min-width: 768px) {
      .view-news-and-events-carousel .view-content .owl-carousel, .view-small-news-and-events-carousel .view-content .owl-carousel {
        margin: 0 -10px; } }
    .view-news-and-events-carousel .view-content .owl-carousel .owl-controls .owl-prev, .view-small-news-and-events-carousel .view-content .owl-carousel .owl-controls .owl-prev {
      display: block;
      position: absolute;
      top: 37%;
      left: -15px;
      padding: 0;
      color: #007D44;
      font-size: 20px;
      font-family: "FontAwesome";
      background: transparent;
      opacity: 0.9; }
      @media (min-width: 992px) {
        .view-news-and-events-carousel .view-content .owl-carousel .owl-controls .owl-prev, .view-small-news-and-events-carousel .view-content .owl-carousel .owl-controls .owl-prev {
          display: block; } }
      @media (min-width: 768px) {
        .view-news-and-events-carousel .view-content .owl-carousel .owl-controls .owl-prev, .view-small-news-and-events-carousel .view-content .owl-carousel .owl-controls .owl-prev {
          left: -35px; } }
    .view-news-and-events-carousel .view-content .owl-carousel .owl-controls .owl-next, .view-small-news-and-events-carousel .view-content .owl-carousel .owl-controls .owl-next {
      display: block;
      position: absolute;
      top: 37%;
      right: -15px;
      padding: 0;
      color: #007D44;
      font-size: 20px;
      font-family: "FontAwesome";
      background: transparent;
      opacity: 0.9; }
      @media (min-width: 992px) {
        .view-news-and-events-carousel .view-content .owl-carousel .owl-controls .owl-next, .view-small-news-and-events-carousel .view-content .owl-carousel .owl-controls .owl-next {
          display: block; } }
      @media (min-width: 768px) {
        .view-news-and-events-carousel .view-content .owl-carousel .owl-controls .owl-next, .view-small-news-and-events-carousel .view-content .owl-carousel .owl-controls .owl-next {
          right: -35px; } }
  .view-news-and-events-carousel .view-content .owl-item, .view-news-and-events-carousel .view-content .disabled .item-odd, .view-small-news-and-events-carousel .view-content .owl-item, .view-small-news-and-events-carousel .view-content .disabled .item-odd {
    padding: 0 10px; }
    .view-news-and-events-carousel .view-content .owl-item h2.carousel-content-type, .view-news-and-events-carousel .view-content .disabled .item-odd h2.carousel-content-type, .view-small-news-and-events-carousel .view-content .owl-item h2.carousel-content-type, .view-small-news-and-events-carousel .view-content .disabled .item-odd h2.carousel-content-type {
      margin: 0;
      background: #D70079;
      display: block;
      color: #fff;
      text-align: center;
      font-size: 18px;
      padding: 10px 0; }
      .view-news-and-events-carousel .view-content .owl-item h2.carousel-content-type.event, .view-news-and-events-carousel .view-content .owl-item h2.carousel-content-type.staff-story, .view-news-and-events-carousel .view-content .owl-item h2.carousel-content-type.event_landing_page, .view-news-and-events-carousel .view-content .disabled .item-odd h2.carousel-content-type.event, .view-news-and-events-carousel .view-content .disabled .item-odd h2.carousel-content-type.staff-story, .view-news-and-events-carousel .view-content .disabled .item-odd h2.carousel-content-type.event_landing_page, .view-small-news-and-events-carousel .view-content .owl-item h2.carousel-content-type.event, .view-small-news-and-events-carousel .view-content .owl-item h2.carousel-content-type.staff-story, .view-small-news-and-events-carousel .view-content .owl-item h2.carousel-content-type.event_landing_page, .view-small-news-and-events-carousel .view-content .disabled .item-odd h2.carousel-content-type.event, .view-small-news-and-events-carousel .view-content .disabled .item-odd h2.carousel-content-type.staff-story, .view-small-news-and-events-carousel .view-content .disabled .item-odd h2.carousel-content-type.event_landing_page {
        background: #007D44; }
      .view-news-and-events-carousel .view-content .owl-item h2.carousel-content-type .smiley, .view-news-and-events-carousel .view-content .disabled .item-odd h2.carousel-content-type .smiley, .view-small-news-and-events-carousel .view-content .owl-item h2.carousel-content-type .smiley, .view-small-news-and-events-carousel .view-content .disabled .item-odd h2.carousel-content-type .smiley {
        background: url("../images/smiley.svg") no-repeat left;
        background-size: contain;
        width: 40px;
        height: 38px;
        vertical-align: -12px;
        display: inline-block; }
    .view-news-and-events-carousel .view-content .owl-item .views-field-title, .view-news-and-events-carousel .view-content .disabled .item-odd .views-field-title, .view-small-news-and-events-carousel .view-content .owl-item .views-field-title, .view-small-news-and-events-carousel .view-content .disabled .item-odd .views-field-title {
      text-align: center; }
      .view-news-and-events-carousel .view-content .owl-item .views-field-title a, .view-news-and-events-carousel .view-content .disabled .item-odd .views-field-title a, .view-small-news-and-events-carousel .view-content .owl-item .views-field-title a, .view-small-news-and-events-carousel .view-content .disabled .item-odd .views-field-title a {
        font-size: 20px;
        line-height: 28px;
        color: #2D3538;
        margin: 10px 0;
        display: block; }
    .view-news-and-events-carousel .view-content .owl-item .views-field-created, .view-news-and-events-carousel .view-content .disabled .item-odd .views-field-created, .view-small-news-and-events-carousel .view-content .owl-item .views-field-created, .view-small-news-and-events-carousel .view-content .disabled .item-odd .views-field-created {
      font-weight: 700;
      font-size: 16px; }
    .view-news-and-events-carousel .view-content .owl-item .views-field-field-image img, .view-news-and-events-carousel .view-content .disabled .item-odd .views-field-field-image img, .view-small-news-and-events-carousel .view-content .owl-item .views-field-field-image img, .view-small-news-and-events-carousel .view-content .disabled .item-odd .views-field-field-image img {
      width: 100%; }
  .view-news-and-events-carousel .view-content .disabled .item-odd, .view-small-news-and-events-carousel .view-content .disabled .item-odd {
    max-width: 430px; }
    @media (min-width: 768px) {
      .view-news-and-events-carousel .view-content .disabled .item-odd, .view-small-news-and-events-carousel .view-content .disabled .item-odd {
        width: 50%; } }
    @media (min-width: 992px) {
      .view-news-and-events-carousel .view-content .disabled .item-odd, .view-small-news-and-events-carousel .view-content .disabled .item-odd {
        width: 45%; } }
    @media (min-width: 1200px) {
      .view-news-and-events-carousel .view-content .disabled .item-odd, .view-small-news-and-events-carousel .view-content .disabled .item-odd {
        width: 33%; } }

.article--story-source {
  font-weight: bold;
  margin-top: -20px; }
  .article--story-source .field-name-field-story-source {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 25px;
    font-weight: normal; }

.view-faq .views-exposed-form {
  margin-bottom: 40px; }
.view-faq .views-exposed-form .views-exposed-widget .btn {
  margin-top: 0; }
.view-faq #edit-field-faq-category-tidSelectBoxIt, .view-faq .form-item-keys, .view-faq .input-group {
  max-width: 330px; }
.view-faq #edit-field-faq-category-tidSelectBoxItContainer {
  min-width: 300px; }

.node-type-staff h2.staff-name {
  color: #007D44;
  margin-top: 70px; }
.node-type-staff .field-name-field-position, .node-type-staff .field-name-field-department {
  font-size: 25px;
  line-height: 35px; }

.view-staff .views-row, .view-staff > .field-items > .field-item, .view-senior-staff .views-row, .view-senior-staff > .field-items > .field-item, .view-department .views-row, .view-department > .field-items > .field-item, .field-name-field-staff-member .views-row, .field-name-field-staff-member > .field-items > .field-item {
  margin-bottom: 40px; }
.view-staff header h2, .view-senior-staff header h2, .view-department header h2, .field-name-field-staff-member header h2 {
  color: #007D44;
  font-size: 25px;
  margin: 0;
  line-height: 35px; }
  .view-staff header h2 a, .view-senior-staff header h2 a, .view-department header h2 a, .field-name-field-staff-member header h2 a {
    color: #007D44; }
.view-staff header .field-name-field-position, .view-senior-staff header .field-name-field-position, .view-department header .field-name-field-position, .field-name-field-staff-member header .field-name-field-position {
  font-size: 25px;
  line-height: 35px; }
.view-staff header.teaser_with_contact, .view-senior-staff header.teaser_with_contact, .view-department header.teaser_with_contact, .field-name-field-staff-member header.teaser_with_contact {
  border-bottom: 1px solid #C4D558;
  padding-bottom: 12px;
  margin-bottom: 12px; }
.view-staff .field-name-body, .view-staff .field-name-field-tel, .view-staff .field-name-field-mob, .view-staff .field-name-field-email, .view-senior-staff .field-name-body, .view-senior-staff .field-name-field-tel, .view-senior-staff .field-name-field-mob, .view-senior-staff .field-name-field-email, .view-department .field-name-body, .view-department .field-name-field-tel, .view-department .field-name-field-mob, .view-department .field-name-field-email, .field-name-field-staff-member .field-name-body, .field-name-field-staff-member .field-name-field-tel, .field-name-field-staff-member .field-name-field-mob, .field-name-field-staff-member .field-name-field-email {
  margin-bottom: 10px; }
.view-staff .field-name-field-tel a, .view-staff .field-name-field-mob a, .view-staff .field-name-field-email a, .view-staff .field-name-field-link a, .view-senior-staff .field-name-field-tel a, .view-senior-staff .field-name-field-mob a, .view-senior-staff .field-name-field-email a, .view-senior-staff .field-name-field-link a, .view-department .field-name-field-tel a, .view-department .field-name-field-mob a, .view-department .field-name-field-email a, .view-department .field-name-field-link a, .field-name-field-staff-member .field-name-field-tel a, .field-name-field-staff-member .field-name-field-mob a, .field-name-field-staff-member .field-name-field-email a, .field-name-field-staff-member .field-name-field-link a {
  position: relative; }
  .view-staff .field-name-field-tel a:before, .view-staff .field-name-field-mob a:before, .view-staff .field-name-field-email a:before, .view-staff .field-name-field-link a:before, .view-senior-staff .field-name-field-tel a:before, .view-senior-staff .field-name-field-mob a:before, .view-senior-staff .field-name-field-email a:before, .view-senior-staff .field-name-field-link a:before, .view-department .field-name-field-tel a:before, .view-department .field-name-field-mob a:before, .view-department .field-name-field-email a:before, .view-department .field-name-field-link a:before, .field-name-field-staff-member .field-name-field-tel a:before, .field-name-field-staff-member .field-name-field-mob a:before, .field-name-field-staff-member .field-name-field-email a:before, .field-name-field-staff-member .field-name-field-link a:before {
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
    top: 0;
    font-size: 1.4em; }
.view-staff .field-name-field-link a, .view-senior-staff .field-name-field-link a, .view-department .field-name-field-link a, .field-name-field-staff-member .field-name-field-link a {
  padding: 3px 0 3px 35px;
  color: #007D44; }
  .view-staff .field-name-field-link a:before, .view-senior-staff .field-name-field-link a:before, .view-department .field-name-field-link a:before, .field-name-field-staff-member .field-name-field-link a:before {
    font-family: 'FontAwesome';
    left: 2px;
    position: absolute;
    top: -1px;
    font-size: 1.4em;
    content: "\f0ac";
    color: #007D44; }
.view-staff .field-name-field-address-text, .view-senior-staff .field-name-field-address-text, .view-department .field-name-field-address-text, .field-name-field-staff-member .field-name-field-address-text {
  position: relative;
  padding: 3px 0 3px 35px; }
  .view-staff .field-name-field-address-text:before, .view-senior-staff .field-name-field-address-text:before, .view-department .field-name-field-address-text:before, .field-name-field-staff-member .field-name-field-address-text:before {
    font-family: 'FontAwesome';
    left: 5px;
    position: absolute;
    top: -1px;
    font-size: 1.4em;
    content: "\f041";
    color: #007D44; }
.view-staff .field-name-field-tel a, .view-senior-staff .field-name-field-tel a, .view-department .field-name-field-tel a, .field-name-field-staff-member .field-name-field-tel a {
  color: #007D44;
  padding: 3px 0 3px 35px; }
  .view-staff .field-name-field-tel a:before, .view-senior-staff .field-name-field-tel a:before, .view-department .field-name-field-tel a:before, .field-name-field-staff-member .field-name-field-tel a:before {
    content: "\f095";
    color: #007D44;
    top: -1px;
    left: 2px; }
.view-staff .field-name-field-mob a, .view-senior-staff .field-name-field-mob a, .view-department .field-name-field-mob a, .field-name-field-staff-member .field-name-field-mob a {
  color: #007D44;
  padding: 3px 0 3px 35px; }
  .view-staff .field-name-field-mob a:before, .view-senior-staff .field-name-field-mob a:before, .view-department .field-name-field-mob a:before, .field-name-field-staff-member .field-name-field-mob a:before {
    content: "\f10b";
    color: #007D44;
    top: -2px;
    left: 6px; }
.view-staff .field-name-field-email a, .view-senior-staff .field-name-field-email a, .view-department .field-name-field-email a, .field-name-field-staff-member .field-name-field-email a {
  color: #007D44;
  padding: 3px 0 3px 35px; }
  .view-staff .field-name-field-email a:before, .view-senior-staff .field-name-field-email a:before, .view-department .field-name-field-email a:before, .field-name-field-staff-member .field-name-field-email a:before {
    content: "\f003";
    color: #007D44;
    top: -1px; }
.view-staff .read-more, .view-senior-staff .read-more, .view-department .read-more, .field-name-field-staff-member .read-more {
  color: #D70079;
  font-weight: bold;
  display: block;
  margin: 8px 0; }

#views-exposed-form-staff-page {
  border: 1px solid #F1F1F1;
  padding: 13px 27px; }
  #views-exposed-form-staff-page label {
    color: #007D44;
    font-size: 25px; }
  #views-exposed-form-staff-page .views-exposed-widget .btn {
    margin-top: 10px; }

.view-senior-staff .attachment h2, .view-department .attachment h2 {
  font-size: 25px;
  color: #007D44;
  line-height: 35px;
  margin: 0; }
.view-senior-staff .attachment .field-name-field-position, .view-department .attachment .field-name-field-position {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 5px; }
.view-senior-staff .attachment .field-name-body, .view-department .attachment .field-name-body {
  margin-top: 20px; }
@media (max-width: 767px) {
  .view-senior-staff .field-name-field-image, .view-department .field-name-field-image {
    text-align: center; }
    .view-senior-staff .field-name-field-image img.img-responsive, .view-department .field-name-field-image img.img-responsive {
      display: inline-block; } }
.view-senior-staff h2.department, .view-department h2.department {
  background: url("../images/team.png") no-repeat center left;
  padding: 4px 0 0 100px;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .view-staff-stories-carousel,
  .view-stories-carousel {
    margin: 60px 0; } }
.view-staff-stories-carousel .title-container,
.view-stories-carousel .title-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .view-staff-stories-carousel .title-container:before, .view-staff-stories-carousel .title-container:after,
  .view-stories-carousel .title-container:before,
  .view-stories-carousel .title-container:after {
    display: none; }
  @media (max-width: 767px) {
    .view-staff-stories-carousel .title-container,
    .view-stories-carousel .title-container {
      display: block; } }
  @media (min-width: 768px) {
    .view-staff-stories-carousel .title-container,
    .view-stories-carousel .title-container {
      padding-bottom: 11px;
      margin-bottom: 26px;
      border-bottom: 2px solid #C4D558; } }
  @media (min-width: 992px) {
    .view-staff-stories-carousel .title-container,
    .view-stories-carousel .title-container {
      margin-bottom: 0;
      border: none; } }
  .view-staff-stories-carousel .title-container .spacer-line,
  .view-stories-carousel .title-container .spacer-line {
    display: none;
    flex-grow: 1;
    margin: 27px 15px 0 15px; }
    @media (min-width: 992px) {
      .view-staff-stories-carousel .title-container .spacer-line,
      .view-stories-carousel .title-container .spacer-line {
        display: block; } }
  .view-staff-stories-carousel .title-container h2,
  .view-stories-carousel .title-container h2 {
    border-bottom: 2px solid #C4D558;
    padding-bottom: 20px;
    margin-top: 0;
    position: relative; }
    @media (min-width: 768px) {
      .view-staff-stories-carousel .title-container h2,
      .view-stories-carousel .title-container h2 {
        border: none;
        padding: 0;
        float: left; } }
    @media (min-width: 992px) {
      .view-staff-stories-carousel .title-container h2,
      .view-stories-carousel .title-container h2 {
        width: auto;
        margin-bottom: 60px;
        margin-top: 0; } }
  .view-staff-stories-carousel .title-container .more-buttons,
  .view-stories-carousel .title-container .more-buttons {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    position: relative; }
    @media (min-width: 768px) {
      .view-staff-stories-carousel .title-container .more-buttons,
      .view-stories-carousel .title-container .more-buttons {
        margin-bottom: 0;
        float: right;
        margin-top: 3px;
        text-align: left;
        width: auto; } }
  .view-staff-stories-carousel .title-container .spacer-line,
  .view-stories-carousel .title-container .spacer-line {
    width: auto;
    height: 2px;
    background: #C4D558; }
.view-staff-stories-carousel .view-content,
.view-stories-carousel .view-content {
  clear: both; }
  .view-staff-stories-carousel .view-content .owl-carousel,
  .view-stories-carousel .view-content .owl-carousel {
    position: relative; }
    @media (min-width: 768px) {
      .view-staff-stories-carousel .view-content .owl-carousel,
      .view-stories-carousel .view-content .owl-carousel {
        margin: 0 -10px; } }
    .view-staff-stories-carousel .view-content .owl-carousel .owl-controls .owl-prev,
    .view-stories-carousel .view-content .owl-carousel .owl-controls .owl-prev {
      display: none;
      position: absolute;
      top: 37%;
      left: -15px;
      padding: 0;
      color: #007D44;
      font-size: 20px;
      font-family: "FontAwesome";
      background: transparent;
      opacity: 0.9; }
      @media (min-width: 992px) {
        .view-staff-stories-carousel .view-content .owl-carousel .owl-controls .owl-prev,
        .view-stories-carousel .view-content .owl-carousel .owl-controls .owl-prev {
          display: block; } }
      @media (min-width: 768px) {
        .view-staff-stories-carousel .view-content .owl-carousel .owl-controls .owl-prev,
        .view-stories-carousel .view-content .owl-carousel .owl-controls .owl-prev {
          left: -35px; } }
    .view-staff-stories-carousel .view-content .owl-carousel .owl-controls .owl-next,
    .view-stories-carousel .view-content .owl-carousel .owl-controls .owl-next {
      display: none;
      position: absolute;
      top: 37%;
      right: -15px;
      padding: 0;
      color: #007D44;
      font-size: 20px;
      font-family: "FontAwesome";
      background: transparent;
      opacity: 0.9; }
      @media (min-width: 992px) {
        .view-staff-stories-carousel .view-content .owl-carousel .owl-controls .owl-next,
        .view-stories-carousel .view-content .owl-carousel .owl-controls .owl-next {
          display: block; } }
      @media (min-width: 768px) {
        .view-staff-stories-carousel .view-content .owl-carousel .owl-controls .owl-next,
        .view-stories-carousel .view-content .owl-carousel .owl-controls .owl-next {
          right: -35px; } }
  .view-staff-stories-carousel .view-content .owl-item, .view-staff-stories-carousel .view-content .disabled .item-odd,
  .view-stories-carousel .view-content .owl-item,
  .view-stories-carousel .view-content .disabled .item-odd {
    padding: 0 10px; }
    .view-staff-stories-carousel .view-content .owl-item h2.carousel-content-type, .view-staff-stories-carousel .view-content .disabled .item-odd h2.carousel-content-type,
    .view-stories-carousel .view-content .owl-item h2.carousel-content-type,
    .view-stories-carousel .view-content .disabled .item-odd h2.carousel-content-type {
      margin: 0;
      background: #D70079;
      display: block;
      color: #fff;
      text-align: center;
      font-size: 18px;
      padding: 10px 0; }
      .view-staff-stories-carousel .view-content .owl-item h2.carousel-content-type.event, .view-staff-stories-carousel .view-content .owl-item h2.carousel-content-type.staff-story, .view-staff-stories-carousel .view-content .disabled .item-odd h2.carousel-content-type.event, .view-staff-stories-carousel .view-content .disabled .item-odd h2.carousel-content-type.staff-story,
      .view-stories-carousel .view-content .owl-item h2.carousel-content-type.event,
      .view-stories-carousel .view-content .owl-item h2.carousel-content-type.staff-story,
      .view-stories-carousel .view-content .disabled .item-odd h2.carousel-content-type.event,
      .view-stories-carousel .view-content .disabled .item-odd h2.carousel-content-type.staff-story {
        background: #007D44; }
      .view-staff-stories-carousel .view-content .owl-item h2.carousel-content-type .smiley, .view-staff-stories-carousel .view-content .disabled .item-odd h2.carousel-content-type .smiley,
      .view-stories-carousel .view-content .owl-item h2.carousel-content-type .smiley,
      .view-stories-carousel .view-content .disabled .item-odd h2.carousel-content-type .smiley {
        background: url("../images/smiley.svg") no-repeat left;
        background-size: contain;
        width: 40px;
        height: 38px;
        vertical-align: -12px;
        display: inline-block; }
    .view-staff-stories-carousel .view-content .owl-item .views-field-title, .view-staff-stories-carousel .view-content .disabled .item-odd .views-field-title,
    .view-stories-carousel .view-content .owl-item .views-field-title,
    .view-stories-carousel .view-content .disabled .item-odd .views-field-title {
      text-align: center; }
      .view-staff-stories-carousel .view-content .owl-item .views-field-title a, .view-staff-stories-carousel .view-content .disabled .item-odd .views-field-title a,
      .view-stories-carousel .view-content .owl-item .views-field-title a,
      .view-stories-carousel .view-content .disabled .item-odd .views-field-title a {
        font-size: 24px;
        line-height: 28px;
        color: #2D3538;
        margin: 10px 0;
        display: block; }
    .view-staff-stories-carousel .view-content .owl-item .views-field-created, .view-staff-stories-carousel .view-content .disabled .item-odd .views-field-created,
    .view-stories-carousel .view-content .owl-item .views-field-created,
    .view-stories-carousel .view-content .disabled .item-odd .views-field-created {
      font-weight: 700;
      font-size: 16px; }
    .view-staff-stories-carousel .view-content .owl-item .views-field-field-image img, .view-staff-stories-carousel .view-content .disabled .item-odd .views-field-field-image img,
    .view-stories-carousel .view-content .owl-item .views-field-field-image img,
    .view-stories-carousel .view-content .disabled .item-odd .views-field-field-image img {
      width: 100%; }
  .view-staff-stories-carousel .view-content .disabled .item-odd,
  .view-stories-carousel .view-content .disabled .item-odd {
    max-width: 430px; }
    @media (min-width: 768px) {
      .view-staff-stories-carousel .view-content .disabled .item-odd,
      .view-stories-carousel .view-content .disabled .item-odd {
        width: 50%; } }
    @media (min-width: 992px) {
      .view-staff-stories-carousel .view-content .disabled .item-odd,
      .view-stories-carousel .view-content .disabled .item-odd {
        width: 45%; } }
    @media (min-width: 1200px) {
      .view-staff-stories-carousel .view-content .disabled .item-odd,
      .view-stories-carousel .view-content .disabled .item-odd {
        width: 33%; } }

.node-type-shop h2.title-icon, .node-type-shop h2.title {
  font-size: 25px;
  font-weight: bold;
  color: #048242; }
.node-type-shop h2.title-icon {
  padding: 6px 0 14px 35px;
  position: relative; }
  .node-type-shop h2.title-icon:before {
    font-family: 'FontAwesome';
    left: -5px;
    position: absolute;
    top: 0;
    font-size: 1.5em; }
  .node-type-shop h2.title-icon span {
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 14px; }
  .node-type-shop h2.title-icon.address-title {
    padding-left: 25px; }
    .node-type-shop h2.title-icon.address-title:before {
      content: "\f041"; }
  .node-type-shop h2.title-icon.contact-title {
    padding-left: 33px; }
    .node-type-shop h2.title-icon.contact-title:before {
      content: "\f095"; }
  .node-type-shop h2.title-icon.opening-title:before {
    content: "\f017"; }
  .node-type-shop h2.title-icon.speciality-title {
    padding-left: 46px; }
    .node-type-shop h2.title-icon.speciality-title:before {
      content: "\f291"; }
.node-type-shop .field-name-field-google-business-link {
  margin-top: 13px; }
  .node-type-shop .field-name-field-google-business-link a {
    color: #D70079;
    font-weight: bold; }
.node-type-shop .field-name-field-email a {
  color: #007D44;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }
.node-type-shop .field-name-field-tel {
  margin-bottom: 20px; }
  .node-type-shop .field-name-field-tel a {
    color: #007D44; }
    .node-type-shop .field-name-field-tel a:hover {
      text-decoration: underline; }
.node-type-shop .field-name-field-manager .field-label, .node-type-shop .field-name-field-assistant-manager .field-label {
  font-weight: normal; }
.node-type-shop h2.speciality-title {
  /*border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  margin-top: 60px;
  margin-bottom: 26px;*/ }
.node-type-shop .view-shop-specialities {
    /*
    @include clearfix;

    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #f0f0f0;
    */ }
  .node-type-shop .view-shop-specialities .views-field-name {
    color: #048242;
    font-weight: bold;
    font-size: 25px; }
  .node-type-shop .view-shop-specialities .views-field-field-image {
    float: left;
    margin: 0 10px 10px 0; }
.node-type-shop .bootstrap-fieldgroup-accordion {
  margin-top: 50px; }
@media (min-width: 992px) {
  .node-type-shop .row-2 {
    margin-top: 40px; } }

.view-find-a-shop .ip-geoloc-map .leaflet-container {
  height: 392px !important; }
  @media (min-width: 992px) {
    .view-find-a-shop .ip-geoloc-map .leaflet-container {
      height: 550px !important; } }
.view-find-a-shop .leaflet-tagged-marker div.tag-above-marker {
  color: #4E5F66;
  font-weight: bold;
  font-size: 18px;
  top: -62px; }
.view-find-a-shop .leaflet-popup-content-wrapper {
  font-family: "Lato", sans-serif !important;
  background: #048242;
  color: #fff; }
  .view-find-a-shop .leaflet-popup-content-wrapper a {
    color: #fff; }
  .view-find-a-shop .leaflet-popup-content-wrapper p, .view-find-a-shop .leaflet-popup-content-wrapper .street-block, .view-find-a-shop .leaflet-popup-content-wrapper .addressfield-container {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px; }
    .view-find-a-shop .leaflet-popup-content-wrapper p.google-link a, .view-find-a-shop .leaflet-popup-content-wrapper .street-block.google-link a, .view-find-a-shop .leaflet-popup-content-wrapper .addressfield-container.google-link a {
      text-decoration: underline; }
  .view-find-a-shop .leaflet-popup-content-wrapper .title a {
    font-size: 25px;
    font-weight: bold; }
.view-find-a-shop .leaflet-popup-tip {
  display: none; }
.view-find-a-shop a.leaflet-popup-close-button {
  color: #fff;
  padding: 8px 8px 0 0;
  top: 5px;
  right: 5px; }

.view-find-a-shop.no-prox .leaflet-tagged-marker div.tag-above-marker {
  display: none; }

@media (max-width: 767px) {
  .view-find-a-shop .views-exposed-form .views-submit-button button {
    display: block !important;
    margin-top: 0; } }
.view-find-a-shop .views-exposed-form .views-exposed-widgets {
  margin: 30px 0; }
.view-find-a-shop .views-exposed-form #edit-field-shop-speciality-tidSelectBoxIt {
  min-width: 300px; }
.view-find-a-shop .views-exposed-form #edit-field-geofield-distance-wrapper label, .view-find-a-shop .views-exposed-form #edit-field-geofield-distance-wrapper .form-item-field-geofield-distance-distance, .view-find-a-shop .views-exposed-form #edit-field-geofield-distance-wrapper .form-item-field-geofield-distance-unit, .view-find-a-shop .views-exposed-form #edit-field-geofield-distance-wrapper .geofield-proximity-origin-from {
  display: none; }
.view-find-a-shop .views-exposed-form #edit-field-geofield-distance-wrapper input.geofield-proximity-origin, .view-find-a-shop .views-exposed-form #edit-field-geofield-distance-wrapper .input-group {
  max-width: 370px; }
.view-find-a-shop .views-exposed-form #edit-field-shop-speciality-tidSelectBoxIt {
  margin-top: 0; }
.view-find-a-shop.view-display-id-attachment_1 {
  margin-top: 30px; }
  .view-find-a-shop.view-display-id-attachment_1 .views-field-counter {
    color: #048242;
    font-weight: bold; }
  .view-find-a-shop.view-display-id-attachment_1 .views-field-nid {
    font-size: 13px; }
  .view-find-a-shop.view-display-id-attachment_1 .views-field-field-shop-speciality {
    display: none; }
    @media (min-width: 1200px) {
      .view-find-a-shop.view-display-id-attachment_1 .views-field-field-shop-speciality {
        display: table-cell; } }
    .view-find-a-shop.view-display-id-attachment_1 .views-field-field-shop-speciality ul {
      margin: 0;
      padding: 0;
      height: 30px; }
      .view-find-a-shop.view-display-id-attachment_1 .views-field-field-shop-speciality ul li {
        display: inline-block;
        height: 30px;
        margin-right: 10px; }
        .view-find-a-shop.view-display-id-attachment_1 .views-field-field-shop-speciality ul li div {
          display: inline-block;
          height: 30px; }
        .view-find-a-shop.view-display-id-attachment_1 .views-field-field-shop-speciality ul li .field-name-field-image {
          margin-bottom: 0; }
        .view-find-a-shop.view-display-id-attachment_1 .views-field-field-shop-speciality ul li:last-of-type {
          margin-right: 0; }

#block-views-shop-speciality-block {
  border: 1px solid #F1F1F1;
  padding: 18px 27px;
  margin-top: 20px; }
  #block-views-shop-speciality-block h2.block-title {
    color: #048242;
    font-size: 25px;
    font-weight: bold; }
  #block-views-shop-speciality-block .view-shop-speciality .table-responsive {
    border: none !important; }
  #block-views-shop-speciality-block .view-shop-speciality table tbody tr {
    background: none !important; }
    #block-views-shop-speciality-block .view-shop-speciality table tbody tr td {
      background: none !important;
      border: none !important;
      padding: 5px 0 !important; }

.node-event h1.event-title, .node-event-landing-page h1.event-title, .page-event-registration h1.event-title {
  margin-top: 0;
  color: #D70079;
  margin-bottom: 20px; }
.node-event .event-meta, .node-event-landing-page .event-meta, .page-event-registration .event-meta {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 30px; }
  .node-event .event-meta .fa, .node-event-landing-page .event-meta .fa, .page-event-registration .event-meta .fa {
    font-size: 22px;
    color: #048242;
    width: 100%;
    text-align: center; }
  .node-event .event-meta .meta-icon, .node-event-landing-page .event-meta .meta-icon, .page-event-registration .event-meta .meta-icon {
    width: 30px;
    display: block;
    margin-right: 8px;
    float: left;
    margin-top: -3px; }
    .node-event .event-meta .meta-icon.image-icon, .node-event-landing-page .event-meta .meta-icon.image-icon, .page-event-registration .event-meta .meta-icon.image-icon {
      float: left;
      text-align: center; }
      .node-event .event-meta .meta-icon.image-icon img, .node-event-landing-page .event-meta .meta-icon.image-icon img, .page-event-registration .event-meta .meta-icon.image-icon img {
        display: inline-block; }
  .node-event .event-meta .field, .node-event-landing-page .event-meta .field, .page-event-registration .event-meta .field {
    display: inline; }
  .node-event .event-meta .event-meta-field, .node-event-landing-page .event-meta .event-meta-field, .page-event-registration .event-meta .event-meta-field {
    margin-bottom: 10px;
    line-height: 1; }
.node-event .event-registration, .node-event-landing-page .event-registration, .page-event-registration .event-registration {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .node-event .event-registration, .node-event-landing-page .event-registration, .page-event-registration .event-registration {
      margin-top: 45px;
      margin-bottom: 45px; } }
.node-event .field-name-field-need-help-tel, .node-event-landing-page .field-name-field-need-help-tel, .page-event-registration .field-name-field-need-help-tel {
  float: left;
  margin-top: 10px; }
  .node-event .field-name-field-need-help-tel a, .node-event-landing-page .field-name-field-need-help-tel a, .page-event-registration .field-name-field-need-help-tel a {
    color: #007D44;
    font-weight: bold;
    position: relative;
    padding-left: 20px; }
    .node-event .field-name-field-need-help-tel a:before, .node-event-landing-page .field-name-field-need-help-tel a:before, .page-event-registration .field-name-field-need-help-tel a:before {
      font-family: "FontAwesome";
      content: "\f095";
      position: absolute;
      top: 0;
      left: 0;
      font-size: 18px; }
.node-event .btn.need-help, .node-event-landing-page .btn.need-help, .page-event-registration .btn.need-help {
  font-weight: bold;
  float: right; }
.node-event .field-collection-item-field-event-cta, .node-event-landing-page .field-collection-item-field-event-cta, .page-event-registration .field-collection-item-field-event-cta {
  color: #fff;
  padding: 35px 25px; }
  .node-event .field-collection-item-field-event-cta .field-name-field-label, .node-event-landing-page .field-collection-item-field-event-cta .field-name-field-label, .page-event-registration .field-collection-item-field-event-cta .field-name-field-label {
    font-size: 24px;
    line-height: 42px; }
  .node-event .field-collection-item-field-event-cta .field-name-field-snippet, .node-event-landing-page .field-collection-item-field-event-cta .field-name-field-snippet, .page-event-registration .field-collection-item-field-event-cta .field-name-field-snippet {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px; }
  .node-event .field-collection-item-field-event-cta .field-name-field-image, .node-event-landing-page .field-collection-item-field-event-cta .field-name-field-image, .page-event-registration .field-collection-item-field-event-cta .field-name-field-image {
    margin-bottom: 0; }
  .node-event .field-collection-item-field-event-cta .cta-icon, .node-event-landing-page .field-collection-item-field-event-cta .cta-icon, .page-event-registration .field-collection-item-field-event-cta .cta-icon {
    float: left;
    width: 30%;
    font-size: 70px; }
  .node-event .field-collection-item-field-event-cta .cta-content, .node-event-landing-page .field-collection-item-field-event-cta .cta-content, .page-event-registration .field-collection-item-field-event-cta .cta-content {
    float: left;
    width: 70%; }
  .node-event .field-collection-item-field-event-cta.pink, .node-event-landing-page .field-collection-item-field-event-cta.pink, .page-event-registration .field-collection-item-field-event-cta.pink {
    background: #D70079; }
  .node-event .field-collection-item-field-event-cta.blue, .node-event-landing-page .field-collection-item-field-event-cta.blue, .page-event-registration .field-collection-item-field-event-cta.blue {
    background: #0071BA; }
  .node-event .field-collection-item-field-event-cta.orange, .node-event-landing-page .field-collection-item-field-event-cta.orange, .page-event-registration .field-collection-item-field-event-cta.orange {
    background: #D74014; }
  .node-event .field-collection-item-field-event-cta.green, .node-event-landing-page .field-collection-item-field-event-cta.green, .page-event-registration .field-collection-item-field-event-cta.green {
    background: #048242; }
  .node-event .field-collection-item-field-event-cta.purple, .node-event-landing-page .field-collection-item-field-event-cta.purple, .page-event-registration .field-collection-item-field-event-cta.purple {
    background: #920353; }
  .node-event .field-collection-item-field-event-cta.lblue, .node-event-landing-page .field-collection-item-field-event-cta.lblue, .page-event-registration .field-collection-item-field-event-cta.lblue {
    background: #ECF1FA; }
.node-event a.event-cta-link:hover .field-collection-item-field-event-cta.pink, .node-event-landing-page a.event-cta-link:hover .field-collection-item-field-event-cta.pink, .page-event-registration a.event-cta-link:hover .field-collection-item-field-event-cta.pink {
  background-color: #be006b; }
.node-event a.event-cta-link:hover .field-collection-item-field-event-cta.blue, .node-event-landing-page a.event-cta-link:hover .field-collection-item-field-event-cta.blue, .page-event-registration a.event-cta-link:hover .field-collection-item-field-event-cta.blue {
  background-color: #0062a1; }
.node-event a.event-cta-link:hover .field-collection-item-field-event-cta.orange, .node-event-landing-page a.event-cta-link:hover .field-collection-item-field-event-cta.orange, .page-event-registration a.event-cta-link:hover .field-collection-item-field-event-cta.orange {
  background-color: #c03912; }
.node-event a.event-cta-link:hover .field-collection-item-field-event-cta.green, .node-event-landing-page a.event-cta-link:hover .field-collection-item-field-event-cta.green, .page-event-registration a.event-cta-link:hover .field-collection-item-field-event-cta.green {
  background-color: #036935; }
.node-event a.event-cta-link:hover .field-collection-item-field-event-cta.purple, .node-event-landing-page a.event-cta-link:hover .field-collection-item-field-event-cta.purple, .page-event-registration a.event-cta-link:hover .field-collection-item-field-event-cta.purple {
  background-color: #790245; }
.node-event a.event-cta-link:hover .field-collection-item-field-event-cta.lblue, .node-event-landing-page a.event-cta-link:hover .field-collection-item-field-event-cta.lblue, .page-event-registration a.event-cta-link:hover .field-collection-item-field-event-cta.lblue {
  background-color: #d8e2f5; }
.node-event .paragraphs-item-gallery .field-name-field-label, .node-event .paragraphs-item-video .field-name-field-label, .node-event-landing-page .paragraphs-item-gallery .field-name-field-label, .node-event-landing-page .paragraphs-item-video .field-name-field-label, .page-event-registration .paragraphs-item-gallery .field-name-field-label, .page-event-registration .paragraphs-item-video .field-name-field-label {
  color: #D70079;
  font-weight: 300;
  line-height: 1.1;
  font-size: 38px; }
  @media (max-width: 767px) {
    .node-event .paragraphs-item-gallery .field-name-field-label, .node-event .paragraphs-item-video .field-name-field-label, .node-event-landing-page .paragraphs-item-gallery .field-name-field-label, .node-event-landing-page .paragraphs-item-video .field-name-field-label, .page-event-registration .paragraphs-item-gallery .field-name-field-label, .page-event-registration .paragraphs-item-video .field-name-field-label {
      font-size: 28px; } }
.node-event .paragraphs-item-gallery .field-name-field-label, .node-event-landing-page .paragraphs-item-gallery .field-name-field-label, .page-event-registration .paragraphs-item-gallery .field-name-field-label {
  padding-bottom: 10px; }
.node-event .ssc-container, .node-event-landing-page .ssc-container, .page-event-registration .ssc-container {
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .node-event .ssc-container, .node-event-landing-page .ssc-container, .page-event-registration .ssc-container {
      border-bottom: 1px solid #C4D558; } }
.node-event .field-collection-container .field-name-field-event-cta .field-item, .node-event-landing-page .field-collection-container .field-name-field-event-cta .field-item, .page-event-registration .field-collection-container .field-name-field-event-cta .field-item {
  margin-bottom: 0; }
  .node-event .field-collection-container .field-name-field-event-cta .field-item a, .node-event-landing-page .field-collection-container .field-name-field-event-cta .field-item a, .page-event-registration .field-collection-container .field-name-field-event-cta .field-item a {
    color: #fff;
    text-decoration: underline; }
    .node-event .field-collection-container .field-name-field-event-cta .field-item a:hover, .node-event-landing-page .field-collection-container .field-name-field-event-cta .field-item a:hover, .page-event-registration .field-collection-container .field-name-field-event-cta .field-item a:hover {
      color: #f0f0f0; }
.node-event .container-inline-date .date-padding, .node-event .container-inline-date .form-item .form-item, .node-event-landing-page .container-inline-date .date-padding, .node-event-landing-page .container-inline-date .form-item .form-item, .page-event-registration .container-inline-date .date-padding, .page-event-registration .container-inline-date .form-item .form-item {
  float: none; }
.node-event .container-inline-date > .form-item, .node-event-landing-page .container-inline-date > .form-item, .page-event-registration .container-inline-date > .form-item {
  width: 100%; }
.node-event .form-type-date-popup.form-group, .node-event-landing-page .form-type-date-popup.form-group, .page-event-registration .form-type-date-popup.form-group {
  margin-bottom: 25px; }
.node-event .form-item.has-postcode-lookup .postcode--lookup, .node-event-landing-page .form-item.has-postcode-lookup .postcode--lookup, .page-event-registration .form-item.has-postcode-lookup .postcode--lookup {
  margin-top: 10px;
  width: 100%; }
@media (min-width: 992px) {
  .node-event .form-item.form-type-textfield > label.control-label, .node-event .form-item.form-type-select > label.control-label, .node-event .form-item.form-type-emailfield > label.control-label, .node-event .form-item.form-type-telfield > label.control-label, .node-event .form-item.form-type-date-popup > label.control-label, .node-event .form-item.form-type-urlfield > label.control-label, .node-event .form-item.form-type-numberfield > label.control-label, .node-event .form-item.form-type-date-select > label.control-label,
  .node-event .form-item input.form-text, .node-event-landing-page .form-item.form-type-textfield > label.control-label, .node-event-landing-page .form-item.form-type-select > label.control-label, .node-event-landing-page .form-item.form-type-emailfield > label.control-label, .node-event-landing-page .form-item.form-type-telfield > label.control-label, .node-event-landing-page .form-item.form-type-date-popup > label.control-label, .node-event-landing-page .form-item.form-type-urlfield > label.control-label, .node-event-landing-page .form-item.form-type-numberfield > label.control-label, .node-event-landing-page .form-item.form-type-date-select > label.control-label,
  .node-event-landing-page .form-item input.form-text, .page-event-registration .form-item.form-type-textfield > label.control-label, .page-event-registration .form-item.form-type-select > label.control-label, .page-event-registration .form-item.form-type-emailfield > label.control-label, .page-event-registration .form-item.form-type-telfield > label.control-label, .page-event-registration .form-item.form-type-date-popup > label.control-label, .page-event-registration .form-item.form-type-urlfield > label.control-label, .page-event-registration .form-item.form-type-numberfield > label.control-label, .page-event-registration .form-item.form-type-date-select > label.control-label,
  .page-event-registration .form-item input.form-text {
    display: inline-block; }
  .node-event .form-item.form-type-select > label.control-label, .node-event-landing-page .form-item.form-type-select > label.control-label, .page-event-registration .form-item.form-type-select > label.control-label {
    margin-top: 10px; }
  .node-event .form-item.form-type-textfield > label.control-label, .node-event .form-item.form-type-select > label.control-label, .node-event .form-item.form-type-emailfield > label.control-label, .node-event .form-item.form-type-telfield > label.control-label, .node-event .form-item.form-type-date-popup > label.control-label, .node-event .form-item.form-type-urlfield > label.control-label, .node-event .form-item.form-type-numberfield > label.control-label, .node-event .form-item.form-type-date-select > label.control-label, .node-event-landing-page .form-item.form-type-textfield > label.control-label, .node-event-landing-page .form-item.form-type-select > label.control-label, .node-event-landing-page .form-item.form-type-emailfield > label.control-label, .node-event-landing-page .form-item.form-type-telfield > label.control-label, .node-event-landing-page .form-item.form-type-date-popup > label.control-label, .node-event-landing-page .form-item.form-type-urlfield > label.control-label, .node-event-landing-page .form-item.form-type-numberfield > label.control-label, .node-event-landing-page .form-item.form-type-date-select > label.control-label, .page-event-registration .form-item.form-type-textfield > label.control-label, .page-event-registration .form-item.form-type-select > label.control-label, .page-event-registration .form-item.form-type-emailfield > label.control-label, .page-event-registration .form-item.form-type-telfield > label.control-label, .page-event-registration .form-item.form-type-date-popup > label.control-label, .page-event-registration .form-item.form-type-urlfield > label.control-label, .page-event-registration .form-item.form-type-numberfield > label.control-label, .page-event-registration .form-item.form-type-date-select > label.control-label {
    width: 25%; }
  .node-event .form-item input.form-text, .node-event .form-item .selectboxit-container, .node-event-landing-page .form-item input.form-text, .node-event-landing-page .form-item .selectboxit-container, .page-event-registration .form-item input.form-text, .page-event-registration .form-item .selectboxit-container {
    width: 70%;
    display: inline-block; }
  .node-event .form-item textarea, .node-event-landing-page .form-item textarea, .page-event-registration .form-item textarea {
    width: 95%; }
  .node-event .form-item.has-postcode-lookup input.form-text, .node-event-landing-page .form-item.has-postcode-lookup input.form-text, .page-event-registration .form-item.has-postcode-lookup input.form-text {
    width: 39%; }
  .node-event .form-item.has-postcode-lookup .postcode--lookup, .node-event-landing-page .form-item.has-postcode-lookup .postcode--lookup, .page-event-registration .form-item.has-postcode-lookup .postcode--lookup {
    margin-top: 0;
    width: auto; }
  .node-event .form-item.has-postcode-lookup .postcode--addresses, .node-event-landing-page .form-item.has-postcode-lookup .postcode--addresses, .page-event-registration .form-item.has-postcode-lookup .postcode--addresses {
    margin-left: 25%;
    padding-left: 5px; } }
@media (min-width: 1200px) {
  .node-event .form-item.has-postcode-lookup input.form-text, .node-event-landing-page .form-item.has-postcode-lookup input.form-text, .page-event-registration .form-item.has-postcode-lookup input.form-text {
    width: 48%; } }
@media (min-width: 992px) {
  .node-event .container-inline-date > .form-type-date-popup > .date-padding,
  .node-event .container-inline-date > .form-type-date-select > .date-padding, .node-event-landing-page .container-inline-date > .form-type-date-popup > .date-padding,
  .node-event-landing-page .container-inline-date > .form-type-date-select > .date-padding, .page-event-registration .container-inline-date > .form-type-date-popup > .date-padding,
  .page-event-registration .container-inline-date > .form-type-date-select > .date-padding {
    width: 70%;
    display: inline-block; }
    .node-event .container-inline-date > .form-type-date-popup > .date-padding input.form-text,
    .node-event .container-inline-date > .form-type-date-select > .date-padding input.form-text, .node-event-landing-page .container-inline-date > .form-type-date-popup > .date-padding input.form-text,
    .node-event-landing-page .container-inline-date > .form-type-date-select > .date-padding input.form-text, .page-event-registration .container-inline-date > .form-type-date-popup > .date-padding input.form-text,
    .page-event-registration .container-inline-date > .form-type-date-select > .date-padding input.form-text {
      width: 100%; } }
.node-event .container-inline-date, .node-event-landing-page .container-inline-date, .page-event-registration .container-inline-date {
  margin-bottom: 25px; }
  .node-event .container-inline-date label.control-label, .node-event-landing-page .container-inline-date label.control-label, .page-event-registration .container-inline-date label.control-label {
    float: none; }
    @media (min-width: 992px) {
      .node-event .container-inline-date label.control-label, .node-event-landing-page .container-inline-date label.control-label, .page-event-registration .container-inline-date label.control-label {
        float: left;
        margin-top: 10px; } }
  .node-event .container-inline-date .form-type-select, .node-event .container-inline-date .form-type-textfield, .node-event-landing-page .container-inline-date .form-type-select, .node-event-landing-page .container-inline-date .form-type-textfield, .page-event-registration .container-inline-date .form-type-select, .page-event-registration .container-inline-date .form-type-textfield {
    display: inline-block !important;
    margin-right: 10px;
    float: left !important; }
  .node-event .container-inline-date .selectboxit-container, .node-event-landing-page .container-inline-date .selectboxit-container, .page-event-registration .container-inline-date .selectboxit-container {
    width: auto !important; }
    .node-event .container-inline-date .selectboxit-container .selectboxit, .node-event-landing-page .container-inline-date .selectboxit-container .selectboxit, .page-event-registration .container-inline-date .selectboxit-container .selectboxit {
      min-width: 125px; }
  .node-event .container-inline-date input.date-year, .node-event-landing-page .container-inline-date input.date-year, .page-event-registration .container-inline-date input.date-year {
    width: 100px !important; }
.node-event .step-attendees .checkbox, .node-event-landing-page .step-attendees .checkbox, .page-event-registration .step-attendees .checkbox {
  margin-top: 0;
  margin-bottom: 25px; }
  .node-event .step-attendees .checkbox label.control-label, .node-event-landing-page .step-attendees .checkbox label.control-label, .page-event-registration .step-attendees .checkbox label.control-label {
    color: #007D44; }
.node-event .ticket-instance--item h3, .node-event-landing-page .ticket-instance--item h3, .page-event-registration .ticket-instance--item h3 {
  margin: 35px 0 20px 0;
  font-size: 25px;
  font-weight: bold; }
.node-event .ticket-user-message-popup, .node-event-landing-page .ticket-user-message-popup, .page-event-registration .ticket-user-message-popup {
  color: #0071BA;
  cursor: pointer;
  float: right; }

@media (min-width: 768px) {
  .view-related-events .title-container {
    padding-bottom: 11px;
    margin-bottom: 26px;
    border-bottom: 2px solid #C4D558; } }
@media (min-width: 992px) {
  .view-related-events .title-container {
    padding: 0 170px 0 330px;
    margin-bottom: 0;
    border: none; } }
.view-related-events .title-container .spacer-line {
  display: none; }
  @media (min-width: 992px) {
    .view-related-events .title-container .spacer-line {
      display: block; } }
@media (min-width: 768px) {
  .view-related-events .title-container h2, .view-related-events .title-container .spacer-line {
    float: left; } }
.view-related-events .title-container h2 {
  border-bottom: 2px solid #C4D558;
  padding-bottom: 20px;
  margin-top: 0; }
  @media (min-width: 768px) {
    .view-related-events .title-container h2 {
      border: none;
      padding: 0;
      width: 197px;
      margin-top: -24px; } }
  @media (min-width: 992px) {
    .view-related-events .title-container h2 {
      width: auto;
      margin-bottom: 60px;
      margin-top: 0; } }
.view-related-events .title-container .spacer-line {
  margin-top: 27px; }
.view-related-events .title-container .more-buttons {
  width: 100%;
  text-align: center;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .view-related-events .title-container .more-buttons {
      margin-bottom: 0;
      float: right;
      margin-top: 3px;
      text-align: left;
      width: auto; } }
.view-related-events .title-container h2, .view-related-events .title-container .more-buttons {
  position: relative; }
@media (min-width: 992px) {
  .view-related-events .title-container h2 {
    margin-left: -330px; }
  .view-related-events .title-container .more-buttons {
    margin-right: -170px; } }
.view-related-events .title-container .spacer-line {
  width: 100%;
  height: 2px;
  background: #C4D558; }

.view-event-links {
  clear: both; }
  .view-event-links h3 {
    margin-top: 0; }
  .view-event-links .links-container {
    margin-top: 21px; }
  .view-event-links .fundraising--facebook-link .fa {
    font-size: 23px;
    margin-right: 10px; }
  .view-event-links .fundraising--facebook-link a {
    color: #0071BA;
    font-weight: bold;
    font-size: 18px; }
  .view-event-links .downloads-container {
    padding: 10px 0; }
    .view-event-links .downloads-container .view-content,
    .view-event-links .downloads-container .field-name-field-event-downloads-block .field-items {
      margin-top: 20px;
      margin-bottom: 30px; }
    .view-event-links .downloads-container .views-field,
    .view-event-links .downloads-container .field-name-field-event-downloads-block .field-item {
      margin-bottom: 10px; }
      .view-event-links .downloads-container .views-field i.fa,
      .view-event-links .downloads-container .field-name-field-event-downloads-block .field-item i.fa {
        font-size: 23px;
        margin-right: 5px; }
      .view-event-links .downloads-container .views-field a,
      .view-event-links .downloads-container .field-name-field-event-downloads-block .field-item a {
        color: #0071BA;
        font-weight: bold;
        font-size: 18px; }
    .view-event-links .downloads-container .collapse-button {
      cursor: pointer;
      background: url("../images/mobile-expand.png") no-repeat right center; }
    .view-event-links .downloads-container .collapse-button[aria-expanded="true"] {
      background: url("../images/mobile-collapse.png") no-repeat right center; }
    @media (min-width: 768px) {
      .view-event-links .downloads-container .collapse-button {
        cursor: default;
        background: none; }
      .view-event-links .downloads-container .collapse, .view-event-links .downloads-container .collapsing {
        display: block !important;
        height: auto !important; } }

.view-event-sponsors .views-field-field-label {
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 15px; }
  .view-event-sponsors .views-field-field-label a {
    color: #D70079; }
  @media (min-width: 992px) {
    .view-event-sponsors .views-field-field-label {
      font-size: 38px;
      line-height: 38px; } }
.view-event-sponsors .views-field-field-short-snippet {
  font-size: 12px;
  line-height: 18px; }
  @media (min-width: 768px) {
    .view-event-sponsors .views-field-field-short-snippet {
      font-size: 18px;
      line-height: 28px; } }

@media (min-width: 768px) {
  .view-related-events {
    margin: 60px 0; } }
.view-related-events .view-content {
  clear: both; }
  .view-related-events .view-content .owl-carousel {
    position: relative; }
    @media (min-width: 768px) {
      .view-related-events .view-content .owl-carousel {
        margin: 0 -10px; } }
    .view-related-events .view-content .owl-carousel .owl-controls .owl-prev {
      position: absolute;
      top: 37%;
      left: -15px;
      padding: 0;
      color: #007D44;
      font-size: 20px;
      font-family: "FontAwesome";
      background: transparent;
      opacity: 0.9; }
      @media (min-width: 768px) {
        .view-related-events .view-content .owl-carousel .owl-controls .owl-prev {
          left: -35px; } }
    .view-related-events .view-content .owl-carousel .owl-controls .owl-next {
      position: absolute;
      top: 37%;
      right: -15px;
      padding: 0;
      color: #007D44;
      font-size: 20px;
      font-family: "FontAwesome";
      background: transparent;
      opacity: 0.9; }
      @media (min-width: 768px) {
        .view-related-events .view-content .owl-carousel .owl-controls .owl-next {
          right: -35px; } }
  .view-related-events .view-content .owl-item, .view-related-events .view-content .disabled .item-odd {
    padding: 0 10px; }
  .view-related-events .view-content .outer-wrapper {
    border: 1px solid #007D44; }
  .view-related-events .view-content .event-details {
    position: relative;
    background: url("../images/green-swoosh-large.png") no-repeat;
    background-size: 100%;
    color: #007D44;
    padding-top: 100px;
    margin-top: -89px; }
    @media (min-width: 768px) {
      .view-related-events .view-content .event-details {
        padding-top: 97px;
        margin-top: -88px; } }
    @media (min-width: 992px) {
      .view-related-events .view-content .event-details {
        padding-top: 82px;
        margin-top: -75px; } }
    @media (min-width: 1200px) {
      .view-related-events .view-content .event-details {
        padding-top: 100px;
        margin-top: -92px; } }
    .view-related-events .view-content .event-details .inner {
      background: #fff;
      padding: 15px; }
      .view-related-events .view-content .event-details .inner .views-field-title {
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 10px;
        min-height: 50px; }
        @media (min-width: 1200px) {
          .view-related-events .view-content .event-details .inner .views-field-title {
            font-size: 23px;
            line-height: 25px;
            margin-bottom: 15px; } }
      .view-related-events .view-content .event-details .inner .views-field-field-event-date, .view-related-events .view-content .event-details .inner .views-field-field-event-dates, .view-related-events .view-content .event-details .inner .views-field-field-event-town-city {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 16px; }
        .view-related-events .view-content .event-details .inner .views-field-field-event-date .icon-container, .view-related-events .view-content .event-details .inner .views-field-field-event-dates .icon-container, .view-related-events .view-content .event-details .inner .views-field-field-event-town-city .icon-container {
          font-size: 22px;
          width: 30px;
          display: block;
          float: left;
          margin-top: -4px;
          margin-right: 5px; }
          .view-related-events .view-content .event-details .inner .views-field-field-event-date .icon-container i.fa, .view-related-events .view-content .event-details .inner .views-field-field-event-dates .icon-container i.fa, .view-related-events .view-content .event-details .inner .views-field-field-event-town-city .icon-container i.fa {
            width: 100%;
            text-align: center; }
      .view-related-events .view-content .event-details .inner .views-field-field-event-town-city {
        height: 50px; }
    .view-related-events .view-content .event-details a {
      color: #007D44; }
    .view-related-events .view-content .event-details .views-field-field-image-1 {
      position: absolute;
      top: 20px;
      right: 10px;
      width: 60px;
      height: 63px;
      background: url("../images/event-cat-bg-green.png") no-repeat;
      padding: 15px 14px; }
  .view-related-events .view-content .outer-wrapper.CHSW {
    border: 1px solid transparent; }
    .view-related-events .view-content .outer-wrapper.CHSW .event-details.CHSW {
      background: url("../images/white-swoosh-large.png") no-repeat;
      background-size: 100%;
      color: #fff; }
      .view-related-events .view-content .outer-wrapper.CHSW .event-details.CHSW a {
        color: #fff; }
      .view-related-events .view-content .outer-wrapper.CHSW .event-details.CHSW .inner {
        background: #007D44; }
  .view-related-events .view-content .disabled .item-odd {
    max-width: 430px; }
    @media (min-width: 768px) {
      .view-related-events .view-content .disabled .item-odd {
        width: 50%; } }
    @media (min-width: 992px) {
      .view-related-events .view-content .disabled .item-odd {
        width: 45%; } }
    @media (min-width: 1200px) {
      .view-related-events .view-content .disabled .item-odd {
        width: 33%; } }

.node-type-event-landing-page .page-header {
  margin-bottom: 0; }
.node-type-event-landing-page .header-snippet {
  display: none;
  color: #fff; }
  @media (min-width: 768px) {
    .node-type-event-landing-page .header-snippet {
      display: block;
      font-size: 24px;
      line-height: 25px; } }
  @media (min-width: 992px) {
    .node-type-event-landing-page .header-snippet {
      font-size: 28px;
      line-height: 30px; } }
  @media (min-width: 1200px) {
    .node-type-event-landing-page .header-snippet {
      font-size: 35px;
      line-height: 36px; } }
  .node-type-event-landing-page .header-snippet a {
    color: #fff; }
.node-type-event-landing-page .view-event-finder-meta .item-list ul li {
  display: inline;
  padding-right: 5px; }
  .node-type-event-landing-page .view-event-finder-meta .item-list ul li:after {
    content: "|";
    padding-left: 5px; }
  .node-type-event-landing-page .view-event-finder-meta .item-list ul li:last-child:after {
    content: ""; }
.node-type-event-landing-page .view-event-finder-meta > .view-content {
  margin-bottom: 10px;
  position: relative; }
  .node-type-event-landing-page .view-event-finder-meta > .view-content ul {
    margin: 0;
    padding: 5px 0 0 35px;
    font-weight: bold;
    font-size: 18px; }
  .node-type-event-landing-page .view-event-finder-meta > .view-content:before {
    content: "\f073";
    font-family: FontAwesome;
    left: 3px;
    position: absolute;
    top: 0;
    color: #007D44;
    font-size: 22px; }
.node-type-event-landing-page .view-event-finder-meta .attachment .view-content:before {
  content: "\f041";
  left: 6px; }
.node-type-event-landing-page .events-wrapper {
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  margin: 20px 0 45px 0; }
  @media (min-width: 768px) {
    .node-type-event-landing-page .events-wrapper {
      background: url("../images/events-bg.svg") no-repeat center center; } }
@media (min-width: 992px) {
  .node-type-event-landing-page .elp-banner {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.64); }
    .node-type-event-landing-page .elp-banner h3.page-header {
      background: none !important;
      padding: 20px 0 !important; } }

#block-views-exp-events-page #edit-term-node-tid-depth .form-control, #block-views-exp-events-page #edit-field-event-hosted-by-value .form-control {
  display: inline-block;
  height: auto;
  width: auto; }
#block-views-exp-events-page ul.bef-tree-child.expanded {
  display: block !important; }
#block-views-exp-events-page .collapse-button {
  cursor: pointer;
  background: url("../images/mobile-expand.png") no-repeat right center;
  margin-right: 19px; }
#block-views-exp-events-page .collapse-button[aria-expanded="true"] {
  background: url("../images/mobile-collapse.png") no-repeat right center; }
@media (min-width: 768px) {
  #block-views-exp-events-page .collapse-button {
    cursor: default;
    background: none; }
  #block-views-exp-events-page #filters.collapse, #block-views-exp-events-page #filters.collapsing {
    display: block !important;
    height: auto !important; } }

.view-events.view-display-id-page_2 .view-content, .view-events.view-display-id-page_2 .date-nav {
  display: none; }
  @media (min-width: 992px) {
    .view-events.view-display-id-page_2 .view-content, .view-events.view-display-id-page_2 .date-nav {
      display: block; } }
.view-events.view-display-id-page_2 .view-header .date-nav {
  margin: 0;
  padding: 0;
  border: 0; }
  .view-events.view-display-id-page_2 .view-header .date-nav .pager {
    margin: 0;
    padding: 0;
    border: 0;
    display: none; }
  .view-events.view-display-id-page_2 .view-header .date-nav .date-heading {
    text-align: left; }
    .view-events.view-display-id-page_2 .view-header .date-nav .date-heading h3 {
      color: #D70079; }
.view-events.view-display-id-page_2 > .date-nav-wrapper .date-heading {
  display: none; }
.view-events.view-display-id-page_2 > .date-nav-wrapper .pager {
  width: 100%; }
  .view-events.view-display-id-page_2 > .date-nav-wrapper .pager .date-prev {
    left: 0;
    right: auto; }
  .view-events.view-display-id-page_2 > .date-nav-wrapper .pager li > a {
    border: none;
    background: transparent;
    color: #2D3538;
    font-size: 18px;
    padding: 0 !important; }
    .view-events.view-display-id-page_2 > .date-nav-wrapper .pager li > a:hover {
      color: #D70079; }
  .view-events.view-display-id-page_2 > .date-nav-wrapper .pager .date-prev, .view-events.view-display-id-page_2 > .date-nav-wrapper .pager .date-next {
    background: transparent;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    padding: 0 !important; }
    .view-events.view-display-id-page_2 > .date-nav-wrapper .pager .date-prev span, .view-events.view-display-id-page_2 > .date-nav-wrapper .pager .date-next span {
      color: #D70079; }
.view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view th.days {
  font-size: 16px;
  color: #007D44;
  font-weight: bold;
  padding: 6px 0 !important;
  border: 1px solid #2D3538;
  background: rgba(239, 243, 212, 0.3); }
.view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td {
  color: #2D3538;
  border-color: #2D3538;
  font-size: 13px;
  padding: 5px 0;
  font-weight: bold !important; }
  .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.weekend {
    background: #FAFCF3 !important; }
  .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.empty {
    border-color: #2D3538; }
  .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.multi-day div.monthview {
    height: 48px; }
    .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.multi-day div.monthview .contents {
      left: 3px; }
  .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.today {
    border-left: inherit !important;
    border-right: inherit !important;
    border-bottom: inherit !important; }
  .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.single-day.today {
    border-bottom: inherit !important; }
  .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.date-box.today {
    border-width: 1px 1px 0px 1px !important; }
  .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.multi-day div.monthview, .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.single-day div.monthview {
    border: 2px solid #007D44;
    background: #fff;
    padding: 5px;
    font-size: 12px; }
    .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.multi-day div.monthview.CHSW, .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.single-day div.monthview.CHSW {
      background: #007D44; }
      .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.multi-day div.monthview.CHSW a, .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.single-day div.monthview.CHSW a {
        color: #fff; }
      .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.multi-day div.monthview.CHSW .date-range, .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.single-day div.monthview.CHSW .date-range {
        color: #fff; }
      .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.multi-day div.monthview.CHSW .cutoff, .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.multi-day div.monthview.CHSW .continues, .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.single-day div.monthview.CHSW .cutoff, .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.single-day div.monthview.CHSW .continues {
        background: #007D44; }
    .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.multi-day div.monthview .date-range, .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.single-day div.monthview .date-range {
      position: absolute;
      right: 10px;
      color: #007D44;
      top: 20px; }
    .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.multi-day div.monthview .cutoff, .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.multi-day div.monthview .continues, .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.single-day div.monthview .cutoff, .view-events.view-display-id-page_2 .view-content .calendar-calendar .month-view tr td.single-day div.monthview .continues {
      background: #fff; }
.view-events .view-header {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 0 0; }
  @media (min-width: 1200px) {
    .view-events .view-header {
      font-size: 25px; } }
  .view-events .view-header span {
    color: #D70079; }
  @media (min-width: 768px) {
    .view-events .view-header {
      margin: 0 0 30px 0; } }
  @media (min-width: 1200px) {
    .view-events .view-header {
      margin: 0 0 60px 0; } }
.view-events .view-links {
  margin-bottom: 37px; }
  @media (min-width: 768px) {
    .view-events .view-links {
      margin-bottom: 35px; } }
  @media (min-width: 1200px) {
    .view-events .view-links {
      margin-bottom: 49px; } }
  .view-events .view-links ul#event-finder-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0; }
    @media (min-width: 768px) {
      .view-events .view-links ul#event-finder-links {
        float: right; } }
    .view-events .view-links ul#event-finder-links li {
      display: inline-block;
      margin-right: -5px; }
      .view-events .view-links ul#event-finder-links li.last {
        margin-right: 0; }
      .view-events .view-links ul#event-finder-links li a {
        display: block;
        color: #007D44;
        border: 1px solid #007D44;
        text-align: center;
        width: 42px;
        padding: 4px 0;
        font-size: 20px; }
        @media (min-width: 992px) {
          .view-events .view-links ul#event-finder-links li a {
            font-size: 25px;
            padding: 6px 0px;
            width: 48px; } }
        .view-events .view-links ul#event-finder-links li a.active, .view-events .view-links ul#event-finder-links li a:hover {
          color: #fff;
          background: #007D44; }
@media (min-width: 768px) {
  .view-events .item-odd {
    clear: left; } }
@media (min-width: 1200px) {
  .view-events .item-odd {
    clear: none; } }
@media (min-width: 1200px) {
  .view-events .item-0 {
    clear: left; } }
.view-events .event-details {
  position: relative;
  background: url("../images/green-swoosh-large.png") no-repeat;
  background-size: 100%;
  color: #007D44;
  padding-top: 100px;
  margin-top: -89px; }
  @media (min-width: 768px) {
    .view-events .event-details {
      padding-top: 56px;
      margin-top: -49px; } }
  @media (min-width: 992px) {
    .view-events .event-details {
      padding-top: 70px;
      margin-top: -66px; } }
  @media (min-width: 1200px) {
    .view-events .event-details {
      padding-top: 73px;
      margin-top: -70px; } }
  .view-events .event-details .inner {
    background: #fff;
    padding: 15px; }
    .view-events .event-details .inner .views-field-title {
      font-size: 19px;
      line-height: 23px;
      margin-bottom: 10px;
      height: 46px;
      overflow: hidden; }
      @media (min-width: 1200px) {
        .view-events .event-details .inner .views-field-title {
          font-size: 23px;
          line-height: 25px;
          margin-bottom: 15px;
          height: 53px; } }
    .view-events .event-details .inner .views-field-field-event-date, .view-events .event-details .inner .views-field-field-event-town-city {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 10px; }
      @media (min-width: 1200px) {
        .view-events .event-details .inner .views-field-field-event-date, .view-events .event-details .inner .views-field-field-event-town-city {
          font-size: 16px;
          margin-bottom: 10px; } }
      .view-events .event-details .inner .views-field-field-event-date .icon-container, .view-events .event-details .inner .views-field-field-event-town-city .icon-container {
        font-size: 18px;
        width: 24px;
        display: inline-block; }
        @media (min-width: 1200px) {
          .view-events .event-details .inner .views-field-field-event-date .icon-container, .view-events .event-details .inner .views-field-field-event-town-city .icon-container {
            margin-right: 1px;
            font-size: 20px;
            width: 25px; } }
        .view-events .event-details .inner .views-field-field-event-date .icon-container i.fa, .view-events .event-details .inner .views-field-field-event-town-city .icon-container i.fa {
          width: 100%;
          text-align: center; }
  .view-events .event-details a {
    color: #007D44; }
  .view-events .event-details .views-field-field-image {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 60px;
    height: 63px;
    background: url("../images/event-cat-bg-green.png") no-repeat;
    padding: 15px 14px; }
    @media (min-width: 768px) {
      .view-events .event-details .views-field-field-image {
        top: 4px; } }
    @media (min-width: 992px) {
      .view-events .event-details .views-field-field-image {
        top: 10px; } }
.view-events .outer-wrapper {
  border: 1px solid #007D44;
  max-width: 358px;
  margin-bottom: 20px; }
.view-events .outer-wrapper.CHSW {
  border: 1px solid transparent; }
  .view-events .outer-wrapper.CHSW .event-details.CHSW {
    background: url("../images/white-swoosh-large.png") no-repeat;
    background-size: 100%;
    color: #fff; }
    .view-events .outer-wrapper.CHSW .event-details.CHSW a {
      color: #fff; }
    .view-events .outer-wrapper.CHSW .event-details.CHSW .inner {
      background: #007D44; }
.view-events .ip-geoloc-map .leaflet-popup-content-wrapper {
  font-family: "Lato", sans-serif !important;
  background: #048242;
  color: #fff; }
  @media (max-width: 767px) {
    .view-events .ip-geoloc-map .leaflet-popup-content-wrapper .leaflet-popup-content {
      max-width: 230px; } }
  .view-events .ip-geoloc-map .leaflet-popup-content-wrapper br {
    display: none; }
  .view-events .ip-geoloc-map .leaflet-popup-content-wrapper a {
    color: #fff; }
    .view-events .ip-geoloc-map .leaflet-popup-content-wrapper a:hover {
      text-decoration: none; }
  .view-events .ip-geoloc-map .leaflet-popup-content-wrapper a h2 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .view-events .ip-geoloc-map .leaflet-popup-content-wrapper a h2 {
        font-size: 20px;
        line-height: 22px; } }
    .view-events .ip-geoloc-map .leaflet-popup-content-wrapper a h2:hover {
      text-decoration: none; }
  .view-events .ip-geoloc-map .leaflet-popup-content-wrapper .field {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px; }
    .view-events .ip-geoloc-map .leaflet-popup-content-wrapper .field .icon-container {
      font-size: 18px;
      width: 24px;
      display: inline-block; }
      @media (min-width: 1200px) {
        .view-events .ip-geoloc-map .leaflet-popup-content-wrapper .field .icon-container {
          margin-right: 1px;
          font-size: 20px;
          width: 25px; } }
      .view-events .ip-geoloc-map .leaflet-popup-content-wrapper .field .icon-container i.fa {
        width: 100%;
        text-align: center; }
  .view-events .ip-geoloc-map .leaflet-popup-content-wrapper .category-image {
    width: 60px;
    height: 63px;
    background: url("../images/event-cat-bg-green.png") no-repeat;
    padding: 15px 14px;
    float: right; }
.view-events .ip-geoloc-map .leaflet-popup-tip {
  display: none; }
.view-events .ip-geoloc-map a.leaflet-popup-close-button {
  color: #fff;
  padding: 8px 8px 0 0;
  top: 5px;
  right: 5px; }

.page-events .flexslider {
  width: 100%;
  overflow: hidden;
  display: none;
  position: relative;
  margin: 0 0 30px 0;
  border: none; }
  @media (min-width: 768px) {
    .page-events .flexslider {
      display: block;
      height: 260px; } }
  @media (min-width: 992px) {
    .page-events .flexslider {
      height: 300px; } }
  .page-events .flexslider .field-name-field-image {
    margin-bottom: 0; }
  .page-events .flexslider img {
    width: auto !important;
    height: auto !important;
    max-width: none !important; }
  .page-events .flexslider .content {
    position: relative; }
  @media (min-width: 1200px) {
    .page-events .flexslider {
      margin: 0 0 60px 0; } }
  .page-events .flexslider .absolute-container {
    top: 0;
    left: 0; }
    @media (min-width: 768px) {
      .page-events .flexslider .absolute-container {
        position: absolute;
        display: block;
        padding: 30px; } }
    @media (min-width: 992px) {
      .page-events .flexslider .absolute-container {
        padding: 46px 30px 30px 30px; } }
    .page-events .flexslider .absolute-container .field-name-field-snippet {
      font-weight: 300;
      font-size: 20px;
      line-height: 24px;
      color: #fff;
      max-width: 100%;
      display: none;
      text-shadow: 1px 1px 1px black; }
      @media (min-width: 1200px) {
        .page-events .flexslider .absolute-container .field-name-field-snippet {
          font-size: 25px;
          line-height: 31px; } }
      .page-events .flexslider .absolute-container .field-name-field-snippet p {
        margin-top: 5px; }
      .page-events .flexslider .absolute-container .field-name-field-snippet h1, .page-events .flexslider .absolute-container .field-name-field-snippet h2, .page-events .flexslider .absolute-container .field-name-field-snippet h3, .page-events .flexslider .absolute-container .field-name-field-snippet h4, .page-events .flexslider .absolute-container .field-name-field-snippet h5, .page-events .flexslider .absolute-container .field-name-field-snippet h6 {
        color: #fff;
        margin: 0; }
      .page-events .flexslider .absolute-container .field-name-field-snippet h2 {
        font-size: 36px;
        line-height: 36px; }
        @media (min-width: 1200px) {
          .page-events .flexslider .absolute-container .field-name-field-snippet h2 {
            font-size: 49px;
            line-height: 51px; } }
      .page-events .flexslider .absolute-container .field-name-field-snippet h3 {
        font-size: 36px;
        line-height: 36px; }
        @media (min-width: 1200px) {
          .page-events .flexslider .absolute-container .field-name-field-snippet h3 {
            font-size: 38px;
            line-height: 40px; } }
      @media (min-width: 768px) {
        .page-events .flexslider .absolute-container .field-name-field-snippet {
          display: block; } }
    .page-events .flexslider .absolute-container .field-name-field-link {
      text-align: center;
      height: 130px;
      background: #007D44; }
      @media (min-width: 768px) {
        .page-events .flexslider .absolute-container .field-name-field-link {
          text-align: right;
          background: none;
          height: auto;
          margin-top: 20px; } }
      @media (min-width: 992px) {
        .page-events .flexslider .absolute-container .field-name-field-link {
          text-align: left; } }
      .page-events .flexslider .absolute-container .field-name-field-link a.btn.btn-green {
        margin-top: 12px; }
        .page-events .flexslider .absolute-container .field-name-field-link a.btn.btn-green:hover {
          background: #fff;
          color: #007D44; }
        @media (min-width: 768px) {
          .page-events .flexslider .absolute-container .field-name-field-link a.btn.btn-green {
            border: none;
            margin: 0;
            box-shadow: 0 0 0 0 #048242; }
            .page-events .flexslider .absolute-container .field-name-field-link a.btn.btn-green:hover {
              box-shadow: 0 0 0 3px #048242; } }
  .page-events .flexslider .flex-control-nav {
    display: none;
    bottom: 20px;
    top: auto;
    right: auto;
    left: 30px;
    position: absolute;
    margin: auto;
    height: 25px;
    text-align: left;
    z-index: 2; }
    @media (min-width: 768px) {
      .page-events .flexslider .flex-control-nav {
        display: block;
        text-align: left;
        font-size: 0;
        text-indent: 0; } }
    @media (min-width: 992px) {
      .page-events .flexslider .flex-control-nav {
        text-align: left;
        text-indent: 0; } }
    .page-events .flexslider .flex-control-nav li {
      margin: 0 7px; }
      .page-events .flexslider .flex-control-nav li a {
        background: transparent;
        border: 2px solid #fff;
        width: 14px;
        height: 14px; }
        .page-events .flexslider .flex-control-nav li a.flex-active {
          background: #048242; }

.region-sidebar-first .panel-group {
  border: none;
  margin-bottom: -1px; }
  .region-sidebar-first .panel-group .panel {
    padding: 0; }
  .region-sidebar-first .panel-group .panel-heading h2 a {
    display: block;
    padding: 15px 0 15px 19px;
    margin-right: 19px;
    color: #007D44;
    font-size: 25px;
    font-weight: bold;
    background: url("../images/mobile-collapse.png") no-repeat right center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 767px) {
      .region-sidebar-first .panel-group .panel-heading h2 a {
        font-size: 18px; } }
    .region-sidebar-first .panel-group .panel-heading h2 a:hover {
      text-decoration: none; }
    .region-sidebar-first .panel-group .panel-heading h2 a:focus {
      text-decoration: none; }
    .region-sidebar-first .panel-group .panel-heading h2 a.collapsed {
      background: url("../images/mobile-expand.png") no-repeat right center; }
  .region-sidebar-first .panel-group .panel .panel-body {
    overflow: hidden;
    *zoom: 1;
    padding: 0 19px; }
    .region-sidebar-first .panel-group .panel .panel-body input[type="radio"], .region-sidebar-first .panel-group .panel .panel-body input[type="checkbox"] {
      margin: 0; }
    .region-sidebar-first .panel-group .panel .panel-body .form-checkboxes {
      margin-top: 10px;
      width: 100% !important; }
      .region-sidebar-first .panel-group .panel .panel-body .form-checkboxes .form-type-bef-checkbox {
        margin-bottom: 10px; }
      .region-sidebar-first .panel-group .panel .panel-body .form-checkboxes .bef-tree .form-item {
        position: relative; }
        .region-sidebar-first .panel-group .panel .panel-body .form-checkboxes .bef-tree .form-item.expanded > label.option {
          color: #007D44;
          font-weight: bold; }
        .region-sidebar-first .panel-group .panel .panel-body .form-checkboxes .bef-tree .form-item .expander {
          position: absolute;
          top: 1px;
          right: 0;
          color: #C4D558;
          cursor: pointer; }
      .region-sidebar-first .panel-group .panel .panel-body .form-checkboxes .bef-tree .bef-tree-child {
        margin: 0;
        padding: 0;
        border: 0;
        padding: 20px 0 10px 0;
        margin-bottom: 20px;
        list-style-type: none;
        border-top: 1px solid #C4D558;
        border-bottom: 1px solid #C4D558; }
    .region-sidebar-first .panel-group .panel .panel-body .form-control {
      padding: 0;
      border: none;
      color: #2D3538;
      font-weight: 300;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .region-sidebar-first .panel-group .panel .panel-body .form-control label {
        color: #2D3538;
        font-weight: 300;
        font-size: 18px; }
      .region-sidebar-first .panel-group .panel .panel-body .form-control .bef-tree {
        margin: 0;
        padding: 0;
        border: 0;
        list-style-type: none; }
    .region-sidebar-first .panel-group .panel .panel-body #edit-field-geofield-distance-distanceSelectBoxIt, .region-sidebar-first .panel-group .panel .panel-body #edit-field-event-date-valueSelectBoxIt {
      border: 2px solid #007D44; }
    .region-sidebar-first .panel-group .panel .panel-body #edit-field-geofield-distance label {
      font-size: 18px;
      font-weight: bold;
      color: #007D44; }
    .region-sidebar-first .panel-group .panel .panel-body label.widget-label {
      font-size: 18px;
      font-weight: bold;
      color: #007D44; }
    .region-sidebar-first .panel-group .panel .panel-body .geofield-proximity-field-wrapper .form-item, .region-sidebar-first .panel-group .panel .panel-body .geofield-proximity-field-wrapper .geofield-proximity-origin-from {
      float: none;
      margin-right: 0; }
    .region-sidebar-first .panel-group .panel .panel-body .views-submit-button {
      float: right;
      padding: 0; }
      .region-sidebar-first .panel-group .panel .panel-body .views-submit-button .btn.btn-default {
        margin: 20px 0; }
    .region-sidebar-first .panel-group .panel .panel-body .views-reset-button {
      float: left;
      padding: 0; }
      .region-sidebar-first .panel-group .panel .panel-body .views-reset-button .btn.btn-default {
        margin: 20px 0;
        background: none;
        color: #D70079;
        font-weight: bold;
        padding: 17px 5px;
        border: none; }
        .region-sidebar-first .panel-group .panel .panel-body .views-reset-button .btn.btn-default:hover {
          border: none; }
  .region-sidebar-first .panel-group #filter-by .form-item {
    float: left;
    margin-right: 20px; }
  .region-sidebar-first .panel-group #filter-by .form-item-field-event-country-value {
    clear: both; }
  .region-sidebar-first .panel-group #advanced {
    padding-bottom: 20px; }
    .region-sidebar-first .panel-group #advanced .panel-body .form-item, .region-sidebar-first .panel-group #advanced .panel-body #edit-field-geofield-distance .input-group {
      margin-bottom: 20px; }
    .region-sidebar-first .panel-group #advanced .panel-body .form-type-geofield-proximity.form-item {
      margin: 10px 0 0 0; }
.region-sidebar-first #block-views-event-archive-block {
  display: none; }
  .region-sidebar-first #block-views-event-archive-block h2.block-title {
    font-size: 25px;
    font-weight: bold;
    color: #007D44;
    margin-top: 0; }
  .region-sidebar-first #block-views-event-archive-block .view-event-archive {
    color: #048242;
    font-weight: bold; }
    .region-sidebar-first #block-views-event-archive-block .view-event-archive ul.views-summary {
      margin: 0;
      padding: 0;
      border: 0;
      list-style: none; }
      .region-sidebar-first #block-views-event-archive-block .view-event-archive ul.views-summary li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0; }
    .region-sidebar-first #block-views-event-archive-block .view-event-archive a {
      color: #007D44;
      font-weight: bold; }
  @media (min-width: 768px) {
    .region-sidebar-first #block-views-event-archive-block {
      display: block;
      padding: 15px 19px;
      border: 1px solid #f1f1f1; } }

.page-event-registration .bean-body-copy {
  padding: 5px 10px;
  border: 1px solid #979797;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .page-event-registration .bean-body-copy {
      padding: 25px; } }
  .page-event-registration .bean-body-copy h3 {
    margin-top: 0;
    font-weight: bold;
    font-size: 23px; }

.block-bean-body-copy-blue-bg {
  background: #ECF1FA;
  padding: 25px 25px 12.5px 25px;
  border: none;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .block-bean-body-copy-blue-bg {
      padding: 25px; } }
  .block-bean-body-copy-blue-bg h2.block-title {
    color: #007D44;
    margin-top: 0;
    font-weight: bold;
    font-size: 23px;
    cursor: pointer;
    background: url("../images/mobile-expand.png") no-repeat right center; }
  .block-bean-body-copy-blue-bg h2.block-title[aria-expanded="true"] {
    background: url("../images/mobile-collapse.png") no-repeat right center; }
  @media (min-width: 768px) {
    .block-bean-body-copy-blue-bg h2.block-title {
      cursor: default;
      background: none !important; }
    .block-bean-body-copy-blue-bg .collapse, .block-bean-body-copy-blue-bg .collapsing {
      display: block !important;
      height: auto !important; } }

.block-bean-simple-image .field-name-field-image {
  margin: 0; }

#block-chsw-events-need-help {
  padding: 5px 10px;
  border: 1px solid #979797;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    #block-chsw-events-need-help {
      padding: 25px; } }
  #block-chsw-events-need-help h2.block-title {
    color: #007D44;
    margin-top: 0;
    font-weight: bold;
    font-size: 23px; }
  #block-chsw-events-need-help a.tel {
    font-weight: bold;
    display: block;
    margin: 20px 0; }
  #block-chsw-events-need-help .btn.need-help {
    float: none;
    width: 100%; }
    @media (min-width: 768px) {
      #block-chsw-events-need-help .btn.need-help {
        width: auto; } }
  #block-chsw-events-need-help p.ask-question {
    text-align: center; }

.event-registration, .event-registration-form-wrapper, .event-registration-form {
  color: #4E5F66; }
  .event-registration fieldset, .event-registration-form-wrapper fieldset, .event-registration-form fieldset {
    z-index: 0; }
    .event-registration fieldset:hover, .event-registration-form-wrapper fieldset:hover, .event-registration-form fieldset:hover {
      z-index: auto; }
  .event-registration table tr td, .event-registration-form-wrapper table tr td, .event-registration-form table tr td {
    padding: 3px !important; }
    @media (min-width: 992px) {
      .event-registration table tr td, .event-registration-form-wrapper table tr td, .event-registration-form table tr td {
        padding: 10px 18px !important; } }
  .event-registration .additional-item, .event-registration-form-wrapper .additional-item, .event-registration-form .additional-item {
    font-size: 15px;
    font-weight: normal; }
    .event-registration .additional-item .item-title,
    .event-registration .additional-item .item-option-1,
    .event-registration .additional-item .item-option-2, .event-registration-form-wrapper .additional-item .item-title,
    .event-registration-form-wrapper .additional-item .item-option-1,
    .event-registration-form-wrapper .additional-item .item-option-2, .event-registration-form .additional-item .item-title,
    .event-registration-form .additional-item .item-option-1,
    .event-registration-form .additional-item .item-option-2 {
      display: inline-block;
      margin-right: 5px; }
  .event-registration .landing-reg-form, .event-registration-form-wrapper .landing-reg-form, .event-registration-form .landing-reg-form {
    border: 1px solid #4E5F66;
    padding: 5px 10px; }
    @media (min-width: 992px) {
      .event-registration .landing-reg-form, .event-registration-form-wrapper .landing-reg-form, .event-registration-form .landing-reg-form {
        padding: 25px; } }
    @media (max-width: 767px) {
      .event-registration .landing-reg-form .bean-body-copy a.btn, .event-registration-form-wrapper .landing-reg-form .bean-body-copy a.btn, .event-registration-form .landing-reg-form .bean-body-copy a.btn {
        width: 100%; } }
  .event-registration h3, .event-registration-form-wrapper h3, .event-registration-form h3 {
    font-weight: bold;
    font-size: 23px;
    clear: both; }
  .event-registration .has-error .form-control, .event-registration-form-wrapper .has-error .form-control, .event-registration-form .has-error .form-control {
    border-color: #D90000; }
  .event-registration .has-error input, .event-registration-form-wrapper .has-error input, .event-registration-form .has-error input {
    background: transparent !important; }
  .event-registration .has-error.form-type-select + .messages.error, .event-registration-form-wrapper .has-error.form-type-select + .messages.error, .event-registration-form .has-error.form-type-select + .messages.error {
    display: none; }
  .event-registration .form-group.error label, .event-registration .form-group.error .control-label, .event-registration .form-group.has-error label, .event-registration .form-group.has-error .control-label, .event-registration-form-wrapper .form-group.error label, .event-registration-form-wrapper .form-group.error .control-label, .event-registration-form-wrapper .form-group.has-error label, .event-registration-form-wrapper .form-group.has-error .control-label, .event-registration-form .form-group.error label, .event-registration-form .form-group.error .control-label, .event-registration-form .form-group.has-error label, .event-registration-form .form-group.has-error .control-label {
    color: #D90000; }
  .event-registration .messages-inline, .event-registration-form-wrapper .messages-inline, .event-registration-form .messages-inline {
    background: transparent;
    border: none;
    color: #D90000;
    padding: 10px 24px;
    border-radius: 30px;
    margin-top: -72px;
    margin-bottom: 20px;
    position: relative;
    z-index: -999; }
    @media (min-width: 992px) {
      .event-registration .messages-inline, .event-registration-form-wrapper .messages-inline, .event-registration-form .messages-inline {
        width: 70%;
        margin-left: 25%; } }
    .event-registration .messages-inline:after, .event-registration-form-wrapper .messages-inline:after, .event-registration-form .messages-inline:after {
      font-family: FontAwesome;
      position: absolute;
      color: #fff;
      background: #D90000;
      border-radius: 30px;
      content: "\f12a";
      right: 5px;
      top: 8px;
      font-size: 20px;
      padding: 1px 12px; }

.event-ticket-form.mini-form button#edit-submit, .event-registration-form-wrapper.tickets button#edit-submit {
  float: right;
  clear: both;
  background: #D70079;
  color: #fff;
  width: 100%;
  font-size: 18px;
  font-weight: bold; }
  @media (min-width: 768px) {
    .event-ticket-form.mini-form button#edit-submit, .event-registration-form-wrapper.tickets button#edit-submit {
      width: 260px; } }
  @media (max-width: 767px) {
    .event-ticket-form.mini-form button#edit-submit, .event-registration-form-wrapper.tickets button#edit-submit {
      margin-bottom: 30px; } }
  .event-ticket-form.mini-form button#edit-submit:hover, .event-registration-form-wrapper.tickets button#edit-submit:hover {
    border-color: #D70079; }
.event-ticket-form.mini-form table tr td, .event-registration-form-wrapper.tickets table tr td {
  border: none;
  font-weight: bold;
  font-size: 15px;
  vertical-align: top !important; }
  @media (min-width: 992px) {
    .event-ticket-form.mini-form table tr td, .event-registration-form-wrapper.tickets table tr td {
      font-size: 18px; } }
  .event-ticket-form.mini-form table tr td .ticket-user-message-popup, .event-registration-form-wrapper.tickets table tr td .ticket-user-message-popup {
    float: left;
    width: 100%;
    clear: both; }
  .event-ticket-form.mini-form table tr td .event-ticket--quantity .selectboxit-container .selectboxit, .event-registration-form-wrapper.tickets table tr td .event-ticket--quantity .selectboxit-container .selectboxit {
    width: 90px;
    min-width: 90px; }
    @media (min-width: 992px) {
      .event-ticket-form.mini-form table tr td .event-ticket--quantity .selectboxit-container .selectboxit, .event-registration-form-wrapper.tickets table tr td .event-ticket--quantity .selectboxit-container .selectboxit {
        width: 100px;
        min-width: 100px; } }
  .event-ticket-form.mini-form table tr td .event-ticket--price, .event-registration-form-wrapper.tickets table tr td .event-ticket--price {
    font-size: 18px;
    color: #D70079;
    text-align: right; }
    @media (min-width: 992px) {
      .event-ticket-form.mini-form table tr td .event-ticket--price, .event-registration-form-wrapper.tickets table tr td .event-ticket--price {
        font-size: 24px; } }
  .event-ticket-form.mini-form table tr td .event-ticket--total-price, .event-registration-form-wrapper.tickets table tr td .event-ticket--total-price {
    text-align: right;
    display: none; }
    @media (min-width: 992px) {
      .event-ticket-form.mini-form table tr td .event-ticket--total-price, .event-registration-form-wrapper.tickets table tr td .event-ticket--total-price {
        display: block; } }

.event-registration-form-wrapper.tickets {
  border: 1px solid #4E5F66;
  padding: 5px 10px; }
  @media (min-width: 992px) {
    .event-registration-form-wrapper.tickets {
      padding: 25px; } }
  .event-registration-form-wrapper.tickets hr {
    border-top: 1px solid #4E5F66; }
  .event-registration-form-wrapper.tickets table tr th {
    font-size: 18px;
    color: #2D3538;
    border: none;
    border-bottom: 1px solid #f0f0f0; }
    .event-registration-form-wrapper.tickets table tr th:nth-child(3), .event-registration-form-wrapper.tickets table tr th:nth-child(4) {
      text-align: right; }
    .event-registration-form-wrapper.tickets table tr th:nth-child(4) {
      display: none; }
      @media (min-width: 992px) {
        .event-registration-form-wrapper.tickets table tr th:nth-child(4) {
          display: block; } }
  .event-registration-form-wrapper.tickets table tr td .event-ticket--price {
    color: #2D3538;
    font-size: 18px;
    text-align: right; }
    @media (min-width: 992px) {
      .event-registration-form-wrapper.tickets table tr td .event-ticket--price {
        font-size: 24px; } }
  .event-registration-form-wrapper.tickets table tr td .event-ticket--total-price {
    color: #D70079;
    font-size: 24px;
    text-align: right; }
  .event-registration-form-wrapper.tickets button.update-quantity {
    background: transparent !important;
    border: none !important;
    color: #D70079;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding-left: 29px; }
    .event-registration-form-wrapper.tickets button.update-quantity:before {
      font-size: 25px;
      font-family: FontAwesome;
      left: 0;
      position: absolute;
      top: 0;
      content: "\f01e"; }
  .event-registration-form-wrapper.tickets .sub-total {
    clear: both;
    font-size: 25px; }
    .event-registration-form-wrapper.tickets .sub-total .sub-total--label {
      float: left; }
    .event-registration-form-wrapper.tickets .sub-total .sub-total--value {
      float: right;
      text-align: right;
      padding-right: 18px; }
  .event-registration-form-wrapper.tickets .order-discount {
    margin: 20px 0;
    clear: both;
    overflow: hidden;
    *zoom: 1;
    float: left;
    width: 100%;
    background: #D70079;
    color: #fff;
    padding: 18px; }
    .event-registration-form-wrapper.tickets .order-discount .order-discount--label {
      font-size: 25px;
      float: left; }
    .event-registration-form-wrapper.tickets .order-discount .order-discount--message {
      font-size: 18px;
      font-weight: bold;
      float: left;
      clear: left; }
    .event-registration-form-wrapper.tickets .order-discount .order-discount--value {
      float: right;
      margin-top: -20px;
      font-size: 25px; }
  .event-registration-form-wrapper.tickets .order-total {
    clear: both;
    overflow: hidden;
    *zoom: 1;
    color: #007D44;
    font-size: 25px;
    font-weight: bold; }
    .event-registration-form-wrapper.tickets .order-total .sub-total--label {
      float: left; }
    .event-registration-form-wrapper.tickets .order-total .sub-total--value {
      float: right;
      text-align: right;
      padding-right: 18px; }

.event-registration-form-steps {
  margin-bottom: 30px;
  border-left: 3px solid #007D44; }
  .event-registration-form-steps .event-registration-form-steps--step {
    display: inline-block;
    padding: 15px 7px;
    border: 3px solid #007D44;
    color: #007D44;
    font-weight: bold;
    font-size: 14px;
    margin-right: -7px;
    position: relative;
    border-left: none; }
    @media (min-width: 992px) {
      .event-registration-form-steps .event-registration-form-steps--step {
        padding: 23px 37px; } }
    @media (min-width: 1200px) {
      .event-registration-form-steps .event-registration-form-steps--step {
        padding: 23px 50px; } }
    @media (min-width: 992px) {
      .event-registration-form-steps .event-registration-form-steps--step {
        font-size: 18px; } }
    @media (min-width: 992px) {
      .event-registration-form-steps .event-registration-form-steps--step {
        border-right: none; } }
    @media (min-width: 992px) {
      .event-registration-form-steps .event-registration-form-steps--step:before {
        content: "";
        right: -27px;
        top: -3px;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40px 0 37px 27px;
        border-color: transparent transparent transparent #007D44; }
      .event-registration-form-steps .event-registration-form-steps--step:after {
        content: "";
        right: -24px;
        top: -2px;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 38px 0 38px 27px;
        border-color: transparent transparent transparent #fff; } }
    .event-registration-form-steps .event-registration-form-steps--step.active {
      background: #007D44;
      color: #fff; }
      @media (min-width: 992px) {
        .event-registration-form-steps .event-registration-form-steps--step.active:after {
          content: "";
          left: 0;
          top: -2px;
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 38px 0 38px 27px;
          border-color: transparent transparent transparent #fff; } }
  .event-registration-form-steps .event-registration-form-steps--step:first-child.active:after {
    display: none; }

.event-registration-form-wrapper.your-details,
.event-registration-form-wrapper.assign-tickets,
.event-registration-form-wrapper.declaration,
.event-registration-form-wrapper.optional-donation,
.event-registration-form-wrapper.billing-details,
.event-registration-form-wrapper.privacy-statement,
.event-registration-form-wrapper.third-party-notice {
  margin-top: 35px;
  border: 1px solid #f0f0f0;
  padding: 5px 10px; }
  @media (min-width: 992px) {
    .event-registration-form-wrapper.your-details,
    .event-registration-form-wrapper.assign-tickets,
    .event-registration-form-wrapper.declaration,
    .event-registration-form-wrapper.optional-donation,
    .event-registration-form-wrapper.billing-details,
    .event-registration-form-wrapper.privacy-statement,
    .event-registration-form-wrapper.third-party-notice {
      padding: 25px; } }
  .event-registration-form-wrapper.your-details h3,
  .event-registration-form-wrapper.assign-tickets h3,
  .event-registration-form-wrapper.declaration h3,
  .event-registration-form-wrapper.optional-donation h3,
  .event-registration-form-wrapper.billing-details h3,
  .event-registration-form-wrapper.privacy-statement h3,
  .event-registration-form-wrapper.third-party-notice h3 {
    margin-top: 0; }

.event-registration-form-wrapper.contact-preferences {
  margin-top: 35px;
  border: 1px solid #f0f0f0;
  padding: 5px 10px; }
  @media (min-width: 992px) {
    .event-registration-form-wrapper.contact-preferences {
      padding: 25px; } }
  .event-registration-form-wrapper.contact-preferences h3 {
    margin-top: 0; }

.event-registration-form button.continue {
  background: #D70079;
  color: #fff;
  font-weight: bold;
  float: right;
  width: 150px;
  margin-top: 20px; }
  @media (min-width: 992px) {
    .event-registration-form button.continue {
      width: 270px; } }
  .event-registration-form button.continue:hover, .event-registration-form button.continue:focus {
    border-color: #D70079;
    background: #D70079 !important; }
.event-registration-form button.go-back {
  background: transparent;
  color: #0071BA;
  font-weight: bold;
  margin-top: 20px; }
  .event-registration-form button.go-back:hover {
    border-color: #0071BA;
    background: transparent; }
.event-registration-form button.card-payment {
  margin-top: 20px; }

.ticket-instance--item .form-item {
  margin-bottom: 25px; }

.event-registration-form-wrapper.assign-tickets {
  overflow: hidden;
  *zoom: 1; }

.event-registration-form-wrapper.third-party-notice {
  margin-bottom: 35px; }

.event-registration-form-wrapper.checkout button.card-payment {
  background: #D70079;
  color: #fff;
  font-weight: bold;
  float: right;
  padding: 24px 34px;
  position: relative;
  font-size: 22px;
  width: 210px; }
  @media (max-width: 767px) {
    .event-registration-form-wrapper.checkout button.card-payment {
      width: 100%;
      margin: 20px 0 0 0; } }
  @media (min-width: 992px) {
    .event-registration-form-wrapper.checkout button.card-payment {
      font-size: 28px; } }
  .event-registration-form-wrapper.checkout button.card-payment:before {
    /* position: absolute;
     font-family: "FontAwesome";
     content: "\f283";
     left: 20px;
     top: 25px;
     font-size: 32px;*/ }
  .event-registration-form-wrapper.checkout button.card-payment:hover {
    border-color: #D70079; }

.event-registration-form-wrapper.contact-preferences .form-type-textfield > label {
  display: block;
  width: 100%; }
.event-registration-form-wrapper.contact-preferences .form-type-textfield > .form-text {
  width: 100%; }
.event-registration-form-wrapper.contact-preferences .form-item-i-am-over-18--c > label {
  margin-right: 10px; }
@media (max-width: 767px) {
  .event-registration-form-wrapper.contact-preferences .form-item-i-am-over-18--c.form-type-radios > label {
    text-align: left;
    display: block; } }
.event-registration-form-wrapper.contact-preferences .form-item-i-am-over-18--c .form-radios {
  display: inline; }
  .event-registration-form-wrapper.contact-preferences .form-item-i-am-over-18--c .form-radios .radio {
    display: inline; }
    .event-registration-form-wrapper.contact-preferences .form-item-i-am-over-18--c .form-radios .radio .form-radio {
      bottom: 0; }
    .event-registration-form-wrapper.contact-preferences .form-item-i-am-over-18--c .form-radios .radio:first-child {
      margin-right: 20px; }
.event-registration-form-wrapper.contact-preferences .form-item-can-we-email--c.form-type-radios,
.event-registration-form-wrapper.contact-preferences .form-item-can-we-post--c.form-type-radios,
.event-registration-form-wrapper.contact-preferences .form-item-can-we-phone-sms--c.form-type-radios {
  margin-bottom: 0; }
  .event-registration-form-wrapper.contact-preferences .form-item-can-we-email--c.form-type-radios > label,
  .event-registration-form-wrapper.contact-preferences .form-item-can-we-post--c.form-type-radios > label,
  .event-registration-form-wrapper.contact-preferences .form-item-can-we-phone-sms--c.form-type-radios > label {
    width: 170px;
    text-align: right;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .event-registration-form-wrapper.contact-preferences .form-item-can-we-email--c.form-type-radios > label,
      .event-registration-form-wrapper.contact-preferences .form-item-can-we-post--c.form-type-radios > label,
      .event-registration-form-wrapper.contact-preferences .form-item-can-we-phone-sms--c.form-type-radios > label {
        text-align: left;
        display: block; } }
  @media (min-width: 992px) {
    .event-registration-form-wrapper.contact-preferences .form-item-can-we-email--c.form-type-radios .messages-inline,
    .event-registration-form-wrapper.contact-preferences .form-item-can-we-post--c.form-type-radios .messages-inline,
    .event-registration-form-wrapper.contact-preferences .form-item-can-we-phone-sms--c.form-type-radios .messages-inline {
      width: auto;
      display: inline;
      margin-left: 0;
      padding-right: 50px; } }
.event-registration-form-wrapper.contact-preferences .form-item-can-we-email--c .form-radios,
.event-registration-form-wrapper.contact-preferences .form-item-can-we-post--c .form-radios,
.event-registration-form-wrapper.contact-preferences .form-item-can-we-phone-sms--c .form-radios {
  display: inline; }
  .event-registration-form-wrapper.contact-preferences .form-item-can-we-email--c .form-radios .radio,
  .event-registration-form-wrapper.contact-preferences .form-item-can-we-post--c .form-radios .radio,
  .event-registration-form-wrapper.contact-preferences .form-item-can-we-phone-sms--c .form-radios .radio {
    display: inline; }
    .event-registration-form-wrapper.contact-preferences .form-item-can-we-email--c .form-radios .radio:first-child,
    .event-registration-form-wrapper.contact-preferences .form-item-can-we-post--c .form-radios .radio:first-child,
    .event-registration-form-wrapper.contact-preferences .form-item-can-we-phone-sms--c .form-radios .radio:first-child {
      margin-right: 20px; }
    .event-registration-form-wrapper.contact-preferences .form-item-can-we-email--c .form-radios .radio .form-required,
    .event-registration-form-wrapper.contact-preferences .form-item-can-we-post--c .form-radios .radio .form-required,
    .event-registration-form-wrapper.contact-preferences .form-item-can-we-phone-sms--c .form-radios .radio .form-required {
      display: none; }
    .event-registration-form-wrapper.contact-preferences .form-item-can-we-email--c .form-radios .radio .form-radio,
    .event-registration-form-wrapper.contact-preferences .form-item-can-we-post--c .form-radios .radio .form-radio,
    .event-registration-form-wrapper.contact-preferences .form-item-can-we-phone-sms--c .form-radios .radio .form-radio {
      bottom: 0; }
@media (min-width: 992px) {
  .event-registration-form-wrapper.contact-preferences .form-item-county--c,
  .event-registration-form-wrapper.contact-preferences .form-item-postcode--c {
    clear: both; }
  .event-registration-form-wrapper.contact-preferences .has-postcode-lookup.form-item-postcode--c {
    width: 100%;
    margin-top: 10px; }
    .event-registration-form-wrapper.contact-preferences .has-postcode-lookup.form-item-postcode--c label {
      display: block; }
    .event-registration-form-wrapper.contact-preferences .has-postcode-lookup.form-item-postcode--c input.form-text {
      width: 69%; }
    .event-registration-form-wrapper.contact-preferences .has-postcode-lookup.form-item-postcode--c .postcode--addresses {
      margin-left: 0;
      padding-left: 0; } }
@media (min-width: 1200px) {
  .event-registration-form-wrapper.contact-preferences .has-postcode-lookup.form-item-postcode--c input.form-text {
    width: 78%; } }

.secure-transaction {
  float: right;
  display: block;
  margin-top: 30px;
  overflow: hidden;
  *zoom: 1;
  clear: both;
  font-size: 25px;
  font-weight: bold;
  color: #007D44; }
  @media (max-width: 767px) {
    .secure-transaction {
      width: 100%;
      text-align: center; } }
  .secure-transaction i {
    font-size: 32px; }

.view-legal-accordion {
  margin-top: 35px;
  overflow: hidden;
  *zoom: 1;
  float: left;
  width: 100%; }

.gift-aid-wrapper {
  padding: 30px 20px 83px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  background: #ECF1FA url(../images/giftaid.png) no-repeat 75% 97%; }
  @media (min-width: 992px) {
    .gift-aid-wrapper {
      background: #ECF1FA url("../images/giftaid.png") no-repeat 90% 90%; } }
  .gift-aid-wrapper .gift-aid-amount {
    color: #D70079; }
  .gift-aid-wrapper .form-item-giftaid label.control-label {
    font-size: 18px;
    font-weight: normal;
    color: #2D3538; }
  .gift-aid-wrapper p {
    font-size: 18px;
    font-weight: normal;
    margin: 24px 0; }

@media (min-width: 768px) {
  .view-news-carousel-events {
    margin: 60px 0; } }
@media (min-width: 768px) {
  .view-news-carousel-events .title-container {
    padding-bottom: 11px;
    margin-bottom: 26px;
    border-bottom: 2px solid #C4D558; } }
@media (min-width: 992px) {
  .view-news-carousel-events .title-container {
    padding: 0 185px 0 335px;
    margin-bottom: 0;
    border: none; } }
.view-news-carousel-events .title-container .spacer-line {
  display: none; }
  @media (min-width: 992px) {
    .view-news-carousel-events .title-container .spacer-line {
      display: block; } }
@media (min-width: 768px) {
  .view-news-carousel-events .title-container h2, .view-news-carousel-events .title-container .spacer-line {
    float: left; } }
.view-news-carousel-events .title-container h2 {
  border-bottom: 2px solid #C4D558;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0; }
  @media (min-width: 768px) {
    .view-news-carousel-events .title-container h2 {
      border: none;
      padding: 0;
      width: 197px;
      margin-top: -24px; } }
  @media (min-width: 992px) {
    .view-news-carousel-events .title-container h2 {
      width: auto;
      margin-bottom: 60px;
      margin-top: 0; } }
.view-news-carousel-events .title-container .spacer-line {
  margin-top: 27px; }
.view-news-carousel-events .title-container .more-buttons {
  width: 100%;
  text-align: center;
  margin-bottom: 25px; }
  .view-news-carousel-events .title-container .more-buttons a.btn {
    width: 100%;
    font-weight: bold; }
  @media (min-width: 768px) {
    .view-news-carousel-events .title-container .more-buttons {
      margin-bottom: 0;
      float: right;
      margin-top: 3px;
      text-align: left;
      width: auto; }
      .view-news-carousel-events .title-container .more-buttons a.btn {
        width: auto; } }
.view-news-carousel-events .title-container h2, .view-news-carousel-events .title-container .more-buttons {
  position: relative; }
@media (min-width: 992px) {
  .view-news-carousel-events .title-container h2 {
    margin-left: -335px; }
  .view-news-carousel-events .title-container .more-buttons {
    margin-right: -185px; } }
.view-news-carousel-events .title-container .spacer-line {
  width: 100%;
  height: 2px;
  background: #C4D558; }
.view-news-carousel-events .view-content {
  clear: both; }
  .view-news-carousel-events .view-content .owl-carousel {
    position: relative; }
    @media (min-width: 768px) {
      .view-news-carousel-events .view-content .owl-carousel {
        margin: 0 -10px; } }
    .view-news-carousel-events .view-content .owl-carousel .owl-controls .owl-prev {
      display: none;
      position: absolute;
      top: 37%;
      left: -15px;
      padding: 0;
      color: #007D44;
      font-size: 20px;
      font-family: "FontAwesome";
      background: transparent;
      opacity: 0.9; }
      @media (min-width: 992px) {
        .view-news-carousel-events .view-content .owl-carousel .owl-controls .owl-prev {
          display: block; } }
      @media (min-width: 768px) {
        .view-news-carousel-events .view-content .owl-carousel .owl-controls .owl-prev {
          left: -35px; } }
    .view-news-carousel-events .view-content .owl-carousel .owl-controls .owl-next {
      display: none;
      position: absolute;
      top: 37%;
      right: -15px;
      padding: 0;
      color: #007D44;
      font-size: 20px;
      font-family: "FontAwesome";
      background: transparent;
      opacity: 0.9; }
      @media (min-width: 992px) {
        .view-news-carousel-events .view-content .owl-carousel .owl-controls .owl-next {
          display: block; } }
      @media (min-width: 768px) {
        .view-news-carousel-events .view-content .owl-carousel .owl-controls .owl-next {
          right: -35px; } }
  .view-news-carousel-events .view-content .owl-item, .view-news-carousel-events .view-content .disabled .item-odd {
    padding: 0 10px; }
    .view-news-carousel-events .view-content .owl-item h2.carousel-content-type, .view-news-carousel-events .view-content .disabled .item-odd h2.carousel-content-type {
      margin: 0;
      background: #D70079;
      display: block;
      color: #fff;
      text-align: center;
      font-size: 18px;
      padding: 10px 0; }
      .view-news-carousel-events .view-content .owl-item h2.carousel-content-type.event, .view-news-carousel-events .view-content .owl-item h2.carousel-content-type.staff-story, .view-news-carousel-events .view-content .owl-item h2.carousel-content-type.event_landing_page, .view-news-carousel-events .view-content .disabled .item-odd h2.carousel-content-type.event, .view-news-carousel-events .view-content .disabled .item-odd h2.carousel-content-type.staff-story, .view-news-carousel-events .view-content .disabled .item-odd h2.carousel-content-type.event_landing_page {
        background: #007D44; }
      .view-news-carousel-events .view-content .owl-item h2.carousel-content-type .smiley, .view-news-carousel-events .view-content .disabled .item-odd h2.carousel-content-type .smiley {
        background: url("../images/smiley.svg") no-repeat left;
        background-size: contain;
        width: 40px;
        height: 38px;
        vertical-align: -12px;
        display: inline-block; }
    .view-news-carousel-events .view-content .owl-item .views-field-title a, .view-news-carousel-events .view-content .disabled .item-odd .views-field-title a {
      font-size: 24px;
      line-height: 28px;
      color: #2D3538;
      margin: 10px 0;
      display: block; }
    .view-news-carousel-events .view-content .owl-item .views-field-created, .view-news-carousel-events .view-content .disabled .item-odd .views-field-created {
      font-weight: 700;
      font-size: 16px; }
    .view-news-carousel-events .view-content .owl-item .views-field-field-image img, .view-news-carousel-events .view-content .disabled .item-odd .views-field-field-image img {
      width: 100%; }
  .view-news-carousel-events .view-content .disabled .item-odd {
    max-width: 430px; }
    @media (min-width: 768px) {
      .view-news-carousel-events .view-content .disabled .item-odd {
        width: 50%; } }
    @media (min-width: 992px) {
      .view-news-carousel-events .view-content .disabled .item-odd {
        width: 45%; } }
    @media (min-width: 1200px) {
      .view-news-carousel-events .view-content .disabled .item-odd {
        width: 33%; } }

.bean-event-downloads .content > .file {
  display: block;
  margin-bottom: 10px; }

.event-sign-up-link {
  font-weight: bold;
  width: 220px; }

.event--header .event-sign-up-link {
  margin-top: 10px;
  float: right; }

.event-help--wrapper {
  margin-top: 50px; }

.event-countdown-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #4e4949cf;
  z-index: 1000; }

.event-countdown {
  font-weight: bold;
  color: #D70079;
  min-height: 80px;
  background: #FFF;
  text-align: center;
  border: 1px solid;
  padding: 30px;
  width: 80%;
  margin: 0 auto 30px auto;
  position: relative;
  top: 40%; }

.event-countdown-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer; }

.paragraphs-item-quote {
  padding: 25px 0;
  border-top: 2px solid #D70079;
  border-bottom: 2px solid #D70079; }
  @media (min-width: 1200px) {
    .paragraphs-item-quote {
      padding: 43px 0; } }
  .paragraphs-item-quote .field-name-field-text {
    font-family: "first_graderregular";
    line-height: 38px;
    color: #4e5f66;
    border: none;
    background: url("../images/open-quote.png") left 10px no-repeat;
    margin: 0;
    padding: 11px 0 11px 58px; }
    @media (min-width: 992px) {
      .paragraphs-item-quote .field-name-field-text {
        font-size: 26px; } }
    .paragraphs-item-quote .field-name-field-text .field-item {
      background: url("../images/close-quote.png") bottom right no-repeat;
      padding: 0 50px 0 0; }

.tooltip.in {
  opacity: 1 !important; }

.tooltip .tooltip-inner {
  opacity: 1;
  background: #007D44;
  padding: 10px;
  font-size: 18px; }

.tooltip.top .tooltip-inner {
  opacity: 1;
  background: #007D44;
  padding: 10px;
  font-size: 18px; }

.tooltip.top .tooltip-arrow, .tooltip .tooltip-arrow {
  opacity: 1;
  border-top-color: #007D44; }

ul.pagination li:first-child span, ul.pagination li:first-child a, ul.pagination li:last-child span, ul.pagination li:last-child a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li span:hover, ul.pagination li span:focus {
  background: transparent;
  border-bottom: 2px solid #D70079; }
ul.pagination li.active a, ul.pagination li.active a:hover, ul.pagination li.active a:focus, ul.pagination li.active span, ul.pagination li.active span:hover, ul.pagination li.active span:focus {
  background: transparent;
  color: #2D3538;
  border-bottom: 2px solid #D70079; }
ul.pagination li a, ul.pagination li span {
  padding: 5px 2px;
  margin: 0 9px;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #2D3538; }
@media (max-width: 767px) {
  ul.pagination li.pager-first a {
    font-size: 0;
    background: url("../images/pager-first-mob.png") no-repeat top left;
    width: 17px;
    height: 15px;
    margin-top: 10px; } }
ul.pagination li.pager-first a:before {
  content: "«\00a0";
  color: #D70079; }
@media (max-width: 767px) {
  ul.pagination li.prev a {
    font-size: 0;
    background: url("../images/pager-prev-mob.png") no-repeat top left;
    width: 10px;
    height: 16px;
    margin-top: 10px; } }
ul.pagination li.prev a:before {
  content: "‹\00a0";
  color: #D70079; }
@media (max-width: 767px) {
  ul.pagination li.next a {
    font-size: 0;
    background: url("../images/pager-next-mob.png") no-repeat top left;
    width: 10px;
    height: 16px;
    margin-top: 10px; } }
ul.pagination li.next a:after {
  content: "\00a0›";
  color: #D70079; }
@media (max-width: 767px) {
  ul.pagination li.pager-last a {
    font-size: 0;
    background: url("../images/pager-last-mob.png") no-repeat top left;
    width: 17px;
    height: 15px;
    margin-top: 10px; } }
ul.pagination li.pager-last a:after {
  content: "\00a0»";
  color: #D70079; }

.media-element-container {
  display: inline; }
  .media-element-container .media-element[style*="float:"][style*="left;"] {
    margin: 0 20px 20px 0; }
  .media-element-container .media-element[style*="float:"][style*="right;"] {
    margin: 0 0 20px 20px; }

img.media-element {
  width: auto !important;
  height: auto !important; }
  img.media-element.file-sidebar-copy-image {
    width: 100% !important;
    max-width: 100% !important; }
  @media (max-width: 767px) {
    img.media-element {
      float: none !important;
      display: block;
      margin: 0 auto !important; } }

img.media-element[style*="float:"][style*="left;"] {
  margin: 0 20px 20px 0; }

img.media-element[style*="float:"][style*="right;"] {
  margin: 0 0 20px 20px; }

.fluid-width-video-wrapper {
  margin: 20px 0; }

.ssc-container .count {
  font-family: "Lato", sans-serif;
  vertical-align: middle;
  margin-top: 0;
  border-right: 1px solid #2D3538;
  padding-right: 15px; }
  .ssc-container .count .counts {
    font-weight: 900;
    color: #2D3538;
    font-size: 28px;
    line-height: 25px; }
.ssc-container .fa-facebook, .ssc-container .fa-twitter, .ssc-container .fa-linkedin-square, .ssc-container .fa-pinterest, .ssc-container .fa-google-plus, .ssc-container .fa-stumbleupon, .ssc-container .fa-rss, .ssc-container .fa-whatsapp {
  font-size: 20px;
  line-height: 22px;
  height: 29px;
  padding: 3px 10px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: bold;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 3px;
  margin-left: 2px;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  border-radius: 2px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
.ssc-container .fa-facebook {
  background-color: #3b5998;
  width: auto; }
.ssc-container .expanded-text, .ssc-container .expanded-text-twitter, .ssc-container .expanded-text-whatsapp {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  display: inline;
  color: white;
  height: 29px;
  text-align: center;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  padding-left: 3px; }
  .ssc-container .expanded-text:hover, .ssc-container .expanded-text-twitter:hover, .ssc-container .expanded-text-whatsapp:hover {
    background: transparent; }
.ssc-container .switch:before, .ssc-container .switch2:before {
  background: transparent;
  font-size: 15px;
  width: 26px;
  margin: 0;
  position: absolute;
  left: 3px;
  top: -2px; }
.ssc-container .switch, .ssc-container .switch2 {
  position: relative;
  background: #D74014;
  color: #fff;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 22px;
  padding: 4px 10px 3px 30px;
  display: block;
  float: right;
  margin-left: 4px; }

@media screen and (max-width: 480px) {
  .ssc-container .secondary {
    display: inline !important; } }
.markers .leaflet-tagged-marker i {
  font-size: 47px;
  top: -43px;
  color: #007D44;
  text-shadow: 1px 1px 2px #969696; }

.leaflet-marker-icon, .leaflet-marker-shadow {
  display: none; }

.field-collection-container {
  border: none;
  margin: 0; }

.field-collection-view {
  padding: 0;
  margin: 0;
  border: none; }

.field-type-text-long a,
.field-type-text-with-summary a {
  font-weight: bold; }
  .field-type-text-long a:hover,
  .field-type-text-with-summary a:hover {
    text-decoration: none; }
.field-type-text-long ol:not(.legal),
.field-type-text-with-summary ol:not(.legal) {
  list-style: none;
  counter-reset: li; }
  .field-type-text-long ol:not(.legal) li,
  .field-type-text-with-summary ol:not(.legal) li {
    counter-increment: li; }
    .field-type-text-long ol:not(.legal) li:before,
    .field-type-text-with-summary ol:not(.legal) li:before {
      content: counter(li) ". ";
      color: #007D44;
      font-weight: bold;
      font-size: 1.1em;
      display: inline-block;
      width: 2em;
      margin-left: -2.5em;
      margin-right: 0.5em;
      text-align: right; }
.field-type-text-long ul:not(.legal),
.field-type-text-with-summary ul:not(.legal) {
  list-style: none; }
  .field-type-text-long ul:not(.legal) li,
  .field-type-text-with-summary ul:not(.legal) li {
    position: relative;
    counter-increment: none; }
  .field-type-text-long ul:not(.legal) li:before,
  .field-type-text-with-summary ul:not(.legal) li:before {
    content: "\f054";
    font-family: FontAwesome;
    color: #C4D558;
    font-size: 1.1em;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    top: 0;
    left: 0;
    text-align: inherit; }
.field-type-text-long table p,
.field-type-text-with-summary table p {
  margin: 0; }
.field-type-text-long table tr td, .field-type-text-long table tr th,
.field-type-text-with-summary table tr td,
.field-type-text-with-summary table tr th {
  padding: 5px 10px !important; }
.field-type-text-long table thead tr th,
.field-type-text-with-summary table thead tr th {
  font-size: 16px; }
.field-type-text-long table tbody tr th, .field-type-text-long table tbody tr td,
.field-type-text-with-summary table tbody tr th,
.field-type-text-with-summary table tbody tr td {
  font-size: 16px; }

@media (max-width: 767px) {
  .g-recaptcha {
    margin-bottom: 20px; }
    .g-recaptcha > div {
      margin: 0 auto; } }

.home-sign-up .g-recaptcha {
  margin-bottom: 20px; }
  .home-sign-up .g-recaptcha > div {
    margin: 0 auto; }
  @media (min-width: 992px) {
    .home-sign-up .g-recaptcha {
      padding-left: 10%; }
      .home-sign-up .g-recaptcha > div {
        margin: 0; } }

.main-sidebar .captcha {
  margin-left: -13px; }
  .main-sidebar .captcha .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0; }

@media (max-width: 767px) {
  .block-webform.home-sign-up .webform-client-form .captcha {
    background-color: #E9EFF9;
    padding-bottom: 10px;
    margin-left: -30px;
    transform: translateX(15px); } }

.page-search-site .apachesolr_search-results {
  list-style-type: none;
  padding: 0; }
.page-search-site .search-form input.apachesolr-autocomplete {
  margin: 0 5px;
  min-width: 280px; }
.page-search-site .search-info {
  display: none; }

.ui-autocomplete {
  border-radius: 0;
  margin-left: 60px;
  max-width: 260px;
  font-size: 16px;
  border: 1px solid #f0f0f0; }
  .ui-autocomplete li a {
    color: #2D3538 !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: none;
  background: #C4D558;
  margin: 0 !important; }

.panel-group .panel {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .panel-group .panel + .panel {
    margin-top: -1px; }
  .panel-group .panel .panel-heading {
    background: transparent !important;
    padding: 0; }
    .panel-group .panel .panel-heading h4.panel-title {
      font-size: 25px;
      font-weight: bold;
      line-height: 31px; }
      .panel-group .panel .panel-heading h4.panel-title a.accordion-toggle, .panel-group .panel .panel-heading h4.panel-title a {
        color: #048242;
        display: block;
        padding: 20px 40px 20px 25px;
        text-decoration: none !important;
        position: relative;
        cursor: pointer; }
        .panel-group .panel .panel-heading h4.panel-title a.accordion-toggle:hover, .panel-group .panel .panel-heading h4.panel-title a:hover {
          background: #eee; }
        .panel-group .panel .panel-heading h4.panel-title a.accordion-toggle:after, .panel-group .panel .panel-heading h4.panel-title a:after {
          content: "\f078";
          font-size: 18px;
          font-weight: normal;
          color: #C4D558;
          font-family: "FontAwesome";
          position: absolute;
          top: 35%;
          right: 25px; }
        .panel-group .panel .panel-heading h4.panel-title a.accordion-toggle.collapsed:after, .panel-group .panel .panel-heading h4.panel-title a.collapsed:after {
          content: "\f054"; }
    .panel-group .panel .panel-heading + .panel-collapse > .panel-body {
      border-top: none; }
  .panel-group .panel .panel-body {
    padding: 5px 25px 25px 25px; }

.panel-default {
  border-color: #f1f1f1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.block-bean-menu-quote-block .menu-block__wrapper {
  padding: 20px;
  background-color: #007D44;
  border-radius: 0 0 0 300px;
  position: relative;
  min-height: 255px; }
  .block-bean-menu-quote-block .menu-block__wrapper .menu-block__quote blockquote {
    font-size: 18px;
    padding-top: 0;
    background-position: 0 0;
    text-align: center;
    width: 95%;
    background: url(../images/open-quote-white.png) left 10px no-repeat; }
    .block-bean-menu-quote-block .menu-block__wrapper .menu-block__quote blockquote p {
      color: #FFFFFF;
      background: url(../images/close-quote-white.png) bottom right no-repeat;
      background-size: contain; }
  .block-bean-menu-quote-block .menu-block__wrapper .menu-block__quote-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0 auto;
    width: 95%; }
    .block-bean-menu-quote-block .menu-block__wrapper .menu-block__quote-author .menu-block__quote-name {
      text-align: center;
      margin: 20px 20px 0 0;
      font-weight: bold;
      color: #FFFFFF; }
  .block-bean-menu-quote-block .menu-block__wrapper .menu-block__cta-copy {
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    text-align: right;
    color: #FFFFFF; }
    .block-bean-menu-quote-block .menu-block__wrapper .menu-block__cta-copy p {
      font-weight: bold; }
  .block-bean-menu-quote-block .menu-block__wrapper .menu-block__cta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0 auto;
    width: 95%; }
    .block-bean-menu-quote-block .menu-block__wrapper .menu-block__cta-wrapper .menu-block__cta {
      margin-top: 20px; }
      .block-bean-menu-quote-block .menu-block__wrapper .menu-block__cta-wrapper .menu-block__cta a.btn {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 16px;
        padding: 10px 20px;
        background-color: #007D44;
        display: inline-block;
        transition: all 0.3s ease-in-out;
        border-color: #C4D558; }
        .block-bean-menu-quote-block .menu-block__wrapper .menu-block__cta-wrapper .menu-block__cta a.btn:hover {
          transition: all 0.3s ease-in-out;
          background-color: #C4D558;
          margin-bottom: 2px;
          color: #007D44; }

.event--tabs {
  list-style-type: none;
  padding-left: 0;
  border-radius: 100px; }
  @media (min-width: 992px) {
    .event--tabs {
      display: flex;
      border: 2px solid #048242; } }
  .event--tabs .event--tabs--tab {
    display: inline-block;
    text-align: center;
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    border-radius: 100px; }
    @media (min-width: 992px) {
      .event--tabs .event--tabs--tab {
        width: auto;
        border-right: 2px solid #048242;
        border-radius: 0; }
        .event--tabs .event--tabs--tab:first-child {
          border-top-left-radius: 100px;
          border-bottom-left-radius: 100px;
          margin-left: -2px; }
        .event--tabs .event--tabs--tab:last-child {
          border-right: none;
          border-top-right-radius: 100px;
          border-bottom-right-radius: 100px;
          margin-right: -2px; } }
    .event--tabs .event--tabs--tab a {
      text-decoration: none;
      font-weight: bold;
      color: #048242;
      display: block;
      padding: 5px 40px; }
    .event--tabs .event--tabs--tab.active {
      background-color: #048242; }
      .event--tabs .event--tabs--tab.active a {
        color: #FFF; }

.paragraphs-item-large-cta {
  margin: 40px 0; }
  .paragraphs-item-large-cta.has-bg-colour {
    color: #FFF; }
    .paragraphs-item-large-cta.has-bg-colour .field-name-field-large-cta-body a {
      color: #FFF; }
    .paragraphs-item-large-cta.has-bg-colour .field-name-field-large-cta-body h2, .paragraphs-item-large-cta.has-bg-colour .field-name-field-large-cta-body h3, .paragraphs-item-large-cta.has-bg-colour .field-name-field-large-cta-body h4, .paragraphs-item-large-cta.has-bg-colour .field-name-field-large-cta-body h5, .paragraphs-item-large-cta.has-bg-colour .field-name-field-large-cta-body h6 {
      color: #FFF;
      margin-top: 0; }
  .paragraphs-item-large-cta .col {
    min-height: 260px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px; }
    @media (max-width: 767px) {
      .paragraphs-item-large-cta .col {
        font-size: 18px;
        flex-wrap: wrap; } }
    .paragraphs-item-large-cta .col .field-name-field-large-cta-body {
      padding: 60px; }
      @media (max-width: 767px) {
        .paragraphs-item-large-cta .col .field-name-field-large-cta-body {
          padding: 0 40px 40px 40px;
          order: 2; } }
    .paragraphs-item-large-cta .col .field-name-field-large-cta-image {
      position: absolute;
      left: -20px;
      bottom: -30px; }
      @media (max-width: 767px) {
        .paragraphs-item-large-cta .col .field-name-field-large-cta-image {
          position: static;
          width: 200px;
          order: 1;
          padding-top: 40px; } }
  @media (min-width: 768px) {
    .paragraphs-item-large-cta.has-image .field-name-field-large-cta-body {
      padding-left: 260px; } }

.paragraphs-item-fundraiser-details {
  border-top: 1px solid #C4D558;
  padding-top: 25px; }
  .paragraphs-item-fundraiser-details .field-name-field-fundraiser-body {
    margin-bottom: 20px; }
  .paragraphs-item-fundraiser-details .fundraiser--need-help {
    color: #007D44;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    display: inline-block;
    margin-top: 10px; }
    .paragraphs-item-fundraiser-details .fundraiser--need-help:before {
      font-family: "FontAwesome";
      content: "\f095";
      position: absolute;
      top: 0;
      left: 0;
      font-size: 18px; }
    .paragraphs-item-fundraiser-details .fundraiser--need-help a {
      color: #007D44; }

.paragraphs-item-key-facts .field-name-field-key-facts-title {
  text-align: center; }

.key-facts--wrapper {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .key-facts--wrapper {
      flex-wrap: nowrap; } }

.key-fact {
  flex-basis: 25%;
  padding: 20px 20px 20px 0; }
  @media (max-width: 767px) {
    .key-fact {
      flex-basis: 50%; } }
  @media (max-width: 480px) {
    .key-fact {
      flex-basis: 100%; } }
  .key-fact:last-child {
    padding-right: 0; }
  .key-fact .field-name-field-key-fact-image {
    float: left;
    width: 60px;
    height: 60px; }
    @media (min-width: 1200px) {
      .key-fact .field-name-field-key-fact-image {
        width: 100px;
        height: 100px; } }

.key-fact-details {
  padding-left: 70px; }
  @media (min-width: 1200px) {
    .key-fact-details {
      padding-left: 110px; } }
  .key-fact-details .field-name-field-key-fact-value {
    font-size: 22px;
    font-weight: bold;
    color: #048242; }
    @media (min-width: 1200px) {
      .key-fact-details .field-name-field-key-fact-value {
        font-size: 24px; } }
  .key-fact-details .taxonomy-term-description {
    line-height: 1.1; }

.multiple-cta--wrapper {
  min-height: 360px;
  color: #FFF; }
  .multiple-cta--wrapper.darker-bg .multiple-cta--content {
    background: #007D44; }

.multiple-cta--content {
  width: 40%;
  height: 100%;
  float: right;
  padding: 20px;
  background: #D70079; }
  .multiple-cta--content .field-name-field-label {
    font-weight: bold; }
  .multiple-cta--content .field-name-field-snippet {
    margin-bottom: 20px; }
  .multiple-cta--content .btn.btn-green {
    border-color: #fff;
    background: none;
    color: #fff; }

.multiple-cta--bg {
  position: relative;
  width: 60%;
  height: 100%;
  display: inline-block; }
  .multiple-cta--bg .file-video .fluid-width-video-wrapper {
    margin: 0; }

.multiple-cta--bg-item {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -99;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  background-position-y: 50%;
  background-position-x: 50%; }

.paragraphs-item-multiple-cta {
  position: relative;
  display: flex; }
  .paragraphs-item-multiple-cta.single .multiple-cta--wrapper {
    width: 100%; }
  @media (max-width: 767px) {
    .paragraphs-item-multiple-cta.single .multiple-cta--bg {
      width: 100%;
      height: auto;
      display: block; }
    .paragraphs-item-multiple-cta.single .multiple-cta--content {
      width: 100%; }
    .paragraphs-item-multiple-cta.single .multiple-cta--bg-item {
      position: static;
      height: 240px; } }
  @media (max-width: 767px) {
    .paragraphs-item-multiple-cta.double, .paragraphs-item-multiple-cta.triple {
      flex-wrap: wrap;
      align-items: center;
      flex-direction: column; } }
  .paragraphs-item-multiple-cta.double .multiple-cta--wrapper, .paragraphs-item-multiple-cta.triple .multiple-cta--wrapper {
    width: 50%;
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
    flex-direction: column; }
    .paragraphs-item-multiple-cta.double .multiple-cta--wrapper:first-child, .paragraphs-item-multiple-cta.triple .multiple-cta--wrapper:first-child {
      margin-left: 0; }
    .paragraphs-item-multiple-cta.double .multiple-cta--wrapper:last-child, .paragraphs-item-multiple-cta.triple .multiple-cta--wrapper:last-child {
      margin-left: 10px;
      margin-right: 0; }
    @media (max-width: 767px) {
      .paragraphs-item-multiple-cta.double .multiple-cta--wrapper.multiple-cta--wrapper, .paragraphs-item-multiple-cta.triple .multiple-cta--wrapper.multiple-cta--wrapper {
        width: 100%;
        margin: 0 0 20px 0; } }
    .paragraphs-item-multiple-cta.double .multiple-cta--wrapper.has-video .multiple-cta--bg, .paragraphs-item-multiple-cta.triple .multiple-cta--wrapper.has-video .multiple-cta--bg {
      min-height: 240px; }
  .paragraphs-item-multiple-cta.double .multiple-cta--bg, .paragraphs-item-multiple-cta.triple .multiple-cta--bg {
    width: 100%;
    height: auto;
    display: block; }
  .paragraphs-item-multiple-cta.double .multiple-cta--bg-item, .paragraphs-item-multiple-cta.triple .multiple-cta--bg-item {
    position: static;
    height: 240px; }
  .paragraphs-item-multiple-cta.double .multiple-cta--content, .paragraphs-item-multiple-cta.triple .multiple-cta--content {
    width: 100%;
    float: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .paragraphs-item-multiple-cta.triple .multiple-cta--wrapper {
    width: 33.3%; }

.multiple-cta--wrapper.has-video .file-video {
  height: 100%; }
.multiple-cta--wrapper.has-video .media-youtube-video {
  height: 100%; }
.multiple-cta--wrapper.has-video .fluid-width-video-wrapper {
  padding: 0 !important;
  height: 100%; }
@media (max-width: 767px) {
  .multiple-cta--wrapper.has-video .multiple-cta--bg {
    height: 320px; } }

.field-name-field-multiple-cta-heading {
  text-align: center;
  margin-bottom: 20px; }

html {
  -webkit-font-smoothing: antialiased; }

.main-container {
  margin-top: 20px; }
  @media (min-width: 992px) {
    .main-container {
      margin-top: 25px; } }
  @media (min-width: 1200px) {
    .main-container {
      margin-top: 25px; } }

.no-padding-l {
  padding-left: 0; }

.no-padding-r {
  padding-right: 0; }

h2 {
  color: #D70079; }
  h2.cta-block-title, h2.primary-link-label {
    color: #fff; }

footer h2.block-title {
  color: #2D3538; }

h3 {
  color: #048242; }

h5 {
  color: #D70079;
  font-weight: bold; }

h6 {
  color: #048242;
  font-weight: bold; }

h1.green, h2.green, h3.green, h4.green, h5.green, h6.green {
  color: #048242; }
h1.pink, h2.pink, h3.pink, h4.pink, h5.pink, h6.pink {
  color: #D70079; }
h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold {
  font-weight: bold; }

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 36px; } }

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px; } }

@media (max-width: 767px) {
  h3, .h3 {
    font-size: 21px; } }

@media (max-width: 767px) {
  h4, .h4 {
    font-size: 18px; } }

@media (max-width: 767px) {
  h5, .h5 {
    font-size: 15px; } }

@media (max-width: 767px) {
  h6, .h6 {
    font-size: 14px; } }

a, input[type="submit"], button {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

a.tel {
  color: #007D44;
  position: relative;
  padding-left: 20px; }
  a.tel:before {
    font-family: "FontAwesome";
    content: "\f095";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px; }

blockquote {
  font-family: "first_graderregular";
  font-size: 24px;
  line-height: 35px;
  color: #4e5f66;
  border: none;
  background: url("../images/open-quote.png") left 10px no-repeat;
  margin: 0;
  padding: 11px 0 11px 58px; }
  blockquote p {
    background: url("../images/close-quote.png") bottom right no-repeat;
    padding: 0 50px 10px 0;
    display: inline; }

hr {
  border-top: 2px solid #D70079; }
  hr.green {
    border-color: #048242; }
  hr.grey {
    border-color: #F0F0F0; }

table:not(.ui-datepicker-calendar) tr td, table:not(.ui-datepicker-calendar) tr th {
  padding: 10px 18px; }
table:not(.ui-datepicker-calendar) tr th {
  font-size: 16px;
  font-weight: bold;
  color: #048242;
  border-bottom: none !important;
  border-left: 1px solid #F0F0F0; }
  table:not(.ui-datepicker-calendar) tr th:first-child {
    border-left: none; }
table:not(.ui-datepicker-calendar) tbody tr td {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle !important; }
  table:not(.ui-datepicker-calendar) tbody tr td a {
    color: #048242;
    font-weight: bold; }
table:not(.ui-datepicker-calendar) tbody tr.odd td {
  background: #F0F0F0;
  border: none; }
table:not(.ui-datepicker-calendar) tbody tr.even td {
  border: none;
  border-left: 1px solid #F0F0F0; }
table:not(.ui-datepicker-calendar) tbody tr.even td:first-child {
  border: none; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background: none; }

.table-striped > tbody > tr:nth-of-type(even) {
  background: #f0f0f0; }

@media (max-width: 767px) {
  .table-container-responsive:before {
    padding: 10px;
    content: "<< Swipe this table left to read more";
    display: block;
    text-align: center;
    width: 100%; } }
.region-sidebar-second .nav > li > a:hover, .region-sidebar-second .nav > li > a:focus,
.region-sidebar-second .nav .open > a, .region-sidebar-second .nav .open > a:hover, footer.footer .nav > li > a:hover, footer.footer .nav > li > a:focus,
footer.footer .nav .open > a, footer.footer .nav .open > a:hover {
  text-decoration: underline;
  background-color: transparent;
  color: #048242 !important; }

.row.is-flex {
  display: flex;
  flex-wrap: wrap; }

.row.is-flex > [class*='col-'] {
  display: flex;
  flex-direction: column; }
