@charset "UTF-8";

#plusc_footer {
 background-color: #00b09d;
 padding: 2.25rem 0 20px 0;
}
@media (min-width:768px) {
 #plusc_footer{
  padding: 3rem 0 20px 0;
 }
}
@media (min-width:992px) {
 #plusc_footer{
  padding: 4.25rem 0 30px 0;
 }
}


#plusc_footer_banner {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -ms-flex-pack: center;
 justify-content: center;
 margin-left: -15px;
 margin-right: -15px;
}
#plusc_footer_banner > div {
 display: block;
 padding-left: 15px;
 padding-right: 15px;
 margin-bottom: 1rem;
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
}
@media (min-width:768px) {
 #plusc_footer_banner > div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
 }
}
@media (min-width:992px) {
 #plusc_footer_banner > div {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
 }
}

#plusc_footer_menu {
 margin-top: 1.25rem;
}
#plusc_footer_menu a {
 display: block;
 font-size: 12px;
 line-height: 1.3;
 text-align: center;
 color: #FFF;
 text-decoration: none;
 border-bottom: 1px solid #b2e7e1;
 padding: 0.5rem 0;
 transition: background-color 0.15s ease-in-out;
}
#plusc_footer_menu a:first-child {
 border-top: 1px solid #b2e7e1;
}
#plusc_footer_menu a:hover {
 background-color: #00c0ad;
}
@media (min-width:768px) {
 #plusc_footer_menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #b2e7e1;
  padding-top: 15px;
  margin-top: 15px;
 }
 #plusc_footer_menu a {
  border-bottom: 0;
  border-right: 1px solid #b2e7e1;
  padding: 0.25rem 0.75rem;
 }
 #plusc_footer_menu a:first-child {
  border-top: 0;
  border-left: 1px solid #b2e7e1;
 }
}
@media (min-width:992px) {
 #plusc_footer_menu {
  margin-top: 20px;
  padding-top: 20px;
 }
 #plusc_footer_menu a {
  font-size: 14px;
  line-height: 1.3;
  padding: 0.25rem 1rem;
 }
}


#plusc_copyright {
 margin-bottom: 0;
 font-family: 'RobotoCondensedR';
 font-size: 12px;
 line-height: 1.3;
 color: #FFF;
 text-align: left;
}
#plusc_login {
 font-size: 12px;
 line-height: 1.3;
 color: #FFF;
 margin: 0;
}
#plusc_login a {
 color: #FFF !important;
 text-decoration: none !important;
}
#plusc_login a:hover {
 text-decoration: underline !important;
}


#plusc_footer_sitename {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  line-height: 1.25;
}
#plusc_footer_sitename span.s,
#plusc_footer_sitename span.m {
  display: block;
}
#plusc_footer_sitename span.s {
  font-size: 14px;
}
#plusc_footer_sitename span.m {
  font-weight: bold;
}
@media (min-width:768px) {
  #plusc_footer_sitename {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
  }
  #plusc_footer_sitename span.s {
    font-size: 16px;
  }
  #plusc_footer_sitename span.m {
    font-size: 20px;
    padding: 0 10px;
  }
}
@media (min-width:992px) {
  #plusc_footer_sitename {
    margin-top: 45px;
  }
}
