/* Add here all your css styles (customizations) */
.cc_banner-wrapper {
  z-index: 9001;
  position: relative;
}

.cc_banner-wrapper .cc_banner {
  color: #555;
  font-size: 17px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 20px;
  background: #ddd;
}

.cc_banner-wrapper .cc_banner .container {
  position: relative;
}

.cc_banner-wrapper .cc_banner .container p {
  transition: font-size 200ms;
  font-size: 1rem;
  display: block;
  margin: 0;
  max-width: 90%;
}

.cc_banner-wrapper .cc_banner .container p a {
  color: #555;
  border-bottom: 1px solid #555;
}

.cc_banner-wrapper .cc_banner .container p a:hover {
  text-decoration: none;
  color: #7fc700;
  border-bottom: 1px solid #7fc700;
}

.cc_banner-wrapper .cc_banner .container .cc_btn {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .cc_banner-wrapper .cc_banner .container .cc_btn {
    position: static;
    margin-top: 20px;
  }
}

.cc_banner-wrapper .cc_banner .container .cc_banner,
.cc_banner-wrapper .cc_banner .container p,
.cc_banner-wrapper .cc_banner .container .cc_btn {
  animation-duration: 0.8s;
  animation-name: slideUp;
}

@keyframes slideUp {
  0% {
    transform: translateY(66px);
  }
  100% {
    transform: translateY(0);
  }
}

.documents_list {
  font-size: 1rem;
  line-height: 1.25rem;
  padding-left: 0 !important;
  list-style-type: none;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.documents_list li {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
}

.documents_list li:last-child {
  border-bottom: 0;
}

.pdf a,
.word a,
.excel a {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 0 30px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 17px 20px;
}

.pdf a span:nth-of-type(1),
.word a span:nth-of-type(1),
.excel a span:nth-of-type(1) {
  width: 83%;
}

.pdf a span:nth-of-type(2),
.word a span:nth-of-type(2),
.excel a span:nth-of-type(2) {
  width: 70px;
}

.pdf a .file_size,
.word a .file_size,
.excel a .file_size {
  font-size: 0.8rem;
  color: #555;
}

.pdf a:hover,
.word a:hover,
.excel a:hover {
  text-decoration: none;
}

.pdf a:hover .file-size,
.word a:hover .file-size,
.excel a:hover .file-size {
  color: #000;
}

span.pdf,
span.word,
span.excel {
  display: inline-block;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

span.pdf a,
span.word a,
span.excel a {
  padding: 9px 0 8px 26px;
  font-size: 1rem;
  line-height: 1.25rem;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

span.pdf a:hover,
span.word a:hover,
span.excel a:hover {
  color: #7fc700;
}

.pdf a {
  background-image: url("../img/file_types/icon__filetype__pdf.09e11fb3e083.svg");
}

.word a {
  background-image: url("../img/file_types/icon__filetype__word.0ecb1ef99d87.svg");
}

.excel a {
  background-image: url("../img/file_types/icon__filetype__excel.c65a74faecdc.svg");
}

.image-background-container .documents_list .pdf a {
  background-image: url("../img/file_types/icon__filetype__pdf.09e11fb3e083.svg");
}

.documents_list span:nth-of-type(1) {
  margin-right: 15px;
}

form b i {
  font-size: 1.5rem;
}

legend {
  margin-left: 15px;
  font-weight: 600;
  width: 98%;
}

fieldset {
  position: relative;
  margin-bottom: 30px;
}

fieldset .row {
  margin: 0;
}

fieldset .row:first-child {
  border-bottom: none;
}

fieldset .row + .row {
  padding-top: 28px;
  margin-top: 40px;
  border-top: 1px solid #ccc;
}

fieldset .form-group {
  margin-bottom: 1.5rem;
}

select.form-control-md:not([size]):not([multiple]) {
  height: calc(2.876rem + 2px);
}

.input-group .form-control {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.buttons {
  margin-left: 15px;
}

.buttons button {
  position: relative;
  cursor: pointer;
  padding: 22px;
}

.image-field {
  float: left;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  position: relative;
}

.image-field .btn-add-img {
  position: relative;
  float: left;
  display: inline;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 5px;
}

.image-field .btn-add-img .btn-style {
  float: left;
  display: inline;
  width: 100%;
  height: 100%;
  padding: 5px;
  background: #eee;
  border: #fff;
  border-radius: 4px;
}

.image-field .btn-add-img .btn-style i {
  display: inline-block;
  margin-top: 14px;
  font-size: 2rem;
  color: #fff;
}

.image-field .btn-add-img:hover {
  border: 1px solid #bbb;
}

.image-field .btn-add-img:hover .btn-style {
  background: #bbb;
}

.image-field img {
  width: 100%;
  height: 100%;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.image-field .fileinput-button input {
  position: absolute;
  height: 100%;
  width: 80px;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  direction: ltr;
  cursor: pointer;
}

.image-field .delete-image {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -15px;
  right: -15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 3;
  transition: all .2s ease-in-out;
}

.image-field .delete-image:hover {
  text-decoration: none;
}

.image-field .delete-image i {
  color: #ccc;
}

.image-field .delete-image:hover,
.image-field .delete-image:focus,
.image-field .delete-image:active {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.table.currencies-on-homepage {
  margin-bottom: 0;
}

.table.currencies-on-homepage tr td {
  font-size: 0.9rem;
  padding: 0.65rem 0.3rem;
  text-align: right;
}

.table.currencies-on-homepage tr td:first-child {
  padding: 0.65rem 0 0.65rem 0.3rem;
}

.table.currencies-on-homepage tr td:last-child {
  text-align: left;
  width: 41px;
}

.table.currencies-on-homepage tr td:nth-of-type(2) {
  text-align: center;
}

.table.currencies-on-homepage tr:last-child td {
  text-align: left;
  padding: 0.75rem;
}

.table-exchange {
  width: 100%;
  margin: 0;
  border: 0;
  border-top: 0;
  border-collapse: separate;
  overflow: hidden;
}

.table-exchange thead tr {
  background: #f3f3f3;
}

.table-exchange tbody th:first-of-type, .table-exchange tbody td:first-of-type, .table-exchange thead th:first-of-type, .table-exchange thead td:first-of-type {
  text-align: left;
}

.table-exchange tbody th:first-of-type, .table-exchange tbody td:first-of-type, .table-exchange thead th:first-of-type, .table-exchange thead td:first-of-type {
  text-align: left;
}

.table-exchange tbody tr:hover {
  background-color: #fafafa;
}

.table-exchange th {
  padding: 10px 15px;
  border-bottom: 2px solid #e9ecef;
  background: none;
  font-size: 0.875rem;
}

.table-exchange td, .table-exchange th {
  text-align: right;
  position: relative;
}

.table-exchange td:first-child, .table-exchange th:first-child {
  text-align: left;
}

.table-exchange td {
  font-size: 1rem;
  padding: .75rem;
  border-top: #555;
}

.table-exchange td:hover {
  background-color: #fff;
}

.table-exchange td:hover:after {
  content: "";
  position: absolute;
  background-color: #fafafa;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .table-exchange {
    display: block !important;
  }
  .table-exchange thead, .table-exchange tbody, .table-exchange th, .table-exchange td, .table-exchange tr {
    display: block !important;
  }
  .table-exchange thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-exchange thead tr th {
    border-bottom: 2px solid #e9ecef;
  }
  .table-exchange tr {
    border-top: #555;
  }
  .table-exchange tr:first-child td {
    border-top: 0;
  }
  .table-exchange td {
    border: none;
    border-top: 0 !important;
    border-bottom: 1px solid #e9ecef;
    position: relative;
    padding-left: 50% !important;
    text-align: right !important;
  }
  .table-exchange td:before {
    content: attr(data-table-header);
    position: absolute;
    top: 25%;
    left: 6px;
    width: 45% !important;
    padding-right: 10px;
    white-space: nowrap;
  }
  .table-exchange td:first-child {
    background: #f0f0f0;
    font-weight: 600;
  }
  .table-exchange td:last-child {
    border-bottom: 0;
  }
}

.flag-icon {
  margin-right: 10px;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1), 0px 0 3px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 991px) {
  nav.navbar .container {
    max-width: 100%;
  }
}

.navbar-brand-item {
  opacity: 0;
  visibility: hidden;
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-brand-item {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    display: block;
  }
}

.buttons-container {
  display: none;
}

.buttons-container .item {
  width: 50%;
}

.buttons-container .item:last-child {
  text-align: right;
}

.buttons-container .item a {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.92857rem;
}

.locked .buttons-container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 65px;
  padding: 15px 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 9999;
}

.dl-menuwrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: -60px;
}

@media screen and (min-width: 991px) {
  .dl-menuwrapper {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
}

.dl-menuwrapper .input-group .form-control {
  height: 45px;
  border: 1px solid transparent;
}

.dl-menuwrapper .form-control + .input-group-addon:not(:first-child) {
  border: 1px solid transparent;
}

.dl-menuwrapper button.dl-trigger {
  z-index: 9999;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  background: #69a600;
}

.dl-menuwrapper ul li {
  position: relative;
}

.dl-menuwrapper ul li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  outline: none;
}

.dl-menuwrapper ul li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}

.dl-menuwrapper ul li ul li a {
  text-transform: none;
}

.dl-menuwrapper ul li.active > a {
  background: #7fc700;
}

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

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

.dl-menuwrapper li.dl-back:after {
  color: #fff;
  left: 15px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

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

.dl-menuwrapper .dl-menu {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin-top: 0;
  padding-top: 134px;
  opacity: 0;
  pointer-events: none;
  -ms-transform: translateY(10px);
      transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9998;
}

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}

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

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

.dl-menuwrapper li .dl-submenu {
  display: none;
}

.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

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

.dl-menuwrapper > .dl-submenu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  margin: 0;
  background: #69a600;
}

.dl-menuwrapper > .dl-submenu li a {
  text-transform: none;
}

.dl-menu.dl-animate-out-1 {
  animation: MenuAnimOut1 0.4s;
}

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

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

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

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

@keyframes MenuAnimOut1 {
  0% {
  }
  50% {
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@keyframes MenuAnimOut2 {
  0% {
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut3 {
  0% {
  }
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut4 {
  0% {
  }
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut5 {
  0% {
  }
  100% {
    transform: translateY(40%);
    opacity: 0;
  }
}

.dl-menu.dl-animate-in-1 {
  animation: MenuAnimIn1 0.3s;
}

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

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

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

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

@keyframes MenuAnimIn1 {
  0% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes MenuAnimIn2 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn3 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn4 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn5 {
  0% {
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  animation: SubMenuAnimIn1 0.4s ease;
}

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

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

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

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

@keyframes SubMenuAnimIn1 {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn2 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn3 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn4 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn5 {
  0% {
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  animation: SubMenuAnimOut1 0.4s ease;
}

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

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

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

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

@keyframes SubMenuAnimOut1 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut3 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut4 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut5 {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    transform: translateZ(-200px);
    opacity: 0;
  }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -ms-transform: none;
      transform: none;
}

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

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

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

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

.dl-parent a {
  text-transform: uppercase !important;
}

.locked .dl-menuwrapper:before {
  content: '';
  position: fixed;
  height: 134px;
  background: #69a600;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

html {
  font-size: 16px;
}

h1 {
  color: #000;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.358;
}

h2 a:hover {
  text-decoration: none;
}

h3 {
  font-size: 1.3125rem;
  line-height: 1.381;
}

h4 {
  font-size: 1.1875rem;
  line-height: 1.333;
  font-weight: 600;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.38;
  font-weight: 700;
}

/* Fix for CMS toolbar */
@media screen and (min-width: 991px) {
  .cms + .u-header--sticky-top {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .u-header--sticky-top {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .top-bar_nav ul {
    text-align: center;
  }
}

.top-bar_nav ul li a {
  /*color: #69a600;*/
  color: #737373 !important;
}

.top-bar_nav ul li a:hover {
  /*text-decoration: underline;*/
  /*color: #555;*/
  color: #7fc700 !important;
  text-decoration: none !important;
}

.top-bar_nav ul li.active a {
  /*color: #555;*/
  color: #737373 !important;
  text-decoration: underline;
}

.top-bar_nav ul li.active a:hover {
  color: #7fc700 !important;
  text-decoration: none !important;
}

.top-bar_nav ul li .btn.u-btn-primary {
  font-size: 0.78571rem;
  padding: 6px 14px 4px 14px;
}

@media screen and (max-width: 991px) {
  .top-bar_nav ul li {
    margin: 10px 0;
  }
}

.segments_ul li {
  /*border-right: 1px solid #7fc700;*/
  border-right: 1px solid #737373;
  padding-left: 0.5rem !important;
  padding-right: 0.8rem !important;
}

.segments_ul li:first-child {
  padding-left: 0;
}

.segments_ul li:last-child {
  padding-right: 0;
  border: 0;
}

a.btn:hover {
  text-decoration: none !important;
}

.mob-search {
  visibility: hidden;
  opacity: 0;
}

.navbar-brand img {
  width: 175px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .navbar-brand img {
    width: 130px;
    height: 50px;
  }
  .mob-search {
    opacity: 1;
    visibility: visible;
    right: 60px;
    top: 13px;
  }
  .mob-search .u-searchform-v1 {
    position: fixed;
    width: 100%;
    left: 0 !important;
    top: 47px;
    height: 70px;
  }
  .language {
    right: 100px;
    top: 12px;
    font-weight: 600;
  }
  .hamburger-inner,
  .hamburger-inner::after,
  .hamburger-inner::before {
    height: 2px;
  }
}

.hamburger-box {
  width: 25px;
  height: 25px;
}

.mobile-menu a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.g-bg-green {
  background: rgba(105, 166, 0, 0.9) !important;
}

.hs-sub-menu a,
.hs-sub-menu .dropdown-item.active a {
  color: #555 !important;
}

.navbar {
  padding: 0.3rem 1rem;
}

.navbar-nav {
  margin-right: -24px !important;
}

.navbar-nav .nav-link {
  padding: 0 1rem 0.3rem 1rem;
}

.navbar-nav .hs-sub-menu .dropdown-item.active .nav-link {
  border-bottom: 0;
}

.navbar-nav .active .nav-link {
  border-bottom: 2px solid #fff;
}

.navbar-nav ul li a.nav-link:hover {
  border-bottom: 2px solid transparent;
}

@media only screen and (max-width: 1033px) {
  .navbar-nav .nav-item {
    margin-left: 0 !important;
  }
}

.u-secondary-navigation ul li a.nav-link:hover {
  text-decoration: underline;
}

.g-mt-minus-2 {
  margin-top: -2px;
}








#my-btn-1 {
  background: none;
  border: 3px solid #7fc700;
  color: #ffffff !important;
  padding: 5px 14px 5px 14px;
}

#my-btn-1:hover {
  background: #7fc700;
  color: #ffffff !important;
}




#my-btn-2 {
  background: none;
  border: 3px solid #7fc700;
  color: #ffffff !important;
  padding: 5px 14px 5px 14px;
}

#my-btn-2:hover {
  background: #7fc700;
  color: #ffffff !important;
}



#my-btn-3 {
  background: none;
  border: 3px solid #7fc700;
  color: #ffffff !important;
  padding: 5px 14px 5px 14px;
}

#my-btn-3:hover {
  background: #7fc700;
  color: #ffffff !important;
}



#my-btn-4 {
  background: none;
  border: 3px solid #7fc700;
  color: #ffffff !important;
  padding: 5px 14px 5px 14px;
}

#my-btn-4:hover {
  background: #7fc700;
  color: #ffffff !important;
}



#my-btn-5 {
  background: none;
  border: 3px solid #7fc700;
  color: #ffffff !important;
  padding: 5px 14px 5px 14px;
}

#my-btn-5:hover {
  background: #7fc700;
  color: #ffffff !important;
}



#my-btn-6 {
  background: none;
  border: 3px solid #7fc700;
  color: #ffffff !important;
  padding: 5px 14px 5px 14px;
}

#my-btn-6:hover {
  background: #7fc700;
  color: #ffffff !important;
}



#my-btn-7 {
  background: none;
  border: 3px solid #7fc700;
  color: #ffffff !important;
  padding: 5px 14px 5px 14px;
}

#my-btn-7:hover {
  background: #7fc700;
  color: #ffffff !important;
}



#my-btn-8 {
  background: none;
  border: 3px solid #7fc700;
  color: #ffffff !important;
  padding: 5px 14px 5px 14px;
}

#my-btn-8:hover {
  background: #7fc700;
  color: #ffffff !important;
}









.btn.u-btn-primary {
  /*text-transform: uppercase;*/
  /*font-size: 14px;*/
  background: none;
  border: 3px solid #7fc700;
  color: #737373 !important;
  padding: 5px 14px 5px 14px;
}

.btn.u-btn-primary:hover, .btn.u-btn-primary.active {
  /*border-color: rgba(105, 166, 0, 0.9) !important;*/
  /*background-color: rgba(105, 166, 0, 0.9) !important;*/
  background: #7fc700;
  color: #ffffff !important;
}

.btn.u-btn-white {
  /*color: #7fc700 !important;*/
  background: none;
  border: 3px solid #ffffff;
  color: #ffffff !important;
  padding: 5px 14px 5px 14px;
}

.btn.u-btn-white:hover {
  background: #ffffff;
  color: #737373 !important;
}


.list-inline-item {
  color: #737373 !important;
}

.table tr td a {
  color: #737373 !important;
}















.container {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  section .container {
    max-width: 100%;
  }




  .rev_slider_wrapper {
    margin-top: 0 !important;
    background: black !important;
  }



}

#footer {
  position: relative;
}

#footer #flowers-container {
  pointer-events: none;
  position: fixed;
  top: 72px;
  bottom: auto;
  left: auto;
  right: 0;
  z-index: 0;
  margin-bottom: 0;
  max-height: 68vh;
  width: 460px;
  height: 367px;
  background: url("../img/bg/Flowers.41c36a3a4b9b.svg") no-repeat 0 0;
}

#footer #flowers-container.static {
  position: absolute;
  top: -91vh;
}

@media screen and (max-width: 991px) {
  #footer #flowers-container {
    top: 0;
  }
}

.hs-has-sub-menu > a::after {
  content: '';
  margin: 0;
}

.footer {
  border-top: 2px solid #eee;
}

.footer li, .footer a {
  color: #737373;
}

.footer a:hover {
  color: #7fc700;
  text-decoration: none;
}

.footer ul li {
  font-size: 0.9375rem;
  line-height: 1.2;
}

.footer .u-list-inline {
  margin-top: -2px;
}

@media screen and (max-width: 991px) {
  .footer footer .u-list-inline .list-inline-item:first-child {
    display: none;
  }
  .footer .g-bg-secondary {
    display: none;
  }
}

.footer-site-map {
  border-left: 1px solid #eee;
  padding-left: 30px;
  padding-right: 15px;
}

.footer-site-map:first-child {
  border-left: 0;
}

.footer-site-map h2 {
  font-size: 1.1875rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}






.footer-site-map h2 a {
  color: #737373 !important;
}

.footer-site-map ul li a {
  color: #737373 !important;
}

.footer-site-map ul li a:hover {
  color: #69a600 !important;
}





.footer-site-map ul {
  padding-left: 0;
  list-style-type: none;
}

.footer-site-map ul li {
  position: relative;
  padding: 0 5px 0 10px;
  margin-bottom: 10px;
}

.footer-site-map ul li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  float: left;
  display: inline-block;
  vertical-align: top;
  left: 0px;
  top: 0px;
}

.tp-revslider-slidesli .tp-caption.News-Title,
.tp-revslider-slidesli .News-Title {
  max-width: 650px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 2.8125rem;
  line-height: 2.9375rem;
}

.tp-revslider-slidesli .tp-caption.News-Title .main-heading-text,
.tp-revslider-slidesli .News-Title .main-heading-text {
  display: inline-block;
  border-bottom: 4px solid #7fc700;
  padding-bottom: 10px !important;
}

.tp-revslider-slidesli .tp-caption.News-Subtitle,
.tp-revslider-slidesli .News-Subtitle {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.125rem;
  font-weight: 600;
}

@media screen and (max-width: 479px) {
  .tp-revslider-slidesli .News-Title {
    font-size: 28px !important;
    line-height: 30px !important;
  }
  .tp-revslider-slidesli .News-Subtitle h2 {
    font-size: 24px;
  }
  .tp-revslider-slidesli .News-Subtitle p {
    font-size: 18px;
  }
}

.zeus .tp-tab-title {
  background: rgba(255, 255, 255, 0.9);
}

.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
  background: #7fc700;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 4;
}

.overlay.overlay-black {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.35) 50%, rgba(255, 255, 255, 0) 80%);
}

.overlay.overlay-black-vertical-top {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.45) 35%, rgba(255, 255, 255, 0) 80%);
}

.overlay.overlay-white {
  background: rgba(255, 255, 255, 0.8);
}

.overlay.overlay-gradient {
  background: linear-gradient(135deg, white 0%, rgba(255, 255, 255, 0.7) 33%, rgba(255, 255, 255, 0.3) 67%, rgba(255, 255, 255, 0) 100%);
}

.overlay.overlay-none {
  background: none;
}

.u-slider-v1-2.ui-slider .ui-slider-handle,
.u-slider-v1-3.ui-slider .ui-slider-handle {
  width: 31px;
  height: 31px;
  margin-top: -16px;
  margin-left: -16px;
  border-width: 6px;
}

form[name="calculator"] div.slider-wrapper span.info-wrapper {
  border-bottom: 1px solid #7fc700;
}

form[name="calculator"] div.slider-wrapper span.info-wrapper:hover {
  cursor: pointer;
  border-bottom: none;
}

.hero-section {
  z-index: 1;
  margin-top: -130px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    margin-top: 0px;
  }
  .hero-section .container {
    padding-top: 20px !important;
    padding-bottom: 0;
  }
}

.hero-section .container {
  padding-top: 135px;
}

.hero-section .container h1 {
  max-width: 70%;
  font-size: 2.1875rem;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .hero-section .container h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 auto;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: center;
    max-width: 100%;
  }
}

.hero-section .container > div span {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 600;
}

.hero-section .container a {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #69a600;
}

.hero-section .container .row .col-text h1 {
  text-align: left;
  margin: 0 0 1rem 0;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .hero-section .container .row .col-text h1 {
    margin: 1.625rem 0 1.625rem 0;
  }
}

.hero-section .container .row .col-text p {
  font-size: 1.125rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .hero-section.hero-section-product .container {
    padding-top: 180px;
  }
}

.hero-section.hero-section-product .container h1 {
  text-align: left;
  margin-left: 0;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .hero-section.hero-section-product .container h1 {
    text-align: left;
  }
}

.hero-section.hero-section-product .container p {
  font-size: 1.125rem;
  line-height: 1.8;
}

.hero-section.hero-section-product .container .btn.u-btn-white {
  color: #7fc700;
}

.hero-section.hero-section-product .container .btn.u-btn-white:hover {
  box-shadow: 0 6px 15px -6px rgba(0, 0, 0, 0.5);
}

.folder-shadow {
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.06);
}

.panel-heading {
  border: 1px solid #ddd;
  border-top: none;
}

.panel-heading .panel-title a, .panel-heading .panel-title a.collapsed {
  display: block;
  color: #a7a7a7;
  text-decoration: none;
  width: 100%;
}

.panel-heading .panel-title a i, .panel-heading .panel-title a.collapsed i {
  color: #7fc700;
  float: right;
  padding-top: 4px;
}

.breadcrumb {
  width: 77%;
  margin: 0 auto;
  text-align: left;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  background: none !important;
}

.breadcrumb a {
  color: #69a600;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  font-size: 0.9rem !important;
  font-weight: normal !important;
}

.breadcrumb li + li::before {
  content: "/";
  color: #7fc700;
  margin-right: 5px;
}

.white-breadcrumb {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1.125rem;
}

.white-breadcrumb li::before {
  color: white !important;
}

.white-breadcrumb li a {
  text-decoration: underline;
}

.white-breadcrumb li a, .white-breadcrumb li span {
  color: white !important;
}

.white-breadcrumb-background {
  position: absolute;
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.25), transparent);
  z-index: -1;
  top: 60px;
  bottom: 422px;
  left: calc(-50vw + 50%);
  height: 140px;
  width: 100vw;
}

.row.v-centred-items {
  -ms-flex-align: center;
      align-items: center;
}

.u-slider-v1-2.ui-slider .ui-slider-range,
.u-slider-v1-3.ui-slider .ui-slider-range {
  background: #7fc700;
}

#sub-navigation li .nav-link {
  color: #7fc700;
}

#sub-navigation li.g-color-primary--active .nav-link {
  color: #555;
}

@media screen and (max-width: 768px) {
  section.g-px-50 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.title-icon span {
  display: block;
  position: relative;
  z-index: 2;
}

.title-icon span:before, .title-icon span:after {
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 5px;
  background: #7fc700;
  position: absolute;
  right: -50px;
  z-index: 1;
  top: 45%;
}

.title-icon span:after {
  left: -50px;
}

.news-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.news-slider .slick-track .slick-slide {
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.news-slider p {
  font-size: 0.95rem;
}

.centered-block {
  margin: 0 auto;
}

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

.custom-list > li {
  position: relative;
  padding: 0 25px;
  padding-left: 30px;
  margin-bottom: 0.9375rem;
}

.custom-list > li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #7fc700;
  position: absolute;
  font-size: 1.5rem;
  float: left;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  left: 0px;
  top: 0px;
}

ol li {
  margin-bottom: 0.9375rem;
}

.u-icon-v3 {
  width: 2.92857rem;
  height: 2.92857rem;
}

.g-ml-minus-1 {
  margin-left: -1px !important;
}

@media screen and (max-width: 991px) {
  .g-ml-minus-1 {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .career-list li {
    padding: 1rem !important;
  }
}

dl, ol, ul {
  padding-left: 20px;
}

.teaser-block {
  height: 100%;
  color: #fff;
  background-position: center center;
}

.teaser-block h3 {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 600;
}

.teaser-block hr {
  border-color: #fff;
  margin-top: 1.1875rem;
  margin-bottom: 1.1875rem;
}

.teaser-block a {
  color: #fff;
}

.teaser-block > div {
  height: 100%;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .teaser-block div.g-pa-25 {
    padding: 1rem !important;
  }
  .teaser-block div.g-pa-25 p {
    font-size: .9rem;
  }
}

.contacts_block {
  position: relative;
}

.u-info-v2-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

img + p,
img + ul {
  margin: 10px 0;
}

.u-datepicker-v1 {
  z-index: 4 !important;
}

.currency-conversion .input-group .form-control {
  width: 140px !important;
}

.currency-conversion .js-custom-select {
  max-width: 140px !important;
}

@media screen and (max-width: 768px) {
  .currency-conversion .js-custom-select {
    height: inherit !important;
  }
}

.row-with-currency {
  position: relative;
}

.row-with-currency .change-positions-of-currency {
  position: absolute;
  top: 41px;
  left: 31.9%;
  width: 26px;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 3;
  color: #bbb;
}

.row-with-currency .change-positions-of-currency:hover {
  color: #7fc700;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .row-with-currency .change-positions-of-currency {
    display: none;
  }
}

.g-max-width-600 {
  max-width: 600px !important;
}

.g-max-width-1000 {
  max-width: 1000px !important;
}

.js-go-to .hs-icon.hs-icon-arrow-top {
  color: #7fc700;
}

.js-go-to:hover .hs-icon.hs-icon-arrow-top {
  color: #fff;
}

.js-pagination.u-carousel-indicators-v30 li span {
  color: #69a600 !important;
}

@media (min-width: 576px) {
  .g-pt-150--sm {
    padding-top: 8rem !important;
  }
}

.u-block-hover:hover .g-bg-primary--hover {
  border-color: #7fc700 !important;
}

.news_list_block img {
  opacity: 0.5;
}

.news_list_block:hover img {
  opacity: 1;
  transition: all ease 0.2s;
}

.news_list_block h3 {
  font-size: 17px;
  line-height: 24px;
}

.news_list_block p {
  font-size: 14px;
  line-height: 22px;
}






.news_list_block a {
  /*color: #69a600 !important;*/
  color: #737373 !important;
}

.news_list_block a:hover {
  color: #69a600 !important;
  text-decoration: none !important;
}






.news_list_block .read_more {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
}

.news_list_block span {
  font-weight: bold;
  color: #777;
}

.news_list_block .news_img_container {
  height: auto;
  display: block;
  overflow: hidden;
}

.js-slide .news_list_block {
  width: 99%;
}

.filters_form .form-control,
.filters_form input,
.filters_form select {
  color: #555 !important;
  background: #efefef;
  border: 1px solid #efefef;
}

.bg-filters {
  background: #efefef !important;
}

.brd-filters {
  border: 1px solid #efefef !important;
}

.brd-filters:hover {
  border: 1px solid #efefef !important;
}

.product_item {
  height: 100%;
}

.product_item img {
  opacity: 0.5;
}

.product_item:hover img {
  opacity: 1;
  transition: all ease 0.2s;
}

.product_item:hover a {
  color: #69a600 !important;
}

.product_item h3 {
  font-size: 1.3125rem;
  line-height: 1.2;
  margin-bottom: 0;
}

.product_item h3 a {
  color: #555 !important;
}

.product_item h3 a:hover {
  color: #69a600 !important;
}

.product_item p {
  font-size: 14px;
  line-height: 22px;
}

.product_item a {
  color: #69a600 !important;
}

.product_item a.btn {
  /*color: #fff !important;*/
  color: #737373 !important;
}

.product_item .product_img_container {
  display: block;
  overflow: hidden;
}

@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }
}

@media screen and (max-width: 575px) {
  .currencies-on-homepage_container {
    margin: 0 auto;
    margin-top: 60px;
    width: 240px;
  }
}

@media screen and (max-width: 700px) and (min-width: 576px) {
  .currencies-on-homepage_container h3 {
    font-size: 1rem;
  }
  .currencies-on-homepage_container td {
    padding-right: .15rem !important;
    padding-left: .15rem !important;
    font-size: .75rem !important;
  }
  .currencies-on-homepage_container td a {
    font-size: .9rem;
  }
}

@media screen and (max-width: 610px) and (min-width: 576px) {
  .currencies-on-homepage_container td.hide-on-phone i {
    display: none;
  }
}

.u-select-v1 .chosen-results > li {
  border-bottom-color: #eaeaea;
}

.u-select-v1 .chosen-results > li:hover {
  background-color: #fafafa;
  border-bottom-color: #eaeaea;
}

.u-select-v1 .chosen-results > li.result-selected {
  background-color: #fafafa;
  border-top-color: #eaeaea;
  border-bottom-color: #eaeaea;
}

.u-select-v1 .chosen-results > li.result-selected:hover {
  background-color: #fafafa;
  border-bottom-color: #eaeaea;
}

.chosen-container .chosen-results li.active-result.highlighted {
  background-color: #fafafa;
  border-bottom-color: #eaeaea;
}

.chosen-container .chosen-drop {
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
}

.small_info_block {
  height: 80%;
  padding-bottom: 23% !important;
  line-height: 1.3;
}

.small_info_block .u-line-icon-pro {
  top: 56% !important;
}

.real_estate_item .overlay.overlay-white {
  background: rgba(255, 255, 255, 0.4);
}

.real_estate_item:hover .overlay.overlay-white {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

.real_estate_item:hover h3 a {
  color: #7fc700;
}

.real_estate_item h3 a {
  color: #555;
}

.real_estate_item h3 a:hover {
  text-decoration: underline;
}

body.locked {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
  margin-top: 0 !important;
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #78bd00;
  border-color: #78bd00;
  box-shadow: none;
}

.fixed-bottom {
  z-index: 99;
}

.u-timeline-v3-wrap a {
  cursor: default;
}

.overlay.g-bg-primary-opacity-0_8 .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.overlay.g-bg-primary-opacity-0_8 h2 {
  color: #fff;
}

.overlay.g-bg-primary-opacity-0_8 a {
  color: #fff;
}

.overlay.g-bg-primary-opacity-0_8 a:hover {
  color: #fff;
  text-decoration: none;
}

.u-fancybox-theme .fancybox-button--fullscreen::before {
  content: "\e057";
  font-family: 'simple-line-icons';
}

.gsc-resultsHeader {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0 !important;
}

.gsc-input-box {
  border-bottom: 1px solid #D9D9D9 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  background: #fff;
  height: 50px !important;
}

.gsc-input-box:hover {
  border-bottom: 1px solid #D9D9D9 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus,
.gsc-input-box-focus {
  border-bottom: 1px solid #D9D9D9 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
  outline: none;
}

input.gsc-input {
  width: auto;
  -ms-flex: 1;
      flex: 1;
  background: transparent;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  height: 46px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.875rem !important;
  color: #7fc700;
  border: 0;
  box-shadow: none;
}

.gsc-search-box-tools table.gstl_50 {
  margin: 0 !important;
}

.gsc-search-box-tools .table.gsc-search-box {
  margin: 0 !important;
}

.gsc-search-box-tools .table.gsc-search-box table td.gsc-input {
  padding: 0 !important;
}

td.gsc-search-button {
  width: 10% !important;
  padding: 3px 3px 0;
}

.gsc-search-button-v2 {
  color: #fff;
  background-color: #7fc700 !important;
  font-size: 1rem !important;
  line-height: 1.25rem !important;
  text-transform: uppercase !important;
  padding: 0.75rem 1.25rem !important;
  border: 0 !important;
  width: auto !important;
  height: auto !important;
  margin-top: 0 !important;
}

.gsc-adBlock {
  display: none !important;
  visibility: hidden;
  height: 0 !important;
}

.gcsc-branding {
  display: none !important;
}

.gsc-thumbnail-inside,
.gsc-url-top {
  padding: 0 !important;
}

.gsc-table-result {
  margin: 0;
}

.gsc-table-result td {
  padding: 15px 0 0 0;
}

.gs-title {
  text-align: left !important;
  height: 1.8rem !important;
  text-decoration: none !important;
}

a.gs-title {
  font-size: 1.25rem;
  line-height: 1.6rem !important;
  padding-bottom: 0 !important;
  color: #7fc700 !important;
  text-decoration: none !important;
}

a.gs-title b {
  font-size: 1.25rem  !important;
  color: #7fc700 !important;
  text-decoration: none !important;
}

a.gs-title:hover {
  border-bottom: 3px solid #7fc700;
}

.gsc-above-wrapper-area {
  border-bottom: 0 !important;
}

.gsc-above-wrapper-area table {
  margin: 10px 0 0 0;
}

.gsc-above-wrapper-area td {
  padding: 0;
}

.gsc-above-wrapper-area td .gsc-result-info {
  font-size: 20;
  font-weight: bold;
  padding-left: 5px;
}

.gsc-above-wrapper-area td .gsc-orderby {
  display: none;
}

.gsc-webResult.gsc-result,
.gs-webResult.gs-result {
  padding: .5em 0 !important;
}

.gsc-table-result td {
  padding: 0 !important;
}

.gs-webResult.gs-result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.gsc-thumbnail-inside {
  -ms-flex-order: 1;
      order: 1;
}

.gsc-url-top {
  -ms-flex-order: 3;
      order: 3;
}

.gsc-table-result {
  -ms-flex-order: 2;
      order: 2;
}

.gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result.gsc-promotion:hover,
.gsc-results .gsc-imageResult-classic:hover,
.gsc-results .gsc-imageResult-column:hover {
  background: none !important;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  box-shadow: none !important;
}

.gs-webResult,
.gs-promotion {
  margin-left: 0;
}

.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
  padding: 5px 0 10px 0 !important;
}

.gsc-table-cell-thumbnail.gsc-thumbnail,
.gs-web-image-box,
.gs-promotion-image-box {
  display: none;
  width: 0 !important;
  padding: 0 !important;
}

.gsst_a .gscb_a {
  color: #a7a7a7 !important;
  cursor: pointer;
}

/*--seach-page-pagination--*/
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  background: none !important;
  border: 0 !important;
}

.gsc-cursor-page {
  border: 0 !important;
  color: #7fc700 !important;
}

.gsc-cursor-page:hover, .gsc-cursor-page:active, .gsc-cursor-page:focus {
  outline: 0;
}

.gs-bidi-start-align.gs-snippet {
  font-size: 0.9rem !important;
}

.gs-bidi-start-align.gs-snippet b {
  font-size: 1.2rem !important;
}

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
  text-align: center;
  font-size: 18;
  padding: 15px !important;
  background-color: #f6fbfc !important;
  color: #34495e;
}

.vpCheck-fixedToTop {
  position: fixed;
  top: 0;
  width: 100%;
}

.u-header > .u-header__section:nth-child(1) {
  z-index: 6;
}

.u-header > .u-header__section:nth-child(2) {
  z-index: 5;
}

#upcoming-changes-search-form .col-md-4 {
  padding-top: 8px;
}

@media screen and (max-width: 575px) {
  .col-xs-12 {
    margin: 10px 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .col-sm-4 .btn.u-btn-primary, .col-sm-4 .btn.u-btn-white {
    font-size: 10px;
    font-weight: bold;
  }
}
