/* New Consumer css from LESS
*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*This file is to contain all the overridded variables for the boostrap variables names + new variables for customisation

    base colours
    bootstrap default container width
    fonts
    navs

    */
/*@font-size-h1:            floor((@font-size-base * 3)); // ~48px
@font-size-h2:            floor((@font-size-base * 2.3)); // ~36px
@font-size-h3:            ceil((@font-size-base * 1.5)); // ~24px
@font-size-h4:            ceil((@font-size-base * 1.3)); // ~22px
@font-size-h5:            @font-size-base;
@font-size-h6:            ceil((@font-size-base * 0.85)); // ~12px*/
/*@btn-default-bg:                 #414f44;
@btn-default-color:              white;
@btn-default-border:             #414f44;*/
.nav {
  font-family: "GothicA1-Bold";
  font-size: 16px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav :focus {
  outline: none;
}
.nav ::-moz-focus-inner {
  border: 0;
}
@media (max-width: 767px) {
  .nav {
    font-family: "GothicA1-SemiBold";
    font-size: 20px;
  }
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 0px 0px 25px;
}
@media (max-width: 767px) {
  .nav > li > a {
    padding-left: 0px;
  }
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #03180D;
}
.nav > li.disabled > a {
  color: #ffffff;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #03180D;
  border-color: #03180D;
}
.nav .nav-divider {
  height: 1px;
  margin: 359px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
/*.nav-tabs > li > a {
   
    &hover, focus {
        border-color: @safe-black @safe-black @safe-black !important;
        text-decoration: none;
        background-color: @safe-black !important;
        color: @safe-yellow;
    }
}*/
.nav-tabs > li {
  float: left;
}
.nav-tabs,
.nav {
  border-bottom: 1px solid #03180D;
}
.nav-tabs > li,
.nav > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a,
.nav > li > a {
  color: #FFF;
  margin-right: 2px;
  border: none;
  border-radius: 4px 4px 0 0;
  /*@media (max-width: @screen-sm-min) {
                background-color: @safe-darkgrey;
            }*/
}
@media (min-width: 768px) {
  .nav-tabs > li > a,
  .nav > li > a {
    margin-top: 36px;
    line-height: 40px;
  }
}
.nav-tabs > li > a:focus,
.nav > li > a:focus {
  border: none;
  color: #FFF;
  text-decoration: underline;
  text-decoration-color: #FFF200;
}
.nav-tabs > li > a:focus > span,
.nav > li > a:focus > span {
  border: none;
  color: #FFF;
  text-decoration: none;
  text-decoration-color: #FFF200;
}
.nav-tabs > li > a:hover,
.nav > li > a:hover {
  border: none;
  color: #FFF200;
  text-decoration: none;
}
.nav-tabs > li > a:hover > span,
.nav > li > a:hover > span {
  border: none;
  color: #FFF200;
  text-decoration: none;
}
.nav-tabs > li.active > a,
.nav > li.active > a,
.nav-tabs > li.active > a:hover,
.nav > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav > li.active > a:focus {
  color: #FFF200;
  cursor: default;
  background-color: #03180D;
  border: 1px solid #03180D;
  border-bottom-color: transparent;
}
.nav-tabs > li.open > a,
.nav > li.open > a {
  color: #FFF200;
  /*cursor: default;*/
  text-decoration: none;
}
.nav-tabs > li.open > a > span,
.nav > li.open > a > span {
  border: none;
  color: #FFF200;
  text-decoration: none;
}
.nav-tabs > li.open > a:focus,
.nav > li.open > a:focus {
  color: #FFF;
  text-decoration: underline;
  text-decoration-color: #FFF200;
}
.nav-tabs > li.open > a:focus > span,
.nav > li.open > a:focus > span {
  color: #FFF;
}
.nav-tabs.nav-justified,
.nav.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li,
.nav.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a,
.nav.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu,
.nav.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li,
  .nav.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a,
  .nav.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a,
.nav.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus,
.nav.nav-justified > .active > a:focus {
  border: 1px solid #03180D;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a,
  .nav.nav-justified > li > a {
    border-bottom: 1px solid #03180D;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav.nav-justified > .active > a:focus {
    border-bottom-color: #eaeae4;
  }
}
@media (max-width: 767px) {
  .nav-tabs > li {
    width: 100%;
    border: none;
  }
  .nav-tabs > li > a {
    padding-top: 12px;
    line-height: 14px;
    border: none;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0 0 0 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #FFF200;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #03180D;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #03180D;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #eaeae4;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.obdropdown {
  position: absolute;
  background-color: #35463D;
  width: 100%;
  padding-bottom: 0px;
  border: none;
}
@media (max-width: 768px) {
  .obdropdown {
    position: relative;
    margin-bottom: 10px;
  }
}
.obmenuitems {
  font-family: "OpenSans-Regular";
  font-size: 16px;
}
@media (min-width: 768px) {
  .obmenuitems {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .obmenuitems > div.menu-landing-page {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0px;
    margin-left: -15px;
  }
}
.obmenuitems > div {
  margin-top: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .obmenuitems > div {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.obmenuitems > div > a {
  color: #FFF;
}
.obmenuitems > div > a:hover,
.obmenuitems > div > a:focus {
  color: #FFF200;
  cursor: default;
  /*background-color: @nav-tabs-active-link-hover-bg;
                border: 1px solid @nav-tabs-active-link-hover-border-color;
                border-bottom-color: transparent;*/
}
.obmenuitems > div.active > a,
.obmenuitems > div.active > a:hover,
.obmenuitems > div.active > a:focus {
  color: #FFF200;
}
/* BEGIN Bold */
@font-face {
  font-family: 'Oswald';
  src: url('../../fonts/oswald bold/oswald-bold-webfont.eot');
  src: url('../../fonts/oswald bold/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/oswald bold/oswald-bold-webfont.woff') format('woff'), url('../../fonts/oswald bold/oswald-bold-webfont.ttf') format('truetype'), url('../../fonts/oswald bold/oswald-bold-webfont.svg?#Oswald') format('svg');
  font-weight: 700;
  font-style: normal;
}
/* END Bold */
/* BEGIN Heavy */
@font-face {
  font-family: 'Oswald';
  src: url('../../fonts/oswald heavy/oswald-heavy-webfont.eot');
  src: url('../../fonts/oswald heavy/oswald-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/oswald heavy/oswald-heavy-webfont.woff') format('woff'), url('../../fonts/oswald heavy/oswald-heavy-webfont.woff2') format('woff2'), url('../../fonts/oswald heavy/oswald-heavy-webfont.ttf') format('truetype'), url('../../fonts/oswald heavy/oswald-heavy-webfont.svg?#OswaldHeavy') format('svg');
  font-weight: 900;
  font-style: normal;
}
/* END Heavy */
/* BEGIN Light */
@font-face {
  font-family: 'Open-Sans-Light';
  src: url('../../fonts/opensans light/opensans-light-webfont.eot');
  src: url('../../fonts/opensans light/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans light/opensans-light-webfont.woff2') format('woff2'), url('../../fonts/opensans light/opensans-light-webfont.woff') format('woff'), url('../../fonts/opensans light/opensans-light-webfont.ttf') format('truetype'), url('../../fonts/opensans light/opensans-light-webfont.svg?#Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
/* END Light */
/* BEGIN Light Italic */
@font-face {
  font-family: 'Open-Sans-Light Italic';
  src: url('../../fonts/opensans light/opensans-lightitalic-webfont.eot');
  src: url('../../fonts/opensans light/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans light/opensans-lightitalic-webfont.woff') format('woff'), url('../../fonts/opensans light/opensans-lightitalic-webfont.ttf') format('truetype'), url('../../fonts/opensans light/opensans-lightitalic-webfont.svg?#LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
}
/* END Light Italic */
/* BEGIN Regular */
@font-face {
  font-family: 'Open-Sans-Regular';
  src: url('../../fonts/opensans regular/opensans-regular-webfont.eot');
  src: url('../../fonts/opensans regular/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans regular/opensans-regular-webfont.woff') format('woff'), url('../../fonts/opensans regular/opensans-regular-webfont.ttf') format('truetype'), url('../../fonts/opensans regular/opensans-regular-webfont.svg?#Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Italic */
@font-face {
  font-family: 'Open-Sans-Regular-Italic';
  src: url('../../fonts/opensans regular/opensans-italic-webfont.eot');
  src: url('../../fonts/opensans regular/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans regular/opensans-italic-webfont.woff') format('woff'), url('../../fonts/opensans regular/opensans-italic-webfont.svg?#Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
/* END Italic */
/* BEGIN Semibold */
@font-face {
  font-family: 'Open-Sans-Semi-Bold';
  src: url('../../fonts/opensans semibold/opensans-semibold-webfont.eot');
  src: url('../../fonts/opensans semibold/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans semibold/opensans-semibold-webfont.woff') format('woff'), url('../../fonts/opensans semibold/opensans-semibold-webfont.ttf') format('truetype'), url('../../fonts/opensans semibold/opensans-semibold-webfont.svg?#SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}
/* END Semibold */
/* BEGIN Semibold Italic */
@font-face {
  font-family: 'Open-Sans-Semi-Bold-Italic';
  src: url('../../fonts/opensans semibold/opensans-semibolditalic-webfont.eot');
  src: url('../../fonts/opensans semibold/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans semibold/opensans-semibolditalic-webfont.woff') format('woff'), url('../../fonts/opensans semibold/opensans-semibolditalic-webfont.ttf') format('truetype'), url('../../fonts/opensans semibold/opensans-semibolditalic-webfont.svg?#SemiBoldItalic') format('svg');
  font-weight: 600;
  font-style: italic;
}
/* END Semibold Italic */
/* BEGIN Bold */
@font-face {
  font-family: 'Open-Sans-Bold';
  src: url('../../fonts/opensans bold/opensans-bold-webfont.eot');
  src: url('../../fonts/opensans bold/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans bold/opensans-bold-webfont.woff') format('woff'), url('../../fonts/opensans bold/opensans-bold-webfont.ttf') format('truetype'), url('../../fonts/opensans bold/opensans-bold-webfont.svg?#Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* END Bold */
/* BEGIN Bold Italic */
@font-face {
  font-family: 'Open-Sans-Italic';
  src: url('../../fonts/opensans bold/opensans-bolditalic-webfont.eot');
  src: url('../../fonts/opensans bold/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans bold/opensans-bolditalic-webfont.woff') format('woff'), url('../../fonts/opensans bold/opensans-bolditalic-webfont.svg?#SemiBoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}
/* END Bold Italic */
/* BEGIN Extrabold */
/*@font-face {
  font-family: 'Open Sans';
  src: url("./fonts/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0");
  src: url("./fonts/ExtraBold/OpenSans-ExtraBold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/ExtraBold/OpenSans-ExtraBold.woff2?v=1.1.0") format("woff2"), url("./fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0") format("woff"), url("./fonts/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0") format("truetype"), url("./fonts/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0#ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal; }*/
/* END Extrabold */
/* BEGIN Extrabold Italic */
@font-face {
  font-family: 'Open-Sans-Extra-Bold';
  src: url('../../fonts/opensans extrabold/opensans-extrabolditalic-webfont.eot');
  src: url('../../fonts/opensans extrabold/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans extrabold/opensans-extrabolditalic-webfont.woff') format('woff'), url('../../fonts/opensans extrabold/opensans-extrabolditalic-webfont.svg?#ExtraBoldItalic') format('svg');
  font-weight: 800;
  font-style: italic;
}
/* END Extrabold Italic */
/*# sourceMappingURL=open-sans.css.map */
@font-face {
  font-family: "GothicA1-Regular";
  src: url('/fonts/GothicA1-Regular.ttf') format("truetype");
}
@font-face {
  font-family: "GothicA1-SemiBold";
  src: url('/fonts/GothicA1-SemiBold.ttf') format("truetype");
}
@font-face {
  font-family: "GothicA1-Bold";
  src: url('/fonts/GothicA1-Bold.ttf') format("truetype");
}
@font-face {
  font-family: "GothicA1-Black";
  src: url('/fonts/GothicA1-Black.ttf') format("truetype");
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url('/fonts/OpenSans-Regular.ttf') format("truetype");
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url('/fonts/OpenSans-SemiBold.ttf') format("truetype");
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url('/fonts/OpenSans-Bold.ttf') format("truetype");
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome/fontawesome-webfont.eot');
  src: url('../../fonts/fontawesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/fontawesome/fontawesome-webfont.woff2') format('woff2'), url('../../fonts/fontawesome/fontawesome-webfont.woff') format('woff'), url('../../fonts/fontawesome/fontawesome-webfont.ttf') format('truetype'), url('../../fonts/fontawesome/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
h1,
.h1 {
  font-family: "GothicA1-Black";
  font-size: 48px;
  color: #03180D;
  line-height: 60px;
}
h2,
.h2,
.feature-title {
  font-family: "GothicA1-Black";
  font-size: 38px;
  color: #03180D;
  line-height: 56px;
}
h3,
.h3 {
  font-family: "GothicA1-Bold";
  font-size: 28px;
  color: #03180D;
  line-height: 40px;
}
h4,
.h4 {
  font-family: "GothicA1-Bold";
  font-size: 24px;
  color: #03180D;
  line-height: 32px;
}
h5,
.h5 {
  font-family: "GothicA1-Bold";
  font-size: 20px;
  color: #03180D;
  line-height: 24px;
}
h6,
.h6 {
  font-family: "GothicA1-SemiBold";
  font-size: 18px;
  color: #03180D;
  line-height: 24px;
}
p {
  font-family: "OpenSans-Regular";
  font-size: 18px;
}
a:hover {
  text-decoration: none;
}
.centretext {
  text-align: center;
}
hr {
  box-sizing: border-box;
  height: 2px;
  border: 1px solid #35463D;
}
.btn-default:hover {
  background-color: #FFFFFF;
}
.body-lead {
  font-family: "OpenSans-Regular";
  font-size: 18px;
  line-height: 24px;
}
.body-secondary {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  line-height: 24px;
}
.body-small {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  line-height: 24px;
}
p > a,
.body-lead > a,
.body-secondary > a,
.body-small > a,
a.body-lead,
b.body-secondary,
a.body-small,
a > .body-lead {
  color: #03180D;
  line-height: 28px;
  text-decoration: underline;
}
p > a:hover,
.body-lead > a:hover,
.body-secondary > a:hover,
.body-small > a:hover,
a.body-lead:hover,
b.body-secondary:hover,
a.body-small:hover,
a > .body-lead:hover {
  font-family: "OpenSans-Bold";
  color: #03180D;
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 54px;
    line-height: 56px;
  }
  h2,
  .h2,
  .feature-title {
    font-size: 48px;
    line-height: 56px;
  }
  h3,
  .h3 {
    font-family: "GothicA1-Black";
    font-size: 32px;
    line-height: 40px;
  }
}
.sitewide-search {
  float: right;
}
@media only screen and (min-width: 768px) {
  .sitewide-search {
    height: 48px;
    width: 436px;
    margin: 0px 0 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .sitewide-search {
    margin-top: -8px;
    margin-bottom: 8px;
    width: 100%;
  }
}
.gas-emergency-strip {
  height: 50px;
  background-color: #FFF200;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
}
.gas-emergency-strip-mini {
  margin-top: 3px;
  height: 50px;
  background-color: #FFF200;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sitewide-search-bar {
  height: 49px;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 16px;
  font-weight: bold;
  display: flex;
}
.navbar {
  margin: 0px !important;
  padding: 0px !important;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
@media (max-width: 767px) {
  .yamm-content {
    background: #f4f4f4;
  }
}
.yamm-content > div.row > .menu-item-container {
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .yamm-content > div.row > .menu-item-container {
    padding-left: 0;
    text-align: left;
  }
}
.yamm-content > div.row > .menu-item-container .menu-item-background {
  background: #fff;
  line-height: 73px;
  padding: 0;
}
@media (max-width: 767px) {
  .yamm-content > div.row > .menu-item-container .menu-item-background {
    line-height: unset;
    background: #f4f4f4;
  }
}
.yamm-content > div.row > .menu-item-container .menu-item-background:hover {
  background: #d8d8d8;
}
.yamm-content > div.row > .menu-item-container .menu-item-background:hover .menu-item-link > span {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .yamm-content > div.row > .menu-item-container .menu-item-background:hover {
    background: none;
  }
}
.yamm-content > div.row > .menu-item-container .menu-item-link {
  vertical-align: middle;
  display: inline-block;
  height: 76px;
  width: 100%;
}
@media (max-width: 767px) {
  .yamm-content > div.row > .menu-item-container .menu-item-link {
    height: unset;
  }
}
.yamm-content > div.row > .menu-item-container .menu-item-link > span {
  line-height: 18px;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .yamm-content > div.row > .menu-item-container .menu-item-background {
    font-size: 14px;
  }
}
.navbar-static-top {
  border: none;
}
span.mobile-menu {
  float: left;
  margin-right: 30px;
}
.mobile-logo {
  height: 112px;
  padding: 8px 0px 0px 0px;
}
button.mobilesearchbutton {
  padding-left: 10px;
  padding-right: 10px;
  height: 44px;
  border: 1px solid #03180D;
  width: 40px;
  background-color: #FFF200;
  border-radius: 3px;
  margin-top: 8px;
  margin-right: 5px;
}
button.mobilesearchbutton:focus {
  border-width: 2px;
  border-style: dashed;
}
button.navbar-toggle > span {
  color: #FFF;
  font-weight: bold;
}
.navbar-default .navbar-toggle {
  border-color: #FFF;
  font-size: 18px;
  background-color: transparent;
}
.navbar-default .navbar-toggle:focus {
  border-width: 2px;
  border-style: dashed;
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle > .icon-bar {
  background-color: #FFF;
  color: #FFF;
  margin-left: auto;
}
.navbar-default .navbar-toggle > .icon-bar:focus {
  border-width: 2px;
  border-style: dashed;
}
.navbar-form {
  border: none;
  box-shadow: none;
}
.skipToContentLink {
  color: #FFF200 !important;
  font-size: 16px;
}
a:-moz-focusring {
  outline: 3px dotted #800080;
  outline-offset: 2px;
}
.consumerheadingandnav a:-moz-focusring {
  outline: 3px dotted #FFF200;
  outline-offset: 2px;
}
.footerdiv a:-moz-focusring {
  outline: 3px dotted #FFF200;
  outline-offset: 2px;
}
#SearchTerm:-moz-focusring {
  outline: 3px dotted #FFF200;
  outline-offset: 2px;
}
#Query:-moz-focusring {
  outline-color: #800080;
}
#Collection:-moz-focusring {
  outline-color: #800080;
}
.btn-darkback:-moz-focusring {
  outline: 3px dotted #FFF200;
  outline-offset: 2px;
}
.form-control:focus {
  border-color: #800080;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 0, 128, 0.6);
}
.form-control {
  height: 49px;
}
input[type="checkbox"].form-control {
  height: 22px;
  box-shadow: none;
  background-color: transparent;
}
input[type="checkbox"]:focus {
  outline: 1px dashed;
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb > li + li:before {
  content: "> ";
  color: inherit;
}
@media (max-width: 767px) {
  .breadcrumb > li {
    display: inline;
  }
}
.breadcrumb > .active {
  color: #03180D;
}
ul.breadcrumb {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  ul.breadcrumb {
    padding: 20px 0px;
  }
}
.btn {
  font-family: "GothicA1-SemiBold";
  font-size: 18px;
}
.btn:hover {
  font-family: "GothicA1-Bold";
}
.btn:focus {
  border-width: 2px;
  border-style: dashed;
  /* .padding-for-focus-hashed-border-and-hover();*/
}
.btn-primary {
  background: #FFF200;
  border: 1px solid #03180D;
  border-radius: 3px;
  color: #03180D;
}
.btn-primary:hover {
  border: 2px solid #03180D;
  background: #fffbb3;
  color: #03180D;
  padding: 5px 10px 5px 10px;
}
.btn-primary:focus {
  background: #FFF200;
  color: #03180D;
}
.btn-primary:active {
  background: #FFF200;
  color: #03180D;
}
.btn-primary:active:focus,
.btn-primary:active:hover {
  background: #FFF200;
  color: #03180D;
}
.btn-secondary {
  background: transparent;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 40px;
  border: 1px solid #03180D;
  border-radius: 3px;
  color: #03180D;
}
.btn-secondary.btn-dark {
  background: #03180D;
  color: #FFF;
}
.btn-secondary.btn-dark:hover {
  background: #ccccbb;
  border-width: 2px;
  padding: 5px 10px 5px 10px;
}
.btn-secondary:hover {
  border-width: 2px;
  padding: 5px 10px 5px 10px;
}
.btn-tertiary {
  background: transparent;
  border-width: 1px;
  color: #03180D;
}
.btn-tertiary:focus {
  border-color: #03180D;
}
.btn-tertiary.btn-dark {
  color: #FFF;
}
.btn-tertiary.btn-dark:hover {
  text-decoration: underline;
  text-decoration-color: #FFF200;
  padding: 5px 10px 5px 10px;
}
.btn-tertiary:hover {
  text-decoration: underline;
  border-width: 1px;
  padding: 5px 10px 5px 10px;
}
.primary-cta {
  background: #FFF200;
  stroke: #03180D;
  border: 1px solid #03180D;
  border-radius: 3px;
}
.primary-cta:hover {
  border: 2px solid #03180D;
}
.primary-cta-label {
  font-family: "GothicA1-SemiBold";
  font-size: 18px;
  color: #03180D;
}
.primary-cta-label:hover {
  font-family: "GothicA1-Bold";
}
.secondary-cta {
  border: 1px solid #03180D;
  border-radius: 3px;
}
.secondary-cta:hover {
  border: 2px solid #03180D;
  border-radius: 3px;
}
.secondary-cta-label {
  font-family: "GothicA1-SemiBold";
  font-size: 18px;
  color: #03180D;
}
.secondary-cta-label:hover {
  font-family: "GothicA1-Bold";
}
.disabled-cta {
  background: #D3D2C4;
  border-radius: 3px;
}
.disabled-cta-label {
  font-family: "GothicA1-SemiBold";
  font-size: 18px;
  color: #03180D;
}
.tertiary-cta {
  font-family: "GothicA1-SemiBold";
  font-size: 18px;
  color: #03180D;
}
.tertiary-cta:hover {
  font-family: 'Gothic-Bold';
}
.tertiary-cta-dark {
  font-family: "GothicA1-SemiBold";
  font-size: 18px;
  color: #FFFFFF;
}
.tertiary-cta-dark:hover {
  font-family: "GothicA1-Bold";
  border-bottom: 1px solid #FFF200;
}
.btn-engineer {
  color: #03180D;
  background-color: white;
  border-color: #03180D;
  border: 1 solid #03180D;
  border-radius: 3;
  padding: 12px 50px 12px 50px;
  font-weight: bold;
  line-height: 1.1;
}
.btn-engineer:focus,
.btn-engineer.focus {
  color: #03180D;
  background-color: #e6e6e6;
  border-color: #000000;
}
.btn-engineer:hover {
  color: #03180D;
  background-color: #e6e6e6;
  border-color: #000000;
}
.btn-engineer:active,
.btn-engineer.active,
.open > .dropdown-toggle.btn-engineer {
  color: #03180D;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #000000;
}
.btn-engineer:active:hover,
.btn-engineer.active:hover,
.open > .dropdown-toggle.btn-engineer:hover,
.btn-engineer:active:focus,
.btn-engineer.active:focus,
.open > .dropdown-toggle.btn-engineer:focus,
.btn-engineer:active.focus,
.btn-engineer.active.focus,
.open > .dropdown-toggle.btn-engineer.focus {
  color: #03180D;
  background-color: #d4d4d4;
  border-color: #000000;
}
.btn-engineer.disabled:hover,
.btn-engineer[disabled]:hover,
fieldset[disabled] .btn-engineer:hover,
.btn-engineer.disabled:focus,
.btn-engineer[disabled]:focus,
fieldset[disabled] .btn-engineer:focus,
.btn-engineer.disabled.focus,
.btn-engineer[disabled].focus,
fieldset[disabled] .btn-engineer.focus {
  background-color: white;
  border-color: #03180D;
}
.btn-engineer .badge {
  color: white;
  background-color: #03180D;
}
.btn-rte-grey {
  color: #fff;
  background-color: #414F44;
  border-color: #fff;
  border: 1 solid #fff;
  border-radius: 3;
  padding: 12px 50px 12px 50px;
  font-weight: bold;
  line-height: 1.1;
}
.btn-rte-grey:focus,
.btn-rte-grey.focus {
  color: #fff;
  background-color: #2a332c;
  border-color: #bfbfbf;
}
.btn-rte-grey:hover {
  color: #fff;
  background-color: #2a332c;
  border-color: #e0e0e0;
}
.btn-rte-grey:active,
.btn-rte-grey.active,
.open > .dropdown-toggle.btn-rte-grey {
  color: #fff;
  background-color: #2a332c;
  background-image: none;
  border-color: #e0e0e0;
}
.btn-rte-grey:active:hover,
.btn-rte-grey.active:hover,
.open > .dropdown-toggle.btn-rte-grey:hover,
.btn-rte-grey:active:focus,
.btn-rte-grey.active:focus,
.open > .dropdown-toggle.btn-rte-grey:focus,
.btn-rte-grey:active.focus,
.btn-rte-grey.active.focus,
.open > .dropdown-toggle.btn-rte-grey.focus {
  color: #fff;
  background-color: #1a1f1b;
  border-color: #bfbfbf;
}
.btn-rte-grey.disabled:hover,
.btn-rte-grey[disabled]:hover,
fieldset[disabled] .btn-rte-grey:hover,
.btn-rte-grey.disabled:focus,
.btn-rte-grey[disabled]:focus,
fieldset[disabled] .btn-rte-grey:focus,
.btn-rte-grey.disabled.focus,
.btn-rte-grey[disabled].focus,
fieldset[disabled] .btn-rte-grey.focus {
  background-color: #414F44;
  border-color: #fff;
}
.btn-rte-grey .badge {
  color: #414F44;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .btn-rte-grey {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .btn-rte-grey {
    padding: 5px 25px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
  }
}
.btn-rte-yellow {
  color: #000;
  background-color: #fff200;
  border-color: #000;
  border: 1 solid #000;
  border-radius: 3;
  padding: 12px 50px 12px 50px;
  font-weight: bold;
  line-height: 1.1;
}
.btn-rte-yellow:focus,
.btn-rte-yellow.focus {
  color: #000;
  background-color: #ccc200;
  border-color: #000000;
}
.btn-rte-yellow:hover {
  color: #000;
  background-color: #ccc200;
  border-color: #000000;
}
.btn-rte-yellow:active,
.btn-rte-yellow.active,
.open > .dropdown-toggle.btn-rte-yellow {
  color: #000;
  background-color: #ccc200;
  background-image: none;
  border-color: #000000;
}
.btn-rte-yellow:active:hover,
.btn-rte-yellow.active:hover,
.open > .dropdown-toggle.btn-rte-yellow:hover,
.btn-rte-yellow:active:focus,
.btn-rte-yellow.active:focus,
.open > .dropdown-toggle.btn-rte-yellow:focus,
.btn-rte-yellow:active.focus,
.btn-rte-yellow.active.focus,
.open > .dropdown-toggle.btn-rte-yellow.focus {
  color: #000;
  background-color: #a8a000;
  border-color: #000000;
}
.btn-rte-yellow.disabled:hover,
.btn-rte-yellow[disabled]:hover,
fieldset[disabled] .btn-rte-yellow:hover,
.btn-rte-yellow.disabled:focus,
.btn-rte-yellow[disabled]:focus,
fieldset[disabled] .btn-rte-yellow:focus,
.btn-rte-yellow.disabled.focus,
.btn-rte-yellow[disabled].focus,
fieldset[disabled] .btn-rte-yellow.focus {
  background-color: #fff200;
  border-color: #000;
}
.btn-rte-yellow .badge {
  color: #fff200;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .btn-rte-yellow {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .btn-rte-yellow {
    padding: 5px 25px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
  }
}
.btn-darkgrey {
  color: white;
  background-color: #414F44;
  border-color: #414F44;
  border: 1 solid white;
  border-radius: 3;
  /*padding: 12px 50px 12px 50px;*/
}
.btn-darkgrey:focus,
.btn-darkgrey.focus {
  color: white;
  background-color: #2a332c;
  border-color: #070908;
}
.btn-darkgrey:hover {
  color: white;
  background-color: #2a332c;
  border-color: #252d27;
}
.btn-darkgrey:active,
.btn-darkgrey.active,
.open > .dropdown-toggle.btn-darkgrey {
  color: white;
  background-color: #2a332c;
  background-image: none;
  border-color: #252d27;
}
.btn-darkgrey:active:hover,
.btn-darkgrey.active:hover,
.open > .dropdown-toggle.btn-darkgrey:hover,
.btn-darkgrey:active:focus,
.btn-darkgrey.active:focus,
.open > .dropdown-toggle.btn-darkgrey:focus,
.btn-darkgrey:active.focus,
.btn-darkgrey.active.focus,
.open > .dropdown-toggle.btn-darkgrey.focus {
  color: white;
  background-color: #1a1f1b;
  border-color: #070908;
}
.btn-darkgrey.disabled:hover,
.btn-darkgrey[disabled]:hover,
fieldset[disabled] .btn-darkgrey:hover,
.btn-darkgrey.disabled:focus,
.btn-darkgrey[disabled]:focus,
fieldset[disabled] .btn-darkgrey:focus,
.btn-darkgrey.disabled.focus,
.btn-darkgrey[disabled].focus,
fieldset[disabled] .btn-darkgrey.focus {
  background-color: #414F44;
  border-color: #414F44;
}
.btn-darkgrey .badge {
  color: #414F44;
  background-color: white;
}
@media (min-width: 992px) {
  .btn-darkgrey {
    padding: 6px 25px;
    font-size: 23px;
    line-height: 56px;
    border-radius: 5px;
  }
}
.btn-darkgreyfind {
  color: white;
  background-color: #414F44;
  border-color: #414F44;
  border: 1 solid white;
  border-radius: 3;
  /*padding: 12px 50px 12px 50px;*/
}
.btn-darkgreyfind:focus,
.btn-darkgreyfind.focus {
  color: white;
  background-color: #2a332c;
  border-color: #070908;
}
.btn-darkgreyfind:hover {
  color: white;
  background-color: #2a332c;
  border-color: #252d27;
}
.btn-darkgreyfind:active,
.btn-darkgreyfind.active,
.open > .dropdown-toggle.btn-darkgreyfind {
  color: white;
  background-color: #2a332c;
  background-image: none;
  border-color: #252d27;
}
.btn-darkgreyfind:active:hover,
.btn-darkgreyfind.active:hover,
.open > .dropdown-toggle.btn-darkgreyfind:hover,
.btn-darkgreyfind:active:focus,
.btn-darkgreyfind.active:focus,
.open > .dropdown-toggle.btn-darkgreyfind:focus,
.btn-darkgreyfind:active.focus,
.btn-darkgreyfind.active.focus,
.open > .dropdown-toggle.btn-darkgreyfind.focus {
  color: white;
  background-color: #1a1f1b;
  border-color: #070908;
}
.btn-darkgreyfind.disabled:hover,
.btn-darkgreyfind[disabled]:hover,
fieldset[disabled] .btn-darkgreyfind:hover,
.btn-darkgreyfind.disabled:focus,
.btn-darkgreyfind[disabled]:focus,
fieldset[disabled] .btn-darkgreyfind:focus,
.btn-darkgreyfind.disabled.focus,
.btn-darkgreyfind[disabled].focus,
fieldset[disabled] .btn-darkgreyfind.focus {
  background-color: #414F44;
  border-color: #414F44;
}
.btn-darkgreyfind .badge {
  color: #414F44;
  background-color: white;
}
@media (min-width: 992px) {
  .btn-darkgreyfind {
    padding: 3px 35px;
    font-size: 23px;
    line-height: 56px;
    border-radius: 5px;
  }
}
.btn-yellow {
  color: #03180D;
  background-color: #fff200;
  border-color: #fff200;
  border: 1 solid #03180D;
  border-radius: 3;
  /*@media(min-width:@screen-md-min) {
        .button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @btn-border-radius-base);
    }*/
}
.btn-yellow:focus,
.btn-yellow.focus {
  color: #03180D;
  background-color: #ccc200;
  border-color: #807900;
}
.btn-yellow:hover {
  color: #03180D;
  background-color: #ccc200;
  border-color: #c2b800;
}
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  color: #03180D;
  background-color: #ccc200;
  background-image: none;
  border-color: #c2b800;
}
.btn-yellow:active:hover,
.btn-yellow.active:hover,
.open > .dropdown-toggle.btn-yellow:hover,
.btn-yellow:active:focus,
.btn-yellow.active:focus,
.open > .dropdown-toggle.btn-yellow:focus,
.btn-yellow:active.focus,
.btn-yellow.active.focus,
.open > .dropdown-toggle.btn-yellow.focus {
  color: #03180D;
  background-color: #a8a000;
  border-color: #807900;
}
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled.focus,
.btn-yellow[disabled].focus,
fieldset[disabled] .btn-yellow.focus {
  background-color: #fff200;
  border-color: #fff200;
}
.btn-yellow .badge {
  color: #fff200;
  background-color: #03180D;
}
@media (min-width: 992px) {
  .btn-yellow {
    padding: 12px 50px;
    font-size: 23px;
    line-height: 56px;
    border-radius: 5px;
  }
}
.btn-gswBlue {
  color: #03180D;
  background-color: #1b6e98;
  border-color: #1b6e98;
  border: 1 solid #03180D;
  border-radius: 3;
  /*@media(min-width:@screen-md-min) {
        .button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @btn-border-radius-base);
    }*/
}
.btn-gswBlue:focus,
.btn-gswBlue.focus {
  color: #03180D;
  background-color: #134f6d;
  border-color: #08202c;
}
.btn-gswBlue:hover {
  color: #03180D;
  background-color: #134f6d;
  border-color: #124864;
}
.btn-gswBlue:active,
.btn-gswBlue.active,
.open > .dropdown-toggle.btn-gswBlue {
  color: #03180D;
  background-color: #134f6d;
  background-image: none;
  border-color: #124864;
}
.btn-gswBlue:active:hover,
.btn-gswBlue.active:hover,
.open > .dropdown-toggle.btn-gswBlue:hover,
.btn-gswBlue:active:focus,
.btn-gswBlue.active:focus,
.open > .dropdown-toggle.btn-gswBlue:focus,
.btn-gswBlue:active.focus,
.btn-gswBlue.active.focus,
.open > .dropdown-toggle.btn-gswBlue.focus {
  color: #03180D;
  background-color: #0e394e;
  border-color: #08202c;
}
.btn-gswBlue.disabled:hover,
.btn-gswBlue[disabled]:hover,
fieldset[disabled] .btn-gswBlue:hover,
.btn-gswBlue.disabled:focus,
.btn-gswBlue[disabled]:focus,
fieldset[disabled] .btn-gswBlue:focus,
.btn-gswBlue.disabled.focus,
.btn-gswBlue[disabled].focus,
fieldset[disabled] .btn-gswBlue.focus {
  background-color: #1b6e98;
  border-color: #1b6e98;
}
.btn-gswBlue .badge {
  color: #1b6e98;
  background-color: #03180D;
}
@media (min-width: 992px) {
  .btn-gswBlue {
    padding: 12px 50px;
    font-size: 23px;
    line-height: 56px;
    border-radius: 5px;
  }
}
.btn-gswBlueWhite {
  color: #fff;
  background-color: #269cd6;
  border-color: #fff;
  border: 1 solid #fff;
  border-radius: 3;
  padding: 12px 40px;
  font-size: 18px;
  line-height: 1;
  border-radius: 5px;
}
.btn-gswBlueWhite:focus,
.btn-gswBlueWhite.focus {
  color: #fff;
  background-color: #1e7cab;
  border-color: #bfbfbf;
}
.btn-gswBlueWhite:hover {
  color: #fff;
  background-color: #1e7cab;
  border-color: #e0e0e0;
}
.btn-gswBlueWhite:active,
.btn-gswBlueWhite.active,
.open > .dropdown-toggle.btn-gswBlueWhite {
  color: #fff;
  background-color: #1e7cab;
  background-image: none;
  border-color: #e0e0e0;
}
.btn-gswBlueWhite:active:hover,
.btn-gswBlueWhite.active:hover,
.open > .dropdown-toggle.btn-gswBlueWhite:hover,
.btn-gswBlueWhite:active:focus,
.btn-gswBlueWhite.active:focus,
.open > .dropdown-toggle.btn-gswBlueWhite:focus,
.btn-gswBlueWhite:active.focus,
.btn-gswBlueWhite.active.focus,
.open > .dropdown-toggle.btn-gswBlueWhite.focus {
  color: #fff;
  background-color: #19668c;
  border-color: #bfbfbf;
}
.btn-gswBlueWhite.disabled:hover,
.btn-gswBlueWhite[disabled]:hover,
fieldset[disabled] .btn-gswBlueWhite:hover,
.btn-gswBlueWhite.disabled:focus,
.btn-gswBlueWhite[disabled]:focus,
fieldset[disabled] .btn-gswBlueWhite:focus,
.btn-gswBlueWhite.disabled.focus,
.btn-gswBlueWhite[disabled].focus,
fieldset[disabled] .btn-gswBlueWhite.focus {
  background-color: #269cd6;
  border-color: #fff;
}
.btn-gswBlueWhite .badge {
  color: #269cd6;
  background-color: #fff;
}
.btn-gswBlueWhitePledge {
  color: #fff;
  background-color: #1b6e98;
  border-color: #fff;
  border: 1 solid #fff;
  border-radius: 3;
  padding: 12px 40px;
  font-size: 18px;
  line-height: 1;
  border-radius: 5px;
}
.btn-gswBlueWhitePledge:focus,
.btn-gswBlueWhitePledge.focus {
  color: #fff;
  background-color: #134f6d;
  border-color: #bfbfbf;
}
.btn-gswBlueWhitePledge:hover {
  color: #fff;
  background-color: #134f6d;
  border-color: #e0e0e0;
}
.btn-gswBlueWhitePledge:active,
.btn-gswBlueWhitePledge.active,
.open > .dropdown-toggle.btn-gswBlueWhitePledge {
  color: #fff;
  background-color: #134f6d;
  background-image: none;
  border-color: #e0e0e0;
}
.btn-gswBlueWhitePledge:active:hover,
.btn-gswBlueWhitePledge.active:hover,
.open > .dropdown-toggle.btn-gswBlueWhitePledge:hover,
.btn-gswBlueWhitePledge:active:focus,
.btn-gswBlueWhitePledge.active:focus,
.open > .dropdown-toggle.btn-gswBlueWhitePledge:focus,
.btn-gswBlueWhitePledge:active.focus,
.btn-gswBlueWhitePledge.active.focus,
.open > .dropdown-toggle.btn-gswBlueWhitePledge.focus {
  color: #fff;
  background-color: #0e394e;
  border-color: #bfbfbf;
}
.btn-gswBlueWhitePledge.disabled:hover,
.btn-gswBlueWhitePledge[disabled]:hover,
fieldset[disabled] .btn-gswBlueWhitePledge:hover,
.btn-gswBlueWhitePledge.disabled:focus,
.btn-gswBlueWhitePledge[disabled]:focus,
fieldset[disabled] .btn-gswBlueWhitePledge:focus,
.btn-gswBlueWhitePledge.disabled.focus,
.btn-gswBlueWhitePledge[disabled].focus,
fieldset[disabled] .btn-gswBlueWhitePledge.focus {
  background-color: #1b6e98;
  border-color: #fff;
}
.btn-gswBlueWhitePledge .badge {
  color: #1b6e98;
  background-color: #fff;
}
.btn-gswBlueWhitePledge:hover {
  background: #1b6e98;
  color: #fff;
}
.btn-gswBlueWhitePledge:active {
  background: #1b6e98;
  color: #fff;
}
.btn-gswBlueWhitePledge:active:focus,
.btn-gswBlueWhitePledge:active:hover {
  background: #1b6e98;
  color: #fff;
}
.btn-lightgrey {
  color: #03180D;
  background-color: #EAEAE4;
  border-color: #03180D;
  border: 1 solid #03180D;
  border-radius: 3;
  padding: 12px 50px 12px 50px;
  font-weight: bold;
  line-height: 1.1;
}
.btn-lightgrey:focus,
.btn-lightgrey.focus {
  color: #03180D;
  background-color: #d4d4c7;
  border-color: #000000;
}
.btn-lightgrey:hover {
  color: #03180D;
  background-color: #d4d4c7;
  border-color: #000000;
}
.btn-lightgrey:active,
.btn-lightgrey.active,
.open > .dropdown-toggle.btn-lightgrey {
  color: #03180D;
  background-color: #d4d4c7;
  background-image: none;
  border-color: #000000;
}
.btn-lightgrey:active:hover,
.btn-lightgrey.active:hover,
.open > .dropdown-toggle.btn-lightgrey:hover,
.btn-lightgrey:active:focus,
.btn-lightgrey.active:focus,
.open > .dropdown-toggle.btn-lightgrey:focus,
.btn-lightgrey:active.focus,
.btn-lightgrey.active.focus,
.open > .dropdown-toggle.btn-lightgrey.focus {
  color: #03180D;
  background-color: #c4c4b3;
  border-color: #000000;
}
.btn-lightgrey.disabled:hover,
.btn-lightgrey[disabled]:hover,
fieldset[disabled] .btn-lightgrey:hover,
.btn-lightgrey.disabled:focus,
.btn-lightgrey[disabled]:focus,
fieldset[disabled] .btn-lightgrey:focus,
.btn-lightgrey.disabled.focus,
.btn-lightgrey[disabled].focus,
fieldset[disabled] .btn-lightgrey.focus {
  background-color: #EAEAE4;
  border-color: #03180D;
}
.btn-lightgrey .badge {
  color: #EAEAE4;
  background-color: #03180D;
}
@media only screen and (max-width: 767px) {
  .btn-lightgrey {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .btn-lightgrey {
    padding: 5px 25px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
  }
}
.btn-lightgrey-small {
  color: #03180D;
  background-color: #EAEAE4;
  border-color: #03180D;
  border: 1 solid #03180D;
  border-radius: 3;
  padding: 12px 10px 12px 10px;
  font-weight: bold;
  line-height: 1.1;
}
.btn-lightgrey-small:focus,
.btn-lightgrey-small.focus {
  color: #03180D;
  background-color: #d4d4c7;
  border-color: #000000;
}
.btn-lightgrey-small:hover {
  color: #03180D;
  background-color: #d4d4c7;
  border-color: #000000;
}
.btn-lightgrey-small:active,
.btn-lightgrey-small.active,
.open > .dropdown-toggle.btn-lightgrey-small {
  color: #03180D;
  background-color: #d4d4c7;
  background-image: none;
  border-color: #000000;
}
.btn-lightgrey-small:active:hover,
.btn-lightgrey-small.active:hover,
.open > .dropdown-toggle.btn-lightgrey-small:hover,
.btn-lightgrey-small:active:focus,
.btn-lightgrey-small.active:focus,
.open > .dropdown-toggle.btn-lightgrey-small:focus,
.btn-lightgrey-small:active.focus,
.btn-lightgrey-small.active.focus,
.open > .dropdown-toggle.btn-lightgrey-small.focus {
  color: #03180D;
  background-color: #c4c4b3;
  border-color: #000000;
}
.btn-lightgrey-small.disabled:hover,
.btn-lightgrey-small[disabled]:hover,
fieldset[disabled] .btn-lightgrey-small:hover,
.btn-lightgrey-small.disabled:focus,
.btn-lightgrey-small[disabled]:focus,
fieldset[disabled] .btn-lightgrey-small:focus,
.btn-lightgrey-small.disabled.focus,
.btn-lightgrey-small[disabled].focus,
fieldset[disabled] .btn-lightgrey-small.focus {
  background-color: #EAEAE4;
  border-color: #03180D;
}
.btn-lightgrey-small .badge {
  color: #EAEAE4;
  background-color: #03180D;
}
@media only screen and (max-width: 767px) {
  .btn-lightgrey-small {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .btn-lightgrey-small {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
  }
}
.btn-white {
  color: #03180D;
  background-color: #fff;
  border-color: #000;
  border: 1 solid #03180D;
  border-radius: 3;
  padding: 12px 50px 12px 50px;
  font-weight: bold;
  line-height: 1.1;
}
.btn-white:focus,
.btn-white.focus {
  color: #03180D;
  background-color: #e6e6e6;
  border-color: #000000;
}
.btn-white:hover {
  color: #03180D;
  background-color: #e6e6e6;
  border-color: #000000;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #03180D;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #000000;
}
.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: #03180D;
  background-color: #d4d4d4;
  border-color: #000000;
}
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus {
  background-color: #fff;
  border-color: #000;
}
.btn-white .badge {
  color: #fff;
  background-color: #03180D;
}
@media only screen and (max-width: 767px) {
  .btn-white {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .btn-white {
    padding: 5px 25px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
  }
}
.btn-upload {
  color: #03180D;
  background-color: #fff200;
  border-color: #fff200;
  border: 1 solid #03180D;
  border-radius: 3;
}
.btn-upload:focus,
.btn-upload.focus {
  color: #03180D;
  background-color: #ccc200;
  border-color: #807900;
}
.btn-upload:hover {
  color: #03180D;
  background-color: #ccc200;
  border-color: #c2b800;
}
.btn-upload:active,
.btn-upload.active,
.open > .dropdown-toggle.btn-upload {
  color: #03180D;
  background-color: #ccc200;
  background-image: none;
  border-color: #c2b800;
}
.btn-upload:active:hover,
.btn-upload.active:hover,
.open > .dropdown-toggle.btn-upload:hover,
.btn-upload:active:focus,
.btn-upload.active:focus,
.open > .dropdown-toggle.btn-upload:focus,
.btn-upload:active.focus,
.btn-upload.active.focus,
.open > .dropdown-toggle.btn-upload.focus {
  color: #03180D;
  background-color: #a8a000;
  border-color: #807900;
}
.btn-upload.disabled:hover,
.btn-upload[disabled]:hover,
fieldset[disabled] .btn-upload:hover,
.btn-upload.disabled:focus,
.btn-upload[disabled]:focus,
fieldset[disabled] .btn-upload:focus,
.btn-upload.disabled.focus,
.btn-upload[disabled].focus,
fieldset[disabled] .btn-upload.focus {
  background-color: #fff200;
  border-color: #fff200;
}
.btn-upload .badge {
  color: #fff200;
  background-color: #03180D;
}
.btn-primary-signup {
  background: #FFF200;
  border: 1px solid #03180D;
  border-radius: 3px;
  color: #03180D;
  padding: 5px 10px 5px 10px;
}
.btn-primary-signup:hover {
  border: 2px solid #03180D;
  background: #fffbb3;
  color: #03180D;
  /*  .padding-for-focus-hashed-border-and-hover()*/
}
.btn-primary-signup:focus {
  background: #FFF200;
  color: #03180D;
}
.btn-primary-signup:active {
  background: #FFF200;
  color: #03180D;
}
.btn-primary-signup:active:focus,
.btn-primary-signup:active:hover {
  background: #FFF200;
  color: #03180D;
}
.btn-signup {
  font-family: "GothicA1-SemiBold";
  font-size: 18px;
}
.btn-signup:hover {
  font-family: "GothicA1-Bold";
}
.highlight-yellow {
  color: #FFF200;
}
.focus-dashed-border {
  border-width: 2px;
  border-style: dashed;
}
.padding-for-focus-hashed-border-and-hover {
  padding: 5px 10px 5px 10px;
}
.well {
  background-color: #EDEDE7;
  padding-top: 38px;
  padding-left: 43px;
}
.well ul {
  list-style-position: inside;
  padding-left: 0px;
}
.contentskipdestination {
  height: 0px;
}
a:focus {
  outline: 3px dotted #800080;
  outline-offset: 1px;
}
.nav-pills > li > a:focus {
  outline: 3px dotted #800080;
  outline-offset: -3px;
}
.btn:focus,
#btnSignIn2:focus,
#btnSignIn1:focus {
  border: none;
  outline: 3px dotted #800080;
  outline-offset: 1px;
}
.consumerheadingandnav a:focus,
.footerdiv a:focus,
.surveyBanner__Link:focus,
.surveyBanner__Close:focus,
.btn-darkback:focus,
.navbar-header a:focus {
  outline: 3px dotted #FFF200;
}
.btn-darkback:focus {
  outline-offset: 2px;
}
.footermenuitem a:focus {
  outline-offset: -2px;
}
.consumerheadingandnav #SearchTerm:focus,
.consumerheadingandnav .search-button:focus {
  outline: 3px dotted #FFF200;
  outline-offset: -1px;
}
#SearchTerm:focus,
.search-button:focus,
.btnPrint:focus {
  outline: 3px dotted #800080;
}
.form-control:focus,
#WidgetSearchTerm:focus,
.input-text:focus {
  border-color: #800080;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 0, 128, 0.6);
}
.mobilesearchbutton:focus,
button.mobilesearchbutton:focus,
.navbar-toggle:focus {
  border: none;
  outline: 3px dotted #FFF200;
}
.gsrtoggle > input:focus + label,
.gsrradios > input:focus + label::before {
  border: 3px dotted #800080;
}
.focusborder:focus {
  outline: none;
}
.focusborder:focus > div > img {
  border: 3px dotted #800080;
}
.gas-emergency-strip:focus {
  border: 3px dotted #800080;
}
@media only screen and (max-width: 480px) {
  .table th,
  .table td {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .btn {
    font-size: 16px;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 33px;
  }
  h3 h3.h3 {
    font-size: 24px !important;
  }
  .video-wrapper > iframe {
    width: 100% !important;
  }
  .gsrtoggle {
    width: 250px !important;
  }
  .gsrtoggle .findcheckradio {
    font-size: 14px !important;
  }
  #optCheck {
    margin-left: 5px;
  }
  #optCommercial {
    margin-left: 5px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  p {
    height: auto !important;
  }
}
.google-privacy-line {
  display: none;
}
@media only screen and (max-width: 768px) {
  .find-check-widget.col-md-5,
  .find-check-widget {
    width: auto;
    margin-left: 0%;
  }
}
@media only screen and (max-width: 640px) {
  .grecaptcha-badge {
    visibility: hidden;
  }
  .google-privacy-line {
    display: block;
    font-size: 10px;
    margin-bottom: 16px;
    color: #fff;
  }
  .google-privacy-line > a {
    color: #fff;
    text-decoration: underline;
  }
}
a,
h1,
h2,
h3,
p,
.wrapOverflow {
  overflow-wrap: break-word;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-wrapper > iframe {
    width: 100% !important;
  }
}
.search-bar {
  margin-bottom: 0px;
}
.refineSearchText {
  padding-top: 12px;
}
.form-control {
  border-color: #575757;
}
.gsrtoggledescription {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .gsrtoggledescription {
    height: auto;
  }
}
.find-option-content {
  display: flex;
}
.search-bar {
  height: 49px;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 16px;
  font-weight: bold;
  display: flex;
}
@media (max-width: 768px) {
  .search-bar {
    height: 44px;
  }
}
.search-bar > button,
.search-bar input {
  border: 1px solid #03180D;
}
.search-bar > button {
  width: 115px;
  background-color: #FFF200;
  /*&:focus {
            .focus-dashed-border()
        }*/
}
@media (max-width: 768px) {
  .search-bar > button {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .search-bar .hideonmobile {
    display: none;
  }
}
.search-bar .input-text {
  width: calc(100% - 100px);
  padding: 12.5px 16px;
}
@media (max-width: 768px) {
  .search-bar .input-text {
    width: calc(100% - 40px);
    padding: 3px 16px;
  }
}
.gsrtoggle {
  border-left: 1px solid #03180D;
  width: 250px;
  border-radius: 37px;
  height: 74px;
  display: flex;
  align-items: center;
  background: #35463D;
  color: white;
  flex: 0 1 13px;
}
@media (min-width: 768px) {
  .gsrtoggle {
    width: 266px;
  }
}
.gsrtoggle ::-moz-focus-inner {
  border: 0;
}
.gsrtoggle > input[type="radio"] {
  margin: 0 0 0 0;
  opacity: 0;
  padding: 0 0 0 0;
  width: 12px;
}
.gsrtoggle > label {
  height: 100%;
  border-radius: 37px;
  width: 125px;
  line-height: 74px;
  height: 50px;
  text-align: center;
  margin-bottom: 0;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .gsrtoggle > label {
    width: 133px;
  }
}
.gsrtoggle > input.gsrtoggle + label {
  margin-right: -2px;
  margin-left: -13px;
  height: 72px;
  color: #FFF;
  padding-top: 2px;
}
.gsrtoggle > input:checked + label {
  background: #FFF;
  color: #03180D;
  width: 124px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gsrtoggle > input:checked + label {
    width: 133px;
  }
}
.gsrtoggle > input:checked + label > span.findcheckradio {
  text-decoration: underline;
}
.gsrtoggle > input:checked + label > span.search-icon {
  margin: 1px;
  color: #03180D;
}
.gsrtoggle > input:focus + label {
  /*.focus-dashed-border();*/
  padding-top: 0px;
}
.gsrtoggle .findcheckradio {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin-left: 7px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .gsrtoggle .findcheckradio {
    font-size: 16px;
  }
}
.gsrradios {
  margin-right: 20px;
  float: left;
  clear: none;
  position: relative;
}
.gsrradios > input[type="radio"] {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  /*width: 18px;
        height: 18px;*/
  margin: 0 0 0 0 !important;
  opacity: 0;
}
.gsrradios > label {
  display: inline-block;
  margin-bottom: 0;
  padding: 1px 15px 5px 30px;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.gsrradios > label::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: transparent;
}
.gsrradios > label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 0;
  height: 0;
  border: 8px solid #FFF200;
  border-radius: 50%;
  opacity: 0;
  background: currentColor;
}
.gsrradios input:checked + label {
  cursor: default;
}
.gsrradios input:checked + label::before {
  border-width: 3px;
}
.gsrradios input:checked + label::after {
  opacity: 1;
}
.gsrradios input:disabled,
.gsrradios input:disabled + label {
  cursor: default;
}
.gsrradios input:disabled + label {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .competencysummary > .gsrtoggle {
    width: 300px;
  }
}
@media print {
  .competencysummary > .gsrtoggle {
    border: 1px solid black;
  }
}
@media (min-width: 768px) {
  .competencysummary > .gsrtoggle > label {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .competencysummary > .gsrtoggle > input:checked + label {
    width: 150px;
  }
}
@media print {
  .competencysummary > .gsrtoggle > input:checked + label {
    border: 2px dotted black;
  }
}
.focusimageborder:focus > img {
  border-width: 2px;
  border-style: dashed;
}
a.focusimageborder:active,
a.focusimageborder:focus,
a.focusimageborder:link,
a.focusimageborder:visited {
  outline: 0;
  outline: 0 !important;
  outline-style: none;
}
.fixedheight-backgroundimage {
  min-height: 260px;
}
@media (max-width: 767px) {
  .fixedheight-backgroundimage {
    min-height: 200px;
  }
}
@media (min-width: 767px) {
  .panelwithbackgroundimage-centeredtext {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .centered-onmobile {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .overlayonmobile {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
}
.minispinnerdimensions {
  height: 50px;
  width: 50px;
}
@media (max-width: 767px) {
  .minispinnerdimensions {
    height: 100px;
    width: 100px;
  }
}
.spinner {
  -webkit-animation: spinner 3s linear infinite;
  -moz-animation: spinner 3s linear infinite;
  -ms-animation: spinner 3s linear infinite;
  -o-animation: spinner 3s linear infinite;
  animation: spinner 3s linear infinite;
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.find-map-marker:before {
  content: "\f041";
  color: #FFF200;
}
.find-clock-o:before {
  content: "\f017";
  color: #FFF200;
}
.Card {
  border: 1px solid #03180D;
  margin-bottom: 25px;
}
.Card > .row:last-child {
  margin-bottom: 15px;
}
.EngineerBusinessCardMinHeight {
  min-height: 475px;
  max-height: 475px;
}
.EngineerCardMinHeight {
  min-height: 450px;
  max-height: 450px;
}
@media only screen and (max-width: 767px) {
  .EngineerBusinessCardMinHeight {
    min-height: 475px;
    max-height: none;
  }
  .EngineerCardMinHeight {
    min-height: 450px;
    max-height: none;
  }
}
.card-whitefont {
  color: #FFF;
  font-weight: bold;
}
.find-pagination {
  color: #03180D;
  background-color: #FFF;
  border-color: transparent;
  border: 1 solid #03180D;
  border-radius: 3;
  padding: 12px 10px 12px 10px;
  font-weight: bold;
  line-height: 1.1;
}
.find-pagination:focus,
.find-pagination.focus {
  color: #03180D;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.find-pagination:hover {
  color: #03180D;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.find-pagination:active,
.find-pagination.active,
.open > .dropdown-toggle.find-pagination {
  color: #03180D;
  background-color: #e6e6e6;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.find-pagination:active:hover,
.find-pagination.active:hover,
.open > .dropdown-toggle.find-pagination:hover,
.find-pagination:active:focus,
.find-pagination.active:focus,
.open > .dropdown-toggle.find-pagination:focus,
.find-pagination:active.focus,
.find-pagination.active.focus,
.open > .dropdown-toggle.find-pagination.focus {
  color: #03180D;
  background-color: #d4d4d4;
  border-color: rgba(0, 0, 0, 0);
}
.find-pagination.disabled:hover,
.find-pagination[disabled]:hover,
fieldset[disabled] .find-pagination:hover,
.find-pagination.disabled:focus,
.find-pagination[disabled]:focus,
fieldset[disabled] .find-pagination:focus,
.find-pagination.disabled.focus,
.find-pagination[disabled].focus,
fieldset[disabled] .find-pagination.focus {
  background-color: #FFF;
  border-color: transparent;
}
.find-pagination .badge {
  color: #FFF;
  background-color: #03180D;
}
@media only screen and (max-width: 767px) {
  .find-pagination {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .find-pagination {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
  }
}
.find-pagination-border {
  color: #03180D;
  background-color: #FFF;
  border-color: #03180D;
  border: 1 solid #03180D;
  border-radius: 3;
  padding: 12px 10px 12px 10px;
  font-weight: bold;
  line-height: 1.1;
}
.find-pagination-border:focus,
.find-pagination-border.focus {
  color: #03180D;
  background-color: #e6e6e6;
  border-color: #000000;
}
.find-pagination-border:hover {
  color: #03180D;
  background-color: #e6e6e6;
  border-color: #000000;
}
.find-pagination-border:active,
.find-pagination-border.active,
.open > .dropdown-toggle.find-pagination-border {
  color: #03180D;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #000000;
}
.find-pagination-border:active:hover,
.find-pagination-border.active:hover,
.open > .dropdown-toggle.find-pagination-border:hover,
.find-pagination-border:active:focus,
.find-pagination-border.active:focus,
.open > .dropdown-toggle.find-pagination-border:focus,
.find-pagination-border:active.focus,
.find-pagination-border.active.focus,
.open > .dropdown-toggle.find-pagination-border.focus {
  color: #03180D;
  background-color: #d4d4d4;
  border-color: #000000;
}
.find-pagination-border.disabled:hover,
.find-pagination-border[disabled]:hover,
fieldset[disabled] .find-pagination-border:hover,
.find-pagination-border.disabled:focus,
.find-pagination-border[disabled]:focus,
fieldset[disabled] .find-pagination-border:focus,
.find-pagination-border.disabled.focus,
.find-pagination-border[disabled].focus,
fieldset[disabled] .find-pagination-border.focus {
  background-color: #FFF;
  border-color: #03180D;
}
.find-pagination-border .badge {
  color: #FFF;
  background-color: #03180D;
}
@media only screen and (max-width: 767px) {
  .find-pagination-border {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .find-pagination-border {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 3px;
  }
}
.find-pagination-current {
  color: #FFF;
  background-color: #000;
  border-color: transparent;
  border: 1 solid #FFF;
  border-radius: 3;
  padding: 5px 10px 9px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  border-radius: 3px;
}
.find-pagination-current:focus,
.find-pagination-current.focus {
  color: #FFF;
  background-color: #000000;
  border-color: rgba(0, 0, 0, 0);
}
.find-pagination-current:hover {
  color: #FFF;
  background-color: #000000;
  border-color: rgba(0, 0, 0, 0);
}
.find-pagination-current:active,
.find-pagination-current.active,
.open > .dropdown-toggle.find-pagination-current {
  color: #FFF;
  background-color: #000000;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.find-pagination-current:active:hover,
.find-pagination-current.active:hover,
.open > .dropdown-toggle.find-pagination-current:hover,
.find-pagination-current:active:focus,
.find-pagination-current.active:focus,
.open > .dropdown-toggle.find-pagination-current:focus,
.find-pagination-current:active.focus,
.find-pagination-current.active.focus,
.open > .dropdown-toggle.find-pagination-current.focus {
  color: #FFF;
  background-color: #000000;
  border-color: rgba(0, 0, 0, 0);
}
.find-pagination-current.disabled:hover,
.find-pagination-current[disabled]:hover,
fieldset[disabled] .find-pagination-current:hover,
.find-pagination-current.disabled:focus,
.find-pagination-current[disabled]:focus,
fieldset[disabled] .find-pagination-current:focus,
.find-pagination-current.disabled.focus,
.find-pagination-current[disabled].focus,
fieldset[disabled] .find-pagination-current.focus {
  background-color: #000;
  border-color: transparent;
}
.find-pagination-current .badge {
  color: #000;
  background-color: #FFF;
}
@media only screen and (max-width: 767px) {
  .find-pagination-current {
    padding: 5px 10px 9px 10px;
  }
}
.find-filter-label {
  margin-top: -15px;
}
@media only screen and (max-width: 767px) {
  .find-filter-label {
    margin-top: 0px;
  }
}
/*.find-buttons-mobile {

    @media only screen and (max-width: @screen-xs-max) {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
        background-color: @safe-white;
        padding: 10px 0px 10px 15px;
        border-top: 1px solid black;
        text-align: center;
    }
}*/
.surveyBanner {
  color: #FFFFFF;
  text-align: center;
}
.surveyBanner:focus {
  border: 2px dashed #FFFFFF;
}
.surveyBanner .alert {
  margin-bottom: 0;
}
.surveyBanner .alert-dismissible .close {
  top: -20px;
  right: -15px;
}
.surveyBanner .close {
  color: #FFFFFF;
  opacity: 0.8;
}
.surveyBanner .close:hover {
  color: #FFFFFF;
  opacity: 1;
}
.surveyBanner__Links {
  margin-top: 5px;
  display: inline-block;
}
.surveyBanner__Link {
  color: #FFFFFF;
  margin-right: 5px;
}
.surveyBanner__Link:hover {
  color: #FFFFFF;
  font-weight: bolder;
}
.surveyBanner__Link:focus {
  color: #FFFFFF;
  font-weight: bolder;
}
.sessionTimeoutAlert .alert-dismissible {
  margin-bottom: 5px;
}
.sessionTimeoutAlert .alert-dismissible .close {
  top: -8px;
  right: -18px;
}
.sessionTimeoutAlert .close {
  opacity: 0.7;
}
.sessionTimeoutAlert .close:hover {
  opacity: 1;
}
.relativerow {
  position: relative;
}
.socialmediacell {
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .socialmediacell {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .socialmediacell {
    position: absolute;
    text-align: right;
  }
}
.menuitemimage {
  width: 40px;
  float: left;
}
.socialmediaicon {
  width: 40px;
  display: inline-block;
}
.footertopborder {
  border-top: 2px solid gray;
  margin-top: 15px;
  padding-top: 15px;
}
.footermenuitem {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footermenuitem > li {
    margin-bottom: 16px;
  }
  .footermenuitem > li > a {
    display: block;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .footermenuitem > li {
    float: left;
  }
  .footermenuitem > li > a {
    display: block;
    color: #FFF;
    text-align: center;
    padding-right: 8px;
    padding-left: 8px;
    text-decoration: none;
    border-right: 1px solid #FFF;
  }
  .footermenuitem > li:last-child a {
    border: 0;
  }
}
@media print {
  .printhide,
  .printHide {
    display: none;
  }
  .printShow {
    display: block;
  }
}
.btnPrint {
  text-decoration: underline;
}
.caret {
  margin-right: 2px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .findcheck-portrait-container {
    min-height: 210px;
  }
}
.checkit-nav {
  position: fixed !important;
  right: 0;
  left: 0;
  z-index: 300;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  top: 0;
  box-shadow: 0px 3px 8px;
  border-bottom: 1px solid #000;
}
td a {
  color: #3277B3;
}
td a:hover,
a:focus {
  color: #03180D;
}
.slider__nav {
  position: absolute;
  z-index: 99;
  top: 25%;
  right: 5%;
  transition: top 0.3s ease-out;
  display: none;
}
@media (orientation: landscape) and (max-width: 812px) {
  .slider__nav {
    top: -7%;
  }
}
.slider__nav ul {
  list-style: none;
  list-style-position: inside;
  margin: 15px 0;
}
.slider__nav ul li {
  margin: 15px 0;
  padding-left: 0;
  list-style-type: none;
  color: #bfc1c3;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.slider__nav ul li.active {
  font-weight: bold;
  color: #212121;
  transform: scale(1.2);
}
.slider__nav ul li:hover {
  color: #4b491e;
}
.slider__nav ul li > span {
  visibility: hidden;
}
.checkit-fix-wrapper {
  min-height: 961px;
  padding-bottom: 2500px;
  height: auto;
  top: auto;
  left: auto;
  padding-top: 0px;
  bottom: auto;
  right: auto;
  position: relative;
  box-sizing: content-box;
}
@media (orientation: portrait) and (max-width: 766px) {
  .checkit-fix-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (orientation: landscape) and (max-width: 766px) {
  .checkit-fix-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.pinElement {
  position: fixed;
  top: 120px;
  left: 0;
  right: 0;
}
.checkit-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.checkit-slide > .text.animated {
  opacity: 0;
  position: absolute;
  top: 10%;
  margin-left: 15px;
}
.checkit-slide > .text.animated > p {
  font-size: 3vh;
  font-weight: bold;
}
.checkit-slide > .text.animated > span {
  font-size: 7vh;
  font-weight: bold;
  line-height: 1;
}
.checkit-slide > .text.animated > .final-slide {
  font-size: 4.1vh;
  color: #fff;
  line-height: 1.2;
}
@media (orientation: portrait) and (max-width: 768px) {
  .checkit-slide > .text.animated > .final-slide {
    font-size: 2.5vh;
    line-height: 1.6;
  }
}
@media (orientation: portrait) and (min-width: 1024px) and (max-width: 1366px) {
  .checkit-slide > .text.animated > .final-slide {
    font-size: 3.1vh;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .checkit-slide > .text.animated > .final-slide {
    font-size: 4vh;
    display: inline-block;
  }
}
.checkit-slide > .slide-image {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .checkit-slide > .slide-image {
    bottom: 10%;
    right: 10%;
    text-align: right;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .checkit-slide > .slide-image {
    bottom: 0;
  }
}
.checkit-slide > .slide-image > img {
  width: 60%;
}
.slide {
  height: 200px;
}
.checkit-header-icon {
  position: absolute;
  left: 50%;
  bottom: 5px;
  z-index: 20;
}
.checkit-header-icon > a {
  color: #555555;
}
@media (max-width: 766px) {
  .checkit-header-icon {
    position: relative;
    left: 0;
    top: 11px;
  }
}
@media (orientation: portrait) and (max-width: 1024px) {
  .top-spacer-small-devices {
    padding-top: 73px;
  }
}
@media (max-width: 766px) {
  .top-spacer-small-devices {
    padding-top: 80px;
    /*padding-left:0;
        padding-right:0;*/
  }
}
.checkit-strap-containerv2 {
  margin: 30px 0;
}
@media (orientation: portrait) and (max-width: 766px) {
  .checkit-strap-containerv2 {
    margin: 0;
  }
}
.checkit-strap-containerv2 > div > p {
  padding: 25px 0;
  line-height: 1.8;
  font-weight: bold;
  font-size: 2vh;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}
@media (orientation: portrait) and (max-width: 640px) {
  .checkit-strap-containerv2 > div > p {
    padding: 0 0;
    font-size: 1.7vh;
  }
}
@media (orientation: portrait) and (min-width: 641px) and (max-width: 766px) {
  .checkit-strap-containerv2 > div > p {
    padding: 0 0;
    margin: 0;
  }
}
@media (orientation: portrait) and (min-width: 1024px) and (max-width: 1366px) {
  .checkit-strap-containerv2 > div > p {
    font-size: 1.5vh;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .checkit-strap-containerv2 > div > p {
    padding: 0 0;
    margin: 0;
    font-size: 3vh;
  }
}
.checkit-strap-containerv2 > div > .checkit-official-list {
  color: #808080;
  font-size: 6vh;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}
@media (orientation: portrait) and (max-width: 766px) {
  .checkit-strap-containerv2 > div > .checkit-official-list {
    font-size: 8vw;
    text-align: center;
  }
}
@media (orientation: portrait) and (min-width: 1024px) and (max-width: 1366px) {
  .checkit-strap-containerv2 > div > .checkit-official-list {
    font-size: 5vh;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .checkit-strap-containerv2 > div > .checkit-official-list {
    font-size: 8vw;
    text-align: center;
  }
}
.checkit-bell {
  position: absolute;
  top: 12%;
  right: 115%;
  background: #fff;
  border-radius: 50%;
  color: #414f44;
  width: 100px;
  height: 100px;
}
.checkit-bell > i {
  position: relative;
  left: 17%;
  top: 17%;
}
@media (max-width: 766px) {
  .checkit-bell {
    display: none;
  }
}
.checkit-reminder-button {
  position: absolute;
  bottom: 18%;
  left: auto;
  right: 0px;
}
.checkit-reminder-button > a {
  font-weight: bold;
  width: 100%;
}
@media (max-width: 766px) {
  .checkit-reminder-button {
    margin-top: 20px;
    text-align: center;
    position: inherit;
  }
  .checkit-reminder-button > a {
    width: 60%;
  }
}
.set-reminder {
  padding-top: 25px;
}
.set-reminder > .row > div {
  background-color: #414f44;
  color: #fff;
  padding: 20px 15px;
  margin: 58px 8.333%;
}
.video-container-checkit {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.video-container-checkit > img {
  width: 60%;
}
@media (max-width: 766px) {
  .video-container-checkit > img {
    width: 100%;
  }
}
.video-container-checkit > video {
  display: block;
  object-fit: cover;
  opacity: 0.5;
}
.video-container-checkit > .youtubeOverlay {
  display: none;
}
.video-container-checkit > .youtubeOverlay > a {
  color: #b4b4b4;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .video-container-checkit > .youtubeOverlay {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 61%;
    z-index: 1;
  }
}
@media (max-width: 766px) {
  .video-container-checkit > video {
    width: 100%;
    object-fit: cover;
  }
}
.video-container-checkit:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background: #000;
  -webkit-transform-origin: 0 303%;
  -ms-transform-origin: 0 303%;
  transform-origin: 0 303%;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: 2;
}
@media (max-width: 766px) {
  .video-container-checkit:after {
    content: none;
  }
}
.carousel-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 45vh;
}
@media (orientation: portrait) and (min-width: 1024px) and (max-width: 1366px) {
  .carousel-wrapper {
    height: 35vh;
  }
}
.carousel-wrapper > .next-slide {
  text-align: center;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  color: #555;
  z-index: 30;
}
.carousel-wrapper > .next-slide > i {
  cursor: pointer;
}
.carousel-yellow-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  background: #fff200;
  -webkit-transform-origin: 0 303%;
  -ms-transform-origin: 0 303%;
  transform-origin: 0 303%;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: -1;
}
@media (orientation: portrait) and (max-width: 415px) {
  .carousel-yellow-box {
    left: -40px;
    width: 75%;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
  }
}
@media (orientation: portrait) and (min-width: 416px) and (max-width: 768px) {
  .carousel-yellow-box {
    left: -40px;
    width: 70%;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
  }
}
.carousel-yellow-box.move-out {
  left: 70px;
  animation-name: slideLeft;
  animation-duration: 2s;
}
@media (orientation: portrait) and (max-width: 415px) {
  .carousel-yellow-box.move-out {
    left: 37px;
    animation-name: slideLeft15;
    animation-duration: 2s;
  }
}
@media (orientation: portrait) and (min-width: 416px) and (max-width: 768px) {
  .carousel-yellow-box.move-out {
    left: 30px;
    animation-name: slideLeft15;
    animation-duration: 2s;
  }
}
.carousel-yellow-box.move-in {
  left: 0;
  animation-name: slideRight;
  animation-duration: 2s;
}
@media (orientation: portrait) and (max-width: 415px) {
  .carousel-yellow-box.move-in {
    left: -40px;
    animation-name: slideRight15;
    animation-duration: 2s;
  }
}
@media (orientation: portrait) and (min-width: 416px) and (max-width: 768px) {
  .carousel-yellow-box.move-in {
    left: -40px;
    animation-name: slideRight15;
    animation-duration: 2s;
  }
}
@keyframes slideLeft15 {
  0% {
    transform: skew(-15deg) translateX(-70px);
  }
  100% {
    transform: skew(-15deg);
  }
}
@keyframes slideRight15 {
  0% {
    transform: skew(-15deg) translateX(70px);
  }
  100% {
    transform: skew(-15deg);
  }
}
@keyframes slideLeft {
  0% {
    transform: skew(-30deg) translateX(-70px);
  }
  100% {
    transform: skew(-30deg);
  }
}
@keyframes slideRight {
  0% {
    transform: skew(-30deg) translateX(70px);
  }
  100% {
    transform: skew(-30deg);
  }
}
.carousel-checkit-wrapper {
  position: absolute;
  top: 10%;
  left: 0;
  width: 50vh;
  height: 77%;
  background: none;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: -1;
  opacity: 1;
}
@media (orientation: portrait) and (max-width: 415px) {
  .carousel-checkit-wrapper {
    left: -50vw;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
  }
}
@media (orientation: portrait) and (min-width: 416px) and (max-width: 768px) {
  .carousel-checkit-wrapper {
    left: -26vh;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
  }
}
.carousel-checkit-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vh;
  height: 95%;
  background: #b6b6b6;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: -1;
  opacity: 0;
}
@media (orientation: portrait) and (max-width: 415px) {
  .carousel-checkit-background {
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
  }
}
@media (orientation: portrait) and (min-width: 416px) and (max-width: 768px) {
  .carousel-checkit-background {
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
  }
}
a {
  color: #224F77;
}
a:hover,
a:focus {
  color: #757575;
}
.rte-content a {
  text-decoration: underline;
  line-height: 1.5 !important;
}
.rte-content a:hover,
.rte-content a:focus {
  color: gray;
}
@media (max-width: 767px) {
  .rte-content .word-wrap-xs {
    word-break: break-all;
  }
}
.row.no-gutter > [class*='col-'],
.row.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.container-fluid.white-background {
  background-color: white;
}
.top-buffer {
  margin-top: 20px;
}
.no-guttered-text > .row {
  padding-left: 30px;
}
@media (min-width: 992px) {
  .no-guttered-text > .row {
    padding-left: 50px;
  }
}
div.no-right-pad {
  padding-right: 0;
}
.searchbox {
  background-color: #d3d2c4;
  color: #000000;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  .search-label {
    padding-left: 10px;
  }
}
.feature-title {
  color: #fff;
  left: 30px;
  position: absolute;
  width: 80%;
  top: 55%;
  /*//xtra small
    @media (max-width: 449px) {
        top: 40%;
    }
    //between xtra small and small
    @media (min-width: 450px) and (max-width: @screen-xs-max) {
        top: 70%;
    }
    //small
    @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
        top: 55%; h1 {
            font-size: 20px;
        }
    }

    @media (min-width: @screen-md-min) {
        top: 55%;
    }*/
}
@media (max-width: 767px) {
  .feature-title {
    top: 50%;
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .feature-title {
    top: 55%;
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .feature-title {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .feature-title {
    font-size: 50px;
  }
}
.img-static img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-h3 h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .responsive-row [class*='col-'] {
    margin-bottom: 20px;
  }
}
.bannerLink.emergency-advice {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjU4N0NENkE0MEY0MTFFNTg2OUI4OTBBQjI4MTRERjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjU4N0NENkI0MEY0MTFFNTg2OUI4OTBBQjI4MTRERjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNTg3Q0Q2ODQwRjQxMUU1ODY5Qjg5MEFCMjgxNERGMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNTg3Q0Q2OTQwRjQxMUU1ODY5Qjg5MEFCMjgxNERGMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph5hCrMAAAQHSURBVHja7FhpSFRRFH535s3iLGI1agVKFGlIERXmVrYQaisVRllCagQtKCgkFZiWLRRFhJSE7RkmiApSYJuWpbRSFO1F9MOihMxlnO3N67szT8Zlpmk2px9zuQznvnvu9753zv3Ou28I38X8V03EMAFCAUIBQgFCrjejkeTvVubtVMLwEIr1CqGmFmlZDX22ZSnSlIV6T6CI55W6q1u0YJXyxVdqT49kmup6g9Vmf6astkFmZYMGo65B5s8ItX8TR85TwDiUy+F3V5kYv1/vaseP4/wToYpLNB4aBZOVoUPXKGwX/UDo5WtJ6VkakrISY6jGjA4DQ1zE1EgTMpnIsZM0EvOn8ktTBWXBwBAGpuAwooTutUorb9JbFu8wKIJ460UYGMLAFBxGjlBPL9lzmCZl83JzYpzh8xe24mIQ+odPLIY5S6js4QA3l6GhMjd65Vm5eKwa/e1TFsM16SrrMDVNZepk3jxhrUO4uYrsToS+/xBvL5FYpR492dSnI7X3hUjcek56e0VTokwHtlPZww3OPk/Z+SuyHqMgdfr2GXxHCUv3U/Z6vUrCwA3OviX05h1bVG6TOmUg4SeMtjnIZJRQWCh3upSWADhjia8IcRxzvJw+8dwYm9TRpk0WVBY7iRH1Qy5P08MNBpZwnG8IPXgoPXedLtlbaJM62rhwwZ4YYbuoUPAllhKAJVjofULaPlJ8hOJC1UlxhoFTmv6UhYfyA68nxRuyF9O07jsqxXIvE7rWKGt5TUELtunFgzfyqBCBx+hRgwhhv+dvo5ltfkWw3JuEfnaIci1Sh56h6iGzwWqBR0gwP2QqJtpUupXuICwHiNcIXa6Wd2gZKBl6Hj6rVgk81Go7a3M20BKA5QDxDqH3H9nCEzRJUDL0PNxBM0YgFB5m56wYHsad2ktLAEAA5Skhs5kpqxCkDiXb9YmdaVw7n189h4+bZbTrsGKxPt5SGgBlNnt2Ymx9JE3OpITuXNAnJxocvhMtMSKOldTcIl20ieLcq9Qnzja4GSG8p6BYu1If+mTkb2zQ5iQYN6bx1hIAWDcJNd6W4X1pV+oDm05HqmvlZy4H/ep0CMiyfIGlBAAQsO4cPzq+iCKi6Cni0D7F388M9VXCacSp5/5iBdwAC3CXjx9VNbL2LodSHxSh/nmt1kk5zsmkroAFuGubGofAqJQgWoEOGjPSdU6/FSsuyn93kS3ZOqcfQJXV8qwiWmPf3+ibOMH0TynjOpn8XCVimzxP1fOduHeqdNS720l8Es1vQZ4SNxoyaz9Cj59JEtbJrbUnbgbv9b842p6QB+9octuu6lDDnKcsPUtV30oY37eViXzNhR7nsp86xcyMSBt+IxL4nzpAKEAoQMjP7Y8AAwBp4l3VMBRnqQAAAABJRU5ErkJggg==') /*/img/warning.png*/ no-repeat scroll 0 0;
  min-height: 48px;
  padding-left: 60px;
  padding-top: 16px;
  background-color: white;
}
@media (max-width: 767px) {
  .bannerLink.emergency-advice {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAIAAABuYg/PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjUxN0I0OEI0NTkzMTFFNTk5QTdDNTYwNzRENDZBMTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjUxN0I0OEM0NTkzMTFFNTk5QTdDNTYwNzRENDZBMTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNTE3QjQ4OTQ1OTMxMUU1OTlBN0M1NjA3NEQ0NkExNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNTE3QjQ4QTQ1OTMxMUU1OTlBN0M1NjA3NEQ0NkExNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuwfDOIAAALQSURBVHjaYvz/iYFugImBYdSyUctGLSME/v9ncInjAiIgg+aWrdzKeuAEMxABGWRYxkh8CfL9B4OWO8/j54xAtqzk/2s7v3By0MxnPXPYgDYFe/wBIiADyKWVz56+ZNR04/77l/HKjq9Aro4HNzPz/+u7vkqL/6e+z2p62b99ZyxI/KUo8w+IgAwgt7aPnfo+O3uF2SKYS1wEGE9fT15gBiZFC8O/QI++est4Yu03Y52/VLMMaLR9JNexc8xzO34wMzEklIFSxazWH4yMDKlVHFZGfw8u/8bISKVgXL2dBWiTkc7f2IDf9x5D1d+6zxQf9NtA6x9QCqiAOnEGTO6V3aCI6a/+ycTEwM0FTQ58vP+B3P7qH0A2UMH3H9SwrH8+28OnTKFef6yNQREjwAe1DMKwNf0LlAIqACqj1LJnrxg7Z7BxsDN0lP6E2sELs4wXqqa99CdQAVAZUDFFlgGT+9fvjCUpv+Sl/0FEBPlRfAYECtL/ChN/AZUBFZNvGTC5L97AKiX2vzTtF1wQ7iFBPkReLs/4JSn6H6gYqIUcy4DJvbCFHUi2lvzk5kSYKyIEZQsLIQR5uP63FP+Ea8GbjT5hQStXsDBL8Jq7cv37iC6VmMkRkcSJJv73A4OpCxdQy6oVLFgNhCAsmfrHT1DR9+Ap09FV38wNiC0djp5lBuZ9YBQCC08OdqKDccICNqBNkb6/sdo0eyUrsLz/gyEDzBthXn+AGoHaiQ3G53cZ+ZV4eBR4H99ixAyHK2eYgGEFRBvWYQmuhzeYuOV5gdqBhmANRnSf1fSxf/nGWJr6S0YCS1zLSP5XlvsnKvRfW/Ufpqyc1D9gPgFqr8FRG6DE2fmrzGZBXECzzmz8ysWBs1z+95+BGUeW+fqdwcSf+817xlPrvhlq/8VnmWM01+HTzFRpSAFLsv1Lv+FLILcfUK1lh9UoxtEu06hl+ABAgAEAfEmIqRWlQmMAAAAASUVORK5CYII=') /*../../img/warning-mobile.png*/ no-repeat scroll 0 0;
    min-height: 36px;
    padding-left: 40px;
    padding-top: 8px;
    background-color: white;
  }
}
.footer {
  background-color: #03180d;
  color: white;
  padding-top: 15px;
}
.footer a {
  color: white;
}
@media (min-width: 767px) {
  .footer {
    font-size: 10px;
  }
}
@media (min-width: 991px) {
  .footer {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .footer {
    font-size: 16px;
  }
}
.new-footer {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  -webkit-box-shadow: 0 -3px 8px rgba(138, 138, 138, 0.75);
  -moz-box-shadow: 0 -3px 8px rgba(138, 138, 138, 0.75);
  box-shadow: 0 -3px 8px rgba(138, 138, 138, 0.75);
}
.new-footer .main-section {
  background: lightgray;
}
@media (max-width: 766px) {
  .new-footer .main-section > div.container {
    padding: 0;
  }
}
.new-footer .main-section .pages-col {
  position: relative;
  /*padding-right: 0;*/
  padding: 0;
  border-left: 2px solid transparent;
  border-right: 2px solid #414f44;
  height: 200px;
}
@media (max-width: 766px) {
  .new-footer .main-section .pages-col {
    border-left: none;
    border-right: none;
    padding: 0;
  }
}
.new-footer .main-section .pages-col .key-pages {
  padding-top: 15px;
  padding-right: 15px;
}
@media (max-width: 766px) {
  .new-footer .main-section .pages-col .key-pages {
    font-size: 16px;
    float: left;
    width: 50%;
    padding-right: 5px;
    padding-left: 15px;
  }
}
@media (min-width: 767px) {
  .new-footer .main-section .pages-col .key-pages {
    font-size: 11px;
  }
}
@media (min-width: 991px) {
  .new-footer .main-section .pages-col .key-pages {
    font-size: 16px;
  }
}
.new-footer .main-section .pages-col .key-pages > .key-pages-title {
  font-size: 16px;
  text-decoration: underline;
}
@media (min-width: 767px) {
  .new-footer .main-section .pages-col .key-pages > .key-pages-title {
    font-size: 11px;
  }
}
@media (min-width: 991px) {
  .new-footer .main-section .pages-col .key-pages > .key-pages-title {
    font-size: 16px;
  }
}
.new-footer .main-section .pages-col .key-pages > ul {
  padding: 0;
  list-style: none;
}
@media (min-width: 767px) {
  .new-footer .main-section .pages-col .key-pages > ul {
    font-size: 10px;
  }
}
@media (min-width: 991px) {
  .new-footer .main-section .pages-col .key-pages > ul {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .new-footer .main-section .pages-col .key-pages > ul {
    font-size: 16px;
  }
}
.new-footer .main-section .pages-col .key-pages > p {
  margin-bottom: 0;
}
.new-footer .main-section .pages-col .popular-pages {
  position: absolute;
  bottom: 0;
  padding-right: 15px;
  width: 95%;
}
@media (max-width: 766px) {
  .new-footer .main-section .pages-col .popular-pages {
    font-size: 16px;
    position: relative;
    float: left;
    width: 50%;
    padding-left: 5px;
    padding-top: 15px;
  }
}
@media (min-width: 767px) {
  .new-footer .main-section .pages-col .popular-pages {
    font-size: 11px;
  }
}
@media (min-width: 991px) {
  .new-footer .main-section .pages-col .popular-pages {
    font-size: 16px;
  }
}
.new-footer .main-section .pages-col .popular-pages > .popular-pages-title {
  font-size: 16px;
  text-decoration: underline;
}
@media (min-width: 767px) {
  .new-footer .main-section .pages-col .popular-pages > .popular-pages-title {
    font-size: 11px;
  }
}
@media (min-width: 991px) {
  .new-footer .main-section .pages-col .popular-pages > .popular-pages-title {
    font-size: 16px;
  }
}
.new-footer .main-section .pages-col .popular-pages > ul {
  padding: 0;
  list-style: none;
}
@media (min-width: 767px) {
  .new-footer .main-section .pages-col .popular-pages > ul {
    font-size: 10px;
  }
}
@media (min-width: 991px) {
  .new-footer .main-section .pages-col .popular-pages > ul {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .new-footer .main-section .pages-col .popular-pages > ul {
    font-size: 16px;
  }
}
.new-footer .main-section .pages-col .popular-pages > p {
  margin-bottom: 0;
}
.new-footer .widget-col {
  padding: 0;
  border-left: 2px solid #414f44;
  border-right: 2px solid #414f44;
}
@media (max-width: 766px) {
  .new-footer .widget-col {
    border-top: 3px solid #414f44;
    border-left: none;
    border-bottom: 3px solid #414f44;
    border-right: none;
    padding: 0;
  }
}
.new-footer .widget-col > p {
  margin: 0;
}
.new-footer .social-col {
  position: relative;
  padding: 0;
  padding-top: 15px;
  border-left: 2px solid #414f44;
  border-right: 2px solid transparent;
  height: 200px;
}
@media (max-width: 767px) {
  .new-footer .social-col {
    border-left: 2px solid transparent;
  }
}
.new-footer .social-col > .icon-container {
  padding: 0;
}
.new-footer .social-col .logo {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.new-footer .social-col .social-icon-size {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
}
@media (min-width: 768px) {
  .new-footer .social-col .social-icon-size {
    font-size: 1.5em;
  }
}
@media (min-width: 991px) {
  .new-footer .social-col .social-icon-size {
    font-size: 3em;
  }
}
.new-footer .social-col .social-link {
  padding: 0 11px;
  background-color: #fff;
  border-radius: 50%;
  display: table;
  height: 60px;
  width: 60px;
  float: left;
  margin-left: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .new-footer .social-col .social-link {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 991px) {
  .new-footer .social-col .social-link {
    height: 60px;
    width: 60px;
  }
}
.new-footer .social-col .social-link.facebook > i {
  padding-left: 2px;
}
.new-footer .social-col .social-link.facebook {
  background-color: #44619D;
  color: #fff;
}
.new-footer .social-col .social-link.twitter {
  background-color: #1DA1F2;
  color: #fff;
}
.new-footer .social-col .social-link.youtube {
  background-color: #cc181e;
  color: #fff;
}
.new-footer .social-col .social-link:hover {
  text-decoration: none;
}
.new-footer .helpline {
  background: #414f44;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
@media (min-width: 767px) {
  .new-footer .helpline {
    font-size: 12px;
  }
}
@media (min-width: 991px) {
  .new-footer .helpline {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .new-footer .helpline {
    font-size: 16px;
  }
}
.new-footer .helpline a.phone-number {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
@media (min-width: 767px) {
  .new-footer .helpline a.phone-number {
    font-size: 12px;
  }
}
@media (min-width: 991px) {
  .new-footer .helpline a.phone-number {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .new-footer .helpline a.phone-number {
    font-size: 25px;
  }
}
.new-footer .footer > div.container {
  padding-left: 0;
}
.new-footer .footer > div.container > div {
  padding-left: 0;
}
.new-footer ul.footer-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.new-footer ul.footer-links > li {
  float: left;
}
.new-footer ul.footer-links > li > a {
  display: block;
  text-align: center;
  padding-left: 16px;
  text-decoration: none;
}
.new-footer ul.footer-links > li > a:hover {
  color: gray;
}
.custom-button {
  background-color: inherit;
}
.footer-contact-us-container {
  display: flex;
  justify-content: space-between;
}
.back-to-top-text {
  height: 18px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
}
#facebook a:link,
#facebook a:active,
#facebook a:visited {
  color: white;
  text-decoration: none;
}
#facebook {
  background-color: #3b5998;
  height: 100px;
  color: white;
  text-align: center;
  font-weight: bold;
  padding-top: 35px;
}
#twitter a:link,
#twitter a:active,
#twitter a:visited {
  color: white;
  text-decoration: none;
}
#twitter {
  background-color: #4099FF;
  height: 100px;
  color: white;
  text-align: center;
  font-weight: bold;
  padding-top: 35px;
}
#youtube a:link,
#youtube a:active,
#youtube a:visited {
  color: white;
  text-decoration: none;
}
#youtube {
  background-color: #b31217;
  height: 100px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-top: 35px;
}
#email a:link,
#email a:active,
#email a:visited {
  color: white;
  text-decoration: none;
}
#email {
  background-color: #636363;
  height: 100px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-top: 35px;
}
.learn-more {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 20px;
}
.learn-more a {
  color: white;
  text-decoration: none;
}
.bottom-border-dotted a {
  color: black;
}
.bottom-border-dotted a:hover,
.bottom-border-dotted a:focus {
  color: gray;
}
.bottom-buffer {
  margin-bottom: 20px;
}
#dvSiteCookies {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  display: none;
  background-color: #a5a5a5;
  color: black !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .signinGrey {
    margin-top: 78px;
  }
}
@media (min-width: 768px) {
  .first-container {
    margin-top: 200px;
  }
  .sm-top-buffer {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .no-top-image {
    padding-top: 73px;
  }
}
@media (min-width: 768px) {
  .no-top-image {
    padding-top: 73px;
  }
}
@media (max-width: 810px) {
  .background-image {
    padding-left: 0;
    padding-right: 0;
  }
}
.background-image > div {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .background-image > div {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .background-image > div {
    padding-top: 90px;
  }
}
@media (max-width: 810px) {
  .background-image-gsw {
    padding-left: 0;
    padding-right: 0;
  }
}
.background-image-gsw > div {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .background-image-gsw > div {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .background-image-gsw > div {
    padding-top: 90px;
  }
}
@media (max-width: 768px) {
  .background-image-gsw > div {
    padding-top: 27px;
  }
}
.background-image-gsw.home-image > div {
  background-size: 100%;
  background-repeat: no-repeat;
}
.background-image.home-image > div {
  padding-bottom: 50px;
  /*@media (max-width:@screen-xs-max) {
            background-image: url('/media/homepage-banner-mobile.png'); padding-bottom: 30px;
        }*/
  /*background-image: url('/media/homepage-banner.png');*/
  background-size: 100%;
  background-repeat: no-repeat;
}
/*  <div class="col-md-12" style="position:relative;">
                        <img src="/media/news01.png" alt="news" />
                        <span style="display:block;  position:absolute; left:30px; top:0; background-color:white; z-index:99; padding:1 5 1 5">News</span>
                    </div>*/
.news-tag {
  position: relative;
}
.news-tag > span {
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  background-color: white;
  z-index: 99;
  padding: 1 5 1 5;
  font-weight: bold;
  cursor: default;
}
.news-tag.tweet-tag > span {
  background-color: #4099FF;
  color: white;
}
.background-white {
  background-color: white;
}
.logo-top-padding {
  padding-top: 20px;
}
.page-subtitle {
  font-size: 24px;
  line-height: 1.2;
}
a > h3 {
  text-decoration: none;
}
a > h3:hover {
  text-decoration: underline;
}
a > img {
  border: none;
}
a > h3 {
  text-decoration: none;
}
a > h3:hover {
  text-decoration: underline;
}
a > img {
  border: none;
}
.share-icons {
  padding-left: 10px;
  padding-top: 5px;
}
.background-darkgrey {
  background-color: #414F44;
}
.text-break {
  white-space: normal;
}
@media (max-width: 767px) {
  .text-break-xs {
    white-space: normal;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-break-sm {
    white-space: normal;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-break-md {
    white-space: normal;
  }
}
.formgroup {
  background-color: white;
  padding: 15px;
}
.tab-content > div {
  min-height: 270px;
}
.row.split-colors > [class*='col-'] {
  background-color: #414F44;
}
.row.split-colors > [class*='col-'] + [class*='col-'] {
  background-color: #EAEAE4;
}
@media (min-width: 768px) {
  .login-header {
    height: 150px;
  }
}
.gsr-logo-height {
  height: 128px;
}
/*.wide-background {
    &:extend(.background-image );
    >div{
        &:extend(.background-image>div );
    } 
}

.wide-background >div.dark-grey {
    background-color: #414F44;
}*/
#toppagination {
  /*width: 100%;*/
  height: 28px;
  margin-bottom: 10px;
  margin-left: 50px;
}
#toppagination li {
  display: inline;
  float: left;
  margin-right: 5px;
  text-align: center;
  color: Black;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: url(../img/step_off.gif) no-repeat 0 0;
  margin-top: 5px;
}
#toppagination li.active {
  border-radius: 50%;
  /*background: url(../img/step_on.gif) no-repeat 0 0;*/
  color: #03180d;
  border: 2px solid #666;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-top: 5px;
  background-color: #fff200;
}
.fontColorRed {
  color: red;
}
.loginBox > li > a {
  border-radius: 0px;
}
.loginBox > li.active > a,
.loginBox > li.active > a:hover,
.loginBox > li.active > a:focus {
  background-color: #FFF;
  color: black;
}
.loginBox > li > a,
.loginBox > li > a:focus {
  background-color: #EDEDE7;
  color: black;
}
.errorMsg {
  margin-top: -55px;
  padding: 10px;
}
.paddingTop0 {
  padding-top: 0;
}
.paddingTopBottom65 {
  padding-top: 65px;
  padding-bottom: 85px;
}
.paddingTopBottom75 {
  padding-top: 75px;
  min-height: 700px !important;
}
.listStyleNone {
  list-style-type: none;
}
.boderBottom {
  text-decoration: underline !important;
}
.borderBottom {
  text-decoration: underline !important;
}
.bgColorSafe {
  background-color: #eaeae4;
}
.bgColorSafeGrey {
  background-color: #d3d2c4;
}
.bgColorSafeGreen {
  background-color: #657968;
}
@media (max-width: 768px) {
  .bgColorSafeGreen {
    padding-top: 85px;
  }
}
.noBorderBottom {
  border-bottom: none;
}
.fontColorRed {
  color: red;
}
.noBorder {
  border-bottom: none;
}
.responsive-stacked-table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  table-layout: fixed;
}
.responsive-stacked-table th,
.responsive-stacked-table td {
  padding: 5px;
  /*border-top: 1px solid #ddd;*/
}
.responsive-stacked-table thead {
  background: #eee;
  border-bottom: 1px solid #ddd;
}
.responsive-stacked-table tr:nth-child(even) {
  background: #f5f5f5;
}
.responsive-stacked-table .fa {
  margin-right: 5px;
}
.responsive-stacked-table .fa-check-circle {
  color: #690;
}
.responsive-stacked-table .fa-times-circle {
  color: #c00;
}
.responsive-stacked-table.with-mobile-labels {
  font-size: 0.85em;
}
@media (max-width: 1199px) {
  .container {
    /*width: auto;*/
    /*padding: 0 10px;*/
  }
}
@media (max-width: 767px) {
  .responsive-stacked-table thead {
    display: none;
  }
  .responsive-stacked-table tr,
  .responsive-stacked-table th,
  .responsive-stacked-table td {
    display: block;
  }
  .responsive-stacked-table td {
    border-top: none;
  }
  .responsive-stacked-table tr td:first-child {
    border-top: 1px solid #ddd;
    font-weight: bold;
  }
  .responsive-stacked-table.with-mobile-labels tr td:first-child {
    font-weight: 300;
  }
  .responsive-stacked-table.with-mobile-labels td:before {
    display: block;
    font-weight: bold;
  }
}
.margin0 {
  margin: 0px !important;
}
.marginLeft15 {
  margin-left: 15px;
}
.marginTop15 {
  margin-top: 15px;
}
.marginTop0 {
  margin-top: 0px;
}
.marginRight5 {
  margin-right: 5px !important;
}
.marginRight10 {
  margin-right: 10px !important;
}
.customButton {
  background-color: #4b5a53 !important;
  color: white !important;
  font-size: 14px !important;
  padding: 10px !important;
}
.customButton:hover,
.customButton:active,
.customButton:visited,
.customButton:focus,
.customButton:checked {
  color: white;
  outline: none;
}
.customAlertButton {
  background-color: #4b5a53;
  color: white;
  font-size: 12px;
  padding: 3px 10px;
}
.customAlertButton:hover,
.customAlertButton:active,
.customAlertButton:visited,
.customAlertButton:focus,
.customAlertButton:checked {
  color: white;
  outline: none;
}
.processButton {
  background-color: #fff200 !important;
  color: black !important;
  border: none !important;
  border-radius: 3px;
}
.badProcessButton {
  background-color: #4b5a53 !important;
  color: white !important;
  border: none !important;
  border-radius: 3px;
}
.clearProcessButton {
  background-color: transparent !important;
  color: black !important;
  border: 1px solid black !important;
  border-radius: 3px;
}
.height-42 {
  height: 42px !important;
}
.txtDDMM {
  float: left;
  width: 19%;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 10px;
}
.txtYear {
  float: left;
  width: 23%;
  padding-left: 5px;
  padding-right: 5px;
}
.displayNone {
  display: none;
}
.displayBlock {
  display: block;
}
@media (min-width: 768px) {
  .tab-top-buffer {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .md-top-buffer {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .xs-top-buffer {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .xs-top-buffer {
    margin-top: 20px;
  }
}
.paddingLeftRight0 {
  padding-left: 0;
  padding-right: 0;
}
.marginLeftRight0 {
  margin-left: 0;
  margin-right: 0;
}
.textColorWhite {
  color: #fff;
}
.paddingBottom15 {
  padding-bottom: 15px;
}
.bgColorYellow {
  background-color: yellow;
}
.bgColorWhite {
  background-color: #fff;
}
.bgColorLightGray {
  background-color: #BFBFBF;
}
.marginBottom15 {
  margin-bottom: 15px;
}
.marginBottom0 {
  margin-bottom: 0px;
}
.scrollDivBody {
  height: 130px;
  overflow-y: auto;
}
.divpaddingTopVaraible {
  padding-top: 0;
  margin-top: 5px;
}
@media (max-width: 992px) {
  .divpaddingTopVaraible {
    padding-top: 5px;
    margin-top: 0;
  }
}
.noticeSpan {
  color: #000;
  left: 15px;
  padding: 2px 10px;
  position: relative;
}
.height130 {
  height: 130px;
}
.height190 {
  height: 190px;
}
.paddinLeft0 {
  padding-left: 0px;
}
.paddinRight0 {
  padding-right: 0px;
}
.paddinRight15 {
  padding-right: 15px;
}
.paddingTop22 {
  padding-top: 22px;
}
.borderSelectAtleastOneLeft {
  width: 5px;
  height: 144px;
  border: solid 1px #f00;
  border-left: none !important;
  margin-left: 15px;
  float: left;
  position: absolute;
}
.borderSelectAtleastOneRight {
  width: 5px;
  height: 72px;
  border-bottom: solid 1px #f00;
  margin-left: 20px;
  float: left;
  position: absolute;
}
.borderSelectAtleastOneText {
  color: #f00;
  padding-top: 60px;
  padding-left: 5px;
  margin-left: 25px;
  position: absolute;
}
.offer-box {
  /*background: #f4e759;*/
  height: 200px;
  border-radius: 0px;
  /*width: 32%;*/
}
@media (orientation: landscape) {
  .offer-box {
    /*background: #f4e759;*/
    height: 200px;
    border-radius: 0px;
    /*width: 31%;*/
  }
}
.offer-box-mobile {
  /*background: #f4e759;*/
  height: 200px;
  border-radius: 0px;
  width: 76%;
  margin-left: 30px;
  margin-right: 0px;
  margin-top: 15px;
}
@media (orientation: landscape) {
  .offer-box-mobile {
    /*background: #f4e759;*/
    height: 200px;
    border-radius: 0px;
    width: 26%;
    margin-left: 30px;
    margin-right: 0px;
    margin-top: 15px;
  }
}
.offer-box h1 {
  color: #080808;
}
.offer-box p {
  color: #080808;
  font-size: 1.2em;
}
.borderError {
  border: 1px solid red !important;
  box-shadow: none !important;
}
.fontWeightNormal {
  font-weight: normal;
}
.input-validation-error {
  border: 1px solid red !important;
  box-shadow: none !important;
}
.requiredAsteric:after {
  content: "\00a0*";
  font-weight: normal;
  font-size: small;
  color: red;
}
.intelecomStarterRight {
  right: 30px;
}
.intelecomchatstarter {
  background: url('/img/gsr_chat_d.png') 50% 50% no-repeat;
  width: 163px;
  height: 50px;
  z-index: 250;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
@media (max-width: 767px) {
  .intelecomchatstarter {
    background: url('/img/gsr_chat.png') 50% 50% no-repeat;
    width: 75px;
    height: 80px;
    background-size: 70px;
  }
  .intelecomStarterRight {
    right: 0;
  }
}
.intelecomchat__infomessage {
  display: none;
}
.intelecomchatheader {
  background: #e5b701;
}
.intelecomchat__button {
  background: #e5b701;
}
.intelecom_icon-star,
.intelecom_icon-star-empty,
.intelecom_icon-ok {
  color: #000;
}
.business-competencies {
  margin-top: 10px;
  margin-bottom: 10px;
}
.businessname .wrapOverflow {
  height: 65px;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 768px) {
  .business-competencies {
    margin-top: auto;
  }
  .businessname .wrapOverflow {
    height: auto;
  }
  .Card > .row:last-child {
    padding-bottom: 15px;
  }
}
.languagePicker {
  margin-top: 10px;
  float: right;
  text-align: right;
}
.languagePicker a {
  color: white;
  font-size: 16px;
}
.languagePicker__selected {
  text-decoration: underline;
}
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
.threedots {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sa-container-header .name-and-logo h1 {
  font-family: "Proxima Nova";
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  #telemailcontainer {
    height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .btn {
    font-size: 15px;
  }
}
.grecaptcha-badge {
  z-index: 1;
}
body {
  font-family: "OpenSans-Regular";
}
.offset-gasemergency-banner {
  margin-top: 45px;
}
.banner-hero-height {
  margin-top: 135px;
}
.header-logo {
  margin-right: 20px;
}
.widget-spacing {
  margin-top: 45px;
}
.float-left {
  float: left;
}
.tab-content > div {
  min-height: 100px;
}
.ctas {
  position: relative;
  z-index: 0;
}
.ctas .cta-left {
  z-index: -3;
  cursor: pointer;
}
.ctas .cta-right {
  z-index: -3;
  cursor: pointer;
}
.ctas .cta-centre {
  position: relative;
  z-index: -2;
  cursor: pointer;
}
.ctas .skew-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ctas .cta-centre-skew {
  -webkit-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  transform: skew(-25deg);
}
.ctas .banner {
  display: table;
}
.ctas .banner .banner-image {
  display: table-cell;
  vertical-align: middle;
}
.ctas .banner .banner-text {
  padding: 10px 0 10px 10px;
}
.ctas .banner .banner-text > h5 {
  margin: 0;
}
.ctas .banner .banner-text > a {
  font-size: 12px;
}
@media (max-width: 430px) {
  .mobile-heading {
    font-size: 36px;
  }
}
img.logo {
  margin-top: 22px;
  padding-right: 3px;
}
.page-subtitle > p {
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-subtitle > p {
    font-size: 12px;
  }
}
.page-subtitle > .subtitle-text {
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.text-bold {
  font-weight: bold;
}
.hero-link {
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.help-and-advice-spacer-top {
  margin-top: 5px;
}
.help-and-advice-spacer-top > .help-and-advice-spacer-bottom {
  margin-bottom: 10px;
}
.news-updates-container {
  margin-top: -10px !important;
}
.news-link-container {
  margin-top: 10px !important;
}
.bottom-spacer {
  margin-bottom: 10px !important;
}
.gsr-logo {
  /*  margin-left: 68px; */
  padding-top: 20px;
  float: left;
}
.official-title {
  /* padding-left:68px; */
  color: #FFF;
  font-family: "OpenSans-Regular";
  margin-top: 122px;
}
@media (max-width: 767px) {
  .official-title {
    margin-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.official-title > H1,
.official-title H2,
.official-title H3,
.official-title H4,
.official-title H5,
.official-title H6 {
  color: #FFF;
}
.bottom-cta-column > .grid-icon-control > .cta-component > .cta-keyline-default-cta-standa {
  text-align: left;
}
.building-regulation-container,
.complaint-container {
  background-color: #fff;
}
.by-law-all-gas-engin-copy {
  height: 56px;
  color: #FFFFFF;
  font-family: "Open-Sans-Light";
  padding-bottom: 68.23px;
}
.top-container {
  height: 824px;
  /* 	width: 1916px;
 */
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.top-menu {
  height: 150px;
  /* width: 1900px; */
  background-color: #03180D;
}
.trust-the-triangle {
  height: 32px;
  /* width: 370px; */
  color: #FFFFFF;
  font-family: 'Gothic-Bold';
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 44px;
}
.top-content {
  background: url('../images/Homepage 1900px Desktop - Hero.png') no-repeat 100% 100%;
  height: 624px;
}
.flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.find-check-widget {
  border-radius: 5px;
  background-color: #EDEDE7;
  padding: 31px 49px;
  margin-top: 31px;
}
@media only screen and (min-width: 768px) {
  .find-check-widget {
    width: 50%;
    margin-left: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .find-check-widget.col-md-5 {
    width: 41.66%;
    margin-left: 0%;
  }
}
div.col-md-6 > div > div > div.find-check-widget {
  width: 100%;
  margin-left: 0;
}
.element::-webkit-input-placeholder {
  font-weight: bold;
}
/* 1109-824px */
.building-regaulation-certificates-container {
  height: 170px;
}
.h-5-how-to-find-the-righ-building {
  /*height: 40px;*/
  font-weight: 900;
  line-height: 40px;
  text-align: center;
}
.gas-safety-home {
  padding-top: 8px;
  margin-bottom: 17px;
}
.h-5-how-to-find-the-righ {
  height: 40px;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
}
.finding-the-right-pe {
  color: #54544E;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  padding-top: 46px;
}
.moving-home-you-ll {
  color: #03180D;
  font-family: 'Open-Sans-Light';
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}
.cta-keyline-default-cta-standa {
  height: 67px;
  /*  width: 128px; */
  text-align: center;
}
.cta-text {
  height: 40.5px;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  border: 1.5px solid black;
}
.cta-text-visit {
  /*height: 48px;
        width: 212.3px;*/
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  border: 1.5px solid black;
}
.cta-text-help-and-support {
  height: 22.5px;
  width: 201.3px;
  color: #03180D;
  font-family: "Gothic A1";
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
}
.help-and-support-container {
  background-color: #EDEDE7;
}
.help-and-support {
  font-weight: 900;
  line-height: 56px;
  text-align: center;
  padding-top: 53px;
}
.how-to-find-right-engineer-container {
  height: 284px;
  text-align: center;
}
.help-and-support-sections {
  padding-top: 64px;
}
.cta-keyline-default {
  box-sizing: border-box;
  height: 48px;
  /*width: 216px;*/
  border: 1px solid #03180D;
  border-radius: 3px;
}
.you-can-make-a-compl {
  height: 103px;
  /*width: 433px;*/
  color: #03180D;
  font-family: "Open-Sans-Regular";
  font-size: 18px;
  line-height: 28px;
}
.complaints {
  /*height: 40px;
        width: 433px;*/
  font-weight: 900;
  line-height: 40px;
}
.complaint-row {
  padding-top: 69px;
  padding-bottom: 93px;
}
.cta-make-a-complaint-cta-stand {
  /*height: 48px;
        width: 181px;*/
  margin-top: 14px;
}
.content-image {
  /*background: url('../images/shutterstock_218196451 copy 2@2x (2).png') no-repeat 100% 100%;*/
  background: url('../images/shutterstock_218196451.png') no-repeat 100% 100%;
  height: 570px;
}
.need-to-talk-block {
  height: 227px;
  /*width: 475px;*/
}
.need-to-talk-to-some {
  /*height: 40px;
        width: 475px;*/
  font-weight: 900;
  line-height: 40px;
}
.find-help-and-advice {
  height: 84px;
  /*width: 370px;*/
  color: #03180D;
  font-family: "Open-Sans-Regular";
  font-size: 18px;
  line-height: 28px;
}
.shape {
  height: 32px;
  width: 32px;
  background-color: #FFF200;
}
.new-icons-chevron-circle-down- {
  height: 32px;
  width: 32px;
}
.more-button {
  padding-top: 34px;
  text-align: center;
}
.more {
  height: 18px;
  width: 44px;
  color: #FFFFFF;
  font-family: "Gothic-Semi-Bold";
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
}
.mobile-more-button-conainer {
  display: none;
}
.consumer-header-bg {
  background-color: #03180D;
}
.consumer-header-bg-gray {
  background-color: #EDEDE7;
}
.banner-hero {
  /* height: 624px; */
  background-position: bottom center;
  background-size: cover;
}
/* Responsiveness start */
@media (max-width: 600px) {
  .official-list-section {
    margin-top: 57px;
  }
  .desktop-more-button-conainer {
    display: none;
  }
  .mobile-more-button-conainer {
    display: contents;
  }
  .complaint-container img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .complaint-container .clearfix .col-md-6:nth-child(2),
  .complaint-container .container .col-md-6:nth-child(2),
  .complaint-container .container-fluid .col-md-6:nth-child(2),
  .complaint-container .row .col-md-6:nth-child(2),
  .complaint-container .nav .col-md-6:nth-child(2) {
    margin-left: -30px;
    margin-right: -30px;
  }
}
/* Responsiveness start */
.sub-menu-inner {
  height: 172px;
  width: 639px;
  margin-top: 55px;
  margin-right: 388px;
  margin-bottom: 48px;
  margin-left: 330px;
}
.sub-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  margin-top: 150px;
  display: none;
  height: 275px;
  width: 1900px;
  background-color: #35463D;
}
.sub-menu-option {
  height: 22px;
  width: auto;
  color: #FFFFFF;
  font-family: 'Open-Sans-Light';
  font-size: 16px;
  line-height: 22px;
  margin-right: 21px;
  margin-bottom: 28px;
}
.sub-menu-option:hover {
  color: yellow;
  font-weight: bold;
}
.strip-class {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  margin-top: 150px;
}
/* -------------------------------------------------------- */
.addOn-style-menu {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  /* width: 175px; */
  height: 51px;
  width: 178px;
  border-radius: 5px;
  margin-top: 16px;
}
::-moz-placeholder {
  color: #EDEDE7;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #EDEDE7;
}
::-webkit-input-placeholder {
  color: #EDEDE7;
}
::-webkit-input-placeholder {
  color: #505050;
  font-family: "Open-Sans-Semi-Bold";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
::-moz-placeholder {
  color: #505050;
  font-family: "Open-Sans-Semi-Bold";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
:-ms-input-placeholder {
  color: #505050;
  font-family: "Open-Sans-Semi-Bold";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.search-box-border-radius {
  border-radius: 3px;
}
/*.dropdown-content {
    position: absolute;
    background-color: @gsr-hover-white;
    color: #fff;
    min-width: 1900px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}*/
/*.nav-link {
    margin-top: 16px !important;
}*/
.site-search-template img.logo {
  padding-right: 3px;
}
.site-search-template .error-message {
  color: red;
}
.site-search-template .results-returned > p {
  margin-top: 20px;
}
.site-search-template .result-wrapper {
  margin-top: 60px;
}
.site-search-template .result-wrapper .search-result {
  background-color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/*.report-illegal-template {
    img.logo {
        padding-right: 3px
    }

    .termsText {
        font-weight: normal;
    }
}

.nominate-form-template {
    img.logo {
        padding-right: 3px
    }
}*/
.news-landing-template .logo-container {
  padding-right: 0;
}
.news-landing-template img.logo {
  padding-right: 3px;
}
.hub-page-template .logo-container {
  padding-right: 0;
}
.hub-page-template img.logo {
  padding-right: 3px;
}
.help-and-advice-template .logo-container {
  padding-right: 0;
}
.help-and-advice-template img.logo {
  padding-right: 3px;
}
.help-and-advice-template .warning-adjustment {
  padding-top: 14px;
}
@media (max-width: 767px) {
  .help-and-advice-template .warning-adjustment {
    padding-top: 7px;
  }
  .help-and-advice-template .warning-fontsize {
    background-color: #fff;
    padding: 7px 10px 7px 10px;
    margin-right: 7px;
    margin-left: 36px;
  }
  .help-and-advice-template .bannerLink.alert-warning {
    background-color: transparent;
    padding-left: 0;
  }
}
@media (max-width: 767px) and (max-width: 410px) {
  .help-and-advice-template .warning-fontsize {
    font-size: 14px;
    padding: 9px 4px 8px 3px;
    margin-right: 0;
  }
  .help-and-advice-template .mobile-heading {
    font-size: 36px;
  }
}
/*.make-complaint-container {
    img.logo {
        padding-right: 3px;
    }
}*/
.email-updates-container img.logo {
  padding-right: 3px;
}
.articleTemplate .logo-align,
.article-gsw-template .logo-align {
  padding: 0;
  text-align: right;
}
.articleTemplate img.logo,
.article-gsw-template img.logo {
  padding-right: 3px;
}
.articleTemplate .title-position,
.article-gsw-template .title-position {
  padding: 70px 20px;
}
.articleTemplate .related-content-header,
.article-gsw-template .related-content-header {
  padding-top: 8px;
}
.articleTemplate .related-content-image,
.article-gsw-template .related-content-image {
  margin-top: 20px;
}
.articleTemplate .gsw-related-articles-container,
.article-gsw-template .gsw-related-articles-container {
  background-color: #eaeae4;
}
.articleTemplate .gsw-related-downloads-container,
.article-gsw-template .gsw-related-downloads-container {
  background-color: #eaeae4;
  margin-bottom: 10px;
}
/*.check-business-template, .check-engineer-template, .find-business-location-template,
.find-by-name-template, .find-business-engineers-template, find-engineer-landing-template {
    & .logo-container {
        padding-right: 0;
    }

    & img.logo {
        padding-right: 3px
    }

    & .title-container {
        padding-top: 15px;
    }

    & .findBusinessByLocationSearch > .search-bar {
        margin-top: 0;
    }

    & .error-message {
        color: red;
    }
}

.check-business-template {

    & .search-result-container {
        background-color: #fff;
        padding-bottom: 10px;

        .top-spacer {
            margin-bottom: 15px;
        }

        .search-result-text > .view-engineers-link {
            font-weight: 600;
            font-size: 16px;
            padding: 8px 20px;
        }
    }

    & .search-results-company-services {
        background-color: #F2F2F2;
        padding: 10px 15px;
        margin-bottom: 10px;

        & .services {
            width: 100%;
        }
    }
}

.find-business-engineers-template {
    .search-result-container {
        .search-result {
            background-color: #fff;
            padding-bottom: 10px;

            .spacer {
                margin-bottom: 15px;
            }
        }

        .services-container {
            background-color: #F2F2F2;
            padding: 10px 15px;
            margin-bottom: 10px;

            .services {
                width: 100%;
                padding-top: 10px;
            }
        }

        .print-container {
            padding-right: 0;

            > a {
                margin-top: 19px;
            }
        }
    }

    .engineer-filter {
        padding-left: 0;
        padding-right: 0;
    }

    .engineer-results {
        margin-top: 15px;
    }
}

.find-engineer-landing-template {
    .anchor-tag {
        padding-top: 40px;
    }

    .find-by-location-container {
        padding-bottom: 45px;
        padding-top: 0;

        .error-message {
            color: red;
        }
    }

    .check-a-business-container {
        background-color: #fff;
        padding-bottom: 45px;

        .check-bus-wrapper {
            margin-top: 22px
        }

        .business-form-wrapper {
            background-color: #d3d2c4;
            padding-bottom: 30px;

            > div {
                margin-top: 25px;
            }

            .image-container {
                padding-top: 20px;
            }
        }
    }

    .check-engineer-container {
        .form-wrapper {
            height: 203px;
            background-color: #d3d2c4;

            > div {
                margin-top: 25px;
            }
        }

        .id-card-wrapper {
            margin-top: 60px;
        }
    }

    .contact-information {
        background-color: #fff;
        margin-top: 20px;

        .row {
            background-color: #fff;

            .phone {
                padding: 0 25px;
            }

            .text-number {
                padding: 0 25px 25px;
            }

            .header {
                margin-bottom: 5px;
            }

            .number {
                color: #414f44;
                margin-top: 0;
            }

            .helpline {
                font-family: Open-Sans-Light,Helvetica,Arial,sans-serif;
                margin-top: -10px !important;
            }
        }
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

        .ie-toppadding {
            margin-top: -1px;
        }
    }

    .searchPadding {
        padding: 30px 30px 30px 30px;
    }

    @media(max-width:480px) {
        .searchPadding {
            padding: 20px 10px 20px 10px;
        }
    }
}*/
.customTemplate .banner-colour {
  background: #02180c;
}
.customTemplate .banner-colour .container {
  background: #02180c url(http://gsr.stage.pixeledeggs.com/images/dont-cut-corners.png) no-repeat center 70%;
  background-size: contain;
  min-height: 360px;
}
.customTemplate .banner-colour .mobile-heading {
  display: none;
}
.customTemplate .banner-colour p {
  font-size: 20px;
  line-height: 1.8em;
  font-weight: 200;
}
.customTemplate .title-position {
  padding: 70px 20px 100px;
}
.customTemplate .logo {
  margin-bottom: 20px;
}
.customTemplate .service-wrap {
  padding-top: 40px;
}
.customTemplate .service-wrap h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.customTemplate .service-wrap .sub-header {
  font-size: 20px;
  margin-bottom: 30px;
}
.customTemplate .service-wrap .intro {
  font-size: 24px;
  margin-bottom: 30px;
}
.customTemplate .service-wrap p {
  font-size: 14px;
  margin-bottom: 30px;
}
.customTemplate .service-wrap a.btn {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 40px;
}
.customTemplate .service-wrap hr {
  max-width: 400px;
  border-top: 2px solid #ccc;
  margin-top: 10px;
  margin-bottom: 20px;
}
.customTemplate .service-wrap .done-it-recently h2 {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.customTemplate .service-wrap .done-it-recently p {
  font-size: 18px;
}
.customTemplate .service-wrap .social-share {
  list-style: none;
  display: table;
  margin: 0 auto 70px;
  padding-left: 0;
}
.customTemplate .service-wrap .social-share li {
  float: left;
  margin: 0 12px;
}
.customTemplate .service-wrap .social-share li a {
  border-radius: 50%;
  font-size: 18px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #f3f3f3;
  position: relative;
}
.customTemplate .service-wrap .social-share li a .icon {
  text-indent: 0px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
button.btnPrint {
  border: 0;
  background-color: inherit;
  color: #337ab7;
  text-decoration: none;
}
.icon-component-image {
  height: 50px;
  width: 50px;
}
.rowwithbottommargin {
  margin-bottom: 25px;
}
.rowwithtopmargin {
  margin-top: 25px;
}
.SafeGreyBackground {
  background-color: #EDEDE7;
}
.SafeDarkGreyBackground {
  background-color: #969673;
}
.SafeBlackBackground {
  background-color: #03180D;
}
.SafeWhiteBackground {
  background-color: #FFF;
}
.SafeWhiteForeground {
  color: #FFF !important;
}
.contactus-partial .table-entry-panel {
  background-color: #fff;
  padding: 5px 5px;
  border-radius: 5px;
  margin: 5px;
}
.contactus-partial .table-entry-panel > h5 {
  text-decoration: underline;
}
.contactus-partial .table-entry-panel > div.info {
  margin-left: 15px;
}
.contactus-partial .table-entry-panel > div.info > span.text {
  display: inline-block;
}
.contactus-partial .table-entry-panel > div.info > span.cta-action {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.contactus-partial .table-entry-panel > div.info > span.cta-action > a {
  text-decoration: none !important;
}
.contactus-partial #desktopOptions {
  display: none;
}
.contactus-partial .consumer-option {
  margin-right: 30px;
  display: inline-block;
}
.contactus-partial .help-container .desktop-header {
  display: block;
  font-size: 1.5rem;
}
@media (max-width: 766px) {
  .contactus-partial .help-container .desktop-header {
    display: none;
  }
}
.contactus-partial .help-container .mobile-header {
  display: none;
}
@media (max-width: 766px) {
  .contactus-partial .help-container .mobile-header {
    display: block;
    cursor: pointer;
  }
}
.contactus-partial .help-container button:focus {
  outline: 0;
}
.contactus-partial .help-container .contact-options .primary-choice:after,
.contactus-partial .help-container .contact-options .tell-us-more:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 28%;
  height: 990px;
  height: 99rem;
  background-color: #eaeae4;
}
.contactus-partial .help-container .contact-options .tell-us-more:after {
  width: 100%;
}
.contactus-partial .help-container .contact-options.active {
  height: auto;
  visibility: visible;
}
@media (max-width: 766px) {
  .contactus-partial .help-container .contact-options.active {
    left: 0%;
    visibility: visible;
    height: auto;
    overflow: hidden;
  }
}
.contactus-partial .help-container .mobile-consumer-options {
  display: none;
}
.contactus-partial .help-container .mobile-consumer-options.active {
  display: inline-block;
}
.contactus-partial .help-container .contact-options {
  height: 0;
  visibility: hidden;
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
@media (max-width: 766px) {
  .contactus-partial .help-container .contact-options {
    left: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .contactus-partial .help-container .contact-options {
    font-size: 11px;
  }
}
.contactus-partial .help-container .contact-options > li.primary-title {
  position: relative;
  z-index: 2;
}
@media (max-width: 766px) {
  .contactus-partial .help-container .contact-options > li.primary-title {
    width: 100%;
  }
}
.contactus-partial .help-container .contact-options > li {
  position: relative;
  width: 33%;
  display: block;
  padding: 0;
}
.contactus-partial .help-container .contact-options > li.primary-choice {
  position: static;
}
@media (max-width: 766px) {
  .contactus-partial .help-container .contact-options > li.primary-choice {
    width: 100%;
  }
}
.contactus-partial .help-container .contact-options > li.primary-choice > button.option {
  position: relative;
  z-index: 3;
  background-color: transparent;
  border: none;
  width: 85%;
  text-align: left;
  /*font-size: 1.3rem;*/
  border-bottom: dashed 1px #000;
  padding: 25px 5px;
  background-color: #fff200;
}
@media (max-width: 766px) {
  .contactus-partial .help-container .contact-options > li.primary-choice > button.option {
    width: 100%;
  }
}
.contactus-partial .help-container .contact-options > li.primary-choice > button.option:hover {
  background-color: #e4de64;
}
.contactus-partial .help-container .contact-options > li.primary-choice > button.option.active > span.selection {
  background-color: #dad465;
}
.contactus-partial .help-container .contact-options > li.primary-choice > button.option > span.label-text {
  width: 85%;
  display: inline-block;
}
.contactus-partial .help-container .contact-options > li.primary-choice > button.option > span.selection {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 100%;
}
.contactus-partial .help-container .contact-options > li.primary-choice > button.option > span.selection > i {
  position: absolute;
  right: 30%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 767px) and (max-width: 992px) {
  .contactus-partial .help-container .contact-options > li.primary-choice > button.option > span.selection {
    width: 20%;
  }
}
.contactus-partial .help-container .contact-options ul.tell-us-more {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 28%;
  height: 0;
  padding-left: 2rem;
  opacity: 0;
  list-style: none;
  filter: alpha(opacity=0);
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
@media (max-width: 766px) {
  .contactus-partial .help-container .contact-options ul.tell-us-more {
    left: 100%;
    width: 100%;
    padding-left: 0;
  }
}
.contactus-partial .help-container .contact-options ul.tell-us-more > li.secondary-title {
  position: relative;
  z-index: 2;
}
.contactus-partial .help-container .contact-options ul.tell-us-more > li.secondary-choice > button.tellus-option {
  z-index: 2;
  position: relative;
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
  /*font-size: 1.3rem;*/
  border-bottom: none;
  padding: 25px 0;
}
.contactus-partial .help-container .contact-options ul.tell-us-more > li.secondary-choice > button.tellus-option:hover {
  background-color: #dcdcd6;
}
.contactus-partial .help-container .contact-options ul.tell-us-more > li.secondary-choice > button.tellus-option > span.label-text {
  width: 75%;
  display: inline-block;
  margin-left: 10px;
}
.contactus-partial .help-container .contact-options ul.tell-us-more > li.secondary-choice > button.tellus-option > span.selection {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 100%;
}
.contactus-partial .help-container .contact-options ul.tell-us-more > li.secondary-choice > button.tellus-option > span.selection > i {
  position: absolute;
  right: 30%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 767px) and (max-width: 992px) {
  .contactus-partial .help-container .contact-options ul.tell-us-more > li.secondary-choice > button.tellus-option > span.selection {
    width: 20%;
  }
}
.contactus-partial .help-container .contact-options ul.tell-us-more > li.secondary-choice > button.tellus-option.active > span.selection {
  background-color: #fff200;
}
.contactus-partial .help-container .contact-options ul.tell-us-more > li {
  display: block;
  position: static;
  padding: 0;
}
.contactus-partial .help-container .contact-options ul.tell-us-more > li > div.article {
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  width: 150%;
  padding-right: 15px;
  padding-right: 1.5rem;
  visibility: hidden;
  background-color: #d7d7d3;
  border: 1px solid #a2a2a2;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 2px 0px 8px 0px;
  filter: alpha(opacity=0);
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
@media (max-width: 766px) {
  .contactus-partial .help-container .contact-options ul.tell-us-more > li > div.article {
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }
}
.contactus-partial .help-container .contact-options ul.tell-us-more > li > div.article > .article-title {
  display: none;
}
@media (max-width: 766px) {
  .contactus-partial .help-container .contact-options ul.tell-us-more > li > div.article > .article-title {
    display: block;
    position: relative;
    background-color: #eaeae4;
    cursor: pointer;
    z-index: 4;
  }
}
@media (max-width: 766px) {
  .contactus-partial .help-container .contact-options ul.tell-us-more > li article.information {
    background-color: #d7d7d3;
    border: 1px solid #a2a2a2;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 2px 0px 8px 0px;
  }
}
.contactus-partial .help-container .contact-options ul.tell-us-more > li article.information a {
  font-weight: bold;
  text-decoration: underline;
}
.contactus-partial .help-container .contact-options ul.tell-us-more > li article.information > ul {
  padding: 0px 20px;
}
.contactus-partial .help-container .contact-options ul.tell-us-more > li div.article.active {
  left: 100%;
  visibility: visible;
  height: auto;
  opacity: 1;
}
@media (max-width: 766px) {
  .contactus-partial .help-container .contact-options ul.tell-us-more > li div.article.active {
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 4;
    position: absolute;
    background-color: #eaeae4;
  }
}
.contactus-partial .help-container .contact-options ul.tell-us-more.active {
  left: 28%;
  height: auto;
  opacity: 1;
}
@media (max-width: 766px) {
  .contactus-partial .help-container .contact-options ul.tell-us-more.active {
    left: 0%;
    z-index: 4;
  }
}
.contactus-partial .help-container .contact-options.sliding-level:before {
  content: '';
  position: absolute;
  z-index: 5;
  left: 28%;
  height: 100%;
  width: 20px;
  width: 2rem;
  -moz-box-shadow: inset 15px 0 25px -23px black;
  -webkit-box-shadow: inset 15px 0 25px -23px black;
  box-shadow: inset 15px 0 25px -23px black;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 766px) {
  .contactus-partial .help-container .contact-options.sliding-level:before {
    display: none;
  }
}
.contactus-partial .help-container .contact-options.sliding-second-level:before {
  content: '';
  position: absolute;
  z-index: 5;
  left: 56%;
  height: 100%;
  width: 20px;
  width: 2rem;
  -moz-box-shadow: inset 15px 0 25px -23px black;
  -webkit-box-shadow: inset 15px 0 25px -23px black;
  box-shadow: inset 15px 0 25px -23px black;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 766px) {
  .contactus-partial .help-container .contact-options.sliding-second-level:before {
    display: none;
  }
}
.consumer-form {
  margin-bottom: 20px;
}
.consumer-form .form-control[readonly] {
  background-color: #eee !important;
  opacity: 1;
}
.consumer-form .wizard > .actions a,
.consumer-form .wizard > .actions a:hover,
.consumer-form .wizard > .actions a:active {
  background: #fff200;
  color: #000;
}
@media (max-width: 500px) {
  .consumer-form .wizard > .steps > ul > li > a {
    font-size: 9px;
    height: 65px;
  }
  .consumer-form .wizard > .steps .number {
    display: block;
  }
}
@media (min-width: 501px) and (max-width: 766px) {
  .consumer-form .wizard > .steps > ul > li > a {
    height: 125px;
  }
  .consumer-form .wizard > .steps .number {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .consumer-form .wizard > .steps > ul > li > a {
    height: 85px;
  }
  .consumer-form .wizard > .steps .number {
    display: inline;
  }
}
.consumer-form .wizard > .steps > ul > li {
  width: 20%;
}
.consumer-form .ui-state-active,
.consumer-form .ui-widget-content .ui-state-active {
  color: #fffefd;
  background: #4b4747;
  border: 1px solid #b9b9b9;
}
.consumer-form .ui-datepicker-month {
  color: #000;
}
.consumer-form .ui-datepicker-year {
  color: #000;
}
.consumer-form .field-validation-error {
  color: black;
  font-size: 11px;
}
.consumer-form .tooltip_templates {
  display: none;
}
.consumer-form .tooltipExt {
  margin-left: 25px;
  margin-top: 10px;
}
.consumer-form .spinner {
  display: inline-block;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}
.consumer-form .has-spinner.active {
  cursor: progress;
}
.consumer-form .has-spinner.active .spinner {
  opacity: 1;
  width: auto;
}
.consumer-form .has-spinner.btn.active .spinner {
  min-width: 20px;
}
.consumer-form .field-margin-space {
  margin-top: 10px;
}
.consumer-form .spacer {
  height: 10px;
}
.consumer-form .sign-up-button {
  padding-bottom: 5px;
  padding-top: 10px;
}
.consumer-form .text-area-size {
  width: 450px;
  height: 250px;
}
.consumer-form .commercialContainer {
  display: none;
}
.nominate-gas-form-partial select {
  color: black !important;
  font-size: 0.85em;
}
.nominate-gas-form-partial .borderSelectAtleastOneLeft {
  width: 5px;
  height: 144px;
  border: solid 1px #f00;
  border-left: none !important;
  margin-left: 15px;
  float: left;
  position: absolute;
}
.nominate-gas-form-partial .borderSelectAtleastOneRight {
  width: 5px;
  height: 72px;
  border-bottom: solid 1px #f00;
  margin-left: 20px;
  float: left;
  position: absolute;
}
.nominate-gas-form-partial .borderSelectAtleastOneText {
  color: #f00;
  padding-top: 60px;
  padding-left: 5px;
  margin-left: 25px;
  position: absolute;
}
.news-list-partial {
  margin-bottom: 15px;
}
/*.help-advice-featured-partial {
    .portrait-container {
        margin-top: 55px;

        > div {
            margin-bottom: 40px;
        }

        .feature-title {
            position: absolute;
        }
    }

    .landscape-container {
        .visible-xs-block {
            margin-bottom: 75px;
        }

        h4 > a {
            line-height: 30px;
        }
    }
}

.help-advice-categories-partial {
    @media (max-width: 1199px) {
        .paddingfix {
            margin-top: 2px;
        }
    }

    h4.paddingfix > a {
        line-height: 1.5 !important;
    }
}

.make-complaint-partial {
    #ContactType {
        width: 94%;
    }

    .asterix {
        font-weight: normal;
        font-size: small;
    }

    .agreement {
        font-weight: normal;
    }

    select {
        color: black !important;
        font-size: .85em;
    }

    .borderSelectAtleastOneLeft {
        width: 5px;
        height: 144px;
        border: solid 1px #f00;
        border-left: none !important;
        margin-left: 15px;
        float: left;
        position: absolute;
    }

    .borderSelectAtleastOneRight {
        width: 5px;
        height: 72px;
        border-bottom: solid 1px #f00;
        margin-left: 20px;
        float: left;
        position: absolute;
    }

    .borderSelectAtleastOneText {
        color: #f00;
        padding-top: 60px;
        padding-left: 5px;
        margin-left: 25px;
        position: absolute;
    }

    .borderSelectAtleastOneTextMobile {
        color: #f00;
    }
}

.check-business-partial {
    .margin-top-zero {
        margin-top: 0;
    }

    .or-container {
        position: relative;
        left: -20px;

        > h4 {
            font-family: Oswald,Helvetica,Arial,sans-serif;
        }
    }

    .error-message {
        color: red;
    }
}

.find-engineers-filter-partial {
    .selectFilter {
        margin-top: 10px;

        .show_hide_appliance {
            margin-right: 7px;
        }

        .spacer {
            height: 10px;
        }
    }

    .error-message {
        color: red;
    }
}

.engineer-search-results-container {
    margin-top: 6px;

    > .search-result {
        margin-top: 10px;
    }

    > .search-result .zero-padding {
        padding: 0;
    }

    > .search-result .photo-container {
        margin-top: 25px;

        img.engineer-photo {
            max-height: 112px;
        }
    }

    .search-result > div {
        background-color: #fff;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

.find-business-search-results {
    display: inline;

    .error-message {
        color: red;
    }

    .sort-print-container {
        padding-left: 0;
        padding-right: 0;

        .button-wrapper {
            padding-left: 0;
            padding-right: 0;
        }
    }

    .results-container {
        .bold {
            font-weight: bold;
        }
    }

    .search-results-container {
        margin-top: 60px;

        .search-result {
            background-color: #fff;
            padding-bottom: 10px;

            .search-heading {
                margin-top: -1px;

                .spacer {
                    margin-bottom: 15px;
                }
            }

            .search-result-text {
                > i {
                    margin-right: 4px;
                }

                > .view-engineers-button {
                    font-weight: 600;
                    font-size: 16px;
                    padding: 8px 20px;
                }
            }
        }

        .company-services-container {
            background-color: #F2F2F2;
            padding: 10px 15px;
            margin-bottom: 10px;

            .show_hide_services {
                > i {
                    margin-right: 7px;
                }
            }

            .services {
                width: 100%;
            }
        }

        .location-message {
            color: blue;
        }
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .ie-toppadding {
            margin-top: -1px;
        }
    }
}

.find-by-location-adv-partial {
    .findBusinessByLocationAdvacnedSearch {
        padding: 30px 30px 30px 30px;

        .show_hide_appliance > i {
            margin-right: 7px;
        }

        .drop-down-text {
            font-size: 13px;
        }

        label {
            cursor: pointer;
        }
    }

    .error-message {
        color: red;
    }

    .searchPadding {
        padding: 30px 30px 30px 30px;
    }

    @media(max-width:480px) {
        .searchPadding {
            padding: 20px 10px 20px 10px;
        }
    }

    .multiselect.dropdown-toggle.btn.btn-default {
        > b.caret {
            position: absolute;
            right: 10px;
            top: 15px;
        }
    }

    .multiselect-container {
        width: 100%;

        > li a label {
            @media (max-width: 550px) {
                font-size: 11px;
                line-height: 20px;
            }
        }
    }
}

.find-by-location-partial {
    .field-container-dom {
        padding-right: 0;

        > label {
            cursor: pointer
        }
    }

    .field-container-com {
        padding-left: 0;
        padding-right: 0;

        > label {
            cursor: pointer
        }
    }

    .flex-hours {
        cursor: pointer
    }

    .dropdown-toggle.toggle-option {
        @media (max-width: 550px) {
            font-size: 11px;
            line-height: 22px;
        }
    }
}*/
.user-login .logged-in {
  background-color: #fff;
  margin-top: -14px;
  padding-left: 8px;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 10px;
}
.user-login .page-header {
  color: #fff;
  margin-left: -20px;
}
.user-login img.logo {
  margin-right: -15px;
}
.user-login .loginBox {
  background-color: #fff;
}
.user-login .login-tab {
  background-color: #fff;
  border-top-style: none;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
}
.email-update-form .first-field {
  margin-top: 10px;
}
.email-update-form .spacer {
  height: 10px;
}
.email-update-form .sign-up-button {
  padding-bottom: 5px;
  padding-top: 10px;
}
.contact-form .field-margin-space {
  margin-top: 10px;
}
.contact-form .spacer {
  height: 10px;
}
.contact-form .sign-up-button {
  padding-bottom: 5px;
  padding-top: 10px;
}
.contact-form .text-area-size {
  width: 450px;
  height: 250px;
}
.captcha-modal .submit-container {
  padding: 10px 0;
}
.captcha-modal .captcha-code {
  width: 200px;
  display: inline;
  text-transform: uppercase;
}
.captcha-modal .captcha-code::placeholder {
  text-transform: none;
}
.captcha-modal .captcha-message {
  display: none;
  margin-bottom: 10px;
}
.captcha-modal .submit-captcha {
  vertical-align: inherit;
}
.captcha-modal .captcha-success {
  color: green;
}
.captcha-modal .captcha-error {
  color: red;
}
.serviceTable .header-text {
  width: 60%;
}
.serviceTable .toggle-quals {
  text-align: left;
}
.serviceTable .toggle-quals > i {
  cursor: pointer;
}
.serviceTable .subcategory {
  text-align: left;
}
.related-content-container > div {
  background-color: #C9C9C9;
  margin-top: 20px;
}
.related-content-container .text-container {
  margin: 0 10px;
  font-weight: bold;
}
.related-content-container .text-container > .date-container {
  position: absolute;
  bottom: 0;
  text-align: right;
  width: 100%;
}
.twitter-container {
  background-color: #00aced;
  margin-top: 20px;
}
.twitter-container #twitterImage {
  position: relative;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.twitter-container #twitterImage > img#imgPlaceholder {
  opacity: 0;
}
.twitter-container #twitterVideo {
  display: none;
}
.twitter-container .twitter-text {
  margin: 0 10px;
  font-weight: bold;
}
.twitter-container .twitter-text > .twitter-date {
  position: absolute;
  bottom: 0;
  text-align: right;
  width: 100%;
}
.large-safety-notice-container {
  margin-top: 20px;
}
.large-safety-notice-container .text-container {
  margin: 0 10px;
}
.large-safety-notice-container .text-container > .date-container {
  position: absolute;
  bottom: 0;
  text-align: right;
  width: 100%;
}
.large-safety-notice-container .text-container > .date-container > p {
  font-weight: bold;
}
.small-safety-notice-container {
  margin-left: 0;
}
.social-buttons-container .large-share-text {
  background-color: #fff;
  color: #000;
  height: 30px;
  width: 70px;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 25px;
}
.social-buttons-container .small-share-text {
  background-color: #fff;
  color: #000;
  width: 70px;
  font-weight: bold;
  text-align: center;
}
.social-buttons-container .large-fb-share-icon {
  background-color: #3b5998;
  height: 30px;
  width: 70px;
  text-align: center;
}
.social-buttons-container .large-fb-share-icon > #smfacebookShare {
  color: #fff;
}
.social-buttons-container .large-fb-share-icon > #smfacebookShare > i {
  padding-top: 7px;
}
.social-buttons-container .small-fb-share-icon {
  background-color: #3b5998;
  height: 70px;
  width: 70px;
  text-align: center;
}
.social-buttons-container .small-fb-share-icon > #facebookShare {
  color: #fff;
}
.social-buttons-container .small-fb-share-icon > #facebookShare > i {
  padding-top: 20px;
}
.social-buttons-container .large-twitter-share-icon {
  background-color: #00aced;
  height: 30px;
  width: 70px;
  text-align: center;
}
.social-buttons-container .large-twitter-share-icon > #smtwitterShare {
  color: #fff;
}
.social-buttons-container .large-twitter-share-icon > #smtwitterShare > i {
  padding-top: 7px;
}
.social-buttons-container .small-twitter-share-icon {
  background-color: #00aced;
  height: 70px;
  width: 70px;
  text-align: center;
}
.social-buttons-container .small-twitter-share-icon > #twitterShare {
  color: #fff;
}
.social-buttons-container .small-twitter-share-icon > #twitterShare > i {
  padding-top: 20px;
}
.related-articles-container {
  padding: 10px 10px;
}
.related-articles-container > h3 {
  margin-left: 16px !important;
}
.related-articles-container .icon-container {
  padding: 2px 0;
}
.related-articles-container .text-container {
  padding: 10px 15px -15px;
}
.related-articles-container .text-container > .bottom-border-dotted > a {
  line-height: 1.5 !important;
}
.related-downloads-container {
  padding: 10px 10px;
}
.related-downloads-container > h3 {
  margin-left: 16px !important;
}
.related-downloads-container .file-icon {
  padding: 10px 0;
}
.related-downloads-container .file-name {
  padding: 10px 15px;
}
.related-downloads-container .download-button {
  padding: 10px 0;
}
.news-archive-container {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .news-archive-container > h3 {
    font-size: 2.5vh;
  }
}
.news-archive-container > ul {
  padding-left: 15px;
}
.dd-progress-bar ol.etapier li.done {
  border-color: black;
}
.dd-progress-bar ol.etapier li.done:before {
  background-color: black;
  border-color: black;
}
.dd-progress-bar ol.etapier {
  display: table;
  list-style-type: none;
  margin: 0 auto 20px auto;
  padding: 0;
  table-layout: fixed;
  width: 300px;
}
.dd-progress-bar ol.etapier li {
  display: table-cell;
  text-align: center;
  padding-bottom: 10px;
  white-space: nowrap;
  position: relative;
}
.dd-progress-bar ol.etapier li a {
  color: inherit;
}
.dd-progress-bar ol.etapier li {
  color: silver;
  border-bottom: 8px solid silver;
}
.dd-progress-bar ol.etapier li.done {
  color: yellow;
}
.dd-progress-bar ol.etapier li:before {
  position: absolute;
  bottom: -18px;
  left: 60%;
  margin-left: -7.5px;
  color: white;
  height: 28px;
  width: 28px;
  line-height: 25px;
  border: 3px solid silver;
  border-radius: 15px;
}
.dd-progress-bar ol.etapier li.done:before {
  color: yellow;
  font-family: arial;
  font-weight: bold;
}
.dd-progress-bar ol.etapier li.done1:before {
  content: "1";
}
.dd-progress-bar ol.etapier li.done2:before {
  content: "2";
}
.dd-progress-bar ol.etapier li.done3:before {
  content: "3";
}
.dd-progress-bar ol.etapier li.done4:before {
  content: "4";
}
.dd-progress-bar ol.etapier li.done5:before {
  content: "5";
}
.dd-progress-bar ol.etapier li.todo:before {
  background-color: silver;
  color: white;
  font-family: arial;
  font-weight: bold;
}
.dd-progress-bar ol.etapier li.todo1:before {
  content: "1";
}
.dd-progress-bar ol.etapier li.todo2:before {
  content: "2";
}
.dd-progress-bar ol.etapier li.todo3:before {
  content: "3";
}
.dd-progress-bar ol.etapier li.todo4:before {
  content: "4";
}
.dd-progress-bar ol.etapier li.todo5:before {
  content: "5";
}
.dd-submitstart div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paddingTop10 {
  padding-top: 10px !important;
}
.paddingTop40 {
  padding-top: 40px !important;
}
.paddingLeft10 {
  padding-left: 10px !important;
}
.DirDebForm .field-validation-valid {
  display: none;
}
.DirDebForm .btnCheckDiv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gswSignUpForm__Label {
  min-width: 100px;
}
.gswSignUpForm__Button {
  float: right;
}
.gswSignUpForm__TermsandConditions {
  margin-bottom: 10px;
  margin-top: -15px;
}
.gswSignUpForm__Validation {
  color: red;
}
/*style wrapper to give some space*/
.radio-item {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1rem;
  clear: both;
  /*style label to give some more space*/
  /*style and hide original radio*/
  /*position new box*/
  /* background styles*/
  /*reveal check for 'on' state*/
  /*focus styles*/
}
.radio-item label {
  display: inline-block;
  padding: 9px 0 9px 48px;
}
.radio-item input[type="radio"] {
  height: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.radio-item input[type="radio"] + input[type="hidden"] + label::before {
  border: 2px solid;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
  border-radius: 50%;
}
.radio-item input[type="radio"] + input[type="hidden"] + label::after {
  content: "";
  opacity: 0;
  border: 10px solid;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: opacity 0.2s ease-in-out;
}
.radio-item input[type="radio"]:checked + input[type="hidden"] + label::after {
  opacity: 1;
}
.radio-item input[type="radio"]:focus + input[type="hidden"] + label::before {
  outline: 3px solid transparent;
  /* For Windows high contrast mode. */
}
