.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
[role="tooltip"]:not(.show) {
  right: 5em;
  z-index: 9999;
  display: none;
  max-width: 100%;
  padding: 0.5em;
  margin: 0.5em;
  color: #000;
  text-align: start;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.8);
}
[role="tooltip"]:not(.show)[id^="editarticle-"] {
  right: auto;
  margin-inline-start: -10em;
}
[role="tooltip"]:not(.show)[id^="editcontact-"] {
  right: auto;
  margin-inline-start: -10em;
}
:focus + [role="tooltip"],
:hover + [role="tooltip"] {
  position: absolute;
  display: block;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
  display: inline-block;
  padding: 0 15px;
  line-height: 56px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  opacity: 0.7;
  margin: 0;
}
.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child>span:after {
  font-family: "Font Awesome 5 Free";
  content: " \f107";
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px;
  max-height: 600px;
  height: 100%;
  overflow-y: auto;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "Font Awesome 5 Free";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  display: block;
  padding: 4px;
  color: #333333;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 56px;
  margin-left: 15px;
  font-size: 20px;
}
#offcanvas-toggler >i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
.off-canvas-menu-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas {
  overflow: hidden;
  visibility: visible;
}
.offcanvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.body-wrapper {
  height: 100%;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  right: 0;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: .5;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  padding-top: 3px;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
  visibility: hidden;
  overflow: inherit;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: transparent;
  border-color: #5f5f5f;
  color: #fff;
}
.menu .nav-child.small {
  font-size: inherit;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  visibility: visible;
  top: 90px;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
  top: 0;
}
.menu-slide-down .sp-has-child >.sp-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-rotate .sp-has-child {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.menu-rotate .sp-has-child >.sp-dropdown {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
  perspective: 1000px;
}
.menu-drop-in .sp-has-child .sp-menu-item {
  -webkit-transform: translate(0,100px);
  transform: translate(0,100px);
  opacity: 0;
  padding: 0 20px !important;
  background-color: #ffffff;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropup;
  animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
.menu-twist .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  padding: 0 20px !important;
  background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: twist;
  animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes twist {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes twist {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.slide-top-menu .offcanvas-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-top-menu .body-wrapper {
  right: 0;
}
.slide-top-menu .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.slide-top-menu .offcanvas-menu {
  right: 0;
  background-color: #000000;
  visibility: visible;
}
.full-screen .offcanvas-menu {
  right: -100%;
  width: 100%;
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
}
.full-screen-ftop .offcanvas-menu {
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 500ms ease;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul >li {
  opacity: 0;
  -webkit-transform: translate3d(0px,-80px,0px);
  transform: translate3d(0px,-80px,0px);
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen-ftop .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
  opacity: 1;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
  margin-top: 80px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul >li {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
.new-look .offcanvas-menu {
  background-color: #2b2f3b;
}
.new-look .offcanvas-menu .sp-module ul >li >a {
  padding-left: 28px;
}
.new-look .offcanvas-menu .sp-module ul >li >a:before {
  display: none;
}
.new-look .offcanvas-menu .sp-module ul >li:hover a,
.new-look .offcanvas-menu .sp-module ul >li:focus a,
.new-look .offcanvas-menu .sp-module ul >li.active a {
  background: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a {
  background-color: #2b2f3b !important;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul >li ul li a:focus {
  color: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler {
  top: 6px;
  padding: 18px 25px;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler i {
  display: none !important;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: auto;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 22px;
  top: 17px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look-off-canvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.new-look-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -320px;
    transform: translateX(0px);
  }
}
html,
body {
  height: 100%;
  height: calc(var(--vh,1vh) * 100);
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  font-size: 13px;
  line-height: 24px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #555;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  max-width: 100%;
  height: auto;
}
th,
legend {
  font-weight: 500;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 62px;
  right: 100px;
  display: none;
  z-index: 999;
  border: 1px solid #ddd;
  background-color: rgba(255,255,255,0.4);
}
.scrollup:hover {
  background-color: #c4c4c4;
}
.scrollup:before {
  content: " \f106";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
#sp-top-bar {
  padding: 8px 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
.sticky-wrapper {
  position: relative;
  z-index: 99;
}
#sp-header {
  background: #3d3da3 none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  left: 0;
  position: static;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-header .logo {
  display: inline-block;
  height: 56px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
#sp-header .logo a {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .logo img {
  max-width: none;
  width: auto;
  height: 40px;
}
#sp-header .logo-slogan {
  display: none;
}
#sp-header .sp-retina-logo {
  display: none;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
}
body.sticky-header #sp-header {
  position: fixed;
}
@media (min-width: 768px) {
  #sp-header .sp-column {
    display: table;
    width: 100%;
  }
  #sp-header .sp-column .logo,
  #sp-header .sp-column .logo-slogan {
    display: table-cell;
    vertical-align: middle;
  }
  #sp-header .sp-column .logo {
    padding-right: 16px;
  }
  #sp-header .sp-column .logo-slogan {
    line-height: 1.2;
    padding-top: 4px;
  }
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
body.sticky-header .body-innerwrapper {
  padding-top: 56px;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 24px 0;
  min-height: 600px;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: normal;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info >dd {
  display: inline-block;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: Font Awesome 5 Free;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: Font Awesome 5 Free;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.helix-social-share {
  float: right;
}
.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
  margin-right: 7px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
  display: block;
}
.helix-social-share .helix-social-share-icon ul li div a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  width: 30px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
  background: #31517b;
  color: #fff;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
}
#sp-footer {
  color: #fff;
  text-align: center;
  padding: 20px 0;
  height: 64px;
  bottom: 0;
  width: 100%;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon #sp-comingsoon {
  padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-wrap.has-background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sp-comingsoon .comingsoon-page-logo {
  text-align: center;
}
.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
  display: none;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 48px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner.has-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.error-page .error-page-inner .error-logo-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.error-page .error-page-inner .error-logo-wrap img {
  display: inline-block;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
    display: table;
    margin: 0 auto;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-default-logo {
    display: none;
  }
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2D2D2D;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-pre-loader {
  background: #f5f5f5;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
  border: 3px solid #333333;
  border-radius: 60px;
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.sp-pre-loader .sp-loader-clock:after {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 2px;
  left: 48%;
  height: 38px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 97%;
  transform-origin: 50% 97%;
  -webkit-animation: grdAiguille 2s linear infinite;
  animation: grdAiguille 2s linear infinite;
}
.sp-pre-loader .sp-loader-clock:before {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 6px;
  left: 48%;
  height: 35px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation: ptAiguille 12s linear infinite;
  animation: ptAiguille 12s linear infinite;
}
.sp-pre-loader .sp-loader-circle {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 3px solid rgba(51,51,51,0.7);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 3s linear infinite;
  animation: loader1 3s linear infinite;
}
.sp-pre-loader .sp-loader-circle:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #333333;
}
.sp-pre-loader .sp-loader-bubble-loop {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 12px;
  background-color: #333333;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader6 1s ease-in-out infinite;
  animation: loader6 1s ease-in-out infinite;
}
.sp-pre-loader .sp-loader-bubble-loop:before {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .sp-loader-bubble-loop:after {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .circle-two {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.sp-pre-loader .circle-two > span,
.sp-pre-loader .circle-two > span:before,
.sp-pre-loader .circle-two > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sp-pre-loader .circle-two > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}
.sp-pre-loader .circle-two > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}
.sp-pre-loader .circle-two > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}
.sp-pre-loader .wave-two-wrap {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 90px;
}
.sp-pre-loader .wave-two {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}
.sp-pre-loader .wave-two li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #333333;
  bottom: 0;
}
.sp-pre-loader .wave-two li:nth-child(1) {
  left: 0;
  -webkit-animation: sequence1 1s ease infinite 0;
  animation: sequence1 1s ease infinite 0;
}
.sp-pre-loader .wave-two li:nth-child(2) {
  left: 15px;
  -webkit-animation: sequence2 1s ease infinite 0.1s;
  animation: sequence2 1s ease infinite 0.1s;
}
.sp-pre-loader .wave-two li:nth-child(3) {
  left: 30px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}
.sp-pre-loader .wave-two li:nth-child(4) {
  left: 45px;
  -webkit-animation: sequence2 1s ease-in infinite 0.3s;
  animation: sequence2 1s ease-in infinite 0.3s;
}
.sp-pre-loader .wave-two li:nth-child(5) {
  left: 60px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}
.sp-pre-loader .wave-two li:nth-child(6) {
  left: 75px;
  -webkit-animation: sequence2 1s ease infinite 0.5s;
  animation: sequence2 1s ease infinite 0.5s;
}
.sp-pre-loader .sp-loader-audio-wave {
  width: 3em;
  height: 2em;
  background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
  background-repeat: no-repeat;
  background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  animation: audioWave 1.5s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sp-pre-loader .sp-loader-with-logo {
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.sp-pre-loader .sp-loader-with-logo .logo {
  display: inline-block;
  width: auto;
}
.sp-pre-loader .sp-loader-with-logo .line {
  background: #333333;
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  top: auto;
}
@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader6 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes loader6 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes audioWave {
  25% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  37.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  50% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
  }
  62.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
  }
  75% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
  }
}
@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-2 {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sequence2 {
  0% {
    height: 20px;
  }
  50% {
    height: 65px;
  }
  100% {
    height: 20px;
  }
}
@keyframes rot1 {
  100% {
    transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@-webkit-keyframes rot1 {
  100% {
    -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@keyframes rot2 {
  100% {
    transform: skew(-10deg) rotate(525deg);
  }
}
@-webkit-keyframes rot2 {
  100% {
    -webkit-transform: skew(-10deg) rotate(525deg);
  }
}
@keyframes rot3 {
  100% {
    transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@-webkit-keyframes rot3 {
  100% {
    -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@keyframes width {
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  ul.social-icons {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  ul.social-icons > li {
    margin: 5px;
  }
  .sp-contact-info {
    display: table;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 89%;
  }
  .sppb-animated .sppb-addon-cta .sppb-cta-title {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .sppb-animated .sppb-addon-cta .sppb-btn-lg {
    font-size: 16px;
  }
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
  .form-horizontal .control-label {
    width: 100%;
    text-align: left;
  }
  .form-horizontal .controls {
    margin: 0;
    width: 100%;
  }
  .form-horizontal .controls input,
  .form-horizontal .controls textarea {
    width: 100%;
  }
  .form-horizontal .controls textarea {
    height: 131px;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 90%;
  }
}
.sp-megamenu-parent .sp-dropdown-mega .sp-dropdown-inner,
.sp-megamenu-parent .sp-module {
  background: #fff;
}
body .sp-dropdown-mega #es.mod-es-albums .mod-es-action,
body .sp-dropdown-mega #es.mod-es-videos .mod-es-action,
body .offcanvas-menu #es.mod-es-albums .mod-es-action,
body .offcanvas-menu #es.mod-es-videos .mod-es-action {
  margin: 8px 0 0 0;
}
body .sp-dropdown-mega #es .mod-es-albums-item,
body .sp-dropdown-mega #es.mod-es-videos .mod-card,
body .offcanvas-menu #es .mod-es-albums-item,
body .offcanvas-menu #es.mod-es-videos .mod-card {
  margin: 0;
}
body .sp-dropdown-mega #es .mod-es-albums-item + .mod-es-albums-item,
body .sp-dropdown-mega #es .mod-es-videos-item + .mod-es-videos-item,
body .offcanvas-menu #es .mod-es-albums-item + .mod-es-albums-item,
body .offcanvas-menu #es .mod-es-videos-item + .mod-es-videos-item {
  margin-top: 8px;
}
body .sp-dropdown-mega #es .mod-es-leader-item,
body .offcanvas-menu #es .mod-es-leader-item {
  margin: 0 -10px;
  padding: 0 10px;
}
body .sp-dropdown-mega #es .mod-es-leader-item .es-leader-context,
body .offcanvas-menu #es .mod-es-leader-item .es-leader-context {
  margin-left: 0;
}
body .sp-dropdown-mega #es .mod-es-leader-item + .mod-es-leader-item,
body .offcanvas-menu #es .mod-es-leader-item + .mod-es-leader-item {
  margin-top: 16px;
  padding-top: 16px;
}
body .sp-dropdown-mega #es .o-media-image,
body .offcanvas-menu #es .o-media-image {
  margin-right: 16px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 24px;
}
.offcanvas-menu .offcanvas-inner .sp-module + .sp-module {
  margin-top: 0;
}
body .alert {
  margin-bottom: 8px;
}
.edit.item-page form,
#application-form {
  background-color: #fff;
  padding: 24px;
  border: 1px solid #ececec;
}
body.com-content .pagination-wrapper,
body.com-content .pagination {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 8px;
}
body.com-content .pagination-wrapper .counter,
body.com-content .pagination .counter {
  margin-left: auto;
  margin-right: 0;
  flex-shrink: 0;
}
body.com-content .pagination-wrapper > ul,
body.com-content .pagination > ul {
  display: inline-block;
  margin: 0;
}
body.com-content .pagination-wrapper li,
body.com-content .pagination li {
  float: left;
}
@media (max-width: 768px) {
  body.com-content .pagination-wrapper > p,
  body.com-content .pagination > p {
    display: block;
    float: right;
  }
  body.com-content .pagination-wrapper > ul,
  body.com-content .pagination > ul {
    display: block;
    margin: 0;
  }
}
.view-article nav.pagenavigation {
  margin-bottom: 8px;
}
.view-article nav.pagenavigation > ul {
  display: flex;
  justify-content: space-between;
}
.view-article nav.pagenavigation > ul li.next:only-child {
  margin-left: auto;
}
body.offcanvas {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  body {
    padding-bottom: 60px;
  }
}
html {
  height: 100%;
  height: calc(var(--vh,1vh) * 100);
}
body.site {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.site h1,
body.site h2,
body.site h3,
body.site h4,
body.site h5,
body.site h6 {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
}
.office-header {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  height: 56px;
}
.office-header,
.office-container {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.office-header__left,
.office-container__left {
  -webkit-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  padding-left: 16px;
  padding-right: 16px;
}
.office-header__content,
.office-container__content {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
.office-header__right,
.office-container__right {
  -webkit-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  min-width: 0;
}
.office-container {
  background-color: #f9f9f9;
}
.office-container__content {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  background: #fff;
}
.office-container__content-component-wrapper {
  overflow: hidden;
  max-width: 1200px;
}
.office-container__content-component-wrapper {
  background-color: #fff;
  padding: 16px;
  width: 100%;
  margin: 0 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.office-container .es-content {
  padding: 0;
}
.office-container__content-component {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 100%;
}
.office-container__content-menu {
  width: 320px;
  -webkit-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  margin-right: 0;
  border-right: 1px solid #ececec;
  padding: 16px;
}
.office-container__right {
  border-left: 1px solid #ececec;
  padding-top: 16px;
  padding-bottom: 16px;
}
.es-stage,
.es-app-wrapper {
  height: 100%;
}
body .office-container {
  position: relative;
  min-height: calc(100vh - 56px - 64px);
}
body .office-container #es .es-container .es-sidebar,
body .office-container__content-menu,
body .office-container__right {
  background-color: #f9f9f9;
  -webkit-overflow-scrolling: touch;
}
body #sp-office-content-wrapper {
  min-height: calc(100vh - 56px - 64px);
}
@media (min-width: 320px) and (max-width: 1200px) {
  body.is-tablet .body-wrapper,
  body.is-tablet .body-innerwrapper
		#eb.eb-component,
  body.is-mobile .body-wrapper,
  body.is-mobile .body-innerwrapper
		#eb.eb-component {
    min-height: calc(100vh - 56px - 40px);
    min-height: calc(calc(var(--vh,1vh) * 100) - 56px - 40px);
  }
  body.is-tablet #es.is-mobile .es-container.sidebar-open .es-content,
  body.is-mobile #es.is-mobile .es-container.sidebar-open .es-content {
    left: 0;
  }
  body.is-tablet .body-wrapper,
  body.is-tablet #sp-office-content-wrap,
  body.is-mobile .body-wrapper,
  body.is-mobile #sp-office-content-wrap {
    height: 100%;
  }
  body.is-tablet .office-container,
  body.is-mobile .office-container {
    position: relative;
  }
  body.is-tablet .office-container #es .es-container .es-sidebar,
  body.is-tablet .office-container__content-menu,
  body.is-tablet .office-container__right,
  body.is-mobile .office-container #es .es-container .es-sidebar,
  body.is-mobile .office-container__content-menu,
  body.is-mobile .office-container__right {
    height: calc(100vh - 56px - 40px);
    height: calc(calc(var(--vh,1vh) * 100) - 56px - 40px);
    background-color: #f9f9f9;
    -webkit-overflow-scrolling: touch;
  }
  body.is-tablet .office-container #es .es-container .es-sidebar,
  body.is-tablet .office-container__content-menu,
  body.is-mobile .office-container #es .es-container .es-sidebar,
  body.is-mobile .office-container__content-menu {
    overflow: hidden;
    padding: 16px;
    position: fixed;
    width: 100%;
    top: 56px;
    bottom: 0;
    left: 0;
    z-index: 999;
    transform: translate3d(-100%,0,0);
    transition: transform .5s cubic-bezier(.79,.14,.15,.86);
  }
  body.is-tablet .office-container__right,
  body.is-mobile .office-container__right {
    overflow: hidden;
    padding: 16px;
    position: fixed;
    width: 100%;
    top: 56px;
    bottom: 0;
    right: 0;
    z-index: 999;
    transform: translate3d(100%,0,0);
    transition: transform .5s cubic-bezier(.79,.14,.15,.86);
  }
  body.is-tablet .office-container__content-component-wrapper,
  body.is-mobile .office-container__content-component-wrapper {
    padding: 16px;
  }
  body.is-tablet.office-left-open,
  body.is-mobile.office-left-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  body.is-tablet.office-left-open .office-container #es .es-container .es-sidebar,
  body.is-tablet.office-left-open .office-container__content-menu,
  body.is-mobile.office-left-open .office-container #es .es-container .es-sidebar,
  body.is-mobile.office-left-open .office-container__content-menu {
    display: block;
    left: 0;
    width: 100%;
    overflow-y: auto;
    visibility: visible;
    transition: transform .5s cubic-bezier(.79,.14,.15,.86);
    transform: translate3d(0%,0,0);
  }
  body.is-tablet.office-left-open .mobile-footer,
  body.is-mobile.office-left-open .mobile-footer {
    z-index: 10000;
  }
  body.is-tablet.office-left-open .mobile-footbar__item-left-icon:before,
  body.is-mobile.office-left-open .mobile-footbar__item-left-icon:before {
    content: "\f00d";
  }
  body.is-tablet.office-right-open,
  body.is-mobile.office-right-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  body.is-tablet.office-right-open .office-container__right,
  body.is-mobile.office-right-open .office-container__right {
    overflow-y: auto;
    visibility: visible;
    right: 0;
    width: 100%;
    transition: transform .5s cubic-bezier(.79,.14,.15,.86);
    transform: translate3d(0%,0,0);
  }
  body.is-tablet.office-right-open .mobile-footer,
  body.is-mobile.office-right-open .mobile-footer {
    z-index: 10000;
  }
  body.is-tablet.office-right-open .mobile-footbar__item-right-icon:before,
  body.is-mobile.office-right-open .mobile-footbar__item-right-icon:before {
    content: "\f00d";
  }
  body.is-tablet #sp-footer,
  body.is-mobile #sp-footer {
    display: none;
  }
  body.is-tablet .office-container .office-container #es .es-container .es-sidebar,
  body.is-tablet .office-container .office-container__content-menu {
    transform: translate3d(calc(-100%),0,0);
  }
  body.is-tablet.office-left-open .office-container #es .es-container .es-sidebar,
  body.is-tablet.office-left-open .office-container__content-menu {
    left: 0;
    width: 300px;
    transform: translate3d(calc(-100% + 300px),0,0);
  }
  body.is-tablet.office-right-open .office-container__right {
    right: 0;
    width: 300px;
    transform: translate3d(calc(100% - 300px),0,0);
  }
}
body #es.mod-es-search .o-form-control {
  border: 1px solid transparent;
  background: rgba(255,255,255,0.1);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body #es.mod-es-search .o-form-control::-moz-placeholder {
  color: #fefefe;
  opacity: 1;
}
body #es.mod-es-search .o-form-control:-ms-input-placeholder {
  color: #fefefe;
}
body #es.mod-es-search .o-form-control::-webkit-input-placeholder {
  color: #fefefe;
}
body #es.mod-es-search a {
  color: #fff;
}
body #es.mod-es-search .o-input-group__btn:last-child > .btn {
  border-left: 0;
}
body #es.mod-es-search .o-input-group__btn:last-child > .btn-es-default-o {
  color: #fff !important;
  border-color: transparent !important;
  background: rgba(255,255,255,0.1) !important;
}
body #es.mod-es-search .o-input-group__btn:last-child .fa-cog:before {
  content: "\f0b0";
}
.es-top-mod-group {
  text-align: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
}
.office-logo > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
.office-logo > a:hover {
  color: #fff;
}
.office-logo-img {
  background-size: contain;
  height: 40px;
  width: 100px;
  background-position: left center;
  background-repeat: no-repeat;
}
.office-logo-img.is-default {
  display: inline-block;
}
.office-logo-img.is-retina {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  .office-logo-img.is-default {
    display: none;
  }
  .office-logo-img.is-retina {
    display: inline-block;
  }
}
body #es .mod-es-menu-bar {
  text-align: right;
}
body #es .mod-es-menu-bar .o-nav__item {
  padding-left: 8px;
  padding-right: 8px;
}
body #es .mod-es-menu-bar__icon-link {
  font-size: 18px;
  color: #fff;
  padding: 4px 8px;
}
body #es .mod-es-menu-bar__link-bubble {
  font-size: 0;
  right: 4px;
  background-color: #6CB3CD;
  border-radius: 50%;
  min-width: 8px;
  height: 8px;
  line-height: 8px;
  padding: 0;
}
body #es.mod-es-dropdown-menu .dropdown-toggle_ {
  padding-right: 16px;
  position: relative;
}
body #es.mod-es-dropdown-menu .dropdown-toggle_:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
body #es.mod-es-dropdown-menu .dropdown-menu {
  top: 120%;
  left: auto;
  width: 240px;
  max-height: calc(100vh - 56px - 64px);
  overflow-y: auto;
}
body #es.mod-es-dropdown-menu .dropdown-menu > li > a {
  font-size: 13px;
}
body #es.mod-es-dropdown-menu .mod-es-dropdown-menu__body {
  display: none;
}
body #es.mod-es-dropdown-menu .o-media__image {
  margin-right: 0;
}
body #es.mod-es-dropdown-menu .o-avatar {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
body #es.mod-es-dropdown-menu .o-avatar-status__indicator {
  display: none;
}
body #es.mod-es-dropdown-menu .btn-link {
  color: #fff;
}
body #es.mod-es-dropdown-menu .btn-link:hover,
body #es.mod-es-dropdown-menu .btn-link:active {
  text-decoration: none;
  background-color: transparent !important;
}
@media (max-width: 768px) {
  body #es.mod-es-dropdown-menu .dropdown_ {
    padding: 2px 4px;
    border-radius: 4px;
  }
  body #es.mod-es-dropdown-menu .dropdown_.open {
    background: #fff;
  }
  body #es.mod-es-dropdown-menu .dropdown_.open .o-avatar {
    box-shadow: 0px 0px 3px rgba(255,255,255,0.65);
  }
  body #es.mod-es-dropdown-menu .dropdown-menu {
    height: auto;
    max-height: calc(100vh - 56px - 40px - 8px);
    overflow-y: auto;
    position: fixed;
    top: 55px;
    right: 16px;
    left: auto;
  }
}
.sp-search-toggle,
.sp-search-toggle-off,
.sp-topnotification-toggle {
  display: none;
}
.sp-search-toggle {
  color: #fff;
  margin-left: auto;
}
.sp-search-toggle__icons .fa {
  width: 10px;
  text-align: center;
}
.sp-search-toggle:hover {
  color: #fff;
}
.sp-topnotification-toggle {
  position: relative;
}
.sp-topnotification-toggle__icons .fa {
  width: 10px;
  text-align: center;
}
.sp-topnotification-toggle__icons .fa:before {
  content: "\f142";
}
.sp-topnotification-toggle__bubble {
  position: absolute;
  top: 0;
  right: -4px;
  background-color: #6CB3CD;
  border-radius: 50%;
  min-width: 8px;
  height: 8px;
  line-height: 8px;
  display: none;
}
.has-es-noti .sp-topnotification-toggle__bubble {
  display: inline-block;
}
@media (min-width: 320px) and (max-width: 1200px) {
  .is-tablet .office-header__left,
  .is-mobile .office-header__left {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    overflow: hidden;
  }
  .is-tablet .office-header__content,
  .is-mobile .office-header__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .is-tablet .office-header__right,
  .is-mobile .office-header__right {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .is-tablet #sp-search,
  .is-mobile #sp-search {
    display: none;
  }
  .is-tablet .sp-search-toggle,
  .is-mobile .sp-search-toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    padding: 0 8px;
  }
  .is-tablet .es-top-mod-group,
  .is-mobile .es-top-mod-group {
    -webkit-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .is-tablet #sp-topnotification,
  .is-mobile #sp-topnotification {
    margin-left: 8px;
  }
  .is-tablet #sp-topnotification .mod-es-notification,
  .is-mobile #sp-topnotification .mod-es-notification {
    position: absolute;
    left: 0;
    top: 0;
    right: 52px;
    z-index: 2;
    height: 56px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    display: none;
  }
  .is-tablet #sp-topnotification .sp-topnotification-toggle,
  .is-mobile #sp-topnotification .sp-topnotification-toggle {
    display: block;
    color: #fff;
    padding: 0 8px 0 16px;
    border-left: 1px solid rgba(255,255,255,0.5);
  }
  .is-tablet.office-search-open #sp-search,
  .is-mobile.office-search-open #sp-search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding-left: 16px;
    padding-right: 16px;
  }
  .is-tablet.office-search-open .mod-es-search,
  .is-mobile.office-search-open .mod-es-search {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 16px;
  }
  .is-tablet.office-noti-open #sp-topnotification .mod-es-notification,
  .is-mobile.office-noti-open #sp-topnotification .mod-es-notification {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .is-tablet.office-noti-open .sp-topnotification-toggle__bubble,
  .is-mobile.office-noti-open .sp-topnotification-toggle__bubble {
    display: none;
  }
  .is-tablet.office-noti-open .sp-topnotification-toggle__icons .fa::before,
  .is-mobile.office-noti-open .sp-topnotification-toggle__icons .fa::before {
    content: "\f00d";
  }
}
.slide-menu-left #sidebar-toggler {
  margin-right: 16px;
  float: left;
}
.slide-menu-left .sidebar-element {
  left: -245px;
  -webkit-box-shadow: 2px 4px 5px rgba(0,0,0,0.1);
  box-shadow: 2px 4px 5px rgba(0,0,0,0.1);
}
.is-mobile.slide-menu-left .sidebar-element {
  left: auto;
  right: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slide-menu-right #sidebar-toggler {
  margin-left: 16px;
  float: right;
}
.slide-menu-right .sidebar-element {
  right: -245px;
  -webkit-box-shadow: -2px 4px 5px rgba(0,0,0,0.1);
  box-shadow: -2px 4px 5px rgba(0,0,0,0.1);
}
.is-mobile.slide-menu-right .sidebar-element {
  right: auto;
  left: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.office-logo-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.slide-menu-left.offcanvas .sidebar-overlay,
.slide-menu-right.offcanvas .sidebar-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition: .25s ease-in-out opacity;
  -o-transition: .25s ease-in-out opacity;
  transition: .25s ease-in-out opacity;
}
.slide-menu-left.offcanvas .sidebar-element {
  left: 0;
}
.is-mobile.slide-menu-left.offcanvas .sidebar-element {
  left: auto;
  right: 0;
}
.slide-menu-right.offcanvas .sidebar-element {
  right: 0;
}
.is-mobile.slide-menu-right.offcanvas .sidebar-element {
  left: 0;
  right: auto;
}
#sidebar-toggler {
  font-size: 20px;
  line-height: 1;
  width: 20px;
  position: relative;
}
#sidebar-toggler:hover {
  cursor: pointer;
}
#sidebar-toggler > .fa {
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#sidebar-toggler > .fa-bars {
  opacity: 1;
  visibility: visible;
}
#sidebar-toggler > .fa-remove {
  opacity: 0;
  visibility: hidden;
}
#sidebar-toggler.open > .fa-bars {
  opacity: 0;
  visibility: hidden;
}
#sidebar-toggler.open > .fa-remove {
  opacity: 1;
  visibility: visible;
}
.sidebar-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  visibility: hidden;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: .25s ease-in-out opacity;
  -o-transition: .25s ease-in-out opacity;
  transition: .25s ease-in-out opacity;
}
.sidebar-element {
  background: #fff;
  width: 240px;
  height: calc(100% - 56px);
  padding: 0;
  position: fixed;
  top: 56px;
  z-index: 100;
  overflow-y: auto;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.sidebar-element.affix {
  top: 56px;
}
.is-mobile .sidebar-element {
  width: 100%;
}
.office-canvas-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.office-canvas-menu li {
  list-style: none;
  position: relative;
}
.office-canvas-menu li.current > a {
  background-color: #fafafa;
}
.office-canvas-menu > li a {
  display: block;
  padding: 8px 16px;
  color: #555;
  border-bottom: 1px solid #ececec;
}
.office-canvas-menu ul {
  margin: 0;
  padding: 0;
}
.office-canvas-menu ul > li > a {
  position: relative;
  padding-left: 32px;
}
.office-canvas-menu ul > li > a:before {
  display: block;
  content: '';
  position: absolute;
  top: 20px;
  left: 16px;
  width: 8px;
  height: 1px;
  background-color: #aaa;
}
.office-canvas-menu ul ul > li > a {
  padding-left: 48px;
}
.office-canvas-menu ul ul > li > a:before {
  left: 32px;
}
.office-canvas-menu ul ul ul > li > a {
  padding-left: 56px;
}
.office-canvas-menu ul ul ul > li > a:before {
  left: 40px;
}
.office-canvas-menu ul ul ul ul > li > a {
  padding-left: 64px;
}
.office-canvas-menu ul ul ul ul > li > a:before {
  left: 48px;
}
.es-side-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.es-side-menu__title {
  padding: 8px 16px 16px;
  margin: 16px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: normal;
  border-bottom: 1px solid #ececec;
}
.es-side-menu__cover-item {
  margin: -24px -24px 24px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.es-side-menu__bg-cover {
  background-size: cover;
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.es-side-menu__user {
  display: table;
  width: 100%;
}
.es-side-menu__image,
.es-side-menu__body {
  display: table-cell;
  vertical-align: middle;
}
.es-side-menu__image > a,
.es-side-menu__body > a {
  color: #fff;
  text-shadow: 1px 1px 0 #000000;
}
.es-side-menu__image > a:hover,
.es-side-menu__body > a:hover {
  color: #e6e6e6;
}
.es-side-menu__image {
  width: 1%;
  padding-right: 16px;
}
.es-side-menu__avatar {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}
.es-side-menu__avatar img {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  image-rendering: optimizeQuality;
  border-radius: 50%;
}
.es-side-menu__body {
  width: 100%;
}
.es-side-menu__body > a {
  font-weight: bold;
  display: block;
}
.es-side-menu-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.es-side-menu-tabs__divider {
  margin: 8px 0;
  height: 1px;
}
.es-side-menu-tabs > li > a {
  display: block;
  padding: 8px 16px;
  border-bottom: 1px solid #ececec;
}
#es.es-side-login-form .o-form-group {
  margin-bottom: 8px;
}
#es.es-side-login-form .g-list-inline {
  margin-top: 8px;
}
#es.es-side-login-form .g-list-inline > li {
  display: block;
  padding: 2px 0;
}
#es.es-side-login-form .g-list-inline > li > a:hover {
  text-decoration: underline;
}
#es.es-side-login-form .g-list-inline--dashed > :not(:first-child) {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
#es .es-side-login-form-hd {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}
#sp-officecontent .si-components-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 0 16px 16px;
  margin-left: -16px;
  margin-right: -16px;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
}
#sp-officecontent .si-components-header__action {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#sp-officecontent .si-components-header__settings {
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
#sp-officecontent .si-components-header__settings > div {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 8px;
}
#sp-officecontent .si-components-header__settings > div > a {
  color: #555 !important;
  width: 12px;
}
#sp-officecontent .si-components-header__settings a {
  color: #555;
}
#sp-officecontent .si-components-header .dropdown_ {
  position: relative;
}
#sp-officecontent .si-components-header__link-bubble {
  font-size: 0;
  top: 0;
  right: -4px;
  border-radius: 50%;
  min-width: 8px;
  height: 8px;
  line-height: 8px;
  padding: 0;
  position: absolute;
  display: none;
}
#sp-officecontent .si-components-header .has-new .si-components-header__link-bubble {
  display: block;
}
#sp-officecontent .si-components-header__dropdown-menu {
  right: 0;
  left: auto;
  padding: 0;
  margin-top: 5px;
  width: 260px;
}
#sp-officecontent .popbox-dropdown {
  min-width: 200px;
  padding: 0;
  background-color: #fff;
}
#sp-officecontent .popbox-dropdown__hd:before,
#sp-officecontent .popbox-dropdown__hd:after,
#sp-officecontent .popbox-dropdown__bd:before,
#sp-officecontent .popbox-dropdown__bd:after,
#sp-officecontent .popbox-dropdown__ft:before,
#sp-officecontent .popbox-dropdown__ft:after {
  content: " ";
  display: table;
}
#sp-officecontent .popbox-dropdown__hd:after,
#sp-officecontent .popbox-dropdown__bd:after,
#sp-officecontent .popbox-dropdown__ft:after {
  clear: both;
}
#sp-officecontent .popbox-dropdown__hd {
  padding: 8px 24px;
  font-size: 13px;
  border-bottom: 1px solid #ececec;
}
#sp-officecontent .popbox-dropdown__hd-flag {
  display: table;
  width: 100%;
}
#sp-officecontent .popbox-dropdown__hd-body {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
#sp-officecontent .popbox-dropdown__hd-image {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding-left: 8px;
  padding-right: 0;
}
#sp-officecontent .popbox-dropdown__bd {
  background: #fff;
  padding: 0;
  font-size: 13px;
}
#sp-officecontent .popbox-dropdown__bd .o-empty__content {
  width: 100%;
}
#sp-officecontent .popbox-dropdown__ft {
  background: #fff;
  color: #aaa;
  font-size: 11px;
  padding-top: 16px;
}
#sp-officecontent .popbox-dropdown__title {
  font-weight: bold;
  color: #aaa;
}
#sp-officecontent .popbox-dropdown__meta {
  color: #aaa;
  font-size: 11px;
}
#sp-officecontent .popbox-dropdown__note {
  outline: none !important;
}
#sp-officecontent .popbox-dropdown__note::-moz-focus-inner {
  border: 0 !important;
}
#sp-officecontent .popbox-dropdown-nav {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}
#sp-officecontent .popbox-dropdown-nav__item {
  padding: 0;
  border: none;
  font-size: 13px;
}
#sp-officecontent .popbox-dropdown-nav__item:hover {
  border: none;
}
#sp-officecontent .popbox-dropdown-nav__item + .popbox-dropdown-nav__item {
  border-top: 1px solid #ececec;
}
#sp-officecontent .popbox-dropdown-nav__link {
  padding: 16px 24px;
  width: 100%;
  display: inline-block;
  outline: none !important;
}
#sp-officecontent .popbox-dropdown-nav__link::-moz-focus-inner {
  border: 0 !important;
}
#sp-officecontent .popbox-dropdown-nav__icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
  margin: 0 8px;
  color: #aaa;
  position: relative;
}
#sp-officecontent .popbox-dropdown-nav__post {
  color: #555;
}
#sp-officecontent .popbox-dropdown-nav__name,
#sp-officecontent .popbox-dropdown-nav__post-user-name {
  font-weight: bold;
  color: #555;
  margin-bottom: 4px;
}
#sp-officecontent .popbox-dropdown-nav__meta-lists {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #aaa;
}
#sp-officecontent .popbox-dropdown-nav__meta-lists > li {
  line-height: 1.65;
}
#sp-officecontent .popbox-dropdown-nav__meta-lists a {
  color: #aaa;
  display: block;
  position: relative;
}
#sp-officecontent .popbox-dropdown-nav__meta-lists a:hover {
  background-color: transparent;
  color: #555;
}
#sp-officecontent .popbox-dropdown-nav__meta-lists a .fa {
  display: none;
}
#sp-officecontent .popbox-dropdown-nav__indicator {
  background-color: #d9534f;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
#sp-officecontent .popbox-dropdown-nav__counter {
  position: absolute;
  top: 0;
  right: 0;
}
#sp-officecontent .popbox-dropdown-nav__image {
  position: relative;
  border: 1px solid transparent;
  display: inline-block;
  margin-left: 16px;
  outline: none;
  padding: 1px;
  float: right;
}
#sp-officecontent .popbox-dropdown-nav__image:before,
#sp-officecontent .popbox-dropdown-nav__image:after {
  content: " ";
  display: table;
}
#sp-officecontent .popbox-dropdown-nav__image:after {
  clear: both;
}
#sp-officecontent .popbox-dropdown-nav__image > span {
  width: 52px;
  height: 40px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
#sp-officecontent .popbox-dropdown-nav .ed-user-name {
  font-size: 14px;
}
.ed-subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.ed-subscribe > div + div {
  margin-left: 8px;
}
:not(.is-mobile) .si-components-header [data-subscription-form] span {
  display: none;
}
.si-components-nav {
  border-bottom: 1px solid #ececec;
  padding: 0 16px;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 16px;
  position: relative;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.si-components-nav__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
}
.si-components-nav__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #555;
  padding: 12px 16px 6px;
  font-size: 13px;
  border-bottom: 3px solid transparent;
  outline: none !important;
}
.si-components-nav__link::-moz-focus-inner {
  border: 0 !important;
}
.si-components-nav__link > i {
  position: relative;
  top: 2px;
  left: 2px;
}
.si-components-nav__link span {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.si-components-nav .btn-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.si-components-nav .btn-group.open .dropdown-toggle_ {
  color: #555 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.si-components-nav .has-notice .si-components-nav__link-bubble {
  display: block;
}
.si-components-nav__dropdown-link {
  border-left: 3px solid transparent;
}
.is-mobile .si-components-nav {
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  padding: 0;
}
.is-mobile .si-components-nav__item {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 360px) {
  .si-components-nav__link {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.i-chevron:before {
  border-style: solid;
  border-width: .1em .1em 0 0;
  content: '';
  display: inline-block;
  width: .5em;
  height: .5em;
  position: relative;
  top: .45em;
  left: 0;
  vertical-align: top;
}
.i-chevron.i-chevron--up:before {
  top: .5em;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.i-chevron.i-chevron--right:before {
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.i-chevron.i-chevron--down:before {
  top: 0.25em;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.i-chevron.i-chevron--left:before {
  left: .15em;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (min-width: 320px) and (max-width: 1200px) {
  body #es.is-tablet .btn-es-sidebar-toggle,
  body #es.is-mobile .btn-es-sidebar-toggle {
    display: none;
  }
}
.mobile-footer {
  display: none;
  flex: 0 0 auto;
  position: fixed;
  width: 100%;
  z-index: 99;
  height: 40px;
  bottom: 0;
  background-color: #fff;
  border-top: 1px solid #ececec;
}
.mobile-footbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  line-height: 40px;
}
.mobile-footbar__item {
  flex: 0 1 auto;
  text-align: center;
  min-width: 55px;
  position: relative;
}
.mobile-footbar__item--center {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.mobile-footbar__item-link {
  display: block;
}
@media (min-width: 320px) and (max-width: 1200px) {
  body.is-tablet:not(.si-login-page) .body-innerwrapper,
  body.is-mobile:not(.si-login-page) .body-innerwrapper {
    padding-bottom: 40px;
  }
  body.is-tablet:not(.si-login-page) .mobile-footer,
  body.is-mobile:not(.si-login-page) .mobile-footer {
    display: block;
  }
}
.si-login-page {
  height: 100%;
}
.si-login-page:not(.is-mobile) .body-innerwrapper,
.si-login-page #sp-office-login,
.si-login-page #sp-officelogin,
.si-login-page .si-module-wrapper,
.si-login-page #es.es-main,
.si-login-page .si-login-wrapper.is-full-width {
  height: 100%;
}
.si-login-page:not(.is-mobile) #sp-office-login {
  height: calc(100vh - 56px - 64px);
}
.si-login-page.com-users.is-mobile #sp-footer {
  position: fixed;
  bottom: 0;
}
body.layout-forgetPassword #es,
body.layout-forgetUsername #es,
body.layout-confirmReset #es,
body.layout-completeReset #es,
body.task-approveUser #es,
body.task-rejectUser #es,
body.is-login-minimalist #es,
body.si-offline-page #es {
  padding: 20px;
}
body.layout-forgetPassword #es #es .es-login-social-container,
body.layout-forgetUsername #es #es .es-login-social-container,
body.layout-confirmReset #es #es .es-login-social-container,
body.layout-completeReset #es #es .es-login-social-container,
body.task-approveUser #es #es .es-login-social-container,
body.task-rejectUser #es #es .es-login-social-container,
body.is-login-minimalist #es #es .es-login-social-container,
body.si-offline-page #es #es .es-login-social-container {
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
}
body.layout-forgetPassword #es.mod-es-logbox,
body.layout-forgetUsername #es.mod-es-logbox,
body.layout-confirmReset #es.mod-es-logbox,
body.layout-completeReset #es.mod-es-logbox,
body.task-approveUser #es.mod-es-logbox,
body.task-rejectUser #es.mod-es-logbox,
body.is-login-minimalist #es.mod-es-logbox,
body.si-offline-page #es.mod-es-logbox {
  height: 100%;
}
body.layout-forgetPassword #es:not(.is-mobile),
body.layout-forgetUsername #es:not(.is-mobile),
body.layout-confirmReset #es:not(.is-mobile),
body.layout-completeReset #es:not(.is-mobile),
body.task-approveUser #es:not(.is-mobile),
body.task-rejectUser #es:not(.is-mobile),
body.is-login-minimalist #es:not(.is-mobile),
body.si-offline-page #es:not(.is-mobile) {
  padding: 40px 20px;
}
body.layout-forgetPassword #es .si-login-wrapper,
body.layout-forgetUsername #es .si-login-wrapper,
body.layout-confirmReset #es .si-login-wrapper,
body.layout-completeReset #es .si-login-wrapper,
body.task-approveUser #es .si-login-wrapper,
body.task-rejectUser #es .si-login-wrapper,
body.is-login-minimalist #es .si-login-wrapper,
body.si-offline-page #es .si-login-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  height: 100%;
}
body.layout-forgetPassword #es .si-login,
body.layout-forgetUsername #es .si-login,
body.layout-confirmReset #es .si-login,
body.layout-completeReset #es .si-login,
body.task-approveUser #es .si-login,
body.task-rejectUser #es .si-login,
body.is-login-minimalist #es .si-login,
body.si-offline-page #es .si-login {
  min-width: 320px;
  max-width: 480px;
}
@media (min-width: 768px) {
  body.layout-forgetPassword #es .si-login,
  body.layout-forgetUsername #es .si-login,
  body.layout-confirmReset #es .si-login,
  body.layout-completeReset #es .si-login,
  body.task-approveUser #es .si-login,
  body.task-rejectUser #es .si-login,
  body.is-login-minimalist #es .si-login,
  body.si-offline-page #es .si-login {
    min-width: 480px;
    max-width: 600px;
  }
}
body.layout-forgetPassword #es .si-login__hd,
body.layout-forgetUsername #es .si-login__hd,
body.layout-confirmReset #es .si-login__hd,
body.layout-completeReset #es .si-login__hd,
body.task-approveUser #es .si-login__hd,
body.task-rejectUser #es .si-login__hd,
body.is-login-minimalist #es .si-login__hd,
body.si-offline-page #es .si-login__hd {
  text-align: center;
  padding: 16px;
}
body.layout-forgetPassword #es .si-login__bd,
body.layout-forgetUsername #es .si-login__bd,
body.layout-confirmReset #es .si-login__bd,
body.layout-completeReset #es .si-login__bd,
body.task-approveUser #es .si-login__bd,
body.task-rejectUser #es .si-login__bd,
body.is-login-minimalist #es .si-login__bd,
body.si-offline-page #es .si-login__bd {
  background-color: #fff;
}
body.layout-forgetPassword #es .si-login__ft,
body.layout-forgetUsername #es .si-login__ft,
body.layout-confirmReset #es .si-login__ft,
body.layout-completeReset #es .si-login__ft,
body.task-approveUser #es .si-login__ft,
body.task-rejectUser #es .si-login__ft,
body.is-login-minimalist #es .si-login__ft,
body.si-offline-page #es .si-login__ft {
  text-align: center;
  padding: 40px 16px 16px;
}
body.layout-forgetPassword #es .si-login__logo,
body.layout-forgetUsername #es .si-login__logo,
body.layout-confirmReset #es .si-login__logo,
body.layout-completeReset #es .si-login__logo,
body.task-approveUser #es .si-login__logo,
body.task-rejectUser #es .si-login__logo,
body.is-login-minimalist #es .si-login__logo,
body.si-offline-page #es .si-login__logo {
  margin-bottom: 8px;
}
body.layout-forgetPassword #es .si-login__logo-img,
body.layout-forgetUsername #es .si-login__logo-img,
body.layout-confirmReset #es .si-login__logo-img,
body.layout-completeReset #es .si-login__logo-img,
body.task-approveUser #es .si-login__logo-img,
body.task-rejectUser #es .si-login__logo-img,
body.is-login-minimalist #es .si-login__logo-img,
body.si-offline-page #es .si-login__logo-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 80px;
}
body.layout-forgetPassword #es .si-login__form-title,
body.layout-forgetUsername #es .si-login__form-title,
body.layout-confirmReset #es .si-login__form-title,
body.layout-completeReset #es .si-login__form-title,
body.task-approveUser #es .si-login__form-title,
body.task-rejectUser #es .si-login__form-title,
body.is-login-minimalist #es .si-login__form-title,
body.si-offline-page #es .si-login__form-title {
  text-align: center;
}
body.layout-forgetPassword #es .si-login__form-desc,
body.layout-forgetUsername #es .si-login__form-desc,
body.layout-confirmReset #es .si-login__form-desc,
body.layout-completeReset #es .si-login__form-desc,
body.task-approveUser #es .si-login__form-desc,
body.task-rejectUser #es .si-login__form-desc,
body.is-login-minimalist #es .si-login__form-desc,
body.si-offline-page #es .si-login__form-desc {
  text-align: left;
}
body.layout-forgetPassword #es .si-login__social-txt,
body.layout-forgetUsername #es .si-login__social-txt,
body.layout-confirmReset #es .si-login__social-txt,
body.layout-completeReset #es .si-login__social-txt,
body.task-approveUser #es .si-login__social-txt,
body.task-rejectUser #es .si-login__social-txt,
body.is-login-minimalist #es .si-login__social-txt,
body.si-offline-page #es .si-login__social-txt {
  padding: 16px 0;
}
body.layout-forgetPassword #es .si-login__social,
body.layout-forgetUsername #es .si-login__social,
body.layout-confirmReset #es .si-login__social,
body.layout-completeReset #es .si-login__social,
body.task-approveUser #es .si-login__social,
body.task-rejectUser #es .si-login__social,
body.is-login-minimalist #es .si-login__social,
body.si-offline-page #es .si-login__social {
  text-align: center;
  padding: 16px 48px;
  background-color: #fafafa;
}
body.layout-forgetPassword #es .si-login__social .btn span,
body.layout-forgetUsername #es .si-login__social .btn span,
body.layout-confirmReset #es .si-login__social .btn span,
body.layout-completeReset #es .si-login__social .btn span,
body.task-approveUser #es .si-login__social .btn span,
body.task-rejectUser #es .si-login__social .btn span,
body.is-login-minimalist #es .si-login__social .btn span,
body.si-offline-page #es .si-login__social .btn span {
  display: none;
}
body.layout-forgetPassword #es .si-login__fields,
body.layout-forgetUsername #es .si-login__fields,
body.layout-confirmReset #es .si-login__fields,
body.layout-completeReset #es .si-login__fields,
body.task-approveUser #es .si-login__fields,
body.task-rejectUser #es .si-login__fields,
body.is-login-minimalist #es .si-login__fields,
body.si-offline-page #es .si-login__fields {
  padding: 40px;
}
body.layout-forgetPassword #es .si-login__forgot,
body.layout-forgetUsername #es .si-login__forgot,
body.layout-confirmReset #es .si-login__forgot,
body.layout-completeReset #es .si-login__forgot,
body.task-approveUser #es .si-login__forgot,
body.task-rejectUser #es .si-login__forgot,
body.is-login-minimalist #es .si-login__forgot,
body.si-offline-page #es .si-login__forgot {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
}
body.layout-forgetPassword #es .si-login__desc,
body.layout-forgetUsername #es .si-login__desc,
body.layout-confirmReset #es .si-login__desc,
body.layout-completeReset #es .si-login__desc,
body.task-approveUser #es .si-login__desc,
body.task-rejectUser #es .si-login__desc,
body.is-login-minimalist #es .si-login__desc,
body.si-offline-page #es .si-login__desc {
  font-size: 14px;
}
body.layout-forgetPassword #es.is-mobile .si-login__fields,
body.layout-forgetUsername #es.is-mobile .si-login__fields,
body.layout-confirmReset #es.is-mobile .si-login__fields,
body.layout-completeReset #es.is-mobile .si-login__fields,
body.task-approveUser #es.is-mobile .si-login__fields,
body.task-rejectUser #es.is-mobile .si-login__fields,
body.is-login-minimalist #es.is-mobile .si-login__fields,
body.si-offline-page #es.is-mobile .si-login__fields {
  padding: 24px;
}
body.layout-forgetPassword #es.is-mobile .es-login-social-container,
body.layout-forgetUsername #es.is-mobile .es-login-social-container,
body.layout-confirmReset #es.is-mobile .es-login-social-container,
body.layout-completeReset #es.is-mobile .es-login-social-container,
body.task-approveUser #es.is-mobile .es-login-social-container,
body.task-rejectUser #es.is-mobile .es-login-social-container,
body.is-login-minimalist #es.is-mobile .es-login-social-container,
body.si-offline-page #es.is-mobile .es-login-social-container {
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
#system-message-container .alert {
  margin: 0;
  border-radius: 0;
}
#system-message-container .alert .close {
  font-size: 12px;
}
#system-message-container .alert-heading {
  margin: 0;
  display: none;
}
#es .si-group-items {
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 16px;
}
#es .si-group-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  padding: 16px;
  border-top: 1px solid #ececec;
}
#es .si-group-item:last-child {
  border-bottom: 1px solid #ececec;
}
#es .si-group-item .es-card__avatar {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
}
#es .si-group-item .es-card__avatar span,
#es .si-group-item .es-card__avatar a {
  border-radius: 50%;
  padding: 0;
}
#es .si-group-item .es-card__state {
  top: 0;
  left: 0;
}
#es .si-group-item__avatar {
  -webkit-flex: 0 0 48px;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
}
#es .si-group-item__content {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  width: 100%;
}
#es .si-group-item__desc {
  margin-bottom: 8px;
}
#es .si-group-item__action {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-left: auto;
  padding-left: 56px;
  padding-right: 8px;
  position: relative;
}
#es .si-group-item__action .dropdown_ {
  margin-left: 8px;
}
#es .si-group-item.is-featured .es-label-state--featured {
  display: inline-block;
}
#es.is-mobile .si-group-item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#es.is-mobile .si-group-item__avatar {
  -webkit-order: -2;
  -ms-order: -2;
  order: -2;
  margin-bottom: 8px;
}
#es.is-mobile .si-group-item__action {
  -webkit-order: -1;
  -ms-order: -1;
  order: -1;
}
.sp-module {
  margin-top: 32px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 0;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0 0 .5em;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 3;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.alert-options {
  float: right;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert-options:hover,
.alert-options:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
body #es,
body #ck {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
}
body #es legend,
body #ck legend {
  font-weight: 500;
}
body #es input,
body #es button,
body #es select,
body #es textarea,
body #ck input,
body #ck button,
body #ck select,
body #ck textarea {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
}
#es .es-snackbar,
#es .mod-es-albums-item,
#es .mod-card {
  background-color: #fff;
}
#es .dropdown-menu .divider {
  background-color: #ececec;
}
#es .es-stream-embed,
#es .es-stream-list > li + li,
#es .es-island,
#es .es-hr,
#es .es-form,
#es .es-comments-form .es-form,
#es .es-story,
#es .es-story-footer,
#es .es-profile-header,
#es .es-profile-data-table,
#es .es-profile-data-table thead tr,
#es .o-form-actions,
#es .es-cat-header,
#es .es-cat-header__hd,
#es .es-cat-header__ft,
#es .textboxlist,
#es .es-single-composer-textarea,
#es .es-card,
#es .es-convo__attached-item,
#es .es-stream-apps,
#es .es-stream-control .btn-control i,
#es .es-stream-embed.is-polls,
#es .es-noti__item,
#es .es-story-meta-contents,
#es .es-stream-apps--border,
#es .es-profile-header-nav,
#es .es-profile-header__ft,
#es .es-users-item + .es-users-item,
#es .es-card__ft,
#es .es-convo-composer,
#es .es-profile-data-table tbody > tr:last-child td,
#es .profile-data-info__data,
#es .o-form-control,
#es .es-apps-item__ft,
#es .mod-es-albums-item,
#es .es-album-form-fields,
#es .es-photo-form-fields {
  border-color: #ececec;
}
#es .btn-es-default-o {
  border-color: #ececec !important;
}
#es .es-reaction-stats,
#es .es-comment,
#es .es-comments-form,
#es .es-actions-wrapper,
#es .es-leaderboard tr td {
  padding-left: 16px;
  padding-right: 16px;
}
#es .es-stream-list > li {
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 -16px;
}
#es .es-users-item {
  padding: 16px;
}
#es.layout-edit .es-content,
#es.layout-create .es-content,
#es.layout-steps .es-content {
  padding: 16px;
}
#es .es-bleed--top {
  margin-top: -16px;
  margin-left: -16px;
  margin-right: -16px;
}
#es .es-stream-pinned-divider,
#es .es-bleed--middle,
#es .es-users-item {
  margin-left: -16px;
  margin-right: -16px;
}
#es .es-forms__actions,
#es .es-bleed--bottom {
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -16px;
}
.es-users-item {
  border-top: 1px solid #ececec;
}
.es-users-item:last-child {
  border-bottom: 1px solid #ececec;
}
body.is-es-photo-popup #sp-header.menu-fixed {
  z-index: 1048;
}
body #es.es-main {
  display: block;
  height: auto;
}
body #es.es-main .es-dashboard,
body #es.es-main .es-container,
body #es.es-main .wrapper-for-full-height,
body #es.es-main .es-profile,
body #es.es-main .app-contents-wrap,
body #es.es-main .app-explorer,
body #es.es-main .es-app-canvas,
body #es.es-main .es-group-category {
  height: 100%;
}
body #es.es-main.is-mobile {
  height: auto;
}
body #es .o-avatar {
  border-radius: 50%;
}
body #es .o-avatar img {
  border-radius: 50%;
}
body #es .o-media__image {
  margin-right: 16px;
}
body #es .o-alert {
  border-radius: 0;
}
body #es .o-empty {
  min-height: 100px;
}
body #es .o-empty__icon {
  display: none;
}
#es.es-main .es-container__sidebar {
  display: none;
}
#es .es-sidebar hr.es-hr {
  margin: 16px 0 24px;
}
#es .es-sidebar .widgets-wrapper + hr.es-hr {
  margin: 0;
}
#es .es-side-widget + .es-side-widget,
#es .es-side-widget + .widgets-wrapper {
  margin-top: 24px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  .is-tablet #ck .layout-compact,
  .is-mobile #ck .layout-compact {
    display: none;
  }
}
#es .es-sidebar .mod-es-dating-search-form {
  padding: 0;
  border: none;
}
#es .es-weather {
  position: relative;
}
#es .ptr--ptr {
  box-shadow: none;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#es .ptr--pull ~ .es-profile-header:not(.es-profile-header--mini),
#es .ptr--refresh ~ .es-profile-header:not(.es-profile-header--mini) {
  margin-top: 0 !important;
}
body #es .es-toolbar {
  display: none;
}
body #es .es-navbar__footer {
  background-color: #f7f8f9;
  text-align: center;
  border-top-color: #ececec;
  border-bottom-color: #ececec;
  border-left-color: transparent;
  border-right-color: transparent;
}
body #es.is-mobile .es-navbar__toggle {
  display: inline-block;
  border: 1px solid #ececec;
  width: 100%;
  text-align: center;
  border-top-color: #ececec;
  border-bottom-color: #ececec;
  border-left-color: transparent;
  border-right-color: transparent;
  padding: 8px 16px;
}
body #es.is-mobile .es-navbar__toggle-link {
  color: #666666;
  text-align: center;
}
body #es .es-navbar__toggle {
  display: none;
}
body #es .es-navbar__footer .es-navbar__footer-submenu > :not(:first-child) {
  border-left-color: transparent;
}
body #es .es-navbar__footer-submenu > li.is-active > .es-navbar__footer-link {
  font-weight: bold;
}
body #es .mod-es-action .btn {
  display: block;
  width: 100%;
}
body #es .es-sidebar #es.es-widget-calendar {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  left: -0.5em;
}
body #es.es-widget-calendar table {
  background-color: #fff;
  border: 1px solid #ececec;
  border-collapse: separate;
}
body #es.es-widget-calendar .day {
  padding-bottom: 16px;
  background-color: transparent;
}
body #es.es-widget-calendar .day a {
  display: inline-block;
  padding: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
body #es.es-widget-calendar .day a:hover {
  background-color: #fafafa;
}
body #es.es-widget-calendar .day:hover {
  background-color: transparent !important;
}
body #es.es-widget-calendar .day.is-today {
  background-color: transparent;
}
body #es.es-widget-calendar .day.is-today a {
  color: #fff;
  background: #6CB3CD;
}
body #es.es-widget-calendar .day.has-events {
  background-color: transparent !important;
}
body #es.es-widget-calendar .day.has-events a:before {
  border-radius: 50%;
  background-color: #D65250;
  border-color: transparent;
  right: auto;
  bottom: -8px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  border: 0;
}
body #es.mod-es-search .mod-bd {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body #es.mod-es-search .mod-bd form {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body #es.mod-es-search .mod-bd .t-lg-mt--sm {
  margin-left: auto;
  padding-left: 16px;
}
body #es.mod-es-search.is-mobile .t-lg-mt--sm {
  display: none;
}
#es .mod-es-dating-search-form {
  border: none;
}
.office-container__content > .officecontenttop {
  display: none;
}
.office-container__content > .officecontentbottom {
  display: none;
}
.officecontenttop {
  margin-bottom: 32px;
}
.officecontentbottom {
  margin-top: 32px;
}
#es .es-forms .es-snackbar,
#es .es-field-header .es-snackbar {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 16px;
  margin-left: -16px;
  margin-right: -16px;
}
#es .es-adv-search2__options {
  margin: 16px 0 0;
}
#es .es-adv-search2 .o-form-actions {
  margin: 0;
}
#es .o-form-control {
  box-shadow: none;
}
#es .o-form-actions {
  background-color: transparent;
}
#es .es-profile-header:not(.es-profile-header--mini) {
  border-top: none;
  border-left: none;
  border-right: none;
  margin: -16px;
  z-index: 8;
}
#es .es-profile-header:not(.es-profile-header--mini) .es-profile-header__hd.without-cover .es-profile-header__avatar-wrap {
  position: relative;
  width: 88px;
}
#es .es-profile-header:not(.es-profile-header--mini) .es-profile-header__avatar-wrap {
  bottom: 16px;
}
#es .es-profile-header:not(.es-profile-header--mini) .es-profile-header__bd {
  margin-left: 0;
}
#es .es-profile-header:not(.es-profile-header--mini) .es-profile-header-nav {
  padding-left: 0;
}
#es .es-profile-header__cover {
  min-height: 220px;
  max-height: 260px;
}
#es .es-profile-header-nav .is-active .es-profile-header-nav__link {
  color: #555 !important;
}
#es .es-profile-header__back {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 4;
}
#es.is-mobile .es-profile-header:not(.es-profile-header--mini) .es-profile-header__hd.without-cover .es-profile-header__avatar-wrap {
  width: 80px;
}
#es.is-mobile .es-profile-header:not(.es-profile-header--mini) .es-profile-header__avatar-wrap {
  bottom: -16px;
}
#es.is-mobile .es-profile-header__cover {
  min-height: 120px;
}
#es.is-mobile .es-profile-header-nav__item .dropdown-menu {
  max-height: 120px;
  overflow-y: auto;
}
#es .es-story,
#es .es-story-footer {
  border: 0;
}
#es .es-story-panel-buttons {
  padding-top: 0;
}
#es .es-story-panel-buttons,
#es .es-story-meta-buttons,
#es .es-story-actions {
  padding-left: 0;
  padding-right: 0;
}
#es .es-story-panel-button.active {
  background-color: transparent;
}
#es .es-story-body {
  border: 1px solid #ececec;
  border-radius: 4px;
}
#es .es-story-meta-contents {
  margin-top: 8px;
  border: 1px solid #ececec;
  border-radius: 4px;
}
#es .es-story-link-textbox {
  border: 1px solid #ececec;
}
#es .es-story-panel-contents .es-story-panel-content input[type="text"] {
  box-shadow: none;
}
#es .es-stream-pinned-divider {
  text-align: left;
  padding: 16px 0;
  border-top: 1px solid #ececec;
  margin-bottom: 0;
}
#es .es-stream-pinned-divider span:before,
#es .es-stream-pinned-divider span:after {
  display: none;
}
#es .es-stream-list > li {
  border-top: 1px solid #ececec;
  padding-top: 16px;
}
#es.is-mobile .es-story-meta-buttons {
  margin-top: 8px;
  margin-left: -16px;
  margin-right: -16px;
}
#es.is-mobile .es-story-meta-button.active {
  color: #555;
}
#es.is-mobile .es-stream-filter-bar {
  margin: -16px;
}
#es.is-mobile .es-mobile-filter {
  margin-left: -16px;
  margin-right: -16px;
}
#es.is-mobile .es-mobile-filter__hd,
#es.is-mobile .es-mobile-filter__bd {
  padding-left: 16px;
  padding-right: 16px;
}
#es .es-profile-header__avatar-wrap,
#es .es-profile-header__avatar-wrap > a {
  border-radius: 50%;
}
#es .es-profile-header__avatar-wrap > a {
  overflow: hidden;
}
#es .es-user-status-indicator {
  width: 16px;
  height: 16px;
  border-width: 3px;
  top: auto;
  bottom: 8px;
  right: 12px;
}
#es.popbox.popbox-profile .o-avatar-status {
  border-radius: 50%;
}
#es.popbox.popbox-profile .o-avatar-status__indicator {
  top: auto;
  bottom: 0;
  right: 4px;
}
#es .es-verified {
  margin-left: 3px;
}
#es .es-mobile-info {
  margin-left: -16px;
  margin-right: -16px;
}
#es .es-side-widget__title {
  margin: 0 0 20px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: normal;
}
#es .es-sidebar .es-side-widget .o-tabs__link {
  margin-right: -16px;
  padding-top: 4px;
  padding-bottom: 4px;
}
#es .es-sidebar .o-tabs--stacked .o-tabs__item {
  border-right: 0;
}
#es .es-sidebar .o-tabs--stacked .o-tabs__item.active > .o-tabs__link {
  border-right-width: 4px;
}
#es .es-apps-item {
  border-top: 1px solid #ececec;
  margin: 0 -16px;
  padding: 16px;
}
#es .es-apps-item__ft {
  background-color: transparent;
  margin: 0;
  border: none;
}
#es .fc-button {
  border-color: #ececec !important;
  height: auto;
}
#es .fc-state-default {
  background-color: #fff !important;
  background-image: none;
  box-shadow: none;
  padding: 6px 12px;
  line-height: 1.666666667;
  font-size: 12px;
  font-weight: bold;
}
#es .fc-state-default:hover {
  background-color: #fafafa !important;
}
#es .fd-state-hover {
  background-color: #fafafa !important;
}
#es .fc-button-today.fc-state-disabled,
#es .fc-state-active {
  border-bottom: 1px solid transparent;
}
#es .fc-button-prev .fc-text-arrow,
#es .fc-button-next .fc-text-arrow {
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
#es.is-mobile .fc-header {
  margin-bottom: 20px;
}
#es.is-mobile .fc-header td {
  display: block;
  text-align: center;
  width: 100%;
}
#es.is-mobile .fc-header-title h2 {
  font-size: 24px;
}
#es .es-explorer,
#es .fd-explorer-file + .fd-explorer-file {
  border-color: #ececec;
}
#es .fd-explorer-header {
  border-bottom-color: #ececec;
}
#es .fd-explorer-header__side {
  border-right-color: #ececec;
}
#es .fd-explorer-sidebar {
  border-right-color: #ececec;
}
#es .es-noti__item {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
#es .es-noti__date {
  padding-bottom: 16px;
}
#es .es-noti-list {
  margin-bottom: 16px;
}
#es .es-leader-badge {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 2px;
}
#es .es-leader-badge:before,
#es .es-leader-badge:after {
  display: none;
}
#es .es-leader-badge span {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background-color: #fff;
}
#es .es-leader-badge--1,
#es .es-leader-badge--2,
#es .es-leader-badge--3 {
  color: #555;
}
#es .es-stage__actor-img {
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
}
#es .es-stage__curtain {
  background: none;
  border-bottom: 1px solid #ececec;
  margin-left: -16px;
  margin-right: -16px;
}
#es .es-stage__audience {
  padding: 16px;
  border-bottom: 1px solid #ececec;
  margin-left: -16px;
  margin-right: -16px;
}
#es .es-pointshistory {
  margin-top: 18px;
}
#es .es-avatar-rounded {
  border-radius: 50%;
  overflow: hidden;
}
#es .es-avatar-rounded img {
  border-radius: 50%;
  overflow: hidden;
}
#es.layout-form .es-album-browser-content,
#es.layout-item .es-album-browser-content {
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -16px;
}
#es .es-media-delete-all-actions,
#es .es-album-header__o-media,
#es .es-media-info.es-album-info {
  padding-left: 16px;
  padding-right: 16px;
}
#es:not(.is-mobile) .es-media-item-menu {
  right: 16px;
}
#es .es-album-form {
  margin-left: 16px;
}
#es.is-mobile .es-album-taglist {
  padding-left: 16px;
  padding-right: 16px;
}
#es:not(.is-mobile) .es-login {
  height: calc(100vh - 56px - 64px);
}
#es .es-login {
  width: 100%;
  height: 100%;
  position: relative;
}
#es .es-login-box {
  height: 100%;
  padding: 0;
  background-clip: content-box;
  border-radius: 0;
  position: relative;
  background-color: #e8eef6;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#es .es-login-box:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
}
#es .es-login-box .o-grid--si-login {
  z-index: 2;
  width: 100%;
}
#es .es-login-box__msg {
  height: 100%;
}
#es .es-login-box__form {
  border-radius: 0;
  border: 1px solid #ececec;
  margin: 0;
  box-shadow: none;
}
#es.is-desktop .es-login-box__form-wrap {
  min-height: 360px;
}
#es .si-login-bg {
  position: absolute;
  top: 0;
  height: 50%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#es.is-mobile .si-login-bg {
  height: 100%;
}
#es.is-mobile .es-login-box {
  padding-bottom: 20px;
}
#es .si-login-box-msg {
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  max-width: 480px;
  margin: 0 auto;
}
#es .si-login-box-msg__hd,
#es .si-login-box-msg__bd {
  position: absolute;
}
#es .si-login-box-msg__hd {
  bottom: 55%;
  padding: 20px;
}
#es .si-login-box-msg__bd {
  top: 55%;
  padding: 20px;
}
#es .si-login-box-msg__hd-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
  text-shadow: 0 0 3px rgba(0,0,0,0.8), 0 0 8px rgba(0,0,0,0.5);
}
#es .si-login-box-msg__hd-desc {
  font-size: 14px;
  margin-bottom: 16px;
  text-shadow: 0 0 3px rgba(0,0,0,0.8), 0 0 8px rgba(0,0,0,0.5);
}
#es .si-login-box-msg__bd-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #555;
  text-shadow: none;
}
#es .si-login-box-msg__bd-desc {
  font-size: 14px;
  margin-bottom: 20px;
  color: #555;
  text-shadow: none;
}
#es.is-mobile .es-login-box:after {
  display: none;
}
#es.is-mobile .es-login-box__form-wrap {
  width: 100%;
  float: none;
  margin-bottom: 0;
}
#es.is-mobile .si-login-box-msg__hd,
#es.is-mobile .si-login-box-msg__bd {
  position: relative;
  top: 0;
  bottom: 0;
}
#es.is-mobile .si-login-box-msg__bd-title,
#es.is-mobile .si-login-box-msg__bd-desc {
  color: #fff;
}
#es.es-dialog .si-login-box-msg__hd,
#es.es-dialog .si-login-box-msg__bd {
  position: static;
  padding: 5px 20px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  body.view-conversations.is-tablet .office-container__content-component-wrapper,
  body.view-conversations.is-mobile .office-container__content-component-wrapper {
    padding: 0;
  }
}
#es .es-convo__sidebar {
  width: 320px;
  -webkit-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
}
#es.es-main.view-conversations {
  height: auto;
}
#es .es-conversations,
#es .es-convo,
#es .es-convo__content,
#es .es-convo__content-scroll-area {
  height: 100%;
}
#es .es-convo__content-scroll-area {
  max-height: calc(100vh - 56px - 40px - 150px);
}
#es .es-convo {
  border-left: 0;
  border-right: 0;
}
#es.es-main.view-conversations .o-alert {
  margin: 0;
}
#es .es-convo__content-hd-title {
  line-height: 28px;
}
#es .btn-mobile-new-convo {
  width: auto;
  margin: 8px 16px;
}
#es.is-mobile .es-convo__content-action__content-action {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
#es.is-mobile .es-convo__content-action [data-item-tools] {
  margin-left: auto;
}
#es.is-mobile .es-convo__content-scroll-area {
  max-height: none;
}
#es.is-mobile .es-convo__content-hd .btn-default,
#es.is-mobile .es-convo__content-hd .btn-default:hover,
#es.is-mobile .es-convo__content-hd .btn-default:active,
#es.is-mobile .es-convo__content-hd .btn-default:focus {
  background-color: #fff !important;
  color: #aaa !important;
  border-color: #ececec !important;
}
#es .es-convo__content-hd .btn-default,
#es .es-convo__content-hd .btn-default:hover,
#es .es-convo__content-hd .btn-default:active,
#es .es-convo__content-hd .btn-default:focus {
  background-color: #fff !important;
  color: #aaa !important;
  border-color: #fff !important;
}
#es.is-mobile .es-list-item .dropdown-menu,
#es.is-mobile .es-mobile-list-item__action .dropdown-menu,
#es.is-mobile .es-mobile-filter-toggle .dropdown-menu,
#es.is-mobile .es-stream-control .dropdown-menu,
#es.is-mobile .es-profile-header__action-wrap .dropdown-menu,
#es.is-mobile .es-profile-header__avatar-wrap .dropdown-menu,
#es.is-mobile .es-comment-actions .dropdown-menu,
#es.is-mobile .es-convo__sidebar-action .dropdown-menu,
#es.is-mobile .es-media-item-menu .dropdown-menu,
#es.is-mobile .es-cover-menu .dropdown-menu,
#es.is-mobile .es-profile-header-nav__item .dropdown-menu {
  bottom: 39px;
}
.dropdown-mobile-from-container #es .es-profile-header:not(.es-profile-header--mini) {
  z-index: 1;
}
.dropdown-mobile-from-container #es.is-mobile .es-container {
  z-index: 2;
}
#eb {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
}
#eb legend {
  font-weight: 500;
}
#eb .eb-page-header h2 {
  font-size: 16px;
}
#eb .eb-post-meta,
#eb .eb-post-meta a {
  color: #aaa !important;
}
#eb .eb-entry-author-recents,
#eb .eb-author-filter {
  background-color: #fff;
}
#eb hr,
#eb .eb-head,
#eb .eb-head-title > span,
#eb .eb-box,
#eb .eb-calendar tbody > tr > td,
#eb .eb-entry-nav,
#eb .eb-image-viewport,
#eb .eb-comment-form,
#eb .eb-showcases,
#eb .eb-post-thumb .eb-post-image,
#eb .eb-author,
#eb .eb-authors-head,
#eb .eb-tags-filter,
#eb .form-control,
#eb .eb-tags-item,
#eb .eb-category {
  border-color: #ececec;
}
#eb .btn-default,
#eb .eb-stats-nav > li .btn {
  border-color: #ececec !important;
}
#eb .eb-stats-listing > div + div,
#eb .eb-calendar__item:not(:first-child),
#eb .eb-entry-author-recents {
  border-top-color: #ececec;
}
#eb .popbox-dropdown__hd,
#eb .eb-box-head,
#eb .eb-calendar-topbar,
#eb .eb-section-heading {
  border-bottom-color: #ececec;
}
#eb .eb-xxx {
  border-left-color: #ececec;
  border-right-color: #ececec;
}
#eb .eb-calendar-days > td:first-child,
#eb .eb-calendar-control > td.eb-calendar-previous {
  border-left-color: #ececec;
}
#eb .eb-calendar-days > td:last-child,
#eb .eb-calendar-control > td.eb-calendar-next {
  border-right-color: #ececec;
}
#eb .eb-entry-author-recents {
  padding-left: 0;
  padding-right: 0;
}
#eb .eb-avatar {
  border-radius: 50%;
}
#eb .eb-avatar img {
  border-radius: 50%;
}
#eb .eb-empty,
#eb .eb-comments-empty {
  background-color: #fff;
  border: 0;
}
#eb .eb-empty .fa,
#eb .eb-comments-empty .fa {
  display: none;
}
#eb .eb-page-header + hr.clearfix {
  margin-left: -16px;
  margin-right: -16px;
}
#eb .dropdown-menu-right {
  left: auto;
}
#eb .eb-mag-blog-image {
  padding-bottom: 24vh;
}
#eb .eb-dashboard-sticky-header.affix {
  top: 56px;
}
#eb.is-mobile .eb-dashboard-sticky-header.affix {
  z-index: 2;
  top: 0;
}
#eb .eb-entry-author-meta .btn-group .dropdown-toggle_ {
  box-shadow: none;
}
body #eb.eb-mod *,
body #eb .eb-mod * {
  line-height: 1.6;
}
body #eb .eb-mod-media-title {
  font-weight: bold;
}
body #eb .eb-mod-title {
  font-size: 13px;
}
body #eb .mod-item + .mod-item {
  margin-top: 16px;
  padding-top: 16px;
}
body #eb.mod-easyblogshowcase-magazine.is-mobile .eb-gallery-viewport {
  margin-bottom: 16px;
}
body #eb.mod-easyblogshowcase-magazine.is-mobile .eb-gallery-stage {
  border-radius: 0;
}
body #eb.mod-easyblogshowcase-magazine.is-mobile .eb-gallery-content {
  position: absolute !important;
  background-color: transparent !important;
  top: 0;
}
body #eb.mod-easyblogshowcase-magazine.is-mobile .eb-gallery-cover__img {
  padding-bottom: 260px !important;
  background-position: top center !important;
}
body #eb.mod-easyblogshowcase-magazine.is-mobile .eb-mod-thumb {
  margin: 0 !important;
}
body #eb.mod-easyblogshowcase-magazine.is-mobile .eb-gallery-buttons .eb-gallery-menu-item {
  height: 16px !important;
}
body #eb.mod-easyblogshowcase-magazine .eb-gallery-content__title {
  height: 30px !important;
  overflow: hidden;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
body #eb.mod-easyblogshowcase-magazine .eb-gallery-content__article {
  display: none !important;
}
#eb .eb-authors {
  overflow: hidden;
}
#eb .eb-stats-nav {
  display: none;
}
#ed {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  line-height: inherit;
  -moz-osx-font-smoothing: unset;
}
#ed legend,
#ed b {
  font-weight: 500;
}
#ed .ed-post-item__ft,
#ed .ed-statistic__item,
#ed .ed-statistic__item-count,
#ed .g-list-inline > li,
#ed .ed-post-meta-tag > li > a,
#ed .ed-user-rank,
#ed .ed-user-meta,
#ed .ed-vote__points,
#ed .ed-vote__text,
#ed .ed-forum__hd,
#ed .ed-forum__hd-thead,
#ed .ed-forum__ft,
#ed .ed-tags-item > h2 {
  font-size: 13px;
}
#ed .ed-page-title,
#ed .ed-forum-item__col-avatar,
#ed .ed-tags-item > h2,
#ed .ed-badge__name {
  color: #888;
}
#ed .ed-page-title,
#ed .ed-post-item__ft,
#ed .ed-my-subscribe .ed-filter-bar,
#ed .ed-entry-action-bar,
#ed .ed-post-reply-bar,
#ed .ed-reply-item__hd,
#ed .ed-reply-item__bd,
#ed .ed-reply-item__comments-wrap,
#ed .ed-forum__hd,
#ed .is-featured.ed-forum-item,
#ed .ed-forum-item,
#ed .ed-forums-cat-header,
#ed .ed-subscribe,
#ed .ed-dashboard,
#ed .ed-dashboard-form,
#ed .ed-tags-item > h2 {
  background-color: #fff;
}
#ed .o-pagination > .active > a,
#ed .o-pagination > .active > span,
#ed .o-pagination > .active > a:hover,
#ed .o-pagination > .active > span:hover,
#ed .o-pagination > .active > a:focus,
#ed .o-pagination > .active > span:focus,
#ed .ed-post-item__sub-hd,
#ed .ed-post-who-view__ft,
#ed .ed-reply-form__bd,
#ed .ed-reply-item__ft,
#ed .ed-forum-item:hover,
#ed .ed-forum__ft {
  background-color: #fafafa;
}
#ed .ed-page-title {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
#ed .ed-post-item__hd,
#ed .o-pagination > .active > a,
#ed .o-pagination > .active > span,
#ed .o-pagination > .active > a:hover,
#ed .o-pagination > .active > span:hover,
#ed .o-pagination > .active > a:focus,
#ed .o-pagination > .active > span:focus,
#ed .o-pagination > .disabled > span,
#ed .o-pagination > .disabled > span:hover,
#ed .o-pagination > .disabled > span:focus,
#ed .o-pagination > .disabled > a,
#ed .o-pagination > .disabled > a:hover,
#ed .o-pagination > .disabled > a:focus,
#ed .ed-board-stats__hd,
#ed .ed-board-stats__bd,
#ed .ed-post-who-view__hd,
#ed .ed-post-who-view__ft,
#ed .ed-post-replies__empty,
#ed .ed-reply-form__bd,
#ed .ed-reply-item__hd,
#ed .ed-reply-item__ft,
#ed .ed-forum__hd,
#ed .ed-forum__ft,
#ed .ed-forums-cat-header,
#ed .ed-cat-panel,
#ed .o-empty--bordered,
#ed .ed-badge,
#ed .ed-user-profile,
#ed .ed-ask__input-title {
  border-color: #ececec;
}
#ed .ed-reply-item__comments-wrap,
#ed .ed-forum-item + .ed-forum-item {
  border-top-color: #ececec;
}
#ed .has-body .ed-post-item__bd,
#ed .ed-post-item__ft,
#ed .ed-post-item__sub-hd,
#ed .ed-comment-item {
  border-bottom-color: #ececec;
}
#ed .ed-post-item__bd,
#ed .ed-post-item__ft,
#ed .ed-post-item__sub-hd,
#ed .ed-reply-item__bd,
#ed .ed-reply-item__comments-wrap,
#ed .ed-forum__bd {
  border-left-color: #ececec;
  border-right-color: #ececec;
}
#ed .ed-xxx {
  border-left-color: #ececec;
}
#ed .ed-xxx {
  border-right-color: #ececec;
}
#ed .ed-post-who-view__hd {
  border-top: 0 !important;
}
#ed .ed-forum__hd,
#ed .ed-forum__bd,
#ed .ed-forum__ft,
#ed .ed-post-who-view__hd,
#ed .ed-post-who-view__ft,
#ed .ed-post-item__sub-hd,
#ed .ed-post-item__hd,
#ed .ed-post-item__bd,
#ed .ed-post-item__ft,
#ed .ed-board-stats__hd,
#ed .ed-board-stats__bd,
#ed .ed-reply-form__bd,
#ed .ed-cat-panel,
#ed .ed-forums-cat-header,
#ed .ed-ask__hd,
#ed .ed-ask__bd,
#ed .ed-ask__input-title,
#ed .ed-reply-item__hd,
#ed .ed-reply-item__bd,
#ed .ed-reply-item__comments-wrap,
#ed .ed-reply-item__ft,
#ed .ed-post-replies__empty,
#ed .ed-user-profile,
#ed .ed-dashboard {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
#ed .ed-statistic__item {
  border: 0;
  text-align: right;
}
#ed .ed-post-who-view {
  margin-top: 0 !important;
}
#ed .ed-page-title,
#ed .ed-forums-cat-header,
#ed .ed-tags-item > h2 {
  margin-bottom: 24px !important;
}
#ed [data-user-search-form],
#ed .ed-user-item {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
#ed > #es.is-mobile .es-profile-header:not(.es-profile-header--mini) {
  margin: -16px 0 0 !important;
}
#ed .ed-profile {
  margin-bottom: -16px;
}
#ed .ed-page-title {
  padding: 16px;
}
#ed .ed-post-item__bd,
#ed .ed-post-item__ft {
  padding: 8px 16px;
}
#ed .ed-subscribe,
#ed .ed-reply-form,
#ed .ed-post-reply-bar,
#ed .ed-entry-action-bar,
#ed .ed-tags-item > h2,
#ed .discuss-list .ed-filter-bar {
  padding-left: 16px;
  padding-right: 16px;
}
.ed-subscribe__icon {
  width: 12px;
}
#ed .o-empty {
  border: none !important;
}
#ed .ed-profile-container__side,
#ed .ed-profile-container__content {
  padding-bottom: 0;
}
#ed .ed-profile-container__content-bd {
  padding-left: 0;
}
#ed .ed-profile-container__side {
  border-right: 1px solid #ececec;
}
#ed .ed-ask .chosen-container {
  width: 100% !important;
}
#ed.m-recent-discussions .has-dividers--bottom-space > .ed-list__item {
  padding: 8px 0;
}
#ed #es .es-profile-header:not(.es-profile-header--mini) {
  margin: -16px 0 0;
}
#ed .ed-entry > [data-ed-post-notifications]:empty + * {
  margin-top: 0;
}
body #ed.ed-mod *,
body #ed .ed-mod * {
  line-height: 1.6;
}
body #ed .m-post-title {
  font-weight: bold;
}
body #ed.m-recent-discussions .o-nav {
  margin-top: 8px;
}
body #ed.m-recent-discussions .ed-mod__section {
  padding-top: 0;
}
body #ed .has-dividers--bottom-space > .ed-list__item:first-child {
  padding-top: 0;
}
body #ed .has-dividers--bottom-space > .ed-list__item:not(:first-child) {
  padding: 16px 0;
}
