@charset "UTF-8";
/**
 * SierraClub.org Bootstrap Theme
 */
/**
* BootStrap variable overrides
* Defaults from bootstrap-sass v3.3.7
* https://getbootstrap.com/docs/3.3/customize/
* default settings file: https://github.com/twbs/bootstrap-sass/blob/master/templates/project/_bootstrap-variables.sass
* Customize bootstrap default variables as needed
*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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.nice-select.open,
a:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  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("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon, .pagination > li.pager-first > a:before, .pagination > li.prev > a:before, .pagination > li.pager-last > a:after, .pagination > li.next > a:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\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;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #393B3C;
  background-color: #fff; }

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

a {
  color: #008294;
  text-decoration: none; }
  a:hover, a:focus {
    color: #003f48;
    text-decoration: none; }
  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 {
  -webkit-border-radius: 4px;
          border-radius: 4px; }

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

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

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

.sr-only-focusable:active, .sr-only-focusable.nice-select.open, .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: 600;
  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: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  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: 11px;
  margin-bottom: 11px; }
  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: 41px; }

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

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

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

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

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

p {
  margin: 0 0 11px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #008294; }

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

.text-success {
  color: #fff; }

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

.text-info {
  color: #fff; }

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

.text-warning {
  color: #fff; }

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

.text-danger {
  color: #fff; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #008294; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

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

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

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

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

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

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 760px; } }
  @media (min-width: 1024px) {
    .container {
      width: 980px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1180px; } }

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

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

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

.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: 1024px) {
  .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; }

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

th {
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

.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: #467039; }

.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: #008294; }

.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: #006c7b; }

.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: #EB9200; }

.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: #d28200; }

.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: #DF2700; }

.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: #c62300; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #393B3C;
  background-color: #fff;
  background-image: none;
  border: 1px solid #508142;
  -webkit-border-radius: 4px;
          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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6); }
  .form-control::-moz-placeholder {
    color: #54666F;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #54666F; }
  .form-control::-webkit-input-placeholder {
    color: #54666F; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #E6E7E8;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@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: 40px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 34px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 44px; } }

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

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

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

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

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

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

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

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

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

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

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

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: 34px;
  line-height: 34px; }

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.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 34px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 2px;
          border-radius: 2px; }

.form-group-sm select.form-control {
  height: 34px;
  line-height: 34px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 34px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  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: 44px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.33333;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

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: 44px;
  line-height: 44px; }

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.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 44px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.33333;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.form-group-lg select.form-control {
  height: 44px;
  line-height: 44px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 44px;
  min-height: 42px;
  padding: 11px 20px;
  font-size: 20px;
  line-height: 1.33333; }

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  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: 44px;
  height: 44px;
  line-height: 44px; }

.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: 34px;
  height: 34px;
  line-height: 34px; }

.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: #fff; }

.has-success .form-control {
  border-color: #fff;
  -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: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }

.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #508142; }

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

.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: #fff; }

.has-warning .form-control {
  border-color: #fff;
  -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: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }

.has-warning .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #EB9200; }

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

.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: #fff; }

.has-error .form-control {
  border-color: #fff;
  -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: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }

.has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #DF2700; }

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

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

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

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

@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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

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

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

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

.form-horizontal .has-feedback .form-control-feedback {
  right: 20px; }

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.nice-select.open:focus, .btn:active.focus, .btn.focus.nice-select.open, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none; }
  .btn:active, .btn.nice-select.open, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

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

.btn-default {
  color: #fff;
  background-color: #EB9200;
  border-color: #EB9200; }
  .btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #b87200;
    border-color: #6c4300; }
  .btn-default:hover {
    color: #fff;
    background-color: #b87200;
    border-color: #ae6c00; }
  .btn-default:active, .btn-default.nice-select.open, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #b87200;
    border-color: #ae6c00; }
    .btn-default:active:hover, .btn-default.nice-select.open:hover, .btn-default:active:focus, .btn-default.nice-select.open:focus, .btn-default:active.focus, .btn-default.focus.nice-select.open, .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: #fff;
      background-color: #945c00;
      border-color: #6c4300; }
  .btn-default:active, .btn-default.nice-select.open, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .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: #EB9200;
    border-color: #EB9200; }
  .btn-default .badge {
    color: #EB9200;
    background-color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #D54400;
  border-color: #D54400; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #a23400;
    border-color: #561b00; }
  .btn-primary:hover {
    color: #fff;
    background-color: #a23400;
    border-color: #983000; }
  .btn-primary:active, .btn-primary.nice-select.open, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #a23400;
    border-color: #983000; }
    .btn-primary:active:hover, .btn-primary.nice-select.open:hover, .btn-primary:active:focus, .btn-primary.nice-select.open:focus, .btn-primary:active.focus, .btn-primary.focus.nice-select.open, .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: #7e2800;
      border-color: #561b00; }
  .btn-primary:active, .btn-primary.nice-select.open, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .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: #D54400;
    border-color: #D54400; }
  .btn-primary .badge {
    color: #D54400;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #508142;
  border-color: #467039; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #3b5f31;
    border-color: #111c0e; }
  .btn-success:hover {
    color: #fff;
    background-color: #3b5f31;
    border-color: #2c4825; }
  .btn-success:active, .btn-success.nice-select.open, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3b5f31;
    border-color: #2c4825; }
    .btn-success:active:hover, .btn-success.nice-select.open:hover, .btn-success:active:focus, .btn-success.nice-select.open:focus, .btn-success:active.focus, .btn-success.focus.nice-select.open, .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: #2c4825;
      border-color: #111c0e; }
  .btn-success:active, .btn-success.nice-select.open, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .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: #508142;
    border-color: #467039; }
  .btn-success .badge {
    color: #508142;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #008294;
  border-color: #006c7b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #005561;
    border-color: black; }
  .btn-info:hover {
    color: #fff;
    background-color: #005561;
    border-color: #00363d; }
  .btn-info:active, .btn-info.nice-select.open, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #005561;
    border-color: #00363d; }
    .btn-info:active:hover, .btn-info.nice-select.open:hover, .btn-info:active:focus, .btn-info.nice-select.open:focus, .btn-info:active.focus, .btn-info.focus.nice-select.open, .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: #00363d;
      border-color: black; }
  .btn-info:active, .btn-info.nice-select.open, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .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: #008294;
    border-color: #006c7b; }
  .btn-info .badge {
    color: #008294;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #EB9200;
  border-color: #d28200; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #b87200;
    border-color: #523300; }
  .btn-warning:hover {
    color: #fff;
    background-color: #b87200;
    border-color: #945c00; }
  .btn-warning:active, .btn-warning.nice-select.open, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #b87200;
    border-color: #945c00; }
    .btn-warning:active:hover, .btn-warning.nice-select.open:hover, .btn-warning:active:focus, .btn-warning.nice-select.open:focus, .btn-warning:active.focus, .btn-warning.focus.nice-select.open, .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: #945c00;
      border-color: #523300; }
  .btn-warning:active, .btn-warning.nice-select.open, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .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: #EB9200;
    border-color: #d28200; }
  .btn-warning .badge {
    color: #EB9200;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #DF2700;
  border-color: #c62300; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ac1e00;
    border-color: #460c00; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ac1e00;
    border-color: #881800; }
  .btn-danger:active, .btn-danger.nice-select.open, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ac1e00;
    border-color: #881800; }
    .btn-danger:active:hover, .btn-danger.nice-select.open:hover, .btn-danger:active:focus, .btn-danger.nice-select.open:focus, .btn-danger:active.focus, .btn-danger.focus.nice-select.open, .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: #881800;
      border-color: #460c00; }
  .btn-danger:active, .btn-danger.nice-select.open, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .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: #DF2700;
    border-color: #c62300; }
  .btn-danger .badge {
    color: #DF2700;
    background-color: #fff; }

.btn-link {
  color: #008294;
  font-weight: normal;
  -webkit-border-radius: 0;
          border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.nice-select.open, .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, .btn-link.nice-select.open {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #003f48;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #9F9F9B;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.33333;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

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

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

.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;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-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;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
          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);
  -webkit-background-clip: padding-box;
          background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

.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.nice-select.open, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.nice-select.open,
    .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 {
    content: " ";
    display: table; }
  .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) {
  -webkit-border-radius: 0;
          border-radius: 0; }

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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-left: 0;
    padding-right: 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) {
    -webkit-border-radius: 0;
            border-radius: 0; }

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #393B3C;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #508142;
  -webkit-border-radius: 4px;
          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: 14px;
    -webkit-border-radius: 2px;
            border-radius: 2px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 20px;
    font-size: 20px;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
  .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 {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0; }

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn.nice-select.open {
      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 {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #008294; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      -webkit-border-radius: 4px 4px 0 0;
              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;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

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

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

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

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    -webkit-border-radius: 4px;
            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;
      -webkit-border-radius: 4px 4px 0 0;
              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;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0; }

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

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

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

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

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

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

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px; }
  @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 {
      -webkit-border-radius: 0;
              border-radius: 0; } }

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

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

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

.navbar-brand {
  float: left;
  padding: 25px 20px;
  font-size: 20px;
  line-height: 22px;
  height: auto; }
  .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: -20px; } }

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

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

.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  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: auto-40px/2;
  margin-bottom: auto-40px/2; }
  @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;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

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

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

.navbar-btn {
  margin-top: auto-40px/2;
  margin-bottom: auto-40px/2; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: auto-34px/2;
    margin-bottom: auto-34px/2; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: auto-22/2;
    margin-bottom: auto-22/2; }

.navbar-text {
  margin-top: auto-22px/2;
  margin-bottom: auto-22px/2; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 20px;
      margin-right: 20px; } }

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

.navbar-default {
  background-color: #fff;
  border-color: #E6E7E8; }
  .navbar-default .navbar-brand {
    color: #000; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #000;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #393B3C; }
  .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: #eeeeee; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #E6E7E8; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #eeeeee; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #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-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #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-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: 22px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

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

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

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

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

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

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

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

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

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: .25em;
          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: #008294; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #005561; }

.label-success {
  background-color: #508142; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #3b5f31; }

.label-info {
  background-color: #008294; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #005561; }

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  -webkit-border-radius: 10px;
          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: #008294;
    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: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
          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-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #393B3C; }

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

.alert {
  padding: 20px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
          border-radius: 0; }
  .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: 40px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #508142;
  border-color: #508142;
  color: #fff; }
  .alert-success hr {
    border-top-color: #467039; }
  .alert-success .alert-link {
    color: #e6e6e6; }

.alert-info {
  background-color: #008294;
  border-color: #008294;
  color: #fff; }
  .alert-info hr {
    border-top-color: #006c7b; }
  .alert-info .alert-link {
    color: #e6e6e6; }

.alert-warning {
  background-color: #EB9200;
  border-color: #EB9200;
  color: #fff; }
  .alert-warning hr {
    border-top-color: #d28200; }
  .alert-warning .alert-link {
    color: #e6e6e6; }

.alert-danger {
  background-color: #DF2700;
  border-color: #DF2700;
  color: #fff; }
  .alert-danger hr {
    border-top-color: #c62300; }
  .alert-danger .alert-link {
    color: #e6e6e6; }

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

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

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

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #393B3C;
  text-align: center;
  background-color: #F7BE00;
  -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);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px; }

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

.progress-bar-success {
  background-color: #508142; }
  .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: #008294; }
  .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: #EB9200; }
  .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: #DF2700; }
  .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 {
  zoom: 1;
  overflow: hidden; }

.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 {
  margin-bottom: 20px;
  padding-left: 0; }

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

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 {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .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: #008294;
  border-color: #008294; }
  .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: #61ecff; }

.list-group-item-success {
  color: #fff;
  background-color: #508142; }

a.list-group-item-success,
button.list-group-item-success {
  color: #fff; }
  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: #fff;
    background-color: #467039; }
  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: #fff;
    border-color: #fff; }

.list-group-item-info {
  color: #fff;
  background-color: #008294; }

a.list-group-item-info,
button.list-group-item-info {
  color: #fff; }
  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: #fff;
    background-color: #006c7b; }
  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: #fff;
    border-color: #fff; }

.list-group-item-warning {
  color: #fff;
  background-color: #EB9200; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #fff; }
  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: #fff;
    background-color: #d28200; }
  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: #fff;
    border-color: #fff; }

.list-group-item-danger {
  color: #fff;
  background-color: #DF2700; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #fff; }
  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: #fff;
    background-color: #c62300; }
  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: #fff;
    border-color: #fff; }

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

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

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
          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 {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

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

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  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;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-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;
    -webkit-border-radius: 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;
    -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
            border-top-left-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;
    -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-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-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-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 {
    -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
    -webkit-border-top-right-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 {
      -webkit-border-top-left-radius: 3px;
              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 {
      -webkit-border-top-right-radius: 3px;
              border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-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 {
    -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-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 {
      -webkit-border-bottom-left-radius: 3px;
              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 {
      -webkit-border-bottom-right-radius: 3px;
              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 {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    -webkit-border-radius: 4px;
            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: #008294; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #008294;
    border-color: #008294; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #008294; }
    .panel-primary > .panel-heading .badge {
      color: #008294;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #008294; }

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

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

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

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

.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;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 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;
  -webkit-border-radius: 4px;
          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;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

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

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

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

.modal-open {
  overflow: hidden; }

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

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

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

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

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .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 {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

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

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

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

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  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; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -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-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0; }

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

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

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

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

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .node-type-blog #block-system-main .teaser:before, .clearfix:after, .node-type-blog #block-system-main .teaser:after {
  content: " ";
  display: table; }

.clearfix:after, .node-type-blog #block-system-main .teaser:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.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: 1023px) {
  .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: 1023px) {
  .visible-sm-block {
    display: block !important; } }

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

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

@media (min-width: 1024px) 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: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

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

@media (min-width: 1024px) 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: 1023px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1024px) 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; } }

/**
 * Elements
 */
#fb-comments-widget {
  display: block;
  margin: 60px auto;
  max-width: 660px; }

.page-filters {
  display: inline-block;
  margin: 10px auto 30px;
  max-width: 100%;
  position: relative;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .page-filters {
      min-width: 600px;
      padding: 15px 0; } }
  @media (min-width: 1024px) {
    .page-filters {
      margin: 10px auto 50px; } }
  .page-filters::before, .page-filters::after {
    background: transparent;
    border: solid 1px #E6E7E8;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%; }
  .page-filters::before {
    top: 0; }
  .page-filters::after {
    bottom: 0; }

.page-filter {
  border-color: #E6E7E8;
  border-style: none;
  border-width: 1px;
  display: block;
  padding: 10px;
  position: relative;
  vertical-align: middle; }
  .page-filter::after {
    background: transparent;
    border: solid 1px #E6E7E8;
    bottom: 0;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%; }
    @media (min-width: 768px) {
      .page-filter::after {
        display: none; } }
  .page-filter:last-of-type {
    border-bottom: none; }
    .page-filter:last-of-type::after {
      display: none; }
  .page-filter.page-filter__search {
    display: none; }
    @media (min-width: 768px) {
      .page-filter.page-filter__search {
        display: inline-block; } }
  @media (min-width: 768px) {
    .page-filter {
      border-style: none solid none none;
      display: inline-block;
      margin-right: 5px;
      padding: 0 10px; }
      .page-filter:last-of-type {
        border: none;
        margin-right: 0; } }

.page-filter__search-overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  bottom: 0;
  color: #54666F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  padding: 10px 5px 15px;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: all 200ms cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 200ms cubic-bezier(0, 1, 0.5, 1);
  transition: all 200ms cubic-bezier(0, 1, 0.5, 1);
  width: 100%;
  z-index: +2; }
  @media (min-width: 768px) {
    .page-filter__search-overlay {
      background: #508142;
      color: #fff;
      max-height: 0;
      opacity: 0;
      padding: 20px;
      position: absolute;
      top: 0;
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0); } }
  .overlay--open .page-filter__search-overlay {
    max-height: none;
    opacity: 1;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1); }
  .page-filter__search-overlay .page-filter__search-field {
    background: transparent;
    border-color: #E6E7E8;
    -webkit-border-radius: 0;
            border-radius: 0;
    border-style: none solid none none;
    border-width: 1px;
    color: #54666F;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 18px;
    height: auto;
    line-height: 1;
    margin: 0 10px 0 0;
    padding: 5px 15px 5px 0; }
    .page-filter__search-overlay .page-filter__search-field::-webkit-input-placeholder {
      color: #54666F; }
    .page-filter__search-overlay .page-filter__search-field::-moz-placeholder {
      color: #54666F; }
    .page-filter__search-overlay .page-filter__search-field:-ms-input-placeholder {
      color: #54666F; }
    .page-filter__search-overlay .page-filter__search-field::-ms-input-placeholder {
      color: #54666F; }
    .page-filter__search-overlay .page-filter__search-field::placeholder {
      color: #54666F; }
    @media (min-width: 768px) {
      .page-filter__search-overlay .page-filter__search-field {
        border-style: none solid;
        color: #fff;
        margin: 0 5px;
        padding: 5px 15px; }
        .page-filter__search-overlay .page-filter__search-field::-webkit-input-placeholder {
          color: #fff; }
        .page-filter__search-overlay .page-filter__search-field::-moz-placeholder {
          color: #fff; }
        .page-filter__search-overlay .page-filter__search-field:-ms-input-placeholder {
          color: #fff; }
        .page-filter__search-overlay .page-filter__search-field::-ms-input-placeholder {
          color: #fff; }
        .page-filter__search-overlay .page-filter__search-field::placeholder {
          color: #fff; } }

.page-filter__search-btn {
  background: transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #508142;
  line-height: 1;
  padding: 5px;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  @media (min-width: 768px) {
    .page-filter__search-btn {
      color: #fff; } }
  .page-filter__search-btn .icon {
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  .page-filter__search-btn .icon-close {
    height: 13px;
    width: 11px; }
  .page-filter__search-btn.btn__close {
    display: none; }
    @media (min-width: 768px) {
      .page-filter__search-btn.btn__close {
        display: block; } }
  .page-filter__search-btn:hover, .page-filter__search-btn:focus {
    color: #508142; }
    .page-filter__search-btn:hover .icon, .page-filter__search-btn:focus .icon {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }

.svg-sprites {
  display: none; }
  .svg-sprites path {
    fill: currentColor; }

.icon {
  display: inline-block;
  height: 1rem;
  width: 1rem; }

button.close,
.alert-dismissable .close,
.alert-dismissible .close {
  background: rgba(57, 59, 60, 0.2);
  border: solid #fff 2px;
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
  color: #fff;
  float: none;
  font-weight: normal;
  margin-top: -3px;
  opacity: 1;
  padding: 8px 5px 5px;
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  width: 34px; }
  @media (min-width: 1024px) {
    button.close,
    .alert-dismissable .close,
    .alert-dismissible .close {
      right: 0; } }
  button.close:hover, button.close:focus,
  .alert-dismissable .close:hover,
  .alert-dismissable .close:focus,
  .alert-dismissible .close:hover,
  .alert-dismissible .close:focus {
    background: rgba(57, 59, 60, 0.5);
    color: #fff; }
  button.close .icon-close,
  .alert-dismissable .close .icon-close,
  .alert-dismissible .close .icon-close {
    display: block;
    font-size: 13px;
    height: 13px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 13px; }

.nav-toggle {
  position: relative; }
  .nav-toggle::before {
    background: #008294;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: #008294 0 9px 0, #008294 0 18px 0;
            box-shadow: #008294 0 9px 0, #008294 0 18px 0;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.notification-btn {
  background: transparent;
  border: none;
  line-height: 1;
  padding: 0;
  position: relative; }
  .notification-btn::after {
    background-color: transparent;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    content: '';
    height: 9px;
    position: absolute;
    right: 0;
    top: 2px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 9px; }
  .notification-btn:hover::after, .notification-btn:focus::after {
    opacity: .95;
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25); }
  .notification-btn.notification-active::after {
    background-color: #508142; }
  .notification-btn.notification-inactive::after {
    background-color: #9F9F9B; }

.dropdown-menu:not(.rc-text-align-left) a, .dropdown-menu:not(.rc-text-align-left) .dropdown-link, .primary-nav__link, .section-block p a:not(.btn), .node-type-blog #block-system-main .teaser .teaser-byline a, .node-type-blog #block-system-main .teaser .teaser-byline .article-author, .node-type-blog .article:not(.view) DIV > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) DIV EM > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) DIV B > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) DIV STRONG > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) DIV I > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) SPAN > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) SPAN EM > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) SPAN B > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) SPAN STRONG > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) SPAN I > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) P > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) P EM > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) P B > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) P STRONG > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) P I > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) ul:not(.pagination) LI > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) ul:not(.pagination) LI EM > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) ul:not(.pagination) LI B > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) ul:not(.pagination) LI STRONG > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) ul:not(.pagination) LI I > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV EM > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV B > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV STRONG > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV I > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN EM > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN B > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN STRONG > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN I > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) P > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) P EM > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) P B > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) P STRONG > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) P I > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI EM > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI B > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI STRONG > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI I > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) DIV > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) DIV EM > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) DIV B > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) DIV STRONG > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) DIV I > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) SPAN > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) SPAN EM > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) SPAN B > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) SPAN STRONG > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) SPAN I > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) P > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) P EM > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) P B > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) P STRONG > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) P I > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) ul:not(.pagination) LI > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) ul:not(.pagination) LI EM > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) ul:not(.pagination) LI B > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) ul:not(.pagination) LI STRONG > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) ul:not(.pagination) LI I > a:not(.btn):not(.asset-img-link), .article-byline .article-author, .field-name-by-line .article-author, body.local_entity_page .header-menues .sfHover a:hover, body.local_entity_page .header-menues .sfHover a.active, body.local_entity_page .header-menues ul ul a:hover, body.local_entity_page .header-menues ul ul a.active, body.local_entity_page #condo_nav a:hover, body.local_entity_page #condo_nav a.active, body.local_entity_page .header-menues a:hover, body.local_entity_page .header-menues a.active {
  position: relative; }
  .dropdown-menu:not(.rc-text-align-left) a::after, .dropdown-menu:not(.rc-text-align-left) .dropdown-link::after, .primary-nav__link::after, .section-block p a:not(.btn)::after, .node-type-blog #block-system-main .teaser .teaser-byline a::after, .node-type-blog #block-system-main .teaser .teaser-byline .article-author::after, .node-type-blog .article:not(.view) DIV > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) DIV EM > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) DIV B > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) DIV STRONG > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) DIV I > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) SPAN > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) SPAN EM > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) SPAN B > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) SPAN STRONG > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) SPAN I > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) P > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) P EM > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) P B > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) P STRONG > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) P I > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI EM > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI B > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI STRONG > a:not(.asset-img-link):not(.btn)::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI I > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV EM > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV B > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV STRONG > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV I > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN EM > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN B > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN STRONG > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN I > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P EM > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P B > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P STRONG > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P I > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI EM > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI B > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI STRONG > a:not(.asset-img-link):not(.btn)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI I > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) DIV > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) DIV EM > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) DIV B > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) DIV STRONG > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) DIV I > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) SPAN > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) SPAN EM > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) SPAN B > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) SPAN STRONG > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) SPAN I > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) P > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) P EM > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) P B > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) P STRONG > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) P I > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI EM > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI B > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI STRONG > a:not(.asset-img-link):not(.btn)::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI I > a:not(.asset-img-link):not(.btn)::after, .article-byline .article-author::after, .field-name-by-line .article-author::after, body.local_entity_page .header-menues .sfHover a:hover::after, body.local_entity_page .header-menues .sfHover a.active::after, body.local_entity_page .header-menues ul ul a:hover::after, body.local_entity_page .header-menues ul ul a.active::after, body.local_entity_page #condo_nav a:hover::after, body.local_entity_page #condo_nav a.active::after, body.local_entity_page .header-menues a:hover::after, body.local_entity_page .header-menues a.active::after {
    background: #008294;
    bottom: -3px;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
            transform: skew(-30deg);
    -webkit-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease;
    width: 100%; }

body.local_entity_page #condo_nav a:hover::after, body.local_entity_page #condo_nav a.active::after, body.local_entity_page .header-menues a:hover::after, body.local_entity_page .header-menues a.active::after {
  background: #fff; }

.offset-trapezoid {
  position: relative; }
  .offset-trapezoid.trapezoid--gold::before {
    background-color: #F7BE00; }
  .offset-trapezoid.trapezoid--white::before {
    background-color: #fff; }
  .offset-trapezoid.trapezoid--turquoise::before {
    background-color: #008294; }
  .offset-trapezoid::before {
    background-color: #E6E7E8;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: skewX(-17deg) translate(-30px, -50%);
        -ms-transform: skewX(-17deg) translate(-30px, -50%);
            transform: skewX(-17deg) translate(-30px, -50%);
    width: 100vw;
    z-index: 0; }

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

.inline-list {
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0; }
  .inline-list > li {
    display: inline-block;
    padding: 0 10px; }
    .inline-list > li:last-child {
      margin-right: 0; }

@media (min-width: 768px) {
  .column-list {
    -webkit-columns: auto 2;
       -moz-columns: auto 2;
            columns: auto 2; } }

@media (min-width: 1200px) {
  .column-list.columns-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; } }

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

.inline-media {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0; }
  @media (min-width: 1024px) {
    .inline-media {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 50px 0; } }
  .inline-media .inline-figure {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .inline-media .inline-figure {
        margin-bottom: 0;
        max-width: 48%; } }
  .inline-media .attribution,
  .inline-media .caption {
    margin-bottom: 0; }

.responsive-embed {
  height: 0;
  margin: 30px auto;
  overflow: hidden;
  padding-bottom: 52%;
  position: relative; }
  .responsive-embed embed,
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .responsive-embed + .caption,
  .responsive-embed + .attribution {
    margin-top: -20px; }

@media (min-width: 1024px) {
  .embed-responsive {
    margin: 60px auto 50px; } }

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

.pagination {
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 20px 0 30px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination > li {
    margin-bottom: 5px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span,
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      -webkit-border-radius: 0;
              border-radius: 0; }
    .pagination > li > a,
    .pagination > li > span {
      background: none;
      border: none;
      -webkit-border-radius: 0;
              border-radius: 0;
      -webkit-box-shadow: 0 0 0 #008294;
              box-shadow: 0 0 0 #008294;
      color: #008294;
      float: left;
      font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.5;
      margin: 0 5px;
      padding: 0 5px;
      position: relative;
      text-decoration: none;
      -webkit-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease; }
      @media (min-width: 768px) {
        .pagination > li > a,
        .pagination > li > span {
          margin: 0 10px; } }
    .pagination > li > a:hover, .pagination > li > a:focus {
      background: none;
      -webkit-box-shadow: 0 2px 0 #008294;
              box-shadow: 0 2px 0 #008294;
      color: #008294; }
    .pagination > li.active > a,
    .pagination > li.active > a:focus,
    .pagination > li.active > a:hover,
    .pagination > li.active > span,
    .pagination > li.active > span:focus,
    .pagination > li.active > span:hover {
      background: none;
      border: none;
      -webkit-box-shadow: 0 3px 0 #008294;
              box-shadow: 0 3px 0 #008294;
      color: #508142;
      font-weight: 900; }
    .pagination > li.next > a, .pagination > li.prev > a, .pagination > li.pager-first > a, .pagination > li.pager-last > a {
      font-size: 17px;
      line-height: 1.2; }
    .pagination > li.pager-first > a:before, .pagination > li.prev > a:before {
      content: "\e079";
      padding-right: 3px;
      font-size: 13px; }
    .pagination > li.pager-last > a:after, .pagination > li.next > a:after {
      content: "\e080";
      padding-left: 3px;
      font-size: 13px; }
    .pagination > li.pager-ellipsis > span {
      margin: 0;
      padding: 0 3px; }
    @media (max-width: 767px) {
      .pagination > li.pager-last, .pagination > li.pager-first {
        display: none; } }
    @media (max-width: 480px) {
      .pagination > li {
        /*
      // this cleverness probably won't work, resistance is futile
      &:nth-child(n+8) {
        display: none;
      }
      &.pager-ellipsis, &.next {
        display: block !important;
      }
      */ }
        .pagination > li > a {
          margin: 0 2px; } }

/* fix for pagination wrapped by .cards-row */
.view.cards-row > div.text-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.progress {
  background: #E6E7E8;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  height: 15px;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }

.progress-bar {
  background-color: #F7BE00;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  float: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transition: width 200ms ease-out;
  -o-transition: width 200ms ease-out;
  transition: width 200ms ease-out;
  width: auto;
  z-index: 0; }

.progress-status {
  color: #008294;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  margin: 5px 0 10px;
  text-align: left; }

.stats-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1024px) {
    .stats-row {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  .section--impact .stats-row {
    padding-top: 40px; }
    @media (min-width: 1024px) {
      .section--impact .stats-row {
        padding-top: 60px; } }

.stat {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  color: #008294;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-weight: bold; }
  .stat.stat-card {
    background: #508142;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: #fff;
    height: 140px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 5px 20px;
    padding: 20px;
    text-align: center;
    width: 140px; }
    @media (min-width: 768px) {
      .stat.stat-card {
        height: 150px;
        margin: 0 10px 20px;
        width: 150px; } }
    @media (min-width: 1024px) {
      .stat.stat-card {
        height: 210px;
        margin: 20px 10px;
        width: 210px; } }

.stat-num {
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -.43px;
  line-height: 1;
  margin: 0; }
  @media (min-width: 1024px) {
    .stat-num {
      font-size: 45px; } }
  .stat-card .stat-num {
    font-size: 44px; }
    @media (min-width: 1024px) {
      .stat-card .stat-num {
        font-size: 60px;
        letter-spacing: -.73px; } }

.stat-description {
  font-size: 14px;
  letter-spacing: -.7px;
  line-height: 1.1;
  margin: 5px 0 0; }
  @media (min-width: 768px) {
    .stat-card .stat-description {
      font-size: 16px; } }

.switch {
  color: #54666F;
  font-family: "Sentinel A", "Sentinel B", serif;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 15px;
  position: relative; }
  .switch input[type=checkbox],
  .switch .switch-input {
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .switch input[type=checkbox] + label,
    .switch input[type=checkbox] + .switch-label,
    .switch .switch-input + label,
    .switch .switch-input + .switch-label {
      -webkit-border-radius: 15px;
              border-radius: 15px;
      color: #54666F;
      cursor: pointer;
      display: inline-block;
      font-family: "Sentinel A", "Sentinel B", serif;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .2px;
      line-height: 1;
      margin: 0;
      min-width: -webkit-calc(15px * 2);
      min-width: calc(15px * 2);
      outline: none;
      padding-left: -webkit-calc(-webkit-calc(15px * 2) + 10px);
      padding-left: calc(calc(15px * 2) + 10px);
      position: relative;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      vertical-align: middle;
      width: 100%; }
    .switch input[type=checkbox] + label::before,
    .switch input[type=checkbox] + label::after,
    .switch .switch-input + label::before,
    .switch .switch-input + label::after {
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      width: -webkit-calc(15px * 2);
      width: calc(15px * 2); }
    .switch input[type=checkbox] + label::before,
    .switch .switch-input + label::before {
      background-color: #54666F;
      -webkit-border-radius: 15px;
              border-radius: 15px;
      height: 15px;
      right: 0;
      -webkit-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease; }
    .switch input[type=checkbox] + label::after,
    .switch .switch-input + label::after {
      background-color: #fff;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      height: -webkit-calc(15px - -webkit-calc(2px * 2));
      height: calc(15px - calc(2px * 2));
      left: 2px;
      top: 2px;
      -webkit-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease;
      width: -webkit-calc(15px - -webkit-calc(2px * 2));
      width: calc(15px - calc(2px * 2)); }
    .switch input[type=checkbox]:checked + label::before,
    .switch .switch-input:checked + label::before {
      background-color: #508142; }
    .switch input[type=checkbox]:checked + label::after,
    .switch .switch-input:checked + label::after {
      -webkit-transform: translateX(15px);
          -ms-transform: translateX(15px);
              transform: translateX(15px); }
    .switch input[type=checkbox]:focus + label::before,
    .switch .switch-input:focus + label::before {
      outline: none; }
    .switch input[type=checkbox]:disabled + label,
    .switch .switch-input:disabled + label {
      color: #54666F;
      cursor: not-allowed; }
    .switch input[type=checkbox]:disabled + label::before,
    .switch .switch-input:disabled + label::before {
      background-color: #9F9F9B; }
  .switch + .switch {
    margin-left: 30px; }
  .switch.switch--inverse {
    text-align: right; }
    .switch.switch--inverse input[type=checkbox] + label,
    .switch.switch--inverse input[type=checkbox] + .switch-label,
    .switch.switch--inverse .switch-input + label,
    .switch.switch--inverse .switch-input + .switch-label {
      padding-left: 0;
      padding-right: -webkit-calc(-webkit-calc(15px * 2) + 10px);
      padding-right: calc(calc(15px * 2) + 10px);
      text-align: left; }
    .switch.switch--inverse input[type=checkbox] + label::before,
    .switch.switch--inverse .switch-input + label::before {
      left: auto;
      right: 0; }
    .switch.switch--inverse input[type=checkbox] + label::after,
    .switch.switch--inverse .switch-input + label::after {
      left: auto;
      right: -webkit-calc(15px + 2px);
      right: calc(15px + 2px); }
  .switch.switch--subscribe.switch--inverse input[type=checkbox] + label,
  .switch.switch--subscribe.switch--inverse input[type=checkbox] + .switch-label,
  .switch.switch--subscribe.switch--inverse .switch-input + label,
  .switch.switch--subscribe.switch--inverse .switch-input + .switch-label {
    text-align: left;
    text-indent: -100px; }
  .switch.switch--subscribe input[type=checkbox] + label::before,
  .switch.switch--subscribe .switch-input + label::before {
    content: 'Unsubscribed'; }
  .switch.switch--subscribe input[type=checkbox]:checked + label::before,
  .switch.switch--subscribe .switch-input:checked + label::before {
    content: 'Subscribed'; }

.inline-unsubscribe-switch {
  padding-right: 130px;
  position: relative; }
  .inline-unsubscribe-switch .switch {
    display: inline-block;
    margin: 0 10px;
    position: absolute;
    text-indent: 40px;
    top: 5px; }
    .inline-unsubscribe-switch .switch.switch--inverse {
      margin: 0;
      right: 0;
      text-indent: 0; }

.sans {
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif; }

.serif {
  font-family: "Sentinel A", "Sentinel B", serif; }

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

::-moz-selection {
  background: #508142;
  color: #fff; }

::selection {
  background: #508142;
  color: #fff; }

hr {
  border: solid 1px #E6E7E8;
  height: 4px;
  max-width: 650px; }
  hr.hr--small {
    margin: 10px auto; }
  .article hr {
    max-width: 1180px; }
    @media (min-width: 1024px) {
      .article hr {
        width: -webkit-calc(83% - 40px);
        width: calc(83% - 40px); } }
    @media (min-width: 1200px) {
      .article hr {
        width: -webkit-calc(66% - 40px);
        width: calc(66% - 40px); } }

a {
  -webkit-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease; }

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-bottom: 15px;
  margin-top: 0; }

/* wondering if i can generalize this for h2.block-title */
.section-recommended h2.block-title, .headline {
  color: #54666F;
  font-family: "Sentinel A", "Sentinel B", serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -.4px;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center; }
  @media (min-width: 1024px) {
    .section-recommended h2.block-title, .headline {
      font-size: 45px;
      margin-bottom: 60px; } }
  .section-recommended h2.block-title.headline--secondary, .headline.headline--secondary {
    font-size: 30px;
    margin-bottom: 20px; }
  .media .section-recommended h2.block-title, .media .headline {
    text-align: left; }

.page-header {
  border: none;
  color: #008294;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 15px;
  padding: 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .page-header {
      font-size: 45px; } }
  .page-header.page-header--white {
    color: #fff; }

.page-header__link-wrap {
  margin: 15px 0 50px;
  text-align: center; }

.paragraphs-item-cards-ad-hoc .field-collection-item-field-story-card p a,
.paragraphs-item-cards-ad-hoc .field-collection-item-field-story-card div a,
.page-header__link, .page-header__link-wrap a {
  /*  @extend %trapezoid-underline; */
  color: #003B4A;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 2px; }
  .paragraphs-item-cards-ad-hoc .field-collection-item-field-story-card p a::after,
  .paragraphs-item-cards-ad-hoc .field-collection-item-field-story-card div a::after,
  .page-header__link::after, .page-header__link-wrap a::after {
    background-color: #008294; }
  .paragraphs-item-cards-ad-hoc .field-collection-item-field-story-card p a:hover, .paragraphs-item-cards-ad-hoc .field-collection-item-field-story-card p a:focus,
  .paragraphs-item-cards-ad-hoc .field-collection-item-field-story-card div a:hover,
  .paragraphs-item-cards-ad-hoc .field-collection-item-field-story-card div a:focus,
  .page-header__link:hover,
  .page-header__link:focus, .page-header__link-wrap a:hover, .page-header__link-wrap a:focus {
    color: #508142; }
    .paragraphs-item-cards-ad-hoc .field-collection-item-field-story-card p a:hover::after, .paragraphs-item-cards-ad-hoc .field-collection-item-field-story-card p a:focus::after,
    .paragraphs-item-cards-ad-hoc .field-collection-item-field-story-card div a:hover::after,
    .paragraphs-item-cards-ad-hoc .field-collection-item-field-story-card div a:focus::after,
    .page-header__link:hover::after,
    .page-header__link:focus::after, .page-header__link-wrap a:hover::after, .page-header__link-wrap a:focus::after {
      background-color: #508142; }
  .paragraphs-item-cards-ad-hoc .field-collection-item-field-story-card p a.link--white,
  .paragraphs-item-cards-ad-hoc .field-collection-item-field-story-card div a.link--white,
  .page-header__link.link--white, .page-header__link-wrap a.link--white {
    color: #fff; }

.lead, .paragraphs-item-hero-image-title-text P {
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 22px;
  letter-spacing: -.79px;
  line-height: 1.3;
  margin: 40px 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .lead, .paragraphs-item-hero-image-title-text P {
      font-size: 30px;
      margin: 70px 0; } }

.summary {
  color: #003B4A;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.3px;
  line-height: 1.3;
  margin: 0 auto 30px;
  max-width: 600px;
  text-align: center; }

.eyebrow-heading {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase; }

p, .media-p {
  margin: 0 0 20px; }

.field-name-pt-pull-quot blockquote, blockquote.bigquote, .bigquote {
  border: none;
  color: #003B4A;
  font-family: "Sentinel A", "Sentinel B", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  margin: 40px auto;
  max-width: 657px;
  padding: 0;
  position: relative;
  text-align: center; }
  .field-name-pt-pull-quot blockquote::before, blockquote.bigquote::before, .bigquote::before {
    background: transparent no-repeat center;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 70 57'><path id='quote-left' style='fill:%23D54400' d='M32,27.8V57H0V4c0-2.2,1.8-4,4-4c1.1,0,2.1,0.4,2.8,1.2l24,23.8C31.6,25.7,32,26.7,32,27.8z'/><path id='quote-right' style='fill:%23D54400' d='M70,27.8V57H38V4c0-2.2,1.8-4,4-4c1.1,0,2.1,0.4,2.8,1.2l24,23.8C69.6,25.7,70,26.7,70,27.8z'/></svg>");
    -webkit-background-size: contain;
            background-size: contain;
    content: '';
    display: block;
    height: 48px;
    left: 0;
    margin: 0 auto 30px;
    width: 60px; }
  @media (min-width: 1200px) {
    .field-name-pt-pull-quot blockquote, blockquote.bigquote, .bigquote {
      font-size: 40px;
      margin: 40px auto 60px;
      max-width: 657px; }
      .field-name-pt-pull-quot blockquote::before, blockquote.bigquote::before, .bigquote::before {
        height: 58px;
        width: 70px; } }
  .field-name-pt-pull-quot blockquote .quote-attribution, blockquote.bigquote .quote-attribution, .bigquote .quote-attribution {
    color: #003B4A;
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase; }

.caption {
  color: #003B4A;
  font-family: "Sentinel A", "Sentinel B", serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1.2;
  margin: 10px 0 20px; }
  .caption + .attribution {
    margin-top: -20px; }

.attribution,
.media-caption {
  color: #54666F;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 5px; }

.external-link .icon-external-link {
  height: 13px;
  margin-left: 5px;
  width: 13px; }

ol,
ul {
  padding-left: 22px; }

.text-gray {
  color: #54666F; }

.text-green {
  color: #508142; }

.text-forest-green {
  color: #508142; }

.text-white {
  color: #fff; }

/**
 * Components
 */
.accordion {
  border-bottom: solid 1px #54666F;
  text-align: left; }
  .accordion .panel {
    background: none;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .accordion .panel + .panel {
      margin: 0; }
    .accordion .panel.panel--expanded .panel-btn::before, .accordion .panel.panel--expanded .panel-btn::after {
      background: #508142; }
    .accordion .panel.panel--expanded .panel-btn::before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .accordion .panel.panel--expanded .panel-btn::after {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
  .accordion .panel-heading {
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    border-top: solid 1px #54666F;
    padding: 25px 60px 25px 0;
    position: relative; }
    .accordion .panel-heading + .panel-collapse > .panel-body {
      border: none; }
  .accordion .panel-btn {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    right: 40px;
    top: 38px; }
    .accordion .panel-btn::before, .accordion .panel-btn::after {
      background: #508142;
      content: '';
      height: 6px;
      left: 0;
      position: absolute;
      top: 0;
      -webkit-transition: all 500ms ease-out;
      -o-transition: all 500ms ease-out;
      transition: all 500ms ease-out;
      width: 20px; }
    .accordion .panel-btn::after {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .accordion .panel-body {
    color: #003B4A;
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    line-height: 1.4;
    padding: 0 0 10px; }
    .accordion .panel-body a:not(.btn) {
      border-bottom: solid 3px rgba(0, 130, 148, 0.5);
      color: inherit;
      -webkit-transition: border 200ms ease;
      -o-transition: border 200ms ease;
      transition: border 200ms ease; }
      .accordion .panel-body a:not(.btn):hover, .accordion .panel-body a:not(.btn):focus {
        border-color: #008294; }

.accordion-section-heading {
  color: #508142;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left; }
  @media (min-width: 1024px) {
    .accordion-section-heading {
      font-size: 39px; } }

.accordion-title {
  color: #003B4A;
  font-family: "Sentinel A", "Sentinel B", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin: 0; }
  @media (min-width: 1024px) {
    .accordion-title {
      font-size: 30px; } }

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

.accordion .field-collection-view-links {
  list-style: none;
  overflow: hidden; }

.accordion .field-collection-description {
  display: none; }

.header-alert {
  background: #89D2D8;
  border: none;
  color: #003B4A;
  font-size: 20px;
  margin: 0;
  overflow: hidden;
  position: relative; }
  .header-alert .btn {
    color: #003B4A;
    border-color: #003B4A; }
    .header-alert .btn:hover, .header-alert .btn:focus {
      background: #003B4A;
      color: #89D2D8; }
  .header-alert.header-alert--small {
    padding: 25px 30px 20px 0;
    text-align: left; }
    @media (min-width: 1024px) {
      .header-alert.header-alert--small {
        padding: 15px 0;
        text-align: center; } }
    .header-alert.header-alert--small .close {
      right: -20px;
      top: -27px; }
      @media (min-width: 1024px) {
        .header-alert.header-alert--small .close {
          right: 15px;
          top: -17px; } }
    @media (min-width: 1024px) {
      .header-alert.header-alert--small p,
      .header-alert.header-alert--small .btn {
        display: inline-block; } }
    .header-alert.header-alert--small .btn {
      margin: 15px 0 0; }
      @media (min-width: 1024px) {
        .header-alert.header-alert--small .btn {
          margin: 0 0 0 20px; } }
  .header-alert.header-alert--medium {
    padding: 40px 0 30px; }
    @media (min-width: 1024px) {
      .header-alert.header-alert--medium {
        padding: 60px 0 40px; } }
    .header-alert.header-alert--medium .close {
      right: 20px;
      top: -42px; }
      @media (min-width: 1024px) {
        .header-alert.header-alert--medium .close {
          top: -62px; } }
    .header-alert.header-alert--medium .btn {
      margin-top: 20px; }
  .header-alert.alert-flex-grid {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0; }
    .header-alert.alert-flex-grid .alert-grid-left {
      background: #508142;
      display: none; }
      @media (min-width: 1024px) {
        .header-alert.alert-flex-grid .alert-grid-left {
          display: block;
          padding: 60px;
          width: 55%; }
          .header-alert.alert-flex-grid .alert-grid-left h1 {
            font-size: 80px; } }
    .header-alert.alert-flex-grid .alert-grid-large__container {
      margin: 0 0 0 auto;
      max-width: 575px; }
    .header-alert.alert-flex-grid .alert-grid-right {
      background: #008294;
      width: 100%; }
      @media (min-width: 1024px) {
        .header-alert.alert-flex-grid .alert-grid-right {
          width: 45%; } }
    .header-alert.alert-flex-grid .alert-grid-image {
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      height: 200px;
      margin-bottom: 20px;
      margin-left: -20px;
      margin-right: -20px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      width: -webkit-calc(100% + 40px);
      width: calc(100% + 40px); }
      @media (min-width: 1024px) {
        .header-alert.alert-flex-grid .alert-grid-image {
          height: 325px;
          margin: 0;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          width: 100%; } }
    .header-alert.alert-flex-grid .alert-grid-small {
      height: 100%;
      max-width: 500px;
      padding: 20px 20px 30px; }
      @media (min-width: 1024px) {
        .header-alert.alert-flex-grid .alert-grid-small {
          padding: 60px; } }
      .header-alert.alert-flex-grid .alert-grid-small h1 {
        font-size: 28px; }
        @media (min-width: 1024px) {
          .header-alert.alert-flex-grid .alert-grid-small h1 {
            display: none; } }
    @media (min-width: 1024px) {
      .header-alert.alert-flex-grid .close {
        right: 60px; } }
    .header-alert.alert-flex-grid p + .btn {
      margin-top: 20px; }
  .header-alert .container {
    position: relative; }
  .header-alert h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: .9;
    margin-top: 0; }
    @media (min-width: 1024px) {
      .header-alert h1 {
        font-size: 60px; } }
  .header-alert p {
    font-size: 18px;
    font-weight: 500; }
    .header-alert p:last-of-type {
      margin-bottom: 0; }

#navbar .header-alert .container {
  display: block;
  padding: 0 20px; }

.btn, input[type=submit], .scstandard-button, .field-slideshow-controls .prev, .field-slideshow-controls .next {
  border-style: solid;
  border-width: 2px;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 9px 20px;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  white-space: normal; }
  @media (min-width: 1024px) {
    .btn, input[type=submit], .scstandard-button, .field-slideshow-controls .prev, .field-slideshow-controls .next {
      font-size: 18px; } }

.btn-xs, .btn-group-xs > .btn,
.btn-group-xs > .btn {
  font-size: 14px;
  padding: 2px 8px; }

.btn-sm, .btn-group-sm > .btn,
.btn-group-sm > .btn {
  font-size: 14px;
  padding: 5px 14px; }

.btn-lg, .btn-group-lg > .btn,
.btn-group-lg > .btn {
  padding: 12px 28px; }

.btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px 0; }
  .btn-row .btn {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    margin: 0 5px 5px; }

.btn-primary, input[type=submit], #donateLink {
  background-color: #D54400;
  border-color: #D54400;
  color: #fff; }
  .btn-primary:hover, .btn-primary:focus, input[type=submit]:hover, input[type=submit]:focus, #donateLink:hover, #donateLink:focus {
    background-color: #fff;
    border-color: #D54400;
    color: #D54400; }

.btn-secondary, #joinLink {
  background-color: #B53400;
  border-color: #B53400;
  color: #fff; }
  .btn-secondary:hover, .btn-secondary:focus, #joinLink:hover, #joinLink:focus {
    background-color: #fff;
    color: #B53400; }

.btn-blood-orange {
  background-color: #DF2700;
  border-color: #DF2700;
  color: #fff; }
  .btn-blood-orange:hover, .btn-blood-orange:focus {
    background-color: #ac1e00;
    color: #fff; }

.btn-tangerine {
  background-color: #EB9200;
  border-color: #EB9200;
  color: #fff; }
  .btn-tangerine:hover, .btn-tangerine:focus {
    background-color: #b87200;
    color: #fff; }

.btn-forest-green, input[type=submit].btn-forest-green {
  background-color: #508142;
  border-color: #508142;
  color: #fff; }
  .btn-forest-green:hover, .btn-forest-green:focus, input[type=submit].btn-forest-green:hover, input[type=submit].btn-forest-green:focus {
    background-color: #fff;
    color: #508142; }

.btn-white-navy {
  background-color: #fff;
  border-color: #003B4A;
  color: #003B4A; }
  .btn-white-navy:hover, .btn-white-navy:focus {
    background-color: #003B4A;
    color: #fff; }

.btn-white-blue {
  background-color: #fff;
  border-color: #008294;
  color: #008294; }
  .btn-white-blue:hover, .btn-white-blue:focus {
    background-color: #008294;
    color: #fff; }

.btn-gold {
  background-color: #F7BE00;
  color: #fff; }
  .btn-gold:hover, .btn-gold:focus {
    background-color: #c49700;
    color: #fff; }

input[type=submit], .scstandard-button {
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.btn-outlined {
  background-color: rgba(57, 59, 60, 0.1);
  border: solid 1px #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  padding: 8px 20px;
  text-transform: uppercase; }
  .btn-outlined:hover, .btn-outlined:focus {
    background: rgba(57, 59, 60, 0.5); }
  .btn-group.btn-group--outlined .btn-outlined.outline-white:hover, .btn-group.btn-group--outlined .btn-outlined.outline-white:focus {
    border-color: #fff; }
  .btn-outlined.btn-sm, .btn-group-sm > .btn-outlined.btn {
    font-size: 11px; }
  .btn-outlined.btn-lg, .btn-group-lg > .btn-outlined.btn {
    padding-bottom: 10px;
    padding-top: 10px; }
  .btn-outlined.outline-green {
    background-color: transparent;
    border-color: #508142;
    color: #393B3C; }
    .btn-outlined.outline-green:hover, .btn-outlined.outline-green:focus {
      background: rgba(80, 129, 66, 0.25);
      color: #393B3C; }
      .btn-group.btn-group--outlined .btn-outlined.outline-green:hover, .btn-group.btn-group--outlined .btn-outlined.outline-green:focus {
        border-color: #508142; }
  .btn-outlined.outline-blue {
    background-color: transparent;
    border-color: #008294;
    color: #008294; }
    .btn-outlined.outline-blue:hover, .btn-outlined.outline-blue:focus {
      background: #008294;
      color: #fff; }
      .btn-group.btn-group--outlined .btn-outlined.outline-blue:hover, .btn-group.btn-group--outlined .btn-outlined.outline-blue:focus {
        border-color: #008294; }
  .btn-outlined.outline-emerald {
    background-color: transparent;
    border-color: #508142;
    border-width: 1px;
    color: #393B3C; }
    .btn-outlined.outline-emerald:hover, .btn-outlined.outline-emerald:focus {
      background: #d3f6d8;
      color: #393B3C; }
      .btn-group.btn-group--outlined .btn-outlined.outline-emerald:hover, .btn-group.btn-group--outlined .btn-outlined.outline-emerald:focus {
        border-color: #508142; }

.btn__search {
  line-height: 1; }
  .btn__search .icon-search {
    height: 18px;
    width: 18px; }

[class*="btn-action-"], .field-slideshow-controls .prev, .field-slideshow-controls .next {
  background-color: #D54400;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: none;
  color: #fff;
  position: relative;
  -webkit-transform: skew(0);
      -ms-transform: skew(0);
          transform: skew(0); }
  [class*="btn-action-"]:hover, [class*="btn-action-"]:focus, .field-slideshow-controls .prev:hover, .field-slideshow-controls .prev:focus, .field-slideshow-controls .next:hover, .field-slideshow-controls .next:focus {
    background-color: #508142; }
  [class*="btn-action-"]::after, .field-slideshow-controls .prev::after, .field-slideshow-controls .next::after {
    background: inherit;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    content: '';
    display: block;
    height: 100%;
    left: auto;
    position: absolute;
    right: auto;
    top: 0;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    width: 75%;
    z-index: -1; }
  [class*="btn-action-"].btn-lg, .btn-group-lg > .btn[class*="btn-action-"], .field-slideshow-controls .prev.btn-lg, .field-slideshow-controls .btn-group-lg > .prev.btn, .field-slideshow-controls .next.btn-lg, .field-slideshow-controls .btn-group-lg > .next.btn {
    line-height: 1; }
  [class*="btn-action-"].action--secondary, .field-slideshow-controls .prev.action--secondary, .field-slideshow-controls .next.action--secondary {
    background-color: #D54400; }
    [class*="btn-action-"].action--secondary:hover, [class*="btn-action-"].action--secondary:focus, .field-slideshow-controls .prev.action--secondary:hover, .field-slideshow-controls .prev.action--secondary:focus, .field-slideshow-controls .next.action--secondary:hover, .field-slideshow-controls .next.action--secondary:focus {
      background-color: #508142; }

.btn-action-left, .field-slideshow-controls .prev {
  margin-right: 20px;
  padding-right: 8px; }
  .btn-action-left.btn-xs, .btn-group-xs > .btn-action-left.btn, .field-slideshow-controls .prev.btn-xs, .field-slideshow-controls .btn-group-xs > .prev.btn {
    padding-right: 1px; }
  .btn-action-left.btn-sm, .btn-group-sm > .btn-action-left.btn, .field-slideshow-controls .prev.btn-sm, .field-slideshow-controls .btn-group-sm > .prev.btn {
    padding-right: 6px; }
  .btn-action-left.btn-lg, .btn-group-lg > .btn-action-left.btn, .field-slideshow-controls .prev.btn-lg, .field-slideshow-controls .btn-group-lg > .prev.btn {
    margin-right: 24px;
    padding-right: 16px; }
    .btn-action-left.btn-lg::after, .btn-group-lg > .btn-action-left.btn::after, .field-slideshow-controls .prev.btn-lg::after, .field-slideshow-controls .btn-group-lg > .prev.btn::after {
      -webkit-transform: skew(-20deg, 0deg) translate(12px, 0) rotate(0.02deg);
          -ms-transform: skew(-20deg, 0deg) translate(12px, 0) rotate(0.02deg);
              transform: skew(-20deg, 0deg) translate(12px, 0) rotate(0.02deg); }
  .btn-action-left::after, .field-slideshow-controls .prev::after {
    -webkit-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
    right: 0;
    -webkit-transform: skew(-20deg, 0deg) translate(10px, 0) rotate(0.02deg);
        -ms-transform: skew(-20deg, 0deg) translate(10px, 0) rotate(0.02deg);
            transform: skew(-20deg, 0deg) translate(10px, 0) rotate(0.02deg); }
  .btn-action-left:hover::after, .btn-action-left:focus::after, .field-slideshow-controls .prev:hover::after, .field-slideshow-controls .prev:focus::after {
    -webkit-transform: skew(20deg, 0deg) translate(10px, 0) rotate(0.02deg);
        -ms-transform: skew(20deg, 0deg) translate(10px, 0) rotate(0.02deg);
            transform: skew(20deg, 0deg) translate(10px, 0) rotate(0.02deg); }

.btn-action-right, .field-slideshow-controls .next {
  margin-left: 20px;
  padding-left: 8px; }
  .btn-action-right.btn-xs, .btn-group-xs > .btn-action-right.btn, .field-slideshow-controls .next.btn-xs, .field-slideshow-controls .btn-group-xs > .next.btn {
    padding-left: 1px; }
  .btn-action-right.btn-sm, .btn-group-sm > .btn-action-right.btn, .field-slideshow-controls .next.btn-sm, .field-slideshow-controls .btn-group-sm > .next.btn {
    padding-left: 6px; }
  .btn-action-right.btn-lg, .btn-group-lg > .btn-action-right.btn, .field-slideshow-controls .next.btn-lg, .field-slideshow-controls .btn-group-lg > .next.btn {
    margin-left: 24px;
    padding-left: 16px; }
    .btn-action-right.btn-lg::after, .btn-group-lg > .btn-action-right.btn::after, .field-slideshow-controls .next.btn-lg::after, .field-slideshow-controls .btn-group-lg > .next.btn::after {
      -webkit-transform: skew(20deg, 0deg) translate(-12px, 0) rotate(0.02deg);
          -ms-transform: skew(20deg, 0deg) translate(-12px, 0) rotate(0.02deg);
              transform: skew(20deg, 0deg) translate(-12px, 0) rotate(0.02deg); }
  .btn-action-right::after, .field-slideshow-controls .next::after {
    -webkit-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
    left: 0;
    -webkit-transform: skew(20deg, 0deg) translate(-10px, 0) rotate(0.02deg);
        -ms-transform: skew(20deg, 0deg) translate(-10px, 0) rotate(0.02deg);
            transform: skew(20deg, 0deg) translate(-10px, 0) rotate(0.02deg); }
  .btn-action-right:hover::after, .btn-action-right:focus::after, .field-slideshow-controls .next:hover::after, .field-slideshow-controls .next:focus::after {
    -webkit-transform: skew(-20deg, 0deg) translate(-12px, 0) rotate(0.02deg);
        -ms-transform: skew(-20deg, 0deg) translate(-12px, 0) rotate(0.02deg);
            transform: skew(-20deg, 0deg) translate(-12px, 0) rotate(0.02deg); }

/* add space after icon in button */
.btn.icon-before .glyphicon, .btn.icon-before .pagination > li.pager-first > a:before, .btn.icon-before .pagination > li.prev > a:before, .btn.icon-before .pagination > li.pager-last > a:after, .btn.icon-before .pagination > li.next > a:after {
  padding-right: 15px; }

/* add space before icon in button */
.btn.icon-after .glyphicon, .btn.icon-after .pagination > li.pager-first > a:before, .btn.icon-after .pagination > li.prev > a:before, .btn.icon-after .pagination > li.pager-last > a:after, .btn.icon-after .pagination > li.next > a:after {
  padding-left: 15px; }

.header-nav .text-btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 50px 0 30px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #000; }

.mobile-menu .mobile-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.mobile-menu .btn-group {
  width: auto; }

.mobile-menu .btn {
  font-size: 12px !important; }
  @media screen and (max-width: 400px) {
    .mobile-menu .btn {
      padding-left: 12px !important;
      padding-right: 12px !important; } }
  @media screen and (min-width: 430px) {
    .mobile-menu .btn {
      font-size: 14px !important; } }

.mobile-menu .text-btn {
  padding-top: 10px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff; }

.btn-group {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.btn-group--outlined .btn-outlined.btn-sm, .btn-group--outlined .btn-group-sm > .btn-outlined.btn {
  padding-bottom: 6px;
  padding-top: 6px; }

.btn-group--outlined > .btn:first-child:not(:last-child) {
  border-right-color: transparent; }

.btn-group--outlined > .btn:not(:first-child):not(:last-child) {
  border-left-color: transparent;
  border-right-color: transparent; }

.btn-group--outlined > .btn:last-child:not(:first-child) {
  border-left-color: transparent; }

.footer .btn-group--outlined .btn-outlined.outline-white,
.mobile-header .btn-group--outlined .btn-outlined.outline-white {
  border-color: #fff; }

.btn-group--action > .btn {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 12px;
  line-height: 1.7;
  text-transform: uppercase;
  -webkit-transform: skew(20deg);
      -ms-transform: skew(20deg);
          transform: skew(20deg); }
  .btn-group--action > .btn .btn-text {
    display: inline-block;
    -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
            transform: skew(-20deg); }
  .btn-group--action > .btn:first-child {
    padding-left: 24px; }
  .btn-group--action > .btn:last-child {
    padding-right: 24px; }

.callout-section {
  overflow: hidden;
  width: 100%; }

.callout-row {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .callout-row {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  @media (min-width: 1024px) {
    .callout-row {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.callout {
  background: #008294;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #fff;
  margin: 0 0 30px;
  padding: 30px;
  position: relative;
  text-align: center;
  width: 100%; }
  .callout::before {
    background-color: #008294;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    content: '';
    display: none;
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    -webkit-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
            transform: skewX(-10deg);
    width: 75vw;
    z-index: 0; }
  @media (min-width: 768px) {
    .callout {
      margin: 0 10px 30px;
      text-align: left;
      width: 48%; } }
  @media (min-width: 1024px) {
    .callout {
      background: transparent;
      margin: 0 0 30px;
      padding: 40px 40px 40px 20px;
      width: 46%; }
      .callout::before {
        display: block; } }
  .callout.callout--right::before {
    left: -20px;
    right: auto; }
  @media (min-width: 1024px) {
    .callout.callout--right {
      padding: 40px 20px 40px 40px; } }
  .callout p {
    font-size: 20px; }
    .callout p:last-of-type {
      margin-bottom: 0; }
  .callout .btn {
    margin-top: 30px; }

.callout-wrap {
  position: relative;
  z-index: +1; }

.callout-heading {
  font-size: 32px;
  font-weight: bold;
  line-height: 1; }
  @media (min-width: 1024px) {
    .callout-heading {
      font-size: 40px; } }

.callout-image-block {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #003B4A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .callout-image-block .btn {
    margin-bottom: 5px;
    margin-top: 5px; }
  .callout-image-block .btn + .btn {
    margin-left: 10px; }
  .callout-image-block a:not(.btn) {
    color: white;
    text-decoration: underline; }
    .callout-image-block a:not(.btn):hover {
      color: white; }

.callout-image__img,
.callout-image__content {
  width: 100%; }
  @media (min-width: 1024px) {
    .callout-image__img,
    .callout-image__content {
      width: 50%; } }

.callout-image__content {
  padding: 30px 20px 50px; }
  @media (min-width: 768px) {
    .callout-image__content {
      padding: 40px 60px; } }

.callout-image__heading {
  color: #fff;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px; }

.callout-image__summary {
  color: #fff;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3; }

.callout-image__img {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  min-height: 200px; }

@media (min-width: 768px) {
  .callout-image__content-wrap {
    margin: 0 auto;
    max-width: 84%; } }

@media (min-width: 1024px) {
  .callout-image__content-wrap {
    margin-left: 0;
    max-width: 360px; } }

.cards-row, .cards-row .field-collection-container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 30px;
  width: 100%; }
  @media (min-width: 1024px) {
    .cards-row, .cards-row .field-collection-container {
      margin-top: 40px; } }
  .cards-row + .cards-row, .cards-row .field-collection-container + .cards-row {
    margin-top: 20px; }

.cards-row .field-collection-container {
  margin-top: 0; }
  @media (min-width: 1024px) {
    .cards-row .field-collection-container {
      margin-top: 0; } }
  .cards-row .field-collection-container::after {
    content: '';
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto; }

.card, .ds-3col-equal > .group-left.card, .ds-3col-equal > .group-middle.card, .ds-3col-equal > .group-right.card {
  float: none;
  border: none;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  margin-bottom: 30px;
  padding: 0 0 30px;
  text-align: left;
  width: 100%;
  vertical-align: top; }
  .card.card-type--addup, .ds-3col-equal > .group-left.card.card-type--addup, .ds-3col-equal > .group-middle.card.card-type--addup, .ds-3col-equal > .group-right.card.card-type--addup {
    max-width: 275px; }
  @media (min-width: 768px) {
    .card, .ds-3col-equal > .group-left.card, .ds-3col-equal > .group-middle.card, .ds-3col-equal > .group-right.card {
      padding: 0 20px 30px;
      width: 50%;
      display: inline-block; } }
  @media (min-width: 1024px) {
    .card, .ds-3col-equal > .group-left.card, .ds-3col-equal > .group-middle.card, .ds-3col-equal > .group-right.card {
      width: 33%;
      /* width: 33.33333%; */
      display: inline-block; } }
  .card .progress-status, .ds-3col-equal > .group-left.card .progress-status, .ds-3col-equal > .group-middle.card .progress-status, .ds-3col-equal > .group-right.card .progress-status {
    margin: 0 0 15px; }

.card-type--featured {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }

.card-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
  margin: 0; }
  .card-container .btn {
    margin: auto 0 0; }
  .card-type--featured .card-container {
    height: auto;
    width: 100%; }
    @media (min-width: 768px) {
      .card-type--featured .card-container {
        padding: 0 0 20px 50px;
        width: 50%; } }
    .card-type--featured .card-container .btn {
      margin: 0; }

.card-label {
  color: #003B4A;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  cursor: auto; }

.card-title {
  color: #003B4A;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: -.73px;
  line-height: 1.2;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease; }
  @media (min-width: 1024px) {
    .card-title {
      font-size: 22px; } }
  .card-type--featured .card-title {
    color: #008294;
    font-size: 30px;
    letter-spacing: -.73px; }
  .card-title a {
    color: inherit; }
  a:hover .card-title,
  a:focus .card-title,
  .card-title a:hover,
  .card-title a:focus {
    color: #508142; }

body.page-node-449512 .card-title {
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    body.page-node-449512 .card-title {
      font-size: 24px;
      margin-bottom: 15px; } }

.card img, .card-image {
  background: #E6E7E8 center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  height: 230px;
  margin: 0 0 20px;
  min-width: 200px;
  width: 100%; }
  @media (min-width: 768px) {
    .card img, .card-image {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      width: 100%; } }
  .card-type--featured .card img, .card-type--featured .card-image {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 60px;
    position: relative; }
    @media (min-width: 768px) {
      .card-type--featured .card img, .card-type--featured .card-image {
        height: 100%;
        min-height: 260px;
        padding: 20px 40px; } }
    @media (min-width: 1024px) {
      .card-type--featured .card img, .card-type--featured .card-image {
        min-height: 300px; } }
    .card-type--featured .card img::before, .card-type--featured .card-image::before {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(85%, rgba(0, 0, 0, 0.8)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8) 85%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8) 85%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8) 85%);
      content: '';
      height: 100%;
      left: 0;
      opacity: .15;
      position: absolute;
      top: 0;
      width: 100%; }
  .card-type--addup .card img, .card-type--addup .card-image {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    height: 230px;
    margin: 0 auto 30px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 230px; }
  .card img .progress-status, .card-image .progress-status {
    color: #fff;
    margin: 0; }

.card.card-form img {
  height: auto; }

.card-image__caption {
  width: 100%;
  z-index: +1; }

.card-summary {
  color: #003B4A;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -.38px;
  line-height: 1.3; }

.card-meta {
  color: #54666F;
  font-size: 16px;
  margin: 0; }
  @media (min-width: 1024px) {
    .card-meta {
      font-size: 18px; } }
  .card-meta + .card-meta {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px; }
    @media (min-width: 1024px) {
      .card-meta + .card-meta {
        font-size: 16px; } }

.card .img-responsive {
  max-width: none; }

.event-link.event-image {
  width: 100%; }

/* Fixing an IE issue. */
.card-container a, .card-container h3.card-title, .card-container .card-summary {
  width: 100%; }

.card-container a.btn {
  width: auto; }

@media (min-width: 768px) {
  .card-type--featured > a {
    width: 50%; } }

.paragraphs-item-articles-overriddable .container .cards-row {
  margin-top: 0; }

.dropdown,
.dropup {
  display: inline-block; }

.dropdown-header {
  color: #003B4A;
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 5px;
  padding: 0; }

.dropdown-toggle {
  background: transparent;
  border: none;
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }
  .dropdown-toggle .icon {
    margin-left: 5px;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease; }
    .utility-nav .dropdown-toggle .icon {
      color: #508142; }
  .dropdown.open .dropdown-toggle {
    background-color: #E6E7E8;
    color: #508142; }
    .dropdown.open .dropdown-toggle .icon {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .dropdown.open .dropdown-toggle:hover {
      color: #508142; }

.open > a {
  outline: none; }

.dropdown-menu:not(.rc-text-align-left) {
  background: #E6E7E8;
  border: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #003B4A;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 13px;
  font-weight: 500;
  left: auto;
  line-height: 1.3;
  margin-top: -1px;
  max-width: 400px;
  min-width: 250px;
  padding: 30px 20px 35px;
  right: 0; }
  @media (min-width: 1024px) {
    .dropdown-menu:not(.rc-text-align-left) {
      margin-top: -1px;
      min-width: 300px;
      padding: 20px 20px 25px; } }
  .dropdown-menu:not(.rc-text-align-left) > li > a {
    color: #508142;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0;
    white-space: normal; }
    .dropdown-menu:not(.rc-text-align-left) > li > a:hover, .dropdown-menu:not(.rc-text-align-left) > li > a:focus {
      background: none; }
  .section-chapter--heading .dropdown-menu:not(.rc-text-align-left) {
    left: 0;
    right: auto; }
  .dropdown-menu:not(.rc-text-align-left) .divider {
    background: #9F9F9B;
    margin: 15px 0; }
  .dropdown-menu:not(.rc-text-align-left) .search-form {
    margin-bottom: 15px; }
    .dropdown-menu:not(.rc-text-align-left) .search-form .btn {
      margin-top: 0; }
  .dropdown-menu:not(.rc-text-align-left) a, .dropdown-menu:not(.rc-text-align-left) .dropdown-link {
    background: transparent;
    color: #508142;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 5px;
    padding: 0;
    position: relative; }
    .dropdown-menu:not(.rc-text-align-left) a::after, .dropdown-menu:not(.rc-text-align-left) .dropdown-link::after {
      background: #008294;
      height: 3px;
      left: 2px;
      width: 98%; }
    .dropdown-menu:not(.rc-text-align-left) a:hover, .dropdown-menu:not(.rc-text-align-left) a:focus, .dropdown-menu:not(.rc-text-align-left) .dropdown-link:hover, .dropdown-menu:not(.rc-text-align-left) .dropdown-link:focus {
      color: #508142; }
      .dropdown-menu:not(.rc-text-align-left) a:hover::after, .dropdown-menu:not(.rc-text-align-left) a:focus::after, .dropdown-menu:not(.rc-text-align-left) .dropdown-link:hover::after, .dropdown-menu:not(.rc-text-align-left) .dropdown-link:focus::after {
        background: #508142; }
  .dropdown-menu:not(.rc-text-align-left) p {
    margin: 0 0 5px; }
  .dropdown-menu:not(.rc-text-align-left) .dropdown-headline {
    color: #003B4A;
    font-family: "Sentinel A", "Sentinel B", serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px; }
    .dropdown-menu:not(.rc-text-align-left) .dropdown-headline a {
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      line-height: 1;
      margin: 0; }
      .dropdown-menu:not(.rc-text-align-left) .dropdown-headline a::after {
        display: none; }
      .dropdown-menu:not(.rc-text-align-left) .dropdown-headline a:hover, .dropdown-menu:not(.rc-text-align-left) .dropdown-headline a:focus {
        color: #508142; }
  .dropdown-menu:not(.rc-text-align-left) .dropdown-heading {
    color: #003B4A;
    font-size: 14px;
    font-weight: 600; }
  .dropdown-menu:not(.rc-text-align-left) .dropdown-label {
    font-size: 13px;
    font-weight: 500; }

.pseudo-select-dropdown {
  width: 100%; }
  .pseudo-select-dropdown.open .dropdown-toggle {
    background-color: transparent;
    border-bottom-color: transparent;
    -webkit-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
    color: #393B3C; }
    .pseudo-select-dropdown.open .dropdown-toggle:hover, .pseudo-select-dropdown.open .dropdown-toggle:focus {
      color: #393B3C; }
  .pseudo-select-dropdown .dropdown-toggle {
    background-color: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 35 25' style='enable-background:new 0 0 35 25;' xml:space='preserve'><path id='dropdown-line' style='fill:none;stroke:%23009845;stroke-width:2;stroke-linecap:square;' d='M1.5,1.5v22'/><polygon id='dropdown-caret' style='fill:%23009845' points='12,10.8 13.8,9 18,13.2 22.2,9 24,10.8 18,16.8 '/></svg>");
    background-position: 99.5% 10px;
    background-repeat: no-repeat;
    -webkit-background-size: 30px 30px;
            background-size: 30px;
    border-color: #508142;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    color: #393B3C;
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 10px 35px 10px 12px;
    width: 100%; }
  .pseudo-select-dropdown .dropdown-menu:not(.rc-text-align-left) {
    background: #fff;
    border-color: #508142;
    -webkit-border-radius: 2px 2px 4px 4px;
            border-radius: 2px 2px 4px 4px;
    border-style: solid;
    border-top-color: transparent;
    border-width: 0 2px 2px 2px;
    left: 0;
    margin: -2px 0 0;
    max-width: none;
    min-width: auto;
    padding: 10px 12px;
    width: 100%; }
    .pseudo-select-dropdown .dropdown-menu:not(.rc-text-align-left)::before {
      background: #508142;
      content: '';
      height: 2px;
      left: 10px;
      position: absolute;
      top: -2px;
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px); }
    .pseudo-select-dropdown .dropdown-menu:not(.rc-text-align-left) > li {
      padding: 5px 0; }
      .pseudo-select-dropdown .dropdown-menu:not(.rc-text-align-left) > li.active a {
        background: none;
        color: #508142; }
      .pseudo-select-dropdown .dropdown-menu:not(.rc-text-align-left) > li > a {
        background: none;
        color: #54666F;
        display: inline-block;
        font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.25;
        padding: 0;
        white-space: normal; }
        .pseudo-select-dropdown .dropdown-menu:not(.rc-text-align-left) > li > a:hover, .pseudo-select-dropdown .dropdown-menu:not(.rc-text-align-left) > li > a:focus {
          color: #508142; }
    .pseudo-select-dropdown .dropdown-menu:not(.rc-text-align-left) a::after {
      display: none; }

.section-chapter--heading .dropdown-toggle {
  padding: 5px 12px; }

.section-chapter--heading .dropdown {
  white-space: nowrap; }

.section-chapter--heading ul.dropdown-menu {
  z-index: 5; }

.featured-links {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #003B4A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left; }
  @media (min-width: 1024px) {
    .featured-links {
      margin-top: 30px; } }
  .featured-links .headline {
    margin: 0;
    text-align: left; }

.featured-link__col {
  padding: 10px 20px;
  width: 100%; }
  @media (min-width: 768px) {
    .featured-link__col.col-heading {
      width: 100%; } }
  @media (min-width: 1024px) {
    .featured-link__col.col-heading {
      border-right: solid 1px #9F9F9B;
      padding-right: 40px;
      width: 33.3%; } }
  @media (min-width: 768px) {
    .featured-link__col {
      width: 50%; } }
  @media (min-width: 1024px) {
    .featured-link__col {
      padding-bottom: 15px;
      padding-top: 15px;
      width: 33.3%; } }

.featured-link {
  color: #003B4A;
  display: inline-block;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -.25px;
  line-height: 1.2;
  vertical-align: top; }
  .featured-link:hover, .featured-link:focus {
    color: #508142; }

.site-footer, footer.footer {
  border-top: 0;
  background: #003B4A;
  color: #fff;
  margin: 0;
  padding: 40px 0 30px;
  /* The structure is a little different from what BSD built */
  /* container is part of the footer wrapper */ }
  .site-footer.container, footer.footer.container {
    width: 100%;
    max-width: 100%; }
  @media (min-width: 1200px) {
    .site-footer, footer.footer {
      padding: 70px 0 60px; } }
  .site-footer.footer--simple, footer.footer.footer--simple {
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(84, 102, 111, 0.5);
            box-shadow: 0 0 4px 0 rgba(84, 102, 111, 0.5);
    color: #393B3C; }
    .site-footer.footer--simple .footer-logo-col,
    .site-footer.footer--simple .primary-nav, footer.footer.footer--simple .footer-logo-col,
    footer.footer.footer--simple .primary-nav {
      display: none; }
      @media (min-width: 1024px) {
        .site-footer.footer--simple .footer-logo-col,
        .site-footer.footer--simple .primary-nav, footer.footer.footer--simple .footer-logo-col,
        footer.footer.footer--simple .primary-nav {
          display: block; } }
    .site-footer.footer--simple .sc-logo, footer.footer.footer--simple .sc-logo {
      height: 72px;
      width: 200px; }
    .site-footer.footer--simple a:not(.btn), footer.footer.footer--simple a:not(.btn) {
      color: #393B3C; }
    .site-footer.footer--simple .btn-group, footer.footer.footer--simple .btn-group {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 0; }
    @media (min-width: 1024px) {
      .site-footer.footer--simple .social-list, footer.footer.footer--simple .social-list {
        text-align: left; } }
    @media (min-width: 1024px) {
      .site-footer.footer--simple .btn-outlined, footer.footer.footer--simple .btn-outlined {
        width: auto; } }
    .site-footer.footer--simple .social-links + .footer-legal-links, footer.footer.footer--simple .social-links + .footer-legal-links {
      margin-top: 20px; }
  .site-footer .btn-group + .primary-nav, footer.footer .btn-group + .primary-nav {
    margin-top: 20px; }
  .site-footer .footer-utility, footer.footer .footer-utility {
    margin-bottom: 40px; }
  .site-footer .row:not(.footer-utility), footer.footer .row:not(.footer-utility) {
    margin-top: 30px; }
    @media (min-width: 1200px) {
      .site-footer .row:not(.footer-utility), footer.footer .row:not(.footer-utility) {
        margin-top: 40px; } }
  .site-footer .region-footer, footer.footer .region-footer {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1180px;
    width: 100%; }
  .site-footer a, footer.footer a {
    color: #fff; }
    .site-footer a:hover:not(.footer-branding):not(.btn):not(.primary-nav__link), .site-footer a:focus:not(.footer-branding):not(.btn):not(.primary-nav__link), footer.footer a:hover:not(.footer-branding):not(.btn):not(.primary-nav__link), footer.footer a:focus:not(.footer-branding):not(.btn):not(.primary-nav__link) {
      color: #89D2D8; }
  .site-footer .btn-group, footer.footer .btn-group {
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .site-footer .btn-group, footer.footer .btn-group {
        margin: 8px 0 0; } }
  .site-footer .btn-outlined, footer.footer .btn-outlined {
    font-size: 12px;
    width: 100%; }
    @media (min-width: 1200px) {
      .site-footer .btn-outlined, footer.footer .btn-outlined {
        width: auto; } }
    .site-footer .btn-outlined:hover, .site-footer .btn-outlined:focus, footer.footer .btn-outlined:hover, footer.footer .btn-outlined:focus {
      background: #508142;
      color: #fff; }
  @media (min-width: 1024px) {
    .site-footer .social-links, footer.footer .social-links {
      padding-left: 0; }
      .site-footer .social-links .social-list li:first-of-type, footer.footer .social-links .social-list li:first-of-type {
        padding-left: 0; } }

.footer-branding {
  color: #fff;
  display: block;
  line-height: 1; }
  .footer-branding .sc-logo {
    height: 45px;
    width: 120px; }

#block-menu-menu-footer-links {
  padding-left: 0; }

#block-menu-menu-footer-links-more-from-si {
  padding-right: 0; }

.footer-nav, #block-menu-menu-footer-links, #block-menu-menu-footer-links-get-in-touch,
#block-menu-menu-footer-links-get-in-touch, #block-menu-menu-footer-links-more-from-si {
  font-size: 15px;
  line-height: 1.5; }
  .footer-nav a, #block-menu-menu-footer-links a, #block-menu-menu-footer-links-get-in-touch a,
  #block-menu-menu-footer-links-get-in-touch a, #block-menu-menu-footer-links-more-from-si a {
    background: transparent; }
  @media (min-width: 1200px) {
    .footer-nav, #block-menu-menu-footer-links, #block-menu-menu-footer-links-get-in-touch,
    #block-menu-menu-footer-links-get-in-touch, #block-menu-menu-footer-links-more-from-si {
      font-size: 14px; } }
  .footer-nav .block-title, .footer-nav__heading, #block-menu-menu-footer-links .block-title, #block-menu-menu-footer-links__heading, #block-menu-menu-footer-links-get-in-touch .block-title, #block-menu-menu-footer-links-get-in-touch__heading,
  #block-menu-menu-footer-links-get-in-touch .block-title,
  #block-menu-menu-footer-links-get-in-touch__heading, #block-menu-menu-footer-links-more-from-si .block-title, #block-menu-menu-footer-links-more-from-si__heading {
    font-size: inherit;
    font-weight: bold;
    margin: 30px 0 0; }
    @media (min-width: 1200px) {
      .footer-nav .block-title, .footer-nav__heading, #block-menu-menu-footer-links .block-title, #block-menu-menu-footer-links__heading, #block-menu-menu-footer-links-get-in-touch .block-title, #block-menu-menu-footer-links-get-in-touch__heading,
      #block-menu-menu-footer-links-get-in-touch .block-title,
      #block-menu-menu-footer-links-get-in-touch__heading, #block-menu-menu-footer-links-more-from-si .block-title, #block-menu-menu-footer-links-more-from-si__heading {
        margin: 0; } }
  .footer-nav .list--last, #block-menu-menu-footer-links .list--last, #block-menu-menu-footer-links-get-in-touch .list--last,
  #block-menu-menu-footer-links-get-in-touch .list--last, #block-menu-menu-footer-links-more-from-si .list--last {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding-bottom: 30px; }
    @media (min-width: 1024px) {
      .footer-nav .list--last, #block-menu-menu-footer-links .list--last, #block-menu-menu-footer-links-get-in-touch .list--last,
      #block-menu-menu-footer-links-get-in-touch .list--last, #block-menu-menu-footer-links-more-from-si .list--last {
        border: none; } }

@media (max-width: 992px) {
  #block-menu-menu-footer-links-get-in-touch, #block-menu-menu-footer-links-more-from-si {
    padding-left: 0; } }

.footer-copyright {
  font-size: 11px;
  font-weight: 500;
  margin: 40px 0 0;
  text-align: center; }
  @media (min-width: 1200px) {
    .footer-copyright {
      font-size: 12px;
      text-align: left; } }

.footer-legal-links {
  margin: 20px 0 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .footer-legal-links {
      margin: 0;
      text-align: left; } }

.footer-legal-link {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 15px;
  text-decoration: underline; }
  .footer-legal-link:last-of-type {
    margin: 0; }
  @media (min-width: 768px) {
    .footer-legal-link {
      display: inline-block;
      margin: 0 40px 0 0; }
      .footer-legal-link:last-of-type {
        margin: 0; } }
  .footer-legal-link:hover, .footer-legal-link:focus {
    color: #89D2D8;
    text-decoration: underline; }

.site-form {
  background: #E6E7E8;
  color: #54666F;
  font-family: "Sentinel A", "Sentinel B", serif;
  font-size: 16px;
  line-height: 1.45;
  margin: 30px -20px 40px;
  padding: 25px 20px; }
  @media (min-width: 1024px) {
    .site-form {
      margin-left: auto;
      margin-right: auto;
      padding: 45px 70px; } }
  .site-form + .site-form {
    margin-top: 60px; }
  .site-form .form-heading {
    color: #508142;
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    font-weight: 700;
    letter-spacing: -.9px; }
    @media (min-width: 1024px) {
      .site-form .form-heading {
        font-size: 39px;
        margin-bottom: 40px; } }
  .site-form p {
    margin-bottom: 30px; }
  .site-form em,
  .site-form .email-freq {
    color: #008294;
    font-family: "Sentinel A", "Sentinel B", serif;
    font-style: italic;
    font-weight: 400; }
  .site-form [type="submit"] {
    display: block;
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px; }

.form-title {
  color: #003B4A;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -.73px; }

input[disabled], input.disabled, input:disabled,
textarea[disabled],
textarea.disabled,
textarea:disabled,
select[disabled],
select.disabled,
select:disabled {
  background-color: #E6E7E8;
  border-color: #9F9F9B;
  cursor: not-allowed; }

input.text,
[type='text'],
[type='password'],
[type='date'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea,
select,
.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border-color: #508142;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #393B3C;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  height: 40px;
  margin-bottom: 10px;
  padding: 6px 12px;
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  width: 100%; }
  input.text:focus,
  .has-success input.text:focus,
  [type='text']:focus,
  .has-success
  [type='text']:focus,
  [type='password']:focus,
  .has-success
  [type='password']:focus,
  [type='date']:focus,
  .has-success
  [type='date']:focus,
  [type='email']:focus,
  .has-success
  [type='email']:focus,
  [type='number']:focus,
  .has-success
  [type='number']:focus,
  [type='search']:focus,
  .has-success
  [type='search']:focus,
  [type='tel']:focus,
  .has-success
  [type='tel']:focus,
  [type='time']:focus,
  .has-success
  [type='time']:focus,
  [type='url']:focus,
  .has-success
  [type='url']:focus,
  [type='color']:focus,
  .has-success
  [type='color']:focus,
  textarea:focus,
  .has-success
  textarea:focus,
  select:focus,
  .has-success
  select:focus,
  .form-control:focus,
  .has-success
  .form-control:focus {
    background-color: #fff;
    border-color: #F7BE00;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .has-error input.text, input.text.error, .has-error
  [type='text'],
  [type='text'].error, .has-error
  [type='password'],
  [type='password'].error, .has-error
  [type='date'],
  [type='date'].error, .has-error
  [type='email'],
  [type='email'].error, .has-error
  [type='number'],
  [type='number'].error, .has-error
  [type='search'],
  [type='search'].error, .has-error
  [type='tel'],
  [type='tel'].error, .has-error
  [type='time'],
  [type='time'].error, .has-error
  [type='url'],
  [type='url'].error, .has-error
  [type='color'],
  [type='color'].error, .has-error
  textarea,
  textarea.error, .has-error
  select,
  select.error, .has-error
  .form-control,
  .form-control.error {
    border-color: #DF2700;
    color: #DF2700;
    font-style: italic; }
    .has-error input.text:focus, input.text.error:focus, .has-error
    [type='text']:focus,
    [type='text'].error:focus, .has-error
    [type='password']:focus,
    [type='password'].error:focus, .has-error
    [type='date']:focus,
    [type='date'].error:focus, .has-error
    [type='email']:focus,
    [type='email'].error:focus, .has-error
    [type='number']:focus,
    [type='number'].error:focus, .has-error
    [type='search']:focus,
    [type='search'].error:focus, .has-error
    [type='tel']:focus,
    [type='tel'].error:focus, .has-error
    [type='time']:focus,
    [type='time'].error:focus, .has-error
    [type='url']:focus,
    [type='url'].error:focus, .has-error
    [type='color']:focus,
    [type='color'].error:focus, .has-error
    textarea:focus,
    textarea.error:focus, .has-error
    select:focus,
    select.error:focus, .has-error
    .form-control:focus,
    .form-control.error:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: none; }
  .search-form input.text,
  .section-block input.text,
  input.text .dropdown-menu, .search-form
  [type='text'],
  .section-block
  [type='text'],
  [type='text'] .dropdown-menu, .search-form
  [type='password'],
  .section-block
  [type='password'],
  [type='password'] .dropdown-menu, .search-form
  [type='date'],
  .section-block
  [type='date'],
  [type='date'] .dropdown-menu, .search-form
  [type='email'],
  .section-block
  [type='email'],
  [type='email'] .dropdown-menu, .search-form
  [type='number'],
  .section-block
  [type='number'],
  [type='number'] .dropdown-menu, .search-form
  [type='search'],
  .section-block
  [type='search'],
  [type='search'] .dropdown-menu, .search-form
  [type='tel'],
  .section-block
  [type='tel'],
  [type='tel'] .dropdown-menu, .search-form
  [type='time'],
  .section-block
  [type='time'],
  [type='time'] .dropdown-menu, .search-form
  [type='url'],
  .section-block
  [type='url'],
  [type='url'] .dropdown-menu, .search-form
  [type='color'],
  .section-block
  [type='color'],
  [type='color'] .dropdown-menu, .search-form
  textarea,
  .section-block
  textarea,
  textarea .dropdown-menu, .search-form
  select,
  .section-block
  select,
  select .dropdown-menu, .search-form
  .form-control,
  .section-block
  .form-control,
  .form-control .dropdown-menu {
    background-color: #fff;
    border-color: #fff; }
    .search-form input.text:focus,
    .has-success .search-form input.text:focus,
    .section-block input.text:focus,
    .has-success
    .section-block input.text:focus,
    input.text .dropdown-menu:focus,
    .has-success
    input.text .dropdown-menu:focus, .search-form
    [type='text']:focus,
    .has-success .search-form
    [type='text']:focus,
    .section-block
    [type='text']:focus,
    .has-success
    .section-block
    [type='text']:focus,
    [type='text'] .dropdown-menu:focus,
    .has-success
    [type='text'] .dropdown-menu:focus, .search-form
    [type='password']:focus,
    .has-success .search-form
    [type='password']:focus,
    .section-block
    [type='password']:focus,
    .has-success
    .section-block
    [type='password']:focus,
    [type='password'] .dropdown-menu:focus,
    .has-success
    [type='password'] .dropdown-menu:focus, .search-form
    [type='date']:focus,
    .has-success .search-form
    [type='date']:focus,
    .section-block
    [type='date']:focus,
    .has-success
    .section-block
    [type='date']:focus,
    [type='date'] .dropdown-menu:focus,
    .has-success
    [type='date'] .dropdown-menu:focus, .search-form
    [type='email']:focus,
    .has-success .search-form
    [type='email']:focus,
    .section-block
    [type='email']:focus,
    .has-success
    .section-block
    [type='email']:focus,
    [type='email'] .dropdown-menu:focus,
    .has-success
    [type='email'] .dropdown-menu:focus, .search-form
    [type='number']:focus,
    .has-success .search-form
    [type='number']:focus,
    .section-block
    [type='number']:focus,
    .has-success
    .section-block
    [type='number']:focus,
    [type='number'] .dropdown-menu:focus,
    .has-success
    [type='number'] .dropdown-menu:focus, .search-form
    [type='search']:focus,
    .has-success .search-form
    [type='search']:focus,
    .section-block
    [type='search']:focus,
    .has-success
    .section-block
    [type='search']:focus,
    [type='search'] .dropdown-menu:focus,
    .has-success
    [type='search'] .dropdown-menu:focus, .search-form
    [type='tel']:focus,
    .has-success .search-form
    [type='tel']:focus,
    .section-block
    [type='tel']:focus,
    .has-success
    .section-block
    [type='tel']:focus,
    [type='tel'] .dropdown-menu:focus,
    .has-success
    [type='tel'] .dropdown-menu:focus, .search-form
    [type='time']:focus,
    .has-success .search-form
    [type='time']:focus,
    .section-block
    [type='time']:focus,
    .has-success
    .section-block
    [type='time']:focus,
    [type='time'] .dropdown-menu:focus,
    .has-success
    [type='time'] .dropdown-menu:focus, .search-form
    [type='url']:focus,
    .has-success .search-form
    [type='url']:focus,
    .section-block
    [type='url']:focus,
    .has-success
    .section-block
    [type='url']:focus,
    [type='url'] .dropdown-menu:focus,
    .has-success
    [type='url'] .dropdown-menu:focus, .search-form
    [type='color']:focus,
    .has-success .search-form
    [type='color']:focus,
    .section-block
    [type='color']:focus,
    .has-success
    .section-block
    [type='color']:focus,
    [type='color'] .dropdown-menu:focus,
    .has-success
    [type='color'] .dropdown-menu:focus, .search-form
    textarea:focus,
    .has-success .search-form
    textarea:focus,
    .section-block
    textarea:focus,
    .has-success
    .section-block
    textarea:focus,
    textarea .dropdown-menu:focus,
    .has-success
    textarea .dropdown-menu:focus, .search-form
    select:focus,
    .has-success .search-form
    select:focus,
    .section-block
    select:focus,
    .has-success
    .section-block
    select:focus,
    select .dropdown-menu:focus,
    .has-success
    select .dropdown-menu:focus, .search-form
    .form-control:focus,
    .has-success .search-form
    .form-control:focus,
    .section-block
    .form-control:focus,
    .has-success
    .section-block
    .form-control:focus,
    .form-control .dropdown-menu:focus,
    .has-success
    .form-control .dropdown-menu:focus {
      border-color: #F7BE00; }
  @media (min-width: 1024px) {
    .section-block input.text, .section-block
    [type='text'], .section-block
    [type='password'], .section-block
    [type='date'], .section-block
    [type='email'], .section-block
    [type='number'], .section-block
    [type='search'], .section-block
    [type='tel'], .section-block
    [type='time'], .section-block
    [type='url'], .section-block
    [type='color'], .section-block
    textarea, .section-block
    select, .section-block
    .form-control {
      font-size: 18px; } }

@media (min-width: 1024px) {
  .form-inline .form-group {
    margin-right: 10px; } }

.form-inline .form-control,
.form-inline input,
.form-inline select,
.form-inline textarea {
  margin-bottom: 0; }

.form-inline .form-control,
.form-inline .btn {
  vertical-align: bottom; }

.form-inline .btn-outlined {
  line-height: 1;
  padding-bottom: 12px;
  padding-top: 12px; }

select,
select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 35 25' style='enable-background:new 0 0 35 25;' xml:space='preserve'><path id='dropdown-line' style='fill:none;stroke:%23009845;stroke-width:2;stroke-linecap:square;' d='M1.5,1.5v22'/><polygon id='dropdown-caret' style='fill:%23009845' points='12,10.8 13.8,9 18,13.2 22.2,9 24,10.8 18,16.8 '/></svg>");
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-background-size: 25px 25px;
          background-size: 25px;
  display: block;
  min-width: 200px;
  padding-right: 30px;
  width: auto; }
  .form-inline select, .form-inline
  select.form-control {
    width: 100%; }
  select[disabled], select.disabled, select:disabled,
  select.form-control[disabled],
  select.form-control.disabled,
  select.form-control:disabled {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 35 25' style='enable-background:new 0 0 35 25;' xml:space='preserve'><path id='dropdown-line' style='fill:none;stroke:%23bababa;stroke-width:2;stroke-linecap:square;' d='M1.5,1.5v22'/><polygon id='dropdown-caret' style='fill: %23bababa' points='12,10.8 13.8,9 18,13.2 22.2,9 24,10.8 18,16.8 '/></svg>"); }

label,
.control-label {
  cursor: pointer;
  display: block;
  font-weight: 700; }

textarea {
  height: auto; }

legend {
  border-bottom: solid 2px #003B4A;
  color: #003B4A;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px; }

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

.search-form .icon-search {
  color: #fff;
  height: 25px;
  width: 25px; }

.search-form .btn {
  height: 44px;
  line-height: 1;
  padding-bottom: 8px;
  padding-top: 8px; }

.search-form .form-control {
  font-size: 18px;
  height: 44px;
  padding-left: 10px;
  padding-right: 10px; }
  .site-footer .search-form .form-control {
    color: #000; }

.form-disclaimer {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2; }
  @media (min-width: 1024px) {
    .form-disclaimer {
      font-size: 18px; } }
  .section-block .form-disclaimer {
    margin: 0; }
    .section-block .form-disclaimer:first-of-type {
      margin-top: 40px; }
      @media (min-width: 1024px) {
        .section-block .form-disclaimer:first-of-type {
          margin-top: 50px; } }

.input-group-btn {
  overflow: hidden; }

.control-label {
  cursor: pointer; }

.help-block {
  color: #54666F;
  font-size: 15px; }
  .has-error .help-block, .help-block.error {
    font-style: italic; }

input[type=checkbox], input.form-control[type=checkbox],
input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  border: solid 2px #508142;
  height: 15px;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  width: 15px; }
  input[type=checkbox]:checked, input.form-control[type=checkbox]:checked,
  input[type=radio]:checked {
    background-color: #508142; }

input[type=checkbox], input.form-control[type=checkbox] {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 13 11'><polyline points='1,6.8 5.1,10 12,1 ' style='fill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;'/></svg>");
  -webkit-border-radius: 2px;
          border-radius: 2px; }

input[type=radio] {
  border: solid 2px #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: #508142 0 0 0 2px;
          box-shadow: #508142 0 0 0 2px;
  height: 13px;
  width: 13px; }
  input[type=radio]:checked {
    background-color: #008294; }

input[type="checkbox"] + label,
input.form-control[type=checkbox] + label,
input[type="radio"] + label,
.checkbox label,
.radio label {
  color: #393B3C;
  display: inline-block;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  margin-left: 5px;
  text-transform: none;
  vertical-align: middle; }

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.checkbox-inline .form-control[type=checkbox],
.checkbox .form-control[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
  margin-left: -25px; }

.checkbox label,
.radio label {
  padding-left: 25px; }

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

body {
  padding-top: 85px; }
  body.local_entity_page {
    padding-top: 0 !important; }
  @media (min-width: 1024px) {
    body {
      padding-top: 119px; }
      body.local_entity_page {
        padding-top: 0 !important; } }
  body#tinymce, body#tinymce.toolbar-drawer, body.mceContentBody {
    padding: 0 8px !important;
    margin: 8px; }

.site-header, #navbar {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(159, 159, 155, 0.4);
          box-shadow: 0 2px 4px rgba(159, 159, 155, 0.4);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: +9; }

body.toolbar #navbar {
  top: auto;
  position: relative; }

.container > .navbar-header {
  display: inline; }

.header-branding {
  color: #000;
  display: inline-block;
  line-height: 0;
  outline: none;
  text-decoration: none; }
  .header-branding:hover, .header-branding:focus {
    color: #000; }
  .header-branding .sc-logo {
    height: 45px;
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    width: 120px; }
    @media (min-width: 1024px) {
      .header-branding .sc-logo {
        height: 73px;
        width: 201px; }
        .header--collapse .header-branding .sc-logo {
          height: 51px;
          max-width: 140px; } }
  .header-branding .sc-logo-chapters {
    height: 35px;
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    width: auto; }
    @media (min-width: 1024px) {
      .header-branding .sc-logo-chapters {
        height: 73px; }
        .header--collapse .header-branding .sc-logo-chapters {
          height: 51px;
          /*max-width: 140px;*/ } }

@media (min-width: 1024px) {
  .sitekind-group .header-branding {
    min-width: 335px; }
  .sitekind-group .header-branding .sc-logo-chapters {
    width: 335px; } }

#entity_branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #entity_branding h1 {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 2px solid #00BED6;
    color: #082A49;
    font-weight: bold;
    font-size: 36px;
    line-height: .9444;
    height: 75px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0; }

footer .block-menu h2.block-title {
  line-height: 21px; }

@media (max-width: 1023px) {
  #toolbar {
    z-index: 5 !important; } }

@media (min-width: 980px) {
  #skip-link .element-invisible.element-focusable:focus {
    margin-left: 60px; } }

.dropdown .dropdown-toggle.location-city-state:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.hero {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #003B4A;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 60px 0;
  position: relative;
  width: 100%; }
  .hero::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#393B3C));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #393B3C);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #393B3C);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #393B3C);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 1024px) {
    .hero {
      height: 460px; }
      .hero::after {
        opacity: .4; } }
  @media (min-width: 768px) {
    .hero.hero--large {
      height: 350px; } }
  @media (min-width: 1024px) {
    .hero.hero--large {
      height: 600px;
      padding-top: 80px; } }
  @media (min-width: 768px) {
    .hero.hero--xlarge {
      height: 50vh; } }
  @media (min-width: 1024px) {
    .hero.hero--xlarge {
      height: 70vh; } }
  .hero.hero--give {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .hero.hero--give::after {
      display: none; }
    .hero.hero--give .hero-content {
      max-width: 800px; }

.hero-content {
  position: relative;
  width: 100%;
  z-index: +1; }
  .hero-content__desktop {
    display: none; }
    @media (min-width: 1024px) {
      .hero-content__desktop {
        display: block; } }
  .hero-content__mobile {
    padding-top: 30px; }
    @media (min-width: 1024px) {
      .hero-content__mobile {
        display: none; } }
  .hero--give + .hero-content {
    margin: 0 auto;
    max-width: 650px; }

.hero-content--overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  max-width: 860px;
  padding: 20px;
  position: relative;
  text-align: center; }
  @media (min-width: 1024px) {
    .hero-content--overlay {
      margin-top: -160px;
      padding: 30px 60px; } }

.hero-title {
  color: #008294;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: .5px;
  line-height: 1;
  margin: 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .hero-title {
      color: #fff;
      font-size: 76px;
      letter-spacing: -1.23px; } }
  .hero-content--overlay .hero-title {
    color: #008294; }

.hero-summary {
  color: #393B3C;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -.58px;
  line-height: 1.3;
  margin: 20px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .hero-summary {
      padding: 0 20px; } }
  @media (min-width: 1024px) {
    .hero-summary {
      color: #003B4A;
      font-size: 30px;
      font-weight: 400;
      letter-spacing: -.79px; } }

.hero__give-container {
  margin: 30px auto 10px;
  max-width: 600px;
  min-height: 300px;
  position: relative;
  text-align: center; }
  @media (min-width: 1024px) {
    .hero__give-container {
      margin: -260px auto 40px; } }

.inline-action {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative; }
  @media (min-width: 768px) {
    .inline-action {
      margin-bottom: 60px;
      margin-top: 60px; } }
  .inline-action.action--featured .offset-trapezoid::before {
    background-color: #008294; }
  .inline-action.action--addup .offset-trapezoid::before {
    background-color: #F7BE00; }
  .inline-action .offset-trapezoid::before {
    height: 90px;
    right: 0;
    top: 50%; }
    @media (min-width: 768px) {
      .inline-action .offset-trapezoid::before {
        height: 225px;
        right: 50%; } }
  .inline-action .btn {
    margin-top: 10px; }

.inline-action__column {
  width: 100%; }
  .inline-action__column.content-column {
    padding-right: 30px; }
  @media (min-width: 768px) {
    .inline-action__column {
      padding: 0 20px; }
      .inline-action__column.image-column {
        width: 35%; }
      .inline-action__column.content-column {
        width: 50%; } }

.inline-action__heading {
  color: #003B4A;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px; }

.inline-action__label {
  color: #003B4A;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 5px;
  text-transform: uppercase; }

.inline-action__byline {
  color: #54666F;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px; }

.inline-action__summary {
  color: #003B4A;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -.6px;
  line-height: 1.3;
  margin-bottom: 5px; }

.inline-action__img {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  display: block;
  height: 140px;
  margin: 0 auto 20px;
  position: relative;
  width: 140px;
  z-index: +1; }
  .action--addup .inline-action__img {
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  @media (min-width: 768px) {
    .inline-action__img {
      height: 185px;
      margin: 0 auto;
      width: 185px; } }

.intro-blocks {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px -20px; }
  @media (min-width: 768px) {
    .intro-blocks {
      margin: 40px -20px; } }

.intro-block {
  border-bottom: solid 2px #008294;
  -webkit-box-shadow: 2px -2px 0 0 #008294;
          box-shadow: 2px -2px 0 0 #008294;
  color: #003B4A;
  font-family: "Sentinel A", "Sentinel B", serif;
  font-size: 19px;
  font-style: italic;
  letter-spacing: -.2px;
  line-height: 1.2;
  margin: 0;
  padding: 20px;
  width: 50%; }
  @media (min-width: 768px) {
    .intro-block {
      padding: 30px 60px; } }
  @media (min-width: 1024px) {
    .intro-block {
      border: none;
      border-right: solid 2px #008294;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0 50px;
      width: 25%; }
      .intro-block:last-of-type {
        border-right: none; } }
  .intro-block .intro-statement {
    margin: 0; }
  .intro-block .intro-statement__emphasis {
    display: block;
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 900; }
  .intro-block a {
    border-bottom: solid 2px transparent;
    color: #003B4A;
    -webkit-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms; }
    .intro-block a:hover, .intro-block a:focus {
      border-bottom-color: #008294;
      color: #008294; }

@media (max-width: 1024px) {
  .intro-block a {
    border-bottom-color: rgba(0, 130, 148, 0.5); } }

.media {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: visible;
  padding: 30px 0;
  text-align: left; }
  @media (min-width: 768px) {
    .media {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      padding: 40px 0; } }

DIV.entity-paragraphs-item:nth-of-type(odd) .media {
  /*.media--inverse {*/ }
  @media (min-width: 768px) {
    DIV.entity-paragraphs-item:nth-of-type(odd) .media .media-object {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  @media (min-width: 768px) {
    DIV.entity-paragraphs-item:nth-of-type(odd) .media .media-body {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      padding: 0 50px 0 0; } }
  @media (min-width: 1024px) {
    DIV.entity-paragraphs-item:nth-of-type(odd) .media .media-body {
      padding: 0 100px 0 0; } }
  @media (min-width: 1024px) {
    DIV.entity-paragraphs-item:nth-of-type(odd) .media.media--large .media-caption {
      -webkit-transform: translate(-200px, -20px);
          -ms-transform: translate(-200px, -20px);
              transform: translate(-200px, -20px); } }

.featured-media .media-heading {
  color: #508142;
  font-weight: 700;
  line-height: 1; }
  @media (min-width: 768px) {
    .featured-media .media-heading {
      font-size: 60px; } }

.media-object {
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 768px) {
    .media-object {
      margin: 0; } }
  .featured-media .media-object {
    width: 100%; }
    @media (min-width: 768px) {
      .featured-media .media-object {
        height: 460px; } }

.media-object__image {
  background-color: #E6E7E8;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  height: 210px;
  margin: 0;
  max-width: 100%;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .media-object__image {
      height: 320px;
      width: 320px; } }
  .media--large .media-object__image {
    width: 100%; }
    @media (min-width: 1024px) {
      .media--large .media-object__image {
        height: 450px;
        width: 450px; } }
  .featured-media .media-object__image {
    max-width: none;
    width: 100%; }
    @media (min-width: 768px) {
      .featured-media .media-object__image {
        height: 100%;
        position: absolute;
        right: 0;
        width: 50vw; } }
  DIV.entity-paragraphs-item:nth-of-type(odd) .media .media-object__image {
    /*.featured-media.media--inverse & */ }
    @media (min-width: 768px) {
      DIV.entity-paragraphs-item:nth-of-type(odd) .media .media-object__image {
        left: 0;
        right: auto; } }

.media-caption {
  border-left: solid 4px #008294;
  margin: -45px 0 0 20px;
  margin-left: 20px;
  padding: 60px 20px 10px 15px;
  position: relative; }
  @media (min-width: 768px) {
    .media-caption {
      margin-left: 50px;
      margin-top: -50px;
      padding: 70px 30px 10px 20px; } }
  DIV.entity-paragraphs-item:nth-of-type(odd) .media .media-caption,
  .featured-media .media-caption {
    /*.media--inverse &,*/ }
    @media (min-width: 768px) {
      DIV.entity-paragraphs-item:nth-of-type(odd) .media .media-caption,
      .featured-media .media-caption {
        border: none;
        border-top: solid 4px #008294;
        margin: -45px 0 0;
        padding: 10px 60px 10px 0;
        -webkit-transform: translate(-200px, 0);
            -ms-transform: translate(-200px, 0);
                transform: translate(-200px, 0); } }
  DIV.entity-paragraphs-item:nth-of-type(odd) .media .media-caption {
    /*.media--inverse & */ }
    @media (min-width: 768px) {
      DIV.entity-paragraphs-item:nth-of-type(odd) .media .media-caption {
        max-width: 250px; } }
  @media (min-width: 768px) {
    .featured-media .media-caption {
      bottom: -40px;
      margin: 0;
      max-width: 100%;
      padding-left: 100px;
      position: absolute;
      right: 0;
      -webkit-transform: translate(85%);
          -ms-transform: translate(85%);
              transform: translate(85%);
      width: 500px; } }
  @media (min-width: 1024px) {
    .featured-media .media-caption {
      bottom: 0;
      padding-left: 175px;
      padding-right: 10px; } }
  DIV.entity-paragraphs-item:nth-of-type(odd) .featured-media .media-caption {
    /*.featured-media.media--inverse & */ }
    @media (min-width: 768px) {
      DIV.entity-paragraphs-item:nth-of-type(odd) .featured-media .media-caption {
        left: 0;
        max-width: 100%;
        padding-left: 0;
        padding-right: 100px;
        right: auto;
        -webkit-transform: translate(-340px);
            -ms-transform: translate(-340px);
                transform: translate(-340px); } }
    @media (min-width: 1024px) {
      DIV.entity-paragraphs-item:nth-of-type(odd) .featured-media .media-caption {
        bottom: 0;
        padding-right: 140px;
        -webkit-transform: translate(-375px);
            -ms-transform: translate(-375px);
                transform: translate(-375px); } }
  .media-caption DIV.entity-paragraphs-item:nth-of-type(even) .media--large {
    /* .media--large:not(.media--inverse) & */ }
    @media (min-width: 1024px) {
      .media-caption DIV.entity-paragraphs-item:nth-of-type(even) .media--large {
        border-left: none;
        border-top: solid 4px #008294;
        bottom: 30px;
        left: 75%;
        margin: 0;
        padding: 20px 10px 5px 50%;
        position: absolute;
        right: 0;
        width: 100%; } }
  .media-caption.caption--stats {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (min-width: 1024px) {
      .media-caption.caption--stats {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .media-caption .caption {
    margin: 0 0 10px; }
    .media-caption .caption:last-of-type {
      margin-bottom: 0; }
  .media-caption .stat {
    margin: 0 10px 20px;
    max-width: 200px;
    width: 100%; }
    @media (min-width: 1024px) {
      .media-caption .stat {
        margin: 0;
        max-width: 150px; } }
    .media-caption .stat + .stat {
      margin-bottom: 0; }

.media-body {
  display: block;
  overflow: visible;
  width: 100%; }
  @media (min-width: 768px) {
    .media-body {
      padding: 0 0 0 30px; }
      .featured-media .media-body {
        max-width: 50%; } }
  @media (min-width: 1024px) {
    .media-body {
      padding: 0 0 0 100px; } }
  .media-body p {
    color: #003B4A;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.3px;
    line-height: 1.3;
    margin-bottom: 30px; }
    .media-body p:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 1024px) {
      .media-body p {
        font-size: 18px; } }
  .media-body .btn {
    margin-top: 30px; }

.media-heading {
  color: #508142;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: -.73px;
  line-height: 1;
  margin: 0 0 20px; }
  @media (min-width: 1024px) {
    .media-heading {
      font-size: 39px; } }

.paragraphs-item-video-embed .media.media--large {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.paragraphs-item-video-embed .media-object {
  margin: 40px 0 30px; }

.modal .close {
  right: 20px; }

.modal-backdrop {
  background-color: #008294;
  -webkit-border-radius: 1px;
          border-radius: 1px; }
  .modal-backdrop.in {
    opacity: .8; }

.modal-dialog {
  margin: 50px auto; }
  @media (min-width: 1024px) {
    .modal-dialog {
      margin: 149px auto;
      max-width: 1000px;
      width: 100%; } }

.modal-content {
  border: none;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 20px;
  padding: 30px; }
  .modal-content p {
    color: #003B4A;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45; }
    @media (min-width: 1024px) {
      .modal-content p {
        font-size: 22px; } }

.modal-title {
  color: #508142;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px; }
  @media (min-width: 1024px) {
    .modal-title {
      font-size: 60px; } }

.header-nav, #navbar .container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 12px 0 10px 20px;
  width: 100%; }
  @media (min-width: 1024px) {
    .header-nav, #navbar .container {
      padding: 20px; } }

.nav-toggle {
  background: none;
  border: 0;
  height: 22px;
  position: relative;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 32px;
  z-index: +2; }
  @media (min-width: 1024px) {
    .nav-toggle {
      display: none; } }
  .nav-toggle::before, .nav-toggle::after {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .nav-toggle::before {
    background: #393B3C;
    -webkit-box-shadow: #393B3C 0 9px 0, #393B3C 0 18px 0;
            box-shadow: #393B3C 0 9px 0, #393B3C 0 18px 0; }
  .nav-toggle::after {
    background: #508142;
    -webkit-border-radius: 0;
            border-radius: 0;
    content: '';
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 9px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%; }
  .nav-toggle:hover, .nav-toggle:focus {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .nav-active .nav-toggle {
    position: fixed;
    top: 23px;
    -webkit-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
            transform: translateX(-2px); }
    .nav-active .nav-toggle::before {
      background-color: #fff;
      -webkit-box-shadow: none;
              box-shadow: none;
      top: 9px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .nav-active .nav-toggle::after {
      background-color: #fff;
      opacity: 1.0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.utility-nav {
  color: #54666F;
  display: none;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: margin 200ms ease-in-out, max-height 300ms cubic-bezier(0, 1, 0.5, 1), opacity 200ms ease-in-out, -webkit-transform 500ms cubic-bezier(0, 1, 0.5, 1);
  transition: margin 200ms ease-in-out, max-height 300ms cubic-bezier(0, 1, 0.5, 1), opacity 200ms ease-in-out, -webkit-transform 500ms cubic-bezier(0, 1, 0.5, 1);
  -o-transition: margin 200ms ease-in-out, max-height 300ms cubic-bezier(0, 1, 0.5, 1), opacity 200ms ease-in-out, transform 500ms cubic-bezier(0, 1, 0.5, 1);
  transition: margin 200ms ease-in-out, max-height 300ms cubic-bezier(0, 1, 0.5, 1), opacity 200ms ease-in-out, transform 500ms cubic-bezier(0, 1, 0.5, 1);
  transition: margin 200ms ease-in-out, max-height 300ms cubic-bezier(0, 1, 0.5, 1), opacity 200ms ease-in-out, transform 500ms cubic-bezier(0, 1, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 1, 0.5, 1); }
  @media (min-width: 1024px) {
    .utility-nav {
      display: block; } }
  .header--collapse .utility-nav {
    margin-bottom: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0); }
  .utility-nav a {
    color: #54666F; }
    .utility-nav a:hover {
      color: #508142;
      text-decoration: none; }
  .utility-nav .utility-nav__item {
    line-height: 1;
    vertical-align: middle; }
  .utility-nav .icon-bell {
    color: #003B4A;
    height: 17px;
    width: 17px; }

.utility-nav,
.primary-nav {
  text-align: right; }
  .utility-nav li:last-of-type,
  .primary-nav li:last-of-type {
    padding-right: 0; }

.primary-nav .primary-nav__item {
  display: none;
  padding: 0 20px; }
  .primary-nav .primary-nav__item.item--action {
    display: inline-block;
    padding: 0;
    -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
            transform: translateX(4px);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; }
  @media (min-width: 1024px) {
    .primary-nav .primary-nav__item {
      display: inline-block; }
      .primary-nav .primary-nav__item.item--action {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }

.primary-nav__link {
  color: #393B3C;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.18; }
  .primary-nav__link::after {
    background: #508142;
    opacity: 0;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease; }
  .primary-nav__link.is-active::after, .primary-nav__link.active::after {
    background: #EB9200;
    opacity: 1; }
  .primary-nav__link:hover, .primary-nav__link:focus {
    text-decoration: none; }
    .primary-nav__link:hover::after, .primary-nav__link:focus::after {
      opacity: 1; }

.mobile-menu section {
  background: #508142;
  color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 16px 0 60px;
  position: fixed;
  top: 0;
  -webkit-transform: scale(0.95) translate(0, 100px);
      -ms-transform: scale(0.95) translate(0, 100px);
          transform: scale(0.95) translate(0, 100px);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: opacity 200ms ease, -webkit-transform 50ms ease-out;
  transition: opacity 200ms ease, -webkit-transform 50ms ease-out;
  -o-transition: opacity 200ms ease, transform 50ms ease-out;
  transition: opacity 200ms ease, transform 50ms ease-out;
  transition: opacity 200ms ease, transform 50ms ease-out, -webkit-transform 50ms ease-out;
  visibility: hidden;
  width: 100%;
  z-index: -1; }
  @media (min-width: 1024px) {
    .mobile-menu section {
      display: none; } }
  .mobile-menu section .mobile-header {
    -webkit-box-shadow: 0 2px 3px rgba(57, 59, 60, 0.5);
            box-shadow: 0 2px 3px rgba(57, 59, 60, 0.5);
    padding-bottom: 18px; }
  .mobile-menu section .mobile-nav {
    height: 100%;
    opacity: 0;
    overflow-y: scroll;
    padding: 20px 20px 60px; }
  .mobile-menu section .open > .dropdown-menu {
    display: block;
    float: none;
    margin: 0;
    position: relative; }
  .nav-active .mobile-menu section {
    opacity: 1;
    -webkit-transform: scale(1) translate(0);
        -ms-transform: scale(1) translate(0);
            transform: scale(1) translate(0);
    visibility: visible;
    z-index: +1; }
    .nav-active .mobile-menu section .mobile-nav {
      opacity: 1;
      -webkit-transition: all 200ms ease 200ms;
      -o-transition: all 200ms ease 200ms;
      transition: all 200ms ease 200ms; }
  .mobile-menu section .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding-left: 60px;
    width: 100%; }
    .mobile-menu section .btn-group > .btn {
      float: none;
      font-size: 14px; }
    .mobile-menu section .btn-group .btn-outlined:hover, .mobile-menu section .btn-group .btn-outlined:focus {
      background: #508142; }
  .mobile-menu section .dropdown {
    font-weight: bold; }
  .mobile-menu section .notification-btn .icon-bell {
    height: 20px;
    width: 20px; }
  .mobile-menu section .notification-btn::after {
    height: 10px;
    width: 10px; }

.mobile-nav__item {
  padding: 0; }
  .mobile-nav__item.item--primary {
    font-size: 42px; }
  .mobile-nav__item.item--secondary {
    font-size: 22px; }
  .mobile-nav__item.item--tertiary {
    font-size: 16px;
    padding-bottom: 10px; }
  .mobile-nav__item a {
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-decoration: none; }
    .mobile-nav__item a:focus, .mobile-nav__item a:active, .mobile-nav__item a.nice-select.open {
      color: #003B4A; }
    .mobile-nav__item a.active {
      color: #508142; }

.sub-nav {
  margin: 30px 0; }
  .sub-nav.sub-nav__desktop {
    display: none; }
    @media (min-width: 1024px) {
      .sub-nav.sub-nav__desktop {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 40px 0; } }
  .sub-nav.sub-nav__mobile {
    display: block; }
    @media (min-width: 1024px) {
      .sub-nav.sub-nav__mobile {
        display: none; } }

.sub-nav__list {
  width: 100%;
  padding-left: 0;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: flex-left;
  -webkit-justify-content: flex-left;
      -ms-flex-pack: flex-left;
          justify-content: flex-left;
  text-align: center; }
  .sub-nav__list .sub-nav__item {
    display: block;
    margin: 0;
    padding: 5px 0; }
    .sub-nav__list .sub-nav__item:last-of-type {
      padding-right: 0; }
    .sub-nav__list .sub-nav__item .active {
      color: #508142; }
    @media (min-width: 1024px) {
      .sub-nav__list .sub-nav__item {
        max-width: 150px;
        padding: 0 20px; } }
  .sub-nav__list .sub-nav__item a {
    color: #54666F;
    display: inline-block;
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25; }
    .sub-nav__list .sub-nav__item a:hover, .sub-nav__list .sub-nav__item a:focus {
      color: #508142; }

.sub-nav-heading {
  border-right: solid 1px #E6E7E8;
  margin: 0 20px 0 0;
  max-width: 300px;
  padding-right: 30px;
  padding-left: 0;
  text-align: left; }
  .sub-nav-heading a {
    color: #54666F;
    font-family: "Sentinel A", "Sentinel B", serif;
    font-size: 24px;
    letter-spacing: -.4px;
    line-height: .95; }

#block-og-menu-single-menu h2 {
  display: none; }

/* disappear bell until is ready */
.item--notification {
  display: none !important; }

.posts-archive {
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .posts-archive {
      padding: 90px 0 0; } }

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

.post {
  margin-bottom: 40px; }
  .post .post-byline {
    color: #54666F;
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    margin: 10px 0; }
    @media (min-width: 768px) {
      .post .post-byline {
        font-size: 18px; } }
  .post .post-byline__location {
    font-family: "Sentinel A", "Sentinel B", serif;
    font-style: italic; }
    time + .post .post-byline__location {
      margin-left: 8px; }
  .post .post-summary + p,
  .post .post-summary + p + p {
    margin-bottom: 15px; }

.post-title {
  color: #003B4A;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.7px;
  line-height: 1.2;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .post-title {
      font-size: 22px; } }
  .post-title a {
    color: inherit; }
    .post-title a:hover, .post-title a:focus {
      color: #508142; }

.post .post-summary,
.contextual-links-region .post .post-summary,
.field-name-field-post-byline .post .post-summary,
.post .post-summary + p,
.post .post-summary + p + p {
  color: #003B4A;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -.38px;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .post .post-summary,
    .contextual-links-region .post .post-summary,
    .field-name-field-post-byline .post .post-summary,
    .post .post-summary + p,
    .post .post-summary + p + p {
      font-size: 18px; } }

.post-image {
  float: left;
  height: auto;
  margin: 5px 20px 5px 0;
  width: 100px; }

.section-block {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 50px 0 40px;
  position: relative;
  text-align: center; }
  .section-block.section--left {
    text-align: left; }
  .section-block.has-bg-image {
    color: #fff; }
    .section-block.has-bg-image::after {
      background: rgba(0, 0, 0, 0.4);
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .section-block .container {
    position: relative;
    z-index: +1; }
  .section-block.container {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  @media (min-width: 1024px) {
    .section-block.section--lg {
      padding: 80px 0 60px; } }
  @media (min-width: 1024px) {
    .section-block.section--xl {
      padding: 100px 0 80px; } }
  .section-block.section--navy {
    background-color: #003B4A;
    color: #fff; }
  .section-block.section--light-blue {
    background-color: #89D2D8;
    color: #003B4A; }
  .section-block.section--green {
    background-color: #508142;
    color: #fff; }
  .section-block.section--forest-green {
    background-color: #508142;
    color: #fff; }
  .section-block.section--gold {
    background-color: #F7BE00;
    color: #003B4A; }
  .section-block.section--white {
    background-color: #fff;
    color: #003B4A; }
  .section-block.section--impact {
    background-color: #fff;
    background-position: top center;
    padding: 160px 0 100px;
    position: relative; }
    @media (min-width: 1024px) {
      .section-block.section--impact {
        padding: 200px 0 120px; } }
    @media (min-width: 1200px) {
      .section-block.section--impact {
        padding: 260px 0 180px; } }
  .section-block.section--silver {
    background-color: #E6E7E8; }
  .section-block.section--ltgray {
    background-color: #E6E7E8; }
  .section-block.section--blue {
    background-color: #008294;
    color: #fff; }
  .section-block .form-inline,
  .section-block form {
    margin-top: 25px; }
    @media (min-width: 1024px) {
      .section-block .form-inline,
      .section-block form {
        margin-top: 15px; } }
  .section-block p a:not(.btn) {
    color: #fff;
    display: inline-block;
    font-weight: 700; }
    .section-block p a:not(.btn)::after {
      background-color: #fff; }
    .section-block p a:not(.btn):hover, .section-block p a:not(.btn):focus {
      color: #fff; }
      .section-block p a:not(.btn):hover::after, .section-block p a:not(.btn):focus::after {
        background-color: #508142; }
  .section-block .accordion p a:not(.btn) {
    color: #508142; }
    .section-block .accordion p a:not(.btn)::after {
      background-color: transparent; }
    .section-block .accordion p a:not(.btn):hover, .section-block .accordion p a:not(.btn):focus {
      color: #508142;
      border-bottom: solid 3px #508142; }
      .section-block .accordion p a:not(.btn):hover::after, .section-block .accordion p a:not(.btn):focus::after {
        background-color: transparent; }

.section-block__summary {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px; }

.section-block__heading {
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -.4px;
  line-height: 1;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .section-block__heading {
      font-size: 32px; } }
  .section__magazine .section-block__heading, .section-block__heading.heading--secondary {
    font-size: 27px;
    letter-spacing: 0; }
    @media (min-width: 1024px) {
      .section__magazine .section-block__heading, .section-block__heading.heading--secondary {
        font-size: 30px; } }
  @media (min-width: 1024px) {
    .section__magazine .section-block__heading {
      text-align: left; } }

.section--navy .section-chapter--heading .dropdown-toggle {
  color: #89D2D8; }
  .section--navy .section-chapter--heading .dropdown-toggle .icon-chevron-down {
    color: #89D2D8; }

.section-chapter--heading {
  font-family: "Sentinel A", "Sentinel B", serif;
  font-weight: 700;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .section-chapter--heading {
      margin-bottom: 40px; }
      .section--xl .section-chapter--heading {
        margin-bottom: 60px; } }
  .section-chapter--heading .dropdown-toggle {
    color: #008294;
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif; }
    .section-chapter--heading .dropdown-toggle .icon-chevron-down {
      color: #008294;
      height: 20px;
      margin-bottom: 5px;
      width: 20px; }

.section-block__column {
  margin-bottom: 30px;
  text-align: left; }
  .section-block__column:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .section-block__column {
      margin-bottom: 0; } }
  .section-block__column .section-column-heading {
    font-size: 22px;
    letter-spacing: -.9px;
    line-height: 1.3;
    margin-bottom: 20px; }

.section__magazine, .section--magazine {
  text-align: center; }
  .section__magazine .magazine--desktop, .section--magazine .magazine--desktop {
    display: none; }
  @media (min-width: 1024px) {
    .section__magazine, .section--magazine {
      text-align: left; }
      .section__magazine .magazine--desktop, .section--magazine .magazine--desktop {
        display: block; } }
  .section__magazine .sierra-mag-cover, .section--magazine .sierra-mag-cover {
    display: block;
    margin: 40px auto;
    max-height: 230px; }
    @media (min-width: 1024px) {
      .section__magazine .sierra-mag-cover, .section--magazine .sierra-mag-cover {
        margin: 0 auto; }
        .section__magazine .sierra-mag-cover.magazine--mobile, .section--magazine .sierra-mag-cover.magazine--mobile {
          display: none; } }

.node > .paragraphs-items:last-child .paragraphs-item-impact-block:last-child {
  margin-bottom: -60px; }

.social-link {
  display: inline-block;
  font-size: 1rem;
  line-height: 1; }
  .social-link .icon {
    height: 33px;
    width: 33px; }

.social-list {
  padding: 0 15px 0 0;
  text-align: center; }
  @media (min-width: 1200px) {
    .social-list {
      text-align: left; } }
  .social-list:last-of-type {
    padding: 0; }

.nav-tabs, section > ul.action-links {
  background: #508142;
  border: solid 1px #508142;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto; }
  .nav-tabs li, section > ul.action-links li {
    border: none;
    display: block;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    float: none;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      .nav-tabs li, section > ul.action-links li {
        width: auto; } }
    .nav-tabs li > a, section > ul.action-links li > a {
      background: #508142;
      border: none;
      border-bottom-color: transparent;
      -webkit-border-radius: 0;
              border-radius: 0;
      border-top: solid 2px transparent;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      line-height: 1;
      margin: 0;
      -webkit-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease; }
      .nav-tabs li > a:hover, .nav-tabs li > a:focus, section > ul.action-links li > a:hover, section > ul.action-links li > a:focus {
        background-color: #508142;
        border-top-color: #508142; }
    .nav-tabs li.active > a,
    .nav-tabs li.active > a:hover,
    .nav-tabs li.active > a:focus, section > ul.action-links li.active > a,
    section > ul.action-links li.active > a:hover,
    section > ul.action-links li.active > a:focus {
      background: #fff;
      border: none;
      border-top: solid 2px #508142;
      color: #003B4A; }

.tab-content {
  background: #fff;
  border: solid 1px #508142;
  margin-top: -1px;
  text-align: center; }
  .tab-content h2 {
    color: #508142;
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2; }
  .tab-content h3 {
    color: #54666F;
    font-family: "Sentinel A", "Sentinel B", serif;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 10px; }
  .tab-content p {
    color: #393B3C;
    font-family: "Sentinel A", "Sentinel B", serif;
    font-size: 16px;
    font-weight: 500; }

.tab-pane {
  padding: 20px; }
  @media (min-width: 768px) {
    .tab-pane {
      padding: 30px; } }
  .tab-pane [class*="btn-action-"] {
    margin-top: 30px; }

.tab-pane-narrow {
  margin: 0 auto;
  max-width: 500px; }

section > ul.action-links {
  width: 100%;
  margin: 10px auto;
  padding: 0; }
  section > ul.action-links > ul.action-links {
    margin: 8px auto;
    padding: 0; }

.stat-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 10px; }
  .topic-block + .stat-block {
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px); }
    @media (min-width: 768px) {
      .topic-block + .stat-block {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }

.stat-block__image {
  background-color: #54666F;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  height: 130px;
  width: 130px; }
  @media (min-width: 768px) {
    .stat-block__image {
      height: 230px;
      width: 230px; } }

.stat-block__content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: left center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  color: #003B4A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  font-weight: bold;
  max-width: 50%;
  padding: 20px 20px 25px;
  text-align: left;
  width: 100%; }
  @media (min-width: 768px) {
    .stat-block__content {
      background-image: url(../images/trapezoid-border.svg);
      height: 130px;
      max-width: 360px;
      padding: 20px 40px;
      -webkit-transform: translateX(-20px);
          -ms-transform: translateX(-20px);
              transform: translateX(-20px); } }
  .stat-block__content p {
    line-height: 1.2;
    margin: 0; }

.node-type-blog #block-system-main .teaser {
  color: #fff;
  margin: 50px auto;
  padding: 30px 85px 40px 20px;
  position: relative; }
  @media (min-width: 1200px) {
    .node-type-blog #block-system-main .teaser {
      margin: 70px auto;
      max-width: 747px;
      padding: 50px 100px 60px 20px;
      width: 66.66667%; } }
  .node-type-blog #block-system-main .teaser h2.teaser-heading {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px; }
    @media (min-width: 1200px) {
      .node-type-blog #block-system-main .teaser h2.teaser-heading {
        font-size: 40px; } }
    .node-type-blog #block-system-main .teaser h2.teaser-heading a {
      border: none !important;
      color: #fff;
      -webkit-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
      .node-type-blog #block-system-main .teaser h2.teaser-heading a:hover, .node-type-blog #block-system-main .teaser h2.teaser-heading a:focus {
        color: #E6E7E8; }
  .node-type-blog #block-system-main .teaser::before {
    background-color: #508142;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: skewX(-20deg) translateX(-60px);
        -ms-transform: skewX(-20deg) translateX(-60px);
            transform: skewX(-20deg) translateX(-60px);
    width: 100vw;
    z-index: 0; }
    @media (min-width: 1024px) {
      .node-type-blog #block-system-main .teaser::before {
        -webkit-transform: skewX(-20deg) translateX(-40px);
            -ms-transform: skewX(-20deg) translateX(-40px);
                transform: skewX(-20deg) translateX(-40px); } }
  .node-type-blog #block-system-main .teaser .teaser-byline {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1; }
    .node-type-blog #block-system-main .teaser .teaser-byline a, .node-type-blog #block-system-main .teaser .teaser-byline .article-author {
      border: none;
      color: #fff; }
      .node-type-blog #block-system-main .teaser .teaser-byline a::after, .node-type-blog #block-system-main .teaser .teaser-byline .article-author::after {
        background: #fff; }
      .node-type-blog #block-system-main .teaser .teaser-byline a:hover::after, .node-type-blog #block-system-main .teaser .teaser-byline a:focus::after, .node-type-blog #block-system-main .teaser .teaser-byline .article-author:hover::after, .node-type-blog #block-system-main .teaser .teaser-byline .article-author:focus::after {
        background: #508142; }
    .node-type-blog #block-system-main .teaser .teaser-byline time {
      display: block;
      font-weight: 600;
      line-height: 1.5;
      margin: 10px 0 0; }
      @media (min-width: 1024px) {
        .node-type-blog #block-system-main .teaser .teaser-byline time {
          display: inline-block;
          margin: 0 0 0 30px; } }
  .node-type-blog #block-system-main .teaser .teaser-subhead {
    color: #fff;
    font-family: "Sentinel A", "Sentinel B", serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px; }
    @media (min-width: 1200px) {
      .node-type-blog #block-system-main .teaser .teaser-subhead {
        font-size: 20px; } }

.teaser-column {
  max-width: 460px;
  position: relative;
  z-index: +1; }

.thumbnail-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 10px; }
  .topic-block + .thumbnail-block {
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px); }
    @media (min-width: 768px) {
      .topic-block + .thumbnail-block {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }

.thumbnail-block__image {
  background-color: #54666F;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  height: 130px;
  width: 130px; }
  @media (min-width: 768px) {
    .thumbnail-block__image {
      height: 230px;
      width: 230px; } }

.thumbnail-block__content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: left center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  color: #003B4A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  max-width: 50%;
  padding: 20px 20px 25px;
  text-align: left;
  width: 100%; }
  @media (min-width: 768px) {
    .thumbnail-block__content {
      background-image: url(../images/trapezoid-border.svg);
      height: 130px;
      max-width: 360px;
      padding: 20px 40px;
      -webkit-transform: translateX(-20px);
          -ms-transform: translateX(-20px);
              transform: translateX(-20px); } }
  .thumbnail-block__content p {
    line-height: 1.2;
    margin: 0; }

.topic-block {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 30px 0;
  text-align: left; }

.paragraphs-item-topic-block:nth-of-type(odd) {
  background-color: #E6E7E8; }

@media (min-width: 768px) {
  .topic-block__content {
    max-width: 45%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 40px; } }

@media (min-width: 1024px) {
  .topic-block__content {
    padding-right: 60px; } }

.topic-block__image {
  background: center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  height: 335px;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  -o-transition: transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  width: 335px; }
  @media (min-width: 768px) {
    .topic-block__image {
      height: 400px;
      max-width: 55%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      width: 100%; } }
  @media (min-width: 1024px) {
    .topic-block__image {
      height: 450px; } }

.topic-block__heading {
  color: #508142;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -.73px;
  line-height: 1;
  margin: 20px 0 30px;
  padding-top: 20px;
  position: relative; }
  @media (min-width: 768px) {
    .topic-block__heading {
      font-size: 60px;
      letter-spacing: -.67px;
      margin: 40px 0 30px; } }
  @media (min-width: 1024px) {
    .topic-block__heading {
      margin-top: 60px; } }
  .topic-block__heading::before {
    background: #508142;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px); }
    @media (min-width: 768px) {
      .topic-block__heading::before {
        width: -webkit-calc(100% + 100px);
        width: calc(100% + 100px); } }
    @media (min-width: 1024px) {
      .topic-block__heading::before {
        width: -webkit-calc(100% + 160px);
        width: calc(100% + 160px); } }
  .topic-block__heading a {
    color: inherit; }

.topic-block__summary {
  color: #003B4A;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -.3px;
  line-height: 1.3;
  margin-bottom: 30px; }

.well {
  background-color: #89D2D8;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #003B4A; }
  .well p {
    font-size: 18px;
    font-weight: 500; }
    .well p strong {
      font-weight: 700; }
    .well p:last-of-type {
      margin: 0; }
  .well .card-meta, .well a {
    color: #003B4A; }

.well-lg {
  padding: 30px 20px; }
  @media (min-width: 1024px) {
    .well-lg {
      padding: 30px 40px; } }

.well-heading {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1.25px;
  line-height: 1.2;
  margin-bottom: 10px; }

/**
 * Layouts
 */
@media (min-width: 768px) {
  .node-type-blog section.col-sm-12 {
    padding-left: 0;
    padding-right: 0; } }

/* doubling up on some spacing. */
.main-container.container {
  padding: 0 0 60px 0;
  min-height: 350px; }
  .node-type-landing-page-issues .main-container.container, .node-type-program .main-container.container, .node-type-landing-page-narrative .main-container.container {
    max-width: 100%; }

.main-container > .row {
  margin-left: 0;
  margin-right: 0; }

.main-container > .row > section.col-sm-12 {
  padding: 0; }

/* logged in users need some space for administrative tabs and links */
body.toolbar .main-container > .row > section {
  margin-top: 20px; }

.field-name-pt-hero-layout > .field-items > .container {
  max-width: 100%; }

/* formerly .article */
#block-system-main {
  font-size: 18px;
  line-height: 1.55;
  padding: 0; }
  .node-type-blog #block-system-main h1 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -.7px;
    line-height: 1;
    margin: 0 0 10px;
    text-align: center; }
    @media (min-width: 1024px) {
      .node-type-blog #block-system-main h1 {
        font-size: 60px;
        text-align: left; } }
  .node-type-blog #block-system-main h2 {
    color: #508142;
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: -.3px;
    line-height: 1.1; }
    @media (min-width: 1024px) {
      .node-type-blog #block-system-main h2 {
        font-size: 39px; } }
    .node-type-blog #block-system-main h2 > a.email-link {
      border-color: transparent;
      color: #508142; }
      .node-type-blog #block-system-main h2 > a.email-link:hover, .node-type-blog #block-system-main h2 > a.email-link:focus {
        border-color: #508142; }
  .node-type-blog #block-system-main h3 {
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    font-size: 27px;
    letter-spacing: -.3px;
    line-height: 1.1; }
    @media (min-width: 1024px) {
      .node-type-blog #block-system-main h3 {
        font-size: 30px; } }
  .node-type-blog #block-system-main h4 {
    color: #508142;
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    font-size: 19px;
    letter-spacing: -.2px;
    line-height: 1.1; }
    @media (min-width: 1024px) {
      .node-type-blog #block-system-main h4 {
        font-size: 22px;
        letter-spacing: -.3px; } }
  .node-type-blog #block-system-main h5 {
    color: #508142;
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    font-size: 15px;
    letter-spacing: -.2px;
    line-height: 1.1; }
    @media (min-width: 1024px) {
      .node-type-blog #block-system-main h5 {
        font-size: 19px; } }
  .node-type-blog #block-system-main ol li {
    counter-increment: list;
    list-style-type: none;
    position: relative; }
    .node-type-blog #block-system-main ol li::before {
      color: #008294;
      content: counter(list) ".";
      font-weight: 700;
      margin-left: -22px;
      position: absolute; }
  .node-type-blog #block-system-main ul li {
    list-style: none;
    position: relative; }
    .node-type-blog #block-system-main ul li::before {
      background-color: #008294;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      content: '';
      height: 8px;
      margin-left: -22px;
      padding: 0;
      position: absolute;
      top: 10px;
      width: 8px; }

.node-type-blog .article:not(.view) DIV > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) DIV EM > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) DIV B > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) DIV STRONG > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) DIV I > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) SPAN > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) SPAN EM > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) SPAN B > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) SPAN STRONG > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) SPAN I > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) P > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) P EM > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) P B > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) P STRONG > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) P I > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) ul:not(.pagination) LI > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) ul:not(.pagination) LI EM > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) ul:not(.pagination) LI B > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) ul:not(.pagination) LI STRONG > a:not(.btn):not(.asset-img-link), .node-type-blog .article:not(.view) ul:not(.pagination) LI I > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV EM > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV B > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV STRONG > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV I > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN EM > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN B > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN STRONG > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN I > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) P > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) P EM > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) P B > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) P STRONG > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) P I > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI EM > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI B > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI STRONG > a:not(.btn):not(.asset-img-link), .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI I > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) DIV > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) DIV EM > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) DIV B > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) DIV STRONG > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) DIV I > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) SPAN > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) SPAN EM > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) SPAN B > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) SPAN STRONG > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) SPAN I > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) P > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) P EM > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) P B > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) P STRONG > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) P I > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) ul:not(.pagination) LI > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) ul:not(.pagination) LI EM > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) ul:not(.pagination) LI B > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) ul:not(.pagination) LI STRONG > a:not(.btn):not(.asset-img-link), .node-type-press-release article:not(.view) ul:not(.pagination) LI I > a:not(.btn):not(.asset-img-link) {
  border: none;
  color: #508142;
  font-weight: 500; }
  .node-type-blog .article:not(.view) DIV > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) DIV EM > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) DIV B > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) DIV STRONG > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) DIV I > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) SPAN > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) SPAN EM > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) SPAN B > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) SPAN STRONG > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) SPAN I > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) P > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) P EM > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) P B > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) P STRONG > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) P I > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI EM > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI B > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI STRONG > a:not(.btn):not(.asset-img-link)::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI I > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV EM > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV B > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV STRONG > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV I > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN EM > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN B > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN STRONG > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN I > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P EM > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P B > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P STRONG > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P I > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI EM > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI B > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI STRONG > a:not(.btn):not(.asset-img-link)::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI I > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) DIV > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) DIV EM > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) DIV B > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) DIV STRONG > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) DIV I > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) SPAN > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) SPAN EM > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) SPAN B > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) SPAN STRONG > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) SPAN I > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) P > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) P EM > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) P B > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) P STRONG > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) P I > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI EM > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI B > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI STRONG > a:not(.btn):not(.asset-img-link)::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI I > a:not(.btn):not(.asset-img-link)::after {
    background: #008294; }
  .node-type-blog .article:not(.view) DIV > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) DIV > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) DIV EM > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) DIV EM > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) DIV B > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) DIV B > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) DIV STRONG > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) DIV STRONG > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) DIV I > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) DIV I > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) SPAN > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) SPAN > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) SPAN EM > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) SPAN EM > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) SPAN B > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) SPAN B > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) SPAN STRONG > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) SPAN STRONG > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) SPAN I > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) SPAN I > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) P > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) P > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) P EM > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) P EM > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) P B > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) P B > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) P STRONG > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) P STRONG > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) P I > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) P I > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI EM > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI EM > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI B > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI B > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI STRONG > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI STRONG > a:not(.btn):not(.asset-img-link):focus::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI I > a:not(.btn):not(.asset-img-link):hover::after, .node-type-blog .article:not(.view) ul:not(.pagination) LI I > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV EM > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV EM > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV B > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV B > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV STRONG > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV STRONG > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV I > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) DIV I > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN EM > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN EM > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN B > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN B > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN STRONG > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN STRONG > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN I > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) SPAN I > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P EM > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P EM > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P B > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P B > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P STRONG > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P STRONG > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P I > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) P I > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI EM > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI EM > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI B > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI B > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI STRONG > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI STRONG > a:not(.btn):not(.asset-img-link):focus::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI I > a:not(.btn):not(.asset-img-link):hover::after, .node-type-program-page .node-program-page.view-mode-full:not(.view) ul:not(.pagination) LI I > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) DIV > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) DIV > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) DIV EM > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) DIV EM > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) DIV B > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) DIV B > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) DIV STRONG > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) DIV STRONG > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) DIV I > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) DIV I > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) SPAN > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) SPAN > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) SPAN EM > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) SPAN EM > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) SPAN B > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) SPAN B > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) SPAN STRONG > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) SPAN STRONG > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) SPAN I > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) SPAN I > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) P > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) P > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) P EM > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) P EM > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) P B > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) P B > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) P STRONG > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) P STRONG > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) P I > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) P I > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI EM > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI EM > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI B > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI B > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI STRONG > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI STRONG > a:not(.btn):not(.asset-img-link):focus::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI I > a:not(.btn):not(.asset-img-link):hover::after, .node-type-press-release article:not(.view) ul:not(.pagination) LI I > a:not(.btn):not(.asset-img-link):focus::after {
    background: #508142 !important; }

.article-header {
  color: #003B4A;
  margin-bottom: 40px; }
  .article-header h1 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -.7px;
    line-height: 1;
    margin: 0 0 10px;
    text-align: center; }
    @media (min-width: 1024px) {
      .article-header h1 {
        font-size: 60px;
        text-align: left; } }

/* added field name for Drupal byline*/
.article-byline, .field-name-by-line {
  color: #54666F;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: center; }
  @media (min-width: 1024px) {
    .article-byline, .field-name-by-line {
      text-align: left; } }
  .article-byline time, .field-name-by-line time {
    font-weight: normal; }
    @media (max-width: 1024px) {
      .article-byline time, .field-name-by-line time {
        display: block;
        clear: left;
        margin-top: 8px; } }
  .article-byline .article-author, .field-name-by-line .article-author {
    border: none;
    color: #508142;
    font-weight: 500; }
    .article-byline .article-author::after, .field-name-by-line .article-author::after {
      background: #008294; }
    .article-byline .article-author:hover::after, .article-byline .article-author:focus::after, .field-name-by-line .article-author:hover::after, .field-name-by-line .article-author:focus::after {
      background: #508142 !important; }
    .article-byline .article-author + time, .field-name-by-line .article-author + time {
      margin-left: 10px; }
      @media (max-width: 1024px) {
        .article-byline .article-author + time, .field-name-by-line .article-author + time {
          margin-left: 0; } }

.article-featured-image {
  margin-bottom: 30px; }
  .article-featured-image img {
    display: block;
    margin: 20px auto 10px; }

.node-blog .article-featured-image {
  margin-bottom: 0px; }
  .node-blog .article-featured-image img {
    display: block;
    margin: 0 auto; }

/* because of line ~16 blowing out the main-container.container for various nodes *
/* we need to constrain the widths of some paragraphs. */
/* these ought to have containers. but don't want to put in the paragraphs */
.paragraphs-video-embed, .paragraphs-articles-autoset, .paragraphs-articles-manual-set, .paragraphs-2_column {
  max-width: 1180px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0; }

h1.page-header {
  margin-top: 40px; }

/* ### This is not ideal. To deal with the fact that in some content types, content may conform to content and the whole page intermixed... non-paragraphed... */
.paragraphs-item-articles, .paragraphs-item-articles-spanish, .paragraphs-item-recommendation-listing, .paragraphs-item-event-campaign-article, .paragraphs-item-event-campaign-article, .paragraphs-item-articles-overriddable {
  padding: 0; }
  .paragraphs-item-articles h3.page-header, .paragraphs-item-articles-spanish h3.page-header, .paragraphs-item-recommendation-listing h3.page-header, .paragraphs-item-event-campaign-article h3.page-header, .paragraphs-item-event-campaign-article h3.page-header, .paragraphs-item-articles-overriddable h3.page-header {
    padding-top: 50px; }

/* Narrow column width */
.field-name-pt-pull-quot {
  position: relative;
  display: block;
  min-height: 1px;
  padding: 0 20px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .field-name-pt-pull-quot {
      width: 83.33333%; } }
  @media (min-width: 1200px) {
    .field-name-pt-pull-quot {
      width: 58.33333%; } }

.container .paragraphs-item-expert-show-view .cards-row {
  margin-top: 0 !important; }

.paragraphs-item-1-column-no-headline, .paragraphs-item-expert-show-view, .field-name-body, .article .article-header, .field-name-field-post-byline, .field-name-field-slideshow-image-file, h1.page-header, .field-name-field-source, article footer, .field-name-field-published-date, .field-name-field-contact, .field-name-field-about-organization, .field-name-field-related-interests, .field-name-field-sub-title, .field-name-download-link, .field-name-facebook-likes, .field-name-facebook-comments {
  max-width: 1180px;
  margin: auto;
  padding: 30px 20px 20px; }
  @media (min-width: 992px) {
    .paragraphs-item-1-column-no-headline, .paragraphs-item-expert-show-view, .field-name-body, .article .article-header, .field-name-field-post-byline, .field-name-field-slideshow-image-file, h1.page-header, .field-name-field-source, article footer, .field-name-field-published-date, .field-name-field-contact, .field-name-field-about-organization, .field-name-field-related-interests, .field-name-field-sub-title, .field-name-download-link, .field-name-facebook-likes, .field-name-facebook-comments {
      padding-bottom: 10px;
      padding-top: 40px;
      width: 83.33333%; } }
  @media (min-width: 1200px) {
    .paragraphs-item-1-column-no-headline, .paragraphs-item-expert-show-view, .field-name-body, .article .article-header, .field-name-field-post-byline, .field-name-field-slideshow-image-file, h1.page-header, .field-name-field-source, article footer, .field-name-field-published-date, .field-name-field-contact, .field-name-field-about-organization, .field-name-field-related-interests, .field-name-field-sub-title, .field-name-download-link, .field-name-facebook-likes, .field-name-facebook-comments {
      width: 66.66667%; } }

.field-name-facebook-likes {
  padding-top: 0;
  padding-bottom: 0; }

.field-name-facebook-comments {
  padding-top: 0; }

.paragraphs-item-1-column-no-headline.content-narrow > div, .paragraphs-item-expert-show-view.content-narrow > div {
  margin: auto; }
  @media (min-width: 992px) {
    .paragraphs-item-1-column-no-headline.content-narrow > div, .paragraphs-item-expert-show-view.content-narrow > div {
      width: 83.33333%; } }
  @media (min-width: 1200px) {
    .paragraphs-item-1-column-no-headline.content-narrow > div, .paragraphs-item-expert-show-view.content-narrow > div {
      width: 66.66667%; } }

.paragraphs-item-1-column-no-headline.content-default, .paragraphs-item-expert-show-view.content-default {
  max-width: 747px; }

.paragraphs-item-1-column-no-headline.content-normal, .paragraphs-item-expert-show-view.content-normal {
  max-width: 1180px; }

.paragraphs-item-1-column-no-headline.content-full, .paragraphs-item-expert-show-view.content-full {
  max-width: 100%; }
  @media (min-width: 992px) {
    .paragraphs-item-1-column-no-headline.content-full, .paragraphs-item-expert-show-view.content-full {
      padding: 50px 0; } }

@media (min-width: 992px) {
  .paragraphs-item-1-column-no-headline.content-full, .paragraphs-item-1-column-no-headline.content-normal, .paragraphs-item-1-column-no-headline.content-default, .paragraphs-item-expert-show-view.content-full, .paragraphs-item-expert-show-view.content-normal, .paragraphs-item-expert-show-view.content-default {
    width: 100%; } }

@media (min-width: 1200px) {
  .paragraphs-item-1-column-no-headline.content-full, .paragraphs-item-1-column-no-headline.content-normal, .paragraphs-item-1-column-no-headline.content-default, .paragraphs-item-expert-show-view.content-full, .paragraphs-item-expert-show-view.content-normal, .paragraphs-item-expert-show-view.content-default {
    width: 100%; } }

.paragraphs-item-1-column-no-headline {
  padding: 50px 20px; }

.field-name-field-slideshow-image-file {
  padding-bottom: 0; }

.field-name-field-published-date, .field-name-field-contact, .field-name-field-about-organization, .field-name-field-related-interests, .field-name-field-sub-title {
  padding: 10px 20px 20px; }
  @media (min-width: 768px) {
    .field-name-field-published-date, .field-name-field-contact, .field-name-field-about-organization, .field-name-field-related-interests, .field-name-field-sub-title {
      padding: 10px 20px 20px; } }

.node-blog figcaption.caption {
  margin: 10px auto 0;
  padding: 0; }
  @media (min-width: 768px) {
    .node-blog figcaption.caption {
      margin: 10px auto 0;
      padding: 0; } }

.no-padding-top {
  padding-top: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

.node-type-blog #block-system-main.block-system,
.node-type-program #block-system-main.block-system {
  padding-bottom: 40px; }

article.node-recommendation-listing > footer {
  display: none; }

article.node-recommendation-listing .page-header__link-wrap {
  margin-bottom: 10px; }

.contextual-links-region p,
.field-name-field-post-byline p {
  color: #54666F; }

body.page-node-478972 .paragraphs-items-full .entity-paragraphs-item .field-name-field-text {
  padding-left: 20px; }
  body.page-node-478972 .paragraphs-items-full .entity-paragraphs-item .field-name-field-text p:last-of-type {
    margin-bottom: 40px; }
  @media (max-width: 767px) {
    body.page-node-478972 .paragraphs-items-full .entity-paragraphs-item .field-name-field-text .row {
      padding-top: 0 !important; } }
  @media (max-width: 767px) {
    body.page-node-478972 .paragraphs-items-full .entity-paragraphs-item .field-name-field-text .row .col-sm-3 {
      margin-bottom: 40px; }
      body.page-node-478972 .paragraphs-items-full .entity-paragraphs-item .field-name-field-text .row .col-sm-3 br {
        display: none; } }
  body.page-node-478972 .paragraphs-items-full .entity-paragraphs-item .field-name-field-text .row > div a:first-of-type {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2; }
    @media (min-width: 768px) and (max-width: 1023px) {
      body.page-node-478972 .paragraphs-items-full .entity-paragraphs-item .field-name-field-text .row > div a:first-of-type {
        font-size: 18px; } }

.view-id-pt_sections .view-content {
  width: 100%; }

.node-type-program-page:not(.section-page-document) .field-name-download-link {
  display: none; }

.page-articles .view-blog-posts {
  margin-top: 40px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .page-articles .view-blog-posts .card {
      width: 49.5%; } }
  @media (max-width: 767px) {
    .page-articles .view-blog-posts .card img {
      height: auto; } }

@media all and (min-width: 60em) {
  .three-column {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-bottom: 16px; } }

/* ### how could we make this less specific? */
#block-views-chapters-block-2 {
  margin-top: 40px; }
  #block-views-chapters-block-2 .state-name {
    display: none; }
  #block-views-chapters-block-2 .texas .state-name, #block-views-chapters-block-2 .mexico .state-name, #block-views-chapters-block-2 .wisconsin .state-name, #block-views-chapters-block-2 .minnesota .state-name, #block-views-chapters-block-2 .dakota .state-name, #block-views-chapters-block-2 .nevada .state-name, #block-views-chapters-block-2 .york .state-name, #block-views-chapters-block-2 .indiana .state-name, #block-views-chapters-block-2 .kentucky .state-name, #block-views-chapters-block-2 .louisiana .state-name, #block-views-chapters-block-2 .colorado .state-name, #block-views-chapters-block-2 .arizona .state-name {
    display: inline; }
  #block-views-chapters-block-2 .california.angeles-chapter .state-name {
    display: block; }
  #block-views-chapters-block-2 .california .views-field-title {
    margin-left: 20px; }

/* guessing this is to get around some flex box problem.*/
#block-views-blog-posts-block-6 {
  width: 100%; }

.card-container > .load-events-campaigns-processed {
  width: 100%; }

.page-user #block-system-main {
  padding-bottom: 40px;
  margin: auto; }
  @media (min-width: 992px) {
    .page-user #block-system-main {
      width: 83.33333%; } }
  @media (min-width: 1200px) {
    .page-user #block-system-main {
      width: 66.66667%; } }

.field-collection-container {
  border-bottom: 0 !important;
  margin-bottom: 0; }

BODY {
  position: static;
  /*padding-top: 64px !important;*/ }

body.local_entity_page {
  /* FROM Local Entities Theme */
  /*
   * this doesn't work because of the skew used for the trapezoid.
  .field-slideshow-controls .prev:before { content: "<";}
  .field-slideshow-controls .next:after { content: ">";}*/
  /* */ }
  body.local_entity_page #desktop-label {
    max-width: 500px; }
  body.local_entity_page #navbar {
    border: none;
    position: static; }
  body.local_entity_page .view-display-id-join_donate #topLinkJoin, body.local_entity_page .view-display-id-join_donate #topLinkRenew {
    display: none; }
  @media (max-width: 768px) {
    body.local_entity_page .view-display-id-join_donate #topLinkDonate {
      -webkit-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px;
      left: 24px;
      -webkit-transform: skew(20deg, 0deg) translate(-10px, 0) rotate(0.02deg);
      -ms-transform: skew(20deg, 0deg) translate(-10px, 0) rotate(0.02deg);
      transform: skew(20deg, 0deg) translate(-10px, 0) rotate(0.02deg); } }
  @media (min-width: 768px) {
    body.local_entity_page .view-display-id-join_donate #topLinkJoin, body.local_entity_page .view-display-id-join_donate #topLinkRenew {
      display: block; } }
  body.local_entity_page #mobileEntityTitle {
    background: #008294;
    height: 36px; }
    body.local_entity_page #mobileEntityTitle h1 {
      line-height: 36px;
      font-size: 22px;
      margin: 0 20px;
      padding: 0;
      text-align: center;
      color: #fff; }
  body.local_entity_page .mobile-menu-top-giving {
    background-color: #008294;
    width: 100%; }
    body.local_entity_page .mobile-menu-top-giving a.btn, body.local_entity_page .mobile-menu-top-giving span.btn-text {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    body.local_entity_page .mobile-menu-top-giving span.btn-text {
      font-weight: normal;
      font-size: 18px; }
    body.local_entity_page .mobile-menu-top-giving a.btn:hover, body.local_entity_page .mobile-menu-top-giving a.btn:focus {
      background-color: rgba(25, 25, 25, 0.1); }
    body.local_entity_page .mobile-menu-top-giving .btn-group {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-right: 30px; }
      body.local_entity_page .mobile-menu-top-giving .btn-group .btn-outlined {
        background-color: transparent; }
  body.local_entity_page #topLinkJoinMobile, body.local_entity_page #topLinkDonateMobile {
    padding: 8px 40px; }
  body.local_entity_page #block-sclib-global-footer-sierraclub-global-footer-links {
    margin-top: 50px; }
  body.local_entity_page .nav-tabs {
    margin-bottom: 10px; }
  body.local_entity_page #oars-content {
    margin-bottom: 50px; }
  body.local_entity_page #oars-content .nav-tabs {
    margin-bottom: 0; }
  body.local_entity_page #oars-content th {
    font-family: "Ringside Condensed A", "Ringside Condensed B", sans-serif;
    color: #004987; }
    body.local_entity_page #oars-content th.headerSortDown, body.local_entity_page #oars-content th.headerSortUp {
      color: white; }
  body.local_entity_page .header-nav {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-x: hidden; }
  body.local_entity_page #navbar .container {
    padding-top: 0;
    padding-bottom: 0; }
    body.local_entity_page #navbar .container .sub-nav__list .sub-nav__item.first {
      /*padding-left: 0*/ }
  body.local_entity_page #toolbar {
    z-index: 1600 !important; }
  @media (max-width: 1023px) {
    body.local_entity_page #toolbar {
      z-index: 1600 !important; } }
  body.local_entity_page .nav-toggle {
    z-index: 100; }
  body.local_entity_page .nav-active .mobile-menu section {
    z-index: 99; }
  body.local_entity_page #condo_nav .condo-nav {
    margin: 0 auto;
    max-width: 1180px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0; }
  @media (max-width: 1024px) {
    body.local_entity_page #condo_nav .condo-nav {
      height: 100%;
      overflow-y: auto;
      padding: 0 0 40px 0; }
    body.local_entity_page #condo-nav {
      position: fixed;
      top: 0;
      left: 0;
      min-height: 100%;
      overflow: auto;
      display: none; }
    body.local_entity_page .view-display-id-condo_nav {
      width: 100%; }
    body.local_entity_page .mobile-header {
      padding-top: 12px;
      text-align: right; }
    body.local_entity_page .mobile-menu section {
      padding: 0 0 60px; }
    body.local_entity_page #condo_nav, body.local_entity_page .mobile-menu section {
      background-color: #008294; }
      body.local_entity_page #condo_nav ul, body.local_entity_page .mobile-menu section ul {
        height: 100%;
        overflow-y: auto;
        margin: 0 0;
        padding: 0 30px;
        list-style-type: none; }
        body.local_entity_page #condo_nav ul li, body.local_entity_page .mobile-menu section ul li {
          font-size: 30px;
          margin: 0 -30px;
          padding: 9px 30px; }
          body.local_entity_page #condo_nav ul li a, body.local_entity_page .mobile-menu section ul li a {
            color: #fff;
            font-weight: bold; }
          body.local_entity_page #condo_nav ul li.hasSubmenu > span, body.local_entity_page .mobile-menu section ul li.hasSubmenu > span {
            font-size: .5em;
            cursor: pointer; }
          body.local_entity_page #condo_nav ul li.hasSubmenu .far, body.local_entity_page #condo_nav ul li.hasSubmenu .svg-inline--fa, body.local_entity_page .mobile-menu section ul li.hasSubmenu .far, body.local_entity_page .mobile-menu section ul li.hasSubmenu .svg-inline--fa {
            margin-left: 15px;
            color: #fff; }
          body.local_entity_page #condo_nav ul li.hasSubmenu.open .far, body.local_entity_page #condo_nav ul li.hasSubmenu.open .svg-inline--fa, body.local_entity_page .mobile-menu section ul li.hasSubmenu.open .far, body.local_entity_page .mobile-menu section ul li.hasSubmenu.open .svg-inline--fa {
            color: #003B4A; }
          body.local_entity_page #condo_nav ul li.open, body.local_entity_page .mobile-menu section ul li.open {
            background-color: #E6E7E8; }
            body.local_entity_page #condo_nav ul li.open a, body.local_entity_page #condo_nav ul li.open .far, body.local_entity_page #condo_nav ul li.open .svg-inline--fa, body.local_entity_page .mobile-menu section ul li.open a, body.local_entity_page .mobile-menu section ul li.open .far, body.local_entity_page .mobile-menu section ul li.open .svg-inline--fa {
              color: #003B4A; }
        body.local_entity_page #condo_nav ul ul, body.local_entity_page .mobile-menu section ul ul {
          overflow-y: auto;
          display: none;
          margin: 0 -30px;
          background-color: #E6E7E8;
          padding: 9px 30px 3px; }
          body.local_entity_page #condo_nav ul ul li, body.local_entity_page #condo_nav ul ul li.hasSubmenu, body.local_entity_page .mobile-menu section ul ul li, body.local_entity_page .mobile-menu section ul ul li.hasSubmenu {
            font-size: 18px; }
            body.local_entity_page #condo_nav ul ul li.open, body.local_entity_page #condo_nav ul ul li.hasSubmenu.open, body.local_entity_page .mobile-menu section ul ul li.open, body.local_entity_page .mobile-menu section ul ul li.hasSubmenu.open {
              background-color: #fff; }
              body.local_entity_page #condo_nav ul ul li.open a, body.local_entity_page #condo_nav ul ul li.open .far, body.local_entity_page #condo_nav ul ul li.open .svg-inline--fa, body.local_entity_page #condo_nav ul ul li.hasSubmenu.open a, body.local_entity_page #condo_nav ul ul li.hasSubmenu.open .far, body.local_entity_page #condo_nav ul ul li.hasSubmenu.open .svg-inline--fa, body.local_entity_page .mobile-menu section ul ul li.open a, body.local_entity_page .mobile-menu section ul ul li.open .far, body.local_entity_page .mobile-menu section ul ul li.open .svg-inline--fa, body.local_entity_page .mobile-menu section ul ul li.hasSubmenu.open a, body.local_entity_page .mobile-menu section ul ul li.hasSubmenu.open .far, body.local_entity_page .mobile-menu section ul ul li.hasSubmenu.open .svg-inline--fa {
                color: #003B4A; }
            body.local_entity_page #condo_nav ul ul li ul, body.local_entity_page #condo_nav ul ul li.hasSubmenu ul, body.local_entity_page .mobile-menu section ul ul li ul, body.local_entity_page .mobile-menu section ul ul li.hasSubmenu ul {
              background-color: #fff; }
              body.local_entity_page #condo_nav ul ul li ul li, body.local_entity_page #condo_nav ul ul li.hasSubmenu ul li, body.local_entity_page .mobile-menu section ul ul li ul li, body.local_entity_page .mobile-menu section ul ul li.hasSubmenu ul li {
                padding: 9px 30px 3px 60px; }
                body.local_entity_page #condo_nav ul ul li ul li a, body.local_entity_page #condo_nav ul ul li.hasSubmenu ul li a, body.local_entity_page .mobile-menu section ul ul li ul li a, body.local_entity_page .mobile-menu section ul ul li.hasSubmenu ul li a {
                  font-weight: normal;
                  color: #003B4A; }
                body.local_entity_page #condo_nav ul ul li ul li.open, body.local_entity_page #condo_nav ul ul li.hasSubmenu ul li.open, body.local_entity_page .mobile-menu section ul ul li ul li.open, body.local_entity_page .mobile-menu section ul ul li.hasSubmenu ul li.open {
                  background-color: #fff; } }
  body.local_entity_page .sub-nav.sub-nav__desktop {
    margin: 0 0 !important; }
  @media (min-width: 1024px) {
    body.local_entity_page #condo_nav.mobile-menu section {
      display: block;
      position: static;
      background: transparent;
      opacity: 1;
      overflow: hidden;
      padding: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      visibility: visible;
      min-height: 41px; }
    body.local_entity_page #condo_nav, body.local_entity_page .header-menues {
      z-index: 1000 !important;
      position: static;
      clear: both;
      background-color: #008294;
      min-height: 41px;
      display: block; }
      body.local_entity_page #condo_nav .mobile-menu-top-giving, body.local_entity_page .header-menues .mobile-menu-top-giving {
        display: none; }
      body.local_entity_page #condo_nav .view-display-id-condo_nav ul, body.local_entity_page .header-menues .view-display-id-condo_nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        min-height: 41px; }
        body.local_entity_page #condo_nav .view-display-id-condo_nav ul li, body.local_entity_page .header-menues .view-display-id-condo_nav ul li {
          margin-left: 32px;
          margin-right: 32px; }
          body.local_entity_page #condo_nav .view-display-id-condo_nav ul li:first-child, body.local_entity_page .header-menues .view-display-id-condo_nav ul li:first-child {
            margin-left: 0; }
          body.local_entity_page #condo_nav .view-display-id-condo_nav ul li:last-child, body.local_entity_page .header-menues .view-display-id-condo_nav ul li:last-child {
            margin-right: 0; }
      body.local_entity_page #condo_nav .sub-nav__list, body.local_entity_page .header-menues .sub-nav__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      body.local_entity_page #condo_nav .sub-nav__list .sub-nav__item, body.local_entity_page .header-menues .sub-nav__list .sub-nav__item {
        max-width: none; }
      body.local_entity_page #condo_nav .menu__item ul, body.local_entity_page .header-menues .menu__item ul {
        display: none;
        position: absolute;
        text-align: left; }
      body.local_entity_page #condo_nav .sub-nav__list .sub-nav__item a, body.local_entity_page #condo_nav ul li a, body.local_entity_page .header-menues .sub-nav__list .sub-nav__item a, body.local_entity_page .header-menues ul li a {
        color: #fff; }
      body.local_entity_page #condo_nav .sub-nav__list .sub-nav__item.sfHover a, body.local_entity_page .header-menues .sub-nav__list .sub-nav__item.sfHover a {
        color: #003B4A; }
      body.local_entity_page #condo_nav .sub-nav__item ul, body.local_entity_page .header-menues .sub-nav__item ul {
        background-color: #E6E7E8; }
      body.local_entity_page #condo_nav .sub-nav__item ul li, body.local_entity_page .header-menues .sub-nav__item ul li {
        display: block; }
      body.local_entity_page #condo_nav li.sfHover, body.local_entity_page .header-menues li.sfHover {
        background-color: #E6E7E8; }
      body.local_entity_page #condo_nav section > ul.open > li > a, body.local_entity_page .header-menues section > ul.open > li > a {
        color: #003B4A; }
      body.local_entity_page #condo_nav ul, body.local_entity_page .header-menues ul {
        list-item-style: none;
        padding: 0;
        margin: 0; }
        body.local_entity_page #condo_nav ul li, body.local_entity_page .header-menues ul li {
          display: inline-block;
          padding: 0;
          margin: 9px 0;
          font-weight: bold; }
          body.local_entity_page #condo_nav ul li a, body.local_entity_page .header-menues ul li a {
            color: #fff;
            display: inline-block; }
            body.local_entity_page #condo_nav ul li a.sf-with-ul span:after, body.local_entity_page .header-menues ul li a.sf-with-ul span:after {
              color: #fff;
              font: normal normal normal 14px/1 "Font Awesome 5 Pro";
              font-weight: bold;
              content: '\f107';
              padding-left: 4px; }
            body.local_entity_page #condo_nav ul li a .sf-with-ul span:after, body.local_entity_page .header-menues ul li a .sf-with-ul span:after {
              color: #003B4A; }
          body.local_entity_page #condo_nav ul li.sfHover > a.sf-with-ul span:after, body.local_entity_page .header-menues ul li.sfHover > a.sf-with-ul span:after {
            color: #003B4A;
            content: '\f106'; }
          body.local_entity_page #condo_nav ul li > ul.menu, body.local_entity_page .header-menues ul li > ul.menu {
            z-index: 1000 !important;
            margin-top: 9px;
            margin-left: -16px; }
            body.local_entity_page #condo_nav ul li > ul.menu a:hover, body.local_entity_page .header-menues ul li > ul.menu a:hover {
              border-bottom: 3px solid #508142; }
            body.local_entity_page #condo_nav ul li > ul.menu a.sf-with-ul span:after, body.local_entity_page .header-menues ul li > ul.menu a.sf-with-ul span:after {
              color: #003B4A; }
            body.local_entity_page #condo_nav ul li > ul.menu li.menu__item.sub-nav__item, body.local_entity_page .header-menues ul li > ul.menu li.menu__item.sub-nav__item {
              padding-left: 16px;
              padding-right: 16px; }
              body.local_entity_page #condo_nav ul li > ul.menu li.menu__item.sub-nav__item a, body.local_entity_page .header-menues ul li > ul.menu li.menu__item.sub-nav__item a {
                display: inline-block;
                margin: 0 0 9px 0;
                height: 22px;
                padding-bottom: 4px; }
            body.local_entity_page #condo_nav ul li > ul.menu li.sfHover, body.local_entity_page .header-menues ul li > ul.menu li.sfHover {
              padding-right: 0;
              background-color: #E6E7E8; }
            body.local_entity_page #condo_nav ul li > ul.menu ul.menu, body.local_entity_page .header-menues ul li > ul.menu ul.menu {
              margin-top: 0px;
              position: static;
              background-color: #E6E7E8; }
              body.local_entity_page #condo_nav ul li > ul.menu ul.menu a, body.local_entity_page .header-menues ul li > ul.menu ul.menu a {
                font-weight: normal;
                color: #003B4A; }
              body.local_entity_page #condo_nav ul li > ul.menu ul.menu .svg-inline--fa, body.local_entity_page #condo_nav ul li > ul.menu ul.menu .far, body.local_entity_page .header-menues ul li > ul.menu ul.menu .svg-inline--fa, body.local_entity_page .header-menues ul li > ul.menu ul.menu .far {
                color: #003B4A; }
        body.local_entity_page #condo_nav ul.open, body.local_entity_page .header-menues ul.open {
          background-color: #E6E7E8; }
          body.local_entity_page #condo_nav ul.open a, body.local_entity_page .header-menues ul.open a {
            color: #003B4A; }
          body.local_entity_page #condo_nav ul.open .sf-with-ul span, body.local_entity_page #condo_nav ul.open .svg-inline--fa, body.local_entity_page #condo_nav ul.open .far, body.local_entity_page .header-menues ul.open .sf-with-ul span, body.local_entity_page .header-menues ul.open .svg-inline--fa, body.local_entity_page .header-menues ul.open .far {
            color: #003B4A; }
        body.local_entity_page #condo_nav ul.sub-nav__list > li.menu__item.sub-nav__item, body.local_entity_page .header-menues ul.sub-nav__list > li.menu__item.sub-nav__item {
          padding: 9px 16px;
          margin: 0;
          min-height: 42px;
          line-height: 24px; }
          body.local_entity_page #condo_nav ul.sub-nav__list > li.menu__item.sub-nav__item a, body.local_entity_page .header-menues ul.sub-nav__list > li.menu__item.sub-nav__item a {
            font-size: 14px !important;
            padding: 0; } }
        @media (min-width: 1024px) and (min-width: 1280px) {
          body.local_entity_page #condo_nav ul.sub-nav__list > li.menu__item.sub-nav__item a, body.local_entity_page .header-menues ul.sub-nav__list > li.menu__item.sub-nav__item a {
            font-size: 16px !important; } }
  @media (min-width: 1024px) {
          body.local_entity_page #condo_nav ul.sub-nav__list > li.menu__item.sub-nav__item:first-child, body.local_entity_page .header-menues ul.sub-nav__list > li.menu__item.sub-nav__item:first-child {
            margin-left: 0; }
          body.local_entity_page #condo_nav ul.sub-nav__list > li.menu__item.sub-nav__item:last-child, body.local_entity_page .header-menues ul.sub-nav__list > li.menu__item.sub-nav__item:last-child {
            margin-right: 0; }
    body.local_entity_page #condo_nav .view-display-id-condo_nav ul li:first-child {
      margin-left: 20px; } }
  body.local_entity_page .main-container > .row > section.col-sm-12 > .region-content {
    margin: 0 15px 35px; }
  body.local_entity_page .main-container > .row > section:first-of-type {
    margin-top: 35px; }
  body.local_entity_page h3 {
    margin-top: 40px; }
  body.local_entity_page .calloutBox {
    padding: 20px;
    margin: 50px 0 40px;
    text-align: center; }
  body.local_entity_page li span.headline {
    font-size: inherit !important;
    font-weight: normal; }
  body.local_entity_page .field-collection-item-field-sections .field-name-field-sub-title {
    margin: 0 0 20px;
    font-size: 30px;
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    /*serif*/
    padding: 0;
    font-weight: bold;
    line-height: 120%; }
  body.local_entity_page article .paragraphs-item-1-column-no-headline, body.local_entity_page article .paragraphs-item-expert-show-view, body.local_entity_page article .field-name-body, body.local_entity_page article .article .article-header, body.local_entity_page article .field-name-field-post-byline, body.local_entity_page article .field-name-field-slideshow-image-file, body.local_entity_page article h1.page-header, body.local_entity_page article .field-name-field-source, body.local_entity_page article article footer, body.local_entity_page article .field-name-field-published-date, body.local_entity_page article .field-name-field-contact, body.local_entity_page article .field-name-field-about-organization, body.local_entity_page article .field-name-field-related-interests, body.local_entity_page article .field-name-field-sub-title, body.local_entity_page article .field-name-download-link, body.local_entity_page article .field-name-facebook-likes, body.local_entity_page article .field-name-facebook-comments {
    width: 100% !important;
    margin: 0;
    padding: 0; }
  body.local_entity_page article table {
    width: 100% !important; }
  body.local_entity_page .node-blog.view-mode-featured_threequarters .group-right IMG {
    vertical-align: middle;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 auto 8px !important;
    width: auto !important;
    height: auto !important; }
  @media (min-width: 768px) {
    body.local_entity_page .ds-2col-stacked-fluid > .group-right .field-name-field-section-image {
      margin-left: 20px; } }
  body.local_entity_page p:last-child {
    margin-bottom: 20px; }
  body.local_entity_page .divmargintop {
    margin-top: 30px; }
  body.local_entity_page .divmarginbot {
    margin-bottom: 30px; }
  body.local_entity_page .divpaddingtop {
    padding-top: 30px; }
  body.local_entity_page .divpaddingbot {
    margin-top: 30px; }
  body.local_entity_page #block-views-sc-entity-oars-oars-list .view-header {
    height: 20px; }
    body.local_entity_page #block-views-sc-entity-oars-oars-list .view-header .oars_tab {
      float: left;
      width: 80px;
      height: 20px; }
  body.local_entity_page #block-views-sc-entity-oars-oars-list .view-content, body.local_entity_page #block-views-sc-entity-oars-oars-map, body.local_entity_page #block-views-sc-entity-oars-oars-calendar {
    height: 450px;
    overflow: scroll;
    width: 100%; }
  body.local_entity_page .oars-hide #block-quicktabs-oars, body.local_entity_page .oars-nothing #block-quicktabs-oars {
    display: none; }
  body.local_entity_page .oars-show #block-quicktabs-oars {
    display: block; }
  body.local_entity_page .textAlignLeft {
    text-align: left; }
  body.local_entity_page .textAlignRight {
    text-align: right; }
  body.local_entity_page .textAlignCenter {
    text-align: center; }
  body.local_entity_page .smallest {
    font-size: xx-small; }
  body.local_entity_page .smaller {
    font-size: x-small; }
  body.local_entity_page .small {
    font-size: small; }
  body.local_entity_page .normal {
    font-size: medium; }
  body.local_entity_page .large {
    font-size: large; }
  body.local_entity_page .larger {
    font-size: x-large; }
  body.local_entity_page .largest {
    font-size: xx-large; }
  body.local_entity_page .floatLeftMargin {
    float: left;
    margin: 0 10px 10px 0; }
  body.local_entity_page .floatRightMargin {
    float: right;
    margin: 0 0 10px 10px; }
  body.local_entity_page .floatLeft {
    float: left; }
  body.local_entity_page .floatRight {
    float: right; }
  body.local_entity_page .box50 {
    width: 50%;
    min-width: 240px; }
  body.local_entity_page .box33 {
    width: 33%;
    min-width: 120px; }
  body.local_entity_page .box25 {
    width: 25%;
    min-width: 120px; }
  body.local_entity_page .calloutBox {
    padding: 3px 12px;
    margin: 30px 0; }
  body.local_entity_page .dividerThick {
    /* defined in colors.css */ }
  body.local_entity_page .paddingTop {
    padding-top: 30px; }
  body.local_entity_page .marginTop {
    margin-top: 30px; }
  body.local_entity_page .marginBot {
    margin-top: 30px; }
  body.local_entity_page .paddingBot {
    padding-top: 30px; }
  body.local_entity_page .autoresize {
    /* resize script looks for this in extended-script.js */ }
  body.local_entity_page .col25:last-child {
    padding-right: 0; }
  body.local_entity_page .col33:last-child {
    padding-right: 0; }
  body.local_entity_page .col50:last-child {
    padding-right: 0; }
  @media (min-width: 768px) {
    body.local_entity_page .col25 {
      float: left;
      width: 50%;
      padding-right: 12px; }
    body.local_entity_page .col25:nth-child(2) {
      padding-right: 12px; }
    body.local_entity_page .col25:nth-child(3) {
      clear: left; }
    body.local_entity_page .col33 {
      float: left;
      width: 33%;
      padding-right: 18px; }
    body.local_entity_page .col50 {
      float: left;
      width: 50%;
      padding-right: 24px; } }
  @media (min-width: 1200px) {
    body.local_entity_page .col25 {
      float: left;
      width: 25%;
      padding-right: 12px; }
    body.local_entity_page .col25:nth-child(2) {
      padding-right: 0; }
    body.local_entity_page .col25:nth-child(3) {
      clear: none; } }
  body.local_entity_page IFRAME#jqmContent {
    width: 100%; }
  body.local_entity_page .feedburnerFeedBlock li .headline {
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    font-weight: bold; }
  body.local_entity_page .field-name-field-top-slideshow {
    padding-bottom: 50px; }
  body.local_entity_page .field-slideshow-wrapper {
    background-color: #003B4A;
    position: relative; }
  body.local_entity_page #field-slideshow-1-wrapper {
    z-index: 0; }
  body.local_entity_page .field-slideshow-controls {
    position: absolute;
    width: 100%;
    z-index: 60;
    left: 0;
    margin: 0; }
  body.local_entity_page .field-slideshow-controls .prev, body.local_entity_page .field-slideshow-controls .next {
    display: inline-block;
    background-color: #003B4A;
    color: #fff;
    padding: 8px 50px;
    height: 33px; }
  body.local_entity_page .field-slideshow-controls .prev {
    float: left; }
  body.local_entity_page .field-slideshow-controls .next {
    float: right; }
  body.local_entity_page .field-slideshow-caption {
    background-color: #003B4A;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  body.local_entity_page .field-slideshow-caption div {
    padding: 8px; }
  body.local_entity_page .field-slideshow-pager {
    font-size: xx-large;
    text-align: right; }
  body.local_entity_page .field-slideshow-pager span {
    color: #F7BE00; }
  body.local_entity_page #block-views-sc-entity-social-network-icons {
    margin: 50px 30px 10px; }
    body.local_entity_page #block-views-sc-entity-social-network-icons .view-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
      body.local_entity_page #block-views-sc-entity-social-network-icons .view-content > div a {
        display: inline-block;
        width: 50px;
        height: 50px;
        -webkit-border-radius: 25px;
                border-radius: 25px;
        background-color: #54666F;
        color: #fff;
        text-align: center;
        padding-top: 9px; }
        body.local_entity_page #block-views-sc-entity-social-network-icons .view-content > div a:hover {
          background-color: #393B3C; }
  body.local_entity_page #block-views-sc-entity-block-1 {
    margin: 0 30px; }
    body.local_entity_page #block-views-sc-entity-block-1 .view-content > DIV {
      margin: 20px 0; }
      body.local_entity_page #block-views-sc-entity-block-1 .view-content > DIV .btn {
        width: 100%; }
  body.local_entity_page aside .default-image {
    text-align: center;
    background: #9F9F9B;
    width: 230px;
    height: 230px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    line-height: 230px;
    margin: 0 auto 20px; }
    body.local_entity_page aside .default-image svg {
      color: #fff;
      vertical-align: middle; }
  body.local_entity_page aside iframe {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  body.local_entity_page aside strong {
    color: #003B4A; }
  body.local_entity_page aside hr {
    margin: 50px 30px 40px; }
  body.local_entity_page aside .fa-pen-alt {
    margin-top: 55px; }
  body.local_entity_page aside .card-container h3 {
    margin-top: 0px; }
  body.local_entity_page aside .card.card-type--addup {
    width: 100%;
    max-width: 640px;
    margin-top: 40px;
    padding-bottom: 0;
    margin-bottom: 0; }
    body.local_entity_page aside .card.card-type--addup HR {
      margin-top: 40px;
      margin-bottom: 0; }
  body.local_entity_page aside .card-container P {
    width: 100%; }
  body.local_entity_page aside .card-container, body.local_entity_page aside .card-container P {
    text-align: center; }
  body.local_entity_page aside .card-container .btn {
    margin: auto auto 0; }
  body.local_entity_page aside .block-localentity-action-blocks {
    /*hr:last-child { margin-top: 40px; margin-bottom: 0; }*/ }
  body.local_entity_page aside .view-tpl-override:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  body.local_entity_page aside .sbMarginTop {
    margin-top: 0; }
  body.local_entity_page aside .sbMarginBot {
    margin-bottom: 0; }
  body.local_entity_page aside DIV > h1, body.local_entity_page aside DIV > h2, body.local_entity_page aside DIV > h3, body.local_entity_page aside DIV > h4, body.local_entity_page aside DIV > h5, body.local_entity_page aside DIV > h6 {
    text-align: center; }
    body.local_entity_page aside DIV > h1:first-child, body.local_entity_page aside DIV > h2:first-child, body.local_entity_page aside DIV > h3:first-child, body.local_entity_page aside DIV > h4:first-child, body.local_entity_page aside DIV > h5:first-child, body.local_entity_page aside DIV > h6:first-child {
      margin-top: 0;
      margin-bottom: 1.2em; }
  body.local_entity_page #block-views-sc-entity-email-form > DIV, body.local_entity_page #block-views-4df978aa109793fcda8e213437b8f745 > DIV,
  body.local_entity_page #block-views-sc-entity-custom-sidebar > DIV {
    padding-left: 20px;
    padding-right: 20px; }
  body.local_entity_page #block-views-sc-entity-email-form input[type=text] {
    border-color: #508142; }
  body.local_entity_page #block-views-sc-entity-email-form #email_submit {
    border-color: #508142;
    background-color: #508142; }
    body.local_entity_page #block-views-sc-entity-email-form #email_submit:hover {
      background-color: #fff;
      color: #508142; }
  body.local_entity_page .Signup_disclaimer {
    font-size: small;
    margin-top: 10px; }
  body.local_entity_page #block-views-4df978aa109793fcda8e213437b8f745 .btn {
    background-color: #DF2700; }
    body.local_entity_page #block-views-4df978aa109793fcda8e213437b8f745 .btn:hover {
      color: #fff;
      background-color: #F7BE00; }
  body.local_entity_page #joinLink {
    margin-right: 6px; }
  body.local_entity_page #donateLink {
    margin-left: 6px; }
    body.local_entity_page #donateLink:after {
      -webkit-transform: skew(20deg, 0deg) translate(10px, 0) rotate(0.02deg);
          -ms-transform: skew(20deg, 0deg) translate(10px, 0) rotate(0.02deg);
              transform: skew(20deg, 0deg) translate(10px, 0) rotate(0.02deg); }
    body.local_entity_page #donateLink:hover:after {
      -webkit-transform: skew(-20deg, 0deg) translate(10px, 0) rotate(0.02deg);
          -ms-transform: skew(-20deg, 0deg) translate(10px, 0) rotate(0.02deg);
              transform: skew(-20deg, 0deg) translate(10px, 0) rotate(0.02deg); }
  body.local_entity_page .footer-legal-links.row {
    margin-top: 0; }
    body.local_entity_page .footer-legal-links.row > div {
      padding: 0; }
  body.local_entity_page #national_footer {
    margin-top: 0; }
  body.local_entity_page .logo {
    text-align: right; }
    body.local_entity_page .logo .footer-branding .sc-logo {
      width: 176px;
      height: 61px; }
  @media (max-width: 1024px) {
    body.local_entity_page .footer-branding {
      text-align: center;
      margin-top: 40px; } }
  body.local_entity_page #block-views-sc-entity-block-3 {
    margin-bottom: 60px;
    font-size: 18px;
    color: white; }
    body.local_entity_page #block-views-sc-entity-block-3 a {
      display: block;
      font-weight: 700;
      margin: 0 0 15px;
      text-decoration: underline; }
      body.local_entity_page #block-views-sc-entity-block-3 a:last-of-type {
        margin: 0; }
      @media (min-width: 768px) {
        body.local_entity_page #block-views-sc-entity-block-3 a {
          display: inline-block;
          margin: 0 40px 0 0; }
          body.local_entity_page #block-views-sc-entity-block-3 a:last-of-type {
            margin: 0; } }
      body.local_entity_page #block-views-sc-entity-block-3 a:hover, body.local_entity_page #block-views-sc-entity-block-3 a:focus {
        color: #89D2D8; }
  body.local_entity_page .contextual-links-region p {
    color: inherit; }
  body.local_entity_page .embed-responsive {
    margin: 0; }
  body.local_entity_page h1.page-header {
    text-align: left;
    margin: 20px 0 20px;
    padding: 0;
    width: 100%; }
    @media (min-width: 992px) {
      body.local_entity_page h1.page-header {
        margin: 20px 0 30px;
        width: 100%; } }
    @media (min-width: 1200px) {
      body.local_entity_page h1.page-header {
        width: 100%; } }
  body.local_entity_page .col-sm-12 h1.page-header {
    margin-left: 15px;
    margin-right: 15px; }
  @media (min-width: 992px) {
    body.local_entity_page .node.view-mode-full .field-name-body {
      padding: 0;
      width: 100%; } }
  @media (min-width: 1200px) {
    body.local_entity_page .node.view-mode-full .field-name-body {
      width: 100%; } }
  body.local_entity_page .node.view-mode-full .field-name-body, body.local_entity_page .node.view-mode-full .field-name-post-date, body.local_entity_page .node.view-mode-full .field-slideshow-slide {
    margin: 0;
    padding: 0;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      body.local_entity_page .node.view-mode-full .field-name-body, body.local_entity_page .node.view-mode-full .field-name-post-date, body.local_entity_page .node.view-mode-full .field-slideshow-slide {
        margin-bottom: 50px; } }
  body.local_entity_page .node.view-mode-full .field-type-text-with-summary span, body.local_entity_page .node.view-mode-full .field-type-text span, body.local_entity_page .node.view-mode-full .field-type-text-with-summary a[style], body.local_entity_page .node.view-mode-full .field-type-text a[style], body.local_entity_page .node.view-mode-full .field-type-text-with-summary div[style], body.local_entity_page .node.view-mode-full .field-type-text div[style] {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important; }
  body.local_entity_page .field-name-post-date {
    color: #54666F; }
  body.local_entity_page #block-views-sc-entity-issues-blog-name h2 {
    font-size: 28px; }
  body.local_entity_page .block-views .field-name-field-image img {
    width: 100px;
    height: auto; }
  body.local_entity_page .view .field-name-title h2 {
    font-size: 22px; }
  body.local_entity_page .view .views-row {
    clear: left; }
    body.local_entity_page .view .views-row > div {
      margin-bottom: 35px; }
  body.local_entity_page #national_feed {
    margin-bottom: 50px; }
    body.local_entity_page #national_feed h3 {
      margin-bottom: .7em; }
    body.local_entity_page #national_feed .views-row > .views-field-title {
      margin-bottom: 0; }
    body.local_entity_page #national_feed .views-row > .views-field-body {
      margin-bottom: 10px; }
  body.local_entity_page .field-name-body .scstandard-button {
    line-height: 3; }
  body.local_entity_page .view-sc-entity-issues .views-row .ds-2col {
    width: 100%;
    display: grid;
    grid-template-columns: 120px auto;
    margin-bottom: 30px; }
  body.local_entity_page .view-sc-entity-issues .views-row .ds-2col > contextual-links-wrapper {
    display: contents; }
  body.local_entity_page .view-sc-entity-issues .views-row .ds-2col:before, body.local_entity_page .view-sc-entity-issues .views-row .ds-2col:after {
    display: none !important; }
  body.local_entity_page .view-sc-entity-issues .views-row .ds-2col .group-left {
    width: auto; }
  body.local_entity_page .view-sc-entity-issues .views-row .ds-2col .group-left img {
    background-color: #fff;
    margin-top: 0;
    padding-bottom: 30px; }
  body.local_entity_page .view-sc-entity-issues .views-row .ds-2col .group-left > div {
    margin-right: 20px; }
  body.local_entity_page .view-sc-entity-issues .views-row .ds-2col .group-right {
    width: auto; }
  body.local_entity_page .view-sc-entity-issues .views-row .ds-2col h2, body.local_entity_page .view-sc-entity-issues .views-row .ds-2col h3 {
    margin-top: 0; }
  body.local_entity_page .page-list {
    margin-top: 35px; }
  body.local_entity_page .feed-icon {
    float: right;
    margin-top: -27px; }
  body.local_entity_page .view-display-id-blog_more_link {
    border-top: 1px solid #ddd; }
  body.local_entity_page .oars-content, body.local_entity_page .listed-sub-content {
    margin-top: 50px; }
  body.local_entity_page .field-name-field-sections, body.local_entity_page #block-views-sc-entity-issues-blog-more-link {
    margin-bottom: 50px; }
  body.local_entity_page .field-collection-container .field-items .field-item {
    margin-bottom: 35px; }
    body.local_entity_page .field-collection-container .field-items .field-item:last-child {
      margin-bottom: 0; }
  body.local_entity_page section > ul.action-links {
    width: 160px;
    margin: 10px auto;
    padding: 0;
    position: relative;
    border: 2px solid #EB9200;
    background: #EB9200;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    body.local_entity_page section > ul.action-links li > a {
      background: #EB9200;
      color: black; }
      body.local_entity_page section > ul.action-links li > a:hover {
        border-width: 0; }
    body.local_entity_page section > ul.action-links:hover {
      background: #fff; }
      body.local_entity_page section > ul.action-links:hover li > a {
        background: #fff; }
  body.local_entity_page #search-box-wrapper {
    margin: 0 auto 50px auto; }
    body.local_entity_page #search-box-wrapper .gsc-search-button-v2, body.local_entity_page #search-box-wrapper .gsc-search-button-v2:hover, body.local_entity_page #search-box-wrapper .gsc-search-button-v2:focus {
      border-color: #666666;
      background-color: #00bed6;
      border-color: #00a7bd;
      height: 34px; }
    body.local_entity_page #search-box-wrapper .gsc-search-button-v2:hover, body.local_entity_page #search-box-wrapper .gsc-search-button-v2:focus {
      background-color: #008ea6;
      border-color: #00879d; }
    body.local_entity_page #search-box-wrapper #search-results {
      display: none; }
    body.local_entity_page #search-box-wrapper .search-results-tools {
      font-size: 11px;
      margin: 5px 0; }
  body.local_entity_page blockquote {
    border: none;
    color: #393B3C;
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.1;
    margin: 25px auto 25px 25px;
    max-width: 100%;
    padding: 0;
    position: static;
    text-align: left; }
    body.local_entity_page blockquote::before {
      background: transparent no-repeat center;
      background-image: none;
      content: '';
      display: none; }
    @media (min-width: 1200px) {
      body.local_entity_page blockquote {
        font-size: inherit;
        margin: 25px auto 25px 25px;
        max-width: 100%; } }
    body.local_entity_page blockquote .quote-attribution {
      color: #003B4A;
      font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.1;
      text-transform: uppercase; }
  body.local_entity_page .calloutBox {
    clear: both;
    margin: 40px;
    border: 1px solid #393B3C;
    padding: 15px; }
  body.local_entity_page .more-link a, body.local_entity_page .readmore a {
    font-weight: bold; }
    body.local_entity_page .more-link a:before, body.local_entity_page .readmore a:before {
      content: "\f330";
      font: normal normal normal 14px/1 "Font Awesome 5 Pro"; }
  body.local_entity_page .field-name-body a:not(.btn):not(.scstandard-button), body.local_entity_page .field-name-field-sections a:not(.btn):not(.scstandard-button), body.local_entity_page #container a:not(.btn):not(.scstandard-button), body.local_entity_page #national_feed a:not(.btn):not(.scstandard-button) {
    /*@extend %trapezoid-underline;*/
    border: none;
    color: #008294;
    font-weight: 700; }
    body.local_entity_page .field-name-body a:not(.btn):not(.scstandard-button):hover, body.local_entity_page .field-name-body a:not(.btn):not(.scstandard-button):focus, body.local_entity_page .field-name-field-sections a:not(.btn):not(.scstandard-button):hover, body.local_entity_page .field-name-field-sections a:not(.btn):not(.scstandard-button):focus, body.local_entity_page #container a:not(.btn):not(.scstandard-button):hover, body.local_entity_page #container a:not(.btn):not(.scstandard-button):focus, body.local_entity_page #national_feed a:not(.btn):not(.scstandard-button):hover, body.local_entity_page #national_feed a:not(.btn):not(.scstandard-button):focus {
      text-decoration: underline;
      color: #508142 !important; }
  body.local_entity_page #container #calendar_canvas, body.local_entity_page #container #table_canvas, body.local_entity_page #container #map_canvas_holder {
    z-index: 0 !important; }

.mceContentBody blockquote {
  border: none;
  color: #393B3C;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.1;
  margin: 25px auto 25px 25px;
  max-width: 100%;
  padding: 0;
  position: static;
  text-align: left; }
  .mceContentBody blockquote::before {
    background: transparent no-repeat center;
    background-image: none;
    content: '';
    display: none; }
  @media (min-width: 1200px) {
    .mceContentBody blockquote {
      font-size: inherit;
      margin: 25px auto 25px 25px;
      max-width: 100%; } }
  .mceContentBody blockquote .quote-attribution {
    color: #003B4A;
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase; }

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

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

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

.mceContentBody .smallest {
  font-size: xx-small; }

.mceContentBody .smaller {
  font-size: x-small; }

.mceContentBody .small {
  font-size: small; }

.mceContentBody .normal {
  font-size: medium; }

.mceContentBody .large {
  font-size: large; }

.mceContentBody .larger {
  font-size: x-large; }

.mceContentBody .largest {
  font-size: xx-large; }

.mceContentBody .floatLeftMargin {
  float: left;
  margin: 0 10px 10px 0; }

.mceContentBody .floatRightMargin {
  float: right;
  margin: 0 0 10px 10px; }

.mceContentBody .floatLeft {
  float: left; }

.mceContentBody .floatRight {
  float: right; }

.mceContentBody .box50 {
  width: 50%;
  min-width: 240px; }

.mceContentBody .box33 {
  width: 33%;
  min-width: 120px; }

.mceContentBody .box25 {
  width: 25%;
  min-width: 120px; }

.mceContentBody .calloutBox {
  padding: 3px 12px;
  margin: 30px 0; }

.mceContentBody .dividerThick {
  /* defined in colors.css */ }

.mceContentBody .paddingTop {
  padding-top: 30px; }

.mceContentBody .top-item {
  margin-top: 0px; }

.mceContentBody .marginTop {
  margin-top: 30px; }

.mceContentBody .marginBot {
  margin-top: 30px; }

.mceContentBody .paddingBot {
  padding-top: 30px; }

.mceContentBody .autoresize {
  /* resize script looks for this in extended-script.js */ }

.mceContentBody .col25:last-child {
  padding-right: 0; }

.mceContentBody .col33:last-child {
  padding-right: 0; }

.mceContentBody .col50:last-child {
  padding-right: 0; }

@media (min-width: 768px) {
  .mceContentBody .col25 {
    float: left;
    width: 50%;
    padding-right: 12px; }
  .mceContentBody .col25:nth-child(2) {
    padding-right: 12px; }
  .mceContentBody .col25:nth-child(3) {
    clear: left; }
  .mceContentBody .col33 {
    float: left;
    width: 33%;
    padding-right: 18px; }
  .mceContentBody .col50 {
    float: left;
    width: 50%;
    padding-right: 24px; } }

@media (min-width: 1200px) {
  .mceContentBody .col25 {
    float: left;
    width: 25%;
    padding-right: 12px; }
  .mceContentBody .col25:nth-child(2) {
    padding-right: 0; }
  .mceContentBody .col25:nth-child(3) {
    clear: none; } }

.mceContentBody .calloutBox {
  clear: both;
  margin: 40px;
  border: 1px solid #393B3C;
  padding: 15px; }

.mceContentBody IFRAME#jqmContent {
  width: 100%; }

.mceContentBody .grid-group {
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px; }

@media (min-width: 400px) {
  .mceContentBody .grid-group {
    grid-template-columns: auto auto; } }

@media (min-width: 772px) {
  .mceContentBody .grid-group .group-2 {
    grid-template-columns: auto auto; }
  .mceContentBody .grid-group .group-3 {
    grid-template-columns: auto auto auto; }
  .mceContentBody .grid-group .group-4 {
    grid-template-columns: auto auto auto auto; } }

.mceContentBody .grid-item h3 {
  font-size: large; }

body.local_entity_page.color-orange #entity_branding h1, body.local_entity_page.color-green #entity_branding h1 {
  border-left: 2px solid #508142;
  /* 5cbc6a */
  color: #508142;
  /* 00522f */ }

body.local_entity_page.color-orange #mobileEntityTitle, body.local_entity_page.color-green #mobileEntityTitle {
  background: #508142;
  color: #fff; }

body.local_entity_page.color-orange .mobile-menu-top-giving, body.local_entity_page.color-green .mobile-menu-top-giving {
  background: #508142; }

body.local_entity_page.color-orange.nav-active button.nav-toggle:before, body.local_entity_page.color-green.nav-active button.nav-toggle:before {
  background-color: #fff; }

body.local_entity_page.color-orange.nav-active button.nav-toggle:after, body.local_entity_page.color-green.nav-active button.nav-toggle:after {
  background-color: #fff; }

@media (max-width: 1024px) {
  body.local_entity_page.color-orange #condo_nav, body.local_entity_page.color-orange .mobile-menu section, body.local_entity_page.color-green #condo_nav, body.local_entity_page.color-green .mobile-menu section {
    background-color: #508142; } }

@media (min-width: 1024px) {
  body.local_entity_page.color-orange #condo_nav, body.local_entity_page.color-orange .header-menues, body.local_entity_page.color-green #condo_nav, body.local_entity_page.color-green .header-menues {
    background-color: #508142; } }

body.local_entity_page.color-orange .field-slideshow-wrapper, body.local_entity_page.color-green .field-slideshow-wrapper {
  background-color: #508142; }

body.local_entity_page.color-orange .field-slideshow-controls .prev, body.local_entity_page.color-orange .field-slideshow-controls .next, body.local_entity_page.color-green .field-slideshow-controls .prev, body.local_entity_page.color-green .field-slideshow-controls .next {
  background-color: #508142;
  color: #fff; }

body.local_entity_page.color-orange .field-slideshow-caption, body.local_entity_page.color-green .field-slideshow-caption {
  background-color: #508142;
  color: #fff; }

body.local_entity_page.color-orange .field-slideshow-pager span, body.local_entity_page.color-green .field-slideshow-pager span {
  color: #F7BE00; }

body.local_entity_page.color-orange aside strong, body.local_entity_page.color-green aside strong {
  color: #508142; }

body.local_entity_page.color-orange aside input[type=submit].btn-forest-green, body.local_entity_page.color-green aside input[type=submit].btn-forest-green {
  background-color: #008294;
  border-color: #008294;
  color: #fff; }
  body.local_entity_page.color-orange aside input[type=submit].btn-forest-green:hover, body.local_entity_page.color-orange aside input[type=submit].btn-forest-green:focus, body.local_entity_page.color-green aside input[type=submit].btn-forest-green:hover, body.local_entity_page.color-green aside input[type=submit].btn-forest-green:focus {
    background-color: #fff;
    color: #008294; }

body.local_entity_page.color-orange #block-views-sc-entity-email-form input[type=text], body.local_entity_page.color-green #block-views-sc-entity-email-form input[type=text] {
  border-color: #008294; }

body.local_entity_page.color-orange #block-views-sc-entity-email-form #email_submit, body.local_entity_page.color-green #block-views-sc-entity-email-form #email_submit {
  border-color: #003B4A;
  background-color: #003B4A; }
  body.local_entity_page.color-orange #block-views-sc-entity-email-form #email_submit:hover, body.local_entity_page.color-green #block-views-sc-entity-email-form #email_submit:hover {
    background-color: #fff;
    color: #003B4A; }

body.local_entity_page.color-orange h2, body.local_entity_page.color-orange .page-title, body.local_entity_page.color-green h2, body.local_entity_page.color-green .page-title {
  color: #595959; }

body.local_entity_page.color-orange footer.footer, body.local_entity_page.color-green footer.footer {
  background: #508142; }

/**
 * Vendor
 */
#at-share-dock {
  -webkit-box-shadow: none;
          box-shadow: none; }

#at-custom-sidebar {
  border: solid 3px #008294 !important;
  left: -2px; }

/* sharing menu, hide counter because it affects mobile centering */
.at-custom-mobile-bar .at-custom-mobile-bar-counter {
  display: none !important; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 40px;
  line-height: 38px;
  min-width: 160px;
  outline: none;
  padding-left: 15px;
  padding-right: 27px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  @media (min-width: 768px) {
    .nice-select {
      margin-left: 5px;
      padding-right: 45px; } }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #E6E7E8; }
  .nice-select::after {
    border-bottom: 2px solid #508142;
    border-right: 2px solid #508142;
    content: '';
    display: block;
    height: 8px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px; }
  .page-filters .nice-select::before {
    background: #E6E7E8;
    bottom: 0;
    content: '';
    display: block;
    height: 150%;
    left: 0;
    margin-top: -15px;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 100%;
    z-index: -1; }
  .nice-select.open {
    background: #E6E7E8;
    -webkit-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0; }
    .nice-select.open::after {
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
    .page-filters .nice-select.open::before {
      opacity: 1; }
    .nice-select.open .list {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: scale(1) translateY(0);
          -ms-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #7c7c7c;
    color: #555555;
    pointer-events: none; }
    .nice-select.disabled::after {
      border-color: #81b772; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 14px;
    height: 34px;
    line-height: 32px; }
    .nice-select.small::after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 32px;
      min-height: 32px; }
  .nice-select .current {
    color: #508142;
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    font-weight: 700; }
  .nice-select .list {
    background-color: #E6E7E8;
    border: none;
    -webkit-border-radius: 0 4px 4px 4px;
            border-radius: 0 4px 4px 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #003B4A;
    margin: 0;
    min-width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 15px 0 5px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-20px);
        -ms-transform: scale(0.75) translateY(-20px);
            transform: scale(0.75) translateY(-20px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
    .nice-select .list::before {
      background: #fff;
      content: '';
      display: block;
      height: 1px;
      left: 15px;
      position: absolute;
      top: 9px;
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px); }
  .nice-select .option {
    cursor: pointer;
    font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    list-style: none;
    min-height: 38px;
    outline: none;
    padding: 0 15px;
    text-align: left;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus {
      color: #508142; }
    .nice-select .option.selected {
      color: #003B4A;
      font-family: "Sentinel A", "Sentinel B", serif;
      font-style: italic;
      font-weight: 400; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #555555;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/**
 * Utility
 */
.container {
  max-width: 1180px;
  width: 100%; }

.center-block {
  float: none; }

.no-scroll,
.no-scroll body {
  height: 100vh;
  max-height: 100%;
  overflow: hidden;
  position: relative; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.flex-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.clear {
  clear: both; }

.rotate-left {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.paddingtop {
  padding-top: 50px; }

.paddingbot {
  padding-bottom: 40px; }

.alert.messages {
  position: relative;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 3px solid green;
  background: #efefef;
  color: black; }
  .alert.messages .close {
    border: none;
    background: transparent;
    color: navy; }

li.krumo-footnote span.krumo-call {
  overflow: hidden;
  display: block; }
