@charset "UTF-8";
/*
font-family: 'gmu', sans-serif;
font-family: 'FormataMedium', sans-serif;
font-family: 'FormataRegular', sans-serif;
font-family: 'FormataLight', sans-serif;
font-family: 'BebasNeueRegular', sans-serif;
font-family: 'TheSansB3Light', sans-serif;
font-family: 'TheSansB7Bold', sans-serif;
font-family: 'TheSansB4SemiLight', sans-serif;
font-family: 'TheSansB5Plain', sans-serif;
*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 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 {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !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, .item-list .pager-load-more li a > .caret,
.dropup > .btn > .caret,
.item-list .pager-load-more li .dropup > a > .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 {
  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: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

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

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

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

.glyphicon-th:before {
  content: "";
}

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

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

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

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

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

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

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

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

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

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

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

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

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

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

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-list:before {
  content: "";
}

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

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

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

.glyphicon-picture:before {
  content: "";
}

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

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

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

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

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

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

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

.glyphicon-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.glyphicon-screenshot:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

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

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

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

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

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

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

.glyphicon-retweet:before {
  content: "";
}

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

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

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

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

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

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

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

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

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

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

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

.glyphicon-flash:before {
  content: "";
}

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

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

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

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

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

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

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

.glyphicon-subtitles:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "";
}

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

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

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

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

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

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

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

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

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

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

.glyphicon-education:before {
  content: "";
}

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

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

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

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

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

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

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

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

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

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

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

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

body {
  font-family: "TheSansB5Plain", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: gray;
  background-color: #e4e6d7;
}

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

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "TheSansB7Bold", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #272727;
}
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: 21px;
  margin-bottom: 10.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

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

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

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

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

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

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

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

p {
  margin: 0 0 10.5px;
}

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

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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: #006633;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

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

dt,
dd {
  line-height: 1.2;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.2;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.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: " —";
}

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.2;
}

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

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

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1140px;
  }
}

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

.row {
  margin-left: 0;
  margin-right: 0;
}
.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: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-2 {
    width: 16.6666666667%;
  }

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

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

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

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

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

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

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

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

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

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

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

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

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

  .col-md-2 {
    width: 16.6666666667%;
  }

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

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

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

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

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

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

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

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

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

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

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

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .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.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

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

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

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

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

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

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

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

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

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

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

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

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .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: 21px;
}
.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.2;
  vertical-align: top;
  border-top: 1px solid #006633;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #006633;
}
.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 #006633;
}
.table .table {
  background-color: #e4e6d7;
}

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #006633;
  }
  .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: 21px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.2;
  color: gray;
}

.form-control, .webform-client-form .form-textarea, .webform-client-form .form-text, .webform-client-form select {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 12px;
  font-size: 18px;
  color: gray;
  background-color: #e4e6d7;
  background-image: none;
  border: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-moz-placeholder, .webform-client-form .form-textarea::-moz-placeholder, .webform-client-form .form-text::-moz-placeholder, .webform-client-form select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .webform-client-form .form-textarea:-ms-input-placeholder, .webform-client-form .form-text:-ms-input-placeholder, .webform-client-form select:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder, .webform-client-form .form-textarea::-webkit-input-placeholder, .webform-client-form .form-text::-webkit-input-placeholder, .webform-client-form select::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand, .webform-client-form .form-textarea::-ms-expand, .webform-client-form .form-text::-ms-expand, .webform-client-form select::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .webform-client-form [disabled].form-textarea, .webform-client-form [disabled].form-text, .webform-client-form select[disabled], .form-control[readonly], .webform-client-form [readonly].form-textarea, .webform-client-form [readonly].form-text, .webform-client-form select[readonly], fieldset[disabled] .form-control, fieldset[disabled] .webform-client-form .form-textarea, .webform-client-form fieldset[disabled] .form-textarea, fieldset[disabled] .webform-client-form .form-text, fieldset[disabled] .webform-client-form select, .webform-client-form fieldset[disabled] .form-text, .webform-client-form fieldset[disabled] select {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled], .webform-client-form [disabled].form-textarea, .webform-client-form [disabled].form-text, .webform-client-form select[disabled], fieldset[disabled] .form-control, fieldset[disabled] .webform-client-form .form-textarea, .webform-client-form fieldset[disabled] .form-textarea, fieldset[disabled] .webform-client-form .form-text, fieldset[disabled] .webform-client-form select, .webform-client-form fieldset[disabled] .form-text, .webform-client-form fieldset[disabled] select {
  cursor: not-allowed;
}

textarea.form-control, .webform-client-form textarea.form-textarea, .webform-client-form textarea.form-text {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, .webform-client-form input[type=date].form-textarea, .webform-client-form input[type=date].form-text,
input[type=time].form-control,
.webform-client-form input[type=time].form-textarea,
.webform-client-form input[type=time].form-text,
input[type=datetime-local].form-control,
.webform-client-form input[type=datetime-local].form-textarea,
.webform-client-form input[type=datetime-local].form-text,
input[type=month].form-control,
.webform-client-form input[type=month].form-textarea,
.webform-client-form input[type=month].form-text {
    line-height: 56px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 40px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 60px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  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: 39px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .webform-client-form .input-group-lg > .form-control-static.form-textarea, .webform-client-form .input-group-lg > .form-control-static.form-text, .webform-client-form .input-group-lg > select.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.item-list .pager-load-more li .input-group-lg > .input-group-btn > a.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .webform-client-form .input-group-sm > .form-control-static.form-textarea, .webform-client-form .input-group-sm > .form-control-static.form-text, .webform-client-form .input-group-sm > select.form-control-static,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.item-list .pager-load-more li .input-group-sm > .input-group-btn > a.form-control-static {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control, .webform-client-form .input-group-sm > .form-textarea, .webform-client-form .input-group-sm > .form-text, .webform-client-form .input-group-sm > select,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.item-list .pager-load-more li .input-group-sm > .input-group-btn > a {
  height: 40px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

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

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

.form-group-sm .form-control, .form-group-sm .webform-client-form .form-textarea, .webform-client-form .form-group-sm .form-textarea, .form-group-sm .webform-client-form .form-text, .form-group-sm .webform-client-form select, .webform-client-form .form-group-sm .form-text, .webform-client-form .form-group-sm select {
  height: 40px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control, .form-group-sm .webform-client-form select, .webform-client-form .form-group-sm select {
  height: 40px;
  line-height: 40px;
}
.form-group-sm textarea.form-control, .form-group-sm .webform-client-form textarea.form-textarea, .webform-client-form .form-group-sm textarea.form-textarea, .form-group-sm .webform-client-form textarea.form-text, .webform-client-form .form-group-sm textarea.form-text,
.form-group-sm select[multiple].form-control,
.form-group-sm .webform-client-form select[multiple],
.webform-client-form .form-group-sm select[multiple] {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 40px;
  min-height: 35px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, .webform-client-form .input-group-lg > .form-textarea, .webform-client-form .input-group-lg > .form-text, .webform-client-form .input-group-lg > select,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.item-list .pager-load-more li .input-group-lg > .input-group-btn > a {
  height: 60px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

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

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

.form-group-lg .form-control, .form-group-lg .webform-client-form .form-textarea, .webform-client-form .form-group-lg .form-textarea, .form-group-lg .webform-client-form .form-text, .form-group-lg .webform-client-form select, .webform-client-form .form-group-lg .form-text, .webform-client-form .form-group-lg select {
  height: 60px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control, .form-group-lg .webform-client-form select, .webform-client-form .form-group-lg select {
  height: 60px;
  line-height: 60px;
}
.form-group-lg textarea.form-control, .form-group-lg .webform-client-form textarea.form-textarea, .webform-client-form .form-group-lg textarea.form-textarea, .form-group-lg .webform-client-form textarea.form-text, .webform-client-form .form-group-lg textarea.form-text,
.form-group-lg select[multiple].form-control,
.form-group-lg .webform-client-form select[multiple],
.webform-client-form .form-group-lg select[multiple] {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 60px;
  min-height: 41px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .webform-client-form .form-textarea, .webform-client-form .has-feedback .form-textarea, .has-feedback .webform-client-form .form-text, .has-feedback .webform-client-form select, .webform-client-form .has-feedback .form-text, .webform-client-form .has-feedback select {
  padding-right: 70px;
}

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .webform-client-form .input-group-lg > .form-textarea + .form-control-feedback, .webform-client-form .input-group-lg > .form-text + .form-control-feedback, .webform-client-form .input-group-lg > select + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.item-list .pager-load-more li .input-group-lg > .input-group-btn > a + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .webform-client-form .form-textarea + .form-control-feedback,
.webform-client-form .form-group-lg .form-textarea + .form-control-feedback,
.form-group-lg .webform-client-form .form-text + .form-control-feedback,
.form-group-lg .webform-client-form select + .form-control-feedback,
.webform-client-form .form-group-lg .form-text + .form-control-feedback,
.webform-client-form .form-group-lg select + .form-control-feedback {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .webform-client-form .input-group-sm > .form-textarea + .form-control-feedback, .webform-client-form .input-group-sm > .form-text + .form-control-feedback, .webform-client-form .input-group-sm > select + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.item-list .pager-load-more li .input-group-sm > .input-group-btn > a + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .webform-client-form .form-textarea + .form-control-feedback,
.webform-client-form .form-group-sm .form-textarea + .form-control-feedback,
.form-group-sm .webform-client-form .form-text + .form-control-feedback,
.form-group-sm .webform-client-form select + .form-control-feedback,
.webform-client-form .form-group-sm .form-text + .form-control-feedback,
.webform-client-form .form-group-sm select + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control, .has-success .webform-client-form .form-textarea, .webform-client-form .has-success .form-textarea, .has-success .webform-client-form .form-text, .has-success .webform-client-form select, .webform-client-form .has-success .form-text, .webform-client-form .has-success select {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success .webform-client-form .form-textarea:focus, .webform-client-form .has-success .form-textarea:focus, .has-success .webform-client-form .form-text:focus, .has-success .webform-client-form select:focus, .webform-client-form .has-success .form-text:focus, .webform-client-form .has-success select:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control, .has-warning .webform-client-form .form-textarea, .webform-client-form .has-warning .form-textarea, .has-warning .webform-client-form .form-text, .has-warning .webform-client-form select, .webform-client-form .has-warning .form-text, .webform-client-form .has-warning select {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning .webform-client-form .form-textarea:focus, .webform-client-form .has-warning .form-textarea:focus, .has-warning .webform-client-form .form-text:focus, .has-warning .webform-client-form select:focus, .webform-client-form .has-warning .form-text:focus, .webform-client-form .has-warning select:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control, .has-error .webform-client-form .form-textarea, .webform-client-form .has-error .form-textarea, .has-error .webform-client-form .form-text, .has-error .webform-client-form select, .webform-client-form .has-error .form-text, .webform-client-form .has-error select {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error .webform-client-form .form-textarea:focus, .webform-client-form .has-error .form-textarea:focus, .has-error .webform-client-form .form-text:focus, .has-error .webform-client-form select:focus, .webform-client-form .has-error .form-text:focus, .webform-client-form .has-error select:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .webform-client-form .form-textarea, .webform-client-form .form-inline .form-textarea, .form-inline .webform-client-form .form-text, .form-inline .webform-client-form select, .webform-client-form .form-inline .form-text, .webform-client-form .form-inline select {
    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,
.form-inline .input-group .webform-client-form .form-textarea,
.webform-client-form .form-inline .input-group .form-textarea,
.form-inline .input-group .webform-client-form .form-text,
.form-inline .input-group .webform-client-form select,
.webform-client-form .form-inline .input-group .form-text,
.webform-client-form .form-inline .input-group select {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .webform-client-form .input-group > .form-textarea, .webform-client-form .form-inline .input-group > .form-textarea, .form-inline .webform-client-form .input-group > .form-text, .form-inline .webform-client-form .input-group > select, .webform-client-form .form-inline .input-group > .form-text, .webform-client-form .form-inline .input-group > select {
    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: 28px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.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: 0;
}
@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, .item-list .pager-load-more li a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  max-width: none;
  height: 40px;
  line-height: 36px;
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .item-list .pager-load-more li a:focus, .btn.focus, .item-list .pager-load-more li a.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .item-list .pager-load-more li a:hover, .btn:focus, .item-list .pager-load-more li a:focus, .btn.focus, .item-list .pager-load-more li a.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active, .item-list .pager-load-more li a:active, .btn.active, .item-list .pager-load-more li a.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, .item-list .pager-load-more li a.disabled, .btn[disabled], .item-list .pager-load-more li a[disabled], fieldset[disabled] .btn, fieldset[disabled] .item-list .pager-load-more li a, .item-list .pager-load-more li fieldset[disabled] a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, .item-list .pager-load-more li a.disabled, fieldset[disabled] a.btn, fieldset[disabled] .item-list .pager-load-more li a, .item-list .pager-load-more li fieldset[disabled] a {
  pointer-events: none;
}

.btn-default, .item-list .pager-load-more li a {
  color: #ffffff;
  background-color: #006633;
  border-color: #ccc;
}
.btn-default:focus, .item-list .pager-load-more li a:focus, .btn-default.focus, .item-list .pager-load-more li a.focus {
  color: #ffffff;
  background-color: #00331a;
  border-color: #8c8c8c;
}
.btn-default:hover, .item-list .pager-load-more li a:hover {
  color: #ffffff;
  background-color: #00331a;
  border-color: #adadad;
}
.btn-default:active, .item-list .pager-load-more li a:active, .btn-default.active, .item-list .pager-load-more li a.active, .open > .btn-default.dropdown-toggle, .item-list .pager-load-more li .open > a.dropdown-toggle {
  color: #ffffff;
  background-color: #00331a;
  border-color: #adadad;
}
.btn-default:active:hover, .item-list .pager-load-more li a:active:hover, .btn-default:active:focus, .item-list .pager-load-more li a:active:focus, .btn-default:active.focus, .item-list .pager-load-more li a:active.focus, .btn-default.active:hover, .item-list .pager-load-more li a.active:hover, .btn-default.active:focus, .item-list .pager-load-more li a.active:focus, .btn-default.active.focus, .item-list .pager-load-more li a.active.focus, .open > .btn-default.dropdown-toggle:hover, .item-list .pager-load-more li .open > a.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .item-list .pager-load-more li .open > a.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus, .item-list .pager-load-more li .open > a.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #000f08;
  border-color: #8c8c8c;
}
.btn-default:active, .item-list .pager-load-more li a:active, .btn-default.active, .item-list .pager-load-more li a.active, .open > .btn-default.dropdown-toggle, .item-list .pager-load-more li .open > a.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .item-list .pager-load-more li a.disabled:hover, .btn-default.disabled:focus, .item-list .pager-load-more li a.disabled:focus, .btn-default.disabled.focus, .item-list .pager-load-more li a.disabled.focus, .btn-default[disabled]:hover, .item-list .pager-load-more li a[disabled]:hover, .btn-default[disabled]:focus, .item-list .pager-load-more li a[disabled]:focus, .btn-default[disabled].focus, .item-list .pager-load-more li a[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .item-list .pager-load-more li a:hover, .item-list .pager-load-more li fieldset[disabled] a:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .item-list .pager-load-more li a:focus, .item-list .pager-load-more li fieldset[disabled] a:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .item-list .pager-load-more li a.focus, .item-list .pager-load-more li fieldset[disabled] a.focus {
  background-color: #006633;
  border-color: #ccc;
}
.btn-default .badge, .item-list .pager-load-more li a .badge {
  color: #006633;
  background-color: #ffffff;
}

.btn-primary {
  color: #272727;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.btn-primary:focus, .btn-primary.focus {
  color: #272727;
  background-color: #e6e6e6;
  border-color: #b3b3b3;
}
.btn-primary:hover {
  color: #272727;
  background-color: #e6e6e6;
  border-color: #d4d4d4;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #272727;
  background-color: #e6e6e6;
  border-color: #d4d4d4;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #272727;
  background-color: #d4d4d4;
  border-color: #b3b3b3;
}
.btn-primary:active, .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: #ffffff;
  border-color: #f2f2f2;
}
.btn-primary .badge {
  color: #ffffff;
  background-color: #272727;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .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: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .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: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

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

.btn-lg, .btn-group-lg > .btn, .item-list .pager-load-more li .btn-group-lg > a {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .item-list .pager-load-more li .btn-group-sm > a {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .item-list .pager-load-more li .btn-group-xs > a {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

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

.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.2;
  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, .item-list .pager-load-more li .btn-group > a,
.btn-group-vertical > .btn,
.item-list .pager-load-more li .btn-group-vertical > a {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .item-list .pager-load-more li .btn-group > a:hover, .btn-group > .btn:focus, .item-list .pager-load-more li .btn-group > a:focus, .btn-group > .btn:active, .item-list .pager-load-more li .btn-group > a:active, .btn-group > .btn.active, .item-list .pager-load-more li .btn-group > a.active,
.btn-group-vertical > .btn:hover,
.item-list .pager-load-more li .btn-group-vertical > a:hover,
.btn-group-vertical > .btn:focus,
.item-list .pager-load-more li .btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active,
.item-list .pager-load-more li .btn-group-vertical > a:active,
.btn-group-vertical > .btn.active,
.item-list .pager-load-more li .btn-group-vertical > a.active {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .item-list .pager-load-more li a + .btn, .item-list .pager-load-more li .btn-group a + .btn, .btn-group .item-list .pager-load-more li .btn + a, .item-list .pager-load-more li .btn-group .btn + a, .btn-group .item-list .pager-load-more li a + a, .item-list .pager-load-more li .btn-group a + a,
.btn-group .btn + .btn-group,
.btn-group .item-list .pager-load-more li a + .btn-group,
.item-list .pager-load-more li .btn-group a + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .item-list .pager-load-more li .btn-group + a,
.item-list .pager-load-more li .btn-group .btn-group + a,
.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 .item-list .pager-load-more li a, .item-list .pager-load-more li .btn-toolbar a,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .item-list .pager-load-more li .btn-toolbar > a,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .item-list .pager-load-more li .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .item-list .pager-load-more li .btn-group > a:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .item-list .pager-load-more li .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .item-list .pager-load-more li .btn-group > a:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .item-list .pager-load-more li .btn-group > .btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .item-list .pager-load-more li .btn-group > .btn-group:first-child:not(:last-child) > a:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .item-list .pager-load-more li .btn-group > .btn-group:last-child:not(:first-child) > a:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group > .btn + .dropdown-toggle, .item-list .pager-load-more li .btn-group > a + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .item-list .pager-load-more li .btn-group-lg.btn-group > a + .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, .item-list .pager-load-more li a .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .item-list .pager-load-more li .btn-group-lg > a .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .item-list .pager-load-more li .btn-group-lg > a .caret, .item-list .pager-load-more li .dropup .btn-group-lg > a .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .item-list .pager-load-more li .btn-group-vertical > a,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.item-list .pager-load-more li .btn-group-vertical > .btn-group > a {
  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, .item-list .pager-load-more li .btn-group-vertical > .btn-group > a {
  float: none;
}
.btn-group-vertical > .btn + .btn, .item-list .pager-load-more li .btn-group-vertical > a + .btn, .item-list .pager-load-more li .btn-group-vertical > .btn + a, .item-list .pager-load-more li .btn-group-vertical > a + a,
.btn-group-vertical > .btn + .btn-group,
.item-list .pager-load-more li .btn-group-vertical > a + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.item-list .pager-load-more li .btn-group-vertical > .btn-group + a,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .item-list .pager-load-more li .btn-group-vertical > a:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .item-list .pager-load-more li .btn-group-vertical > a:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .item-list .pager-load-more li .btn-group-vertical > a:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .item-list .pager-load-more li .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .item-list .pager-load-more li .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .item-list .pager-load-more li .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

[data-toggle=buttons] > .btn input[type=radio], .item-list .pager-load-more li [data-toggle=buttons] > a input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
.item-list .pager-load-more li [data-toggle=buttons] > a 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, .input-group .webform-client-form .form-textarea, .webform-client-form .input-group .form-textarea, .input-group .webform-client-form .form-text, .input-group .webform-client-form select, .webform-client-form .input-group .form-text, .webform-client-form .input-group select {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .webform-client-form .form-textarea:focus, .webform-client-form .input-group .form-textarea:focus, .input-group .webform-client-form .form-text:focus, .input-group .webform-client-form select:focus, .webform-client-form .input-group .form-text:focus, .webform-client-form .input-group select:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .webform-client-form .form-textarea,
.webform-client-form .input-group .form-textarea,
.input-group .webform-client-form .form-text,
.input-group .webform-client-form select,
.webform-client-form .input-group .form-text,
.webform-client-form .input-group select {
  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),
.input-group .webform-client-form .form-textarea:not(:first-child):not(:last-child),
.webform-client-form .input-group .form-textarea:not(:first-child):not(:last-child),
.input-group .webform-client-form .form-text:not(:first-child):not(:last-child),
.input-group .webform-client-form select:not(:first-child):not(:last-child),
.webform-client-form .input-group .form-text:not(:first-child):not(:last-child),
.webform-client-form .input-group select:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: gray;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.item-list .pager-load-more li .input-group-sm > .input-group-btn > a.input-group-addon {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.item-list .pager-load-more li .input-group-lg > .input-group-btn > a.input-group-addon {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group .webform-client-form .form-textarea:first-child, .webform-client-form .input-group .form-textarea:first-child, .input-group .webform-client-form .form-text:first-child, .input-group .webform-client-form select:first-child, .webform-client-form .input-group .form-text:first-child, .webform-client-form .input-group select:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.item-list .pager-load-more li .input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group > .btn,
.item-list .pager-load-more li .input-group-btn:first-child > .btn-group > a,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.item-list .pager-load-more li .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.item-list .pager-load-more li .input-group-btn:last-child > .btn-group:not(:last-child) > a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group .form-control:last-child, .input-group .webform-client-form .form-textarea:last-child, .webform-client-form .input-group .form-textarea:last-child, .input-group .webform-client-form .form-text:last-child, .input-group .webform-client-form select:last-child, .webform-client-form .input-group .form-text:last-child, .webform-client-form .input-group select:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.item-list .pager-load-more li .input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group > .btn,
.item-list .pager-load-more li .input-group-btn:last-child > .btn-group > a,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.item-list .pager-load-more li .input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.item-list .pager-load-more li .input-group-btn:first-child > .btn-group:not(:first-child) > a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, .item-list .pager-load-more li .input-group-btn > a {
  position: relative;
}
.input-group-btn > .btn + .btn, .item-list .pager-load-more li .input-group-btn > a + .btn, .item-list .pager-load-more li .input-group-btn > .btn + a, .item-list .pager-load-more li .input-group-btn > a + a {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .item-list .pager-load-more li .input-group-btn > a:hover, .input-group-btn > .btn:focus, .item-list .pager-load-more li .input-group-btn > a:focus, .input-group-btn > .btn:active, .item-list .pager-load-more li .input-group-btn > a:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .item-list .pager-load-more li .input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .item-list .pager-load-more li .input-group-btn:last-child > a,
.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: #006633;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

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

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

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

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

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

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

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

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

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 641px) 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: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

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

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

.navbar-brand {
  float: left;
  padding: 14.5px 0;
  font-size: 20px;
  line-height: 21px;
  height: 50px;
}
.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: 0;
  }
}

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

.navbar-nav {
  margin: 7.25px 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .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: 14.5px;
    padding-bottom: 14.5px;
  }
}

.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  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: -3px;
  margin-bottom: -3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form .webform-client-form .form-textarea, .webform-client-form .navbar-form .form-textarea, .navbar-form .webform-client-form .form-text, .navbar-form .webform-client-form select, .webform-client-form .navbar-form .form-text, .webform-client-form .navbar-form select {
    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,
.navbar-form .input-group .webform-client-form .form-textarea,
.webform-client-form .navbar-form .input-group .form-textarea,
.navbar-form .input-group .webform-client-form .form-text,
.navbar-form .input-group .webform-client-form select,
.webform-client-form .navbar-form .input-group .form-text,
.webform-client-form .navbar-form .input-group select {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form .webform-client-form .input-group > .form-textarea, .webform-client-form .navbar-form .input-group > .form-textarea, .navbar-form .webform-client-form .input-group > .form-text, .navbar-form .webform-client-form .input-group > select, .webform-client-form .navbar-form .input-group > .form-text, .webform-client-form .navbar-form .input-group > select {
    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;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

.navbar-btn {
  margin-top: -3px;
  margin-bottom: -3px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .item-list .pager-load-more li .btn-group-sm > a.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .item-list .pager-load-more li .btn-group-xs > a.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

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

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

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #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: 21px;
  list-style: none;
  background-color: #f5f5f5;
  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: 21px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.2;
  text-decoration: none;
  color: #006633;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-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: black;
  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: #006633;
  border-color: #006633;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

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

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

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label, .item-list .pager-load-more li a .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: #006633;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #00331a;
}

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

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

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

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

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

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 0;
  padding-right: 0;
}
.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: 81px;
  }
}

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

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

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

.media {
  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 {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-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: #006633;
  border-color: #006633;
}
.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: #33ff99;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-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;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-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 {
  border-top-right-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 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-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 {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #006633;
}
.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: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  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;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  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%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

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

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.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.2;
}

.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, .modal-footer .item-list .pager-load-more li a + .btn, .item-list .pager-load-more li .modal-footer a + .btn, .modal-footer .item-list .pager-load-more li .btn + a, .item-list .pager-load-more li .modal-footer .btn + a, .modal-footer .item-list .pager-load-more li a + a, .item-list .pager-load-more li .modal-footer a + a {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .item-list .pager-load-more li a + .btn, .item-list .pager-load-more li .modal-footer .btn-group a + .btn, .modal-footer .btn-group .item-list .pager-load-more li .btn + a, .item-list .pager-load-more li .modal-footer .btn-group .btn + a, .modal-footer .btn-group .item-list .pager-load-more li a + a, .item-list .pager-load-more li .modal-footer .btn-group a + a {
  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: "TheSansB5Plain", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.2;
  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;
  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: "TheSansB5Plain", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.2;
  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: 18px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

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

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

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

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

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  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: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: 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, .carousel-caption .item-list .pager-load-more li a, .item-list .pager-load-more li .carousel-caption a {
  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, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

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

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

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

@media (min-width: 1280px) {
  .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: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

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

@media (min-width: 1280px) {
  .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: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .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;
  }
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control, .webform-client-form .bootstrap-select.form-textarea, .webform-client-form .bootstrap-select.form-text, .webform-client-form select.bootstrap-select {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*=col-]), .webform-client-form .bootstrap-select.form-textarea:not([class*=col-]), .webform-client-form .bootstrap-select.form-text:not([class*=col-]), .webform-client-form select.bootstrap-select:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn, .webform-client-form .bootstrap-select.input-group-btn.form-textarea, .webform-client-form .bootstrap-select.input-group-btn.form-text, .webform-client-form select.bootstrap-select.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn, .webform-client-form .bootstrap-select.input-group-btn.form-textarea:not(:first-child):not(:last-child) > .btn, .webform-client-form .bootstrap-select.input-group-btn.form-text:not(:first-child):not(:last-child) > .btn, .webform-client-form select.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .btn, .item-list .pager-load-more li .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > a, .item-list .pager-load-more li .webform-client-form .bootstrap-select.input-group-btn.form-textarea:not(:first-child):not(:last-child) > a, .webform-client-form .item-list .pager-load-more li .bootstrap-select.input-group-btn.form-textarea:not(:first-child):not(:last-child) > a, .item-list .pager-load-more li .webform-client-form .bootstrap-select.input-group-btn.form-text:not(:first-child):not(:last-child) > a, .item-list .pager-load-more li .webform-client-form select.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > a, .webform-client-form .item-list .pager-load-more li .bootstrap-select.input-group-btn.form-text:not(:first-child):not(:last-child) > a, .webform-client-form .item-list .pager-load-more li select.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-lg .webform-client-form .bootstrap-select.btn-group.form-textarea, .webform-client-form .form-group-lg .bootstrap-select.btn-group.form-textarea, .form-group-lg .webform-client-form .bootstrap-select.btn-group.form-text, .form-group-lg .webform-client-form select.bootstrap-select.btn-group, .webform-client-form .form-group-lg .bootstrap-select.btn-group.form-text, .webform-client-form .form-group-lg select.bootstrap-select.btn-group, .form-group-sm .bootstrap-select.btn-group.form-control, .form-group-sm .webform-client-form .bootstrap-select.btn-group.form-textarea, .webform-client-form .form-group-sm .bootstrap-select.btn-group.form-textarea, .form-group-sm .webform-client-form .bootstrap-select.btn-group.form-text, .form-group-sm .webform-client-form select.bootstrap-select.btn-group, .webform-client-form .form-group-sm .bootstrap-select.btn-group.form-text, .webform-client-form .form-group-sm select.bootstrap-select.btn-group {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-lg .webform-client-form .bootstrap-select.btn-group.form-textarea .dropdown-toggle, .webform-client-form .form-group-lg .bootstrap-select.btn-group.form-textarea .dropdown-toggle, .form-group-lg .webform-client-form .bootstrap-select.btn-group.form-text .dropdown-toggle, .form-group-lg .webform-client-form select.bootstrap-select.btn-group .dropdown-toggle, .webform-client-form .form-group-lg .bootstrap-select.btn-group.form-text .dropdown-toggle, .webform-client-form .form-group-lg select.bootstrap-select.btn-group .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .webform-client-form .bootstrap-select.btn-group.form-textarea .dropdown-toggle, .webform-client-form .form-group-sm .bootstrap-select.btn-group.form-textarea .dropdown-toggle, .form-group-sm .webform-client-form .bootstrap-select.btn-group.form-text .dropdown-toggle, .form-group-sm .webform-client-form select.bootstrap-select.btn-group .dropdown-toggle, .webform-client-form .form-group-sm .bootstrap-select.btn-group.form-text .dropdown-toggle, .webform-client-form .form-group-sm select.bootstrap-select.btn-group .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control, .form-inline .bootstrap-select.btn-group .webform-client-form .form-textarea, .webform-client-form .form-inline .bootstrap-select.btn-group .form-textarea, .form-inline .bootstrap-select.btn-group .webform-client-form .form-text, .form-inline .bootstrap-select.btn-group .webform-client-form select, .webform-client-form .form-inline .bootstrap-select.btn-group .form-text, .webform-client-form .form-inline .bootstrap-select.btn-group select {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -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);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control, .bs-searchbox .webform-client-form .form-textarea, .webform-client-form .bs-searchbox .form-textarea, .bs-searchbox .webform-client-form .form-text, .bs-searchbox .webform-client-form select, .webform-client-form .bs-searchbox .form-text, .webform-client-form .bs-searchbox select {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

html, body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body {
  font-weight: normal;
  background-color: #e4e6d7;
  font-size: 18px;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

p {
  margin: 0 0 22px;
}

img {
  max-width: 100%;
}

button:focus,
button:focus,
button:active,
button.current,
div:focus,
a:focus,
input:focus,
image:focus {
  outline: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 22px;
}
@media screen and (max-width: 767px) {
  h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin: 0 0 16px;
  }
}

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

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

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

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

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

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

@media screen and (max-width: 1023px) {
  h1, .h1 {
    font-size: 30px;
  }

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

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

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

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

  h6, .h6 {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
  }

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

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

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

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

  h6, .h6 {
    font-size: 16px;
  }
}
.row.row-centered {
  text-align: center;
}
.row.row-centered > div[class*=col-] {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -2px;
  margin-right: -2px;
}

.wrapper ul {
  list-style: none;
  margin: 20px 40px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .wrapper ul {
    margin: 20px 10px;
  }
}
.wrapper ul li {
  color: gray;
  font-weight: normal;
  padding-left: 16px;
  margin-bottom: 2px;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .wrapper ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper ul li {
    font-size: 14px;
  }
}
.wrapper ul li:before {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: top;
  min-width: auto;
  content: "";
  background-color: #006633;
  position: absolute;
  left: 0;
  top: 7px;
  min-width: auto;
}
@media screen and (max-width: 1023px) {
  .wrapper ul li:before {
    top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper ul li:before {
    top: 5px;
  }
}
.wrapper ul ul {
  margin: 5px 20px;
}
.wrapper ul ul li {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .wrapper ul ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper ul ul li {
    font-size: 14px;
  }
}
.wrapper ul ul li:before {
  width: 5px;
  height: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #ffcc33;
  top: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1023px) {
  .wrapper ul ul li:before {
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper ul ul li:before {
    top: 4px;
  }
}
.wrapper ul ul ul {
  margin: 5px 16px;
}
.wrapper ul ul ul li {
  padding-left: 12px;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .wrapper ul ul ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper ul ul ul li {
    font-size: 13px;
  }
}
.wrapper ul ul ul li:before {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #006633;
  top: 6px;
}
@media screen and (max-width: 1023px) {
  .wrapper ul ul ul li:before {
    top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper ul ul ul li:before {
    top: 3px;
  }
}
.wrapper ul ol li {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .wrapper ul ol li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper ul ol li {
    font-size: 14px;
  }
}
.wrapper ul ol li:before {
  background-color: transparent;
}
.wrapper ol {
  counter-reset: item;
  list-style-type: none;
  margin: 20px 40px 20px 20px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .wrapper ol {
    margin: 20px 10px 20px 6px;
  }
}
.wrapper ol li {
  color: gray;
  font-weight: normal;
  padding-left: 40px;
  margin-bottom: 2px;
  list-style-type: none;
  counter-increment: item;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .wrapper ol li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper ol li {
    font-size: 14px;
    padding-left: 30px;
  }
}
.wrapper ol li:before {
  display: inline-block;
  vertical-align: top;
  content: counter(item) ".";
  color: #006633;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  text-align: right;
  min-width: 36px;
}
@media screen and (max-width: 767px) {
  .wrapper ol li:before {
    min-width: 28px;
  }
}
.wrapper ol ol {
  margin: 5px 20px;
}
.wrapper ol ol li {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .wrapper ol ol li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper ol ol li {
    font-size: 14px;
  }
}
.wrapper ol ol li:before {
  color: #ffcc33;
}
.wrapper ol ol ol {
  margin: 5px 16px;
}
.wrapper ol ol ol li {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .wrapper ol ol ol li {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper ol ol ol li {
    font-size: 13px;
  }
}
.wrapper ol ol ol li:before {
  color: #006633;
}
.wrapper ol ul li {
  padding-left: 16px;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .wrapper ol ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper ol ul li {
    font-size: 14px;
  }
}
.wrapper ol ul li:before {
  min-width: auto;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: top;
  min-width: auto;
  content: "";
  background-color: #006633;
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (max-width: 1023px) {
  .wrapper ol ul li:before {
    top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper ol ul li:before {
    top: 5px;
  }
}

blockquote {
  display: block;
  margin: 50px 0 30px;
  position: relative;
  padding: 40px 40px;
  border: 8px solid #ffcc33;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  blockquote {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  blockquote {
    padding: 40px 15px 30px;
  }
}
blockquote:before {
  width: 56px;
  height: 56px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
  border: 8px solid #ffcc33;
}
blockquote:after {
  width: 56px;
  height: 56px;
  line-height: 83px;
  font-size: 54px;
  font-family: "TheSansB7Bold", sans-serif;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
  content: open-quote;
  color: #272727;
}
blockquote p {
  font-size: 40px;
  line-height: 1.2;
  color: #272727;
  font-family: "FormataItalic", sans-serif;
}
@media screen and (max-width: 1023px) {
  blockquote p {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  blockquote p {
    font-size: 24px;
  }
}

hr {
  border: 0 solid #000;
  border-top-width: 1px;
  clear: both;
  height: 1px;
}

img {
  border: none;
  border-style: none;
  vertical-align: top;
  height: auto;
  max-width: 100%;
}

span.capitalization {
  text-transform: capitalize;
}

p span.caption p {
  font-weight: 500;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .aligncenter {
    margin: 0;
  }
}

.alignleft {
  float: left;
  margin: 0 40px 40px 0;
}
@media screen and (max-width: 767px) {
  .alignleft {
    margin: 0 15px 20px 0px;
    text-align: left;
    width: 100% !important;
  }
}

.alignright {
  float: right;
  margin: 0 0 40px 40px;
}
@media screen and (max-width: 767px) {
  .alignright {
    margin: 0 0px 20px 15px;
    text-align: right;
    width: 100% !important;
  }
}

.caption.none {
  margin: 0 40px 40px 0;
}
@media screen and (max-width: 767px) {
  .caption.none {
    margin: 20px auto;
    display: block !important;
    max-width: 100%;
  }
}

.caption.center {
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .caption.center {
    margin: 20px auto;
    text-align: center;
    width: 100% !important;
  }
}

.caption.left {
  margin: 0 40px 40px 0;
}
@media screen and (max-width: 767px) {
  .caption.left {
    margin: 0 15px 20px 0px;
    text-align: left;
    max-width: 100%;
  }
}

.caption.right {
  margin: 0 0 40px 40px;
}
@media screen and (max-width: 767px) {
  .caption.right {
    margin: 0 0px 20px 15px;
    text-align: right;
    max-width: 100%;
  }
}

.dis-table {
  display: table;
  height: 100%;
  width: 100%;
}

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

.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.container-full {
  max-width: none;
}

.container1030 {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}

.container1240, .white-bg-content, .node-type-about .field-name-body.field-type-text-with-summary > .field-items {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.row-reverse div[class*=col-] {
  float: right;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeL {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeR {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes scaleInZoom {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes scaleInZoom {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.fadeInUp {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInLeft {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeL;
  animation-name: fadeL;
}

.fadeInRight {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeR;
  animation-name: fadeR;
}

.scaleInZoom {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: scaleInZoom;
  animation-name: scaleInZoom;
}

#wrapper {
  width: 100%;
  min-height: 100%;
}

.fancybox-default * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.btn, .item-list .pager-load-more li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: none;
  font-size: 13px;
  font-family: "TheSansB7Bold", sans-serif;
  line-height: 40px;
  border: none;
  width: auto;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding: 0 50px 0 30px;
  position: relative;
  letter-spacing: 1.2px;
  border-color: transparent;
}
@media screen and (max-width: 767px) {
  .btn, .item-list .pager-load-more li a {
    line-height: 34px;
    font-size: 10px;
    padding: 0 40px 0 20px;
  }
}

.btn.btn-default, .item-list .pager-load-more li a {
  background-color: #006633;
  color: #ffffff;
}
.btn.btn-default:hover, .item-list .pager-load-more li a:hover {
  background-color: #ffcc33;
  color: #000000;
}
.btn.btn-default:after, .item-list .pager-load-more li a:after {
  font-family: "gmu", sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  content: "c";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 18px;
  top: 0;
  height: 15px;
  line-height: inherit;
}
.btn.btn-default:after:hover, .item-list .pager-load-more li a:after:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btn.btn-default:after, .item-list .pager-load-more li a:after {
    height: 10px;
  }
}

.btn.btn-primary, .item-list .pager-load-more li a.btn-primary {
  background-color: #ffffff;
  color: #272727;
}
.btn.btn-primary:hover, .item-list .pager-load-more li a.btn-primary:hover {
  background-color: #ffcc33;
  color: #000000;
}
.btn.btn-primary:after, .item-list .pager-load-more li a.btn-primary:after {
  font-family: "gmu", sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  content: "c";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 18px;
  top: 0;
  height: 15px;
  line-height: inherit;
}
@media screen and (max-width: 767px) {
  .btn.btn-primary:after, .item-list .pager-load-more li a.btn-primary:after {
    height: 10px;
  }
}

.btn.btn-small, .item-list .pager-load-more li a.btn-small {
  max-width: none;
  line-height: 28px;
  font-size: 13px;
  text-align: left;
  padding: 0 40px 0 20px;
}
.btn.btn-small:after, .item-list .pager-load-more li a.btn-small:after {
  line-height: inherit;
  right: 10px;
  font-size: 10px;
}

input[type=text],
input[type=submit],
input[type=button],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
textarea {
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

::-webkit-input-placeholder {
  opacity: 1 !important;
  color: gray;
}

:-moz-placeholder {
  opacity: 1 !important;
  color: gray;
}

::-moz-placeholder {
  opacity: 1 !important;
  color: gray;
}

:-ms-input-placeholder {
  opacity: 1 !important;
  color: gray;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider.hovering .slick-track,
.slick-slider.hovering .slick-list {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none !important;
}

ul.slick-dots {
  margin: 0;
  padding: 0 20px;
  list-style: none;
  float: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
}
ul.slick-dots li {
  padding: 0;
  margin: 0 6px;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  line-height: 0;
}
ul.slick-dots li:before {
  display: none;
}
ul.slick-dots li button {
  padding: 0;
  font-size: 0;
  background-color: transparent;
  border: 2px solid #272727;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  ul.slick-dots li button {
    border: 1px solid #272727;
    width: 12px;
    height: 12px;
  }
}
ul.slick-dots li.slick-active button, ul.slick-dots li:hover button {
  background-color: #272727;
}

.slick-arrow.slick-prev, .slick-arrow.slick-next {
  position: absolute;
  z-index: 10;
  width: 37px;
  height: 77px;
  line-height: 77px;
  background-color: #006633;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  border: none;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev, .slick-arrow.slick-next {
    width: 28px;
    height: 56px;
  }
}
.slick-arrow.slick-prev:hover, .slick-arrow.slick-next:hover {
  background-color: #ffcc33;
}
.slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
  font-size: 26px;
  line-height: 77px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
    font-size: 20px;
    line-height: 56px;
  }
}
.slick-arrow.slick-prev.disable, .slick-arrow.slick-next.disable {
  display: none !important;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  font-family: "gmu", sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  content: "j";
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  font-family: "gmu", sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  content: "j";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
.icon-play-arrow {
  width: 130px;
  height: 130px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  font-size: 66px;
  text-align: center;
  border: 4px solid #fff;
  color: #fff;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .icon-play-arrow {
    border: 2px solid #fff;
  }
}
.icon-play-arrow:before {
  line-height: 120px;
  margin-left: 10px;
}
@media screen and (max-width: 1279px) {
  .icon-play-arrow:before {
    line-height: 98px;
  }
}
@media screen and (max-width: 1023px) {
  .icon-play-arrow:before {
    line-height: 76px;
  }
}
@media screen and (max-width: 767px) {
  .icon-play-arrow:before {
    line-height: 56px;
    margin-left: 5px;
  }
}
.icon-play-arrow.plusing {
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  margin-top: -65px;
}
@media screen and (max-width: 1279px) {
  .icon-play-arrow.plusing {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1023px) {
  .icon-play-arrow.plusing {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .icon-play-arrow.plusing {
    margin-top: -30px;
  }
}
.icon-play-arrow:hover {
  background-color: #ffcc33;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  .icon-play-arrow {
    width: 100px;
    height: 100px;
    font-size: 46px;
  }
}
@media screen and (max-width: 1023px) {
  .icon-play-arrow {
    width: 80px;
    height: 80px;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .icon-play-arrow {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
}

.icon-play-arrow-fill {
  width: 60px;
  height: 60px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 60px;
  line-height: inherit;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.icon-play-arrow-fill:hover {
  text-decoration: none;
  color: #006633;
}
@media screen and (max-width: 1023px) {
  .icon-play-arrow-fill {
    width: 36px;
    height: 36px;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .icon-play-arrow-fill {
    width: 26px;
    height: 26px;
    font-size: 26px;
  }
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

.icon-play-pause {
  width: 130px;
  height: 130px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  font-size: 66px;
  text-align: center;
  border: 4px solid #fff;
  color: #fff;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .icon-play-pause {
    border: 2px solid #fff;
  }
}
.icon-play-pause.is-paused:before {
  font-family: "gmu", sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  content: "n";
  margin-left: 0;
}
.icon-play-pause.is-played:before {
  font-family: "gmu", sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  content: "e";
}
.icon-play-pause:before {
  line-height: 120px;
  margin-left: 10px;
}
@media screen and (max-width: 1279px) {
  .icon-play-pause:before {
    line-height: 98px;
  }
}
@media screen and (max-width: 1023px) {
  .icon-play-pause:before {
    line-height: 76px;
  }
}
@media screen and (max-width: 767px) {
  .icon-play-pause:before {
    line-height: 56px;
    margin-left: 5px;
  }
}
.icon-play-pause:hover {
  background-color: #ffcc33;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  .icon-play-pause {
    width: 100px;
    height: 100px;
    font-size: 46px;
  }
}
@media screen and (max-width: 1023px) {
  .icon-play-pause {
    width: 80px;
    height: 80px;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .icon-play-pause {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
}

.parallax-window {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 1279px) {
  .parallax-window {
    background-attachment: scroll;
    background-position: center center !important;
  }
}
.parallax-window.no-parallax {
  background-attachment: scroll !important;
  background-position: center center !important;
}

.tabs.container {
  position: absolute;
  z-index: 9;
  bottom: 0;
}

.tabs.primary {
  display: inline-block;
  float: right;
}

.form-control, .webform-client-form .form-textarea, .webform-client-form .form-text, .webform-client-form select {
  background-color: #e4e6d7;
}

.wrapper table {
  margin: 34px auto;
  table-layout: fixed;
  width: 100%;
  /*thead {
      tr {
      @media screen and (max-width: $screen-xs-max) {
      left: -9999px;
      position: absolute;
      top: -9999px;
  }
  }
  }*/
  /*tr {
      &:nth-of-type(2n) {
      @media screen and (max-width: $screen-xs-max) {
      background-color: #eee;
  }
  }
  }*/
}
@media screen and (max-width: 767px) {
  .wrapper table {
    border-top: 1px solid #006633;
    margin: 20px auto;
  }
}
.wrapper table th {
  background-color: #006633;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 1.1;
  font-family: "TheSansB5Plain", sans-serif;
  padding: 15px;
  border: 1px solid #006633;
}
.wrapper table td {
  background-color: transparent;
  color: gray;
  border: 1px solid #006633;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.1;
  font-family: "TheSansB5Plain", sans-serif;
  padding: 15px;
  text-align: left;
  position: relative;
  /*@media screen and (max-width: $screen-xs-max) {
      padding-left: 48%;
      display: block;
      border-left: 1px solid $table-border-color;
      border-right: 1px solid $table-border-color;
      border-bottom: 1px solid $table-border-color;
      border-top: none;
      &:before {
      left: 0;
      margin: auto;
      height: 100%;
      padding: 15px 10px;
      position: absolute;
      top: 0;
      white-space: nowrap;
      width: 45%;
      content: attr(data-th);
      background-color: $table-head-bg;
      color: $table-head-color;
      font-size: $table-head-font-size - 4px;
      line-height: $table-font-lineheight;
      font-family: $table-font-family;
      border-bottom: 1px solid #fff;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;
  }
  }*/
}

.calender-section {
  background-color: #fff;
  padding: 40px 40px 80px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .calender-section {
    padding: 30px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .calender-section .view-header h3 {
    font-size: 14px !important;
  }
}
.calender-section .view-header .pager {
  margin: 0;
  padding: 0;
}
.calender-section .view-header .pager li {
  margin: 0;
  padding: 0;
  background: none;
}
.calender-section .view-header .pager li:before {
  display: none;
}
.calender-section .view-header .pager li a {
  margin: 0;
  padding: 10px 16px;
}
.calender-section .calendar-calendar th.days {
  background-color: #006633;
  border: 1px solid #006633;
  color: #ffffff;
  font-family: "TheSansB5Plain", sans-serif;
  font-size: 17px;
  line-height: 1.1;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .calender-section .calendar-calendar th.days {
    font-size: 12px;
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .calender-section .calendar-calendar tr {
    position: static;
  }
}
.calender-section .calendar-calendar td {
  display: table-cell;
}
.calender-section .calendar-calendar td:before {
  display: none;
}

.item-list .pager-load-more {
  text-align: center;
  padding: 30px 0 30px;
}
.item-list .pager-load-more li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  max-width: 236px;
  width: 100%;
}
.item-list .pager-load-more li:before {
  display: none;
}
.item-list .pager-load-more li a {
  display: block;
  max-width: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.item-list .pager-load-more li a:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: -10px;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .item-list .pager-load-more {
    padding: 10px 0;
  }
}

.webform-client-form .element-invisible {
  display: none;
}
.webform-client-form label {
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .webform-client-form label {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .webform-client-form .form-text, .webform-client-form select {
    height: 40px;
  }
}
.webform-client-form .form-item {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .webform-client-form .form-item {
    margin-bottom: 14px;
  }
}
.webform-client-form .form-item p {
  margin: 0 0 6px;
}
.webform-client-form .form-item .form-item {
  margin-bottom: 0;
}
.webform-client-form .description {
  margin: 6px 0;
}
.webform-client-form input[type=radio],
.webform-client-form input[type=checkbox] {
  margin: 0 10px 0 0;
}
.webform-client-form label.option {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: calc(100% - 60px);
}
.webform-client-form .webform-component--i-heard-about-the-open > label,
.webform-client-form .webform-component--please-select-the-program > label {
  margin: 0 0 20px;
}
.webform-client-form .webform-component-optionsmarkup strong span {
  color: #000;
}
.webform-client-form .webform-component-optionsmarkup .green-headers label p strong {
  color: #006633 !important;
}

/*.webform-client-form {
@extend .common-form;
}*/
.page-search-node {
  /*.container1240.event-page{
      margin-top: 10px;
  }*/
}
.page-search-node .breadcrumbing-bottom {
  display: none;
}
.page-search-node .region-content .search-form {
  max-width: 700px;
  width: 100%;
  padding: 12px 20px;
  margin: 0 auto;
}
.page-search-node .region-content .search-form .search-advanced {
  margin-bottom: 30px;
}
.page-search-node .region-content .search-form .form-text, .page-search-node .region-content .search-form .webform-client-form select, .webform-client-form .page-search-node .region-content .search-form select {
  padding: 8px;
  color: gray;
  background-color: #e4e6d7;
  border: none;
}
.page-search-node .region-content .search-form .form-submit {
  background-color: #006633;
  color: #ffffff;
  padding: 8px;
  font-weight: 500;
}
.page-search-node .region-content .search-form .form-submit:hover {
  background-color: #ffcc33;
  color: #000000;
}

.page-search-node .container1240.event-page,
.page-search-node .node-type-about .field-name-body.field-type-text-with-summary > .event-page.field-items,
.node-type-about .page-search-node .field-name-body.field-type-text-with-summary > .event-page.field-items, .page-search-node .event-page.white-bg-content {
  margin-top: 10px;
}

.gallery-popup-section {
  padding: 0 8px;
}
.gallery-popup-section .row {
  text-align: center;
}
.gallery-popup-section .row div[class*=col-] {
  padding: 8px;
}
.gallery-popup-section .row div[class*=col-] a {
  display: block;
  overflow: hidden;
}
.gallery-popup-section .row div[class*=col-] a img {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.gallery-popup-section .row div[class*=col-] a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.banner-no {
  height: 53px;
}
.banner-no.no-cta-bar {
  height: 35px;
}
@media screen and (max-width: 1023px) {
  .banner-no {
    height: 0;
  }
}

.logged-in .header-extra-height {
  margin-bottom: -28px;
}

.node-type-landing .field-name-body {
  padding: 0px 22px;
}
@media screen and (max-width: 767px) {
  .node-type-landing .field-name-body {
    padding: 0px 15px;
  }
}

.node-type-about .field-name-body.field-type-text-with-summary > .field-items {
  background-color: #fff;
  padding: 40px 40px 10px;
}
@media screen and (max-width: 767px) {
  .node-type-about .field-name-body.field-type-text-with-summary > .field-items {
    padding: 30px 15px 10px;
  }
}

.white-bg-content {
  background-color: #fff;
  padding: 40px 40px 10px;
}
@media screen and (max-width: 767px) {
  .white-bg-content {
    padding: 30px 15px 10px;
  }
}

.calendar-calendar div.day {
  width: auto;
}

.page-search-node .banner {
  display: none;
}

.node-type-landing .left-main .padding-content {
  padding: 0 60px;
  margin-top: 30px;
}

img[style*=left] {
  margin: 0 20px 20px 0;
}

img[style*=right] {
  margin: 0 0 20px 20px;
}

form .form-actions input.btn {
  padding: 0 30px 0 30px;
}

.persion-list {
  padding-top: 20px;
}
.persion-list .left-content {
  width: 150px;
  float: left;
}
@media screen and (max-width: 767px) {
  .persion-list .left-content {
    float: none;
    margin: 0 auto 10px;
  }
}
.persion-list .right-content {
  float: left;
  width: calc(100% - 150px);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .persion-list .right-content {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding-left: 0;
  }
}

.scrolltop {
  position: fixed;
  z-index: 999;
  right: 40px;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #ffcc33;
  /* The Fallback */
  background-color: rgba(255, 204, 51, 0.5);
  color: #006633;
  font-size: 16px;
}
.scrolltop.active {
  opacity: 1;
  visibility: visible;
}
.scrolltop i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 8px;
}
.scrolltop:hover {
  background-color: #ffcc33;
  /* The Fallback */
  background-color: #ffcc33;
}
@media screen and (max-width: 767px) {
  .scrolltop {
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .calendar-calendar .view-item-calendar .calendar .contents a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
}

.aside-common .aside-tag.tempm {
  display: none;
}

.list-with-color {
  margin-bottom: 20px;
}
.list-with-color span {
  display: inline-block;
  vertical-align: top;
  margin: 4px;
  font-size: 16px;
  line-height: 1;
  background-color: #000;
  padding: 8px 12px;
  border-radius: 4px;
  color: #fff;
}
.list-with-color span.red {
  background-color: #ff0000;
}
.list-with-color span.green {
  background-color: #006633;
}
.list-with-color span.blue {
  background-color: #0000ee;
}
.list-with-color span.yello {
  background-color: #800080;
}
.list-with-color span.speech {
  background-color: #0b7aa3;
}
.list-with-color span.gold {
  background-color: #ffb608;
}

.calendar-calendar .month-view .full tr.single-day .no-entry,
.calendar-calendar .month-view .full tr.single-day .no-entry .inner {
  height: 60px !important;
  line-height: 60px;
}

.calendar-calendar div.calendar {
  font-size: 13px;
}

.innerprrom.programs-about-section {
  background-color: transparent;
  padding-bottom: 30px;
}
.innerprrom.programs-about-section .programs-container {
  background-color: #fff;
  max-width: 1240px;
  margin: 0 auto 30px;
}
.innerprrom.programs-about-section .programs-container .all-programs {
  max-width: 100%;
}

.custom-callout {
  text-align: center;
  padding: 37px 10px 45px;
  position: relative;
}
.custom-callout .container {
  position: relative;
  z-index: 99;
}
.custom-callout * {
  color: #fff;
}
.custom-callout h2 {
  color: #fff;
  font-family: "TheSansB4SemiLight", sans-serif;
}
.custom-callout h2 span {
  font-size: 64px;
}
.custom-callout h1, .custom-callout h2, .custom-callout h3, .custom-callout h4, .custom-callout h5, .custom-callout h6 {
  color: #fff !important;
  font-family: "TheSansB7Bold", sans-serif !important;
  text-transform: none !important;
}
.custom-callout h1, .custom-callout .h1 {
  font-size: 40px !important;
}
.custom-callout h2, .custom-callout .h2 {
  font-size: 46px !important;
}
.custom-callout h3, .custom-callout .h3 {
  font-size: 41px !important;
}
.custom-callout h4, .custom-callout .h4 {
  font-size: 36px !important;
}
.custom-callout h5, .custom-callout .h5 {
  font-size: 33px !important;
}
.custom-callout h6, .custom-callout .h6 {
  font-size: 31px !important;
}
@media screen and (max-width: 1023px) {
  .custom-callout h1, .custom-callout .h1 {
    font-size: 30px !important;
  }
  .custom-callout h2, .custom-callout .h2 {
    font-size: 40px !important;
  }
  .custom-callout h3, .custom-callout .h3 {
    font-size: 37px !important;
  }
  .custom-callout h4, .custom-callout .h4 {
    font-size: 32px !important;
  }
  .custom-callout h5, .custom-callout .h5 {
    font-size: 29px !important;
  }
  .custom-callout h6, .custom-callout .h6 {
    font-size: 27px !important;
  }
}
@media screen and (max-width: 767px) {
  .custom-callout h1, .custom-callout .h1 {
    font-size: 30px !important;
  }
  .custom-callout h2, .custom-callout .h2 {
    font-size: 26px !important;
  }
  .custom-callout h3, .custom-callout .h3 {
    font-size: 22px !important;
  }
  .custom-callout h4, .custom-callout .h4 {
    font-size: 20px !important;
  }
  .custom-callout h5, .custom-callout .h5 {
    font-size: 18px !important;
  }
  .custom-callout h6, .custom-callout .h6 {
    font-size: 16px !important;
  }
}
.custom-callout:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner-logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3;
  background-size: auto 100%;
}

#wrapper > img {
  display: none;
}

body.node-type-campaign-landing .quote-section {
  margin: 0;
}

.event-form .block-webform .title {
  font-size: 20px;
  border-bottom: 1px solid #d1d3d5;
  padding: 10px 0;
  margin: 30px 0 20px;
}
.event-form .block-webform .node-webform h2,
.event-form .block-webform .node-webform .meta.submitted {
  display: none;
}

.block-webform .all-links .links {
  display: none;
}

.item-list ul.pager li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 3px;
  font-weight: 700;
}
.item-list ul.pager li:before {
  display: none;
}
.item-list ul.pager li a {
  text-transform: capitalize;
}

form.bold-label label {
  font-weight: 600;
}

.dynamic-block-section {
  padding: 40px 15px;
}
.dynamic-block-section .title {
  font-family: "TheSansB6SemiBold", sans-serif;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 22px;
}
.dynamic-block-section .dynamic-block-content #selective-tweets-block-full_width_twitter {
  padding-right: 40px;
  padding-left: 40px;
  overflow: inherit;
}
.dynamic-block-section .dynamic-block-content #selective-tweets-block-full_width_twitter .slick-disabled {
  display: none !important;
}
.dynamic-block-section .dynamic-block-content #selective-tweets-block-full_width_twitter .twitter-link-more {
  display: none !important;
}
.dynamic-block-section .selective-tweet {
  padding: 0 10px;
}
.dynamic-block-section .selective-tweet .tweet-caption {
  background: #fff;
  padding: 10px;
  min-height: 455px;
}
.dynamic-block-section .selective-tweet .tweet-caption.mvhaydencenter-min-height {
  min-height: 355px;
}
.dynamic-block-section .selective-tweet .tweet-caption.TraCCCatGMU-min-height {
  min-height: 355px;
}
.dynamic-block-section .selective-tweet .tweet-caption .tweet-user-image {
  display: flex;
  padding-bottom: 15px;
}
.dynamic-block-section .selective-tweet .tweet-caption .tweet-user-image img {
  margin-right: 15px;
}
.dynamic-block-section .selective-tweet .tweet-caption .tweet-user-image .twit-user span {
  display: block;
}
.dynamic-block-section .selective-tweet .tweet-caption .tweet-user {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 0;
}
.dynamic-block-section .selective-tweet .tweet-caption .tweet-user a {
  color: #006633;
}
.dynamic-block-section .selective-tweet .tweet-caption .tweet-user a .user-name {
  display: block;
}
.dynamic-block-section .selective-tweet .tweet-caption .tweet-user a:hover {
  color: #006633;
  text-decoration: underline;
}
.dynamic-block-section .selective-tweet .tweet-caption .tweet-user .time-ago {
  font-size: 13px;
}
.dynamic-block-section .selective-tweet .tweet-caption .tweet-image {
  margin-bottom: 15px;
  min-height: 130px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.dynamic-block-section .selective-tweet .tweet-caption .tweet-image img {
  max-height: 130px;
  margin: 0 auto;
}
.dynamic-block-section .selective-tweet .tweet-caption .tweet-actions {
  text-align: center;
  margin-top: 15px;
  font-weight: 600;
}
.dynamic-block-section .selective-tweet .tweet-caption .tweet-actions a:hover {
  color: #006633;
  text-decoration: underline;
}
.dynamic-block-section .selective-tweet.tweet-link-more .tweet-image {
  margin-top: 60px;
}
.dynamic-block-section .selective-tweet.tweet-link-more .blank-slider-link {
  text-align: center;
  font-size: 20px;
  margin-top: 10%;
}
.dynamic-block-section .selective-tweet.tweet-link-more .blank-slider-link a:hover {
  color: #006633;
}

.instagram-social-feed {
  max-height: 422px;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .instagram-social-feed {
    max-height: 422px;
    overflow-y: auto;
  }
  .instagram-social-feed ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
}
.instagram-social-feed ul.clearfix {
  padding: 0;
  margin: 0;
}
.instagram-social-feed ul li {
  margin-bottom: 15px;
  padding: 0 10px;
}
.instagram-social-feed ul li:before {
  content: none;
}
.instagram-social-feed ul li a img {
  width: 100%;
}
.instagram-social-feed a.social-feed-link {
  float: right;
  clear: both;
}

@media screen and (max-width: 767px) {
  .node-type-generic-page #block-selective_tweets-sidebar_twitter {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .node-type-generic-page #block-instagram_social_feed-instagram_social_feed_block {
    display: none;
  }
}

.node .content .field-name-body h2 {
  font-size: 32px;
  color: #000000;
  font-family: "TheSansB5Plain", sans-serif;
}
.node .content .field-name-body h3 {
  font-size: 18px;
  color: #000000;
  text-transform: inherit;
  font-family: "TheSansB5Plain", sans-serif;
}

.both-blocks .left-inner .main-content .field-name-body h3 {
  text-transform: inherit;
}

.accordion-list-section {
  margin-bottom: 30px;
}
.accordion-list-section .accordion-heading {
  font-size: 24px;
  font-family: "TheSansB7Bold", sans-serif;
  color: #006633;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.accordion-list-section .accordion-list .accordion-loop {
  border: 1px solid #006633;
  margin-bottom: 15px;
}
.accordion-list-section .accordion-list .accordion-loop h4 {
  padding: 15px;
  font-size: 20px;
  color: #000;
  position: relative;
  font-family: "TheSansB3Light", sans-serif;
  line-height: 1.3;
  margin-bottom: 0;
  cursor: pointer;
  padding-right: 45px;
}
@media screen and (max-width: 767px) {
  .accordion-list-section .accordion-list .accordion-loop h4 {
    font-size: 18px;
  }
}
.accordion-list-section .accordion-list .accordion-loop h4:before {
  content: "";
  font-family: "FontAwesome";
  color: #9d9d9d;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 14px;
  top: 15px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
}
.accordion-list-section .accordion-list .accordion-loop h4.plus {
  background: #006633;
  color: #fff;
}
.accordion-list-section .accordion-list .accordion-loop h4.plus:before {
  content: "";
  color: #fff;
}
.accordion-list-section .accordion-list .accordion-loop h4 p {
  margin: 0;
  padding: 0;
}
.accordion-list-section .accordion-list .accordion-loop .accordion-body {
  font-size: 18px;
  font-family: "TheSansB5Plain", sans-serif;
  line-height: 1.6;
  color: gray;
  padding: 20px;
  margin: 0;
}
.accordion-list-section .accordion-list .accordion-loop .accordion-body a {
  color: #006633;
}
.accordion-list-section .accordion-list .accordion-loop .accordion-body p:last-child {
  margin-bottom: 0;
}

.left-main .main-content .accordion-list-section {
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (max-width: 1279px) {
  .left-main .main-content .accordion-list-section {
    padding-right: 0px;
    padding-left: 0px;
  }
}

header.main-header {
  height: auto;
  background-color: #fff;
  padding: 0 20px;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}
header.main-header .left-head {
  float: left;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  header.main-header .left-head {
    padding: 6px 0;
  }
}
header.main-header .right-head {
  float: right;
}
header.main-header .right-head nav.main-menu,
header.main-header .right-head .search-block {
  display: inline-block;
  vertical-align: middle;
}
header.main-header a.logo {
  display: inline-block;
  vertical-align: top;
  /*width: 160px;*/
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.main-header a.logo img {
  max-height: 100px;
  max-width: none;
}
@media screen and (max-width: 1279px) {
  header.main-header a.logo img {
    max-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  header.main-header a.logo img {
    max-height: 60px;
  }
}
@media screen and (max-width: 1279px) {
  header.main-header a.logo {
    top: 6px;
  }
}
@media screen and (max-width: 767px) {
  header.main-header a.logo {
    top: 18px;
  }
}
header.main-header a.logo-2 {
  /*display: inline-block;*/
  display: none;
  vertical-align: top;
  width: 130px;
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  header.main-header a.logo-2 {
    width: 100px;
  }
}
header.main-header.is-fixed {
  /*a.logo {
      visibility: hidden;
      opacity: 0;
  }
      a.logo-2 {
      width: 100px;
      opacity: 1;
      visibility: visible;
      @media screen and (max-width: $screen-xs-max) {
      width: 80px;
  }
  }*/
}
header.main-header.is-fixed a.logo {
  width: 85px;
}
@media screen and (max-width: 767px) {
  header.main-header.is-fixed a.logo {
    width: 76px;
  }
}
header.main-header.is-fixed nav.main-menu > ul > li > a {
  padding: 30px 22px;
}
@media screen and (max-width: 1279px) {
  header.main-header.is-fixed nav.main-menu > ul > li > a {
    padding: 30px 12px;
  }
}
header.main-header.is-fixed .left-head {
  padding: 8px 0;
}
header.main-header.is-fixed .menu-switch {
  margin: 18px 0;
}
@media screen and (max-width: 767px) {
  header.main-header.is-fixed .menu-switch {
    margin: 14px 0;
  }
}

.search-block {
  padding: 0 30px;
  position: relative;
}
.search-block .search-field {
  position: absolute;
  right: 100%;
  top: -3px;
  padding-right: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search-block .search-field .search-header-form {
  display: none;
}
.search-block .search-field .input-field,
.search-block .search-field input[type=text] {
  border: none;
  border-radius: 0;
  background-color: #006633;
  color: #fff;
  height: 40px;
  width: 200px;
  font-size: 14px;
}
.search-block .search-field .input-field::-webkit-input-placeholder,
.search-block .search-field input[type=text]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  opacity: 1 !important;
}
.search-block .search-field .input-field:-moz-placeholder,
.search-block .search-field input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1 !important;
}
.search-block .search-field .input-field::-moz-placeholder,
.search-block .search-field input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1 !important;
}
.search-block .search-field .input-field:-ms-input-placeholder,
.search-block .search-field input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  opacity: 1 !important;
}
.search-block .search-field .submit-btn,
.search-block .search-field input[type=submit] {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-family: "gmu", sans-serif;
  border-radius: 0;
  background-color: #006633;
  color: #fff;
  font-size: 14px;
  padding: 0;
}
.search-block .search-field .submit-btn:hover,
.search-block .search-field input[type=submit]:hover {
  background-color: #000;
}
.search-block.open .search-field {
  opacity: 1;
  visibility: visible;
}
.search-block .search-icon {
  text-decoration: none;
  font-size: 18px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: middle;
}

nav.main-menu {
  height: auto;
}
nav.main-menu > ul {
  margin: 0;
  line-height: 0;
}
nav.main-menu > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 0;
  padding: 0;
  position: static;
}
nav.main-menu > ul > li:before {
  display: none;
}
nav.main-menu > ul > li > a {
  background-color: transparent;
  text-transform: uppercase;
  color: #006633;
  font-size: 16px;
  line-height: 1;
  font-family: "FormataMedium", sans-serif;
  display: block;
  padding: 52px 22px;
  position: relative;
  text-decoration: none;
}
nav.main-menu > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #ffcc33;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
}
@media screen and (max-width: 1279px) {
  nav.main-menu > ul > li > a {
    padding: 52px 12px;
  }
}
nav.main-menu > ul > li:hover > a:after, nav.main-menu > ul > li.active > a:after {
  opacity: 1;
}
nav.main-menu > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.sub-menu {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  z-index: 99;
}
.sub-menu .first-col {
  background-color: #006633;
  padding: 26px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .sub-menu .first-col {
    padding: 20px;
  }
}
.sub-menu .first-col:before {
  width: 85px;
  height: 85px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffcc33;
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  margin-left: -44px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1279px) {
  .sub-menu .first-col:before {
    margin-left: -70px;
  }
}
.sub-menu .first-col .title {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-family: "TheSansB3Light", sans-serif;
  text-align: center;
}
.sub-menu .first-col .title a {
  color: #fff;
  display: block;
}
@media screen and (max-width: 1279px) {
  .sub-menu .first-col .title {
    font-size: 22px;
  }
}
.sub-menu .first-col .img-deg-outer {
  text-align: center;
  margin: 6px 0 10px;
}
.sub-menu .first-col .img-deg-outer .img-deg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 172px;
  height: 172px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin: 40px 0 40px 0;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .sub-menu .first-col .img-deg-outer .img-deg {
    width: 140px;
    height: 140px;
  }
}
.sub-menu .first-col .img-deg-outer .img-deg a {
  width: 172px;
  height: 172px;
  display: block;
  position: relative;
}
.sub-menu .first-col .img-deg-outer .img-deg a img {
  -ms-transform: rotate(-45deg) scale(1.5);
  -webkit-transform: rotate(-45deg) scale(1.5);
  transform: rotate(-45deg) scale(1.5);
}
.sub-menu .first-col p {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
}
.sub-menu .first-col p a {
  color: #fff;
}
.sub-menu .right-block {
  background-color: #e4e6d7;
  padding: 34px 0;
}
.sub-menu .right-block ul {
  margin: 0;
  padding: 0 0 0 1px;
  position: relative;
  width: 33.33%;
  height: 100%;
  border-right: 1px solid #808179;
}
.sub-menu .right-block ul li {
  margin: 0;
  padding: 0;
  position: static;
}
.sub-menu .right-block ul li:before {
  display: none;
}
.sub-menu .right-block ul li.active, .sub-menu .right-block ul li.open, .sub-menu .right-block ul li:hover {
  background-color: #fff;
}
.sub-menu .right-block ul li a {
  font-family: "TheSansB5Plain", sans-serif;
  font-size: 16px;
  line-height: 1;
  display: block;
  color: #272727;
  padding: 16px 36px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  .sub-menu .right-block ul li a {
    padding: 16px 20px;
  }
}
.sub-menu .right-block ul li a em {
  bottom: 0;
  height: 14px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
}
.sub-menu .right-block ul li a em:before {
  font-family: "gmu", sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  content: "c";
}
@media screen and (max-width: 1279px) {
  .sub-menu .right-block ul li a em {
    right: 15px;
  }
}
.sub-menu .right-block ul li.open > ul {
  display: block;
}
.sub-menu .right-block ul ul {
  top: 0;
  display: none;
  left: 100%;
  position: absolute;
  width: 100%;
}
.sub-menu .right-block ul ul.second-sub {
  border: none;
}

@media screen and (max-width: 1269px) {
  .menu-switch {
    display: block !important;
  }

  .right-head {
    display: none;
  }
}
.menu-switch {
  border: none;
  background: 0 0;
  padding: 0;
  margin: 36px 0;
  width: 34px;
  float: right;
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
  position: relative;
  z-index: 104;
}
.menu-switch .lines,
.menu-switch .lines:after,
.menu-switch .lines:before {
  transition: 0.3s;
  background: #006633;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.menu-switch:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .menu-switch {
    margin: 28px 0;
  }
}

.menu-switch .lines {
  display: inline-block;
  top: 0;
  position: relative;
}

.menu-switch .lines:after,
.menu-switch .lines:before {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}

.menu-switch .lines:before {
  top: 8px;
}

.menu-switch .lines:after {
  top: -8px;
}

.menu-switch.open {
  -webkit-transform: scale(0.8, 0.8, 0.8);
  -ms-transform: scale(0.8, 0.8, 0.8);
  -o-transform: scale(0.8, 0.8, 0.8);
  transform: scale(0.8, 0.8, 0.8);
}
.menu-switch.open .lines {
  background: 0 0;
}

.menu-switch.open .lines:after,
.menu-switch.open .lines:before {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 30px;
  height: 4px;
}

.menu-switch.open .lines:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-switch.open .lines:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-switch span.open-txt,
.menu-switch span.close-txt {
  color: #006633;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 6px;
  font-family: "TheSansB7Bold", sans-serif;
  text-align: center;
}

.menu-switch .open-txt {
  display: block;
}

.menu-switch.open .open-txt {
  display: none;
}

.menu-switch .close-txt {
  display: none;
}

.menu-switch.open .close-txt {
  display: block;
}

html.nav-open,
html.nav-open body {
  overflow: hidden;
}

#mobile-navbar {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  z-index: 999;
  background-color: #006633;
  display: none;
  overflow-y: scroll;
}
@media screen and (min-width: 1270px) {
  #mobile-navbar {
    display: none !important;
  }
}
#mobile-navbar nav {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#mobile-navbar ul {
  margin: 0;
  padding: 0;
  background-color: #006633;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 5;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#mobile-navbar ul li {
  margin: 0;
  padding: 0 12px;
  position: static;
}
#mobile-navbar ul li:before {
  display: none;
}
#mobile-navbar ul li a {
  color: #fff;
  border-bottom: 1px solid #2e8258;
  display: block;
  font-family: "TheSansB7Bold", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  padding: 17px 30px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #mobile-navbar ul li a {
    padding: 17px 20px;
    font-size: 13px;
  }
}
#mobile-navbar ul li em {
  height: 46px;
  width: 50px;
  text-align: center;
  cursor: default;
  position: relative;
  margin-top: -46px;
  right: 0;
  display: inline-block;
  vertical-align: top;
  line-height: 46px;
  float: right;
}
#mobile-navbar ul li em:before {
  font-family: "gmu", sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  content: "c";
  color: #fff;
}
#mobile-navbar ul li.back-btn {
  padding: 0;
}
#mobile-navbar ul li.back-btn a {
  position: relative;
  text-decoration: none;
  padding: 17px 30px;
}
#mobile-navbar ul li.back-btn a:before {
  font-family: "gmu", sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  content: "j";
  position: absolute;
  left: 12px;
  color: #fff;
}
#mobile-navbar ul ul {
  position: absolute;
  right: -100%;
  width: 100%;
  top: 0;
  z-index: 6;
}
#mobile-navbar ul ul.is-slide {
  right: 0;
}

.view-id-search_results {
  position: relative;
}
.view-id-search_results .view-header {
  position: absolute;
  right: 0;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .view-id-search_results .view-header {
    position: static;
    margin-bottom: 10px;
  }
}

#mobile-navbar .search-block .search-field {
  z-index: 123;
  background: #fff;
  height: 40px;
  width: 100%;
  opacity: 1;
  visibility: visible;
  position: relative;
  right: auto;
  top: auto;
}

#mobile-navbar .search-block {
  padding: 25px 20px 15px;
}

#mobile-navbar .search-block .search-icon {
  display: none;
}

#mobile-navbar .search-block .search-field {
  margin-top: -5px;
}

#mobile-navbar .search-block .search-field input#edit-search-block-form--2 {
  background-color: #fff;
  border: medium none;
  border-radius: 0;
  color: #006633;
  font-size: 14px;
  height: 40px;
  width: 100%;
  border: 0;
  padding-right: 40px;
  padding-left: 10px;
}
#mobile-navbar .search-block .search-field input#edit-search-block-form--2::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #006633;
  opacity: 1 !important;
}
#mobile-navbar .search-block .search-field input#edit-search-block-form--2:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #006633;
  opacity: 1 !important;
}
#mobile-navbar .search-block .search-field input#edit-search-block-form--2::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #006633;
  opacity: 1 !important;
}
#mobile-navbar .search-block .search-field input#edit-search-block-form--2:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #006633;
  opacity: 1 !important;
}

#mobile-navbar .search-block .search-field input#edit-submit {
  background-color: #004221;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-family: "gmu", sans-serif;
  font-size: 14px;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 40px;
}

#mobile-navbar .search-block .search-field input#edit-submit:hover {
  background-color: #000;
}

body.node-type-campaign-landing header {
  height: 123px;
}
@media screen and (max-width: 768px) {
  body.node-type-campaign-landing header {
    height: 100px;
  }
}
body.node-type-campaign-landing header .right-head {
  display: none;
}
body.node-type-campaign-landing header .left-head {
  width: 100%;
}
body.node-type-campaign-landing header .left-head a.logo {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.node-type-campaign-landing header .menu-switch {
  display: none !important;
}

footer.main-footer {
  background-color: #272727;
  width: 100%;
  height: auto;
  padding: 80px 0 40px;
}
@media screen and (max-width: 1279px) {
  footer.main-footer {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 1023px) {
  footer.main-footer .row {
    margin: 0;
  }
  footer.main-footer .row > div[class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer.main-footer {
    padding: 20px 0;
  }
  footer.main-footer .row {
    margin: 0;
  }
  footer.main-footer .row > div[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
footer.main-footer .container {
  max-width: 1240px;
}
footer.main-footer .footer-logo {
  text-align: center;
}
footer.main-footer .footer-logo figure a {
  display: block;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  footer.main-footer .footer-logo figure a {
    width: 200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  footer.main-footer .footer-logo figure a {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  footer.main-footer .footer-logo figure a {
    width: 114px;
  }
}
@media screen and (max-width: 1023px) {
  footer.main-footer .footer-logo {
    margin-bottom: 30px;
  }
}
footer.main-footer .sitemaps {
  border-top: 2px solid #9a9a9a;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  footer.main-footer .sitemaps {
    border: none;
    padding-top: 0;
  }
}
footer.main-footer .sitemaps ul {
  margin: 0;
  padding: 0;
}
footer.main-footer .sitemaps ul li {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  footer.main-footer .sitemaps ul li {
    margin: 0 0 6px;
  }
}
footer.main-footer .sitemaps ul li:before {
  display: none;
}
footer.main-footer .sitemaps ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "TheSansB3Light", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  display: block;
}
footer.main-footer .sitemaps ul li a:hover {
  font-family: "TheSansB5Plain", sans-serif;
}
@media screen and (max-width: 767px) {
  footer.main-footer .sitemaps ul li a {
    font-size: 13px;
  }
}
footer.main-footer .socials-icons {
  padding: 10px 0 30px;
}
@media screen and (max-width: 767px) {
  footer.main-footer .socials-icons {
    padding: 20px 0;
  }
}
footer.main-footer .socials-icons ul {
  margin: 0;
  padding: 0;
  text-align: justify;
  line-height: 0;
}
footer.main-footer .socials-icons ul:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  text-align: justify;
  width: 100%;
}
footer.main-footer .socials-icons ul li {
  line-height: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  footer.main-footer .socials-icons ul li {
    padding: 0;
  }
}
footer.main-footer .socials-icons ul li:before {
  display: none;
}
footer.main-footer .socials-icons ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  line-height: 26px;
  padding: 8px;
  display: block;
}
footer.main-footer .socials-icons ul li a:hover {
  color: #ffcc33;
}
@media screen and (max-width: 767px) {
  footer.main-footer .socials-icons ul li a {
    font-size: 16px;
    padding: 3px;
  }
}
@media screen and (max-width: 1023px) {
  footer.main-footer .socials-icons ul {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  footer.main-footer .faster-img {
    max-width: 260px;
    width: 95%;
    margin: 5px 0 0;
  }
}
footer.main-footer .address-part {
  padding: 0 96px;
}
@media screen and (max-width: 1279px) {
  footer.main-footer .address-part {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1023px) {
  footer.main-footer .address-part {
    padding: 0;
  }
}
footer.main-footer .single-address {
  margin-bottom: 50px;
}
footer.main-footer .single-address:first-child {
  padding-top: 35px;
  border-top: 2px solid #9a9a9a;
}
@media screen and (max-width: 767px) {
  footer.main-footer .single-address:first-child {
    border: none;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  footer.main-footer .single-address {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
footer.main-footer .single-address .map-address {
  width: calc(100% - 208px);
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  footer.main-footer .single-address .map-address {
    width: 100%;
  }
}
footer.main-footer .single-address .map-img {
  width: 204px;
  display: inline-block;
  vertical-align: top;
}
footer.main-footer .single-address .title {
  font-family: "TheSansB6SemiBold", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  footer.main-footer .single-address .title {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
footer.main-footer .single-address address {
  color: #d1d3d5;
  font-size: 18px;
  line-height: 1.2;
  font-family: "TheSansB3Light", sans-serif;
  margin: 0;
}
@media screen and (max-width: 767px) {
  footer.main-footer .single-address address {
    font-size: 13px;
  }
}

#sliding-popup .popup-content {
  padding-top: 15px;
  max-width: 96%;
}
@media screen and (max-width: 1023px) {
  #sliding-popup .popup-content {
    padding-top: 8px;
  }
}
#sliding-popup .popup-content #popup-text {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #sliding-popup .popup-content #popup-text {
    max-width: 100%;
    margin: 0 auto;
  }
}
#sliding-popup .popup-content #popup-text h2 {
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  #sliding-popup .popup-content #popup-text h2 {
    font-size: 18px;
  }
}
#sliding-popup .popup-content #popup-text p {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  #sliding-popup .popup-content #popup-text p {
    font-size: 13px;
  }
}
#sliding-popup .popup-content #popup-text button {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  #sliding-popup .popup-content #popup-text button {
    font-size: 13px;
  }
}
#sliding-popup .popup-content #popup-text a {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  #sliding-popup .popup-content #popup-text a {
    font-size: 13px;
  }
}
#sliding-popup .popup-content #popup-buttons {
  padding-left: 15px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  #sliding-popup .popup-content #popup-buttons {
    padding: 8px 0 0 0;
    max-width: 100%;
    float: none;
    clear: both;
    margin: 0;
  }
}
#sliding-popup .popup-content #popup-buttons button {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: none;
  font-size: 13px;
  font-family: "TheSansB7Bold", sans-serif;
  line-height: 40px;
  border: none;
  width: auto;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding: 0 30px 0 15px;
  margin-top: 0;
  position: relative;
  letter-spacing: 1px;
  border-color: transparent;
  background-image: none;
  border-radius: 6px;
  font-weight: normal;
  text-shadow: none;
  -moz-box-shadow: normal;
  -webkit-box-shadow: none;
}
@media screen and (max-width: 767px) {
  #sliding-popup .popup-content #popup-buttons button {
    line-height: 32px;
    font-size: 13px;
  }
}
#sliding-popup .popup-content #popup-buttons button.decline-button {
  color: #ffffff;
  padding: 0px 30px 0 0;
}
@media screen and (max-width: 767px) {
  #sliding-popup .popup-content #popup-buttons button.decline-button {
    padding: 0px 30px 10px 0;
    vertical-align: initial;
  }
}
#sliding-popup .popup-content #popup-buttons button.agree-button {
  background-color: #fff;
  color: #000;
}
#sliding-popup .popup-content #popup-buttons button.agree-button:hover {
  background-color: #ffcc33;
  color: #000;
}
#sliding-popup .popup-content #popup-buttons button:after {
  font-family: "gmu", sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  content: "c";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 8px;
  top: 0;
  height: 15px;
  line-height: inherit;
}

/* 5th December 2016 */
.tb-megamenu .dropdown-menu > li > a:hover,
.tb-megamenu .dropdown-menu > li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a,
.tb-megamenu .dropdown-submenu:focus > a {
  background-color: transparent;
}

.tb-megamenu .nav > li > a:hover,
.tb-megamenu .nav > li > a:focus {
  background-color: transparent;
}

.tb-megamenu .nav > li.dropdown > a:hover,
.tb-megamenu .nav > li.dropdown > a:focus {
  background-color: transparent;
  border: 0;
  color: #006633;
}

.tb-megamenu .nav > li.dropdown.open.active > a:hover,
.tb-megamenu .nav > li.dropdown.open.active > a:focus {
  background-color: transparent;
  border: 0;
  color: #006633;
}

.main-header .tb-megamenu-nav li.dropdown:hover .dropdown-menu {
  /*display: block;*/
  opacity: 1;
  visibility: visible;
}

.main-header .tb-megamenu-nav .dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #e4e6d7;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0;
  /*display: none;*/
  display: block;
  opacity: 0;
  visibility: hidden;
}

.main-header .tb-megamenu-nav .dropdown-menu .span3 {
  margin: 0;
  width: 25%;
  float: left;
}

.main-header .tb-megamenu-nav .dropdown-menu .span9 {
  margin: 0;
  width: 75%;
  float: left;
  padding: 0px 0 0px;
}

.main-header .tb-megamenu-nav .first-col {
  background-color: #006633;
  padding: 26px;
  position: relative;
}

.main-header .tb-megamenu-nav .first-col:before {
  width: 85px;
  height: 85px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffcc33;
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  margin-left: -44px;
  display: inline-block;
  vertical-align: top;
}

.main-header .tb-megamenu-nav .first-col .title {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-family: "TheSansB3Light", sans-serif;
  text-align: center;
}

.main-header .tb-megamenu-nav .first-col .title a {
  color: #fff;
  display: block;
}

.main-header .tb-megamenu-nav .first-col .img-deg-outer {
  text-align: center;
  margin: 6px 0 10px;
}

.main-header .tb-megamenu-nav .first-col .img-deg-outer .img-deg {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin: 40px 0 40px 0;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 172px;
  height: 172px;
}

.main-header .tb-megamenu-nav .first-col .img-deg-outer a {
  display: block;
  position: relative;
}

.main-header .tb-megamenu-nav .first-col .img-deg-outer img {
  -ms-transform: rotate(-45deg) scale(1.5);
  -webkit-transform: rotate(-45deg) scale(1.5);
  transform: rotate(-45deg) scale(1.5);
}

.main-header .tb-megamenu-nav .first-col p {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
}

.main-header .tb-megamenu-nav .first-col p a {
  color: #fff;
}

.main-header .tb-megamenu-nav .tb-megamenu-submenu .mega-inner {
  padding: 0;
  margin: 0;
  position: relative;
}

.main-header {
  position: relative;
}

.main-header .container-full {
  position: static;
}

.main-header .logo {
  position: relative;
  padding: 0;
}

.main-header .logo a {
  width: 151px;
  display: inline-block;
}

.main-header.is-fixed .logo a {
  width: 100px;
}

.main-header .mainmenu {
  position: static;
}

.main-header .tb-megamenu {
  position: static;
}

.main-header .menupart {
  position: relative;
  width: 100%;
}

.main-header .btn-navbar {
  display: none;
}

.main-header .nav-collapse {
  padding: 0;
  margin: 0;
}

.main-header .tb-megamenu-nav {
  padding: 0;
  margin: 0;
}

.main-header .tb-megamenu-nav > li {
  list-style: none;
  float: left;
  position: static;
  margin: 0;
  padding: 0;
}

.main-header .tb-megamenu-nav > li .caret {
  display: none;
}

.main-header .tb-megamenu-nav > li:before {
  width: 0;
  height: 0;
  content: "";
}

.main-header .tb-megamenu-nav > li > a {
  text-transform: uppercase;
  color: #006633;
  font-size: 16px;
  font-family: "FormataMedium", sans-serif;
  display: block;
  padding: 52px 22px;
}

.main-header.is-fixed .tb-megamenu > li > a {
  padding: 30px 22px;
}

.main-header .tb-megamenu-nav > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #ffcc33;
  opacity: 0;
}

.main-header .tb-megamenu-nav > li:hover > a:after {
  opacity: 1;
}

.main-header .tb-megamenu-nav > li > a.active {
  background-color: transparent;
}

.main-header .tb-megamenu-nav > li > a.active:after {
  opacity: 1;
}

.main-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-header .tb-megamenu-nav > li ul.level-1 {
  padding: 0;
  margin: 0;
  width: 33.333%;
}

.main-header .tb-megamenu-nav > li ul.level-1 li {
  position: static;
}

.main-header .tb-megamenu-nav > li ul.level-1 div {
  position: static !important;
  width: auto !important;
  float: none !important;
  height: auto !important;
  box-shadow: none !important;
  min-height: inherit !important;
}

.main-header .tb-megamenu-nav > li ul.level-1 ul.level-2 {
  top: 0 !important;
  /*display: none !important;*/
  opacity: 0;
  visibility: hidden;
}

.main-header .tb-megamenu-nav > li ul.level-1 li:hover ul.level-2 {
  /*display: block !important;*/
  opacity: 1;
  visibility: visible;
}

.main-header .tb-megamenu-nav > li ul.level-1 ul.level-2 ul.level-3 {
  top: 0 !important;
  /*display: none !important;*/
  margin-left: 1px;
  /*border-right: 0;*/
  opacity: 0;
  visibility: hidden;
}

.main-header .tb-megamenu-nav > li ul.level-1 ul.level-2 li:hover ul.level-3 {
  /*display: block !important;*/
  opacity: 1;
  visibility: visible;
}

.main-header .tb-megamenu-nav > li ul.level-1 ul.level-2 li ul.level-3 li:hover ul.level-4 {
  opacity: 1;
  visibility: visible;
}

.main-header .tb-megamenu-nav > li ul.level-1 li ul li ul {
  top: 0 !important;
  position: absolute;
  left: 33.333%;
  width: 33.333%;
}

.main-header .tb-megamenu-nav li ul li a {
  font-family: "TheSansB5Plain", sans-serif;
  font-size: 16px;
  line-height: 1;
  display: block;
  color: #272727;
  padding: 16px 36px;
  position: relative;
  text-decoration: none;
  text-transform: none;
  background-image: none;
}

.main-header .tb-megamenu-nav li {
  margin-bottom: 0;
  padding: 0;
}

.main-header .tb-megamenu-nav li:before {
  width: 0;
  height: 0;
}

.main-header .tb-megamenu-nav > li ul li ul {
  left: 33.333%;
  position: absolute;
  top: 0;
  width: 33.333%;
  /*display: none;*/
  opacity: 0;
  visibility: hidden;
}

.main-header .tb-megamenu-nav > li ul li ul li {
  position: static !important;
}

.main-header .tb-megamenu-nav > li ul li ul li ul {
  left: 100% !important;
  position: absolute;
  top: 0;
  width: 100% !important;
}

/*----*/
.contextual-links-region {
  position: static !important;
}

.dropdown-submenu:hover > a {
  background: #fff !important;
  color: #272727 !important;
}

.tb-megamenu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.tb-megamenu-item:hover > a {
  background: #fff !important;
  color: #272727 !important;
}

.dropdown-submenu.clickable-li > a {
  background: #fff !important;
  color: #272727 !important;
}

/*.main-header .tb-megamenu-nav li ul li:hover > a{
    background: $dark-gray !important;
    color: $dark-gray !important;
}*/
.dropdown-submenu .caret {
  border: 0 !important;
  padding: 0 !important;
}

.tb-megamenu .nav .dropdown-toggle .caret {
  border: 0 !important;
  padding: 0 !important;
}

.tb-megamenu .dropdown-submenu > a::after {
  display: none;
}

.tb-megamenu .dropdown-submenu > a:before {
  content: "c";
  font-family: "gmu", sans-serif !important;
  font-size: 16px;
  color: #000;
  float: right;
  margin-top: 3px;
}

.tb-megamenu .nav > li > a:focus {
  background-color: transparent !important;
}

.tb-megamenu .nav > li:hover > a {
  background: none;
}

.navbar-right {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}

/*.navbar-right .search-block{
    margin-top: 47px;
}*/
.search-block .search-field {
  z-index: 123;
  background: #006633;
  height: 40px;
  width: 240px;
}

.search-block .search-field {
  margin-top: -5px;
}

.search-block .search-field input#edit-search-block-form--2 {
  background-color: #006633;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  height: 40px;
  width: 100%;
  border: 0;
  padding-right: 40px;
  padding-left: 10px;
}

.search-block .search-field input#edit-submit {
  background-color: #006633;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-family: "gmu", sans-serif;
  font-size: 14px;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 40px;
}

.search-block .search-field input#edit-submit:hover {
  background-color: #000;
}

.main-header .tb-megamenu-nav li ul {
  border-right: #808179 solid 1px;
  min-height: 384px;
}

.main-header .tb-megamenu-nav ul {
  margin: 0;
}

.main-header .tb-megamenu-nav > li.menu-open > a:after {
  opacity: 1;
}

.main-header .tb-megamenu-nav .dropdown-menu {
  display: none;
  opacity: 1;
  visibility: visible;
}

header.main-header .left-head {
  padding: 0;
}

.main-header.is-fixed .tb-megamenu-nav > li > a {
  padding-top: 26px;
  padding-bottom: 26px;
}

.search-block, .logo {
  transition: all 0.4s ease 0s;
}

.main-header.is-fixed .logo {
  padding-top: 0;
  padding-bottom: 0;
}

.mobile-navbar ul {
  list-style: none;
}

.menu-switch {
  margin-top: 36px !important;
}

.main-header.is-fixed .menu-switch {
  margin-top: 18px !important;
}

#mobile-navbar ul li {
  list-style: none;
}

#mobile-navbar ul li.expanded {
  background: none;
  list-style: none;
}

.logged-in .admin-tabs-menu, .page-user .admin-tabs-menu {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  text-align: center;
  max-width: none;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed !important;
}

.logged-in .admin-tabs-menu ul, .page-user .admin-tabs-menu ul {
  border: 0;
}

.logged-in .admin-tabs-menu ul li, .page-user .admin-tabs-menu ul li {
  list-style: none;
}

.logged-in .admin-tabs-menu ul li:before, .page-user .admin-tabs-menu ul li:before {
  display: none;
}

.logged-in .admin-tabs-menu ul li a, .page-user .admin-tabs-menu ul li a {
  background: #ccc;
  border: 0;
  padding: 10px 15px;
}

.logged-in .admin-tabs-menu ul li.active a, .page-user .admin-tabs-menu ul li.active a {
  background: #fff;
  border: 0;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}

.main-header .tb-megamenu-nav li.three-submenu ul ul.level-3 {
  border-right: 0;
}

.main-header .tb-megamenu-nav li.four-submenu ul {
  width: 25%;
}
.main-header .tb-megamenu-nav li.four-submenu ul ul {
  left: 25%;
}
.main-header .tb-megamenu-nav li.four-submenu ul ul.level-3 {
  border-right: #808179 solid 1px;
}
.main-header .tb-megamenu-nav li.four-submenu ul ul.level-4 {
  margin-left: 1px;
  border-right: 0;
}

.tb-megamenu-row.row-fluid > .tb-megamenu-column .tb-megamenu-column-inner,
.tb-megamenu-row.row-fluid > .tb-megamenu-column .tb-megamenu-block {
  height: 100%;
}
.tb-megamenu-row.row-fluid > .tb-megamenu-column .block-inner {
  display: table;
  height: 100%;
  background-color: #006633;
  width: 100%;
}
.tb-megamenu-row.row-fluid > .tb-megamenu-column .block-inner > .aside-tag {
  display: table-cell;
  vertical-align: middle;
}
.tb-megamenu-row.row-fluid > .tb-megamenu-column ul {
  height: 100%;
}

body.traccc .main-header .tb-megamenu-nav > li ul li ul.disable-level-4 {
  width: 66.666%;
}
body.traccc .main-header .tb-megamenu-nav > li ul li ul.disable-level-4 li {
  width: 50%;
  float: left;
}
body.traccc .main-header .tb-megamenu-nav > li ul li ul.disable-level-4 li:nth-child(odd) {
  border-right: #808179 solid 1px;
}

/* Home Headlines */
.home-headlines .update-bar {
  background-color: #006633;
  position: static;
  top: 0;
  visibility: hidden;
  opacity: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 60px;
  color: #fff;
  font-family: "TheSansB3Light", sans-serif;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.home-headlines .update-bar strong,
.home-headlines .update-bar b {
  font-family: "FormataMedium", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .home-headlines .update-bar {
    font-size: 12px;
    padding: 8px 40px;
  }
}
.home-headlines .update-bar[data-background=yellow] {
  background-color: #ffcc33;
  color: #272727;
}
.home-headlines .update-bar[data-background=yellow] a {
  color: #272727;
}
.home-headlines .update-bar.open {
  opacity: 1;
  visibility: visible;
}
.home-headlines .update-bar a {
  color: #fff;
}
.home-headlines .update-bar p {
  margin: 0;
}
.home-headlines .update-bar p a {
  text-decoration: underline;
  color: #fff;
}
.home-headlines .update-bar .close-btn {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 28px;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .home-headlines .update-bar .close-btn {
    font-size: 18px;
    height: 20px;
  }
}
.home-headlines .update-bar .close-btn .icon-close {
  display: none;
}

/* Banner */
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .banner.home-slider {
    padding-bottom: 30px;
    background-color: #fff;
  }
}
.banner.home-slider .banner-slider .full-img {
  height: 600px;
}
@media screen and (max-width: 1280px) {
  .banner.home-slider .banner-slider .full-img {
    background-image: none !important;
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .banner.home-slider .banner-slider .full-img {
    background-image: none !important;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .banner.home-slider .banner-slider .full-img {
    height: auto;
    padding: 0;
    background-image: none !important;
  }
}
.banner.home-slider .banner-slider .full-img.gradient-on:before {
  left: 0%;
}
.banner.home-slider .banner-slider .full-img img {
  display: none;
}
@media screen and (max-width: 1280px) {
  .banner.home-slider .banner-slider .full-img img {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .banner.home-slider .banner-slider .full-img img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .banner.home-slider .banner-slider .full-img img {
    display: block;
  }
}
.banner.home-slider .banner-slider .banner-thumb {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner.home-slider .banner-slider .banner-thumb img {
  height: 100%;
  width: 100%;
}
.banner.home-slider .banner-slider .banner-text {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 25px;
  width: 100%;
  max-width: 580px;
  position: absolute;
  bottom: 120px;
}
@media screen and (max-width: 767px) {
  .banner.home-slider .banner-slider .banner-text {
    position: relative;
    max-width: 100%;
    background-color: white;
    bottom: inherit;
    padding: 15px 35px;
  }
}
@media screen and (max-width: 1023px) {
  .banner.home-slider .banner-slider .banner-text {
    position: relative;
    max-width: 100%;
    background-color: white;
    bottom: inherit;
  }
}
.banner.home-slider .banner-slider .banner-text h1 {
  font-size: 28px;
  color: #000;
  text-shadow: none;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .banner.home-slider .banner-slider .banner-text h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.banner.home-slider .banner-slider .banner-text p {
  font-size: 15px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .banner.home-slider .banner-slider .banner-text p {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.banner.home-slider .banner-slider .banner-caption {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .banner.home-slider .banner-slider .banner-caption {
    position: relative;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .banner.home-slider .banner-slider .banner-caption {
    position: relative;
    height: auto;
  }
}
.banner.home-slider .banner-slider .banner-caption.banner-center .banner-text {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner.home-slider .banner-slider .banner-caption.banner-center .banner-text {
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  .banner.home-slider .banner-slider .banner-caption.banner-center .banner-text {
    text-align: left;
  }
}
.banner.home-slider .banner-slider .banner-caption.banner-right .banner-text {
  right: 0;
  text-align: left;
}
.banner.home-slider .banner-slider .banner-caption.banner-left .banner-text {
  left: 0;
  text-align: left;
}
.banner.home-slider .banner-slider.slick-slider {
  -webkit-touch-callout: inherit;
  -webkit-user-select: inherit;
  -khtml-user-select: inherit;
  -moz-user-select: inherit;
  -ms-user-select: inherit;
  user-select: inherit;
}
.banner.home-slider .banner-slider.slick-slider .slick-arrow {
  top: 35%;
}
@media screen and (max-width: 1023px) {
  .banner.home-slider .banner-slider.slick-slider .slick-arrow {
    top: 70%;
  }
}
@media screen and (max-width: 1023px) {
  .banner.home-slider .banner-slider.slick-slider .slick-dots {
    bottom: -15px;
  }
}
@media screen and (max-width: 1023px) {
  .banner.home-slider .banner-slider.slick-slider .slick-dots li.slick-active button {
    background-color: #ffcc33;
  }
}
@media screen and (max-width: 1023px) {
  .banner.home-slider .banner-slider.slick-slider .slick-dots li button {
    background-color: #006633;
  }
}
.banner .update-bar {
  background-color: #006633;
  position: static;
  top: 0;
  visibility: hidden;
  opacity: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 60px;
  color: #fff;
  font-family: "TheSansB3Light", sans-serif;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.banner .update-bar strong,
.banner .update-bar b {
  font-family: "FormataMedium", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .banner .update-bar {
    font-size: 12px;
    padding: 8px 40px;
  }
}
.banner .update-bar[data-background=yellow] {
  background-color: #ffcc33;
  color: #272727;
}
.banner .update-bar[data-background=yellow] a {
  color: #272727;
}
.banner .update-bar.open {
  opacity: 1;
  visibility: visible;
}
.banner .update-bar a {
  color: #fff;
}
.banner .update-bar p {
  margin: 0;
}
.banner .update-bar p a {
  text-decoration: underline;
  color: #fff;
}
.banner .update-bar .close-btn {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 28px;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .banner .update-bar .close-btn {
    font-size: 18px;
    height: 20px;
  }
}
.banner .full-img {
  height: 600px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner .full-img {
    height: 315px;
    padding: 0 10px;
  }
}
.banner .full-img.gradient-on:before {
  content: "";
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: -10%;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #006633 0%, rgba(16, 114, 74, 0.99) 1%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #006633 0%, rgba(16, 114, 74, 0.99) 1%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #006633 0%, rgba(16, 114, 74, 0.99) 1%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$theme-color", endColorstr="#00ffffff",GradientType=1 );
}
.banner .full-img.gradient-off:before {
  display: none;
}
.banner .full-img video,
.banner .full-img iframe {
  background-color: #333333;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}
.banner .banner-caption {
  position: relative;
  text-align: center;
}
.banner .banner-caption .container {
  padding: 0 40px;
}
.banner .banner-caption figure {
  margin-bottom: 28px;
  margin-top: -120px;
}
@media screen and (max-width: 1279px) {
  .banner .banner-caption figure {
    width: 120px;
    margin: -60px auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-caption figure {
    width: 100px;
    margin: -20px auto 10px;
  }
}
.banner .banner-caption figure img {
  margin: 0 auto;
}
.banner .banner-caption h1 {
  font-size: 48px;
  line-height: 1;
  color: #fff;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  font-family: "TheSansB3Light", sans-serif;
  margin: 0;
  margin-bottom: 18px;
}
@media screen and (max-width: 1279px) {
  .banner .banner-caption h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-caption h1 {
    font-size: 20px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  }
}
.banner .banner-caption p {
  color: #fff;
  font-size: 21px;
}
.banner .banner-caption .btn, .banner .banner-caption .item-list .pager-load-more li a, .item-list .pager-load-more li .banner .banner-caption a {
  margin-top: 0;
  bottom: 0px;
}
.banner ul.slick-dots {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .banner ul.slick-dots {
    bottom: 220px;
  }
}
.banner ul.slick-dots li {
  border: none;
}
.banner ul.slick-dots li button {
  background-color: #fff;
  border: none;
}
@media screen and (max-width: 767px) {
  .banner ul.slick-dots li button {
    border: none;
  }
}
.banner ul.slick-dots li.slick-active button, .banner ul.slick-dots li:hover button {
  border: none;
  background-color: #ffcc33;
}

.haydencenter .programs-about-section {
  background-position: center;
}
.haydencenter .programs-about-section .cta-baar {
  margin-top: 0;
}

.cta-baar {
  position: relative;
  z-index: 3;
  margin-top: -53px;
  width: 100%;
  background-color: #ffcc33;
}
@media screen and (max-width: 1023px) {
  .cta-baar {
    margin-top: -54px;
  }
}
@media screen and (max-width: 1023px) {
  .cta-baar {
    margin-top: 0;
  }
}
.cta-baar ul {
  margin: 0;
  padding: 0 40px;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 1023px) {
  .cta-baar ul {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .cta-baar ul {
    padding: 0;
    font-size: 0;
  }
}
.cta-baar ul li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 4px);
  line-height: 1;
  text-align: center;
  padding: 18px 0;
}
.cta-baar ul li:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .cta-baar ul li {
    padding: 14px 0;
  }
  .cta-baar ul li:first-child {
    width: 40%;
    border-right: 1px solid #d3ac37;
    border-bottom: 1px solid #d3ac37;
  }
  .cta-baar ul li:nth-child(2) {
    width: 60%;
    border-bottom: 1px solid #d3ac37;
  }
  .cta-baar ul li:nth-child(3) {
    width: 40%;
    border-right: 1px solid #d3ac37;
  }
  .cta-baar ul li:nth-child(4) {
    width: 60%;
  }
}
.cta-baar ul li a {
  color: #272727;
  font-family: "TheSansB7Bold", sans-serif;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.cta-baar ul li a:hover {
  font-size: 21px;
  margin-top: -3px;
}
@media screen and (max-width: 1023px) {
  .cta-baar ul li a {
    font-size: 14px;
  }
  .cta-baar ul li a:hover {
    font-size: 16px;
  }
}

.programs-about-section {
  background-color: #d5d6d5;
  background-size: cover;
  background-position: center 10px;
  padding-bottom: 72px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .programs-about-section {
    padding: 0 0 0 0;
    background-color: #fff;
    background-image: none !important;
  }
}
.programs-about-section .programs-container {
  max-width: 1025px;
  width: 100%;
  margin: 0 auto 100px;
  background-color: #e7e9eb;
  position: relative;
}
@media screen and (max-width: 767px) {
  .programs-about-section .programs-container {
    background-color: #fff;
    margin: 0 auto 0;
  }
}
.programs-about-section .programs-container .row {
  margin: 0;
}
.programs-about-section .programs-container .row div[class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 1279px) {
  .programs-about-section .programs-container .row div[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .programs-about-section .programs-container .row div[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.programs-about-section .programs-container .all-programs {
  position: relative;
  padding: 0 25px 0;
}
@media screen and (max-width: 767px) {
  .programs-about-section .programs-container .all-programs {
    padding: 10px 0;
  }
}
.programs-about-section .programs-container .all-programs .single-program {
  padding-top: 43px;
  padding-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .programs-about-section .programs-container .all-programs .single-program {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.programs-about-section .programs-container .all-programs .single-program figure {
  overflow: hidden;
}
.programs-about-section .programs-container .all-programs .single-program figure a {
  display: block;
}
.programs-about-section .programs-container .all-programs .single-program figure a img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.programs-about-section .programs-container .all-programs .single-program figure:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.programs-about-section .programs-container .all-programs .single-program .content {
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .programs-about-section .programs-container .all-programs .single-program .content {
    padding-bottom: 40px;
  }
  .programs-about-section .programs-container .all-programs .single-program .content.equal-height {
    height: auto !important;
  }
}
.programs-about-section .programs-container .all-programs .single-program .content .btn, .programs-about-section .programs-container .all-programs .single-program .content .item-list .pager-load-more li a, .item-list .pager-load-more li .programs-about-section .programs-container .all-programs .single-program .content a {
  border: 2px solid #fff;
  text-align: left;
  position: absolute;
  bottom: 0;
  max-width: 255px;
}
.programs-about-section .programs-container .all-programs .single-program .content .title {
  font-family: "TheSansB4SemiLight", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  color: #272727;
  margin: 13px 0 12px;
}
@media screen and (max-width: 1279px) {
  .programs-about-section .programs-container .all-programs .single-program .content .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .programs-about-section .programs-container .all-programs .single-program .content .title {
    font-size: 16px;
    font-family: "TheSansB7Bold", sans-serif;
    margin: 13px 0 8px;
  }
}
.programs-about-section .programs-container .all-programs .single-program .content .title a {
  color: #272727;
}
.programs-about-section .programs-container .all-programs .single-program .content .info {
  color: #272727;
  font-size: 15px;
  line-height: 1.2;
  font-family: "TheSansB5Plain", sans-serif;
  margin: 0 0 22px;
}
@media screen and (max-width: 767px) {
  .programs-about-section .programs-container .all-programs .single-program .content .info {
    margin: 0 0 14px;
  }
}
.programs-about-section .explore-all {
  text-align: center;
}
.programs-about-section .explore-all p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #272727;
  font-family: "TheSansB7Bold", sans-serif;
}
.programs-about-section .explore-all .icon-btn {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: top;
  border: 5px solid #006633;
  background-color: #fff;
  text-decoration: none;
  margin-top: 16px;
  margin-bottom: -24px;
}
.programs-about-section .explore-all .icon-btn .icon {
  width: 38px;
  height: 38px;
  line-height: 36px;
  display: block;
  color: #00909e;
  font-size: 34px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.programs-about-section .explore-all .icon-btn .icon:before {
  line-height: normal;
}
.programs-about-section .explore-all .icon-btn:hover {
  background-color: #006633;
}
.programs-about-section .explore-all .icon-btn:hover .icon {
  color: #fff;
}
.programs-about-section .about-container {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  background-color: #006633;
  /*mix-blend-mode: hard-light;*/
  background: rgba(0, 102, 51, 0.4);
  text-align: center;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .programs-about-section .about-container {
    background-image: none !important;
  }
}
@media screen and (max-width: 767px) {
  .programs-about-section .about-container {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    mix-blend-mode: normal;
  }
}
.programs-about-section .about-container.fadeInUp {
  visibility: visible;
}
.programs-about-section .about-container .about-container-inner {
  padding: 48px 50px 53px;
}
@media screen and (max-width: 767px) {
  .programs-about-section .about-container .about-container-inner {
    padding: 24px 30px 24px;
    mix-blend-mode: hard-light;
    background-color: #006633;
  }
}
.programs-about-section .about-container h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  font-family: "TheSansB5Plain", sans-serif;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .programs-about-section .about-container h2 {
    font-size: 25px;
    margin: 0 0 16px;
  }
}
.programs-about-section .about-container p {
  font-size: 21px;
  line-height: 1.2;
  color: #fff;
  font-family: "TheSansB5Plain", sans-serif;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .programs-about-section .about-container p {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
.programs-about-section .about-container .btn, .programs-about-section .about-container .item-list .pager-load-more li a, .item-list .pager-load-more li .programs-about-section .about-container a {
  background-color: #fff;
  color: #272727;
  max-width: 300px;
  line-height: 53px;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin: 0;
  text-align: left;
}
.programs-about-section .about-container .btn:hover, .programs-about-section .about-container .item-list .pager-load-more li a:hover, .item-list .pager-load-more li .programs-about-section .about-container a:hover {
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .programs-about-section .about-container .btn, .programs-about-section .about-container .item-list .pager-load-more li a, .item-list .pager-load-more li .programs-about-section .about-container a {
    max-width: 130px;
    line-height: 30px;
    font-size: 8px;
  }
  .programs-about-section .about-container .btn:hover, .programs-about-section .about-container .item-list .pager-load-more li a:hover, .item-list .pager-load-more li .programs-about-section .about-container a:hover {
    max-width: 150px;
  }
  .programs-about-section .about-container .btn:after, .programs-about-section .about-container .item-list .pager-load-more li a:after, .item-list .pager-load-more li .programs-about-section .about-container a:after {
    right: 8px;
    height: 10px;
  }
}

.diamonds-section {
  position: relative;
  background-color: #e4e6d7;
}
@media screen and (max-width: 1023px) {
  .diamonds-section {
    background-color: #fff;
  }
}
.diamonds-section .container {
  max-width: 1224px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .diamonds-section .container {
    max-width: 992px;
  }
}
@media screen and (max-width: 1023px) {
  .diamonds-section .container {
    max-width: none;
  }
}

.diamonds-inner {
  position: relative;
}
.diamonds-inner .position {
  position: absolute;
  visibility: hidden;
}
.diamonds-inner .position.fadeInLeft {
  visibility: visible;
}
.diamonds-inner .diamond-deg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  overflow: hidden;
  margin: 0;
}
.diamonds-inner .diamond-wrap {
  position: relative;
}
.diamonds-inner .diamond-deg-rev {
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  position: absolute;
  top: 50%;
}
.diamonds-inner .text {
  color: #272727;
  text-align: center;
  width: 100%;
  position: relative;
}
.diamonds-inner .text .title {
  color: #272727;
  font-family: "TheSansB4SemiLight", sans-serif;
  font-size: 27px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  .diamonds-inner .text .title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.diamonds-inner .text .border {
  width: 48px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffcc33;
  margin: 0 auto 20px;
}
.diamonds-inner .text p {
  margin: 0 0 20px;
  font-size: 15px;
}
@media screen and (max-width: 1279px) {
  .diamonds-inner .text p {
    font-size: 12px;
  }
}
.diamonds-inner .text .btn, .diamonds-inner .text .item-list .pager-load-more li a, .item-list .pager-load-more li .diamonds-inner .text a {
  max-width: 184px;
  line-height: 40px;
}
.diamonds-inner .text .btn:hover, .diamonds-inner .text .item-list .pager-load-more li a:hover, .item-list .pager-load-more li .diamonds-inner .text a:hover {
  max-width: 200px;
}
@media screen and (max-width: 1279px) {
  .diamonds-inner .text .btn, .diamonds-inner .text .item-list .pager-load-more li a, .item-list .pager-load-more li .diamonds-inner .text a {
    max-width: 120px;
    font-size: 11px;
    padding: 0 30px 0 20px;
    line-height: 34px;
  }
  .diamonds-inner .text .btn:hover, .diamonds-inner .text .item-list .pager-load-more li a:hover, .item-list .pager-load-more li .diamonds-inner .text a:hover {
    margin: -2px auto -2px;
    line-height: 38px;
    max-width: 130px;
  }
  .diamonds-inner .text .btn:after, .diamonds-inner .text .item-list .pager-load-more li a:after, .item-list .pager-load-more li .diamonds-inner .text a:after {
    right: 8px;
  }
}

.diamonds-inner .diamond-deg.white {
  background-color: #fff;
}
.diamonds-inner .diamond-deg.yellow {
  background-color: #ffcc33;
}
.diamonds-inner .diamond-deg.grey {
  background-color: #272727;
}

.width0,
.width0 .diamond-wrap {
  width: 408px;
  height: 408px;
}
@media screen and (max-width: 1279px) {
  .width0,
.width0 .diamond-wrap {
    width: 327px;
    height: 327px;
  }
}

.width1,
.width1 .diamond-wrap {
  width: 102px;
  height: 102px;
}
@media screen and (max-width: 1279px) {
  .width1,
.width1 .diamond-wrap {
    width: 81px;
    height: 81px;
  }
}

.width2,
.width2 .diamond-wrap {
  width: 206px;
  height: 206px;
}
@media screen and (max-width: 1279px) {
  .width2,
.width2 .diamond-wrap {
    width: 165px;
    height: 165px;
  }
}

.width3,
.width3 .diamond-wrap {
  width: 306px;
  height: 306px;
}
@media screen and (max-width: 1279px) {
  .width3,
.width3 .diamond-wrap {
    width: 245px;
    height: 245px;
  }
}

.width0 .text {
  max-width: 310px;
}

.width2 .text {
  max-width: 170px;
  position: relative;
  padding: 36px 5px 26px;
}
@media screen and (max-width: 1279px) {
  .width2 .text {
    padding: 30px 5px 20px;
  }
}
.width2 .text:before {
  width: 21px;
  height: 21px;
  content: "";
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .width2 .text:before {
    width: 16px;
    height: 16px;
  }
}
.width2 .text:after {
  content: "";
  height: 7px;
  width: 86px;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .width2 .text:after {
    height: 5px;
    width: 70px;
  }
}

.width3 .text {
  max-width: 262px;
}
@media screen and (max-width: 1279px) {
  .width3 .text {
    max-width: 206px;
  }
}

.diamonds-inner .diamond-deg.grey .text p {
  font-size: 21px;
  color: #fff;
  font-family: "BebasNeueRegular", sans-serif;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .diamonds-inner .diamond-deg.grey .text p {
    font-size: 17px;
  }
}

.diamonds-inner .tringle-img {
  -ms-transform: rotate(-45deg) scale(1.5);
  -webkit-transform: rotate(-45deg) scale(1.5);
  transform: rotate(-45deg) scale(1.5);
}

.design-1 {
  margin-top: 10px;
}
.design-1 .diamonds-inner {
  height: 580px;
}
@media screen and (max-width: 1279px) {
  .design-1 .diamonds-inner {
    height: 466px;
  }
}
.design-1 .diamonds-inner .position-01 {
  left: 84px;
  top: 84px;
}
@media screen and (max-width: 1279px) {
  .design-1 .diamonds-inner .position-01 {
    left: 68px;
    top: 68px;
  }
}
.design-1 .diamonds-inner .position-02 {
  left: 454px;
  top: 94px;
}
@media screen and (max-width: 1279px) {
  .design-1 .diamonds-inner .position-02 {
    left: 365px;
    top: 78px;
  }
}
.design-1 .diamonds-inner .position-03 {
  left: 474px;
  top: 329px;
}
@media screen and (max-width: 1279px) {
  .design-1 .diamonds-inner .position-03 {
    left: 380px;
    top: 265px;
  }
}
.design-1 .diamonds-inner .position-04 {
  left: 568px;
  top: 64px;
}
@media screen and (max-width: 1279px) {
  .design-1 .diamonds-inner .position-04 {
    left: 456px;
    top: 52px;
  }
}
.design-1 .diamonds-inner .position-05 {
  left: 856px;
  top: 208px;
}
@media screen and (max-width: 1279px) {
  .design-1 .diamonds-inner .position-05 {
    left: 686px;
    top: 168px;
  }
}

.design-2 .diamonds-inner {
  height: 580px;
}
@media screen and (max-width: 1279px) {
  .design-2 .diamonds-inner {
    height: 466px;
  }
}
.design-2 .diamonds-inner .position-01 {
  left: 84px;
  top: 84px;
}
@media screen and (max-width: 1279px) {
  .design-2 .diamonds-inner .position-01 {
    left: 68px;
    top: 68px;
  }
}
.design-2 .diamonds-inner .position-02 {
  left: 381px;
  top: 21px;
}
@media screen and (max-width: 1279px) {
  .design-2 .diamonds-inner .position-02 {
    left: 309px;
    top: 21px;
  }
}
.design-2 .diamonds-inner .position-03 {
  left: 372px;
  top: 84px;
}
@media screen and (max-width: 1279px) {
  .design-2 .diamonds-inner .position-03 {
    left: 300px;
    top: 70px;
  }
}
.design-2 .diamonds-inner .position-04 {
  left: 856px;
  top: 64px;
}
@media screen and (max-width: 1279px) {
  .design-2 .diamonds-inner .position-04 {
    left: 688px;
    top: 53px;
  }
}
.design-2 .diamonds-inner .position-05 {
  left: 761px;
  top: 330px;
}
@media screen and (max-width: 1279px) {
  .design-2 .diamonds-inner .position-05 {
    left: 612px;
    top: 266px;
  }
}

.diamonds-section .in-mobile {
  padding: 30px 0 10px;
  text-align: center;
}
.diamonds-section .in-mobile .row {
  margin: 0;
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .diamonds-section .in-mobile .row {
    padding: 0 6px;
  }
}
.diamonds-section .in-mobile .row div[class*=col-] {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  .diamonds-section .in-mobile .row div[class*=col-] {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.diamonds-section .in-mobile .single-mobile-diamond {
  position: relative;
  text-align: left;
  padding: 20px 0;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.diamonds-section .in-mobile .single-mobile-diamond figure {
  margin-bottom: 15px;
  position: relative;
}
.diamonds-section .in-mobile .single-mobile-diamond figure a {
  display: block;
}
.diamonds-section .in-mobile .single-mobile-diamond figure:before {
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  vertical-align: top;
  left: 0;
  right: 0;
  margin: -25px auto 0;
  background-color: #ffcc33;
}
@media screen and (max-width: 767px) {
  .diamonds-section .in-mobile .single-mobile-diamond figure:before {
    width: 36px;
    height: 36px;
    margin: -18px auto 0;
  }
}
.diamonds-section .in-mobile .single-mobile-diamond.bottom-diamond {
  text-align: center;
}
.diamonds-section .in-mobile .single-mobile-diamond.bottom-diamond figure {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .diamonds-section .in-mobile .single-mobile-diamond.bottom-diamond figure {
    margin-bottom: 30px;
  }
}
.diamonds-section .in-mobile .single-mobile-diamond.bottom-diamond figure:before {
  top: auto;
  bottom: 0;
  margin: 0 auto -25px;
}
@media screen and (max-width: 767px) {
  .diamonds-section .in-mobile .single-mobile-diamond.bottom-diamond figure:before {
    margin: 0 auto -18px;
  }
}
.diamonds-section .in-mobile .single-mobile-diamond.bottom-diamond .content .btn, .diamonds-section .in-mobile .single-mobile-diamond.bottom-diamond .content .item-list .pager-load-more li a, .item-list .pager-load-more li .diamonds-section .in-mobile .single-mobile-diamond.bottom-diamond .content a {
  max-width: 160px;
}
.diamonds-section .in-mobile .single-mobile-diamond .content {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .diamonds-section .in-mobile .single-mobile-diamond .content {
    padding-bottom: 40px;
  }
}
.diamonds-section .in-mobile .single-mobile-diamond .content .title {
  font-family: "TheSansB4SemiLight", sans-serif;
  color: #272727;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .diamonds-section .in-mobile .single-mobile-diamond .content .title {
    font-size: 18px;
  }
}
.diamonds-section .in-mobile .single-mobile-diamond .content .title a {
  color: #272727;
}
.diamonds-section .in-mobile .single-mobile-diamond .content .info {
  font-family: "TheSansB5Plain", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #272727;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .diamonds-section .in-mobile .single-mobile-diamond .content .info {
    font-size: 12px;
  }
}
.diamonds-section .in-mobile .single-mobile-diamond .content .btn, .diamonds-section .in-mobile .single-mobile-diamond .content .item-list .pager-load-more li a, .item-list .pager-load-more li .diamonds-section .in-mobile .single-mobile-diamond .content a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
  max-width: none;
  display: block;
  width: 100%;
  padding: 0 10px;
}

.main-events-section {
  padding: 50px 0 40px;
  background-color: #e4e6d7;
}
@media screen and (max-width: 767px) {
  .main-events-section {
    background-color: #fff;
    padding: 0;
  }
}
.main-events-section .container {
  max-width: 1070px;
}
.main-events-section .row {
  margin: 0;
}
.main-events-section .row div[class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .main-events-section .row div[class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-events-section .single-event {
  background-color: #fff;
  position: relative;
  padding: 61px 0 40px;
}
@media screen and (max-width: 767px) {
  .main-events-section .single-event {
    background-color: #e4e6d7;
    padding: 0 0;
    margin: 10px 0;
  }
  .main-events-section .single-event.equal-height {
    height: auto !important;
  }
}
.main-events-section .single-event:before {
  width: 50px;
  height: 50px;
  -ms-transform: translate(-50%, 0) rotate(45deg);
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  content: "";
  background-color: #ffcc33;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .main-events-section .single-event:before {
    display: none;
  }
}
.main-events-section .single-event .single-event-inner {
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-events-section .single-event .single-event-inner {
    max-width: none;
    padding: 0;
  }
  .main-events-section .single-event .single-event-inner.open h3:before {
    font-family: "gmu", sans-serif !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    text-transform: none !important;
    content: "l";
  }
}
.main-events-section .single-event .single-event-inner h3 {
  font-size: 27px;
  line-height: 1;
  color: #272727;
  font-family: "TheSansB4SemiLight", sans-serif;
  margin: 0 0 17px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-events-section .single-event .single-event-inner h3 {
    font-size: 18px;
    cursor: pointer;
    margin: 0;
    padding: 15px 8px;
  }
}
.main-events-section .single-event .single-event-inner h3 a {
  color: #272727;
  text-decoration: none;
}
.main-events-section .single-event .single-event-inner h3 a:hover {
  color: #006633;
}
.main-events-section .single-event .single-event-inner .all-posts {
  border-top: 1px solid #d1d3d5;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .main-events-section .single-event .single-event-inner .all-posts {
    padding: 12px 8px;
  }
}
@media screen and (max-width: 767px) {
  .main-events-section .single-event .single-event-inner .all-posts .repeater-links {
    display: none;
  }
  .main-events-section .single-event .single-event-inner .all-posts .repeater-links:nth-child(-n+2) {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .main-events-section .single-event .single-event-inner .all-posts .repeater-links {
    display: block !important;
  }
}
.main-events-section .single-event .single-event-inner .all-posts .repeater-links .single-link {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main-events-section .single-event .single-event-inner .all-posts .repeater-links .single-link {
    margin-bottom: 10px;
  }
}
.main-events-section .single-event .single-event-inner .all-posts .repeater-links .single-link > a {
  color: #006633;
  font-size: 17px;
  line-height: 1.1;
  display: block;
  margin-bottom: 6px;
  font-family: "TheSansB5Plain", sans-serif;
}
.main-events-section .single-event .single-event-inner .all-posts .repeater-links .single-link > a:hover {
  font-family: "TheSansB7Bold", sans-serif;
}
@media screen and (max-width: 767px) {
  .main-events-section .single-event .single-event-inner .all-posts .repeater-links .single-link > a {
    font-size: 15px;
    margin-bottom: 3px;
  }
}
.main-events-section .single-event .single-event-inner .all-posts .repeater-links .single-link .date {
  color: #87908f;
  font-size: 17px;
  line-height: 1;
  font-family: "TheSansB3LightItalic";
}
@media screen and (max-width: 767px) {
  .main-events-section .single-event .single-event-inner .all-posts .repeater-links .single-link .date {
    font-size: 15px;
  }
}
.main-events-section .single-event .single-event-inner .all-posts .repeater-links .link {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main-events-section .single-event .single-event-inner .all-posts .repeater-links .link {
    margin-bottom: 10px;
  }
}
.main-events-section .single-event .single-event-inner .all-posts .repeater-links .link > a {
  color: #006633;
  font-size: 17px;
  line-height: 1.1;
  display: block;
  margin-bottom: 6px;
  font-family: "TheSansB5Plain", sans-serif;
}
.main-events-section .single-event .single-event-inner .all-posts .repeater-links .link > a:hover {
  font-family: "TheSansB7Bold", sans-serif;
}
@media screen and (max-width: 767px) {
  .main-events-section .single-event .single-event-inner .all-posts .repeater-links .link > a {
    font-size: 15px;
    margin-bottom: 3px;
  }
}
.main-events-section .single-event .single-event-inner .all-posts .repeater-links .link .date {
  color: #87908f;
  font-size: 17px;
  line-height: 1;
  font-family: "TheSansB3LightItalic";
}
@media screen and (max-width: 767px) {
  .main-events-section .single-event .single-event-inner .all-posts .repeater-links .link .date {
    font-size: 15px;
  }
}

.preparing-media-section {
  position: relative;
  overflow: hidden;
}
.preparing-media-section .container {
  max-width: 1240px;
}
.preparing-media-section .img-video {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  position: absolute;
}
.preparing-media-section .img-video .bg-img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-position: center center;
  background-size: cover;
}
.preparing-media-section .img-video .full-vid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.preparing-media-section .img-video .full-vid video {
  background-color: #000;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}
.preparing-media-section .dis-table {
  position: relative;
  height: 582px;
  background: rgba(0, 102, 51, 0.4);
}
@media screen and (max-width: 767px) {
  .preparing-media-section .dis-table {
    height: 160px;
  }
}
.preparing-media-section .dis-table.dis-table-colorless {
  background: none !important;
}
.preparing-media-section .dis-table .box-deg {
  width: 306px;
  height: 306px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 5px solid #ffcc33;
}
@media screen and (max-width: 1279px) {
  .preparing-media-section .dis-table .box-deg {
    width: 280px;
    height: 280px;
    margin: 0 0 0 70px;
  }
}
@media screen and (max-width: 1023px) {
  .preparing-media-section .dis-table .box-deg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 0;
    border: none;
    width: 200px;
    height: 200px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .preparing-media-section .dis-table .box-deg {
    width: 160px;
    height: 160px;
  }
}
.preparing-media-section .dis-table .box-deg .box-wrap {
  position: relative;
  width: 306px;
  height: 306px;
}
@media screen and (max-width: 1279px) {
  .preparing-media-section .dis-table .box-deg .box-wrap {
    width: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 1023px) {
  .preparing-media-section .dis-table .box-deg .box-wrap {
    width: 100%;
    height: 100%;
  }
}
.preparing-media-section .dis-table .box-deg .box-deg-rev {
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  top: 50%;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .preparing-media-section .dis-table .box-deg .box-deg-rev {
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.preparing-media-section .dis-table .box-deg .box-deg-rev.sub-title {
  font-family: "TheSansB7Bold", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  max-width: 176px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .preparing-media-section .dis-table .box-deg .box-deg-rev.sub-title {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .preparing-media-section .dis-table .box-deg .box-deg-rev.sub-title {
    font-size: 20px;
  }
}
.preparing-media-section .dis-table .box-deg .box-deg-rev.sub-title:after {
  content: "";
  width: 42px;
  height: 8px;
  background-color: #ffcc33;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .preparing-media-section .dis-table .box-deg .box-deg-rev.sub-title:after {
    height: 5px;
  }
}
.preparing-media-section:hover .bg-img {
  -webkit-transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
  -o-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
}

.diamonds-section-small .container {
  max-width: 1154px;
}
@media screen and (max-width: 1279px) {
  .diamonds-section-small .container {
    max-width: 930px;
  }
}

.design-3 .diamonds-inner {
  height: 580px;
}
@media screen and (max-width: 1279px) {
  .design-3 .diamonds-inner {
    height: 466px;
  }
}
.design-3 .diamonds-inner .position-01 {
  left: 41px;
  top: 328px;
}
@media screen and (max-width: 1279px) {
  .design-3 .diamonds-inner .position-01 {
    left: 36px;
    top: 265px;
  }
}
.design-3 .diamonds-inner .position-02 {
  left: 226px;
  top: 84px;
}
@media screen and (max-width: 1279px) {
  .design-3 .diamonds-inner .position-02 {
    left: 188px;
    top: 70px;
  }
}
.design-3 .diamonds-inner .position-03 {
  left: 710px;
  top: 64px;
}
@media screen and (max-width: 1279px) {
  .design-3 .diamonds-inner .position-03 {
    left: 576px;
    top: 53px;
  }
}
.design-3 .diamonds-inner .position-04 {
  left: 616px;
  top: 329px;
}
@media screen and (max-width: 1279px) {
  .design-3 .diamonds-inner .position-04 {
    left: 500px;
    top: 266px;
  }
}
.design-3 .diamonds-inner .position-05 {
  left: 596px;
  top: 94px;
}
@media screen and (max-width: 1279px) {
  .design-3 .diamonds-inner .position-05 {
    left: 485px;
    top: 80px;
  }
}

.design-4 .diamonds-inner {
  height: 580px;
}
@media screen and (max-width: 1279px) {
  .design-4 .diamonds-inner {
    height: 466px;
  }
}
.design-4 .diamonds-inner .position-01 {
  left: 84px;
  top: 84px;
}
@media screen and (max-width: 1279px) {
  .design-4 .diamonds-inner .position-01 {
    left: 70px;
    top: 70px;
  }
}
.design-4 .diamonds-inner .position-02 {
  left: 660px;
  top: 84px;
}
@media screen and (max-width: 1279px) {
  .design-4 .diamonds-inner .position-02 {
    left: 534px;
    top: 70px;
  }
}
.design-4 .diamonds-inner .position-03 {
  left: 372px;
  top: 84px;
}
@media screen and (max-width: 1279px) {
  .design-4 .diamonds-inner .position-03 {
    left: 300px;
    top: 70px;
  }
}
.design-4 .diamonds-inner .position-04 {
  left: 668px;
  top: 21px;
}
@media screen and (max-width: 1279px) {
  .design-4 .diamonds-inner .position-04 {
    left: 540px;
    top: 22px;
  }
}

.design-5 .diamonds-inner {
  height: 580px;
}
@media screen and (max-width: 1279px) {
  .design-5 .diamonds-inner {
    height: 466px;
  }
}
.design-5 .diamonds-inner .position-01 {
  left: 84px;
  top: 84px;
}
@media screen and (max-width: 1279px) {
  .design-5 .diamonds-inner .position-01 {
    left: 70px;
    top: 70px;
  }
}
.design-5 .diamonds-inner .position-02 {
  left: 660px;
  top: 84px;
}
@media screen and (max-width: 1279px) {
  .design-5 .diamonds-inner .position-02 {
    left: 534px;
    top: 70px;
  }
}
.design-5 .diamonds-inner .position-03 {
  left: 474px;
  top: 40px;
}
@media screen and (max-width: 1279px) {
  .design-5 .diamonds-inner .position-03 {
    left: 383px;
    top: 36px;
  }
}
.design-5 .diamonds-inner .position-04 {
  left: 620px;
  top: 184px;
}
@media screen and (max-width: 1279px) {
  .design-5 .diamonds-inner .position-04 {
    left: 500px;
    top: 150px;
  }
}
.design-5 .diamonds-inner .position-05 {
  left: 474px;
  top: 329px;
}
@media screen and (max-width: 1279px) {
  .design-5 .diamonds-inner .position-05 {
    left: 383px;
    top: 266px;
  }
}
.design-5 .diamonds-inner .position-06 {
  left: 57px;
  top: 57px;
}
@media screen and (max-width: 1279px) {
  .design-5 .diamonds-inner .position-06 {
    left: 50px;
    top: 50px;
  }
}

.design-6 .diamonds-inner {
  height: 580px;
}
@media screen and (max-width: 1279px) {
  .design-6 .diamonds-inner {
    height: 466px;
  }
}
.design-6 .diamonds-inner .position-01 {
  left: 135px;
  top: 61px;
}
@media screen and (max-width: 1279px) {
  .design-6 .diamonds-inner .position-01 {
    left: 112px;
    top: 52px;
  }
}
.design-6 .diamonds-inner .position-02 {
  left: 400px;
  top: 257px;
}
@media screen and (max-width: 1279px) {
  .design-6 .diamonds-inner .position-02 {
    left: 325px;
    top: 208px;
  }
}
.design-6 .diamonds-inner .position-03 {
  left: 473px;
  top: 40px;
}
@media screen and (max-width: 1279px) {
  .design-6 .diamonds-inner .position-03 {
    left: 384px;
    top: 35px;
  }
}
.design-6 .diamonds-inner .position-04 {
  left: 660px;
  top: 84px;
}
@media screen and (max-width: 1279px) {
  .design-6 .diamonds-inner .position-04 {
    left: 534px;
    top: 70px;
  }
}
.design-6 .diamonds-inner .position-05 {
  left: 381px;
  top: 20px;
}
@media screen and (max-width: 1279px) {
  .design-6 .diamonds-inner .position-05 {
    left: 310px;
    top: 20px;
  }
}

.full-parallax-section {
  position: relative;
  /*margin-top: 40px;*/
  padding: 10px;
  background: #006633;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #006633, #ffcc33);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #006633, #ffcc33);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #006633, #ffcc33);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #006633, #ffcc33);
  /* Standard syntax */
}
.full-parallax-section.parallax-section {
  overflow: hidden;
  text-align: center;
  justify-content: center;
}
.full-parallax-section.parallax-section .parallax-img-bg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.full-parallax-section.gradient-off {
  background: none;
}
.full-parallax-section.gradient-off .full-bg {
  opacity: 1;
}
.full-parallax-section .dis-table {
  height: 406px;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .full-parallax-section .dis-table {
    height: 250px;
  }
}
.full-parallax-section .container {
  max-width: 1000px;
}
.full-parallax-section .full-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /*mix-blend-mode: luminosity;*/
  z-index: 2;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .full-parallax-section .full-bg {
    /*mix-blend-mode: luminosity;*/
  }
}
.full-parallax-section p {
  text-align: center;
  font-family: "TheSansB5PlainItalic", sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 1.1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .full-parallax-section p {
    font-size: 24px;
  }
}

.accreditation-section .container {
  max-width: 930px;
}
.accreditation-section .accreditation-blocks {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .accreditation-section .accreditation-blocks {
    padding: 30px 15px 20px;
  }
}
.accreditation-section .accreditation-blocks h3 {
  font-family: "TheSansB4SemiLight", sans-serif;
  font-size: 27px;
  line-height: 1.1;
  color: #272727;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .accreditation-section .accreditation-blocks h3 {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.accreditation-section .accreditation-blocks .accreditation-part {
  text-align: center;
}
.accreditation-section .accreditation-blocks .accreditation-part .single-accreditation {
  width: 135px;
  height: 135px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin: 36px 0;
}
.accreditation-section .accreditation-blocks .accreditation-part .single-accreditation img {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .accreditation-section .accreditation-blocks .accreditation-part .single-accreditation {
    width: 66px;
    height: 66px;
    margin: 20px 0;
  }
}
.accreditation-section .accreditation-blocks p {
  text-align: center;
  margin: 27px 0 0;
  font-family: "TheSansB5Plain", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #272727;
}
@media screen and (max-width: 767px) {
  .accreditation-section .accreditation-blocks p {
    font-size: 10px;
    margin: 12px 0 0;
  }
}
.accreditation-section .accreditation-blocks .slick-dots {
  margin-top: 20px;
}
.accreditation-section .maps-block {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .accreditation-section .maps-block {
    padding: 0 12px 30px;
  }
}
.accreditation-section .maps-block .full-img {
  overflow: hidden;
}
.accreditation-section .maps-block .full-img img {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.accreditation-section .maps-block .full-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.accreditation-section .maps-block .policy-map {
  margin-top: -70px;
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  .accreditation-section .maps-block .policy-map {
    margin-top: -20px;
    padding: 0 12px;
  }
  .accreditation-section .maps-block .policy-map .equal-height {
    height: auto !important;
  }
}
.accreditation-section .maps-block .policy-map .single-block {
  background-color: #ffcc33;
  position: relative;
  padding: 24px 20px;
}
@media screen and (max-width: 767px) {
  .accreditation-section .maps-block .policy-map .single-block:last-child {
    padding: 0;
  }
}
.accreditation-section .maps-block .policy-map .single-block iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .accreditation-section .maps-block .policy-map .single-block iframe {
    height: 240px;
    position: static;
  }
}
.accreditation-section .maps-block .policy-map .single-block h4 {
  font-family: "FormataLight", sans-serif;
  color: #272727;
  font-size: 21px;
  line-height: 1.1;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .accreditation-section .maps-block .policy-map .single-block h4 {
    font-size: 16px;
  }
}
.accreditation-section .maps-block .policy-map .single-block p {
  font-family: "TheSansB5Plain", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #272727;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .accreditation-section .maps-block .policy-map .single-block p {
    font-size: 11px;
  }
}

@media screen and (max-width: 1023px) {
  .front .programs-about-section {
    background-position: 0;
  }
}

.full-width-plate-cta {
  position: relative;
}
.full-width-plate-cta .full-img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .full-width-plate-cta .full-img {
    position: relative;
    min-height: 180px;
    padding: 0;
  }
}
.full-width-plate-cta .full-img h3 {
  display: none;
}
.full-width-plate-cta .full-img h3:before {
  content: "";
  width: 30px;
  height: 6px;
  background-color: #ffcc33;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .full-width-plate-cta .full-img h3 {
    display: table;
    width: 100%;
    text-align: left;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto 15px;
    text-transform: uppercase;
    color: #fff;
    font-family: "TheSansB4SemiLight", sans-serif;
    font-size: 22px;
    line-height: 1.2;
    padding: 15px 0;
  }
}
.full-width-plate-cta .dis-table.banner-caption {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .full-width-plate-cta .dis-table.banner-caption {
    position: relative;
    max-width: 100%;
    background-color: white;
    bottom: inherit;
    padding: 0px;
  }
}
.full-width-plate-cta .dis-table.banner-caption.banner-center .banner-text {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .full-width-plate-cta .dis-table.banner-caption.banner-center .banner-text {
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  .full-width-plate-cta .dis-table.banner-caption.banner-center .banner-text {
    text-align: left;
  }
}
.full-width-plate-cta .dis-table.banner-caption.banner-right .banner-text {
  margin-left: auto;
}
.full-width-plate-cta .dis-table.banner-caption.banner-left .banner-text {
  margin-right: auto;
}
.full-width-plate-cta .dis-table.banner-caption .banner-text {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 25px;
  width: 100%;
  max-width: 580px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .full-width-plate-cta .dis-table.banner-caption .banner-text {
    padding: 22px 15px 30px;
    max-width: 100%;
  }
}
.full-width-plate-cta .dis-table.banner-caption .banner-text h3 {
  color: #000;
  font-family: "TheSansB4SemiLight", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 18px;
}
@media screen and (max-width: 767px) {
  .full-width-plate-cta .dis-table.banner-caption .banner-text h3 {
    font-size: 22px;
    margin-bottom: 10px;
    display: none;
  }
}
.full-width-plate-cta .dis-table.banner-caption .banner-text p {
  font-size: 15px;
  color: #000;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .full-width-plate-cta .dis-table.banner-caption .banner-text p {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.full-width-plate-cta .dis-table.banner-caption .banner-text.banner-center {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .full-width-plate-cta .dis-table.banner-caption .banner-text.banner-center {
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  .full-width-plate-cta .dis-table.banner-caption .banner-text.banner-center {
    text-align: left;
  }
}

/* breadcumb */
.breadcumb .breadcrumb {
  background-color: #e4e6d7;
  margin: 0 -20px;
  text-align: right;
  font-size: 10px;
  font-family: "TheSansB6SemiBold", sans-serif;
  color: #272727;
  padding: 0 20px;
  border-radius: 0;
}
.breadcumb .breadcrumb a {
  margin: 0;
  padding: 4px;
  font-size: 10px;
  font-family: "TheSansB6SemiBold", sans-serif;
  color: #272727;
  display: inline-block;
  vertical-align: middle;
}
.breadcumb .breadcrumb ul {
  margin: 0;
  padding: 0 20px;
  text-align: right;
}
.breadcumb .breadcrumb ul li {
  margin: 0;
  padding: 4px 8px;
  font-size: 10px;
  font-family: "TheSansB6SemiBold", sans-serif;
  color: #272727;
  display: inline-block;
  vertical-align: middle;
}
.breadcumb .breadcrumb ul li:before {
  display: none;
}
.breadcumb .breadcrumb ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #272727;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.breadcumb .breadcrumb ul li:first-child:after {
  display: none;
}
.breadcumb .breadcrumb ul li:last-child {
  padding-right: 0;
}
.breadcumb .breadcrumb ul li a {
  color: #272727;
}

.about-breadcrumb {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}

/* about-school-section */
.about-school-section {
  background-color: #fff;
  padding: 60px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .about-school-section {
    padding: 50px 20px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .about-school-section {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-school-section {
    padding: 30px 15px 20px;
  }
}
.about-school-section .firstrow .left-width {
  width: 44.8%;
  float: left;
}
@media screen and (max-width: 1023px) {
  .about-school-section .firstrow .left-width {
    width: 100%;
  }
}
.about-school-section .firstrow .right-width {
  width: 55.2%;
  float: left;
}
@media screen and (max-width: 1023px) {
  .about-school-section .firstrow .right-width {
    width: 100%;
  }
}
.about-school-section .firstrow .content-block {
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  .about-school-section .firstrow .content-block {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .about-school-section .firstrow .content-block {
    padding-right: 0;
  }
}
.about-school-section .secondrow .left-width {
  width: 44.8%;
  float: right;
}
@media screen and (max-width: 1023px) {
  .about-school-section .secondrow .left-width {
    width: 100%;
  }
}
.about-school-section .secondrow .right-width {
  width: 55.2%;
  float: right;
}
@media screen and (max-width: 1023px) {
  .about-school-section .secondrow .right-width {
    width: 100%;
  }
}
.about-school-section .secondrow .content-block {
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  .about-school-section .secondrow .content-block {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .about-school-section .secondrow .content-block {
    padding-left: 0;
  }
}
.about-school-section .img-block img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .about-school-section .img-block img {
    width: auto;
    margin: 0;
  }
}
.about-school-section .img-block,
.about-school-section .content-block {
  opacity: 0;
  visibility: hidden;
}
.about-school-section .img-block.fadeInRight,
.about-school-section .content-block.fadeInRight {
  opacity: 1;
  visibility: visible;
}
.about-school-section h2 {
  font-size: 34px;
  font-family: "TheSansB4SemiLight", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 10px;
}
@media screen and (max-width: 1279px) {
  .about-school-section h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-school-section h2 {
    font-size: 28px;
  }
}
.about-school-section h4 {
  font-size: 13px;
  font-family: "TheSansB7Bold", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .about-school-section h4 {
    font-size: 14px;
  }
}
.about-school-section p {
  font-size: 15px;
  font-family: "TheSansB5Plain", sans-serif;
  line-height: 1.6;
  color: gray;
  margin: 0 0 20px;
}
@media screen and (max-width: 1279px) {
  .about-school-section p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about-school-section p {
    font-size: 13px;
  }
}

/* leadership-section */
.leadership-section {
  position: relative;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .leadership-section {
    padding: 0;
  }
}
.leadership-section .leadership-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .leadership-section .leadership-bg {
    min-height: 180px;
    position: relative;
  }
}
.leadership-section .leadership-bg:before {
  content: "";
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: -10%;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #006633 0%, rgba(16, 114, 74, 0.99) 1%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #006633 0%, rgba(16, 114, 74, 0.99) 1%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #006633 0%, rgba(16, 114, 74, 0.99) 1%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$theme-color", endColorstr="#00ffffff",GradientType=1 );
}
.leadership-section .leadership-bg.gradient-off:before {
  display: none;
}
.leadership-section .leadership-bg h3 {
  display: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto 15px;
  text-transform: uppercase;
  color: #fff;
  font-family: "TheSansB4SemiLight", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  padding: 15px 0;
}
.leadership-section .leadership-bg h3:before {
  content: "";
  width: 30px;
  height: 6px;
  background-color: #ffcc33;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .leadership-section .leadership-bg h3 {
    display: block;
  }
}
.leadership-section .leader-inner {
  max-width: 430px;
  width: 100%;
  margin: 0;
  position: relative;
}
.leadership-section .leader-inner.left {
  float: left;
}
.leadership-section .leader-inner.right {
  float: right;
}
.leadership-section .leader-inner.full {
  float: none;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .leadership-section .leader-inner {
    float: none;
    max-width: none;
    background-color: #fff;
    padding: 22px 15px 30px;
  }
}
.leadership-section .leader-inner h3 {
  text-transform: uppercase;
  color: #fff;
  font-family: "TheSansB4SemiLight", sans-serif;
  font-size: 34px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 36px;
  margin: 0 0 20px;
}
.leadership-section .leader-inner h3:before {
  content: "";
  width: 42px;
  height: 8px;
  background-color: #ffcc33;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .leadership-section .leader-inner h3 {
    display: none;
  }
}
.leadership-section .leader-inner h6 {
  text-transform: uppercase;
  color: #fff;
  font-family: "TheSansB7Bold", sans-serif;
  font-size: 13px;
  line-height: 1.8;
  margin: 0 0 25px;
}
@media screen and (max-width: 767px) {
  .leadership-section .leader-inner h6 {
    color: #000;
    margin: 0 0 16px;
    font-size: 14px;
  }
}
.leadership-section .leader-inner p {
  color: #fff;
  font-family: "TheSansB4SemiLight", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 30px;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .leadership-section .leader-inner p {
    color: #000;
    margin: 0 0 20px;
    font-size: 13px;
  }
}
.leadership-section .leader-inner .btn:hover, .leadership-section .leader-inner .item-list .pager-load-more li a:hover, .item-list .pager-load-more li .leadership-section .leader-inner a:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 767px) {
  .leadership-section .leader-inner .btn, .leadership-section .leader-inner .item-list .pager-load-more li a, .item-list .pager-load-more li .leadership-section .leader-inner a {
    background-color: #006633;
    text-align: left;
    color: #ffffff;
  }
}

/* faculty-section */
.faculty-section {
  overflow: hidden;
  background-color: #fff;
  padding: 46px 0;
}
@media screen and (max-width: 1279px) {
  .faculty-section {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1279px) {
  .faculty-section {
    background-color: #e4e6d7;
  }
}
@media screen and (max-width: 767px) {
  .faculty-section {
    padding: 46px 15px;
  }
}
.faculty-section .row {
  margin: 0 -35px;
}
@media screen and (max-width: 1279px) {
  .faculty-section .row {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .faculty-section .row {
    margin: 0;
  }
}
.faculty-section .row div[class*=col-] {
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 1279px) {
  .faculty-section .row div[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .faculty-section .row div[class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
.faculty-section h3 {
  color: #959595;
  font-family: "TheSansB6SemiBold", sans-serif;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 22px;
}
@media screen and (max-width: 767px) {
  .faculty-section h3 {
    font-size: 19px;
    margin: 0 0 20px;
  }
}
.faculty-section .single-faculty {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .faculty-section .single-faculty {
    margin: 0 0 28px;
  }
}
.faculty-section .single-faculty.fadeInLeft {
  opacity: 1;
  visibility: visible;
}
.faculty-section .single-faculty figure a {
  display: block;
  overflow: hidden;
}
.faculty-section .single-faculty figure a img {
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.faculty-section .single-faculty figure a:hover img {
  /*@include scale(1.1, 1.1);*/
}
.faculty-section .single-faculty .content {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .faculty-section .single-faculty .content {
    padding: 20px 15px;
  }
}
.faculty-section .single-faculty .content .title {
  font-size: 17px;
  line-height: 1.2;
  color: #272727;
  font-family: "TheSansB7Bold", sans-serif;
  margin-bottom: 10px;
}
.faculty-section .single-faculty .content .title a {
  display: block;
  color: #272727;
}
.faculty-section .single-faculty .content p {
  font-size: 15px;
  line-height: 1.2;
  font-family: "TheSansB5Plain", sans-serif;
  color: #979797;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .faculty-section .single-faculty .content p {
    font-size: 11px;
  }
}
.faculty-section .single-faculty .content > a {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: auto;
  color: #434343;
  font-family: "TheSansB7Bold", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.faculty-section .single-faculty .content > a span {
  display: inline-block;
  font-size: 8px;
  line-height: inherit;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .faculty-section .single-faculty .content > a span {
    font-size: 6px;
  }
}
.faculty-section .single-faculty .content > a:hover {
  color: #006633;
}
@media screen and (max-width: 767px) {
  .faculty-section .single-faculty .content > a {
    font-size: 11px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    right: 0;
    display: block;
  }
}

.about-page-diamond {
  padding: 40px 0;
  background-color: #e4e6d7;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .about-page-diamond {
    padding: 0;
  }
}
.about-page-diamond .in-mobile {
  padding: 0 15px;
}
.about-page-diamond .in-mobile .row {
  padding: 20px 0 0;
  background-color: #fff;
  position: relative;
}
.about-page-diamond .in-mobile .row:before {
  content: "";
  display: none;
  width: 45px;
  height: 45px;
  background-color: #ffcc33;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: -24px auto 0;
}
@media screen and (max-width: 1023px) {
  .about-page-diamond .in-mobile .row:before {
    display: block;
  }
}
.about-page-diamond .in-mobile .text-block {
  padding: 30px 20px;
}
.about-page-diamond .in-mobile .text-block .title {
  font-family: "TheSansB4SemiLight", sans-serif;
  font-size: 27px;
  color: #272727;
  margin: 0 0 17px;
}
.about-page-diamond .in-mobile .text-block p {
  font-family: "TheSansB5Plain", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  color: gray;
}
@media screen and (max-width: 767px) {
  .about-page-diamond .in-mobile .text-block p {
    font-size: 12px;
  }
}
.about-page-diamond .in-mobile figure img {
  width: 100%;
}
.about-page-diamond .in-mobile .two-block.dis-table {
  height: 180px;
}
@media screen and (max-width: 767px) {
  .about-page-diamond .in-mobile .two-block.dis-table {
    height: auto;
  }
}
.about-page-diamond .in-mobile .two-block .left-block {
  width: 35%;
  background-color: #272727;
  color: #fff;
  padding: 20px 15px;
  text-transform: uppercase;
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .about-page-diamond .in-mobile .two-block .left-block {
    font-size: 15px;
  }
}
.about-page-diamond .in-mobile .two-block .right-block {
  width: 65%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.about-page-diamond .in-mobile .info-block {
  padding: 30px 20px;
}
.about-page-diamond .in-mobile .info-block .border {
  height: 7px;
  width: 34px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffcc33;
  margin-bottom: 20px;
}
.about-page-diamond .in-mobile .info-block p {
  font-family: "TheSansB5Plain", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 26px;
}
@media screen and (max-width: 767px) {
  .about-page-diamond .in-mobile .info-block p {
    font-size: 12px;
  }
}
.about-page-diamond .in-mobile .info-block .btn, .about-page-diamond .in-mobile .info-block .item-list .pager-load-more li a, .item-list .pager-load-more li .about-page-diamond .in-mobile .info-block a {
  text-align: left;
}

.design-7 .diamonds-inner {
  height: 652px;
}
@media screen and (max-width: 1279px) {
  .design-7 .diamonds-inner {
    height: 524px;
  }
}
.design-7 .diamonds-inner .position-01 {
  left: 84px;
  top: 84px;
}
@media screen and (max-width: 1279px) {
  .design-7 .diamonds-inner .position-01 {
    left: 68px;
    top: 68px;
  }
}
.design-7 .diamonds-inner .position-02 {
  left: 475px;
  top: 328px;
}
@media screen and (max-width: 1279px) {
  .design-7 .diamonds-inner .position-02 {
    left: 380px;
    top: 266px;
  }
}
.design-7 .diamonds-inner .position-03 {
  left: 568px;
  top: 64px;
}
@media screen and (max-width: 1279px) {
  .design-7 .diamonds-inner .position-03 {
    left: 456px;
    top: 54px;
  }
}
.design-7 .diamonds-inner .position-04 {
  left: 784px;
  top: 280px;
}
@media screen and (max-width: 1279px) {
  .design-7 .diamonds-inner .position-04 {
    left: 629px;
    top: 226px;
  }
}
.design-7 .diamonds-inner .position-05 {
  left: 980px;
  top: 116px;
}
@media screen and (max-width: 1279px) {
  .design-7 .diamonds-inner .position-05 {
    left: 786px;
    top: 93px;
  }
}
.design-7 .diamonds-inner .position-06 {
  left: 454px;
  top: 95px;
}
@media screen and (max-width: 1279px) {
  .design-7 .diamonds-inner .position-06 {
    left: 365px;
    top: 79px;
  }
}

/* full-video-section */
.full-video-section {
  text-align: center;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.full-video-section .bg-img-outer {
  height: 620px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .full-video-section .bg-img-outer {
    height: 400px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .full-video-section .bg-img-outer {
    height: 230px;
  }
}
.full-video-section .bg-img-outer .bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.full-video-section .bg-img-outer a.icon {
  z-index: 3;
}
.full-video-section .caption {
  text-align: left;
  margin: 20px 0;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .full-video-section .caption {
    padding: 0 15px;
  }
}
.full-video-section .caption .title {
  font-family: "TheSansB3LightItalic";
  font-size: 18px;
  line-height: 1.2;
  color: #87908f;
}
.full-video-section .caption .date {
  font-family: "TheSansB6SemiBold", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #87908f;
  text-transform: uppercase;
}

/*explore-section*/
.explore-section {
  position: relative;
  background-color: #e4e6d7;
  overflow: hidden;
}
.explore-section .left-block {
  width: calc(100% - 295px);
  float: left;
  background-color: #e4e6d7;
  padding: 30px 20px 30px 0;
}
@media screen and (max-width: 1279px) {
  .explore-section .left-block {
    padding: 30px 20px 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .explore-section .left-block {
    width: 100%;
    height: auto !important;
    padding: 20px 15px 20px 15px;
  }
}
.explore-section .left-block .row {
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .explore-section .left-block .row {
    margin: 0;
  }
}
.explore-section .left-block .row div[class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .explore-section .left-block .row div[class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
.explore-section .left-block h5 {
  font-size: 30px;
  line-height: 1.2;
  font-family: "FormataLight", sans-serif;
  text-transform: uppercase;
  color: #636363;
  margin: 0 0 22px;
}
@media screen and (max-width: 767px) {
  .explore-section .left-block h5 {
    font-size: 17px;
  }
}
.explore-section .left-block .single-explore figure {
  margin-bottom: 21px;
}
@media screen and (max-width: 1023px) {
  .explore-section .left-block .single-explore figure {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .explore-section .left-block .single-explore figure {
    margin-bottom: 8px;
  }
}
.explore-section .left-block .single-explore figure a {
  display: block;
  overflow: hidden;
}
.explore-section .left-block .single-explore figure a img {
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.explore-section .left-block .single-explore figure a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.explore-section .left-block .single-explore .title {
  display: block;
  color: #006633;
  font-family: "TheSansB5Plain", sans-serif;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .explore-section .left-block .single-explore .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .explore-section .left-block .single-explore .title {
    font-size: 12px;
  }
}
.explore-section .right-block {
  max-width: 295px;
  width: 100%;
  float: left;
  background-color: #006633;
  position: relative;
  padding: 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .explore-section .right-block {
    width: 100%;
    max-width: none;
    height: auto !important;
    padding: 18px;
  }
}
.explore-section .right-block:before {
  content: "";
  height: 100%;
  width: 1000px;
  background-color: #006633;
  position: absolute;
  left: 99.8%;
  top: 0;
  bottom: 0;
  display: none;
}
.explore-section .right-block h6 {
  font-family: "TheSansB4SemiLight", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 22px;
}
@media screen and (max-width: 767px) {
  .explore-section .right-block h6 {
    font-size: 14px;
    margin: 0 0 14px;
  }
}
.explore-section .right-block p {
  color: #fff;
}
.explore-section .right-block p a {
  text-decoration: underline;
  color: #fff;
}
.explore-section .right-block address {
  color: #fff;
  font-family: "TheSansB5Plain", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
.explore-section .right-block address a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .explore-section .right-block address {
    font-size: 11px;
    margin: 0;
  }
}

.node-type-about .full-video-section {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.node-type-about .preparing-media-section {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

/* breadcumb */
.breadcrumbing-bottom .breadcrumb {
  margin: 0 0 20px;
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 14px;
  font-family: "TheSansB6SemiBold", sans-serif;
  color: #272727;
  background-color: transparent;
  padding: 0;
}
.breadcrumbing-bottom .breadcrumb a {
  font-size: 14px;
  font-family: "TheSansB6SemiBold", sans-serif;
  color: #272727;
}
.breadcrumbing-bottom .breadcrumb ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.breadcrumbing-bottom .breadcrumb ul li {
  margin: 0;
  padding: 4px 8px;
  font-size: 14px;
  font-family: "TheSansB6SemiBold", sans-serif;
  color: #272727;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
}
.breadcrumbing-bottom .breadcrumb ul li:before {
  display: none;
}
.breadcrumbing-bottom .breadcrumb ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #272727;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: -3px;
  top: 9px;
  margin: auto;
  line-height: 0;
}
.breadcrumbing-bottom .breadcrumb ul li:last-child {
  padding-right: 0;
}
.breadcrumbing-bottom .breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumbing-bottom .breadcrumb ul li a,
.breadcrumbing-bottom .breadcrumb ul li span {
  color: #959595;
}
.breadcrumbing-bottom .breadcrumb ul li.active a,
.breadcrumbing-bottom .breadcrumb ul li.active span {
  color: #006633;
}

/* breadcumb */
.both-blocks {
  overflow: hidden;
  margin: -30px auto 0;
  padding: 0 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .both-blocks {
    margin: 0;
    padding: 0;
  }
}
.both-blocks > .row {
  margin: 0 -3px;
}
.both-blocks > .row .left-main {
  padding-left: 3px;
  padding-right: 3px;
  float: right;
  width: 72%;
}
@media screen and (max-width: 767px) {
  .both-blocks > .row .left-main {
    width: 100%;
  }
}
.both-blocks > .row .left-main #node-776 .career-services-section {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .both-blocks > .row .left-main #node-776 .career-services-section .all-career {
    padding: 0;
  }
}
.both-blocks > .row .right-main {
  padding-left: 3px;
  padding-right: 3px;
  float: right;
  width: 28%;
}
@media screen and (max-width: 767px) {
  .both-blocks > .row .right-main {
    width: 100%;
  }
}
.both-blocks .left-inner {
  background-color: #fff;
  padding: 60px 30px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .both-blocks .left-inner {
    padding: 20px 15px;
  }
}
.both-blocks .left-inner .main-content .field-name-field-select-view .field-label {
  display: none;
}
.both-blocks .left-inner .main-content .padding-content {
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (max-width: 1279px) {
  .both-blocks .left-inner .main-content .padding-content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .both-blocks .left-inner .main-content .padding-content {
    padding-right: 0;
    padding-left: 0;
  }
}
.both-blocks .left-inner .main-content h1 {
  font-family: "FormataBold", sans-serif;
}
.both-blocks .left-inner .main-content h1.small-h1 {
  font-size: 34px;
  font-weight: normal;
  font-family: "TheSansB5Plain", sans-serif;
}
.both-blocks .left-inner .main-content h3 {
  color: #272727;
  font-size: 21px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "FormataLight", sans-serif;
}
.both-blocks .left-inner .main-content h3 a {
  font-weight: bold;
}
.both-blocks .left-inner .main-content h3 a:hover {
  color: #006633;
  text-decoration: underline;
}
.both-blocks .left-inner .main-content h6 {
  font-size: 20px;
  line-height: 1.2;
  font-family: "TheSansB6SemiBold", sans-serif;
  color: gray;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .both-blocks .left-inner .main-content h6 {
    font-size: 16px;
    margin: 0 0 18px;
  }
}
.both-blocks .left-inner .main-content p.author {
  font-family: "TheSansB5Plain", sans-serif;
  color: #006633;
  position: relative;
  padding-bottom: 24px;
}
.both-blocks .left-inner .main-content p.author:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 33px;
  height: 5px;
  background-color: #ffcc33;
}
@media screen and (max-width: 767px) {
  .both-blocks .left-inner .main-content p.author {
    padding-bottom: 16px;
  }
}
.both-blocks .left-inner .main-content .addtoany-share {
  display: block;
  margin-bottom: 15px;
}
.both-blocks .left-inner .main-content .addtoany-share .addtoany_list {
  padding: 10px 0 30px;
}
@media screen and (max-width: 767px) {
  .both-blocks .left-inner .main-content .addtoany-share .addtoany_list {
    padding: 20px 0;
  }
}
.both-blocks .left-inner .main-content .addtoany-share .addtoany_list a {
  color: #006633;
  text-decoration: none;
  font-size: 26px;
  line-height: 26px;
  padding: 8px;
}
.both-blocks .left-inner .main-content .addtoany-share .addtoany_list a:hover {
  color: #ffcc33;
}
@media screen and (max-width: 767px) {
  .both-blocks .left-inner .main-content .addtoany-share .addtoany_list a {
    font-size: 16px;
    padding: 3px;
  }
}
.both-blocks .left-inner .main-content .addtoany-share .addtoany_list a span.a2a_svg {
  display: none;
}
.both-blocks .left-inner .main-content .addtoany-share .addtoany_list a:last-child {
  padding: 8px 8px 14px 8px;
}
.both-blocks .left-inner .main-content .addtoany-share .addtoany_list a:last-child span.a2a_svg {
  display: block;
}
.both-blocks .left-inner .main-content .img-module {
  margin: 30px 0 40px;
}
@media screen and (max-width: 767px) {
  .both-blocks .left-inner .main-content .img-module {
    margin: 20px 0 24px;
  }
}
.both-blocks .left-inner .main-content .img-module > .row {
  margin: 0 -3px;
}
.both-blocks .left-inner .main-content .img-module > .row > div[class*=col-] {
  padding-left: 3px;
  padding-right: 3px;
}
.both-blocks .left-inner .main-content .img-module figcaption {
  display: block;
  text-align: center;
  font-family: "TheSansB3LightItalic";
  font-size: 18px;
  line-height: 1.2;
  color: #87908f;
  margin: 26px 0 0;
}
@media screen and (max-width: 767px) {
  .both-blocks .left-inner .main-content .img-module figcaption {
    font-size: 16px;
    margin: 18px 0 0;
  }
}
.both-blocks .left-inner .main-content .full-video-section {
  overflow: hidden;
}
.both-blocks .left-inner .main-content .full-video-section .bg-img-outer {
  height: 480px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .both-blocks .left-inner .main-content .full-video-section .bg-img-outer {
    height: 200px;
  }
}
.both-blocks .left-inner .main-content .full-video-section .bg-img-outer .bg-img {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.both-blocks .left-inner .main-content .full-video-section .bg-img-outer:hover .bg-img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.both-blocks .left-inner .main-content .full-video-section .caption {
  margin: 14px 0 0;
}
.both-blocks .left-inner .main-content .view-filters .views-exposed-widgets {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .both-blocks .left-inner .main-content .view-filters .views-exposed-widgets .views-exposed-widget {
    padding: 0 0em 0.6em 0;
  }
}
.both-blocks .left-inner .main-content .view-filters .views-exposed-widgets .views-exposed-widget .form-submit {
  border: 0;
  box-shadow: none;
  background: #026634;
  color: #fff;
  padding: 11px 15px 11px;
  margin-top: 0;
  font-size: 15px;
  font-weight: 700;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .both-blocks .left-inner .main-content .view-filters .views-exposed-widgets .views-exposed-widget .form-submit {
    width: 150px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .both-blocks .left-inner .main-content .view-filters .views-exposed-widgets .views-exposed-widget .views-widget .form-type-date-select .form-type-select {
    padding: 0;
  }
}
.both-blocks .left-inner .main-content .view-filters .views-exposed-widgets .views-exposed-widget .views-widget .form-type-date-select .form-type-select .form-select {
  color: #ffffff;
  outline: none;
  padding: 0 10px;
  width: 150px;
  height: 40px;
  margin-right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #026634 url("../images/select-arrow.png") no-repeat right 10px center;
}
.both-blocks .left-inner .main-content .view-filters .views-exposed-widgets .views-exposed-widget .views-widget .form-type-date-select .form-type-select .form-select:hover {
  background-color: #026634;
  color: #ffffff;
}
.both-blocks .left-inner .main-content .view-filters .views-exposed-widgets .views-exposed-widget .views-widget .form-type-date-select .form-type-select .form-select:after {
  display: none;
}
.both-blocks .left-inner .main-content .view-content .news-list {
  padding-bottom: 10px;
}
.both-blocks .left-inner .main-content .view-content .news-list h3 {
  margin: 0 0 10px;
}
.both-blocks .left-inner .main-content .view-content .news-list .views-field {
  display: inline-block;
  vertical-align: middle;
  color: #959595;
  font-size: 14px;
  margin: 0 0 10px;
  position: relative;
  padding: 0 10px;
}
.both-blocks .left-inner .main-content .view-content .news-list .views-field.date {
  padding-left: 0px;
}
.both-blocks .left-inner .main-content .view-content .news-list .views-field.category {
  padding: 0 10px;
}
.both-blocks .left-inner .main-content .view-content .news-list .views-field.category:before {
  position: absolute;
  content: "";
  height: 16px;
  background-color: #e7e9de;
  width: 2px;
  left: 0;
  margin-left: -4px;
  display: inline-block;
  vertical-align: middle;
}
.both-blocks .left-inner .related-content {
  overflow: hidden;
  padding: 28px 0;
  border-top: 1px solid #eaeaeb;
  border-bottom: 1px solid #eaeaeb;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .both-blocks .left-inner .related-content {
    margin: 20px 0 0;
    padding: 18px 0;
    border-bottom: none;
  }
}
.both-blocks .left-inner .related-content .row {
  margin: 0 -8px;
}
.both-blocks .left-inner .related-content .row div[class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .both-blocks .left-inner .related-content .row {
    margin: 0 -3px;
  }
  .both-blocks .left-inner .related-content .row div[class*=col-] {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.both-blocks .left-inner .related-content h4 {
  font-family: "FormataLight", sans-serif;
  font-size: 21px;
  line-height: 1.2;
  color: #272727;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .both-blocks .left-inner .related-content h4 {
    margin: 0 0 26px;
  }
}
.both-blocks .left-inner .related-content .single-related {
  opacity: 0;
  visibility: hidden;
}
.both-blocks .left-inner .related-content .single-related.fadeInLeft {
  opacity: 1;
  visibility: visible;
}
.both-blocks .left-inner .related-content .single-related figure {
  margin-bottom: 21px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .both-blocks .left-inner .related-content .single-related figure {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .both-blocks .left-inner .related-content .single-related figure {
    margin-bottom: 8px;
  }
}
.both-blocks .left-inner .related-content .single-related figure a {
  display: block;
  overflow: hidden;
}
.both-blocks .left-inner .related-content .single-related figure a img {
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.both-blocks .left-inner .related-content .single-related figure a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.both-blocks .left-inner .related-content .single-related .title {
  display: block;
  color: #006633;
  font-family: "TheSansB5Plain", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .both-blocks .left-inner .related-content .single-related .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .both-blocks .left-inner .related-content .single-related .title {
    font-size: 12px;
  }
}
.both-blocks .right-inner {
  background-color: #fff;
  padding: 28px 36px 30px;
}
@media screen and (max-width: 1279px) {
  .both-blocks .right-inner {
    padding: 28px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .both-blocks .right-inner {
    padding: 28px 7px 30px;
  }
}

/* common sidebar */
.aside-common .aside-tag {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .aside-common .aside-tag {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 3px);
    padding: 0 7px;
    margin: 0 0 10px;
  }
}
.aside-common .aside-tag:last-child {
  margin: 0;
}
.aside-common .aside-tag.block-imageblock img {
  margin-bottom: 16px;
}
.aside-common .aside-tag .field-name-field-view-sidebar .field-label {
  display: none;
}
.aside-common .aside-tag .field-name-field-view-sidebar .view-dynamic-list .link {
  margin: 0 0 20px;
}
.aside-common .aside-tag .title {
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 16px;
  font-family: "FormataLight", sans-serif;
  color: #272727;
  border-bottom: 1px solid #ededee;
  margin: 0 0 18px;
  display: table;
  width: 100%;
}
.aside-common .aside-tag .title a {
  color: #272727;
  text-decoration: none;
  display: table-cell;
  vertical-align: bottom;
}
.aside-common .aside-tag .title a:hover {
  color: #006633;
}
.aside-common .aside-tag .full-img {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.aside-common .aside-tag .full-img img {
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.aside-common .aside-tag .full-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.aside-common .aside-tag .name a {
  font-size: 15px;
  display: block;
  line-height: 1.4;
  color: #006633;
  font-family: "TheSansB5Plain", sans-serif;
  margin: 0 0 6px;
  padding-right: 20px;
}
.aside-common .aside-tag .name a:hover {
  font-family: "TheSansB7Bold", sans-serif;
}
@media screen and (max-width: 1023px) {
  .aside-common .aside-tag .name a {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .aside-common .aside-tag .name a {
    line-height: 1.2;
  }
}
.aside-common .aside-tag .name.grey a {
  color: #87908f;
}
.aside-common .aside-tag .date {
  color: #87908f;
  font-family: "TheSansB3LightItalic";
  font-size: 14px;
  line-height: 1.2;
  display: block;
}
.aside-common .aside-tag .btn, .aside-common .aside-tag .item-list .pager-load-more li a, .item-list .pager-load-more li .aside-common .aside-tag a {
  margin: 14px 0 0;
  max-width: none;
  width: auto;
  padding-right: 30px;
}
.aside-common .aside-tag .all-links {
  padding-bottom: 10px;
}
.aside-common .aside-tag .all-links .link {
  margin: 0 0 20px;
}
.aside-common .aside-tag .node-webform h2,
.aside-common .aside-tag .node-webform .meta.submitted {
  display: none;
}

/* Style from generic page */
.aside-common .aside-inner-b .full-img .No.icon-play-arrow-fill:before {
  display: none;
}
.aside-common .aside-inner-b a.name {
  color: #006633;
  display: block;
  font-family: "TheSansB5Plain", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 6px;
  padding-right: 20px;
}
.aside-common .aside-inner-b a.name:hover {
  font-family: "TheSansB7Bold", sans-serif;
}
.aside-common .aside-inner-b a.grey {
  color: #87908f;
}

.field.field-name-field-select-event-sidebar .field-label {
  display: none;
}

.sidebar-slider {
  margin: 20px 0 0 0;
}
.sidebar-slider .view-content {
  opacity: 0;
  visibility: hidden;
}
.sidebar-slider .view-content.visible {
  opacity: 1;
  visibility: visible;
}
.sidebar-slider .slick-arrow {
  border: 0px;
}
.sidebar-slider .slick-arrow.slick-prev {
  left: -36px;
}
@media screen and (max-width: 1279px) {
  .sidebar-slider .slick-arrow.slick-prev {
    left: -20px;
  }
}
.sidebar-slider .slick-arrow.slick-next {
  right: -36px;
}
@media screen and (max-width: 1279px) {
  .sidebar-slider .slick-arrow.slick-next {
    right: -20px;
  }
}
.sidebar-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.sidebar-slider .event-slide {
  position: relative;
  margin: 15px 20px 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  float: left;
}
.sidebar-slider .event-slide .event-date {
  background-color: #006633;
  padding: 0 20px 20px;
  text-align: center;
  color: #fff;
}
.sidebar-slider .event-slide .event-date .date {
  display: block;
  color: #fff;
  font-family: "FormataLight", sans-serif;
}
.sidebar-slider .event-slide .event-date .date span {
  font-size: 70px;
  display: block;
  line-height: 1;
}
.sidebar-slider .event-slide .event-date .month {
  display: block;
  color: #fff;
  font-family: "FormataMedium", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1;
  margin: 10px 0px 0px;
}
.sidebar-slider .event-slide .event-date .times {
  display: block;
  color: #fff;
  font-family: "FormataLight", sans-serif;
  font-size: 22px;
}
.sidebar-slider .event-slide .event-title {
  padding: 15px 15px 5px 15px;
  display: block;
  width: 100%;
  font-size: 18px;
  color: #585858;
}
.sidebar-slider .event-slide .event-title strong {
  font-family: "FormataMedium", sans-serif;
}
.sidebar-slider .event-slide .event-title a {
  color: #585858;
}
.sidebar-slider .event-slide .event-location {
  padding: 10px 15px 10px 15px;
  display: block;
  width: 100%;
  font-size: 14px;
  color: gray;
}
.sidebar-slider .event-slide .event-location strong {
  font-family: "TheSansB3LightItalic";
}
.sidebar-slider .event-slide .learnmore {
  display: block;
  width: 100%;
  padding: 10px 15px 15px 15px;
  font-family: "FormataMedium", sans-serif;
  font-size: 12px;
}
.sidebar-slider .event-slide .learnmore a {
  background-color: #006633;
  color: #fff;
  display: inline-block;
  padding: 15px 30px 15px 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.sidebar-slider .event-slide .learnmore a:hover {
  text-decoration: none;
  background-color: #ffcc33;
}
.sidebar-slider .event-slide .learnmore a:before {
  position: absolute;
  right: 10px;
  font-family: "gmu", sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  content: "j";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  font-weight: bold !important;
}

.both-blocks.general-landing-pg {
  margin: 6px auto 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .both-blocks.general-landing-pg {
    margin: 0 auto 0;
  }
}
.both-blocks.general-landing-pg > .row .left-main {
  float: left;
}
.both-blocks.general-landing-pg > .row .right-main {
  float: left;
}
.both-blocks .left-inner.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* current-student-section */
.current-student-section h1 {
  font-family: "TheSansB5Plain", sans-serif;
  font-size: 34px;
  padding: 0 22px;
}
@media screen and (max-width: 767px) {
  .current-student-section h1 {
    font-size: 36px;
    padding: 0 15px;
  }
}
.current-student-section .full-video-section .bg-img-outer {
  height: 456px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .current-student-section .full-video-section .bg-img-outer {
    height: 300px;
  }
}

/* graduate-section */
.graduate-section {
  overflow: hidden;
  text-align: center;
  padding: 0 60px;
  margin: 50px 0;
}
@media screen and (max-width: 1023px) {
  .graduate-section {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .graduate-section {
    margin: 26px 0;
  }
}
.graduate-section .information h2 {
  font-size: 35px;
  line-height: 1.2;
  font-family: "TheSansB3Light", sans-serif;
  color: #272727;
  margin: 0 0 20px;
}
@media screen and (max-width: 1023px) {
  .graduate-section .information h2 {
    font-size: 30px;
    margin: 0 0 16px;
  }
}
.graduate-section .information p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "TheSansB5Plain", sans-serif;
  color: gray;
  margin: 0 0 14px;
}
@media screen and (max-width: 767px) {
  .graduate-section .information p {
    line-height: 1.2;
  }
}
.graduate-section > .row {
  margin: 0 -15px;
}
.graduate-section > .row > div[class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
.graduate-section .single-graduate {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .graduate-section .single-graduate {
    margin: 14px 0;
  }
}
.graduate-section .single-graduate figure {
  width: 77px;
  height: 77px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: #ffcc33;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin: 36px 0;
  text-align: center;
  position: relative;
}
.graduate-section .single-graduate figure a {
  display: block;
  width: 100%;
  height: 100%;
}
.graduate-section .single-graduate figure img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto !important;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .graduate-section .single-graduate figure {
    width: 66px;
    height: 66px;
    margin: 20px 0;
  }
}
.graduate-section .single-graduate figure:hover {
  -ms-transform: rotate(45deg) scale(1.2);
  -webkit-transform: rotate(45deg) scale(1.2);
  transform: rotate(45deg) scale(1.2);
}
.graduate-section .single-graduate .content .title {
  font-family: "TheSansB7Bold", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #272727;
  margin: 0 0 6px;
}
.graduate-section .single-graduate .content .title a {
  color: #272727;
}
.graduate-section .single-graduate .content p {
  font-size: 14px;
  line-height: 1.2;
  color: #959595;
  font-family: "TheSansB5Plain", sans-serif;
  margin: 0 0 6px;
}
.graduate-section .single-graduate .content > a {
  font-family: "TheSansB7Bold", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #272727;
  text-transform: uppercase;
  text-decoration: none;
}
.graduate-section .single-graduate .content > a span {
  font-size: 10px;
  line-height: inherit;
}
.graduate-section .single-graduate .content > a:hover {
  color: #006633;
}
.graduate-section .view-more {
  margin: 30px 0 0;
}

/* career-services-section */
.career-services-section {
  margin: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .career-services-section {
    margin: 26px 0;
  }
}
.career-services-section .information {
  text-align: center;
  padding: 0 60px 40px;
}
@media screen and (max-width: 1023px) {
  .career-services-section .information {
    padding: 0 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .career-services-section .information {
    padding: 0 15px 20px;
  }
}
.career-services-section .information h3 {
  font-size: 35px;
  line-height: 1.2;
  font-family: "TheSansB3Light", sans-serif;
  color: #272727;
  margin: 0 0 20px;
}
@media screen and (max-width: 1023px) {
  .career-services-section .information h3 {
    font-size: 30px;
    margin: 0 0 16px;
  }
}
.career-services-section .information p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "TheSansB5Plain", sans-serif;
  color: gray;
  margin: 0 0 14px;
}
@media screen and (max-width: 767px) {
  .career-services-section .information p {
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .career-services-section .all-career {
    padding: 0 15px;
  }
}
.career-services-section .all-career .single-career {
  background-color: #0c6b42;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .career-services-section .all-career .single-career {
    margin: 0 0 16px;
  }
}
.career-services-section .all-career .single-career.full .left-img {
  width: 100%;
  height: auto !important;
  min-height: 240px !important;
}
.career-services-section .all-career .single-career.full .right-content {
  width: 100%;
  height: auto !important;
}
.career-services-section .all-career .single-career .left-img {
  min-height: 268px;
  width: 53%;
  float: left;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .career-services-section .all-career .single-career .left-img {
    width: 100%;
    height: auto !important;
  }
}
.career-services-section .all-career .single-career .left-img .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.career-services-section .all-career .single-career .left-img:hover .bg-img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.career-services-section .all-career .single-career .right-content {
  display: table;
  width: 47%;
  float: left;
}
@media screen and (max-width: 767px) {
  .career-services-section .all-career .single-career .right-content {
    width: 100%;
    height: auto !important;
  }
}
.career-services-section .all-career .single-career .right-content .dis-table-cell {
  padding: 50px;
}
@media screen and (max-width: 1023px) {
  .career-services-section .all-career .single-career .right-content .dis-table-cell {
    padding: 20px;
  }
}
.career-services-section .all-career .single-career .right-content .dis-table-cell .title {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  font-family: "TheSansB7Bold", sans-serif;
  margin: 0 0 20px;
}
.career-services-section .all-career .single-career .right-content .dis-table-cell .title a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .career-services-section .all-career .single-career .right-content .dis-table-cell .title {
    margin: 0 0 14px;
  }
}
.career-services-section .all-career .single-career .right-content .dis-table-cell p {
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  font-family: "TheSansB5Plain", sans-serif;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .career-services-section .all-career .single-career .right-content .dis-table-cell p {
    margin: 0 0 14px;
  }
}
.career-services-section .all-career .single-career .right-content .dis-table-cell > a {
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  font-family: "TheSansB8ExtraBold", sans-serif;
  margin: 0;
  text-decoration: none;
  letter-spacing: 1.2px;
}
.career-services-section .all-career .single-career .right-content .dis-table-cell > a span {
  font-size: 10px;
  line-height: inherit;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.career-services-section .all-career .single-career .right-content .dis-table-cell > a:hover span {
  margin-left: 8px;
}

/* quote-section */
.quote-section {
  height: 270px;
  background-position: top center;
  text-align: center;
  margin: 30px 0;
  position: relative;
}
.quote-section.gradient-off .full-bg-color {
  display: none;
}
.quote-section .full-bg-color {
  width: 100%;
  height: 100%;
  background-color: #707070;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .quote-section .full-bg-color {
    mix-blend-mode: hard-light;
  }
}
.quote-section .quote-inner {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding: 40px 40px;
}
@media screen and (max-width: 767px) {
  .quote-section .quote-inner {
    padding: 40px 15px;
  }
}
.quote-section h4 {
  line-height: 1.4;
  font-size: 24px;
  color: #fff;
  font-family: "FormataMedium", sans-serif;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .quote-section h4 {
    font-size: 18px;
    margin: 0 0 18px;
  }
}
.quote-section .name {
  line-height: 1.2;
  font-size: 13px;
  color: #fff;
  font-family: "TheSansB5Plain", sans-serif;
  font-style: italic;
  margin: 0 0 32px;
}
.quote-section .name strong {
  font-family: "FormataMedium", sans-serif;
}
@media screen and (max-width: 767px) {
  .quote-section .name {
    margin: 0 0 18px;
  }
}
.quote-section .btn, .quote-section .item-list .pager-load-more li a, .item-list .pager-load-more li .quote-section a {
  max-width: none;
  width: auto;
  padding-right: 30px;
}
.quote-section .btn:hover, .quote-section .item-list .pager-load-more li a:hover, .item-list .pager-load-more li .quote-section a:hover {
  -webkit-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}

/* fair-opportunities-section */
.fair-opportunities-section {
  overflow: hidden;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .fair-opportunities-section {
    margin: 0;
  }
}
.fair-opportunities-section > .row {
  margin: 0 -4px;
}
.fair-opportunities-section > .row > div[class*=col-] {
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (max-width: 767px) {
  .fair-opportunities-section > .row {
    margin: 0;
    padding: 0 7px;
  }
  .fair-opportunities-section > .row > div[class*=col-] {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.fair-opportunities-section .single-fair figure {
  margin: 0 0 18px;
}
.fair-opportunities-section .single-fair figure a {
  display: block;
  overflow: hidden;
}
.fair-opportunities-section .single-fair figure a img {
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.fair-opportunities-section .single-fair figure a:hover img {
  -webkit-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.fair-opportunities-section .single-fair .content {
  padding: 0 15px 15px;
}
@media screen and (max-width: 767px) {
  .fair-opportunities-section .single-fair .content {
    padding: 0 0 15px;
  }
}
.fair-opportunities-section .single-fair .content h6 {
  border-top: 1px solid #eaeaeb;
  line-height: 1.2;
  font-size: 24px;
  color: #272727;
  font-family: "TheSansB6SemiBold", sans-serif;
  margin: 0 0 20px;
  padding: 18px 0 0;
}
@media screen and (max-width: 767px) {
  .fair-opportunities-section .single-fair .content h6 {
    font-size: 18px;
    margin: 0 0 16px;
  }
}
.fair-opportunities-section .single-fair .content h6 a {
  color: #272727;
}
.fair-opportunities-section .single-fair .content p {
  line-height: 1.4;
  font-size: 15px;
  color: #272727;
  font-family: "TheSansB5Plain", sans-serif;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .fair-opportunities-section .single-fair .content p {
    font-size: 12px;
  }
}

/* faculty-name */
.faculty-name {
  background-color: #006633;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .faculty-name {
    padding: 10px 15px;
  }
}
.faculty-name h1 {
  margin: 0;
  font-family: "TheSansB6SemiBold", sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .faculty-name h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .faculty-name h1 {
    font-size: 36px;
  }
}
.faculty-name h6 {
  margin: 0;
  font-family: "TheSansB4SemiLight", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .faculty-name h6 {
    font-size: 14px;
  }
}

/* main section */
.both-bio {
  background-color: #fff;
}
.both-bio .max630 {
  max-width: 630px;
  margin: 0 auto;
  width: 100%;
}
.both-bio .left-bio {
  position: relative;
  margin: 0;
  width: 66%;
  float: right;
  padding: 60px 20px 30px;
}
@media screen and (max-width: 767px) {
  .both-bio .left-bio {
    width: 100%;
    height: auto !important;
    padding: 20px 15px 30px;
  }
}
.both-bio .left-bio .content-main h1 {
  font-size: 34px;
  font-family: "TheSansB7Bold", sans-serif;
  line-height: 1;
}
.both-bio .left-bio .content-main p {
  font-size: 15px;
  line-height: 1.4;
  color: gray;
  margin: 0 0 20px;
  font-family: "TheSansB5Plain", sans-serif;
}
@media screen and (max-width: 767px) {
  .both-bio .left-bio .content-main p {
    font-size: 14px;
  }
}
.both-bio .left-bio .content-main ul li {
  font-size: 15px;
  line-height: 1.4;
  color: gray;
  font-family: "TheSansB5Plain", sans-serif;
}
@media screen and (max-width: 767px) {
  .both-bio .left-bio .content-main ul li {
    font-size: 14px;
  }
}
.both-bio .left-bio .content-main .morecontent span {
  display: none;
}
.both-bio .left-bio .content-main .expand-collapse {
  margin-top: 24px;
}
.both-bio .left-bio .content-main a.morelink {
  font-size: 12px;
  line-height: 1;
  color: #272727;
  font-family: "TheSansB7Bold", sans-serif;
  text-decoration: none;
}
.both-bio .left-bio .content-main a.morelink:after {
  font-family: "gmu", sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  content: "k";
  font-size: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-top: -2px;
}
.both-bio .left-bio .content-main a.morelink.less:after {
  font-family: "gmu", sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  content: "l";
}
.both-bio .left-bio .content-main a.morelink:hover:after {
  margin-left: 13px;
}
.both-bio .left-bio .content-main .hide-content {
  display: none;
}
.both-bio .left-bio .content-main .expand-collapse-btns a {
  font-size: 12px;
  line-height: 1;
  color: #272727;
  font-family: "TheSansB7Bold", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.both-bio .left-bio .content-main .expand-collapse-btns a span {
  font-size: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.both-bio .left-bio .content-main .expand-collapse-btns a:hover span {
  margin-left: 13px;
}
.both-bio .left-bio .content-main .expand-collapse-btns .collapse-btn {
  display: none;
}
.both-bio .left-bio .content-main .expand-collapse-btns .expand-btn {
  display: inline-block;
}
.both-bio .left-bio .content-main .expand-collapse-btns.clicked .collapse-btn {
  display: inline-block;
}
.both-bio .left-bio .content-main .expand-collapse-btns.clicked .expand-btn {
  display: none;
}
.both-bio .left-bio .related-resource {
  overflow: hidden;
  border-top: 1px solid #d1d3d5;
  padding-top: 13px;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .both-bio .left-bio .related-resource {
    margin: 30px 0 10px;
  }
}
.both-bio .left-bio .related-resource .row {
  margin: 0 -5px;
}
.both-bio .left-bio .related-resource .row div[class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .both-bio .left-bio .related-resource .row {
    margin: 0 -2px;
  }
  .both-bio .left-bio .related-resource .row div[class*=col-] {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.both-bio .left-bio .related-resource h4 {
  font-family: "TheSansB7Bold", sans-serif;
  font-size: 28px;
  line-height: 1;
  color: #272727;
  margin: 0 0 22px;
}
@media screen and (max-width: 1023px) {
  .both-bio .left-bio .related-resource h4 {
    font-size: 24px;
  }
}
.both-bio .left-bio .related-resource .single-resource {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .both-bio .left-bio .related-resource .single-resource {
    margin: 0 0 14px;
  }
}
.both-bio .left-bio .related-resource .single-resource.fadeInLeft {
  opacity: 1;
  visibility: visible;
}
.both-bio .left-bio .related-resource .single-resource figure {
  overflow: hidden;
  position: relative;
  margin: 0 0 6px;
}
.both-bio .left-bio .related-resource .single-resource figure .icon {
  font-size: 40px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .both-bio .left-bio .related-resource .single-resource figure .icon {
    font-size: 30px;
    width: 30px;
    height: 30px;
  }
}
.both-bio .left-bio .related-resource .single-resource figure a {
  display: block;
  overflow: hidden;
}
.both-bio .left-bio .related-resource .single-resource figure a img {
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.both-bio .left-bio .related-resource .single-resource figure a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.both-bio .left-bio .related-resource .single-resource .title {
  font-family: "TheSansB5Plain", sans-serif;
  font-size: 12px;
  line-height: 1;
  display: block;
  color: #272727;
}
.both-bio .left-bio .related-resource .view-all {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .both-bio .left-bio .related-resource .view-all {
    margin-top: 0;
  }
}
.both-bio .left-bio .related-resource .view-all a {
  font-size: 12px;
  line-height: 1;
  color: #272727;
  font-family: "TheSansB7Bold", sans-serif;
  text-decoration: none;
}
.both-bio .left-bio .related-resource .view-all a span {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.both-bio .left-bio .related-resource .view-all a:hover span {
  margin-left: 10px;
}
.both-bio .right-bio {
  width: 34%;
  float: right;
  overflow: hidden;
  background-color: #006633;
}
@media screen and (max-width: 767px) {
  .both-bio .right-bio {
    width: 100%;
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .both-bio .right-bio .row {
    display: table;
    width: 100%;
    height: 100%;
  }
  .both-bio .right-bio .row div[class*=col-] {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: 50% !important;
  }
  .both-bio .right-bio .row.bio-alignment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    height: 100%;
  }
  .both-bio .right-bio .row:before {
    display: none !important;
  }
}
.both-bio .right-bio .bio-person-figure {
  background-color: #d8d8c1;
  text-align: center;
  padding: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .both-bio .right-bio .bio-person-figure {
    padding: 25px 10px;
  }
  .both-bio .right-bio .bio-person-figure:before, .both-bio .right-bio .bio-person-figure:after {
    content: "";
    position: absolute;
    height: 200px;
    background-color: #d8d8c1;
    left: 0;
    right: 0;
    width: 100%;
  }
  .both-bio .right-bio .bio-person-figure:before {
    top: 100%;
  }
  .both-bio .right-bio .bio-person-figure:after {
    bottom: 100%;
  }
}
.both-bio .right-bio .bio-person-figure figure {
  max-width: 289px;
  width: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .both-bio .right-bio .bio-person-figure figure {
    max-width: 200px;
  }
}
.both-bio .right-bio .bio-person-figure figure img {
  width: 100%;
}
.both-bio .right-bio .bio-contact {
  padding: 40px 26px 60px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .both-bio .right-bio .bio-contact {
    padding: 20px 14px;
  }
}
.both-bio .right-bio .bio-contact h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 27px;
  font-family: "TheSansB7Bold", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .both-bio .right-bio .bio-contact h2 {
    font-size: 24px;
    margin: 0 0 14px;
  }
}
.both-bio .right-bio .bio-contact address {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-family: "TheSansB5Plain", sans-serif;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .both-bio .right-bio .bio-contact address {
    font-size: 14px;
    margin: 0 0 16px;
  }
}
.both-bio .right-bio .bio-contact address a {
  color: #fff;
}
.both-bio .right-bio .bio-contact .btn, .both-bio .right-bio .bio-contact .item-list .pager-load-more li a, .item-list .pager-load-more li .both-bio .right-bio .bio-contact a {
  text-align: center;
}

/* Banner */
.banner .search-caption {
  text-align: center;
}
.banner .search-caption h1 {
  font-size: 60px;
  line-height: 1;
  color: #fff;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  font-family: "TheSansB3Light", sans-serif;
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .banner .search-caption h1 {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .banner .search-caption h1 {
    font-size: 38px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  }
}
.banner .search-caption .search-row {
  max-width: 610px;
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .banner .search-caption .search-row {
    margin: 18px auto 0;
  }
}
.banner .search-caption .search-row .form-control, .banner .search-caption .search-row .webform-client-form .form-text, .webform-client-form .banner .search-caption .search-row .form-text, .banner .search-caption .search-row .webform-client-form .form-textarea, .webform-client-form .banner .search-caption .search-row .form-textarea, .banner .search-caption .search-row .webform-client-form select, .webform-client-form .banner .search-caption .search-row select {
  width: calc(100% - 190px);
  display: inline-block;
  vertical-align: top;
  height: 40px;
  font-size: 16px;
  font-family: "TheSansB7Bold", sans-serif;
  background-color: #fff;
}
.banner .search-caption .search-row .form-control::-webkit-input-placeholder, .banner .search-caption .search-row .webform-client-form .form-text::-webkit-input-placeholder, .webform-client-form .banner .search-caption .search-row .form-text::-webkit-input-placeholder, .banner .search-caption .search-row .webform-client-form .form-textarea::-webkit-input-placeholder, .webform-client-form .banner .search-caption .search-row .form-textarea::-webkit-input-placeholder, .banner .search-caption .search-row .webform-client-form select::-webkit-input-placeholder, .webform-client-form .banner .search-caption .search-row select::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #5f5f5f;
  opacity: 1 !important;
}
.banner .search-caption .search-row .form-control:-moz-placeholder, .banner .search-caption .search-row .webform-client-form .form-text:-moz-placeholder, .webform-client-form .banner .search-caption .search-row .form-text:-moz-placeholder, .banner .search-caption .search-row .webform-client-form .form-textarea:-moz-placeholder, .webform-client-form .banner .search-caption .search-row .form-textarea:-moz-placeholder, .banner .search-caption .search-row .webform-client-form select:-moz-placeholder, .webform-client-form .banner .search-caption .search-row select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #5f5f5f;
  opacity: 1 !important;
}
.banner .search-caption .search-row .form-control::-moz-placeholder, .banner .search-caption .search-row .webform-client-form .form-text::-moz-placeholder, .webform-client-form .banner .search-caption .search-row .form-text::-moz-placeholder, .banner .search-caption .search-row .webform-client-form .form-textarea::-moz-placeholder, .webform-client-form .banner .search-caption .search-row .form-textarea::-moz-placeholder, .banner .search-caption .search-row .webform-client-form select::-moz-placeholder, .webform-client-form .banner .search-caption .search-row select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #5f5f5f;
  opacity: 1 !important;
}
.banner .search-caption .search-row .form-control:-ms-input-placeholder, .banner .search-caption .search-row .webform-client-form .form-text:-ms-input-placeholder, .webform-client-form .banner .search-caption .search-row .form-text:-ms-input-placeholder, .banner .search-caption .search-row .webform-client-form .form-textarea:-ms-input-placeholder, .webform-client-form .banner .search-caption .search-row .form-textarea:-ms-input-placeholder, .banner .search-caption .search-row .webform-client-form select:-ms-input-placeholder, .webform-client-form .banner .search-caption .search-row select:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #5f5f5f;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .banner .search-caption .search-row .form-control, .banner .search-caption .search-row .webform-client-form .form-text, .webform-client-form .banner .search-caption .search-row .form-text, .banner .search-caption .search-row .webform-client-form .form-textarea, .webform-client-form .banner .search-caption .search-row .form-textarea, .banner .search-caption .search-row .webform-client-form select, .webform-client-form .banner .search-caption .search-row select {
    width: calc(100% - 130px);
  }
}
.banner .search-caption .search-row .btn, .banner .search-caption .search-row .item-list .pager-load-more li a, .item-list .pager-load-more li .banner .search-caption .search-row a {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  margin-left: 6%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner .search-caption .search-row .btn, .banner .search-caption .search-row .item-list .pager-load-more li a, .item-list .pager-load-more li .banner .search-caption .search-row a {
    max-width: 118px;
    margin-left: 0;
  }
}

/* cta-baar-dropdown */
.cta-baar.cta-baar-dropdown div.contextual-links-wrapper {
  display: none !important;
}
.cta-baar.cta-baar-dropdown .mobile-link {
  width: 100%;
  position: relative;
  background-color: #e4e6d7;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  color: #272727;
  padding: 12px 24px;
  font-family: "TheSansB4SemiLight", sans-serif;
  display: none;
}
.cta-baar.cta-baar-dropdown .mobile-link .icon-two {
  position: absolute;
  right: 24px;
  top: 13px;
  font-size: 16px;
}
.cta-baar.cta-baar-dropdown .mobile-link .icon-two:before {
  font-family: "gmu", sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  content: "l";
}
.cta-baar.cta-baar-dropdown .mobile-link.open .icon-two:before {
  font-family: "gmu", sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  content: "k";
}
.cta-baar.cta-baar-dropdown ul {
  display: table;
  width: 100%;
  padding: 0;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .cta-baar.cta-baar-dropdown ul {
    display: table !important;
  }
}
.cta-baar.cta-baar-dropdown ul li {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .cta-baar.cta-baar-dropdown {
    padding: 15px 15px 0;
    background-color: #fff;
  }
  .cta-baar.cta-baar-dropdown .mobile-link {
    display: block;
  }
  .cta-baar.cta-baar-dropdown ul {
    background-color: #ffcc33;
    position: static;
    top: 56px;
    display: none;
    z-index: 3;
    width: 100%;
    padding: 10px 0;
  }
  .cta-baar.cta-baar-dropdown ul li {
    display: block;
    width: 100%;
    border: none !important;
    padding: 0;
  }
  .cta-baar.cta-baar-dropdown ul li a {
    display: block;
    padding: 8px 5px;
    font-size: 14px;
    margin: 0;
  }
}
.both-blocks.seach-page {
  margin: 0 auto;
  padding: 0;
}

/* latest-content-section */
.latest-content-section {
  max-width: 700px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .latest-content-section {
    padding: 0 15px;
    max-width: none;
  }
}
.latest-content-section h2 {
  font-family: "TheSansB4SemiLight", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #272727;
  border-bottom: 1px solid #d1d3d5;
  padding-bottom: 14px;
  margin: 0 0 20px;
}
.latest-content-section .single-latest {
  margin-bottom: 28px;
  visibility: hidden;
  text-align: left;
  /*display: inline-block;
  vertical-align: top;
  float: none;
  margin-left: -2px;
  margin-right: -2px;*/
}
.latest-content-section .single-latest figure {
  margin: 0 0 16px;
}
.latest-content-section .single-latest figure img {
  width: 100%;
}
.latest-content-section .single-latest.fadeInLeft {
  visibility: visible;
}
.latest-content-section .single-latest .content {
  padding: 0 10px 0 0;
}
.latest-content-section .single-latest .content p {
  font-family: "TheSansB5Plain", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #272727;
  margin: 0 0 16px;
}
.latest-content-section .single-latest .content p a {
  color: #272727;
}
.latest-content-section .single-latest .content span {
  font-family: "TheSansB6SemiBold", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #272727;
  display: block;
}
.latest-content-section .single-latest .content span a {
  color: #272727;
}
.latest-content-section .more-content-btn {
  text-align: center;
  padding: 30px 0 30px;
}
.latest-content-section .more-content-btn .btn, .latest-content-section .more-content-btn .item-list .pager-load-more li a, .item-list .pager-load-more li .latest-content-section .more-content-btn a {
  max-width: 236px;
}
.latest-content-section .more-content-btn .btn:after, .latest-content-section .more-content-btn .item-list .pager-load-more li a:after, .item-list .pager-load-more li .latest-content-section .more-content-btn a:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: -10px;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .latest-content-section .more-content-btn {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .aside-all-tags {
    width: 100%;
  }
}
.aside-all-tags .all-tags ul {
  margin: 0;
  padding: 0;
}
.aside-all-tags .all-tags ul li {
  padding: 0;
  margin: 0 1px 14px 0;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .aside-all-tags .all-tags ul li {
    margin: 0 3px 8px 0;
  }
}
.aside-all-tags .all-tags ul li:before {
  display: none;
}
.aside-all-tags .all-tags ul li a {
  font-family: "TheSansB6SemiBold", sans-serif;
  font-size: 12px;
  line-height: 1;
  background-color: #ffcc33;
  color: #272727;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  text-decoration: none;
  padding: 6px 15px;
  text-transform: uppercase;
  display: block;
}
.aside-all-tags .all-tags ul li a:hover {
  background-color: #006633;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .aside-all-tags .all-tags ul li a {
    padding: 6px 10px;
  }
}
.aside-all-tags a.more-tages {
  font-family: "TheSansB6SemiBold", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #272727;
  text-decoration: none;
}
.aside-all-tags a.more-tages span {
  font-size: 10px;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.aside-all-tags a.more-tages:hover span {
  margin: 0 0 0 6px;
}

/* Sitemap page section  */
body.page-sitemap #site-map .site-map-menus .site-map-box-menu ul.site-map-menu {
  margin: 30px 15px;
}
body.page-sitemap #site-map .site-map-menus .site-map-box-menu ul li {
  font-size: 20px;
  margin-bottom: 25px;
}
body.page-sitemap #site-map .site-map-menus .site-map-box-menu ul li:before {
  background-color: #006633;
  width: 8px;
  height: 8px;
  top: 10px;
}
body.page-sitemap #site-map .site-map-menus .site-map-box-menu ul li.expanded {
  list-style-image: none;
  list-style-type: none;
}
body.page-sitemap #site-map .site-map-menus .site-map-box-menu ul li:last-child {
  margin-bottom: 0;
}
body.page-sitemap #site-map .site-map-menus .site-map-box-menu ul li a:hover {
  color: #006633;
}
body.page-sitemap #site-map .site-map-menus .site-map-box-menu ul li > ul.site-map-menu {
  margin: 5px 0;
}
body.page-sitemap #site-map .site-map-menus .site-map-box-menu ul li > ul.site-map-menu li {
  margin-bottom: 0px;
}
body.page-sitemap #site-map .site-map-menus .site-map-box-menu ul li > ul.site-map-menu li:before {
  background-color: #006633;
  width: 6px;
  height: 6px;
  top: 10px;
}
body.page-sitemap #site-map .site-map-menus .site-map-box-menu ul li > ul.site-map-menu li.leaf {
  list-style-image: none;
  list-style-type: none;
}

/* event page */
.event-page {
  position: relative;
  background-color: #fff;
  padding: 60px 30px;
}
@media screen and (max-width: 767px) {
  .event-page {
    padding: 40px 15px;
  }
}

.login-page {
  position: relative;
  background-color: #fff;
  padding: 30px 40px;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .login-page {
    padding: 20px 15px;
  }
}
.login-page .btn, .login-page .item-list .pager-load-more li a, .item-list .pager-load-more li .login-page a {
  max-width: 200px;
}

.cta-baar.event-cta-baar ul {
  display: table;
  width: 100%;
  padding: 0 14px;
}
@media screen and (max-width: 767px) {
  .cta-baar.event-cta-baar ul {
    padding: 0;
  }
}
.cta-baar.event-cta-baar ul li {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .cta-baar.event-cta-baar ul li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 8px;
  }
}

.event-block {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}
.event-block .pager-load-more {
  padding: 0;
}
.event-block .all-event-list .view-content div:first-child .single-event-list {
  border-top: none;
}
.event-block .all-event-list .single-event-list {
  padding: 30px 0 20px;
  border-top: 1px solid #e7e9de;
}
@media screen and (max-width: 767px) {
  .event-block .all-event-list .single-event-list {
    padding: 20px 0 14px;
  }
}
.event-block .all-event-list .single-event-list .title {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 10px;
  font-family: "TheSansB3Light", sans-serif;
}
@media screen and (max-width: 767px) {
  .event-block .all-event-list .single-event-list .title {
    font-size: 18px;
  }
}
.event-block .all-event-list .single-event-list .small-caption {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .event-block .all-event-list .single-event-list .small-caption {
    margin: 0 0 14px;
  }
}
.event-block .all-event-list .single-event-list .small-caption > div {
  display: inline-block;
  vertical-align: middle;
  color: #959595;
  font-size: 14px;
  line-height: 1;
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .event-block .all-event-list .single-event-list .small-caption > div {
    display: block;
    padding: 0;
  }
}
.event-block .all-event-list .single-event-list .small-caption > div:before {
  position: absolute;
  content: "";
  height: 16px;
  background-color: #e7e9de;
  width: 2px;
  left: 0;
  margin-left: -4px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .event-block .all-event-list .single-event-list .small-caption > div:before {
    display: none;
  }
}
.event-block .all-event-list .single-event-list .small-caption > div:first-child {
  padding-left: 0;
}
.event-block .all-event-list .single-event-list .small-caption > div:first-child:before {
  display: none;
}
.event-block .all-event-list .single-event-list .small-caption > div a {
  color: #959595;
}
.event-block .all-event-list .single-event-list .addtocalendar-set .date-display-range {
  display: none;
}
.event-block .all-event-list .single-event-list .description p {
  margin: 0 0 10px;
}

/*.event-form {
    label.option {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        width: calc(100% - 60px);
    }
    .webform-component--i-heard-about-the-open > label ,
    .webform-component--please-select-the-program > label {
        margin: 0 0 20px;
    }
}*/
/* Calendar grid title update. */
.calendar-calendar .month-view .full td.multi-day div.monthview {
  padding: 5px 3px;
}
.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents {
  width: 100%;
  max-width: 300px;
  text-align: center;
}
.calendar-calendar .month-view .full td.multi-day .Graduate.Students div.monthview {
  background-color: #0000ee;
  padding: 5px 3px;
}
.calendar-calendar .month-view .full td.multi-day .Graduate.Students div.monthview .contents a {
  font-weight: 600;
  color: #fff;
}
.calendar-calendar .month-view .full td.multi-day .Graduate.Students div.monthview .contents a#event-popup {
  font-weight: normal;
  text-transform: capitalize;
}
.calendar-calendar .month-view .full td.multi-day .Graduate.Students div.monthview .continues, .calendar-calendar .month-view .full td.multi-day .Graduate.Students div.monthview .cutoff {
  background-color: #0000ee;
}
.calendar-calendar .month-view .full td.multi-day .Prospective.Graduate.Students div.monthview {
  background-color: #ff0000;
}
.calendar-calendar .month-view .full td.multi-day .Prospective.Graduate.Students div.monthview .contents a {
  font-weight: 600;
  color: #fff;
}
.calendar-calendar .month-view .full td.multi-day .Prospective.Graduate.Students div.monthview .contents a#event-popup {
  font-weight: normal;
  text-transform: capitalize;
}
.calendar-calendar .month-view .full td.multi-day .Prospective.Graduate.Students div.monthview .continues, .calendar-calendar .month-view .full td.multi-day .Prospective.Graduate.Students div.monthview .cutoff {
  background-color: #ff0000;
}
.calendar-calendar .month-view .full td.multi-day .Undergraduates div.monthview {
  background-color: #006633;
}
.calendar-calendar .month-view .full td.multi-day .Undergraduates div.monthview .contents a {
  font-weight: 600;
  color: #fff;
}
.calendar-calendar .month-view .full td.multi-day .Undergraduates div.monthview .contents a#event-popup {
  font-weight: normal;
  text-transform: capitalize;
}
.calendar-calendar .month-view .full td.multi-day .Undergraduates div.monthview .continues, .calendar-calendar .month-view .full td.multi-day .Undergraduates div.monthview .cutoff {
  background-color: #006633;
}
.calendar-calendar .month-view .full td.multi-day .Everyone div.monthview {
  background-color: #800080;
}
.calendar-calendar .month-view .full td.multi-day .Everyone div.monthview .contents a {
  font-weight: 600;
  color: #fff;
}
.calendar-calendar .month-view .full td.multi-day .Everyone div.monthview .contents a#event-popup {
  font-weight: normal;
  text-transform: capitalize;
}
.calendar-calendar .month-view .full td.multi-day .Everyone div.monthview .continues, .calendar-calendar .month-view .full td.multi-day .Everyone div.monthview .cutoff {
  background-color: #800080;
}
.calendar-calendar .month-view .full td.multi-day .Events.Alumni div.monthview {
  background-color: #0b7aa3;
}
.calendar-calendar .month-view .full td.multi-day .Events.Alumni div.monthview .contents a {
  font-weight: 600;
  color: #fff;
}
.calendar-calendar .month-view .full td.multi-day .Events.Alumni div.monthview .contents a#event-popup {
  font-weight: normal;
  text-transform: capitalize;
}
.calendar-calendar .month-view .full td.multi-day .Events.Alumni div.monthview .continues, .calendar-calendar .month-view .full td.multi-day .Events.Alumni div.monthview .cutoff {
  background-color: #0b7aa3;
}
.calendar-calendar .month-view .full td.multi-day .Prospective.Undergraduate div.monthview {
  background-color: #ffb608;
}
.calendar-calendar .month-view .full td.multi-day .Prospective.Undergraduate div.monthview .contents a {
  font-weight: 600;
  color: #fff;
}
.calendar-calendar .month-view .full td.multi-day .Prospective.Undergraduate div.monthview .contents a#event-popup {
  font-weight: normal;
  text-transform: capitalize;
}
.calendar-calendar .month-view .full td.multi-day .Prospective.Undergraduate div.monthview .continues, .calendar-calendar .month-view .full td.multi-day .Prospective.Undergraduate div.monthview .cutoff {
  background-color: #ffb608;
}
.calendar-calendar .month-view .full td.single-day div.monthview {
  padding: 5px 3px;
}
.calendar-calendar .month-view .full td.single-day .Graduate.Students div.monthview {
  background-color: #0000ee;
}
.calendar-calendar .month-view .full td.single-day .Graduate.Students div.monthview .contents a {
  font-weight: 600;
  color: #fff;
}
.calendar-calendar .month-view .full td.single-day .Graduate.Students div.monthview .contents a#event-popup {
  font-weight: normal;
  text-transform: capitalize;
}
.calendar-calendar .month-view .full td.single-day .Graduate.Students div.monthview .continues, .calendar-calendar .month-view .full td.single-day .Graduate.Students div.monthview .cutoff {
  background-color: #0000ee;
}
.calendar-calendar .month-view .full td.single-day .Prospective.Graduate.Students div.monthview {
  background-color: #ff0000;
}
.calendar-calendar .month-view .full td.single-day .Prospective.Graduate.Students div.monthview .contents a {
  font-weight: 600;
  color: #fff;
}
.calendar-calendar .month-view .full td.single-day .Prospective.Graduate.Students div.monthview .contents a#event-popup {
  font-weight: normal;
  text-transform: capitalize;
}
.calendar-calendar .month-view .full td.single-day .Prospective.Graduate.Students div.monthview .continues, .calendar-calendar .month-view .full td.single-day .Prospective.Graduate.Students div.monthview .cutoff {
  background-color: #ff0000;
}
.calendar-calendar .month-view .full td.single-day .Undergraduates div.monthview {
  background-color: #006633;
}
.calendar-calendar .month-view .full td.single-day .Undergraduates div.monthview .contents a {
  font-weight: 600;
  color: #fff;
}
.calendar-calendar .month-view .full td.single-day .Undergraduates div.monthview .contents a#event-popup {
  font-weight: normal;
  text-transform: capitalize;
}
.calendar-calendar .month-view .full td.single-day .Undergraduates div.monthview .continues, .calendar-calendar .month-view .full td.single-day .Undergraduates div.monthview .cutoff {
  background-color: #006633;
}
.calendar-calendar .month-view .full td.single-day .Everyone div.monthview {
  background-color: #800080;
}
.calendar-calendar .month-view .full td.single-day .Everyone div.monthview .contents a {
  font-weight: 600;
  color: #fff;
}
.calendar-calendar .month-view .full td.single-day .Everyone div.monthview .contents a#event-popup {
  font-weight: normal;
  text-transform: capitalize;
}
.calendar-calendar .month-view .full td.single-day .Everyone div.monthview .continues, .calendar-calendar .month-view .full td.single-day .Everyone div.monthview .cutoff {
  background-color: #800080;
}
.calendar-calendar .month-view .full td.single-day .Events.Alumni div.monthview {
  background-color: #0b7aa3;
}
.calendar-calendar .month-view .full td.single-day .Events.Alumni div.monthview .contents a {
  font-weight: 600;
  color: #fff;
}
.calendar-calendar .month-view .full td.single-day .Events.Alumni div.monthview .contents a#event-popup {
  font-weight: normal;
  text-transform: capitalize;
}
.calendar-calendar .month-view .full td.single-day .Events.Alumni div.monthview .continues, .calendar-calendar .month-view .full td.single-day .Events.Alumni div.monthview .cutoff {
  background-color: #0b7aa3;
}
.calendar-calendar .month-view .full td.single-day .Prospective.Undergraduate div.monthview {
  background-color: #ffb608;
}
.calendar-calendar .month-view .full td.single-day .Prospective.Undergraduate div.monthview .contents a {
  font-weight: 600;
  color: #fff;
}
.calendar-calendar .month-view .full td.single-day .Prospective.Undergraduate div.monthview .contents a#event-popup {
  font-weight: normal;
  text-transform: capitalize;
}
.calendar-calendar .month-view .full td.single-day .Prospective.Undergraduate div.monthview .continues, .calendar-calendar .month-view .full td.single-day .Prospective.Undergraduate div.monthview .cutoff {
  background-color: #ffb608;
}
.calendar-calendar .month-view .full td.single-day .calendar.monthview .contents {
  width: 100%;
  max-width: 300px;
  text-align: center;
}
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
  width: 100%;
  max-width: 300px;
  text-align: center;
}
.calendar-calendar .day-view .full td.multi-day .calendar.weekview .contents {
  width: 100%;
  max-width: 300px;
  text-align: center;
}

body.event-list-page .banner-no {
  height: auto;
}

.section.views-page-title .update-bar {
  background-color: #006633;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  text-align: left;
  padding: 15px 15px;
}
.section.views-page-title .update-bar h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  margin: 0;
  font-family: "TheSansB3Light", sans-serif;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/* hide view page title */
body.event-list-page #content-area .calender-section.event-page h1.page-node-title {
  display: none;
}
body.event-list-page #content-area .calender-section.event-page h2.calendar-event-title {
  display: none;
}

.all-event-list .view-header {
  text-align: right;
  font-weight: bold;
}
.all-event-list .view-header .calendar-more-link {
  margin-bottom: 30px;
}
.all-event-list .view-header .calendar-more-link a {
  padding: 10px;
  background-color: #006633;
  color: #fff;
}
.all-event-list .view-header .calendar-more-link a:hover {
  color: #fff;
  text-decoration: underline;
}
.all-event-list .view-header .calendar-more-link a .fas {
  font-family: FontAwesome;
  font-style: normal;
  color: #fff;
  font-size: 18px;
}
.all-event-list .view-filters .append-selected-item {
  display: inline;
}
.all-event-list .view-filters .append-selected-item ul {
  display: inline;
  margin: 0px 10px;
}
.all-event-list .view-filters .append-selected-item ul li {
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 8px;
  padding-left: 0px;
}
.all-event-list .view-filters .append-selected-item ul li:before {
  content: none;
}
.all-event-list .view-filters .append-selected-item ul li span {
  display: inline-block;
  color: #026634;
  font-weight: bold;
  margin-right: 4px;
  font-size: 16px;
  cursor: pointer;
}
.all-event-list .view-filters .views-exposed-form .views-widget-filter-field_event_categories__tid {
  padding-right: 0;
}
.all-event-list .view-filters .views-exposed-form .views-widget .btn-group {
  width: 160px;
}
.all-event-list .view-filters .views-exposed-form .views-widget .btn-group.open {
  outline: none;
}
.all-event-list .view-filters .views-exposed-form .views-widget .btn-group.open .btn, .all-event-list .view-filters .views-exposed-form .views-widget .btn-group.open .item-list .pager-load-more li a, .item-list .pager-load-more li .all-event-list .view-filters .views-exposed-form .views-widget .btn-group.open a {
  outline: none;
}
.all-event-list .view-filters .views-exposed-form .views-widget .btn-group .caret {
  right: 7px;
}
.all-event-list .view-filters .views-exposed-form .views-widget .btn-group .btn, .all-event-list .view-filters .views-exposed-form .views-widget .btn-group .item-list .pager-load-more li a, .item-list .pager-load-more li .all-event-list .view-filters .views-exposed-form .views-widget .btn-group a {
  background: #026634;
  color: #ffffff;
  outline: none;
  font-size: 14px;
  padding: 0 10px;
}
.all-event-list .view-filters .views-exposed-form .views-widget .btn-group .btn:after, .all-event-list .view-filters .views-exposed-form .views-widget .btn-group .item-list .pager-load-more li a:after, .item-list .pager-load-more li .all-event-list .view-filters .views-exposed-form .views-widget .btn-group a:after {
  display: none;
}
.all-event-list .view-filters .views-exposed-form .views-widget .dropdown-menu {
  max-width: 400px;
  background: #e2e5d4;
  padding: 0;
}
.all-event-list .view-filters .views-exposed-form .views-widget .dropdown-menu ul li {
  padding: 0;
}
.all-event-list .view-filters .views-exposed-form .views-widget .dropdown-menu ul li:before {
  display: none !important;
}
.all-event-list .view-filters .views-exposed-form .views-widget .dropdown-menu ul li.selected a span.glyphicon-ok:before {
  content: "";
  font-family: "FontAwesome";
  display: block;
  color: #026634;
}
.all-event-list .view-filters .views-exposed-form .views-widget .dropdown-menu ul li a {
  padding: 10px 17px 10px 25px;
}
.all-event-list .view-filters .views-exposed-form .views-widget .dropdown-menu ul li a span {
  background: none;
}
.all-event-list .view-filters .views-exposed-form .views-widget .dropdown-menu ul li a span.text {
  margin-left: 20px;
  margin-right: 0;
}
.all-event-list .view-filters .views-exposed-form .views-widget .dropdown-menu ul li a span.text:before {
  display: none;
}
.all-event-list .view-filters .views-exposed-form .views-widget .dropdown-menu ul li a span.check-mark {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  right: inherit;
  left: 10px;
  top: 10px;
  margin-top: 0;
  display: inline-block;
  position: absolute;
}
.all-event-list .view-filters .views-exposed-form .views-widget .dropdown-menu ul li a span.check-mark:before {
  content: "";
}
.all-event-list .view-filters .views-exposed-form .views-exposed-widget {
  padding: 0.2em 1em 0 0;
}
.all-event-list .view-filters .views-exposed-form .views-exposed-widget:last-child {
  padding-right: 0;
}
.all-event-list .view-filters .views-exposed-form .views-exposed-widget .form-submit {
  border: 0;
  box-shadow: none;
  background: #026634;
  color: #fff;
  padding: 11px 15px 11px;
  margin-top: 0;
  font-size: 15px;
  font-weight: 700;
}
.all-event-list .view-content h3 {
  font-size: 26px;
  margin-top: 30px;
  line-height: 1.1;
}
.all-event-list .view-content a:hover {
  color: #006633;
}
.all-event-list .view-content .single-event-list {
  width: 100%;
  clear: both;
  border: 0 !important;
}
.all-event-list .view-content .single-event-list .single-event-list-left {
  width: 140px;
  float: left;
}
.all-event-list .view-content .single-event-list .single-event-list-left .single-event-list-date {
  padding: 15px 12px 15px;
  background: #e4e6d8;
  display: inline-block;
  min-width: 112px;
}
.all-event-list .view-content .single-event-list .single-event-list-left .single-event-list-date span {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  display: block;
  text-align: center;
  text-transform: capitalize;
  padding: 0 25px;
}
.all-event-list .view-content .single-event-list .single-event-list-left .single-event-list-date span:nth-child(2) {
  font-size: 34px;
  font-weight: bold;
}
.all-event-list .view-content .single-event-list .single-event-list-left .single-event-list-date .date-display-range {
  text-align: center;
  color: #000;
  font-weight: 400;
  min-width: 88px;
}
.all-event-list .view-content .single-event-list .single-event-list-left .single-event-list-date .date-display-range span {
  font-size: 34px;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
.all-event-list .view-content .single-event-list .single-event-list-right {
  width: calc(100% - 140px);
  float: right;
}
.all-event-list .view-content .single-event-list .single-event-list-right .small-caption {
  margin: 0 0 15px;
}
.all-event-list .view-content .single-event-list .single-event-list-right .payment {
  margin: 0 0 15px;
}
.all-event-list .view-content .single-event-list .single-event-list-right .addtocalendar-set .date-display-single {
  display: none;
}
.all-event-list .view-content .single-event-list .single-event-list-right .addtocalendar-set .addtocal-processed {
  float: none;
  display: inline-block;
  background: none;
  border: 0px;
  padding: 5px 0 0 25px;
  position: relative;
  font-size: 14px;
  margin-bottom: 15px;
}
.all-event-list .view-content .single-event-list .single-event-list-right .addtocalendar-set .addtocal-processed:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffcc33;
}
.all-event-list .view-content .single-event-list .single-event-list-right .addtocalendar-set .addtocal-processed:hover {
  color: #000;
}
.all-event-list .view-content .single-event-list .single-event-list-right .addtocalendar-set .item-list .addtocal_menu {
  margin-top: 5px;
  margin-left: 0px !important;
  margin-bottom: 0px;
  padding: 5px;
}
.all-event-list .view-content .single-event-list .single-event-list-right .addtocalendar-set .item-list .addtocal_menu li:before {
  background-color: #fdce00;
}
.all-event-list .view-content .single-event-list .single-event-list-right .description div {
  display: inline;
}
.all-event-list .view-content .single-event-list .single-event-list-right .description div p {
  display: inline;
}
.all-event-list .view-content .single-event-list .single-event-list-right .description p {
  display: inline;
}
.all-event-list .view-content .single-event-list .single-event-list-right .description a.event-learn-more {
  display: inline-block;
  margin-left: 9px;
}
.all-event-list .item-list .pager-load-more {
  padding-left: 100px;
  text-align: left;
}
.all-event-list .item-list .pager-load-more li {
  width: auto;
}

.view-display-id-block_3 .view-header .cal-list-link {
  text-align: right;
  font-weight: bold;
  margin-bottom: 30px;
}
.view-display-id-block_3 .view-header .cal-list-link a {
  padding: 10px;
  background-color: #006633;
  color: #fff;
}
.view-display-id-block_3 .view-header .cal-list-link a:hover {
  color: #fff;
  text-decoration: underline;
}
.view-display-id-block_3 .view-header .cal-list-link a .fas {
  font-family: FontAwesome;
  font-style: normal;
  color: #fff;
  font-size: 18px;
}

.node-type-webform .event-page .node-webform .event-submit-form .form-textarea {
  padding-top: 15px;
}
.node-type-webform .event-page .node-webform .event-submit-form .form-item .form-radios .form-item {
  margin-right: 10px;
  display: inline-block;
}
.node-type-webform .event-page .node-webform .event-submit-form .form-item .form-radios .form-item label {
  width: inherit;
}
.node-type-webform .event-page .node-webform .event-submit-form .form-item .form-radios .form-item input {
  margin-right: 0;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--start-date {
  width: 50%;
  float: left;
  padding-right: 15px;
  clear: left;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--start-date .form-item {
  width: 100px;
  float: left;
  margin-right: 15px;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--start-date .form-item:last-child {
  margin-right: 0;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--start-date .webform-calendar {
  margin-top: 36px;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--start-time {
  width: 50%;
  float: left;
  padding-top: 31px;
  clear: left;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--start-time .form-item {
  width: 100px;
  float: left;
  margin-right: 15px;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--start-time .form-item:last-child {
  margin-right: 0;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--start-time .form-radios {
  display: block;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--start-time .form-radios .form-item {
  margin-top: 35px;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--start-time .form-radios .form-item.form-item-submitted-start-time-ampm {
  width: inherit;
  display: inline-block;
  margin-right: 10px;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--start-time .form-radios .form-item.form-item-submitted-start-time-ampm input {
  margin-right: 0;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--end-date {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--end-date .form-item {
  width: 100px;
  float: left;
  margin-right: 15px;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--end-date .form-item:last-child {
  margin-right: 0;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--end-date .webform-calendar {
  margin-top: 36px;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--end-time {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-top: 31px;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--end-time .form-item {
  width: 100px;
  float: left;
  margin-right: 15px;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--end-time .form-item:last-child {
  margin-right: 0;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--end-time .form-radios {
  display: block;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--end-time .form-radios .form-item {
  margin-top: 34px;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--end-time .form-radios .form-item.form-item-submitted-end-time-ampm {
  width: inherit;
  display: inline-block;
  margin-right: 10px;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--end-time .form-radios .form-item.form-item-submitted-end-time-ampm input {
  margin-right: 0;
}
.node-type-webform .event-page .node-webform .event-submit-form .webform-component--event-location {
  clear: both;
}

@media (max-width: 991px) {
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--start-date {
    width: 100%;
    float: none;
    clear: both;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--start-date .form-radios .form-item {
    margin-top: 0;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--start-time {
    width: 100%;
    float: lef;
    clear: both;
    padding: 0;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--start-time .form-item {
    margin-top: 0;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--start-time .form-radios .form-item {
    margin-top: 20px;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--end-date {
    width: 100%;
    float: none;
    clear: both;
    padding-top: 20px;
    padding-left: 0;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--end-date .form-radios .form-item {
    margin-top: 0;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--end-time {
    width: 100%;
    float: none;
    clear: both;
    padding: 0;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--end-time .form-item {
    margin-top: 0;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--end-time .form-radios .form-item {
    margin-top: 20px;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--event-location {
    clear: both;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .all-event-list .view-filters .views-exposed-form .views-reset-button {
    float: right;
    padding-right: 0;
  }
  .all-event-list .view-filters .views-exposed-form .views-reset-button .form-submit {
    padding: 9px 17px 9px;
    font-size: 14px;
  }
  .all-event-list .view-filters .views-exposed-form .views-widget .btn-group {
    width: 130px;
  }
  .all-event-list .view-filters .views-exposed-form .views-widget .btn-group .dropdown-menu {
    max-width: 290px;
  }
  .all-event-list .view-filters .views-exposed-form .views-widget .btn-group .dropdown-menu ul li a span.check-mark {
    width: 15px;
    height: 15px;
  }
  .all-event-list .view-filters .views-exposed-form .views-widget .btn-group .dropdown-menu ul li a span.text {
    margin-left: 10px;
  }
  .all-event-list .view-content .single-event-list {
    padding: 10px 0 14px !important;
  }
  .all-event-list .view-content .single-event-list .single-event-list-left {
    width: 100%;
    float: none;
  }
  .all-event-list .view-content .single-event-list .single-event-list-left .single-event-list-date {
    padding: 0 0 10px;
    background: none;
    display: block;
  }
  .all-event-list .view-content .single-event-list .single-event-list-left .single-event-list-date span {
    display: inline-block;
    text-align: left;
    text-transform: capitalize;
    padding: 0;
    vertical-align: middle;
  }
  .all-event-list .view-content .single-event-list .single-event-list-left .single-event-list-date span:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
    padding: 0 5px;
  }
  .all-event-list .view-content .single-event-list .single-event-list-left .single-event-list-date .date-display-range {
    text-align: justify;
    display: inline-block;
    padding: 0 5px;
  }
  .all-event-list .view-content .single-event-list .single-event-list-left .single-event-list-date .date-display-range span {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
  }
  .all-event-list .view-content .single-event-list .single-event-list-right {
    width: 100%;
    float: none;
  }
  .all-event-list .view-content .single-event-list .single-event-list-right .small-caption {
    margin: 0 0 10px;
    line-height: 1.4;
  }
  .all-event-list .view-content .single-event-list .single-event-list-right .small-caption > div {
    padding: 0px 5px;
    display: inline;
  }
  .all-event-list .view-content .single-event-list .single-event-list-right .small-caption > div:first-child {
    padding-left: 0;
  }
  .all-event-list .view-content .single-event-list .single-event-list-right .small-caption > div:first-child:before {
    display: none;
  }
  .all-event-list .view-content .single-event-list .single-event-list-right .small-caption > div:before {
    position: absolute;
    content: "";
    height: 16px;
    background-color: #e7e9de;
    width: 2px;
    left: 0;
    margin-left: -4px;
    display: inline-block;
    vertical-align: middle;
  }
  .all-event-list .item-list .pager-load-more {
    padding-left: 0;
    margin: 6px 0;
  }
  .all-event-list .item-list .pager-load-more li {
    width: auto;
  }

  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--start-date {
    padding-right: 0;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--start-date .form-item {
    width: 100%;
    float: none;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--start-date .webform-calendar {
    margin-top: 10px;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--start-time .form-item {
    width: 100%;
    float: none;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--start-time .form-radios .form-item {
    width: 40%;
    float: left;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--end-date {
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--end-date .form-item {
    width: 100%;
    float: none;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--end-date .webform-calendar {
    margin-top: 10px;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--end-time .form-item {
    width: 100%;
    float: none;
  }
  .node-type-webform .event-page .node-webform form.event-submit-form .webform-component--end-time .form-radios .form-item {
    width: 40%;
    float: left;
  }
}
.node-type-event-calendar .event-page .event-block .event-location {
  margin: 0 0 22px;
}
.node-type-event-calendar .event-page .event-block .event-location strong {
  display: inline;
}
.node-type-event-calendar .event-page .event-block .event-location p {
  display: inline-block;
}
.node-type-event-calendar .event-page .event-block .region-content .node-event-calendar .event-detail-addtocal {
  margin-bottom: 22px;
}
.node-type-event-calendar .event-page .event-block .region-content .node-event-calendar .event-detail-addtocal .field-name-event-calendar-date {
  display: inline-block;
}
.node-type-event-calendar .event-page .event-block .region-content .node-event-calendar .event-detail-addtocal .field-name-event-calendar-date .date-display-single {
  display: none;
}
.node-type-event-calendar .event-page .event-block .region-content .node-event-calendar .event-detail-addtocal .field-name-event-calendar-date .addtocal {
  float: none;
  background-color: #fff;
  border: none;
}
.node-type-event-calendar .event-page .event-block .region-content .node-event-calendar .event-detail-addtocal .field-name-event-calendar-date .addtocal:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 18px;
  left: 0;
  top: 0;
  color: #ffcc33;
  margin-right: 8px;
}
.node-type-event-calendar .event-page .event-block .region-content .node-event-calendar .event-detail-addtocal .field-name-event-calendar-date .addtocal:hover {
  color: #000;
}
.node-type-event-calendar .event-page .event-block .region-content .node-event-calendar .event-detail-addtocal .field-name-event-calendar-date .item-list .addtocal_menu {
  margin-top: 5px;
  margin-left: 0px !important;
  margin-bottom: 0px;
  padding: 5px;
}
.node-type-event-calendar .event-page .event-block .region-content .node-event-calendar .event-detail-addtocal .field-name-event-calendar-date .item-list .addtocal_menu li:before {
  background-color: #fdce00;
}

body.publications-listing.traccc .banner-no {
  display: none;
}
body.publications-listing.traccc .views-page-title {
  display: none;
}
body.publications-listing.traccc #content-area {
  padding-right: 15px;
  padding-left: 15px;
}
body.publications-listing.traccc .event-block {
  max-width: inherit;
}
body.publications-listing.traccc .event-page {
  position: inherit;
  padding: 0;
  margin: 0 auto;
  background: none;
}
body.publications-listing.traccc h2.calendar-event-title {
  display: none;
}
body.publications-listing.traccc .publications-listing {
  margin: 20px 0;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content {
  background: #fff;
  padding: 25px;
  width: 69%;
  float: left;
}
@media screen and (max-width: 768px) {
  body.publications-listing.traccc .publications-listing .pub-wrap-content {
    width: 100%;
    float: none;
  }
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .filter-values {
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .filter-values .filter-options {
  float: left;
  width: 100%;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .filter-values .filter-options label {
  font-size: 14px;
  color: #272727;
  font-family: "TheSansB8ExtraBold", sans-serif;
  display: inline-block;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .filter-values .filter-options .filter-value {
  display: inline-block;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .filter-values .filter-options .filter-value span {
  font-size: 14px;
  color: #959595;
  font-family: "TheSansB5Plain", sans-serif;
  display: inline-block;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .filter-values .filter-options .filter-value span:after {
  position: relative;
  content: ",";
  color: #aaa;
  margin-right: 5px;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .filter-values .filter-options .filter-value span:last-child:after {
  display: none;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .filter-values .reset-button {
  float: right;
  width: 121px;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .view-content .views-row {
  border-bottom: 1px solid #e1e1e1;
  padding: 30px 0;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .view-content .views-row h4 {
  color: #006633;
  font-size: 23px;
  font-family: "TheSansB6SemiBold", sans-serif;
  line-height: 26px;
  margin-bottom: 10px;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .view-content .views-row h4 a:hover {
  color: #006633;
  text-decoration: underline;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .view-content .views-row .publication-tags .pub-cate {
  display: inline-block;
  padding-right: 10px;
  line-height: 18px;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .view-content .views-row .publication-tags .pub-cate h3.field-label {
  font-size: 14px;
  color: #272727;
  font-family: "TheSansB8ExtraBold", sans-serif;
  display: inline-block;
  margin-bottom: 0;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .view-content .views-row .publication-tags .pub-cate span {
  display: inline-block;
  color: #959595;
  display: inline-block;
  font-size: 14px;
  font-family: "TheSansB5Plain", sans-serif;
  padding-left: 2px;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .view-content .views-row .publication-tags .pub-type {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  line-height: 18px;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .view-content .views-row .publication-tags .pub-type h3.field-label {
  font-size: 14px;
  color: #272727;
  font-family: "TheSansB8ExtraBold", sans-serif;
  display: inline-block;
  margin-bottom: 0;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .view-content .views-row .publication-tags .pub-type span {
  display: inline-block;
  color: #959595;
  display: inline-block;
  font-size: 14px;
  font-family: "TheSansB5Plain", sans-serif;
  padding-left: 2px;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .view-content .views-row .publication-tags .pub-type:before {
  position: absolute;
  content: "";
  height: 16px;
  background-color: #e7e9de;
  width: 2px;
  left: 0;
  margin-left: -4px;
  display: inline-block;
  vertical-align: middle;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .view-empty p {
  margin: 20px 0;
  color: #000;
  font-size: 18px;
}
body.publications-listing.traccc .publications-listing .pub-wrap-content .item-list ul.pager {
  margin: 40px 20px 20px;
}
body.publications-listing.traccc .publications-listing .pub-wrap-filter {
  background: #fff;
  padding: 25px;
  width: 29%;
  float: right;
}
@media screen and (max-width: 768px) {
  body.publications-listing.traccc .publications-listing .pub-wrap-filter {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
body.publications-listing.traccc .publications-listing .pub-wrap-filter .view-filters h3 {
  font-size: 18px;
  color: #272727;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
  font-family: "FormataLight", sans-serif;
}
body.publications-listing.traccc .publications-listing .pub-wrap-filter .view-filters .views-exposed-widget {
  width: 100%;
  float: none;
  padding: 0 0 20px 0;
}
body.publications-listing.traccc .publications-listing .pub-wrap-filter .view-filters .views-exposed-widget label:first-child {
  font-size: 18px;
  color: #006633;
  font-family: "TheSansB6SemiBold", sans-serif;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  body.publications-listing.traccc .publications-listing .pub-wrap-filter .view-filters .views-exposed-widget label:first-child.collapsed:after {
    content: "";
    font-family: "FontAwesome";
    color: #006633;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 5px;
  }
  body.publications-listing.traccc .publications-listing .pub-wrap-filter .view-filters .views-exposed-widget label:first-child:after {
    content: "";
    font-family: "FontAwesome";
    color: #006633;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 5px;
  }
}
body.publications-listing.traccc .publications-listing .pub-wrap-filter .view-filters .views-exposed-widget .views-widget {
  height: inherit !important;
}
body.publications-listing.traccc .publications-listing .pub-wrap-filter .view-filters .views-exposed-widget .views-widget .bef-checkboxes .form-type-bef-checkbox {
  display: block;
  margin-bottom: 15px;
}
body.publications-listing.traccc .publications-listing .pub-wrap-filter .view-filters .views-exposed-widget .views-widget .bef-checkboxes .form-type-bef-checkbox label.option {
  font-size: 14px;
  color: #000;
  font-family: "TheSansB5Plain", sans-serif;
  margin-bottom: 18px;
  padding-left: 5px;
  position: relative;
  cursor: pointer;
}
body.publications-listing.traccc .publications-listing .pub-wrap-filter .view-filters .views-exposed-widget .views-widget .bef-checkboxes .form-type-bef-checkbox label.option:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
body.publications-listing.traccc .publications-listing .pub-wrap-filter .view-filters .views-exposed-widget .views-widget .bef-checkboxes .form-type-bef-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
body.publications-listing.traccc .publications-listing .pub-wrap-filter .view-filters .views-exposed-widget .views-widget .bef-checkboxes .form-type-bef-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 10px;
  width: 5px;
  height: 9px;
  border: solid #006633;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 641px) {
  body.publications-listing.traccc .publications-listing .pub-wrap-filter .view-filters .views-submit-button {
    text-align: center;
  }
}
body.publications-listing.traccc .publications-listing .pub-wrap-filter .view-filters .views-submit-button .form-submit {
  border: 0;
  box-shadow: none;
  background: #006633;
  color: #fff;
  font-family: "TheSansB6SemiBold", sans-serif;
  width: 121px;
  height: 31px;
  margin-top: 0;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 641px) {
  body.publications-listing.traccc .publications-listing .pub-wrap-filter .view-filters .views-reset-button {
    text-align: center;
  }
}
body.publications-listing.traccc .publications-listing .pub-wrap-filter .view-filters .views-reset-button .form-submit {
  border: 0;
  box-shadow: none;
  background: #006633;
  color: #fff;
  font-family: "TheSansB6SemiBold", sans-serif;
  width: 121px;
  height: 31px;
  margin-top: 0;
  font-size: 14px;
  text-transform: uppercase;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .programs-about-section .about-container {
    background-color: rgba(0, 102, 51, 0.6);
  }

  .preparing-media-section .dis-table {
    background-color: rgba(0, 102, 51, 0.6);
  }

  .full-parallax-section .full-bg {
    opacity: 0.4;
  }

  video {
    height: auto !important;
    left: 50% !important;
    min-height: 100% !important;
    min-width: 100% !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
    z-index: 1 !important;
  }
}
@supports (-ms-accelerator: true) {
  .programs-about-section .about-container {
    background-color: rgba(0, 102, 51, 0.6);
  }

  .preparing-media-section .dis-table {
    background-color: rgba(0, 102, 51, 0.6);
  }

  .full-parallax-section .full-bg {
    opacity: 0.4;
  }

  video {
    height: auto !important;
    left: 50% !important;
    min-height: 100% !important;
    min-width: 100% !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
    z-index: 1 !important;
  }
}
@supports (-ms-ime-align: auto) {
  .programs-about-section .about-container {
    background-color: rgba(0, 102, 51, 0.6);
  }

  .preparing-media-section .dis-table {
    background-color: rgba(0, 102, 51, 0.6);
  }

  .full-parallax-section .full-bg {
    opacity: 0.4;
  }

  video {
    height: auto !important;
    left: 50% !important;
    min-height: 100% !important;
    min-width: 100% !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
    z-index: 1 !important;
  }
}
@media print {
  * {
    color: #000 !important;
    mix-blend-mode: none !important;
    height: auto !important;
    min-height: 1px !important;
    max-height: none !important;
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
  }

  h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0 0 10px !important;
  }

  *[class*=col-] {
    width: 100% !important;
    margin: 0 0 10px !important;
  }

  *:after,
*:before {
    display: none !important;
  }

  html,
body {
    height: auto !important;
    min-height: 1px !important;
    color: #000 !important;
  }

  body {
    -webkit-print-color-adjust: exact;
  }

  p {
    margin: 0 0 10px !important;
  }

  .wrapper ul li:before {
    display: none;
  }

  .wrapper ul {
    list-style: disc inside !important;
  }

  img,
iframe,
video,
object,
nav.main-menu,
#mobile-navbar,
.menu-switch,
.header-extra-height,
.logo-2,
.right-head,
.tabs.admin-tabs-menu.container,
.banner-no.no-cta-bar,
.cta-baar,
.footer-push,
footer,
footer.main-footer,
.main-events-section,
.preparing-media-section,
.maps-block,
.scrolltop,
aside.aside-common,
.breadcumb,
.breadcrumbing-bottom,
.breadcrumb {
    display: none !important;
  }

  .equal-height {
    height: auto !important;
  }

  .dis-table,
.dis-table-cell {
    display: block !important;
  }

  header.main-header {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
    margin: 0 0 20px !important;
  }

  .left-head {
    width: 100% !important;
    text-align: left !important;
    float: none !important;
  }
  .left-head .logo {
    width: 25% !important;
    position: static !important;
  }
  .left-head .logo img {
    display: inline-block !important;
  }

  .fadeInLeft,
.fadeInRight,
.fadeInUp {
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
  }

  a:before,
a:after {
    display: none !important;
  }

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

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

  .btn,
.item-list .pager-load-more li a {
    padding: 0 !important;
  }

  .wrapper {
    margin: 0 !important;
    height: auto !important;
    min-height: 1px !important;
    max-height: none !important;
  }
  .wrapper ul {
    margin-left: 40px !important;
  }
  .wrapper ul li a {
    color: #006633 !important;
  }

  .wrapper ul li:before {
    background-color: #006633 !important;
  }

  .diamonds-section .in-mobile .single-mobile-diamond .content .btn,
.diamonds-section .in-mobile .single-mobile-diamond .content .item-list .pager-load-more li a,
.item-list .pager-load-more li .diamonds-section .in-mobile .single-mobile-diamond .content a {
    position: static !important;
    max-width: none !important;
  }

  .programs-about-section .programs-container .all-programs .single-program .content .btn,
.programs-about-section .programs-container .all-programs .single-program .content .item-list .pager-load-more li a,
.item-list .pager-load-more li .programs-about-section .programs-container .all-programs .single-program .content a {
    position: static !important;
    max-width: none !important;
  }

  .programs-about-section {
    padding: 0 !important;
  }
  .programs-about-section .content {
    padding: 0 !important;
  }
  .programs-about-section .title {
    margin-top: 10px !important;
  }
  .programs-about-section .programs-container {
    margin: 0 auto !important;
  }
  .programs-about-section .info {
    margin: 0 !important;
  }
  .programs-about-section .single-program figure {
    display: none !important;
  }

  .about-container {
    visibility: visible !important;
    max-width: none !important;
  }
  .about-container .about-container-inner {
    text-align: left !important;
  }

  .diamonds-section .in-mobile {
    max-width: none !important;
    padding: 0 !important;
  }
  .diamonds-section .in-mobile .single-mobile-diamond {
    max-width: none !important;
    text-align: left !important;
  }
  .diamonds-section .in-mobile .col-xs-6 {
    width: 100% !important;
  }
  .diamonds-section .content {
    padding: 0 !important;
  }
  .diamonds-section .single-mobile-diamond {
    padding: 0 !important;
  }
  .diamonds-section .single-mobile-diamond p {
    margin: 0 !important;
  }

  .custom-callout {
    padding: 0 !important;
  }

  .full-parallax-section .dis-table {
    height: auto !important;
  }
  .full-parallax-section .dis-table .container {
    max-width: none !important;
  }
  .full-parallax-section .dis-table .container p {
    text-align: left !important;
  }

  .diamonds-inner .border,
.diamonds-inner .text:after {
    display: none !important;
  }
  .diamonds-inner .btn, .diamonds-inner .item-list .pager-load-more li a, .item-list .pager-load-more li .diamonds-inner a {
    max-width: none !important;
    display: block !important;
    width: 100% !important;
    position: relative !important;
  }
  .diamonds-inner .position {
    position: static !important;
    visibility: visible !important;
  }
  .diamonds-inner .position .diamond-deg {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    height: auto !important;
    width: auto !important;
  }
  .diamonds-inner .position .diamond-deg .diamond-wrap {
    height: auto !important;
    width: auto !important;
  }
  .diamonds-inner .position .diamond-deg .diamond-wrap .diamond-deg-rev {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    height: auto !important;
    width: auto !important;
    position: relative !important;
    visibility: visible !important;
    max-width: none !important;
  }

  .accreditation-section .accreditation-blocks {
    max-width: none !important;
  }
  .accreditation-section .accreditation-blocks .if-slider {
    display: none !important;
  }
  .accreditation-section .container {
    max-width: none !important;
  }
  .accreditation-section .accreditation-part {
    width: 33.33% !important;
    text-align: center !important;
  }
  .accreditation-section h3 {
    margin: 0 0 20px !important;
    text-align: left !important;
  }
  .accreditation-section p {
    text-align: left !important;
  }
  .accreditation-section .single-accreditation {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }
  .accreditation-section .single-accreditation img {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }

  .leadership-bg,
.full-video-section {
    display: none !important;
  }

  .about-school-section * {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .about-school-section .content-block {
    padding: 0 !important;
  }
  .about-school-section br {
    display: none !important;
  }
  .about-school-section .firstrow .left-width {
    width: 100% !important;
  }
  .about-school-section .firstrow .left-width h2 {
    color: #272727 !important;
  }
  .about-school-section .secondrow .right-width {
    width: 100% !important;
  }

  .explore-section {
    display: none !important;
  }
  .explore-section .col-xs-6 {
    width: 100% !important;
  }
  .explore-section .left-block {
    display: none !important;
  }

  .faculty-section {
    padding: 20px 0 !important;
    text-align: left !important;
  }
  .faculty-section .single-faculty {
    opacity: 1 !important;
    visibility: visible !important;
    text-align: left !important;
  }
  .faculty-section .single-faculty figure {
    display: none !important;
  }

  .about-page-diamond .in-mobile .text-block {
    padding: 10px 20px !important;
  }
  .about-page-diamond .in-mobile .two-block.dis-table .left-block {
    display: block !important;
    width: 100% !important;
  }
  .about-page-diamond .in-mobile .two-block.dis-table .right-block {
    display: none !important;
  }
  .about-page-diamond .in-mobile .info-block .border {
    display: none !important;
  }

  .diamonds-section .hidden-xs.hidden-sm {
    display: none !important;
  }

  .general-landing-pg .left-main {
    float: none !important;
    width: 100% !important;
  }
  .general-landing-pg .left-main .left-inner {
    padding: 0 !important;
  }
  .general-landing-pg .left-main .left-inner .current-student-section {
    display: block !important;
  }
  .general-landing-pg .left-main .left-inner .current-student-section h1 {
    color: #272727 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items {
    line-height: 28px !important;
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items p {
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items p em {
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items p em strong {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items p a {
    color: #006633 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items p a strong {
    letter-spacing: 0.05em !important;
    color: #006633 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items p a em {
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items p a em strong {
    letter-spacing: 0.05em !important;
    color: #006633 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items p strong {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items p strong span {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items ul {
    margin-bottom: 20px !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items ul li {
    margin-bottom: 10px !important;
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items div {
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items div a {
    color: #006633 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items div a strong {
    color: #006633 !important;
    letter-spacing: 0.05em !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items div strong {
    color: #006633 !important;
    letter-spacing: 0.05em !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items div strong a {
    color: #006633 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items div .field .field-items p {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items div .field .field-items p strong {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items div .field .field-items p strong span {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items div p {
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items div p em {
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items div p em strong {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items div p a {
    color: #006633 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items div p a strong {
    letter-spacing: 0.05em !important;
    color: #006633 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items div p a em {
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items div p a em strong {
    letter-spacing: 0.05em !important;
    color: #006633 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items div p strong {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items div p strong span {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items ol {
    margin-bottom: 20px !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items ol li {
    color: #808080 !important;
    margin-bottom: 15px !important;
    padding-left: 20px !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field-name-body .field-items ol li a {
    color: #006633 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field .field-items {
    line-height: 28px !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field .field-items p {
    color: #808080 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field .field-items p a strong {
    color: #006633 !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field .field-items ul {
    margin-bottom: 20px !important;
  }
  .general-landing-pg .left-main .left-inner .region-content .node-landing .field .field-items ul li {
    margin-bottom: 10px !important;
    color: #808080 !important;
  }
  .general-landing-pg .right-main {
    display: none !important;
  }

  .career-services-section .all-career .single-career {
    margin: 0 !important;
  }
  .career-services-section .all-career .single-career .dis-table-cell .title a {
    font-size: 18px !important;
    color: #006633 !important;
    font-weight: bold !important;
    padding-bottom: 10px !important;
    letter-spacing: 0.05em !important;
  }
  .career-services-section .all-career .single-career .dis-table-cell p {
    font-size: 18px !important;
    line-height: 28px !important;
    color: #808080 !important;
  }
  .career-services-section .all-career .single-career .dis-table-cell > a {
    display: none !important;
  }
  .career-services-section .all-career .single-career .left-img {
    display: none !important;
  }
  .career-services-section .all-career .single-career .right-content {
    display: block !important;
    float: none !important;
    width: 100% !important;
  }
  .career-services-section .all-career .single-career .right-content .dis-table-cell {
    padding: 20px 0 !important;
  }

  .graduate-section .single-graduate figure {
    display: none !important;
  }
  .graduate-section .single-graduate .content > a {
    display: none !important;
  }

  .quote-section {
    height: auto !important;
  }
  .quote-section .quote-inner {
    padding: 10px 15px !important;
  }
  .quote-section .full-bg-color {
    display: none !important;
  }

  .persion-list {
    padding: 0 !important;
  }
  .persion-list .left-content {
    display: none !important;
  }
  .persion-list .right-content {
    float: none !important;
    width: 100% !important;
  }

  .current-student-section {
    display: none !important;
  }

  .fair-opportunities-section .single-fair figure {
    display: none !important;
  }

  .banner-no.no-cta-bar {
    display: none !important;
  }

  .both-bio .left-bio,
.both-bio .right-bio {
    width: 100% !important;
  }
  .both-bio .related-resource {
    display: none !important;
  }
  .both-bio .left-bio .related-resource .single-resource {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .both-bio .left-bio .related-resource .single-resource figure {
    display: none !important;
  }
  .both-bio .right-bio .row div[class*=col-] {
    width: 100% !important;
    display: block !important;
  }
  .both-bio .max630 {
    max-width: none !important;
  }

  .expand-collapse-btns {
    display: none !important;
  }

  .hide-content {
    display: block !important;
  }

  .field-collection-container.clearfix {
    display: none !important;
  }

  .both-blocks .left-inner {
    padding: 0 !important;
  }

  .both-blocks > .row .left-main {
    float: none !important;
    width: 100% !important;
  }

  .career-services-section {
    margin: 0 !important;
  }
  .career-services-section .information {
    text-align: left !important;
    padding: 0 !important;
  }

  .both-blocks {
    margin: 0 !important;
  }

  .both-blocks .left-inner .main-content .padding-content {
    padding: 0 !important;
  }

  .both-blocks .left-inner .main-content h1 {
    line-height: 1.2 !important;
  }

  .wrapper table {
    margin-bottom: 34px !important;
    margin-top: 34px !important;
  }
  .wrapper table td {
    padding: 15px !important;
    font-size: 13px !important;
    line-height: 23px !important;
    color: gray !important;
  }
  .wrapper table td strong span {
    font-size: 13px !important;
    color: gray !important;
  }
  .wrapper table td span strong {
    font-size: 13px !important;
    color: gray !important;
  }
  .wrapper table td p strong {
    font-size: 13px !important;
    color: gray !important;
  }
  .wrapper table td p strong span {
    font-size: 18px !important;
  }
  .wrapper table td p span {
    font-size: 13px !important;
    color: gray !important;
  }
  .wrapper table td strong {
    font-size: 13px !important;
    line-height: 23px !important;
    color: gray !important;
  }

  .paragraphs-items-field-about-page-components .leadership-section .leader-inner h3 {
    color: #272727 !important;
    padding-bottom: 10px !important;
  }
  .paragraphs-items-field-about-page-components .leadership-section .leader-inner h3:before {
    background-color: #006633 !important;
  }
  .paragraphs-items-field-about-page-components .leadership-section .leader-inner span {
    color: #808080 !important;
  }
  .paragraphs-items-field-about-page-components .about-school-section h2 {
    padding-bottom: 10px !important;
    color: #006633 !important;
  }
  .paragraphs-items-field-about-page-components .about-school-section span {
    color: #808080 !important;
  }
  .paragraphs-items-field-about-page-components .about-school-section span strong {
    color: #808080 !important;
  }
  .paragraphs-items-field-about-page-components .about-school-section ul {
    margin-bottom: 30px !important;
  }

  .paragraphs-items .field-type-paragraphs .field-items .field-item {
    display: table;
    width: 100%;
  }
  .paragraphs-items .field-type-paragraphs .field-items .field-item .container1240 .container1030 h3, .paragraphs-items .field-type-paragraphs .field-items .field-item .node-type-about .field-name-body.field-type-text-with-summary > .field-items .container1030 h3, .node-type-about .paragraphs-items .field-type-paragraphs .field-items .field-item .field-name-body.field-type-text-with-summary > .field-items .container1030 h3, .paragraphs-items .field-type-paragraphs .field-items .field-item .white-bg-content .container1030 h3 {
    font-size: 26px !important;
    color: #959595 !important;
  }
  .paragraphs-items .field-type-paragraphs .field-items .field-item .container1240 .container1030 .content-block, .paragraphs-items .field-type-paragraphs .field-items .field-item .node-type-about .field-name-body.field-type-text-with-summary > .field-items .container1030 .content-block, .node-type-about .paragraphs-items .field-type-paragraphs .field-items .field-item .field-name-body.field-type-text-with-summary > .field-items .container1030 .content-block, .paragraphs-items .field-type-paragraphs .field-items .field-item .white-bg-content .container1030 .content-block {
    clear: both !important;
  }
  .paragraphs-items .field-type-paragraphs .field-items .field-item .container1240 .container1030 .content-block p, .paragraphs-items .field-type-paragraphs .field-items .field-item .node-type-about .field-name-body.field-type-text-with-summary > .field-items .container1030 .content-block p, .node-type-about .paragraphs-items .field-type-paragraphs .field-items .field-item .field-name-body.field-type-text-with-summary > .field-items .container1030 .content-block p, .paragraphs-items .field-type-paragraphs .field-items .field-item .white-bg-content .container1030 .content-block p {
    margin-bottom: 20px !important;
  }
  .paragraphs-items .field-type-paragraphs .field-items .field-item .container1240 .container1030 .content-block p span, .paragraphs-items .field-type-paragraphs .field-items .field-item .node-type-about .field-name-body.field-type-text-with-summary > .field-items .container1030 .content-block p span, .node-type-about .paragraphs-items .field-type-paragraphs .field-items .field-item .field-name-body.field-type-text-with-summary > .field-items .container1030 .content-block p span, .paragraphs-items .field-type-paragraphs .field-items .field-item .white-bg-content .container1030 .content-block p span {
    font-size: 20px !important;
  }
  .paragraphs-items .field-type-paragraphs .field-items .field-item .container1240 .container1030 .content-block > a, .paragraphs-items .field-type-paragraphs .field-items .field-item .node-type-about .field-name-body.field-type-text-with-summary > .field-items .container1030 .content-block > a, .node-type-about .paragraphs-items .field-type-paragraphs .field-items .field-item .field-name-body.field-type-text-with-summary > .field-items .container1030 .content-block > a, .paragraphs-items .field-type-paragraphs .field-items .field-item .white-bg-content .container1030 .content-block > a {
    display: none !important;
  }
  .paragraphs-items .field-type-paragraphs .field-items .field-item .container1240 .container1030 figure, .paragraphs-items .field-type-paragraphs .field-items .field-item .node-type-about .field-name-body.field-type-text-with-summary > .field-items .container1030 figure, .node-type-about .paragraphs-items .field-type-paragraphs .field-items .field-item .field-name-body.field-type-text-with-summary > .field-items .container1030 figure, .paragraphs-items .field-type-paragraphs .field-items .field-item .white-bg-content .container1030 figure {
    display: none !important;
  }
  .paragraphs-items .field-type-paragraphs .field-items .field-item .container1240 .container1030 .single-faculty, .paragraphs-items .field-type-paragraphs .field-items .field-item .node-type-about .field-name-body.field-type-text-with-summary > .field-items .container1030 .single-faculty, .node-type-about .paragraphs-items .field-type-paragraphs .field-items .field-item .field-name-body.field-type-text-with-summary > .field-items .container1030 .single-faculty, .paragraphs-items .field-type-paragraphs .field-items .field-item .white-bg-content .container1030 .single-faculty {
    clear: both !important;
  }
  .paragraphs-items .field-type-paragraphs .field-items .field-item .container1240 .container1030 .single-faculty .content .title, .paragraphs-items .field-type-paragraphs .field-items .field-item .node-type-about .field-name-body.field-type-text-with-summary > .field-items .container1030 .single-faculty .content .title, .node-type-about .paragraphs-items .field-type-paragraphs .field-items .field-item .field-name-body.field-type-text-with-summary > .field-items .container1030 .single-faculty .content .title, .paragraphs-items .field-type-paragraphs .field-items .field-item .white-bg-content .container1030 .single-faculty .content .title {
    font-size: 17px !important;
    color: #272727 !important;
    margin-bottom: 10px !important;
  }
  .paragraphs-items .field-type-paragraphs .field-items .field-item .container1240 .container1030 .single-faculty .content p, .paragraphs-items .field-type-paragraphs .field-items .field-item .node-type-about .field-name-body.field-type-text-with-summary > .field-items .container1030 .single-faculty .content p, .node-type-about .paragraphs-items .field-type-paragraphs .field-items .field-item .field-name-body.field-type-text-with-summary > .field-items .container1030 .single-faculty .content p, .paragraphs-items .field-type-paragraphs .field-items .field-item .white-bg-content .container1030 .single-faculty .content p {
    margin-bottom: 20px !important;
  }
  .paragraphs-items .field-type-paragraphs .field-items .field-item .container1240 .container1030 .single-faculty .content p span, .paragraphs-items .field-type-paragraphs .field-items .field-item .node-type-about .field-name-body.field-type-text-with-summary > .field-items .container1030 .single-faculty .content p span, .node-type-about .paragraphs-items .field-type-paragraphs .field-items .field-item .field-name-body.field-type-text-with-summary > .field-items .container1030 .single-faculty .content p span, .paragraphs-items .field-type-paragraphs .field-items .field-item .white-bg-content .container1030 .single-faculty .content p span {
    font-size: 20px !important;
  }
  .paragraphs-items .field-type-paragraphs .field-items .field-item .container1240 .container1030 .single-faculty .content > a, .paragraphs-items .field-type-paragraphs .field-items .field-item .node-type-about .field-name-body.field-type-text-with-summary > .field-items .container1030 .single-faculty .content > a, .node-type-about .paragraphs-items .field-type-paragraphs .field-items .field-item .field-name-body.field-type-text-with-summary > .field-items .container1030 .single-faculty .content > a, .paragraphs-items .field-type-paragraphs .field-items .field-item .white-bg-content .container1030 .single-faculty .content > a {
    display: none !important;
  }
  .paragraphs-items .field-type-paragraphs .field-items .field-item .container1240 .container1030 p, .paragraphs-items .field-type-paragraphs .field-items .field-item .node-type-about .field-name-body.field-type-text-with-summary > .field-items .container1030 p, .node-type-about .paragraphs-items .field-type-paragraphs .field-items .field-item .field-name-body.field-type-text-with-summary > .field-items .container1030 p, .paragraphs-items .field-type-paragraphs .field-items .field-item .white-bg-content .container1030 p {
    margin-bottom: 20px !important;
  }
  .paragraphs-items .field-type-paragraphs .field-items .field-item .container1240 .container1030 p span, .paragraphs-items .field-type-paragraphs .field-items .field-item .node-type-about .field-name-body.field-type-text-with-summary > .field-items .container1030 p span, .node-type-about .paragraphs-items .field-type-paragraphs .field-items .field-item .field-name-body.field-type-text-with-summary > .field-items .container1030 p span, .paragraphs-items .field-type-paragraphs .field-items .field-item .white-bg-content .container1030 p span {
    font-size: 20px !important;
  }

  .both-bio .right-bio .bio-contact h2 {
    color: #006633 !important;
  }
  .both-bio .right-bio .bio-contact address {
    color: #808080 !important;
  }
  .both-bio .right-bio .bio-contact address p {
    color: #808080 !important;
  }
  .both-bio .right-bio .bio-contact address p strong {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  .both-bio .right-bio .bio-contact address p strong a {
    color: #808080 !important;
  }
  .both-bio .right-bio .bio-contact address a {
    color: #808080 !important;
  }
  .both-bio .content-main h1 {
    color: #272727 !important;
  }
  .both-bio .content-main p {
    color: #808080 !important;
  }
  .both-bio .content-main p em {
    color: #808080 !important;
  }
  .both-bio .content-main ul {
    margin-bottom: 20px !important;
  }
  .both-bio .content-main ul li {
    margin-bottom: 10px !important;
    color: #808080 !important;
  }

  .faculty-name h1 {
    color: #272727 !important;
  }

  table {
    color: gray !important;
  }
  table td {
    color: gray !important;
  }

  .page-node-613 #content-area .container1240 .main-content .region .content .field-item p, .page-node-613 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .main-content .region .content .field-item p, .node-type-about .page-node-613 #content-area .field-name-body.field-type-text-with-summary > .field-items .main-content .region .content .field-item p, .page-node-613 #content-area .white-bg-content .main-content .region .content .field-item p {
    padding: 0 !important;
    margin: 15px 0px !important;
  }
  .page-node-613 #content-area .container1240 .main-content .region .content .field-item hr, .page-node-613 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .main-content .region .content .field-item hr, .node-type-about .page-node-613 #content-area .field-name-body.field-type-text-with-summary > .field-items .main-content .region .content .field-item hr, .page-node-613 #content-area .white-bg-content .main-content .region .content .field-item hr {
    height: 1px !important;
    display: block !important;
    width: 100% !important;
    margin: 20px 0px !important;
  }

  #content-area .container1240 .max630 .content-main p, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .max630 .content-main p, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .max630 .content-main p, #content-area .white-bg-content .max630 .content-main p {
    color: #808080 !important;
  }
  #content-area .container1240 .max630 .content-main p em, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .max630 .content-main p em, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .max630 .content-main p em, #content-area .white-bg-content .max630 .content-main p em {
    color: #808080 !important;
  }
  #content-area .container1240 .max630 .content-main p em strong, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .max630 .content-main p em strong, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .max630 .content-main p em strong, #content-area .white-bg-content .max630 .content-main p em strong {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  #content-area .container1240 .max630 .content-main p strong, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .max630 .content-main p strong, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .max630 .content-main p strong, #content-area .white-bg-content .max630 .content-main p strong {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  #content-area .container1240 .max630 .content-main strong, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .max630 .content-main strong, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .max630 .content-main strong, #content-area .white-bg-content .max630 .content-main strong {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .padding-content h1, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content h1, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content h1, #content-area .white-bg-content .left-main .left-inner .main-content .padding-content h1 {
    color: #272727 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .padding-content p, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content p, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content p, #content-area .white-bg-content .left-main .left-inner .main-content .padding-content p {
    color: #808080 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .padding-content p a, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content p a, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content p a, #content-area .white-bg-content .left-main .left-inner .main-content .padding-content p a {
    color: #006633 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .padding-content p a strong, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content p a strong, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content p a strong, #content-area .white-bg-content .left-main .left-inner .main-content .padding-content p a strong {
    letter-spacing: 0.05em !important;
    color: #006633 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .padding-content p em, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content p em, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content p em, #content-area .white-bg-content .left-main .left-inner .main-content .padding-content p em {
    color: #808080 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .padding-content p em strong, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content p em strong, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content p em strong, #content-area .white-bg-content .left-main .left-inner .main-content .padding-content p em strong {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .padding-content p strong, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content p strong, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content p strong, #content-area .white-bg-content .left-main .left-inner .main-content .padding-content p strong {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .padding-content strong, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content strong, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content strong, #content-area .white-bg-content .left-main .left-inner .main-content .padding-content strong {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .padding-content ul, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content ul, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content ul, #content-area .white-bg-content .left-main .left-inner .main-content .padding-content ul {
    margin-bottom: 20px !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .padding-content ul li, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content ul li, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content ul li, #content-area .white-bg-content .left-main .left-inner .main-content .padding-content ul li {
    margin-bottom: 10px !important;
    color: #808080 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .padding-content ol, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content ol, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content ol, #content-area .white-bg-content .left-main .left-inner .main-content .padding-content ol {
    margin-bottom: 20px !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .padding-content ol li, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content ol li, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content ol li, #content-area .white-bg-content .left-main .left-inner .main-content .padding-content ol li {
    color: #808080 !important;
    margin-bottom: 15px !important;
    padding-left: 20px !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .padding-content ol li a, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content ol li a, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .padding-content ol li a, #content-area .white-bg-content .left-main .left-inner .main-content .padding-content ol li a {
    color: #006633 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .region-content .node .field .field-items hr, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items hr, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items hr, #content-area .white-bg-content .left-main .left-inner .main-content .region-content .node .field .field-items hr {
    height: 1px !important;
    display: block !important;
    width: 100% !important;
    margin: 20px 0px !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .region-content .node .field .field-items p, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items p, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items p, #content-area .white-bg-content .left-main .left-inner .main-content .region-content .node .field .field-items p {
    color: #808080 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .region-content .node .field .field-items p a, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items p a, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items p a, #content-area .white-bg-content .left-main .left-inner .main-content .region-content .node .field .field-items p a {
    color: #006633 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .region-content .node .field .field-items p a strong, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items p a strong, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items p a strong, #content-area .white-bg-content .left-main .left-inner .main-content .region-content .node .field .field-items p a strong {
    letter-spacing: 0.05em !important;
    color: #006633 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .region-content .node .field .field-items p em, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items p em, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items p em, #content-area .white-bg-content .left-main .left-inner .main-content .region-content .node .field .field-items p em {
    color: #808080 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .region-content .node .field .field-items p em strong, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items p em strong, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items p em strong, #content-area .white-bg-content .left-main .left-inner .main-content .region-content .node .field .field-items p em strong {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .region-content .node .field .field-items p strong, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items p strong, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items p strong, #content-area .white-bg-content .left-main .left-inner .main-content .region-content .node .field .field-items p strong {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .region-content .node .field .field-items strong, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items strong, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items strong, #content-area .white-bg-content .left-main .left-inner .main-content .region-content .node .field .field-items strong {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .region-content .node .field .field-items ul, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items ul, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items ul, #content-area .white-bg-content .left-main .left-inner .main-content .region-content .node .field .field-items ul {
    margin-bottom: 20px !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .region-content .node .field .field-items ul li, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items ul li, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items ul li, #content-area .white-bg-content .left-main .left-inner .main-content .region-content .node .field .field-items ul li {
    margin-bottom: 10px !important;
    color: #808080 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .region-content .node .field .field-items .wrapper table td, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items .wrapper table td, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items .wrapper table td, #content-area .white-bg-content .left-main .left-inner .main-content .region-content .node .field .field-items .wrapper table td {
    color: gray !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .region-content .node .field .field-items h2, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items h2, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items h2, #content-area .white-bg-content .left-main .left-inner .main-content .region-content .node .field .field-items h2 {
    color: #272727 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .region-content .node .field .field-items h3 strong a, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items h3 strong a, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items h3 strong a, #content-area .white-bg-content .left-main .left-inner .main-content .region-content .node .field .field-items h3 strong a {
    color: #006633 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .region-content .node .field .field-items h3 strong span, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items h3 strong span, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items h3 strong span, #content-area .white-bg-content .left-main .left-inner .main-content .region-content .node .field .field-items h3 strong span {
    color: #272727 !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .region-content .node .field .field-items ol, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items ol, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items ol, #content-area .white-bg-content .left-main .left-inner .main-content .region-content .node .field .field-items ol {
    margin-bottom: 20px !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .region-content .node .field .field-items ol li, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items ol li, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items ol li, #content-area .white-bg-content .left-main .left-inner .main-content .region-content .node .field .field-items ol li {
    color: #808080 !important;
    margin-bottom: 15px !important;
    padding-left: 20px !important;
  }
  #content-area .container1240 .left-main .left-inner .main-content .region-content .node .field .field-items ol li a, #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items ol li a, .node-type-about #content-area .field-name-body.field-type-text-with-summary > .field-items .left-main .left-inner .main-content .region-content .node .field .field-items ol li a, #content-area .white-bg-content .left-main .left-inner .main-content .region-content .node .field .field-items ol li a {
    color: #006633 !important;
  }
  #content-area .region-content .node .field .field-items hr {
    height: 1px !important;
    display: block !important;
    width: 100% !important;
    margin: 20px 0px !important;
  }
  #content-area .region-content .node .field .field-items p {
    color: #808080 !important;
  }
  #content-area .region-content .node .field .field-items p a {
    color: #006633 !important;
  }
  #content-area .region-content .node .field .field-items p a strong {
    letter-spacing: 0.05em !important;
    color: #006633 !important;
  }
  #content-area .region-content .node .field .field-items p a em {
    color: #808080 !important;
  }
  #content-area .region-content .node .field .field-items p a em strong {
    letter-spacing: 0.05em !important;
    color: #006633 !important;
  }
  #content-area .region-content .node .field .field-items p em {
    color: #808080 !important;
  }
  #content-area .region-content .node .field .field-items p em strong {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  #content-area .region-content .node .field .field-items p strong {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  #content-area .region-content .node .field .field-items strong {
    letter-spacing: 0.05em !important;
    color: #808080 !important;
  }
  #content-area .region-content .node .field .field-items ul {
    margin-bottom: 20px !important;
  }
  #content-area .region-content .node .field .field-items ul li {
    margin-bottom: 10px !important;
    color: #808080 !important;
  }
  #content-area .region-content .node .field .field-items .wrapper table td {
    color: gray !important;
  }
  #content-area .region-content .node .field .field-items .faculty-section .container1030 h3 {
    color: #959595 !important;
  }
  #content-area .region-content .node .field .field-items .faculty-section .container1030 .single-faculty .content .title a {
    color: #272727 !important;
  }
  #content-area .region-content .node .field .field-items .faculty-section .container1030 .single-faculty .content > a {
    display: none !important;
  }
  #content-area .region-content .node .field .field-items table tbody tr td span {
    color: #808080 !important;
  }
  #content-area .region-content .node .field .field-items table tbody tr td span em strong {
    color: #808080 !important;
  }
  #content-area .region-content .node .field .field-items table tbody tr td span strong a {
    color: #006633 !important;
  }
  #content-area .region-content .node .field .field-items h2 {
    color: #272727 !important;
  }
  #content-area .region-content .node .field .field-items h2 span {
    text-decoration: underline !important;
    color: #008000 !important;
  }
  #content-area .region-content .node .field .field-items h2 span strong {
    text-decoration: underline !important;
    color: #008000 !important;
  }
  #content-area .region-content .node .field .field-items h2 strong {
    text-decoration: underline !important;
    color: #008000 !important;
  }
  #content-area .region-content .node .field .field-items h2 strong span {
    text-decoration: underline !important;
    color: #008000 !important;
  }
  #content-area .region-content .node .field .field-items h2 span {
    text-decoration: underline !important;
    color: #008000 !important;
  }
  #content-area .region-content .node .field .field-items h2 span strong {
    text-decoration: underline !important;
    color: #008000 !important;
  }
  #content-area .region-content .node .field .field-items h2 span strong span {
    text-decoration: underline !important;
    color: #008000 !important;
  }
  #content-area .region-content .node .field .field-items ol {
    margin-bottom: 20px !important;
  }
  #content-area .region-content .node .field .field-items ol li {
    color: #808080 !important;
    margin-bottom: 15px !important;
    padding-left: 20px !important;
  }
  #content-area .region-content .node .field .field-items ol li a {
    color: #006633 !important;
  }
  #content-area .region-content .node .field .field-items .padding-content h2 a {
    color: #272727 !important;
  }

  .page-node-1926 #content-area .container1240 .main-content .region .content .field-items ul li, .page-node-1926 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .main-content .region .content .field-items ul li, .node-type-about .page-node-1926 #content-area .field-name-body.field-type-text-with-summary > .field-items .main-content .region .content .field-items ul li, .page-node-1926 #content-area .white-bg-content .main-content .region .content .field-items ul li {
    color: gray !important;
  }

  .page-node-776 #content-area .container1240 .main-content .region .content .field-items h3 strong a, .page-node-776 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .main-content .region .content .field-items h3 strong a, .node-type-about .page-node-776 #content-area .field-name-body.field-type-text-with-summary > .field-items .main-content .region .content .field-items h3 strong a, .page-node-776 #content-area .white-bg-content .main-content .region .content .field-items h3 strong a {
    color: #006633 !important;
  }

  .page-node-2096 #content-area .container1240 .region .content .about-school-section h2, .page-node-2096 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .region .content .about-school-section h2, .node-type-about .page-node-2096 #content-area .field-name-body.field-type-text-with-summary > .field-items .region .content .about-school-section h2, .page-node-2096 #content-area .white-bg-content .region .content .about-school-section h2 {
    color: #000 !important;
  }

  .page-node-513 #content-area .container1240 .region .content .field-items .field-item ul, .page-node-513 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .region .content .field-items .field-item ul, .node-type-about .page-node-513 #content-area .field-name-body.field-type-text-with-summary > .field-items .region .content .field-items .field-item ul, .page-node-513 #content-area .white-bg-content .region .content .field-items .field-item ul {
    padding: 0px !important;
    margin-bottom: 20px !important;
  }
  .page-node-513 #content-area .container1240 .region .content .field-items .field-item ul li, .page-node-513 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .region .content .field-items .field-item ul li, .node-type-about .page-node-513 #content-area .field-name-body.field-type-text-with-summary > .field-items .region .content .field-items .field-item ul li, .page-node-513 #content-area .white-bg-content .region .content .field-items .field-item ul li {
    color: gray !important;
  }

  .page-node-294 #content-area .container1240 .region .content .field-item ul, .page-node-294 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .region .content .field-item ul, .node-type-about .page-node-294 #content-area .field-name-body.field-type-text-with-summary > .field-items .region .content .field-item ul, .page-node-294 #content-area .white-bg-content .region .content .field-item ul {
    padding: 0 !important;
    margin: 0 0 20px !important;
    color: gray !important;
  }
  .page-node-294 #content-area .container1240 .region .content .field-item ul li, .page-node-294 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .region .content .field-item ul li, .node-type-about .page-node-294 #content-area .field-name-body.field-type-text-with-summary > .field-items .region .content .field-item ul li, .page-node-294 #content-area .white-bg-content .region .content .field-item ul li {
    color: gray !important;
  }

  .page-node-28 #content-area .container1240 .region .content .cal-list-link a, .page-node-28 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .region .content .cal-list-link a, .node-type-about .page-node-28 #content-area .field-name-body.field-type-text-with-summary > .field-items .region .content .cal-list-link a, .page-node-28 #content-area .white-bg-content .region .content .cal-list-link a {
    padding: 10px !important;
    background-color: #006633 !important;
    color: #fff !important;
    display: inline-block !important;
  }
  .page-node-28 #content-area .container1240 .region .content .list-with-color a, .page-node-28 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .region .content .list-with-color a, .node-type-about .page-node-28 #content-area .field-name-body.field-type-text-with-summary > .field-items .region .content .list-with-color a, .page-node-28 #content-area .white-bg-content .region .content .list-with-color a {
    display: inline-block !important;
    vertical-align: top !important;
  }
  .page-node-28 #content-area .container1240 .region .content .list-with-color span, .page-node-28 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .region .content .list-with-color span, .node-type-about .page-node-28 #content-area .field-name-body.field-type-text-with-summary > .field-items .region .content .list-with-color span, .page-node-28 #content-area .white-bg-content .region .content .list-with-color span {
    display: block !important;
    margin: 4px !important;
    font-size: 16px !important;
    line-height: 1 !important;
    background-color: #000 !important;
    padding: 8px 12px !important;
    border-radius: 4px !important;
    color: #fff !important;
  }
  .page-node-28 #content-area .container1240 .region .content .list-with-color span.red, .page-node-28 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .region .content .list-with-color span.red, .node-type-about .page-node-28 #content-area .field-name-body.field-type-text-with-summary > .field-items .region .content .list-with-color span.red, .page-node-28 #content-area .white-bg-content .region .content .list-with-color span.red {
    background-color: #ff0000 !important;
  }
  .page-node-28 #content-area .container1240 .region .content .list-with-color span.green, .page-node-28 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .region .content .list-with-color span.green, .node-type-about .page-node-28 #content-area .field-name-body.field-type-text-with-summary > .field-items .region .content .list-with-color span.green, .page-node-28 #content-area .white-bg-content .region .content .list-with-color span.green {
    background-color: #006633 !important;
  }
  .page-node-28 #content-area .container1240 .region .content .list-with-color span.blue, .page-node-28 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .region .content .list-with-color span.blue, .node-type-about .page-node-28 #content-area .field-name-body.field-type-text-with-summary > .field-items .region .content .list-with-color span.blue, .page-node-28 #content-area .white-bg-content .region .content .list-with-color span.blue {
    background-color: #0000ee !important;
  }
  .page-node-28 #content-area .container1240 .region .content .list-with-color span.speech, .page-node-28 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .region .content .list-with-color span.speech, .node-type-about .page-node-28 #content-area .field-name-body.field-type-text-with-summary > .field-items .region .content .list-with-color span.speech, .page-node-28 #content-area .white-bg-content .region .content .list-with-color span.speech {
    background-color: #0b7aa3 !important;
  }
  .page-node-28 #content-area .container1240 .region .content .list-with-color span.yello, .page-node-28 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .region .content .list-with-color span.yello, .node-type-about .page-node-28 #content-area .field-name-body.field-type-text-with-summary > .field-items .region .content .list-with-color span.yello, .page-node-28 #content-area .white-bg-content .region .content .list-with-color span.yello {
    background-color: #800080 !important;
  }
  .page-node-28 #content-area .container1240 .region .content .date-nav-wrapper .date-prev, .page-node-28 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .region .content .date-nav-wrapper .date-prev, .node-type-about .page-node-28 #content-area .field-name-body.field-type-text-with-summary > .field-items .region .content .date-nav-wrapper .date-prev, .page-node-28 #content-area .white-bg-content .region .content .date-nav-wrapper .date-prev {
    display: inline-block !important;
  }
  .page-node-28 #content-area .container1240 .region .content .date-nav-wrapper .date-prev a, .page-node-28 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .region .content .date-nav-wrapper .date-prev a, .node-type-about .page-node-28 #content-area .field-name-body.field-type-text-with-summary > .field-items .region .content .date-nav-wrapper .date-prev a, .page-node-28 #content-area .white-bg-content .region .content .date-nav-wrapper .date-prev a {
    display: block !important;
    padding: 5px 14px !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 15px !important;
  }
  .page-node-28 #content-area .container1240 .region .content .calendar-calendar table thead tr th, .page-node-28 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .region .content .calendar-calendar table thead tr th, .node-type-about .page-node-28 #content-area .field-name-body.field-type-text-with-summary > .field-items .region .content .calendar-calendar table thead tr th, .page-node-28 #content-area .white-bg-content .region .content .calendar-calendar table thead tr th {
    background-color: #006633 !important;
    border: 1px solid #006633 !important;
    padding: 15px !important;
    color: #fff !important;
  }
  .page-node-28 #content-area .container1240 .region .content .calendar-calendar table tbody td .view-item-calendar .contents a, .page-node-28 #content-area .node-type-about .field-name-body.field-type-text-with-summary > .field-items .region .content .calendar-calendar table tbody td .view-item-calendar .contents a, .node-type-about .page-node-28 #content-area .field-name-body.field-type-text-with-summary > .field-items .region .content .calendar-calendar table tbody td .view-item-calendar .contents a, .page-node-28 #content-area .white-bg-content .region .content .calendar-calendar table tbody td .view-item-calendar .contents a {
    color: #808080 !important;
    font-weight: bold !important;
  }

  a.btn.btn-primary, .item-list .pager-load-more li a.btn-primary {
    display: none !important;
  }

  a.btn.btn-default, .item-list .pager-load-more li a {
    display: none !important;
  }

  form.webform-client-form {
    display: none !important;
  }

  .contextual-links-wrapper .contextual-links-trigger {
    display: none !important;
  }
  .contextual-links-wrapper .contextual-links-trigger .contextual-links {
    display: none !important;
  }

  .dynamic-block-section {
    display: none;
  }

  .selective-tweets-block {
    display: none;
  }

  .block-instagram-social-feed {
    display: none;
  }
}
body.node-type-campaign-landing {
  background-color: #fff;
}
.paragraphs-item-double-cta {
    text-align: center;
    margin: 25px 0px;
    position: relative;
}
.paragraphs-item-double-cta .field-name-field-cta-1, .paragraphs-item-double-cta .field-name-field-cta-2 {
    display: inline-block;
    width: 40%;
    margin: 0 10px;
}

.paragraphs-item-double-cta .field-name-field-cta-1 a, .paragraphs-item-double-cta .field-name-field-cta-2 a {    
    display: block;
    background-color: #006633;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-width: none;
    font-size: 13px;
    font-family: "TheSansB7Bold", sans-serif;
    line-height: 40px;
    border: none;
    width: auto;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: none;
    padding: 0 50px 0 30px;
    position: relative;
    letter-spacing: 1.2px;
    border-color: transparent;
    line-height: 40px;
}
.paragraphs-item-double-cta .field-name-field-cta-1 a:hover, .paragraphs-item-double-cta .field-name-field-cta-2 a:hover {
  background-color: #ffcc33;
  color: #000000;
}
.paragraphs-item-double-cta .field-name-field-cta-1 a:after, .paragraphs-item-double-cta .field-name-field-cta-2 a:after {
    font-family: "gmu", sans-serif !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    text-transform: none !important;
    content: "c";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    height: 15px;
    line-height: inherit;
    margin-left: 10px;
    font-size: 13px;
}

@media (max-width: 767px) {
    .paragraphs-item-double-cta {
        padding: 0px 15px;
    }
    .paragraphs-item-double-cta .field-name-field-cta-1, .paragraphs-item-double-cta .field-name-field-cta-2 {
      display: inline-block;
      width: 100%;
      margin: 10px 0 0 0;
  }
}

/* testimonial-carousel*/
.testimonial-carousel{
  padding: 50px 20px;
  border-bottom: 1px solid rgba(206, 206, 206, 1);
  overflow: hidden;
}
.testimonial-carousel .paragraphs-item-carousel-items .field-name-field-image {
  float: left;
  width: 220px;
  margin-right: 40px;
  padding-top: 35px;
}
.testimonial-carousel .paragraphs-item-carousel-items .field-name-field-image img{
 width: 220px;
 position: relative;
}

.testimonial-carousel  .paragraphs-item-carousel-items {
  max-width: 90%;
  margin: 0 auto;
}

.testimonial-carousel .paragraphs-item-carousel-items .field-name-field-text{
    overflow: hidden;
    text-align: center;
    position: relative;
    padding-top: 35px;
    line-height: 26px;
    font-size: 20px;
    font-family: Roboto Slab;
    color: #585858;

}

.testimonial-carousel .paragraphs-item-carousel-items .field-name-field-text a{ 
 text-shadow: 0 0 0 #006633;
 font-weight: 600;
}
.testimonial-carousel .paragraphs-item-carousel-items .field-name-field-text p span{ 
 font-weight: 600;
}



.testimonial-carousel .paragraphs-item-carousel-items .content{
  padding: 0 30px;
}

.testimonial-carousel .slick-arrow.slick-prev{
  background-color: transparent;
  left: -20px;
}
.testimonial-carousel .slick-arrow.slick-next{
  background-color: transparent;
  right: -20px;
}


.testimonial-carousel .slick-arrow.slick-prev:before, .testimonial-carousel .slick-arrow.slick-next:before{
  color: #006633;
}
.testimonial-carousel .slick-arrow.slick-prev:hover:before, .testimonial-carousel .slick-arrow.slick-next:hover:before{
  color: #ffcc33;
}
.testimonial-carousel ul.slick-dots li button{
  border: 1px solid #006633;
}
.testimonial-carousel ul.slick-dots li.slick-active button, .testimonial-carousel ul.slick-dots li:hover button {
    background-color: transparent!important;
}
.testimonial-carousel ul.slick-dots li.slick-active button:before, .testimonial-carousel ul.slick-dots li:hover button:before {
    width: 4px;
    height: 4px;
    background-color: #006633;
    position: absolute;
    content: '';
    left: 4px;
    top: 4px;
    border-radius: 50%;

}
/*.testimonial-carousel .field-name-field-text:before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/left-quote.png);
  width: 32px;
  height: 32px;
  right: 0;
  margin: 0 auto;
}*/

.testimonial-carousel .paragraphs-item-carousel-items .field-name-field-image .field-items{
  position: relative;
}
.testimonial-carousel .paragraphs-item-carousel-items .field-name-field-image .field-items:before{
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #ffcc33;
  width: 100%;
  height: 100%;
} 

@media (max-width: 767px){
  .testimonial-carousel .paragraphs-item-carousel-items .field-name-field-image {
    float: none;
    margin: 0 auto 30px;
  }
  .testimonial-carousel .paragraphs-item-carousel-items .content{
    padding: 0 5px;
  }
}


.full-width-event-feed.slick-initialized.slick-slider {
      padding: 40px 50px;
    background-color: #2b6634;
    color: #fff;
    background-image: url(../images/event-slider-logo.png);
    background-repeat: no-repeat;
    background-position: 5% bottom; 
    min-height: 250px;
    margin-bottom: 60px;

} 
.full-width-event-feed.slick-initialized.slick-slider .slick-list {
  max-width: 80%;
  margin: 0 auto;
}

.full-width-event-feed.slick-initialized.slick-slider .event-date {
    min-height: 100px;
    float: left;
    min-width: 200px;
    text-align: center;
}
.full-width-event-feed.slick-initialized.slick-slider .event-date span {
  display: block;
}


.full-width-event-feed.slick-initialized.slick-slider .event-date .date{
  font-size: 93px;
    font-weight: normal;
    line-height: 90%;
    font-family: 'FormataLight', sans-serif;
    
}
.full-width-event-feed.slick-initialized.slick-slider .event-date .month{
  font-size: 44px;
  font-family: 'FormataMedium', sans-serif;
  text-transform: uppercase;

}
.full-width-event-feed.slick-initialized.slick-slider .event-date .times {
  font-size: 30px;
  font-weight: normal;
  font-family: 'FormataLight', sans-serif;
}


.full-width-event-feed.slick-initialized.slick-slider .event-title {
  overflow: hidden;
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 15px 0;
  font-family: 'FormataLight', sans-serif;
}
.full-width-event-feed.slick-initialized.slick-slider .event-location {
  overflow: hidden;
  padding:10px 0 10px 30px;
  background-image: url(../images/location-icon.png);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  font-family: 'FormataLight', sans-serif;
  font-size: 16px;  
  margin: 0 0 15px 0;
  text-align: left;
}
.full-width-event-feed.slick-initialized.slick-slider .event-location strong {
  font-weight: normal;
}



.full-width-event-feed .slick-arrow.slick-prev, 
.full-width-event-feed .slick-arrow.slick-next {
  background-color: transparent!important; 
  cursor: pointer;
}


.full-width-event-feed .slick-arrow.slick-prev:before{
  content: '';
  width: 0; 
  height: 0; 
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;  
  border-right:14px solid #ffcc33;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
}
.full-width-event-feed .slick-arrow.slick-next:before {
  content: '';
    width: 0; 
    height: 0; 
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #ffcc33;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
}



.full-width-event-feed .slick-arrow.slick-prev:hover, 
.full-width-event-feed .slick-arrow.slick-next:hover {
  background-color: transparent!important; 
}
.full-width-event-feed .slick-arrow.slick-prev:hover:before, 
.full-width-event-feed .slick-arrow.slick-next:hover:before{
  color: #f6bb33;
}







@media (max-width: 767px){
  .full-width-event-feed.slick-initialized.slick-slider .event-date {
    float: none;
    margin-bottom: 45px;
  }
  .full-width-event-feed.slick-initialized.slick-slider {
    text-align: center;
    background-image: none; 
  }
}




