/* cmsms stylesheet: Fancybox modified: Monday, February 19, 2018 10:10:11 AM */
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }
.fancybox-caption-wrap strong {
 font-weight: 700;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: 'Ã—';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }
/* cmsms stylesheet: Form modified: Wednesday, September 29, 2021 11:27:23 AM */
.webform div {
 margin-top: 8px;
}
.webform.login div:first-child {
 margin-top: 0px;
}
.mce-toolbar-grp {
 padding: 0px !important;
}
.webform .mce-tinymce div {
 margin-top: 0px;
}
#sidebar .webform div {
 margin-top: 2px;
}
#content .webform h4 {
 font-size: 22px;
 line-height: 22px;
 padding-bottom: 10px;
}
.formfooter {
 margin: 0 30px;
}
.webform fieldset {
 border: 1px solid #d9d9d9;
 background: #e9e9e9;
 padding: 15px 0px;
 margin: 0px 20px 30px;
}

.webform fieldset:last-child {
 margin-bottom: 0px;
}
.webform label {
 font-size: 16px;
 padding-top: 5px;
 font-weight: normal;
 margin-bottom: 0px;
}
.webform.login label:first-child {
 padding-top: 0px;
}
#sidebar .webform label {
 font-size: 12px;
}
.webform input[type="text"], .webform input[type="email"], .webform select, .webform textarea {
 width: 100%;
 font-size: 16px;
 padding: 5px 8px;
 margin: 3px 0px;
 border: 1px solid #ddd;
 color: #333;
}
#sidebar .webform input, #sidebar .webform select, #sidebar .webform textarea {
 font-size: 12px;
}
.webform select {
 width: calc(100% - 3px) !important;
}
.webform input.adjust {
 width: calc(100% - 43px);
 margin-right: 10px;
}
.webform input[readonly] {
 background: #fff;
 color: #333;
}
.webform button {
 width: 100%;
 text-align: center;
 font-size: 16px;
 padding: 5px 8px;
 margin: 3px 0px;
 background: #ddd;
 color: #555;
 border: 1px solid #ddd;
}
#sidebar .webform button {
 font-size: 12px;
}
#sidebar .webform a {
 font-size: 12px;
}
.webform button:hover {
 color: #222;
}
.webform button:disabled {
 color: #999;
}
.webform select {
 width: 100%;
}
.webform .check label {
 position: relative;
 height: auto;
 margin-left: 30px;
}
.webform .check input {
 width: 15px; 
 position: absolute;
 top: 7px;
 left: 20px;
}
.webform .radio {
 text-align: right;
 margin: 4px 0 0px;
}
.webform .radio div {
 display: inline-block;
 margin: 0px 0px 0px 20px;
}
.webform .radio div input {
 width: 15px; 
 margin: 6px 4px 0px 0px;
}
.webform .radio div label {
 padding-top: 0px;
}
.webform textarea {
 width: 100%;
 height: 120px
}

.webform .fb_invalid input, .webform .fb_invalid textarea, .webform .fb_invalid select {
 box-shadow: 0px 0px 1.5px 1px #ff0000;
}
.webform .fb_invalid label {
 color: #ff3333;
}

.captcha img {
 border:1px solid #666;
 height: auto;
}
.captcha {
 margin-top: 4px;
 overflow: hidden;
 font-size: 18px;
}
.captcha input {
 text-align: center;
 margin-top: 8px; 
 max-width: 200px;
 }
.captcha iframe {
 border: 0px !important;
 padding: 0px;
 border-radius: 0px;
 background: transparent !important;
}
.captcha.fb_invalid div span {
 color: #ff0000;
}
.webform .fbsubmit, .webform .cms_submit {
    cursor: pointer;
    width: 200px;
    margin-top: 0px;
   margin-bottom: 15px;
}


@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
 .webform .radio { text-align: left; }
 .webform .radio div { margin: 0px 20px 0px 0px; }
}
/* cmsms stylesheet: Main modified: Wednesday, May 21, 2025 1:59:08 PM */
@font-face {
    font-family: 'Bodedom';
    src: url('/assets/fonts/hvd_bodedo-webfont.woff2') format('woff2'),
         url('/assets/fonts/hvd_bodedo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
 margin: 0px;
 padding: 0px;
}
body {
 padding: 0px;
 margin: 0px;
 font-family: 'Open Sans', serif;
 font-weight: 300;
 background: #65953F;
 color: #333;
}
strong { 
 font-weight: 400;
}
iframe {
 border: 1px solid #ddd !important;
 background: #fff;
 padding: 4px;
border-radius: 4px;
}
iframe#googlecal {
 padding: 0px;
 border: 0px !important;
}
.map {
 position: relative;
 padding-bottom: 60%;
 height: 0;
 overflow: hidden;
 max-width: 100%;
 border: 1px solid #9595ca;
 margin-bottom: 15px;
}
.fc-event, .fc-list-item {
 cursor: pointer !important;
}

a.accordion-toggle {
  display: block;
}
.fc-view-container {
 background: #fff;
}
.tab-content {
    padding: 15px;
}
.fc-day-grid-event .fc-content {
 white-space: normal !important;
}
hr {
 border-color: #aaa;
 border-style: dotted;
 margin-top: 0px;
}
input, textarea, select {
 font-family: 'Source Sans Pro', sans-serif;
}
img {
 max-width: 100%;
 height: auto; 
} 
#header-wrapper {
 background: #fff;
}
#header {
 padding-top: 25px;
 padding-bottom: 25px;
}
#header img {
 max-width: 100%;
 height: auto;
}
#logo, #header-right {
 padding: 0px;
}
#details div, #details img {
 float: right;
 text-align: right;
}
#details img {
 margin-left: 15px;
}
#details div {
 padding-top: 12px;
 font-size: 16px;
 color: #6D6E71;
}
#details div span { 
 display: block;
 font-size: 26px;
 color: #e3784f;
}
#details div .fa {
 padding-right: 10px;
 font-size: 90%;
}
#menu-wrapper {
 position: relative;
 z-index: 999 !important;
 background: #65943E;
}
#menu {
 background: #65943E;
}
#desktop-menu {
 padding-bottom: 15px;
 padding-top: 15px;
}
#desktop-menu a { 
 text-decoration: none;
}
#desktop-menu ul {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
}
#desktop-menu ul li {
 margin: 0px 2% 0px 0px;
 padding: 0px;
 display: inline-block;
 width: 15%;
}
#desktop-menu ul li:last-child {
 margin-right: 0px;
}
#desktop-menu li span {
 color: #000;
 background: #B2CA9F;
 text-decoration: none;
 padding: 5px 10px;
 font-size: 14px;
 line-height: 30px;
 font-weight: bold;
 display: block;
 width: 100%;
 line-height:30px;
 text-align: center;
 cursor: pointer;
}

#desktop-menu li.active span, #desktop-menu li.menuactive span {
 background: #E3784F;
 color: #fff;
}
#desktop-menu li.active ul li span, #desktop-menu li.menuactive ul li span {
 background: transparent;
}
#desktop-menu li span:hover {
 color: #fff;
}
#desktop-menu ul li ul {
 position: absolute;
 display: none;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 background: #E3784F;
 border-top: 0px;
 z-index: 99;
}
#desktop-menu ul li ul li {
 display: block;
 margin: 0px;
 width: 100%;
 border-top:1px dotted #eee;
}
#desktop-menu ul li ul li:last-child {
 border-bottom: 0px;
}
#desktop-menu ul li ul li span {
 padding: 0px;
 color: #fff;
 font-weight: normal;
 font-size: 12px;
 line-height: 16px;
 padding: 8px 8px;
 width: 100%;
 margin: 0px;
 background: transparent;
}
#desktop-menu ul li ul li:last-child span {
 border-bottom: 0px !important;
}
#desktop-menu ul li ul li.menuactive span {
 background: rgba(12, 34, 107, 0.1);
}
#desktop-menu ul li ul li span:hover {
 color: #000;
 background: #b2ca9f;
 text-decoration: none;
}
#content-wrapper {
 background: #fff;
 background: #efefef; 
 background: -moz-linear-gradient(top, #fff 1%, #cce7df 100%);
 background: -webkit-linear-gradient(top, #fff 1%,#cce7df 100%); 
 background: linear-gradient(to bottom, #fff 1%,#cce7df 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='fff', endColorstr='#cce7df',GradientType=0 ); 
}
#content {
 padding-top: 25px;
}
#content img {
 max-width: 100%;
 height: auto;
}
#content a {
 color: #e3784f;
 text-decoration: none;
}
#slideshow {
 margin-bottom: 25px;
}
.slideshow-caption h4, .slideshow-caption p {
 white-space: normal !important; 
 text-align: left; 
 color: #ffffff;
 text-shadow: 2px 2px 2px #000;
}
.slideshow-caption h4 { 
 font-family: 'Bodedom';
 font-size: 40px; 
 line-height: 44px;
 font-weight: normal;
 padding: 0px 0px 8px; 
 margin: 0px;
 color: #fff;
}
.slideshow-caption p { 
 font-size: 26px;
 line-height: 34px;
 padding: 0px; 
 margin: 0px;
 color: #fff;
}
#text {
 padding: 0px 0px 25px 0px;
}
#text .gallery img { 
 margin-bottom: 30px;
}
#title h1 {
 font-family: 'Bodedom';
 font-size: 30px;
 font-weight: normal;
 padding: 0px 0px 25px 0px;
 margin: 0px;
 color: #e3784f;
}
#text h2 {
 font-size: 24px;
 line-height: 30px;
 padding: 0px;
 color: #000;
}
#text h4 {
 font-family: 'Bodedom';
 font-size: 20px;
 line-height: 28px;
 font-weight: normal;
 padding: 0px 0px 10px 0px;
 color: #e3784f;
}
#text h4#modalTitle  {
 font-family: 'Open Sans', serif;
 font-weight: bold;
}
#text h4#modalTitle span {
 font-weight: normal;
}
#text h6 {
 font-size: 18px; 
 line-height: 26px;
 margin: 15px 0px;
 padding: 5px 15px;
 background: #a9a9a9;
 color: #fff;
 margin: 0px 0px 0px 10px 0px;
}
#text h4.panel-title {
 font-size: 18px;
 padding: 0px;
 font-weight: normal;
 color: #000;
 border-bottom: 0px;
}
#text #welcomeevents {
 margin-bottom: 20px;
}
#text .loading {
 display: block;
}
#text .tweet {
 border: 1px solid #ddd;
 font-size: 12px;
 line-height: 18px;
 margin-bottom: 25px;
}
#text .tweettext {
 background: #fff;
 padding: 12px;
}
#text .tweettext img {
 border:1px solid #ddd;
 border-radius: 4px;
 padding: 4px;
}
#text .tweet span.tweettitle {
 background: #eee;
 border-bottom: 1px solid #ddd;
 font-weight: bold;
 display: block;
 padding: 8px 14px;
 font-size: 13px; 
}
#text p, #text ul {
 font-size: 16px; 
 line-height: 25px;
 margin: 0px;
 padding: 0px 0px 20px 0px;
}
#text #logos { padding-bottom: 20px; }
#text #logos img {  border: 1px solid #ddd; }
#text ul {
 font-size: 16px;
 line-height: 26px;
 padding: 0 0 20px 20px;
 list-style-type: square;
}
#text li {
 padding: 0 0 4px 10px;
}
#text p.img {
 padding-bottom: 10px;
}
#text p span.position {
 display: block;
 padding-top: 2px;
 font-size: 13px;
 line-height: 18px;
}
#text .modal-title {
 padding-bottom: 0px;
}
#text .modal-title span {
 display: block;
 font-size: 70%;
 color: #000;
}
#text .modal-footer { border-top: 0px; }
#text .modal-body { border-bottom: 1px solid #e5e5e5; }

#sitemap #text ul li a.parent {
 font-weight: bold;
 margin-bottom: 10px;
 display: inline-block;
}
#text ul.list {
 margin: 0px;
 padding: 0px 0px 10px 0px;
}
#text ul.list li {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
}
#text ul.list li a {
 padding: 12px;
 margin-bottom: 8px;
 display: block;
 border-radius: 5px;
 font-size: 14px;
 color: #000;
}
#text ul.list li a:hover {
 background: rgba(227, 120, 79, 0.1);
}
#text ul.list li a img {
 margin-right: 15px;
 height: 32px;
 width: auto;
 vertical-align: -10px;
}
#text table.webtable { margin-bottom: 20px; }
#text table.webtable td {
 font-size: 16px;
 line-height: 26px;
 padding: 0px 5px;
}
#text table.webtable td.details {
 padding-left: 30px;
}
#sidebar {
 font-size: 14px;
 line-height: 20px;
 padding:0px;
}
#sidebar .box {
 background: #65953f;
 padding: 15px;
 margin-bottom: 25px;
}
#sidebar #logos {
 margin-bottom: 15px;
}
#sidebar #sidemenu.box {
 background-color: #e3784f;
}
#sidebar #weather1.box, #sidebar #weather2.box {
 background-color: #65953f;
}

#sidebar .box p {
 color: #fff;
 font-size: 14px;
 line-height: 22px;
}
#sidebar .box a {
 color: #eee;
}
#sidebar .box p:last-child {
 margin-bottom: 0px;
}
#sidebar .box .time {
 display: block;
 margin-top: 0px;
 text-align: right;
 font-style: italic;
 font-size: 10px;
}
#sidebar .box .fa {
 width: 24px;
 text-align: center;
 padding-right: 5px;
}
#sidebar .box h4 {
 font-family: 'Bodedom';
 color: #fff;
 font-size: 16px;
 font-weight: normal;
 padding: 0px;
 margin: 0px;
 border-bottom: 1px solid #fff;
 padding: 0px 0px 12px 0px;
 margin: 0px 0px 12px 0px;
}

#sidebar .box ul {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
}

#sidebar .box ul li a {
 font-size: 14px;
 padding: 4px 10px;
 display: block;
 color: #ddd;
 text-decoration: none;
 margin-bottom: 4px;
}
#sidebar .box ul li a:after {
 font-family: "FontAwesome";
 content: "\f101";
 float: right; 
 font-weight: normal;
}
#sidebar .box ul li:last-child a {
 margin-bottom: 0px;
}
#sidebar .box  ul li a:hover {
 background-color: #65953f;
 color: #fff;
}
#sidebar .box ul li.menuactive a {
 color: #fff;
 font-weight: bold;
}
#top-footer-wrapper {
 background: #cce7df;
}
#footer-wrapper {
 color: #000;
}
#footer {
 padding: 20px 15px;
}
#footer span {
 font-size: 12px;
}
#footer .fa {
 font-size: 11px;
}
#footer a { color: #000; }
#footer a:hover { 
 color: #333;
 text-decoration: none;
}
#footer-right {
 text-align: right;
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
 #menu-wrapper { position: relative !important; border: 0px; }
}

@media (max-width: 768px) {
 html { padding: 0px; }
 #logo, #details div { text-align: center; }
 #details div { float: none; padding-top: 25px; }
 #footer-left, #footer-right { text-align: center; }
 #footer-right { padding-top: 15px; }
}
/* cmsms stylesheet: Meanmenu modified: Wednesday, January 31, 2018 6:46:05 PM */
a.meanmenu-reveal {
	display: none;
}
.mean-container .mean-bar {
	position: relative;
	height: 50px;
	z-index: 99;
	width: 100%;
}

.mean-container a.meanmenu-reveal {
	margin: 0 auto;
	width: 100%;
	height: 20px;
        padding: 15px 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	text-indent: -9999em;
	display: block;
	font-weight: 700;
}
.mean-container a.meanclose {
  height: 30px; 
 padding: 12px 0 8px;
}
.mean-container a.meanmenu-reveal span {
	margin: 0px auto;
	width: 32px;
	display: block;
	background: #fff;
	height: 4px;
	margin-bottom: 4px;
}
.mean-container .mean-nav {
	width: 100%;
        margin-right: 0px;
	background: #e5e5e5;
	margin-top: 0px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	width: 100%;
}
.mean-container .mean-nav ul li a {
 text-decoration: none;
}
.mean-container .mean-nav ul li span {
	display: block;
	width: 96%;
height: 36px !important;
line-height: 36px !important;
	padding: 0 2%;
	margin: 0;
	text-align: left;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px dotted #000;
	font-weight: bold;
}

.mean-container .mean-nav ul li ul {
 position: relative !important;
 width: 100% !important;
 border-bottom: 0px !important;
 border-top: 0px !important;
}
.mean-container .mean-nav ul li li span {
	opacity: 0.75;
	filter: alpha(opacity=75);
padding-left:3%;
 width: 95%;
	text-shadow: none !important;
	visibility: visible;
font-size: 85% !important;
height: 32px !important;
line-height: 32px !important;
font-weight: normal !important;
}

.mean-container .mean-nav ul li.mean-last span {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li span {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li span {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li span {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li span:hover {
	background: #E3784F;
color:#fff;
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 0px;
	width: 26px;
	height: 33px !important;
        line-height: 28px !important;
	padding: 3px 4px 0px !important;
	text-align: center;
color: #000;
 font-size: 28px !important;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	border: none !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #E3784F;
color: #fff;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}
/* cmsms stylesheet: Weather modified: Wednesday, January 31, 2018 4:44:46 PM */
@font-face {
    font-family: 'weather';
    src: url('/assets/fonts/artill_clean_icons-webfont.eot');
    src: url('/assets/fonts/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/artill_clean_icons-webfont.woff') format('woff'),
         url('/assets/fonts/artill_clean_icons-webfont.ttf') format('truetype'),
         url('/assets/fonts/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}


.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

#weather { 
 display: none;
}
#weather .icon {
 padding: 0px 15px;
 height: 85px;
 overflow: hidden;
}
#weather .icon.current {
 text-align: center;
}
#weather .icon i {
  color: #000;
  line-height: 70px;
  font-family: weather;
  font-style: normal;
  font-size: 90px;
}
#weather .upcoming { 
 color: #ddd;
 display: inline-block;
 padding-bottom: 8px;
}
#weather .upcoming strong  { 
 color: #fff;
}
#weather .temp {
 padding: 15px 15px;
  color: #fff;
 text-align: center;
  font-size: 26px;
 font-weight: bold;
  font-weight: 300;
}
#weather .temp span {
 margin-top: 10px;
 font-weight: normal;
 display: block;
 font-size: 12px;
 line-height: 16px;
}
/* cmsms stylesheet: Cookie Law modified: Tuesday, February 27, 2018 11:17:25 AM */
#cookie-law-info-bar {
	border: 0;
	font-size: 12px;
	margin: 0 auto;
	padding: 12px 0;
	width: 100%;
	z-index: 9999;
}
#cookie-law-info-bar strong {
 font-size: 13px;
}
.cookie-left {
 padding: 3px 10px;
}
.cookie-right {
 text-align: right;
}

.cli-plugin-button, .cli-plugin-main-link {
 font-size: 13px;
}

@media (max-width: 960px) {
 #cookie-law-info-bar { text-align: center; font-size: 12px; padding: 8px 0; }
 .cookie-right { padding-top: 8px; text-align: center; }
 .cli-plugin-button, .cli-plugin-main-link { font-size: 11px; }

}
 
#cookie-law-info-bar a { text-decoration: none; }
#cookie-law-info-again {
	font-size: 10px;
	margin: 0;
	padding: 2px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
}
#cookie-law-info-bar span {
	vertical-align: middle;
}
/** Buttons (http://papermashup.com/demos/css-buttons) */
.cli-plugin-button, .cli-plugin-button:visited {
	background: #222;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin-right: 10px;;
}
.cli-plugin-button:hover {
	background-color: #111;
	color: #fff;
}
.cli-plugin-button:active {
	top: 1px;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
	font-size: 11px;
}
.cli-plugin-button {
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
	background-color: #e22092;
}
.pink.cli-plugin-button:hover {
	background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
	background-color: #91bd09;
}
.green.cli-plugin-button:hover {
	background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
	background-color: #e62727;
}
.red.cli-plugin-button:hover {
	background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
	background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
	background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
	background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
	background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
	background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
	background-color: #fc9200;
}
	width: 100%;
	z-index: 9999;
box-shadow: 0px 2px 2px #666;
margin-bottom: 5px;
}
#cookie-law-info-bar a { text-decoration: none; }
#cookie-law-info-again {
	font-size: 10pt;
	margin: 0;
	padding: 2px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
}
#cookie-law-info-bar span {
	vertical-align: middle;
}
/** Buttons (http://papermashup.com/demos/css-buttons) */
.cli-plugin-button, .cli-plugin-button:visited {
	background: #222;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin: auto 10px;
}
.cli-plugin-button:hover {
	background-color: #111;
	color: #fff;
}
.cli-plugin-button:active {
	top: 1px;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
	font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
	.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
	background-color: #e22092;
}
.pink.cli-plugin-button:hover {
	background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
	background-color: #91bd09;
}
.green.cli-plugin-button:hover {
	background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
	background-color: #e62727;
}
.red.cli-plugin-button:hover {
	background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
	background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
	background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
	background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
	background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
	background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
	background-color: #fc9200;
}
/* cmsms stylesheet: Social Feed modified: Thursday, February 1, 2018 7:57:28 PM */
#text .social-feed-element .attachment {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
#text .social-feed-container h4 { 
 font-family: 'Open Sans', serif;
}
