﻿/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url(_fonts.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-size: inherit;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle;
  font: inherit; }

textarea {
  font: inherit; }

.floatcontainer:after, .fc:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.floatcontainer, .fc {
  display: inline-block; }

/* Hides from IE-mac \*/
* html .floatcontainer, * html .fc {
  height: 1%; }

.floatcontainer, .fc {
  display: block; }

/* End hide from IE-mac */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*$tablet-screen: 1024;*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0; }

input[type=checkbox]:focus + label {
  outline-style: ridge;
  outline-color: #1e90ff;
  outline-width: 3px; }

:focus, span:focus {
  outline-style: ridge;
  outline-color: #1e90ff;
  outline-width: 3px; }

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.related {
  position: relative; }

html {
  overflow-y: scroll; }

body {
  font-family: "Open Sans Hebrew", Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  line-height: 1.35;
  font-weight: normal;
  color: #404040;
  text-align: right;
  direction: rtl; }
  @media (min-width: 1440px) {
    body {
      font-size: 16px; } }

a {
    color: #006135;
    text-decoration: none;
}
  a:hover {
    text-decoration: underline; 
  }

.padder {
  padding-right: 3.125%;
  padding-left: 3.125%; }
  @media (min-width: 1440px) {
    .padder.container {
      padding-right: 0;
      padding-left: 0; } }

@media (min-width: 1440px) {
  .container .padder {
    padding-right: 0;
    padding-left: 0; } }

img {
  max-width: 100%;
  display: block; }

@media (min-width: 1440px) {
  .container {
    width: 1200px;
    margin: 0 auto; } }

.redValidator {
  color: #ff0000; }

.topAbstractText {
  margin-bottom: 34px; }
  @media (min-width: 1440px) {
    .topAbstractText {
      padding: 0 24px; } }
  .topAbstractText .title {
    font-size: 24px;
    font-weight: 600;
    color: #008f4f;
    line-height: 30px;
    text-align: center;
    margin-bottom: 24px; }
    .topAbstractText .title span {
      color: #404040; }
    @media (min-width: 1440px) {
      .topAbstractText .title {
        text-align: right;
        font-size: 30px; } }

.button {
  background: #008f4f;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  height: 35px;
  padding-top: 8px; }

@media (min-width: 1440px) {
  .form {
    width: 726px;
    margin: 0 auto; } }

.form .line {
  margin-bottom: 20px; }
  @media (min-width: 1440px) {
    .form .line {
      margin-bottom: 28px; } }
  .form .line.textarea-line label {
    position: relative;
    top: -11px; }

.form label {
  display: block;
  padding: 0 10px 3px 0;
  font-weight: bold; }
  @media (min-width: 1440px) {
    .form label {
      width: 154px;
      float: right;
      text-align: left;
      padding: 0;
      padding-top: 15px; } }

.form input, .form select, .form textarea {
  width: 100%;
  display: block;
  border: 1px solid #a5a5a5;
  height: 44px; }
  @media (min-width: 1440px) {
    .form input, .form select, .form textarea {
      width: 550px;
      float: left;
      height: 50px; } }

.form select {
  padding-right: 8px; }

.form textarea {
  height: 110px;
  padding: 6px 10px; }
  @media (min-width: 1440px) {
    .form textarea {
      padding: 8px 15px;
      height: 130px; } }

.form input {
  height: 44px;
  padding: 0 10px;
  vertical-align: initial; }
  @media (min-width: 1440px) {
    .form input {
      padding: 0 15px;
      height: 50px; } }

.form .errors {
    text-align: left;
    color: C20000;
    font-size: 13px;
}
  @media (min-width: 1440px) {
    .form .errors {
      clear: both; } }

@media (min-width: 1440px) {
  .form .button {
    margin: 0 176px;
    height: 40px;
    padding-top: 11px;
    font-size: 16px; } }

.textcontainer table {
  width: 100%;
  border-collapse: separate;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 1.4em;
  /* Zebra striping */ }
  .textcontainer table tr:nth-of-type(4n-1),
  .textcontainer table tr:nth-of-type(4n) {
    background: #f7f7f7; }
  .textcontainer table td, .textcontainer table th {
    padding: 23px 12px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: right; }
  .textcontainer table th {
    background: #fff;
    font-weight: bold;
    padding: 12px 12px;
    border-top: 0px solid red;
    border-bottom: 1px solid #bfbfbf; }
  .textcontainer table td span.title {
    display: none; }

.textcontainer p, .textcontainer ul, .textcontainer ol {
  margin-bottom: 1.333em; }
  .textcontainer p > li, .textcontainer ul > li, .textcontainer ol > li {
    margin-bottom: 4px; }

.textcontainer ul > li {
  background: url(../img/greenDot.png) no-repeat right 8px;
  padding-right: 12px;
  background-size: 6px 5px; }

.textcontainer ol > li {
  list-style: decimal;
  list-style-position: inside; }

.textcontainer h2, .textcontainer h3, .textcontainer h4, .textcontainer h5, .textcontainer h6 {
    color: #008549;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
}

.textcontainer h3 {
  font-size: 22px; }

.textcontainer h4 {
  font-size: 20px; }

.textcontainer h5 {
  font-size: 18px; }

.textcontainer h6 {
  font-size: 15px; }

#richTextPage #sideImages {
  display: none; }

@media (min-width: 1440px) {
  #richTextPage #mainText {
    width: 832px;
    float: right;
    padding: 0 20px; }
  #richTextPage #sideImages {
    display: block;
    width: 294px;
    float: left; }
    #richTextPage #sideImages img {
      display: block;
      border-radius: 147px;
      margin-bottom: 37px; } }

@media (max-width: 1439px) {
  #HomePage #serviceBoxes {
    background: url(../img/serviceBoxes.png) no-repeat 0 0;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 40px;
    margin-top: -35px;
    position: relative;
    z-index: 20; }
    #HomePage #serviceBoxes a {
      display: block;
      background: #fff; }
      #HomePage #serviceBoxes a.branches {
        background: green;
        background: url(../img/map.png) no-repeat center 0 #249a65;
        background-size: auto 169px;
        margin-bottom: 30px;
        height: 169px; }
        #HomePage #serviceBoxes a.branches .iconed,
        #HomePage #serviceBoxes a.branches .icon {
          height: 74px;
          height: 110px;
          margin: 0 auto;
          padding: 16px 0 20px;
          display: block;
          background: url(../img/branches.png) no-repeat center 16px;
          background-size: auto 74px; }
        #HomePage #serviceBoxes a.branches span {
          font-size: 18px;
          line-height: 21px;
          font-weight: bold;
          color: #fff;
          display: block;
          margin: 0 auto;
          width: 130px;
          text-align: center; }
      #HomePage #serviceBoxes a.pay, #HomePage #serviceBoxes a.join {
        width: 46.666%;
        height: 150px;
        padding-top: 28px;
        float: right; }
        #HomePage #serviceBoxes a.pay .iconed,
        #HomePage #serviceBoxes a.pay .icon, #HomePage #serviceBoxes a.join .iconed,
        #HomePage #serviceBoxes a.join .icon {
          display: block;
          height: 40px;
          margin: 0 auto;
          margin-bottom: 16px;
          width: auto;
          display: block;
          background: url(../img/calc.png) no-repeat center 0;
          background-size: auto 100%; }
        #HomePage #serviceBoxes a.pay > span, #HomePage #serviceBoxes a.join > span {
          display: block;
          width: 120px;
          margin: 0 auto;
          color: #008f4f;
          text-align: center;
          line-height: 18px; }
          #HomePage #serviceBoxes a.pay > span span, #HomePage #serviceBoxes a.join > span span {
            font-weight: 800; }
      #HomePage #serviceBoxes a.join {
        font-weight: 600; }
        #HomePage #serviceBoxes a.join .iconed {
          background-image: url(../img/pay.png); }
        #HomePage #serviceBoxes a.join .t span {
          display: none; }
      #HomePage #serviceBoxes a.pay {
        float: left; }
  #HomePage #homePageGalleryNav,
  #HomePage #homePageGalleryControlls {
    display: none !important; } }

@media (min-width: 1440px) {
  #HomePage #serviceBoxes {
    position: absolute;
    width: 100%;
    margin-top: -216px;
    z-index: 300;
    text-align: center; }
    #HomePage #serviceBoxes a {
      display: inline-block;
      width: 324px;
      background: rgba(255, 255, 255, 0.85);
      height: 128px;
      overflow: hidden;
      margin: 0 4px;
      padding-top: 10px; }
      #HomePage #serviceBoxes a .iconed {
        display: block;
        margin: 0 auto;
        width: 56px;
        height: 56px;
        background: url(../img/serviceBoxes2.png) no-repeat right 0; }
      #HomePage #serviceBoxes a.join {
        background: rgba(0, 143, 79, 0.85); }
        #HomePage #serviceBoxes a.join .iconed {
          background-position: -321px 0; }
        #HomePage #serviceBoxes a.join > span.t {
          color: #fff;
          font-size: 20px;
          margin-top: 4px; }
          #HomePage #serviceBoxes a.join > span.t span {
            display: block;
            font-size: 14px;
            font-weight: 200; }
      #HomePage #serviceBoxes a.pay .iconed {
        background-position: 9px 0; }
      #HomePage #serviceBoxes a.pay > span.t span {
        display: block;
        font-size: 20px;
        margin-top: -1px; }
      #HomePage #serviceBoxes a > span.t {
        color: #008f4f;
        font-size: 15px;
        font-weight: 600;
        display: block;
        margin-top: 7px; } }

#HomePage #homePageGalleryControlls {
  position: absolute;
  right: 38px;
  bottom: 0;
  z-index: 3000;
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 12px; }
  #HomePage #homePageGalleryControlls a {
    width: 19px;
    height: 21px;
    background: #008f4f;
    display: inline-block;
    text-indent: -9999px;
    margin: 0 5px;
    background: url(../img/homePageGalleryControlls.png) no-repeat 2px 0;
    cursor: pointer; }
    #HomePage #homePageGalleryControlls a.play {
      background-position: right 0;
      opacity: 0.6; }
  #HomePage #homePageGalleryControlls.playing a {
    opacity: 0.6; }
    #HomePage #homePageGalleryControlls.playing a.play {
      opacity: 1; }

#HomePage #homePageGalleryNav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  text-align: center; }
  #HomePage #homePageGalleryNav > div {
    display: inline-block;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 17px; }
    #HomePage #homePageGalleryNav > div a {
      width: 21px;
      height: 21px;
      display: inline-block;
      background: #008f4f;
      border: 2px solid #008f4f;
      border-radius: 50%;
      margin: 0 5px;
      background: none;
      text-indent: -9999px; }
      #HomePage #homePageGalleryNav > div a.activeSlide {
        background: #008f4f; }

#HomePage #homePageGallery {
  height: 490px; }
  @media (min-width: 1440px) {
    #HomePage #homePageGallery {
      height: 717px; } }
  #HomePage #homePageGallery .item {
    background-image: url(../img/hpGal.jpg) !important;
    background-repeat: no-repeat;
    background-position: center 0;
    background-position: 70% 0;
    background-size: cover;
    height: 982px;
    height: 490px;
    position: relative;
    z-index: 2;
    width: 100% !important;
    display: none; }
    @media (max-width: 1439px) {
      #HomePage #homePageGallery .item .container.related {
        position: static; } }
    @media (min-width: 1440px) {
      #HomePage #homePageGallery .item {
        height: 717px; } }
    #HomePage #homePageGallery .item:first-child {
      display: block; }
    #HomePage #homePageGallery .item .texts {
      position: absolute;
      bottom: 98px;
      bottom: 36px;
      right: 3.125%;
      left: 6%;
      background: rgba(0, 0, 0, 0.6);
      padding: 2px 10px 7px;
      color: #fff;
      line-height: 18px;
      font-weight: bold; }
      #HomePage #homePageGallery .item .texts h2 {
        font-size: 30px;
        line-height: 30px; }
        #HomePage #homePageGallery .item .texts h2 a {
          color: inherit;
          text-decoration: none; }
      #HomePage #homePageGallery .item .texts .readMore {
        display: none; }
      @media (min-width: 1440px) {
        #HomePage #homePageGallery .item .texts {
          bottom: auto;
          left: 0;
          right: auto;
          top: 294px;
          background: rgba(255, 255, 255, 0.6);
          color: #404040;
          width: 482px;
          padding: 13px 24px 16px;
          text-align: left;
          font-size: 24px;
          line-height: 28px;
          font-weight: 600; }
          #HomePage #homePageGallery .item .texts h2 {
            font-size: 48px;
            line-height: 60px;
            font-weight: 800;
            margin-bottom: 10px; }
          #HomePage #homePageGallery .item .texts .readMore {
            display: inline-block;
            font-size: 16px;
            font-weight: 200;
            padding-right: 30px;
            background: url(../img/readnoreIcon.png) no-repeat right 4px;
            background-size: 21px auto;
            margin-top: 23px; } }

#HomePage #bottomHP {
  background: url(../img/hpGal.jpg) no-repeat center 0;
  background-size: auto 310px;
  height: 310px;
  position: relative; }
  #HomePage #bottomHP .texts {
    color: #fff;
    padding: 0 10px;
    position: absolute;
    bottom: 25px;
    right: 3.125%; }
    #HomePage #bottomHP .texts h2 {
      font-size: 30px;
      font-weight: 800;
      margin-bottom: -3px; }
  @media (min-width: 1440px) {
    #HomePage #bottomHP {
      background-size: initial;
      height: 563px;
      padding-top: 59px; }
      #HomePage #bottomHP .texts {
        color: #404040;
        padding: 0;
        position: static;
        font-size: 20px;
        padding-left: 600px; }
        #HomePage #bottomHP .texts h2 {
          font-size: 48px;
          margin-bottom: 2px; } }

@media (min-width: 1440px) {
  #HomePage #homePageItems {
    background: url(../img/homePageItems2.jpg) no-repeat center 0;
    background-size: cover;
    padding-bottom: 40px; } }

#HomePage #homePageItems .item {
  background: #fff;
  border-bottom: 1px solid #008f4f; }
  #HomePage #homePageItems .item .readMore {
    display: none; }
  @media (min-width: 1440px) {
    #HomePage #homePageItems .item {
      border: 0px solid #008f4f;
      margin-bottom: 18px;
      position: relative; }
      #HomePage #homePageItems .item .readMore {
        display: block;
        width: 9px;
        height: 15px;
        background: green;
        position: absolute;
        left: 22px;
        bottom: 25px;
        text-indent: -9999px;
        background: url(../img/readMore2.png) no-repeat center 0; }
      #HomePage #homePageItems .item:hover {
        outline: 1px solid #008f4f;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
        cursor: pointer; }
        #HomePage #homePageItems .item:hover .readMore {
          background-position: center bottom; } }
  #HomePage #homePageItems .item .texts {
    padding: 7px 12px;
    width: 65%;
    float: right; }
    @media (min-width: 1440px) {
      #HomePage #homePageItems .item .texts {
        font-size: 20px;
        padding: 17px 36px; } }
    #HomePage #homePageItems .item .texts h2 {
      font-size: 18px;
      color: #008f4f;
      font-weight: 800;
      margin-bottom: 3px; }
      #HomePage #homePageItems .item .texts h2 a {
        text-decoration: none;
        color: #008f4f; }
      @media (min-width: 1440px) {
        #HomePage #homePageItems .item .texts h2 {
          font-size: 30px;
          margin-bottom: 15px; } }
  #HomePage #homePageItems .item .imgContainer {
    height: 272px;
    height: 136px;
    width: 112px;
    float: right;
    position: relative;
    overflow: hidden; }
    #HomePage #homePageItems .item .imgContainer img {
      height: 136px;
      width: auto;
      min-width: 0;
      max-width: initial;
      position: absolute;
      left: -25%; }
    @media (min-width: 1440px) {
      #HomePage #homePageItems .item .imgContainer {
        height: 272px;
        width: 400px; }
        #HomePage #homePageItems .item .imgContainer img {
          height: 272px;
          left: 0; } }

#HomePage #homePageItems .intro {
  height: 148px;
  padding-top: 77px;
  background: url(../img/homePageItems.jpg) no-repeat center 0;
  background-size: cover;
  border-bottom: 1px solid #008f4f; }
  @media (min-width: 1440px) {
    #HomePage #homePageItems .intro {
      padding-top: 0px;
      background: none;
      border-bottom: 0px solid #008f4f; } }
  #HomePage #homePageItems .intro h2 {
    font-size: 30px;
    color: #fff;
    padding: 0 10px; }
    @media (min-width: 1440px) {
      #HomePage #homePageItems .intro h2 {
        font-size: 48px;
        color: #404040;
        padding: 0 0;
        font-weight: 800;
        height: 143px;
        padding-top: 44px; } }

#HomePage #bottomIconBox {
  background: #008f4f;
  padding: 17px 0 25px; }
  @media (min-width: 1440px) {
    #HomePage #bottomIconBox {
      background: #fff;
      position: relative;
      z-index: 400;
      margin-top: -180px;
      padding-top: 10px;
      padding-bottom: 0px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+35,1+100 */
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 170px, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 170px, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 170px, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */
      text-align: center; }
      #HomePage #bottomIconBox .item {
        display: inline-block;
        width: 284px;
        margin: 0 60px; }
        #HomePage #bottomIconBox .item a {
          display: block;
          font-size: 30px;
          font-weight: 800;
          color: #008f4f;
          text-decoration: none;
          padding-top: 17px;
          height: 134px; }
          #HomePage #bottomIconBox .item a span {
            display: block;
            font-size: 20px;
            font-weight: 200;
            color: #404040;
            margin-top: 14px; }
        #HomePage #bottomIconBox .item::before {
          content: "";
          display: block;
          width: 284px;
          height: 284px;
          background: url(../img/bottomIconBox2.png) no-repeat 0 0;
          background-color: #f2f2f2;
          /*outline: 5px solid $green-text;*/
          /*border: 5px solid $green-text;*/
          width: 274px;
          height: 274px;
          box-shadow: 0 0 0 5px #008f4f;
          position: relative;
          left: -5px;
          top: 5px;
          border-radius: 50%; }
        #HomePage #bottomIconBox .item.faq-item::before {
          background-position: 96px 69px; }
        #HomePage #bottomIconBox .item.calc-item::before {
          background-position: -310px 69px; }
        #HomePage #bottomIconBox .item.brach-item::before {
          background-position: -714px 69px; }
        #HomePage #bottomIconBox .item:hover::before {
          background-color: #008f4f;
          box-shadow: 0 0 0 red; }
        #HomePage #bottomIconBox .item:hover.faq-item::before {
          background-position: 96px -187px; }
        #HomePage #bottomIconBox .item:hover.calc-item::before {
          background-position: -310px -187px; }
        #HomePage #bottomIconBox .item:hover.brach-item::before {
          background-position: -714px -187px; } }
  @media (max-width: 1439px) {
    #HomePage #bottomIconBox .item {
      width: 303px;
      margin: 0 auto; }
      #HomePage #bottomIconBox .item a {
        display: block;
        height: 51px;
        padding-right: 84px;
        padding-right: 44px;
        text-align: center;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        padding-top: 14px;
        border: 2px solid #fff;
        border-radius: 40px;
        padding-bottom: 4px;
        background: url(../img/bottomIconBox.png) no-repeat 0 -183px;
        background-size: 303px; }
        #HomePage #bottomIconBox .item a span {
          display: none; }
      #HomePage #bottomIconBox .item.calc-item {
        margin-bottom: 22px; }
        #HomePage #bottomIconBox .item.calc-item a {
          background-position: 0 -112px; }
      #HomePage #bottomIconBox .item.brach-item {
        margin-bottom: 19px; }
        #HomePage #bottomIconBox .item.brach-item a {
          background-position: 0 0;
          height: 91px;
          font-size: 24px;
          color: #008f4f;
          padding-top: 27px;
          border: 0;
          padding-bottom: 0; } }

#contactPage #contactMap {
  border: 1px solid #bfbfbf;
  margin-top: 57px; }

#contactPage #contactMap2 {
  border: 1px solid #bfbfbf;
  margin: 0 auto;
  margin-bottom: 67px;
  display: none; }

@media (min-width: 1440px) {
  #contactPage #contactMap {
    display: none; }
  #contactPage #contactMap2 {
    display: block; } }

#header {
  position: relative; }
  @media (min-width: 1440px) {
    #header #topMenu {
      position: absolute;
      left: 0;
      top: 59px; }
      #header #topMenu > ul > li {
        display: inline-block;
        margin-right: 30px;
        position: relative; }
        #header #topMenu > ul > li > a {
          font-size: 18px;
          color: #404040;
          text-decoration: none; }
            #header #topMenu > ul > li > a.selected {
                color: #008046;
            }
        #header #topMenu > ul > li ul.sub {
          display: none;
          position: absolute;
          width: 200px;
          padding: 1px;
          right: -13px;
          top: 23px;
          padding-top: 11px; }
          #header #topMenu > ul > li ul.sub li {
            margin-top: 4px; }
            #header #topMenu > ul > li ul.sub li a {
              display: block;
              background: rgba(255, 255, 255, 0.9);
              font-size: 16px;
              color: #404040;
              line-height: 20px;
              padding: 10px 12px;
              text-decoration: none; }
              #header #topMenu > ul > li ul.sub li a:hover {
                background: #fff;
                color: #008f4f; }
        #header #topMenu > ul > li:hover > a {
            color: #008f4f !important;
            font-size: 120%;
            transition: font-size 0.3s ease;
        }
      #header #topMenu > ul ul.sub {
        display: none; }
    #header #emergencys {
        display:flex;
      position: absolute;
      left: 0;
      top: 16px;
      font-size: 16px;
      font-style: italic;
      height: 21px;
      line-height: 21px; }
      #header #emergencys .SEP {
        padding: 0 7px; }
      #header #emergencys > span {
        display: inline-block; }
        #header #emergencys > span.title {
          font-weight: bold;
          background: url(../img/emergencys-title.png) no-repeat right 0;
          padding-right: 61px;
          padding-left: 7px; }
        #header #emergencys .bright {
            color: #008046;
            font-weight: bold;
        } }
  #header #closeMenu {
    display: none; }
  @media (max-width: 1439px) {
    #header #emergencys .bright{
        color:white
    }
    #header #topMenu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.85);
        height: 100vh;
        z-index: 200;
        width: 257px;
        padding: 0 12px;
    }
      #header #topMenu.open {
        display: block; }
      #header #topMenu #closeMenu {
        display: block;
        width: 40px;
        height: 40px;
        background: url(../img/openMenu.png) no-repeat center center;
        text-indent: -9999px;
        background-size: 20px auto;
        float: left;
        position: relative;
        top: 11px;
        left: 260px;
        background-color: #008f4f;
        box-shadow: 2px 2px 4px #000;
        border-radius: 6px; }
      #header #topMenu > ul > li {
        border-top: 1px solid #595959; }
        #header #topMenu > ul > li:first-child {
          border-top: 0px solid #333; }
        #header #topMenu > ul > li > a {
          display: block;
          color: #fff;
          text-decoration: none;
          padding: 15px 10px 15px 17px;
          background: url(../img/topMenuArrow.png) no-repeat 17px 19px;
          background-size: 11px auto; }
        #header #topMenu > ul > li ul.sub {
          display: none;
          padding-right: 40px;
          padding-left: 27px;
          padding-bottom: 6px; }
          #header #topMenu > ul > li ul.sub li a {
            display: block;
            color: #fff;
            padding: 11px 0;
            text-decoration: none;
            color: #bfbfbf; }
        #header #topMenu > ul > li.open ul.sub {
          display: block; }
        #header #topMenu > ul > li.open > a {
          background-position: 17px -143px; }
    #header #emergencys {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: green;
      z-index: 200;
      background: url(../img/emergencys.jpg) no-repeat center center;
      background-size: cover;
      padding: 0 3.125%;
      text-align: center;
      padding-top: 125px;
      display: none; }
      #header #emergencys.open {
        display: block; }
      #header #emergencys > span {
        display: block;
        font-style: italic; }
        #header #emergencys > span.title {
          color: #fff;
          font-size: 30px;
          line-height: 1em;
          font-weight: bold;
          background: url(../img/emergencys-title2.png) no-repeat center 0;
          background-size: 81px auto;
          padding: 42px 0 28px; }
        #header #emergencys > span.bl {
          background: #fff;
          font-size: 18px;
          line-height: 19px;
          padding: 15px 0; }
          #header #emergencys > span.bl .bright {
            color: #008f4f;
            font-weight: bold; }
          #header #emergencys > span.bl a.bright {
            color: #f21400;
            text-decoration: none; }
        #header #emergencys > span.SEP {
          text-indent: -9999px;
          height: 11px;
          overflow: hidden; } }
  #header #topArea {
    background: rgba(0, 143, 79, 0.85);
    height: 56px;
    position: absolute;
    z-index: 600;
    width: 100%; }
    #header #topArea .openEmergencyP {
      text-align: center; }
    #header #topArea #openEmergency {
      border: 1px solid #ffd401;
      /*float: left;*/
      border-radius: 3px;
      height: 33px;
      padding: 4px 6px 0 43px;
      text-decoration: none;
      font-size: 18px;
      color: #ffd401;
      font-style: italic;
      background: url(../img/openEmergency.png) no-repeat 5px 2px;
      background-color: rgba(255, 212, 1, 0.15);
      background-size: 30px auto;
      position: relative;
      top: 14px;
      left: 24px;
      left: 0;
      display: inline-block; }
    @media (min-width: 1440px) {
      #header #topArea {
        background: rgba(255, 255, 255, 0.75);
        height: 94px; }
        #header #topArea #openEmergency, #header #topArea #openMenu {
          display: none; } }
    #header #topArea #openMenu {
      background: red;
      width: 40px;
      height: 40px;
      background: url(../img/openMenu.png) no-repeat center center;
      text-indent: -9999px;
      background-size: 20px auto;
      float: left;
      position: relative;
      top: 11px;
      left: 4px; }
    #header #topArea .logoImage {
      height: 85px;
      position: absolute;
      top: 0;
      right: 3.125%; }
      #header #topArea .logoImage.desktop-logo {
        display: none; }
      @media (min-width: 1440px) {
        #header #topArea .logoImage {
          display: none; }
          #header #topArea .logoImage.desktop-logo {
            display: block;
            height: 157px;
            right: -41px;
            top: 1px; } }

#footer {
  padding-top: 120px; }
    #footer #credits {
        background: #404040;
        color: #BFBFBF;
        padding-top: 23px;
        padding-bottom: 14px;
        text-align: center;
    }
    #footer #credits #rights {
      font-size: 9px; }
      @media (min-width: 1440px) {
        #footer #credits #rights {
          font-size: 12px; } }
      #footer #credits #rights p {
        margin-bottom: 9px; }
        @media (min-width: 1440px) {
          #footer #credits #rights p {
            float: left;
            padding: 48px 0 0 12px; } }
      #footer #credits #rights a.nagish {
        background: url("../img/nagishLogo.png") no-repeat center 0;
        background-size: auto 26px;
        display: block;
        color: #8f8f8f;
        width: 56px;
        margin: 0 auto;
        line-height: 18px;
        padding-top: 26px;
        margin-top: 6px; }
        @media (min-width: 1440px) {
          #footer #credits #rights a.nagish {
            background-size: auto 36px;
            width: 120px;
            margin: 0 auto;
            line-height: 18px;
            padding-top: 36px;
            margin-top: 0px;
            position: relative;
            top: 11px; } }
#footer #credits #rights a.ms {
    display: inline-block;
    color: #BFBFBF;
    text-decoration: none;
    background: url(../img/ms.png) no-repeat right 3px;
    background-size: auto 6px;
    padding-right: 14px;
    position: relative;
    top: -2px;
}
        @media (min-width: 1440px) {
          #footer #credits #rights a.ms {
            float: right;
            /*margin-right: 110px;*/
            background-size: auto 10px;
            padding-right: 25px;
            margin-top: 50px; } }
    #footer #credits #bottomImg {
      width: 47px;
      margin: 0 auto;
      padding: 34px 0 11px; }
      @media (min-width: 1440px) {
        #footer #credits #bottomImg {
          float: left;
          padding: 0;
          width: 38px;
          margin: 0;
          margin-left: 13px;
          padding-top: 24px; } }
    #footer #credits #mainOffice {
      color: #fff;
      font-size: 12px;
      line-height: 14px; }
      #footer #credits #mainOffice .SEP {
        display: inline-block;
        padding: 0 3px 0 7px; }
        #footer #credits #mainOffice .SEP.SEP1 {
          display: none; }
      @media (min-width: 1440px) {
        #footer #credits #mainOffice {
          font-size: 14px;
          margin-bottom: 30px; }
          #footer #credits #mainOffice .SEP {
            padding: 0 5px 0 9px; }
            #footer #credits #mainOffice .SEP.SEP1 {
              display: inline-block; } }
      #footer #credits #mainOffice .title, #footer #credits #mainOffice .bright {
        color: #ffd401;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold; }
        @media (min-width: 1440px) {
          #footer #credits #mainOffice .title, #footer #credits #mainOffice .bright {
            font-size: 14px;
            display: inline-block; } }
      #footer #credits #mainOffice p {
        margin-top: 16px; }
        @media (min-width: 1440px) {
          #footer #credits #mainOffice p {
            display: inline-block;
            margin-top: 0px; } }
  @media (min-width: 1440px) {
    #footer nav#bottomMenu {
      background: #404040;
      padding-top: 42px;
      padding-bottom: 104px; }
      #footer nav#bottomMenu > ul {
        padding: 0 30px; }
        #footer nav#bottomMenu > ul > li {
          width: 20%;
          float: right;
          padding-left: 3%; }
          #footer nav#bottomMenu > ul > li > a {
            display: inline-block;
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none; }
            #footer nav#bottomMenu > ul > li > a:hover {
                font-size: 117%;
                transition: font-size 0.3s ease;
            }
          #footer nav#bottomMenu > ul > li > ul {
            padding-top: 34px; }
            #footer nav#bottomMenu > ul > li > ul > li {
              padding: 5px 0;
              line-height: 20px; }
              #footer nav#bottomMenu > ul > li > ul > li > a {
                color: #bfbfbf;
                text-decoration: none;
                font-size: 14px; }
                #footer nav#bottomMenu > ul > li > ul > li > a:hover{
                    color: white;
                  
                }
  }
  @media (max-width: 1439px) {
    #footer nav#bottomMenu > ul > li.open > a {
      background-image: url(../img/bottomMenu3.png); }
      #footer nav#bottomMenu > ul > li.open > a span {
        background-position: 0 8px; }
    #footer nav#bottomMenu > ul > li.open > ul {
      display: block;
      background: #404040; }
      #footer nav#bottomMenu > ul > li.open > ul > li {
        border-top: 1px solid #595959; }
        #footer nav#bottomMenu > ul > li.open > ul > li:first-child {
          border-top: 0px solid #fff; }
        #footer nav#bottomMenu > ul > li.open > ul > li > a {
          display: block;
          height: 52px;
          padding: 0 3.125%;
          font-size: 15px;
          color: #bfbfbf;
          text-decoration: none;
          padding-top: 15px; }
          #footer nav#bottomMenu > ul > li.open > ul > li > a span {
            display: block;
            margin: 0 6px; }
    #footer nav#bottomMenu > ul > li > a {
      background: url(../img/bottomMenu1.png) repeat-x 0 0;
      display: block;
      height: 47px;
      background-size: auto 47px;
      padding: 0 3.125%;
      font-size: 15px;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      padding-top: 12px; }
      #footer nav#bottomMenu > ul > li > a span {
        display: block;
        margin: 0 6px;
        padding-left: 30px;
        background: url(../img/bottomMenu2.png) no-repeat 0 -243px;
        background-size: 11px auto; }
    #footer nav#bottomMenu > ul > li > ul {
      display: none; } }
  @media (max-width: 1439px) {
    #footer {
      padding-top: 60px; } }
  #footer #bottomScroller-web {
    display: none;
    background: #404040; }
    @media (min-width: 1440px) {
      #footer #bottomScroller-web {
        display: block; } }
    #footer #bottomScroller-web .scroller {
      border-bottom: 1px solid #595959;
      text-align: center;
      padding-bottom: 64px; }
      #footer #bottomScroller-web .scroller .item {
        display: inline-block;
        margin: 0 27px; }
        #footer #bottomScroller-web .scroller .item img {
          height: 56px;
          /*-webkit-filter: grayscale(100%); 
                    filter: grayscale(100%);*/ }
        #footer #bottomScroller-web .scroller .item:hover img {
          /*-webkit-filter: grayscale(0%); 
                    filter: grayscale(0%);*/ }
  #footer #bottomScroller {
    /*height:56px;*/
    height: 104px;
    margin-bottom: 36px;
    width: 100%;
    overflow: hidden;
    /*max-height:56px;
            height:auto;
            height:56px;
            overflow:auto;
            width:100%;*/ }
    @media (min-width: 1440px) {
      #footer #bottomScroller {
        display: none; } }
    @media (max-width: 1439px) {
      #footer #bottomScroller {
        direction: ltr; } }
    #footer #bottomScroller .scroller {
      overflow: auto;
      /*width:400px;*/
      /*width:auto;
            width:400px;*/
      width: 600px;
      min-width: 100%;
      /*width:100%;*/
      height: 56px;
      /*margin-bottom:28px;*/
      white-space: nowrap; }
      #footer #bottomScroller .scroller .item {
        float: right;
        height: 56px;
        overflow: hidden; }
        @media (max-width: 1439px) {
          #footer #bottomScroller .scroller .item {
            float: left; } }
        #footer #bottomScroller .scroller .item img {
          height: 56px;
          margin: 0 25px; }
    #footer #bottomScroller .scrollerNav {
      position: relative;
      display: none; }
      #footer #bottomScroller .scrollerNav a {
        float: right;
        width: 48px;
        height: 33px;
        line-height: 23px;
        background: silver;
        color: #333;
        font-size: 30px;
        text-align: center;
        font-weight: 200;
        padding-top: 3px; }
        #footer #bottomScroller .scrollerNav a.next {
          float: left; }
  #footer #bottomContact {
    background: #e6e6e6;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center; }
    #footer #bottomContact .noted {
      font-size: 18px;
      line-height: 24px;
      font-weight: bold;
      color: #272727; }
      #footer #bottomContact .noted a {
        white-space: nowrap; }
      @media (min-width: 1440px) {
        #footer #bottomContact .noted {
          width: 380px;
          font-size: 20px; } }
    #footer #bottomContact #emergencys2 {
      display: none; }
    @media (min-width: 1440px) {
      #footer #bottomContact {
        background: #bfbfbf;
        padding-top: 0px;
        padding-bottom: 0px; }
        #footer #bottomContact .padder.container {
          background: #e6e6e6; }
        #footer #bottomContact #Utube {
          float: left; }
        #footer #bottomContact #emergencys2 {
          display: block;
          background: red;
          float: right;
          background: url(../img/emergencys2.png) no-repeat right 0;
          height: 110px;
          padding-right: 200px;
          font-size: 24px;
          line-height: 30px;
          font-style: italic;
          padding-top: 22px; }
          #footer #bottomContact #emergencys2 .title {
            float: right;
            font-weight: bold;
            padding-top: 2px; }
          #footer #bottomContact #emergencys2 .bl {
            float: right;
            padding-right: 9px;
            padding-top: 2px; }
          #footer #bottomContact #emergencys2 .SEP {
            clear: both;
            float: right;
            visibility: hidden;
            font-weight: bold; }
          #footer #bottomContact #emergencys2 .bll {
            float: right; }
          #footer #bottomContact #emergencys2 .bright {
            color: #008f4f;
            font-weight: bold;
            display: inline-block;
            padding: 0 8px;
            padding: 0 12px;
            font-size: 30px;
            /*position: relative;
                    top: 2px;
                    z-index: 10;*/ } }
    #footer #bottomContact #Utube h3 {
      font-size: 18px;
      line-height: 18px;
      font-weight: bold;
      margin-bottom: 13px;
      font-style: italic; }
    #footer #bottomContact #Utube a-x {
      display: inline-block;
      background: green;
      width: 53px;
      height: 49px;
      text-indent: -9999px;
      margin: 0 4px;
      overflow: hidden;
      background: url(../img/bottomContact.png) no-repeat 0 0;
      background-size: auto 49px; }
      #footer #bottomContact #Utube a-x.utube {
        background-position: 0 0; }
      #footer #bottomContact #Utube a-x.email {
        background-position: right 0; }
    @media (min-width: 1440px) {
      #footer #bottomContact #Utube {
        background: url(../img/Utube.png) no-repeat right 0 silver;
        height: 110px;
        text-align: right;
        vertical-align: top;
        padding-right: 60px;
        padding-top: 26px;
        padding-top: 18px; }
        #footer #bottomContact #Utube a-x {
          display: inline-block;
          vertical-align: top;
          width: 66px;
          height: 61px;
          background-size: auto 61px; }
        #footer #bottomContact #Utube h3 {
          display: inline-block;
          vertical-align: top;
          font-size: 24px;
          line-height: 24px;
          width: 164px;
          position: relative;
          top: -3px; } }

#breadCrums {
  margin-top: -56px;
  font-size: 16px;
  margin-bottom: 25px;
  padding: 0 20px; }
  #breadCrums .SEP {
    display: inline-block;
    width: 30px;
    text-align: center; }
    #breadCrums a {
        color: #006638;
        text-decoration: none;
    }
  @media (max-width: 1439px) {
    #breadCrums {
      display: none; } }

#pageContent .headerImageContainer {
  height: 296px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom; }
  #pageContent .headerImageContainer .headerImage {
    display: none; }
  @media (max-width: 1439px) {
    #pageContent .headerImageContainer {
      margin-bottom: -20px;
      height: 170px;
      /*height: auto;
            background: none !important;

            .headerImage {
                display: block;
                margin-bottom: -20px;
            }*/ }
      #pageContent .headerImageContainer.no-headerImageContainer {
        height: 112px; } }

#pageContent h1 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 20px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 20px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 20px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
  padding-top: 14px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 26px; }
  @media (min-width: 1440px) {
    #pageContent h1 {
      background: rgba(255, 255, 255, 0.8);
      top: -96px;
      display: inline-block;
      width: auto;
      padding: 0;
      margin: 0;
      line-height: 69px;
      font-size: 48px;
      padding: 0 12px; } }

#articlesPage .item {
  border-top: 1px solid #bfbfbf;
  padding: 36px 0 42px; }
  @media (min-width: 1440px) {
    #articlesPage .item {
      padding: 27px 0 26px; } }
  @media (min-width: 1440px) {
    #articlesPage .item {
      padding-right: 31px; } }
  #articlesPage .item:first-child {
    padding-top: 0;
    border: 0; }
  #articlesPage .item > img {
    width: 126px;
    float: right;
    display: block;
    border: 1px solid #d9d9d9;
    margin: 8px 0 12px 12px; }
    @media (min-width: 1440px) {
      #articlesPage .item > img {
        width: 166px;
        margin: 12px 0 0px 0px; }
        #articlesPage .item > img + .texts {
          width: 968px;
          float: left; } }
  #articlesPage .item .texts .title {
    color: #008f4f;
    font-size: 24px;
    font-weight: 600; }
    @media (min-width: 1440px) {
      #articlesPage .item .texts .title {
        font-size: 36px; } }
  #articlesPage .item .texts time {
    font-size: 15px;
    color: #75777a;
    margin-top: -2px;
    display: inline-block; }
    @media (min-width: 1440px) {
      #articlesPage .item .texts time {
        font-size: 18px;
        margin-top: 0px;
        position: relative;
        top: -9px;
        margin-bottom: -6px; } }
  #articlesPage .item .texts .info {
    padding-top: 12px; }

#homegasPage .item {
  background: #f2f2f2;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 15px;
  line-height: 20px; }
  #homegasPage .item img.itemImage {
    width: 148px;
    height: 148px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px; }
  #homegasPage .item .texts .readMore {
    padding-top: 28px; }
    @media (min-width: 1440px) {
      #homegasPage .item .texts .readMore {
        padding-top: 56px; } }
    #homegasPage .item .texts .readMore a {
      color: #008f4f;
      display: inline-block;
      background: url(../img/readnoreIcon.png) no-repeat right 3px;
      background-size: 16px 16px;
      padding-right: 20px;
      text-decoration: none; }
      @media (min-width: 1440px) {
        #homegasPage .item .texts .readMore a {
          background-size: 21px 21px;
          background-position: right 2px;
          padding-right: 32px; } }
  #homegasPage .item .texts ul {
    margin-bottom: 20px; }
    #homegasPage .item .texts ul li {
      background: url(../img/yellowDot.png) no-repeat right 8px;
      background-size: auto 5px;
      padding-right: 13px; }
  #homegasPage .item .texts h2 {
    color: #008f4f;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 12px; }
  #homegasPage .item .texts p {
    margin-bottom: 20px; }
  #homegasPage .item:nth-child(4n+3), #homegasPage .item:nth-child(4n+2), #homegasPage .item.item-theme-green, #homegasPage .item.item-theme-dark {
    background: #404040;
    color: #fff; }
    #homegasPage .item:nth-child(4n+3) .moreTextsToggle, #homegasPage .item:nth-child(4n+2) .moreTextsToggle, #homegasPage .item.item-theme-green .moreTextsToggle, #homegasPage .item.item-theme-dark .moreTextsToggle {
      color: #fff; }
    #homegasPage .item:nth-child(4n+3) .texts h2, #homegasPage .item:nth-child(4n+2) .texts h2, #homegasPage .item.item-theme-green .texts h2, #homegasPage .item.item-theme-dark .texts h2 {
        color: #FFD91A;
    }
    #homegasPage .item:nth-child(4n+3) .texts .readMore a, #homegasPage .item:nth-child(4n+2) .texts .readMore a, #homegasPage .item.item-theme-green .texts .readMore a, #homegasPage .item.item-theme-dark .texts .readMore a {
      color: #fff;
      background-image: url(../img/readnoreIcon-yellow.png); }
#homegasPage .item:nth-child(4n+3), #homegasPage .item.item-theme-green {
    background: #008549;
}
  #homegasPage .item:nth-child(4n+4), #homegasPage .item.item-theme-white {
    background: #fff; }
  @media (min-width: 1440px) {
    #homegasPage .item {
      padding-top: 46px;
      padding-bottom: 82px;
      font-size: 16px;
      line-height: 24px; }
      #homegasPage .item > .container {
        padding: 0 60px; }
      #homegasPage .item p, #homegasPage .item ul {
        margin-bottom: 48px; }
      #homegasPage .item .texts {
        width: 700px;
        float: right; }
        #homegasPage .item .texts h2 {
          text-align: right;
          font-size: 36px;
          margin-bottom: 28px; }
      #homegasPage .item img.itemImage {
        margin: 0;
        float: left;
        width: 296px;
        height: 296px; }
      #homegasPage .item:nth-child(2n) .texts {
        float: left; }
      #homegasPage .item:nth-child(2n) img.itemImage {
        float: right; } }

#branchesPage #mapArea {
  height: 447px;
  border: 1px solid #d4d4d4;
  border-width: 1px 0; }
  @media (min-width: 1440px) {
    #branchesPage #mapArea {
      border-width: 1px;
      height: 737px; } }
  #branchesPage #mapArea .gm-style .gm-style-iw {
    font-size: 14px;
    line-height: 30px; }
    #branchesPage #mapArea .gm-style .gm-style-iw h2 {
      font-size: 16px; }
    #branchesPage #mapArea .gm-style .gm-style-iw + div {
      display: none; }

#branchesPage #mainBraches {
  padding: 2px 3.125%; }
  #branchesPage #mainBraches .item {
    background: #ededed;
    margin-top: 30px;
    text-align: center;
    padding: 18px 27px 52px; }
    #branchesPage #mainBraches .item .texts {
      border-top: 1px solid #bfbfbf;
      margin-top: 24px;
      padding-top: 20px; }
      #branchesPage #mainBraches .item .texts .line {
        display: block;
        margin-bottom: 16px; }
  @media (min-width: 1440px) {
    #branchesPage #mainBraches {
      padding: 0;
      padding-top: 22px;
      font-size: 18px; }
      #branchesPage #mainBraches .item {
        height: 314px;
        width: 32%;
        float: right;
        margin: 0;
        margin-right: 2%;
        padding: 16px 14px 52px; }
        #branchesPage #mainBraches .item:first-child {
          margin-right: 0; }
        #branchesPage #mainBraches .item .texts {
          margin-top: 17px;
          padding-top: 18px; }
          #branchesPage #mainBraches .item .texts .line {
            display: block;
            margin-bottom: 14px; } }

@media (max-width: 1439px) {
  #branchesPage aside {
    padding-top: 65px; } }

#branchesPage aside > .title {
  background: #ededed;
  font-weight: 400;
  padding: 0 8px;
  height: 35px;
  padding-top: 6px;
  margin-bottom: 23px; }

#branchesPage aside .form label {
  font-weight: 400;
  font-size: 12px; }

#branchesPage aside .form .line.textarea-line label {
  position: static;
  top: -11px; }

#branchesPage aside .form .button {
  border: 0;
  float: none;
  padding-top: 0; }

@media (min-width: 1440px) {
  #branchesPage aside .form {
    width: auto; }
    #branchesPage aside .form label {
      width: auto;
      float: none;
      display: block;
      text-align: right; }
    #branchesPage aside .form input, #branchesPage aside .form select, #branchesPage aside .form textarea {
      width: 100%; }
    #branchesPage aside .form .button {
      margin: 0; } }

@media (min-width: 1440px) {
  #branchesPage section#main {
    width: 830px;
    float: right; }
  #branchesPage aside {
    width: 340px;
    float: left; } }

#faqPage {
  /*background:red;*/ }
  #faqPage .title {
    color: #008f4f;
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 30px; }
    @media (min-width: 1440px) {
      #faqPage .title {
        padding: 0 24px;
        font-size: 30px;
        margin-bottom: 65px; } }
  #faqPage #faqUL li {
    margin-top: 15px; }
    #faqPage #faqUL li:first-child {
      margin-top: 0px; }
    #faqPage #faqUL li .qa {
      background: url(../img/qa3.png) no-repeat 16px center;
      background-size: auto 21px;
      background-color: #008f4f;
      display: block;
      color: #fff;
      padding: 11px 18px;
      padding-left: 56px;
      font-size: 15px;
      font-weight: bold;
      line-height: 20px;
      background-position: -1409px center;
      background-color: #c0c0c0;
      color: #000;
      cursor: pointer; }
      @media (min-width: 1440px) {
        #faqPage #faqUL li .qa {
          padding: 11px 24px;
          padding-left: 56px; } }
    #faqPage #faqUL li .answer {
      background: #e6e6e6;
      padding: 18px 18px;
      padding-top: 16px;
      font-size: 15px;
      line-height: 20px;
      color: #262626;
      display: none; }
    #faqPage #faqUL li.opened .qa {
      background-position: 16px center;
      background-size: auto 21px;
      background-color: #008f4f;
      color: #fff; }
    #faqPage #faqUL li.opened .answer {
      display: block; }

#mapPage .searchForm {
  background: #ffd204;
  padding-bottom: 24px;
  padding-top: 14px;
  /*select{
            background: red;
            -webkit-appearance: none;
            -moz-appearance: none;
        }*/ }
  #mapPage .searchForm label {
    font-weight: 400;
    padding-right: 0;
    color: #000; }
  #mapPage .searchForm .checkbox {
    display: inline-block;
    margin-left: 24px; }
    #mapPage .searchForm .checkbox input {
      position: absolute;
      right: -9999px; }
      #mapPage .searchForm .checkbox input + label {
        background: url(../img/check.png) no-repeat right -51px;
        background-size: 27px auto;
        height: 27px;
        /*background-position: right 0;*/
        padding-right: 36px;
        padding-top: 3px; }
      #mapPage .searchForm .checkbox input:checked + label {
        background-position: right 0; }
  @media (min-width: 1440px) {
    #mapPage .searchForm {
      width: 100%;
      padding: 12px 8px 12px 16px; }
      #mapPage .searchForm .checkbox {
        padding-top: 12px; }
      #mapPage .searchForm .checkbox input + label {
        background-size: 20px auto;
        padding-right: 27px;
        padding-top: 1px;
        background-position: right -38px;
        height: auto; }
      #mapPage .searchForm .checkbox input:checked + label {
        background-position: right 0; }
      #mapPage .searchForm label {
        float: right;
        width: auto;
        text-align: right;
        margin-left: 11px;
        font-size: 14px;
        padding-top: 11px; }
      #mapPage .searchForm select {
        float: right;
        width: 200px;
        width: 286px;
        margin-left: 30px;
        height: 40px; }
      #mapPage .searchForm .select2-container {
        margin-left: 30px; }
      #mapPage .searchForm .line {
        float: right;
        margin-bottom: 0; }
      #mapPage .searchForm .button {
        float: left;
        margin: 0;
        padding: 0 90px;
        padding-top: 9px; } }

#mapPage #mapArea2 {
  position: relative; }
  #mapPage #mapArea2 #map2 {
    height: 450px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d0d0d0; }
    @media (min-width: 1440px) {
      #mapPage #mapArea2 #map2 {
        height: 738px;
        border: 1px solid #d0d0d0; } }
  #mapPage #mapArea2 #mapPopInfo {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*height:120px;*/
    height: 322px;
    background: rgba(255, 255, 255, 0.95); }
    @media (min-width: 1440px) {
      #mapPage #mapArea2 #mapPopInfo {
        top: 1px;
        right: auto;
        left: 1px;
        width: 300px;
        height: auto;
        bottom: 1px; }
        #mapPage #mapArea2 #mapPopInfo::after {
          content: '';
          display: block;
          width: 1px;
          top: 54px;
          bottom: 0;
          background: #e8e9e8;
          position: absolute;
          right: 72px; } }
    #mapPage #mapArea2 #mapPopInfo .closeBtn a {
      position: absolute;
      left: 15px;
      top: 12px;
      width: 26px;
      height: 23px;
      background: url(../img/mapPopInfoClose.png) no-repeat 0 0;
      background-size: cover;
      text-indent: -9999px; }
      @media (min-width: 1440px) {
        #mapPage #mapArea2 #mapPopInfo .closeBtn a {
          left: auto;
          right: 17px;
          top: 13px;
          width: 35px;
          height: 30px; } }
    #mapPage #mapArea2 #mapPopInfo #legend {
      position: absolute;
      left: 15px;
      right: 15px;
      top: 36px;
      bottom: 10px;
      overflow: auto;
      padding: 0 12px; }
      @media (min-width: 1440px) {
        #mapPage #mapArea2 #mapPopInfo #legend {
          position: static;
          padding: 0;
          overflow: initial;
          padding-top: 54px; } }
      #mapPage #mapArea2 #mapPopInfo #legend .line {
        /*height:30px;
                    overflow:hidden;*/ }
        @media (min-width: 1440px) {
          #mapPage #mapArea2 #mapPopInfo #legend .line {
            border-bottom: 1px solid #e8e9e8; }
            #mapPage #mapArea2 #mapPopInfo #legend .line:first-child {
              border-top: 1px solid #e8e9e8; } }
      #mapPage #mapArea2 #mapPopInfo #legend .texts {
        font-weight: 600;
        display: block; }
        #mapPage #mapArea2 #mapPopInfo #legend .texts span {
          display: block;
          font-weight: 200; }
        @media (min-width: 1440px) {
          #mapPage #mapArea2 #mapPopInfo #legend .texts {
            font-size: 18px;
            padding-top: 16px;
            padding-bottom: 16px; }
            #mapPage #mapArea2 #mapPopInfo #legend .texts span {
              font-size: 14px; } }
      #mapPage #mapArea2 #mapPopInfo #legend .imgContainer {
        width: 50px;
        width: 100px;
        height: 60px;
        float: right;
        text-align: center; }
        @media (max-width: 1439px) {
          #mapPage #mapArea2 #mapPopInfo #legend .imgContainer {
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
            transform-origin: right top;
            margin-left: -42px;
            margin-right: -6px; } }
        #mapPage #mapArea2 #mapPopInfo #legend .imgContainer img {
          width: auto;
          margin: 0 auto; }
        @media (min-width: 1440px) {
          #mapPage #mapArea2 #mapPopInfo #legend .imgContainer {
            width: 72px;
            padding: 0 6px;
            display: block;
            position: relative;
            margin-left: 8px; }
            #mapPage #mapArea2 #mapPopInfo #legend .imgContainer img {
              position: absolute;
              top: 0;
              bottom: 0;
              max-height: 32px;
              max-width: 60px;
              margin: auto;
              left: 6px;
              right: 5px; } }

#mapPage #execlArea {
  padding-top: 33px;
  padding-bottom: 08px;
  position: relative; }
  @media (min-width: 1440px) {
    #mapPage #execlArea {
      padding-top: 59px;
      padding-bottom: 17px;
      position: relative; } }
  #mapPage #execlArea .title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 12px; }
  #mapPage #execlArea a {
    background: url(../img/exel.png) no-repeat right 0;
    background-size: 18px auto;
    display: inline-block;
    padding-right: 24px;
    font-size: 12px;
    line-height: 14px;
    max-width: 212px; }
    @media (min-width: 1440px) {
      #mapPage #execlArea a {
        position: absolute;
        left: 0;
        bottom: 14px;
        font-size: 14px;
        line-height: 18px;
        max-width: 230px; } }

#mapPage #tableResults #tableNoResults {
  display: none;
  color: red;
  font-weight: bold;
  padding: 0 12px; }

@media (min-width: 1440px) {
  #mapPage #tableResults table {
    margin-top: 20px; }
    #mapPage #tableResults table th {
      color: #008f4f !important; } }

@media (max-width: 1439px) {
  #mapPage #tableResults table td {
    border-left: none;
    border-right: none; }
    #mapPage #tableResults table td span.title, #mapPage #tableResults table td:before {
      color: #008f4f; } }

#footer .jspHorizontalBar {
  background: none;
  height: 33px; }
  #footer .jspHorizontalBar .jspDrag,
  #footer .jspHorizontalBar .jspTrack {
    background: none;
    position: relative; }
  #footer .jspHorizontalBar .jspArrow {
    width: 49px;
    background: #d9d9d9;
    text-decoration: none !important;
    text-indent: 0; }
    #footer .jspHorizontalBar .jspArrow::after {
      content: "<";
      display: block;
      color: #404040;
      text-align: center;
      font-size: 30px;
      line-height: 1;
      font-weight: 200;
      padding-top: 1px; }
    #footer .jspHorizontalBar .jspArrow.jspArrowRight::after {
      content: ">"; }
    #footer .jspHorizontalBar .jspArrow.jspDisabled {
      opacity: 0.4; }

@media (min-width: 1440px) {
  #homegasPage {
    margin-top: -146px;
    padding-top: 74px;
    background: #f2f2f2; }
  #innerpageNavBarREL {
    position: relative;
    top: -89px; } }

#innerpageNavBar {
  height: 77px; }
  #innerpageNavBar nav {
    text-align: center; }
  #innerpageNavBar ul {
    display: inline-block;
    background: url(../img/innerpageNavBar.png) repeat-x 0 0;
    height: 72px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4); }
  #innerpageNavBar li {
    float: right; }
    #innerpageNavBar li a {
      display: block;
      font-size: 18px;
      color: #404040;
      font-weight: bold;
      background: url(../img/innerpageNavBar-select.png) repeat-x 0 0;
      background-position: 0 -1000px; }
      #innerpageNavBar li a span {
        display: block;
        height: 72px;
        padding: 0 50px;
        background: url(../img/innerpageNavBar-span.png) no-repeat center bottom;
        position: relative;
        background-position: 0 -1000px;
        top: 1px;
        padding-top: 16px;
        padding-top: 21px; }
      #innerpageNavBar li a.selected, #innerpageNavBar li a:hover {
        text-decoration: none;
        background: url(../img/innerpageNavBar-select.png) repeat-x 0 0; }
        #innerpageNavBar li a.selected span, #innerpageNavBar li a:hover span {
          background: url(../img/innerpageNavBar-span.png) no-repeat center bottom; }
        #innerpageNavBar li a:hover span {
            font-size: 120%;
            transition: font-size 0.5s ease;
        }
  @media (min-width: 1440px) {
    #innerpageNavBar li {
      max-width: 200px; }
      #innerpageNavBar li a {
        font-size: 14px; }
        #innerpageNavBar li a span {
          padding-left: 20px;
          padding-right: 20px;
          padding-top: 24px; } }
  @media (max-width: 1439px) {
    #innerpageNavBar {
      overflow: hidden;
      overflow-x: auto; }
      #innerpageNavBar ul {
        height: 53px;
        background-size: auto 55px;
        overflow: hidden;
        min-width: 200%; }
        #innerpageNavBar ul li a {
          font-size: 15px; }
          #innerpageNavBar ul li a span {
            height: 52px;
            padding-top: 14px;
            background-size: auto 10px !important; } }

body.floatMenu #homegasPage {
  padding-top: 77px;
  padding-top: 151px; }

.floatMenu #innerpageNavBar {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }

#imageModal,
#clacModal {
  display: none;
  width: 480px;
  margin: 0 auto;
  padding: 3px 5px 32px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
  background: #ededed;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 50%;
  margin-left: -240px;
  top: 20vh; }
  #imageModal #closeModal2,
  #imageModal #closeModal,
  #clacModal #closeModal2,
  #clacModal #closeModal {
    display: block;
    content: "";
    width: 55px;
    height: 55px;
    background: red;
    position: absolute;
    top: -22px;
    right: -28px;
    text-indent: -9999px;
    background: url(../img/closeModal.png) no-repeat 0 0;
    cursor: pointer; }
  #imageModal h2.title,
  #clacModal h2.title {
    text-align: center;
    color: #fff;
    background: #404040;
    font-size: 16px;
    line-height: 40px; }
  #imageModal .info3,
  #clacModal .info3 {
    padding: 0 13px;
    text-align: center;
    padding-top: 12px; }
    #imageModal .info3 .title,
    #clacModal .info3 .title {
      font-weight: bold;
      display: block;
      font-size: 18px;
      margin-bottom: 12px; }
    #imageModal .info3 #gasInputRes,
    #clacModal .info3 #gasInputRes {
      display: block;
      color: #008f4f;
      font-size: 72px;
      background: #d0e2da;
      line-height: 70px;
      border-radius: 4px; }
  #imageModal .info2,
  #clacModal .info2 {
    padding: 0 13px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 35px;
    background: url(../img/calcModal.png) no-repeat center bottom; }
    #imageModal .info2 .title,
    #clacModal .info2 .title {
      font-weight: bold;
      display: block;
      font-size: 18px;
      margin-bottom: 12px; }
    #imageModal .info2 input,
    #clacModal .info2 input {
      display: block;
      width: 100%;
      border: 0;
      padding: 0;
      margin: 0;
      background: #fff;
      border: 1px solid #d3d3d3;
      box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.2);
      border-radius: 5px;
      height: 72px;
      font-size: 48px;
      text-align: center;
      line-height: 1; }
  #imageModal .info1,
  #clacModal .info1 {
    padding-top: 20px; }
    #imageModal .info1 > div,
    #clacModal .info1 > div {
      width: 50%;
      float: right; }
      #imageModal .info1 > div span,
      #clacModal .info1 > div span {
        display: block;
        text-align: center; }
        #imageModal .info1 > div span.title,
        #clacModal .info1 > div span.title {
          font-weight: bold;
          font-size: 18px; }
        #imageModal .info1 > div span.num,
        #clacModal .info1 > div span.num {
          font-size: 48px;
          color: #cf0000; }
      #imageModal .info1 > div.gas .num,
      #clacModal .info1 > div.gas .num {
        color: #008f4f; }
  @media (max-width: 599px) {
    #imageModal,
    #clacModal {
      width: 300px;
      margin-left: -150px;
      padding: 2px 3px 20px; }
      #imageModal h2.title,
      #clacModal h2.title {
        font-size: 12px;
        line-height: 25px; }
      #imageModal .info1 > div,
      #clacModal .info1 > div {
        width: 50%;
        float: right; }
        #imageModal .info1 > div span,
        #clacModal .info1 > div span {
          display: block;
          text-align: center; }
          #imageModal .info1 > div span.title,
          #clacModal .info1 > div span.title {
            font-size: 12px;
            margin-bottom: -4px; }
          #imageModal .info1 > div span.num,
          #clacModal .info1 > div span.num {
            font-size: 30px; }
      #imageModal .info2,
      #clacModal .info2 {
        padding-top: 12px;
        padding-bottom: 22px;
        background-size: auto 20px; }
        #imageModal .info2 .title,
        #clacModal .info2 .title {
          font-size: 12px;
          margin-bottom: 5px; }
        #imageModal .info2 input,
        #clacModal .info2 input {
          font-size: 30px;
          height: 45px; }
      #imageModal .info3,
      #clacModal .info3 {
        padding-top: 6px; }
        #imageModal .info3 .title,
        #clacModal .info3 .title {
          font-size: 12px;
          margin-bottom: 5px; }
        #imageModal .info3 #gasInputRes,
        #clacModal .info3 #gasInputRes {
          font-size: 44px;
          line-height: 42px; }
      #imageModal #closeModal,
      #clacModal #closeModal {
        top: -43px;
        right: -16px; } }

#imageModal {
  padding-bottom: 3px;
  width: 660px;
  margin-left: -330px; }

#overLayer {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2000; }

@media (min-width: 1440px) {
  #branchesPage .form .errors {
    height: 18px; }
  #branchesPage .form textarea {
    height: 136px; } }

#contactPage .form button.button {
  width: 100%;
  border: 0;
  padding: 0;
  font: inherit;
  font-weight: bold;
  margin-top: 12px; }
  @media (min-width: 1440px) {
    #contactPage .form button.button {
      width: calc(100% - 352px);
      padding-top: 3px; } }
#contactPage .form button.button:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease; 
}

.select2-container {
  float: right; }
  .select2-container .select2-selection--single {
    height: 40px;
    border: 0px solid #aaa;
    border-radius: 0; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 40px; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      background: red;
      left: 0 !important;
      top: 0;
      height: 40px;
      width: 51px;
      background: url(../img/select2Arrow.png) no-repeat center center; }
      .select2-container .select2-selection--single .select2-selection__arrow b {
        display: none; }

.select2-dropdown {
  border: 1px solid #c7c7c6 !important;
  border-radius: 4px !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #008f4f; }

#tableResults.textcontainer table tr.infoRow {
  display: none; }
  #tableResults.textcontainer table tr.infoRow div .titles {
    display: none; }
  #tableResults.textcontainer table tr.infoRow div .imgContainer {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transform-origin: right top;
    margin-left: -42px;
    margin-right: -6px;
    float: right;
    width: 100px;
    height: 40px;
    float: right;
    text-align: center; }
    #tableResults.textcontainer table tr.infoRow div .imgContainer img {
      width: auto;
      margin: 0 auto; }

#tableResults.textcontainer table tr.infoRow td:nth-child(2) {
  display: none; }

@media (max-width: 1439px) {
  #tableResults.textcontainer {
    /*table, thead, tbody, th, td, tr {
            display: unset;
        }*/ }
    #tableResults.textcontainer table {
      display: table; }
    #tableResults.textcontainer th, #tableResults.textcontainer td {
      display: table-cell; }
    #tableResults.textcontainer table {
      /* Hide table headers (but not display: none;, for accessibility) */
      border-collapse: collapse; }
      #tableResults.textcontainer table thead tr {
        position: static;
        top: -9999px;
        left: -9999px; }
      #tableResults.textcontainer table tr {
        border: 0px solid blue; }
      #tableResults.textcontainer table td {
        /* Behave  like a "row" */
        border: none;
        border: 1px solid #bfbfbf;
        border-bottom: 0px solid green;
        position: static;
        padding-right: 12px; }
      #tableResults.textcontainer table td span.title,
      #tableResults.textcontainer table td:before {
        /* Now like a table header */
        display: block;
        position: absolute;
        /* Top/left values mimic padding */
        top: 0px;
        right: 0px;
        width: 45%;
        padding: 23px 12px;
        white-space: nowrap;
        font-weight: bold;
        display: none; } }

@media (max-width: 1439px) {
  #tableResults.textcontainer table th,
  #tableResults.textcontainer table td {
    display: none; }
    #tableResults.textcontainer table th:nth-child(2), #tableResults.textcontainer table th:nth-child(1),
    #tableResults.textcontainer table td:nth-child(2),
    #tableResults.textcontainer table td:nth-child(1) {
      display: table-cell; } }

@media (min-width: 1440px) {
  #tableResults.textcontainer table tr.infoRow {
    display: none !important; } }

#gasTitles {
  padding: 0 12px;
  padding-top: 24px; }

#gasSupplyTable {
  table-layout: fixed; }

#richTextPage #papers {
  padding: 20px; }
  #richTextPage #papers a {
    float: right;
    width: 48%;
    margin: 0 1%; }
    @media (max-width: 766px) {
      #richTextPage #papers a {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 12px;
        height: auto;
        padding-bottom: 9px; } }

#homegasPage .item .textcontainer table tr {
  background: none !important; }

@media (min-width: 1440px) {
  #homegasPage .item .textcontainer table tr {
    background: none !important; }
    #homegasPage .item .textcontainer table tr td, #homegasPage .item .textcontainer table tr th {
      border-right: 2px solid #fff; }
      #homegasPage .item .textcontainer table tr td:first-child, #homegasPage .item .textcontainer table tr th:first-child {
        border-right: 0px solid #fff; } }

#homegasPage .item .moreTexts.hiddenMore .textToToggle {
  display: none; }

#homegasPage .item .moreTexts.hiddenMore .moreTextsToggle.Less {
  display: none; }

#homegasPage .item .moreTexts.visibleMore .textToToggle {
  display: block; }

#homegasPage .item .moreTexts.visibleMore .moreTextsToggle.More {
  display: none; }

@media (max-width: 1439px) {
  #footer nav#bottomMenu > ul > li.open > ul {
    display: none; }
  #footer nav#bottomMenu > ul > li.open > ul.mobileVisible {
    display: block; } }

.textcontainer table#gasSupplyTable tr:nth-of-type(4n-1),
.textcontainer table#gasSupplyTable tr:nth-of-type(4n) {
  background: #fff; }

.textcontainer table#gasSupplyTable tr:nth-of-type(2n) {
  background: #f7f7f7; }

#bottomLinks3 {
  margin-top: 0;
  margin-bottom: 16px; }
  #bottomLinks3 a {
    color: #fff; }
  @media (min-width: 1440px) {
    #bottomLinks3 {
      display: block !important; } }

.skip-link {
  position: absolute;
  top: -200px;
  right: 194px;
  /*background: black;
    color: #fff;*/
  text-decoration: none;
  padding: 6px 10px;
  display: inline-block;
  z-index: 10000;
  font-weight: bold;
  background: #fff; }
  @media (max-width: 1439px) {
    .skip-link {
      right: 140px;
      right: 30%;
      left: 30%;
      text-align: center; } }
  .skip-link span {
    display: inline-block;
    box-shadow: 1px 1px 3px green;
    padding: 0 4px; }
  .skip-link:focus {
    top: 12px;
    /*right: 40rem;*/ }
    @media (max-width: 1439px) {
      .skip-link:focus {
        top: 62px; } }

@media (max-width: 1439px) {
  #mapPage .select2-container,
  #areas .select2-container,
  #searchForm .select2-container {
    width: 100% !important; } }

#openFrames iframe {
  width: 100%;
  height: 75vh;
  margin-bottom: 20px; }

#et-banner {
  position: fixed;
  top: 120px;
  width: 100%;
  display: flex;
  min-height: 20px;
  z-index: 500;
  justify-content: center; }

.et-banner {
  background: rgba(0, 143, 79, 0.6);
  position: absolute;
  color: #fff;
  padding: 20px;
  border-radius: 8px; }

.et-banner a {
  color: #fff;
  text-decoration: none; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

