  /********************************************************************/
 /***  (c)2017 National Grid - Pottersville | http://nationalgrid.com  ***/
/********************************************************************/

/* General
----------------------------------------------*/
html {
    font-size: 16px;
}
body {
    background: #f6f6f6;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    line-height: 1.6;
    font-weight: 400;
    color: #666666;
    font-family: 'Source Sans Pro', sans-serif;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #0063be;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:link {
    color:;
}
a:visited {
    color:;
    text-decoration:;
}
a:hover {
    text-decoration: none;
    outline: 0;
    color: #0FA0CE;
}
a:active, a:focus {
}
h1, h2, h3, h4, h5, h6 {
 }
h1 {
    margin-bottom: 20px;
    color: #3d3d3d;
}
h2 {
    margin-bottom: 20px;
    color: #333;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
    margin-top: 0;
}

/* Custom Use
----------------------------------------------*/
.centered {
    float: none;
    margin: 0 auto;
}
.ease {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.bold-txt {
    font-weight: 600;
}
.hidden {
    visibility: hidden;
}
.h1-border-thick {
    padding:  0 0px 12px 0;
    border-bottom: 3px solid #d9d9d9;
}
.h1-border-thin {
    padding-bottom: 7px;
    border-bottom: 1px solid #d9d9d9;
}
.slideIn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.slideOut {
    -ms-transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
}
.border {
    border: 1px solid #e4e4e4;
}

/* Header
----------------------------------------------*/
header {
    background: #1d1160;
    padding: 35px 0;
}
.logo1, .logo2 {
    width: 325px;
}
.brand1, .brand2 {
    width: 325px;
}
header h2 {
    padding: 0;
    color: white;
    margin: 30px 0 0 0;
}
/*.contact {
    position: absolute;
    top: -10px;
    right: 0px;
    text-align: right;
    min-width: 254px;
}*/
.contact {
    margin-bottom: 2rem;
}
.contact a {
    color: #ffffff;
    /*border: solid 1px #1d1160;*/
    /*padding: 0.5em 0;*/
    display: block;
    float: right;
}
.contact a:hover {
    /*border: solid 1px #ffffff;*/
    color: #0FA0CE;
}
.contact a.active {
    /*border: solid 1px #ffffff;*/
    color: #ffffff;
}
@media (max-width: 901px) {
    .contact, select {
        display: none;
    }
}
@media (max-width: 487px) {
    .logo1, .logo2 {
        width: 300px;
        margin: 0 auto;
        margin-right: auto;
        float: none !important;
    }
    .brand1, .brand2 {
        width: 300px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}
@media (max-width: 357px) {
    .logo1, .logo2 {
        width: 270px;
        margin: 0 auto;
        float: none !important;
    }
    .brand1, .brand2 {
        width: 270px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}

/* Navigation
----------------------------------------------*/
nav {
    background: #ffffff;
    height: 55px;
    border-bottom: 1px solid #e4e4e4;
}
nav ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
}
nav ul li {
    float: left;
    font-weight: 600;
    font-size: 1.250em;
    margin: 0px -1px 0px 0px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;

}
nav ul li.last {
    border-right: 1px solid #e4e4e4;
}
nav ul li a {
    display: block;
    padding: 13px 15px;
    font-weight: 700;
}
nav ul > li:hover a {
    -moz-box-shadow: 0 -7px 0 0 #FFFFFF;
    -webkit-box-shadow: 0 -7px 0 0 #FFFFFF;
    box-shadow: 0 -7px 0 0 #FFFFFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
nav ul li.active:before {
    color: #333333;
    content: " ";
    display:block;
    height: 6px;
    background: #f6f6f6;
    width: 100%;
}
nav ul li.active {
    background: #f6f6f6;
    margin-top: -6px;
    border-bottom: 1px solid #f6f6f6;

}
nav ul li i {
    font-size: 12px;
    position: relative;
    top: -1px;
}
nav ul li a.active {
    color: #333333;
}
nav li:hover > .subNav {
    opacity: 1;
    top: 55px;
    visibility: visible;
}
nav ul li ul.subNav {
    float: left;
    opacity: 0;
    position: absolute;
    margin: 0 !important;
    padding-top:6px;
    top: 30px;
    visibility: hidden;
    z-index: 4;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    width: 225px;
}
nav ul li ul.subNav li {
    display:block;
    font-size: 1em;
    width: 100%;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #e4e4e4;
}
nav ul li ul.subNav li.first {
    margin-top: 1px;
}
nav ul li ul.subNav li a {
    padding:10px 15px;
    display:block;
}
nav ul > li:hover > ul > li > a {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.secondary {
    background: #b4c236;
    position: fixed;
    top:0;
    left:0;
    padding-bottom: 50px;
    width:100%;
    height: 100%;
    z-index: 99999;
    overflow: auto;
    -ms-transform:translateX(-100%);
    -webkit-transform:translateX(-100%);
    -moz-transform:translateX(-100%);
    -o-transform:translateX(-100%);
    transform:translateX(-100%);
    -webkit-transition:transform 0.6s ease;
    -moz-transition:transform 0.6s ease;
    -ms-transition:transform 0.6s ease;
    -o-transition:transform 0.6s ease;
    transition:transform 0.6s ease;
}
.secondary.open {
    -ms-transform:translateX(0);
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
}
.secondary ul {
    list-style-type: none;
    text-align: center;
    position: relative;
    height: auto;
    margin-top:55px;
    margin-bottom:50px;
}
.secondary ul li {
    margin: 0;
}
.secondary ul li a {
    font-size: 1.5em;
    display: block;
    padding: 10px 20px;
}
.secondary ul li a.active {
    color: #0FA0CE;
}
.nav-toggle {
    z-index: 999999;
}
.close-toggle {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 10px;
    margin: 0;
    z-index: 999999;
    color: #1d1160;
    font-size: 2.1em;
}
.open-toggle {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 5px;
    z-index: 999999;
    color: #1d1160;
    font-size: 1.5em;
}
.hide {
    display: none;
}
.no-overflow {
    overflow: hidden;
}
@media (max-width: 1172px) {
    nav .container {
        width: 95%;
    }
}
@media (max-width: 1172px) {
    nav .container {
        width: 99%;
    }
}
@media (max-width: 936px) {
    nav.primary {
        display: none;
    }
    header {
        margin-top: 50px;
    }

}

/* Breadcrum & Alerts
----------------------------------------------*/
.breadcrumb {
}
.alert-1 {
    background: #fef8c2;
    margin-bottom: 30px;
    padding: 20px 20px;
    border: 1px solid #e4e4e4;
}

/* Project Overview Content
----------------------------------------------*/
#project-overview {
    margin-top: 20px;
}
#project-overview .hero  {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
#project-overview .hero img  {
    min-width: 500px;
    display: block;
}
#project-overview .hero h2#hero-h2 {
    font-size: 2.5em;
    font-weight: 500;
    color: #fff;
    width: 700px;
    background: #b4c236;
    position: absolute;
    right:-30px;
    bottom:60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#project-overview .hero h2#h2-2{
    font-size: 1.8em;
    font-weight: 200;
    color: #909090;
    width: 300px;
    background: #ffffff;
    position: absolute;
    right:-5px;
    bottom:20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#project-overview .hero h2.header-slide {
    right:0 !important;
}

.gallery-img {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 4s ease-in-out;
  -moz-transition: opacity 4s ease-in-out;
  -o-transition: opacity 4s ease-in-out;
  -ms-transition: opacity 4s ease-in-out;
  transition: opacity 4s ease-in-out;
}

#project-overview .tank-removal {
    margin: 0 0 25px 0;
}
#project-overview .tank-removal-description {
    margin: 15px 0;
}
#map-canvas {
    width: 100%;
    height: 302px;
    margin-top: 10px;
    border: 1px solid #e4e4e4;
}
#project-overview img.somerset1 {
    max-width:240px;
    margin-left:15px;
    margin-top:5px;
}
#project-overview .help-links {
    background: #ffffff;
}
#project-overview h2{
    margin-top:0px;
    margin-bottom: 5px;
}
#project-overview h2.help-links {
    margin-top:10px;
    margin-bottom: 15px;
    font-size: 18px;
}
#project-overview .help-links-container {
  float: right !important;
  margin: 10px 15px 15px 15px !important
}
#project-overview ul {
    list-style: none;
    margin: 0;
    width: 100%;
}
#project-overview ul li {
    width: 100%;
    border-top: 1px solid #e4e4e4;
    margin-bottom: 0;
    display: block;
}
#project-overview ul li a {
    padding: 15px 5px;
    width: 100%;
    display: block;

}
#project-overview .four.columns {
    border:1px solid #e4e4e4;
    padding: 5px 10px;
}
#project-overview a  button {
    background: #0063be;
    color:#ffffff;
    font-weight: 700;
    margin-bottom:5px;
    width: 35%;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#project-overview a > button:hover {
    color: #0063be;
    background: #cccccc;
}
@media (max-width: 430px) {
    #project-overview a  button {
        width:100%;
    }
}
@media (max-width: 715px) {
    #project-overview img.somerset1 {
        max-width: 100%;
        float: none;
        margin-left:0px;
        padding-bottom:20px;
    }
}
@media (max-width: 845px) {
    #project-overview .four.columns {
        width: 100%;
        margin-left:0px;
        margin-top: 15px;

    }
    #project-overview .eight.columns {
        width: 100%;
        margin-left:0px;
    }
    #project-overview .help-links-container {
      float: left;
      margin: auto !important;
      margin-bottom: 25px !important;
    }
}
@media (max-width: 1024px) {
    #project-overview .hero h2#hero-h2 {
        font-size: 1.8em;
        width: 490px;
        bottom: 49px;
    }
    #project-overview .hero h2#h2-2{
        font-size: 1.3em;
        width: 170px;
    }
}
@media (max-width: 720px) {
    #project-overview .hero h2#hero-h2 {
        font-size: 1.4em;
        width: 400px;
        bottom: 45px;
    }
        #project-overview .hero h2#h2-2{
        font-size: 1.2em;
        width: 170px;
    }
}
@media (max-width: 655px) {
    #project-overview .hero h2#hero-h2 {
        font-size: 1.4em;
    }
}
@media (max-width: 495px) {
    #project-overview .hero h2#hero-h2 {
        font-size: 1.1em;
        width: 300px;
        bottom: 42px;
        right: -15px;
    }
    #project-overview .hero h2#h2-2{
        font-size: 1em;
        width: 120px;
        right: -15px;
    }
    h2.smallerText {
        font-size: 1.1rem;
        padding-top: 5px;
    }
}

/* Project benefits Content
----------------------------------------------*/
#project-benefits {
    margin-top: 20px;
}
#project-benefits h1 {
    margin-bottom: 20px;
}
#project-benefits p {
}
#project-benefits img {
    margin: 0 auto;
    display: block;
    border: 3px solid #cccccc;
}
#project-benefits a  button {
    background: #0063be;
    color:#ffffff;
    font-weight: 700;
    margin-bottom:5px;
    width: 49%;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#project-benefits a > button:hover {
    color: #0063be;
    background: #cccccc;
}
@media (max-width: 974px) {
    #project-benefits .seven.columns {
        width: 100%;
    }
    #project-benefits .five.columns {
        width: 100%;
        margin-top: 4%;
        margin-left: 0;
    }
}

@media (max-width: 430px) {
    #project-benefits a  button {
        width:100%;
    }
}

/* Timeline Content
----------------------------------------------*/
#timeline {
    margin-top: 20px;
}

/* Photo Simulations Content
----------------------------------------------*/
#photo-simuations {
    margin-top: 20px;
}
.sim-pad {
    margin-top: 50px;
}
.overview {
    border:3px solid #CCC;
    margin-top: 10px;
}
.view img {
    position: relative;
    border:3px solid #CCC;
    opacity: .8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.view:hover img {
    border:3px solid #1d1160;
    opacity: 1;
}
.view p {
    -ms-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    transition: all 0.2s linear;
    color:black;
    background: #b5c236;
    color: white;
    font-weight: 600px;
    text-align: center;
}
.view:hover p {
    opacity: 1;
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.darkbox {
    width: 100%;
    height: 100%;
    display: inline-block;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999!important;
    background: rgba(0,0,0,0.8);}
.popper {
    position: relative;
    display: block;
    width:80%;
    z-index: 999999999999!important;
    visibility: hidden;
    margin: 75px auto;
}
.popper2 {
    position: relative;
    display: block;
    width:35%;
    z-index: 999999999999!important;
    visibility: hidden;
    margin: 75px auto;
}
a.close-link {
    position: absolute;
    top: -30px;
    right: 25px;
    display: block;
    opacity: 0.7;
    color: white;
    text-decoration: none;
}
a.close-link:hover {
    opacity: 1;
    color: white;
    text-decoration: none;
}
a.close-link img {
    width: 20px;
    position: absolute;
    right: -25px;
    top: -1px;
}
.rsGCaption, .rsGCaption2 {
    color: #3d3d3d;
}
.next-contain {
  width: 100%;
  height: 58px;
  position: absolute;
  /*bottom: -15px;*/
  top: 15px;
  right: 0px;
  z-index: 3;
  display: block;
}
.next {
  font-size: 16px;
  color: white;
  float: right;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.next li {
  height: auto;
  float: left;
  text-align: center;
  margin-right: 10px;
  list-style: none;
}
.next li.last{
  margin-right: 0px;
}
.connect:after {
  content: "";
  border-top: 2px solid #b4c236;
  width: 10px;
  position: absolute;
  top:21px;
}
.next li a {
  display: inline-block;
  padding: 5px 10px;
  color: white;
  background: #b4c236;
  border: 2px solid #b4c236;
}
.next li a:hover {
  border: 2px solid white;
}
.next li a.active {
  color: #b4c236;
  background: white;
}

/*@media (max-width: 1695px) {
    .next-contain {
      bottom: -70px;
    }
    .next {
      float: left;
    }*/
    .rsGCaption, .rsGCaption2 {
      position: absolute;
    }
    .rsGCaption {
      bottom: -80px;
    }
    .rsGCaption2 {
      bottom: -100px;
    }
}
.image-caption-sim {
    margin-left: 0px;
    margin-top: -30px;
    width: 100%;
    background-color: white;
    padding: 12px 17px;
}
.image-caption-sim p {
    color: #a6a6a6;
    font-size: small;
    line-height: 1em;
}
@media (max-width: 950px) {
    .popper, .popper2 {
        position: absolute;
        left:2.5%;
        width:95%;
    }
}
@media (max-width: 573px) {
    #photo-simuations .four.columns{
        margin-left: 0;
        width: 100%;
    }
    .sim-pad {
        margin-top: 0;
    }
}

@media (max-width: 495px) {
    .next {
        font-size: 13px;
        padding-top: 2px;
    }
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
    .next {
        font-size: 13px;
        padding-top: 2px;
    }
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
    .next {
        font-size: 13px;
        padding-top: 2px;
    }
}

@media (max-width: 320px) {
    span.hideText {
        display: none;
    }
}


/* Clean Energy Content
----------------------------------------------*/
#clean-energy {
    margin-top: 20px;
}
#clean-energy h1 {
    margin-bottom: 20px;
}
#clean-energy p {
}
#clean-energy img {
    margin: 0 auto;
    display: block;
    border: 3px solid #cccccc;
}
#clean-energy a  button {
    background: #0063be;
    color:#ffffff;
    font-weight: 700;
    margin-bottom:5px;
    width: 400px;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#clean-energy a > button:hover {
    color: #0063be;
    background: #cccccc;
}
@media (max-width: 974px) {
    #clean-energy .seven.columns {
        width: 100%;
    }
    #clean-energy .five.columns {
        width: 100%;
        margin-top: 4%;
        margin-left: 0;
    }
}

@media (max-width: 430px) {
    #clean-energy a  button {
        width:100%;
    }
}


/* Electricity 101
----------------------------------------------*/
#electricity {
    margin-top: 20px;
}
#blue {
    color: #0063be;
    margin-bottom: 10px;
}
#yellow {
    color: #E6B800;
    margin-bottom: 10px;
}
#green {
    color: #89035b;
    margin-bottom: 10px;
}

/* News
----------------------------------------------*/
#news {
    margin-top: 20px;
}
#news p {
    margin-bottom: 0.2rem;
}

/* F.A.Q
----------------------------------------------*/

/* Contact Us
----------------------------------------------*/
#contact {
    margin-top: 20px;
}
#contact p {
    margin-bottom: 0.75rem;
}
.q1 {
    width:50px;
}
.q2 {
    width:50px;
    margin: 0 auto;
}
#contact label {
    margin-top: .5rem;
    margin-bottom: .1rem;
}
.error {
    border: 1px solid #ff0000 !important;
}
.captcha-label {
    text-align: right;
}
.captcha-box {
    width: 100%;
}
#contact .button-primary {
    width:100%;
    height: 35px;
}

@media (min-width: 440px) {
    .q1 {
        padding-bottom:5px;
    }
    .q2 {
        display: none;
    }
}
@media (max-width: 440px) {
    .q1 {
        display: none;
    }
    .q2 {
        display: block;
    }
    #contact h1 {
        text-align: center;
    }
}

/* Footer
----------------------------------------------*/
footer {
    /*background: url('../images/footerBG.png') bottom center no-repeat;*/
    margin:50px 0 60px 0;
    color:#666666;
}
footer  p {
    color: #828282;
    font-size: 0.875em
}
footer .container {
    border-top: 1px solid #e4e4e4;
    padding-top: 25px;
}
footer .social-box {
    max-width:258px;
    float: right;
}
footer .footer-links-box1 {
    max-width:370px;
    float: left;

}
footer .footer-links-box2 {
    max-width:415px;
    float: left;
}
footer  .copyright {
    max-width:400px;
    float: right;
}
footer ul.footer-links {
    list-style: none;
    display: block;
    text-align: center;
}
footer ul.footer-links li {
    float: left;
    display: inline;
}
footer ul.footer-links li a{
    padding: 0px 5px;
    border-right: 1px solid #666666;
}
footer ul.footer-links li a.last{
    border-right: none;
}
footer ul.social-links {
    list-style: none;
    display: block;
    text-align: center;
}
footer ul.social-links li {
    float: left;
    margin-right: 10px;
}
footer ul.social-links li.last {
    margin-right: 0px;
}
footer ul.social-links li a{
    display: inline-block;
    height: 33px;
    width: 30px;
    margin: 0;
}
footer ul.social-links li.twitter {
    background: url('../images/social-icons.png') -2px 0px;
    background-size: 125px 33px;
}
footer ul.social-links li.facebook {
    background: url('../images/social-icons.png') -33px 0px;
    background-size: 125px 33px;
}
footer ul.social-links li.youtube {
    background: url('../images/social-icons.png') -63px 0px;
    background-size: 125px 33px;
}
footer ul.social-links li.instagram {
    background: url('../images/social-icons.png') -94px 0px;
    background-size: 125px 33px;
}
.footer-decoration {
    display: block;
    list-style: none;
    margin: 0;
    padding: 30px 0;
}
.footer-decoration-item {
    display: block;
    height: 3px;
    margin-bottom: 8px;
    position: relative;
}
.footer-decoration-item.green {
    background: #78a12e;
}
.footer-decoration-item.blue {
    background: #009ddc;
}
.footer-decoration-item.red {
    background: #ed3023;
}
.footer-decoration-item.yellow {
    background: #ffc221;
}
.footer-decoration-item span {
    background: inherit;
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 0;
}
.footer-decoration .green span {
    width: 49%;
}
.footer-decoration .blue span {
    width: 52%;
}
.footer-decoration .red span {
    width: 51%;
}
.footer-decoration .yellow span {
    width: 50%;
}
@media (max-width: 1110px) {
    footer .copyright {
        margin: 0 auto !important;
        float: none !important;
        clear: both;
        text-align: center;
    }
    footer .footer-links-box2 {
        margin: 0 auto !important;
        float: none !important;
        clear: both;
    }
}
@media (max-width: 840px) {
    footer .social-box {
        margin: 0 auto !important;
        padding-top: 10px;
        float: none !important;
        clear: both;
    }
    footer ul.footer-links li {
        float: none;
        display: inline-block;
        margin-bottom: 5px;
    }
    footer .footer-links-box1 {
        margin: 0 auto !important;
        float: none !important;
        clear: both;
    }
    footer .footer-links-box2 {
        max-width:435px;
    }
    footer .footer-links {
            width:435px;
        display: inline-block;
        }
    }
@media (max-width: 522px) {
    footer .footer-links {
        width:auto;
    }
