/*Update*/
.style-select {
  width: 100%;
  position: relative;
  height: 45px;
  background: #fff url("../images/arrow-down.png") no-repeat;
  background-size: 25px 12px;
  background-position: calc(100% - 13px) center;
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #828282; }
  .style-select span {
    width: calc(100% - 20px);
    position: absolute;
    top: 0;
    left: 0;
    color: #171717;
    font-size: 16px;
    line-height: 45px;
    padding-left: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .style-select select {
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    line-height: 45px;
    border: 25px solid transparent; }

.g-form {
  padding: 30px 0; }
  .g-form form {
    clear: both;
    margin: auto; }
    .g-form form:before, .g-form form:after {
      content: '';
      display: table;
      clear: both; }
    .g-form form .login-form {
      clear: both; }
      .g-form form .login-form:before, .g-form form .login-form:after {
        content: '';
        display: table;
        clear: both; }
    .g-form form > p {
      margin-bottom: 30px; }
    .g-form form label {
      font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
      font-weight: 700;
      display: block; }
    .g-form form input {
      font-size: 17px; }
      .g-form form input[type="text"], .g-form form input[type="email"], .g-form form input[type="password"], .g-form form input[type="tel"] {
        height: 45px;
        padding: 6px 12px;
        border: 1px solid #828282;
        font-weight: 200;
        background-color: #fafafa;
        width: 100%; }
      .g-form form input[type="checkbox"] + label {
        display: inline-block;
        width: calc(100% - 30px);
        margin-left: 10px;
        margin-bottom: 0;
        vertical-align: top; }
    .g-form form span.error,
    .g-form form label.error {
      display: block;
      color: red;
      margin-top: 5px; }
    .g-form form .form-row {
      margin-bottom: 25px; }

.login-form:after {
  content: "";
  display: block;
  clear: both; }

.login-links {
  padding: 0 0 20px;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700; }
  .login-links a {
    color: #005d3f;
    display: table;
    margin: auto; }
    .login-links a:hover {
      text-decoration: underline; }

/*End Update*/
/* Footer Update */
#footer .footer-content {
  padding: 15px 0; }
  #footer .footer-content .menu-footer {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0 !important; }
    #footer .footer-content .menu-footer li a {
      line-height: 70px;
      color: #80bd34; }
  #footer .footer-content .support-by > span {
    font-size: 14px;
    color: #fff;
    margin-right: 17px; }
  #footer .footer-content .support-by a {
    margin-bottom: 0; }
  #footer .footer-content .support-by img {
    background: transparent; }
#footer .footer-copyright {
  background: #005F3C;
  /*background: #005C51;*/
  padding: 20px 0;
  position: relative;
  min-height: 110px; }
  #footer .footer-copyright .vertical-middle-block {
    position: absolute;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%); }
  #footer .footer-copyright .footer-logo {
    display: inline-block;
    max-width: 50%;
    float: left;
    padding-right: 30px;
    width: 200px; }
  #footer .footer-copyright .copyright {
    width: 50%;
    float: left;
    font-size: 11px;
    display: inline-block;
    width: 100%;
    max-width: 178px;
    margin: 0; }
    #footer .footer-copyright .copyright p {
      margin-bottom: 0; }
  #footer .footer-copyright .footer-right-images a {
    display: inline-block;
    max-width: 50%;
    float: left; }
    #footer .footer-copyright .footer-right-images a img {
      width: auto; }

@media (max-width: 991px) and (min-width: 768px) {
  #footer .footer-copyright .copyright {
    padding-right: 0; } }
@media (max-width: 767px) {
  #footer .footer-content .menu-footer li a {
    font-size: 14px;
    line-height: 28px; }
  #footer .footer-content .support-by {
    margin-top: 20px; }

  #footer .footer-copyright {
    padding: 20px 0; }

  #footer .footer-copyright .vertical-middle-block {
    position: relative;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0); }

  #footer .footer-copyright .footer-logo {
    width: 100%;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 0;
    float: none;
    text-align: center; }

  #footer .footer-copyright .copyright {
    width: 100%;
    max-width: none;
    float: none;
    margin-top: 20px;
    padding-right: 0;
    text-align: center; }

  #footer .footer-copyright .footer-right-images a {
    display: inline-block;
    max-width: 50%;
    margin: 20px 0; } }

/*# sourceMappingURL=update.css.map */
