﻿@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
h1, h2, h3, h4, h5 {
  font-family: "bliss-bold", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: rgb(0, 48, 75);
}

h6 {
  font-family: "Ubuntu", sans-serif;
}

a {
  font-weight: 400 !important;
}

input[type=button].button:hover, input[type=submit].button:hover, button#registerDogsBtn:hover, #popup_panel input[type=button]:hover, a.button:hover, a.button:link:hover, div.button.dropdown:hover, .fileinput-button a:hover, .link-button a:hover, .logged-in-sidebar a.button:hover, .login-sidebar a.button:hover, .row .btn-primary:hover, .ui-widget button.ui-state-default:hover {
  box-shadow: 0 1px 6px rgba(0, 68, 102, 0.4);
  -moz-box-shadow: 0 1px 6px rgba(0, 68, 102, 0.4);
  -webkit-box-shadow: 0 1px 6px rgba(0, 68, 102, 0.4);
  transition: box-shadow 200ms;
}

#logo {
  background: url(images/ac-communities-logo.png) no-repeat;
  background-size: 209px 70px;
  width: 209px;
  height: 70px;
}
@media (max-width: 47.99em) {
  #logo {
    background: url(images/ac-communities-logo.png) no-repeat;
    background-size: 209px 70px;
    width: 209px;
    height: 70px;
  }
}

a:hover {
  color: #005682;
}

header {
  border-top: 4px solid #d7252f;
}
@media (max-width: 47.99em) {
  header {
    height: 150px;
    display: inline-block;
  }
}
header #header-container {
  border-bottom: 1px solid #d7252f;
}
@media (max-width: 47.99em) {
  header #header-container {
    padding: 0 2em;
  }
}
@media (max-width: 47.99em) {
  header #header-container #logo-center {
    width: 100%;
  }
}
header #header-container #logging a {
  margin-left: 2em;
  max-width: none;
}
header #header-container #logging span {
  display: none;
}
@media (max-width: 47.99em) {
  header #header-container #logging {
    width: 100%;
    height: auto;
    float: right;
  }
}
header #header-container #nav-wrapper {
  float: right;
  width: auto;
}
@media (max-width: 47.99em) {
  header #header-container #nav-wrapper {
    margin-top: 1em;
    width: 100%;
  }
}
@media (max-width: 47.99em) {
  header #header-container #nav-wrapper #nav li a {
    float: right;
    padding: 0;
  }
}

/*
#BreadCrumb {
    .label {
        background: #F4901E;
        height: 24px;
    }

    .arrow {
        border-left: 9px solid #F4901E;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }
}

.account-body #updateProfileBtn {
    display: none;
}
*/
footer {
  height: 172px;
  position: relative;
}
@media (max-width: 47.99em) {
  footer {
    height: 181px;
  }
}
footer #footer-container .footer-social {
  position: absolute;
  top: 45px;
  left: 34px;
}
@media (max-width: 47.99em) {
  footer #footer-container .footer-social {
    left: 16px;
    top: 38px;
  }
}
footer #footer-container .footer-social .social {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-color: #007DBA;
  border-radius: 50%;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 47.99em) {
  footer #footer-container .footer-social .social {
    width: 24px;
    height: 24px;
  }
}
footer #footer-container .footer-social .social-facebook {
  background-image: url(images/icon-facebook.svg);
  background-color: #3b5b9a;
}
footer #footer-container .footer-social .social-twitter {
  background-image: url(images/icon-twitter.svg);
  background-color: #55acee;
}
footer #footer-container .footer-social .social-twitter:hover {
  background-color: #47a5ed;
}
footer #footer-container .footer-social .social-linkedin {
  background-image: url(images/icon-linkedin.svg);
  background-color: #007DBA;
}
footer #footer-container .footer-social .social-linkedin:hover {
  background-color: #006da6;
}
footer #footer-container .footer-social .social-youtube {
  background-image: url(images/icon-youtube.svg);
  background-color: #cd201f;
}
footer #footer-container .footer-social .social-youtube:hover {
  background-color: #c01e1d;
}
footer #footer-container .footer-logo {
  position: absolute;
  background-image: url(images/ac-logo-large.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  top: 8px;
  right: 36px;
  width: 205.184px;
  height: 71px;
}
@media (max-width: 47.99em) {
  footer #footer-container .footer-logo {
    background-image: url(images/ac-logo.svg);
    background-size: cover;
    top: 21px;
    width: 139px;
    height: 48px;
    right: 20px;
    transform: none;
  }
}
footer #footer-container .footer-terms {
  padding: 40px 0 34px 0;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 47.99em) {
  footer #footer-container .footer-terms {
    padding: 75px 0 14px 0;
    font-size: 14px;
  }
}
footer #footer-container .footer-terms .terms-link {
  margin-left: 0.25em;
  margin-right: 0.25em;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(0, 124, 185, 0.5);
  line-height: 1.4;
  color: #0678B3;
  font-weight: 300;
}
footer #footer-container .footer-terms .terms-link:hover {
  color: #005682;
  border-bottom: 1px solid rgba(71, 60, 121, 0.5);
}
footer #footer-container .footer-terms img {
  margin-top: 24px;
}
