.footer {
  padding: 20px 50px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  background: var(--dark-blue);
  color: #fff;
}

@media (max-width: 1200px) {
  .footer {
    padding: 20px 20px;
  }
}

@media (max-width: 1200px) {
  .menu_open .footer {
    display: none;
  }
}

.footer a {
  color: #fff;
}

.footer .bottom_row a {
  text-decoration: none;
}

.footer .bottom_row a:hover {
  text-decoration: underline;
}


.footer .top_row {
  padding: 50px 0;
}

.footer .top_row:after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}

.footer .top_row .col_1 {
  float: left;
  width: 20%;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .footer .top_row .col_1 {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}

.footer .top_row .col_2 {
  padding: 0 20px;
  float: left;
  width: 20%;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .footer .top_row .col_2 {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}

.footer .top_row .col_3 {
  padding: 0 40px;
  float: left;
  width: 15%;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .footer .top_row .col_3 {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}

.footer .top_row .col_4 {
  float: left;
  width: 25%;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .footer .top_row .col_4 {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}

.footer .top_row .col_5 {
  float: left;
  width: 20%;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .footer .top_row .col_5 {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}

.footer .bottom_row {
  padding: 50px 0;
  font-size: 0.75em;
}

.footer .bottom_row:after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}

.footer .bottom_row .col_left {
  float: right;
  width: 20%;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .footer .bottom_row .col_left {
    float: none;
    width: 100%;
    margin-top: 40px;
  }
}

.footer .bottom_row .col_right {
  padding-left: 20px;
  float: right;
  width: 80%;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .footer .bottom_row .col_right {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}

.footer .title_contact {
  font-size: 1em;
  font-weight: 500;
}


.footer .title {
  font-size: 1em;
  font-weight: 500;
  margin-top: 0;
}


.footer .links a {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.footer .links a:hover {
  color: #fff;
}

.footer .social_menu {
  margin-top: 15px;
}

.footer .social_link {
  background: center/contain no-repeat;
  width: 20px;
  height: 20px;
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: baseline;
}

.footer .social_link.facebook {
  background-image: url('/static/shellharbour/images/social/facebook.svg');
}

.footer .social_link.instagram {
  background-image: url('/static/shellharbour/images/social/instagram.svg');
}

.footer .social_link.youtube {
  background-image: url('/static/shellharbour/images/social/youtube.svg');
  width: 20px;
}

.footer .social_link.linkedin {
  background-image: url('/static/shellharbour/images/social/linkedin.svg');
}

.footer .social_link.facebook:hover {
  background-image: url('/static/shellharbour/images/social/facebook.svg');
}

.footer .social_link.instagram:hover {
  background-image: url('/static/shellharbour/images/social/instagram.svg');
}

.footer .social_link.youtube:hover {
  background-image: url('/static/shellharbour/images/social/youtube.svg');
  width: 20px;
}

.footer .social_link.linkedin:hover {
  background-image: url('/static/shellharbour/images/social/linkedin.svg');
}

.footer .button {
  background: var(--lightest-blue);
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 12px 10px 10px;
  font-weight: 900;
  display: inline-block;
  width: 200px;
  text-align: center;
  text-decoration: none;
  transition: transform 200ms;
}

.footer .button:hover {
  background: #fff;
  color: var(--light-blue);
  transform: scale(1.05);
}


.footer .logo {
  height: 55px;
  width: auto;
  display: block;
}


.footer .event {
  font-weight: 500;
  color: #fff;
}

.footer .contact a:hover {
  opacity: 0.9;
}

.footer .follow a:after {
  content: "↗";
  position: absolute;
  margin-left: 10px;
}


.footer .signup_cont {
  margin-top: 50px
}

.footer .signup_cont .signup_button {
  display: block;
  font-family: inherit;
  background: var(--orange);
  color: #fff;;
  font-weight: 900;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 12px 10px 10px;
  width: 200px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  margin-top: 10px;
  transition: transform 200ms;
  border: 0;
}

.footer .signup_cont .signup_button:hover {
  background: #fff;
  color: var(--light-blue);
  transform: scale(1.05);
}

.footer .signup_cont input {
  display: block;
  font-family: inherit;
  border: 1px solid var(--orange);
  font-size: 0.9em;
  outline: none;
  color: inherit;
  background: var(--dark-blue);
  width: 90%;
  max-width: 350px;
  box-sizing: border-box;
  padding: 12px 5px 10px;
  vertical-align: top;
  border-radius: 0;
  margin-top: 10px;
}

.footer .signup_cont input::placeholder {
  color: inherit;
  font-size: inherit;
}

.footer .signup_cont label {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
}

.footer .signup_cont input[type='checkbox'] {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 0;
  accent-color: var(--aqua-blue);
}

.footer .signup_cont fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.footer .signup_cont fieldset label {
  display: inline-block;
  font-size: 0.9em;
}

.footer .signup_cont select {
  display: block;
  font-family: inherit;
  border: 1px solid var(--orange);
  font-size: 0.9em;
  outline: none;
  color: #ddd;
  background: var(--dark-blue);
  box-sizing: border-box;
  padding: 12px 5px 10px;
  vertical-align: top;
  border-radius: 0;
  margin-top: 10px;
}

.footer .signup_cont button {
  display: block;
  font-family: inherit;
  background: var(--orange);
  color: var(--dark-blue);
  font-size: 0.9em;
  font-weight: 900;
  text-transform: uppercase;
  padding: 11px 0 8px;
  width: 150px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  margin-top: 10px;
  transition: transform 200ms;
  border: 0;
}

.footer .signup_cont button:hover {
  background: #fff;
  color: #000;
  transform: scale(1.05);
}



