html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0 0 360px;
}

@media screen and (max-width: 1000px) {
  html {
    position: static;
  }
  body {
    margin: auto;
  }
}

#me-gn-footer *{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#me-gn-footer {
  position: absolute;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  min-height: 360px;
  width: 100%;
  overflow: hidden;
  background-color: #333333;
  font-size: 10px;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  box-sizing: content-box;
  pointer-events: auto;
  letter-spacing: normal;
}

@media screen and (max-width: 1000px) {
  #me-gn-footer {
    position: relative;
    min-height: auto;
    height: auto;
  }
}

#me-gn-footer ul li {
  border-bottom: none;
}

#me-gn-footer .footer-contact-wrapper {
  min-height: 50px;
  background-color: #3f3f3f;
}

#me-gn-footer .footer-contact-wrapper>div {
  height: 100%;
}

#me-gn-footer .footer-section-title {
  font: 2.2em 'geogrotesque_light', Arial, sans-serif;
  text-align: left;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* --- FOOTER NEWS --- */

#me-gn-footer .footer-news-wrapper {
  display: inline-block;
  margin: 0;
  padding-top: 10px;
  padding-right: 0px;
  height: 100%;
  font-size: 10px;
}

#me-gn-footer .footer-news-wrapper .footer-section-title {
  padding-bottom: 20px;
}

#me-gn-footer .footer-news-wrapper p {
  font: 1.4em Arial, sans-serif;
  color: #808080;
  line-height: 1.5em; 
}

#me-gn-footer .footer-news-wrapper p a {
  color: #CCCCCC;
/*  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;*/
}

#me-gn-footer .footer-news-wrapper p a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#me-gn-footer .footer-news-wrapper .footer-section-content {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

#me-gn-footer .footer-news-wrapper .footer-section-content .footer-section-item {
  list-style-type: none;
  display: block;
  font: 1.2em Arial, sans-serif;
  color: #808080;
  margin-bottom: 10px;
}

#me-gn-footer .footer-news-wrapper .footer-section-content .footer-section-item a {
  color: #CCCCCC;
/*  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;*/
  text-decoration: none;
}

#me-gn-footer .footer-news-wrapper .footer-section-content .footer-section-item a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#me-gn-footer .footer-news-wrapper h4 {
  font: 2em 'geogrotesque_regular', Arial, sans-serif;  
  color: #FFFFFF;
  padding-bottom: 10px;
}

#me-gn-footer .footer-news-wrapper h4 a {
  color: #CCCCCC;
}

#me-gn-footer .footer-news-wrapper h4 a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#me-gn-footer .footer-news-thumbnail {
  display: inline-block;;
  text-align: left;
  font-size: 12px;
  color: #808080;
}

#me-gn-footer .footer-news-thumbnail i  {
  font-size: 1.0em;
  text-align: center;
}

#me-gn-footer .footer-news-content {
  display: inline-block;
  text-align: left;
  padding-left: 10px;
  vertical-align: top;
  width: 90%;
  font-size: 10px;
}

#me-gn-footer .footer-news-date {
  font-size: 10px;
  display: block;
  vertical-align: top;
  color: #808080;
}

#me-gn-footer .footer-news-headline {
  display: block;
  vertical-align: top;
  line-height: 1.5em;
  font-size: 1.2em;
}

/* --- FOOTER NEWSLETTER --- */

#me-gn-footer .footer-newsletter {
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
  text-align: left;
  font-size: 10px;
}

#me-gn-footer .footer-newsletter .footer-section-title {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

#me-gn-footer .footer-newsletter .footer-section-content {
  height: 35px;
  vertical-align: middle;
  display: inline-block;
}
#me-gn-footer .footer-newsletter .footer-section-content form {
  height: 100%;
  font-size: 10px;
}

#me-gn-footer .footer-newsletter .footer-section-content input[type='text'] {
  font: 1.4em Arial, sans-serif;
  line-height: 1.4;
  color: #FFFFFF;
  background: none;
  height: 100%;
  width: 310px;
  border:1px solid #4D4D4D;
  border-radius: 5px;
  background-color: #333333;
  outline: none;
  padding-left: 15px;
  z-index: 1;
  cursor: text;
}

#me-gn-footer .footer-newsletter .footer-section-content input[type='text']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
  outline: none;
}

#me-gn-footer .footer-newsletter .footer-section-content input[type='submit'] {
  font-family: 'FontAwesome';
  font-size: 25px;
  line-height: 25px;
  margin-left: -40px;
  border: none;
  background: none;
  text-align: center;
  color: #908f8f;
  width: 40px;

  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 2;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  padding: 0;
  border-radius: 0;
}

#me-gn-footer .footer-newsletter .footer-section-content input[type='submit']:hover {
  color: #FFFFFF;
}

#me-gn-footer .footer-newsletter-subscribed {
  font: 1.2em Arial, sans-serif;
  color: #908f8f;
  display: inline-block;
  width: 310px;
  height: 35px;
  border:1px solid #4D4D4D;
  border-radius: 5px;
  background-color: #333333;
  outline: none;
  padding-left: 15px;
}

#me-gn-footer .footer-newsletter-subscribed i {
  display: inline-block;
  margin-right: 10px;
  margin-top: 9px;
  font-size: 1.2em;
}

#me-gn-footer .footer-newsletter-subscribed span {
  display: inline-block;
  height: 100%;
}

#me-gn-footer .footer-newsletter-subscribed span a {
  color: #CCCCCC;
}

#me-gn-footer .footer-newsletter-subscribed span a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

/* --- FOOTER SOCIAL ICONS --- */

#me-gn-footer .footer-social-icons{
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  font-size: 10px;
}

#me-gn-footer .footer-social-icons .footer-section-title {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

#me-gn-footer .footer-social-icons .footer-section-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: default;
  height: 22px;
  width: 70%;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}

#me-gn-footer .footer-social-icons .footer-section-content:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

#me-gn-footer .footer-social-icons .footer-section-content .footer-section-item {
  display: inline-block;
  font-size: 10px;
}

#me-gn-footer .footer-social-icons .footer-section-content .footer-section-item a {
  color: #808080;
  display: block;
}

#me-gn-footer .footer-social-icons .footer-section-content .footer-section-item a:hover {
  color: #FFFFFF;
}

#me-gn-footer .footer-social-icons .footer-social-icon-size {
  font-size: 2em;
}

@media (min-width: 768px) {
  #me-gn-footer .footer-social-icons .footer-social-icon-size {
    font-size: 2.5em;
  }
}

/* --- FOOTER SITELINKS --- */

#me-gn-footer .footer-sitelinks {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  font-size: 10px;
}

#me-gn-footer .footer-sitelinks .footer-links-wrapper {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding-top: 10px;
  font-size: 10px;
}

#me-gn-footer .footer-sitelinks .footer-links-wrapper .footer-section-title {
  padding-bottom: 15px;
}

#me-gn-footer .footer-sitelinks .footer-section-content {
  margin: 0;
  padding: 0;
}

#me-gn-footer .footer-sitelinks .footer-links-wrapper .footer-section-content .footer-section-item {
  display: block;
  list-style-type: none;
  padding-bottom: 10px;
  font-size: 10px;
  line-height: 1.5em;
}

#me-gn-footer .footer-sitelinks .footer-links-wrapper .footer-section-content .footer-section-item a {
  font: 1.2em Arial, sans-serif;
  color: #808080;
  line-height: 1em;
  text-decoration: none;
}

#me-gn-footer .footer-sitelinks .footer-links-wrapper .footer-section-content .footer-section-item a:hover {
  color: #FFFFFF;
  text-decoration: none;
}


/* --- FOOTER SPECIALS --- */

#me-gn-footer .footer-links-wrapper .footer-specials {
  padding-left: 10px;
  padding-top: 10px;
  border-radius: 10px;
  border: 1px solid #4D4D4D;
  background-color: #3f3f3f;
}

#me-gn-footer .footer-links-wrapper .footer-specials .footer-section-item a {
  font: 1.4em Arial, sans-serif;
  color: #808080;
}

#me-gn-footer .footer-links-wrapper .footer-specials .footer-section-item a:link {
  color: #CCCCCC;
}

#me-gn-footer .footer-links-wrapper .footer-specials .footer-section-item a:visited{
  color: #CCCCCC;
}

#me-gn-footer .footer-links-wrapper .footer-specials .footer-section-item a:hover{
  color: #FFFFFF;
}

#me-gn-footer .footer-links-wrapper .footer-specials i{
  padding-right: 10px;
  text-align: center;
  font-size: 1.5em;
  color: #CCCCCC;
}


/* --- FOOTER COMPANY INFO --- */

#me-gn-footer .footer-company-info{
  display: inline-block;
  width: 47%;
  margin-left: 30px;
}

#me-gn-footer .footer-company-info .footer-section-title{
  padding-bottom: 20px;
}

.footer-company-info p{
  font: 1.4em Arial, sans-serif;
  color: #808080;
  line-height: 1.5em; 
}

#me-gn-footer .footer-company-info p a{
  color: #CCCCCC;
}

#me-gn-footer .footer-company-info p a:hover{
  color: #FFFFFF;
  text-decoration: none;
}

#me-gn-footer .footer-company-info .footer-section-content .footer-section-item {
  list-style-type: none;
  display: block;
  font: 1.4em Arial, sans-serif;
  color: #808080;
  line-height: 2em;
}

#me-gn-footer .footer-company-info .footer-section-content .footer-section-item a{
  color: #CCCCCC;
}

#me-gn-footer .footer-company-info .footer-section-content .footer-section-item a:hover{
  color: #FFFFFF;
  text-decoration: none;
}

#me-gn-footer .footer-company-info .footer-section-content .footer-section-item i{
  padding-right: 10px;
  font-size: 1.4em;
  width: 20px;
  text-align: center;
}

/* --- FOOTER COPYRIGHT --- */

#me-gn-footer .footer-copyright{
  margin: 0;
  text-align: center;
  display: block;
  padding-top: 5px;
  padding-bottom: 15px;
}

#me-gn-footer .footer-copyright ul {
  font-size: 10px;
  padding: 0;
  margin: 0;
}

#me-gn-footer .footer-copyright ul li{
  margin: 0;
  font: 1.2em Arial, sans-serif;
  color: #808080;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #808080;
}

#me-gn-footer .footer-copyright ul li a{
  color: #CCCCCC;
  text-decoration: none;
}

#me-gn-footer .footer-copyright ul li a:hover{
  text-decoration: none;
  color: #FFFFFF;
}

#me-gn-footer .footer-copyright ul li:first-child{
  border-left: none;
}

/* --- FOOTER BANNER --- */
#me-gn-footer .footer-banner{
  width: 50%;
  text-align: left;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#me-gn-footer .footer-banner img{
  height: 100%;
}

/* --- FOOTER MESSAGE --- */
#me-gn-footer #footer-message{
  -webkit-box-shadow: 0 0px 19px 5px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 0px 19px 5px rgba(0, 0, 0, .5);
  box-shadow: 0 0px 19px 5px rgba(0, 0, 0, .5);
  position:absolute;
  width: 315px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  margin-left: 122px;
  margin-top: 45px;
  display: none;
  z-index: 9999;
}

#me-gn-footer #footer-message .footer-message-wrapper{
  padding: 10px;
  font-size: 10px;
}

#me-gn-footer #footer-message .footer-message-title{
  font: 2.2em 'geogrotesque_regular', Arial, sans-serif;  
  color: #000000;
  margin-bottom: 10px;
}

#me-gn-footer #footer-message .footer-message-content{
  font: 1.3em Arial, Helvetica, sans-serif;
  color: black;
  line-height: 1.4em;
}

/* --- RESPONSIVE MODIFIERS --- */
@media screen and (max-width: 1000px) {
  #me-gn-footer{
    bottom: 0px;
  }

  #me-gn-footer .footer-sitelinks {
    border-right: none;
  }

  #me-gn-footer .footer-contact-wrapper {
    background-color: #333333;
  }
  
  /* -- SETTINGS FOR ALL SECTIONS --- */

  #me-gn-footer .footer-section .footer-section-content {
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    z-index: -1;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    margin-top: 15px;
  }

  #me-gn-footer .footer-section .footer-section-title {
    display: block;
    width: 100%;
    border-bottom: 1px solid #3f3f3f;
    color: #808080;
    cursor: pointer;
/*    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;*/

    background: #333333;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2
  }
  
  #me-gn-footer .footer-section .footer-section-title:after {
    float: right;
    content: '+';
    font-family: 'FontAwesome';
    font-size: 1em;
    color: #4C4C4C;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
  }

  #me-gn-footer .footer-section .footer-section-content .footer-section-item {
    margin-bottom: 0px;
    display: block;
    width: 100%;
    font-size: 1.2em;
    line-height: 1.5em;
  }

  #me-gn-footer .footer-sitelinks .footer-links-wrapper .footer-section-content .footer-section-item a {
    line-height: 1.8em;
    font-size: 1.4em;
  }

  #me-gn-footer .footer-section .footer-section-content .footer-section-item a{
    display: block;
    width: 100%;
    outline: none;
  }

  #me-gn-footer .footer-section:hover > .footer-section-title,
  #me-gn-footer .footer-section:hover > .footer-section-title:after {
    color: #FFFFFF;
  }

  /* -- SPECIFIC SETTINGS FOR EACH SECTION --- */

  #me-gn-footer .footer-social-icons .footer-section-title {
    padding-bottom: 20px;
  }

  #me-gn-footer .footer-social-icons .footer-section-content{ 
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    z-index: 2;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-top: 10px;
    width: 100%;
    height: auto;
  }

  #me-gn-footer .footer-social-icons .footer-section-content .footer-section-item {
    display: inline-block;
    width: auto;
  }

  #me-gn-footer .footer-social-icons .footer-section-title {
    display: none;
  }

  #me-gn-footer .footer-newsletter .footer-section-title {
    padding-bottom: 20px;
  }
  
  #me-gn-footer .footer-newsletter{
    /*height: 40px;*/
    overflow: hidden;
  }

  #me-gn-footer .footer-newsletter .footer-section-content {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 50px;
    display: block;
  }

  #me-gn-footer .footer-newsletter .footer-section-content input[type="text"] {
    width: 100%;
    background-color: #292929;
    border: 1px solid #222222;
    font-size: 1.8em;
    height: 50px;
  }

  #me-gn-footer .footer-newsletter .footer-section-content input[type='submit'] {
    right: calc(-100% + 50px);
    margin: 0;
    padding: 0;
    position: relative;
    top: -40px;
    font-size: 3em;
    text-align: right;
    display: inline-block;
    height: 30px;
    width: 35px;
  }

  #me-gn-footer .footer-newsletter-subscribed {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 50px;
    width: 100%;
    display: block;
  }

  #me-gn-footer .footer-newsletter-subscribed i {
    display: inline-block;
    font-size: 1.5em;
    vertical-align: middle;
    margin: 0;
    padding: 0;
  }

  #me-gn-footer .footer-newsletter-subscribed span {
    display: inline-block;
    font-size: 1.3em;
    vertical-align: middle;
    line-height: 3.1em;
    margin-left: 10px;
  }

  #me-gn-footer .footer-news-wrapper {
    padding-right: 15px;
  }
  
  #me-gn-footer .footer-news-wrapper .footer-section-content .footer-section-item a{
    display: block;
    width: 100%;
    line-height: 1.2em;
    text-decoration: none;
  }

  #me-gn-footer .footer-news-wrapper .footer-section-content .footer-section-item .footer-news-content {
    font-size: 1.2em;
    display: block;
    padding-left: 0px;
    width: 95%;
    padding-bottom: 5px;
  }

  #me-gn-footer .footer-news-wrapper .footer-section-content .footer-section-item .footer-news-thumbnail {
    display: block;
    font-size: 1.2em;
    padding-top: 5px;
    padding-bottom: 0px;
    width: 5%;
  }

  #me-gn-footer .footer-news-wrapper .footer-section-content .footer-section-item .footer-news-thumbnail { 
    font-size: 12px; 
  }

  #me-gn-footer .footer-news-wrapper .footer-section-content .footer-section-item .footer-news-headline {
    font-size: 1em;
  }

  #me-gn-footer .footer-links-wrapper .footer-specials {
    padding: 15px 15px 0px 15px;
    margin: 10px 0px 15px 0px;
  }

  #me-gn-footer .footer-links-wrapper .footer-specials .footer-section-item i {
    display: inline-block;
  }

  #me-gn-footer .footer-links-wrapper .footer-specials .footer-section-item a {
    display: inline-block;
    width: auto;
  }
  
  #me-gn-footer .footer-copyright {
    display: block;
    padding-top: 30px;
    font-size: 1.2em;
  }

  #me-gn-footer .footer-copyright ul{
    font-size: 12px;
  }

  /* --- FOOTER SECTION SHOWING CONTENT --- */

  #me-gn-footer .footer-section .show-content {
    color: #FFFFFF;
  }

  #me-gn-footer .footer-section .show-content:after {
    color: #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #me-gn-footer .footer-section .show-content ~ .footer-section-content {
    position: static;
    visibility: visible;
    z-index: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
  }

  #me-gn-footer #footer-message{
    z-index: 9999;
    margin-top: -45px;
  }

}

.loading{
  content: "\f110";
  font-family: 'FontAwesome';
  font-size:1em;
  margin-left: 20px;
  width: 50px;
  height: 50px;
  color:#FFFFFF;
  vertical-align: middle;
  text-align: center;
}

@media print{
  footer{
    display: none;
    visibility: none;
  }

  #me-gn-footer {
    display: none;
    visibility: hidden;
  }
}