@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800);

.container {
  margin: 0 auto;
}


.main {
  max-width: 92%;
}


.footer {
  background-color:#7c2a23;
}

.footer ul {
  list-style: none;
}
 .footer a {
    text-decoration: none;
    color:white!important;
    line-height:1.6em;
    font-size:1em;
  }
 .footer a:hover {
    text-decoration: underline;
  }
 .footer p a:hover {
    color:white!important;
  }

 .footer img {
    filter: brightness(0) invert(1);
    height: auto;
    width: 95px;
  }
  .footer .footer-block-menu h2 {
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 1em;
    font-weight: bold;
  }




  #top-footer-bar{
    text-align: center;
    width: 100%;
    overflow: hidden;
    background-color:#913b2d;
    padding: 15px 0;
  }

  #dol-footer-bar-content {
      display: flex;
      width: 86%;
      margin: 0 auto;
      justify-content: space-between;
      align-items: center;
    }

   #dol-footer-bar-content a {
      display: flex;
      align-items: center;
    }

  #bottom-agency-name {
      width: 60%;
    }
  
  .footer-logo {
    float: left;
    margin-right:5px;
  }

  .card-header {
    text-transform: uppercase;
   /* background-color: #7c2a23!important;*/
  }


.agency-name p {

  
    margin: 0;
    font-size:2.3vw;
    text-align:left;
    text-transform: uppercase;


}
#dol-footer-bar-content > a:hover,
#dol-footer-bar-content > p a:hover{
  text-decoration: none;
}


.footer-social-button {
    height: 80px;
    width: 80px;
    background-color: #7c2a23!important;
    color: white;
    font-size:16px;
    margin:10px!important;
    text-decoration: none !important;
  }
  .footer-social-button i,p{
      margin-top: 0.3em;
    }

  .footer-social-button:hover {
    background-color:white!important;
    color: #7c2a23!important;
  }


.engage-container,
.share-container{
  display:flex;
  align-items: center;
  justify-content: center;
}
.social-footer-buttons button {
  background-color: transparent;
  :active {
    background-color: transparent;
  }
}
.social-footer-buttons > div.engage-container > div > div > button:hover,
.social-footer-buttons > div.share-container > div > div > button:hover{
  background-color: $dolGray--lightest!important;
  color: #7c2a23!important;
}

.engage-container{
  float: left;
}
.share-container{
  float: right;
  margin-top: -3px;
}
.social-footer-buttons button {
  height: 80px;
  width: 80px;
  background-color: #7c2a23;
}
  .social-footer-buttons button span {
    margin-left: -4px;
  }
  .engage-container button:hover,
  .share-container button:hover{
    background-color: $dolGray--lightest!important;
    color:#7c2a23;
    transition: 0.5s all ease-in-out;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  .social-footer-buttons button .btn {
    color: #7c2a23;
  }

.social-footer-buttons {
  display: inline-block;
  width: 14%;
  vertical-align: top;
  float: right;
  margin-top: -7%;
  margin-right: 7%;
}
.engage-row{
  margin-top:13px;
}
.share-row {
  margin-top:16px;
  margin-left: 9px;
}
#popoverShareHiddenContent,
#popoverEngageHiddenContent{
  display: none;
}
.btn-simple {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  padding: 0 !important;
  margin: 0 !important;
}
  .btn-simple & > span {
    position: relative;
  }
}
.social-footer-buttons > div.engage-container > div > div > button > span > i,
.social-footer-buttons > div.share-container > div > div > button > span > i{
  margin-top: 20px;
  margin-bottom: 8px;
}

#btn-share,
#btn-engage{
  position: relative;
  background: transparent;
}
 #btn-share,
#btn-engage span i {
    margin-top: 20px;
    padding-bottom:8px;
  }


.popover {
  padding: 0;
  border-radius: 0;
  border: 0;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  max-width:138px!important;
}
.popover-content {
  height: 49px;
  margin: 0;
  padding: 0!important;
  max-width: 5%;
  margin-left: 7%;
  color:#7c2a23;
}
  .popover-content:hover {
    background-color: #e4e2e0;
  }

.fa-fw {
  width: 6.3em!important;
  text-align: left!important;
  color: #7c2a23!important;
}
.btn-media {
  height: 49px;
  line-height: 49px;
  float: left;
  color: #7c2a23;
  text-align: center;
  background: white;
  i {
    font-size: 20px !important;
  }
  &.facebook {
    border-left: 1px solid #7c2a23;
    border-right: 1px solid #7c2a23;
    &:after {
      position: absolute;
      bottom: -10px;
      margin-left: -21px;
      content: "";
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      border-top: 10px solid #7c2a23;
    }
  }
  &:hover,
  &:focus {
    background: white;
    color: #7c2a23;
    &.facebook {
      &:after {
        border-top-color: #7c2a23;
      }
    }
  }
  i {
    font-size: 30px;
    line-height: 49px;
  }
}


#footer-menu-blocks {
  margin-bottom: 3%;
}
.footer-block {
  display: flex;
  justify-content:space-between;
  width:85%;
  margin: 0 auto;
  font-size: 1.2vw;
  padding: 3em 0;
  line-height: 1.5em;
}
.footer-block  h2 {
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom:1em;
}
 .footer-block h2 {
      color:white;
    }  
 
 .vcard {
  margin-left: 15%;
 }

.mobile-footer-container{
  display: none;
}
#page-bottom {
  display:none;
}

@media screen and (max-width: 1350px) {
  .vcard {
    margin-left:4%;
  }
  .footer-block {
    font-size: 0.9em;

    h2 {
      font-size: 1em;
      width:8em;
    }
  }
}
@media screen and (max-width: 768px) {
  #block-dolfootermenu > ul > li:nth-child(1) > a {
      line-height: 2.2em;
    }
  .footer-block .address {
    display: none;
  }
  #page-bottom {
    display:block;
    height:auto;
    background-color:#913b2d;
    width:100%;
 }
   
  #page-bottom  a {
      padding:5px;
      white-space: nowrap;
    }
  #page-bottom  p {
      text-align: center;
      margin-bottom: 0;
      font-size: 16px;
      padding: 10px;
      width: 65%;
      margin: 0 auto;
    }
  #page-bottom  p br {
      display:none;
    }
  
  .agency-name p {
    font-size: 22px!important;
    color: white;
  }
}
@media screen and (max-width: 586px) {
  #top-footer-bar {
    text-align: center;
    max-width: 100%;
    overflow: visible;
  }
  .agency-name p {
    font-size: 1.5em;
    color: white;
  }
  .page-bottom .address {
    display: block;
  }
  #page-bottom {

    a {
      white-space: nowrap;
    }
    a::after {
      content: '\2022';
      font-size:14px;
      display:inline;
      padding-right:2px;
    }
    a:last-child::after {
      content: '';
    }
    p br {
      display: none;
    }
  }
  #social-footer-buttons {
    display: inline;
  }
  .footer-block-menu {
    margin-left: 5%;
  }
  .footer-block {
    font-size: 0.9em;
}
  .footer-block  h2 {
      font-size: 1em;
      width:8em;
      margin-left:-35%;
    }
  
  #block-dolfootermenu-3 > ul > li,
  #block-dolfootermenu-4 > ul > li,
  #block-dolfootermenu > ul > li {
    width: 9em;
    /*margin-left: 20px;*/

    a {
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }
  }
  #block-dolfootermenu-3 > ul,
  #block-dolfootermenu-4 > ul,
  #block-dolfootermenu > ul{
    margin-left:-40px;
  }
}
@media screen and (max-width: 500px) {
  
  .footer-block,
  #social-footer-buttons button {
    display: none;
  }

  .footer .footer-block-menu h2 {
    color: white;
  }
  
  .mobile-footer-container {
    display: block;
    max-width: 1650px;
    width: 80%;
    flex: 0 0 100%;
    margin: 0 auto;
}
  .mobile-footer-container   nav h2 {
      display: none;
    }
   .mobile-footer-container  ul li {
      line-height: 1.8em;
    }
    #block-dolfootermenu-3-menu,
    #block-dolfootermenu-4-menu,
    #block-dolfootermenu-menu {
      display: none;
    }
    #block-dolfootermenu-3 > ul,
    #block-dolfootermenu > ul,
    #block-dolfootermenu-4 ul {
      margin: 0 auto;
    }
   

     #page-bottom a {
        white-space: nowrap;
      }
    #page-bottom  p br {
        display: block;
      }
    }
  

@media screen and (max-width: 310px) {
  .footer-card {
    margin-left: -2em;
    }
   .footer-card h2 {
      font-size: 14px !important;
      width: 14em !important;
    }
  .card-header {
    width: 16em;
  }
}

.footer {
  [data-toggle="collapse"].collapsed i:before {
    font-family: 'FontAwesome';
    content: "\f054";
    float: right;
  }
  [data-toggle="collapse"] i:before {
    content: "\f078";
  }

  .card-header {
    text-transform: uppercase;
    background-color:#913b2d;
    width: 100%;
    /*//margin-left:-1em;*/
  }
  #page-bottom {

    a {
      white-space: nowrap;
    }

    p br {
      display: block;
    }
  }
}

.footer-card {
  background-color: #7c2a23;
  padding: 15px;
}
 .footer-card h2 {
    font-size: 14px!important;
  }
 .footer-card h2 > i {
    float: right;
  }


#block-dolfootermenu-3 > ul,
#block-dolfootermenu-4 > ul,
#block-dolfootermenu > ul {
  font-size: 16px;
}
.agency-name p {
  font-size: 2vw;
  line-height: 1;
  color: white;
}
.footer-card h2{
  font-size: 1.6em;
  width: 100%;
  /*//margin-left: -25px;*/
  line-height: 1.6;
}
.address-block{
  color: #ffffff;
}