#footer {
    background-color: #272727;
    position: relative;
    z-index: 0;
}
#footer-content {
	padding: 30px 15px 20px;
}
#footer h2 {
    font-size: 16px;
    color: #fff;
    margin: 0 0 30px 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}

#footer a {
	color: #fff;
    text-decoration: none;
    text-align: left;
    line-height: 26px;
    font-size: 17px;
}

#footer ul {
	padding: 12px 0 0 12px;
}

#footer ul li {
	margin: 0 0 18px 0;
}

#footer-under {
	padding: 0 0 30px;
	display: inline-block;
    background: #4A4A4A;
    width: 100%;
}
#footer-under .fine {
	font-size: 8.5px;
    width: 100%;
    color: #fff;
    text-align: right;
    display: inline-block;
}

#footer-social ul .social-icons {
    width: 40px;
    display: inline-block;
}

#footer-social ul .social-icons img {
    max-width: 23px;
    height: auto;
    margin: 0 23px 0 0;
}
#footer-logo {
	display: inline-block;
    width: 100%;
    margin: 0 0 60px 0;
}

#footer-social, #footer-about {
    display: inline-block;
    width: 50%;
    float: left;
    margin: 0 0 15px 0;
}

#footer-other-brands {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px 0;
}

#footer-under .hmp-brand-logo,#footer-under .hmp-logo{
	margin: 35px 0;
}
#footer-content .row {
    margin-left: 0;
    margin-right: 0;
}

/*vrtx_checklist*/
.vrtx_checklist-button {
  border: 1px solid #c8c8c8;
  position: fixed;
  top: 380px;
  left: 55px;
  display: block;
  background: rgb(255,255,255);
  background: linear-gradient(#efefef, #ababab);
  border-radius: 5px;
  padding: 0.5em 2em;
  font-size: 20px;
  cursor: pointer;
}

.vrtx_checklist-panel {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999;
  top: 10px;
  left: 0;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 14%, rgba(157,157,157,1) 59%, rgb(102 102 102) 100%);
  overflow: hidden;
  transition: 0.5s;
  box-shadow: 0 4px #88888826;
  border-top-right-radius: 5px;
}

.vrtx_checklist-panel h4 {
  padding-left: 1em;
  color: black;
  margin: 0;
  font-weight: bold;
  font-family: 'acumin-pro-wide', serif;
}

.vrtx_checklist-content {
  overflow: hidden scroll;
  height: 92%;
}

.vrtx_checklist-panel a:hover{
  color: #000000;
}

.vrtx_checklist-panel .closebtn {
  font-size: 28px;
  color: black;
  margin-right: 20px;
}

.round-status-red {
  background-color: red;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  margin-left: 10px;
  box-shadow: 2px 1px #88888847;
}

.round-status-green {
  background-color: #00d500;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  margin-left: 10px;
  box-shadow: 2px 1px #88888847;
}

.flex-justify {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.dashboard-header {
  position: initial;
  box-shadow: 5px 6px #88888826;
  margin-bottom: 5px;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 4px;
  background: #c8c8c8;
}

.action-container {
  margin-top: 5px;
  display: block;
}

.action-container a{
  font-size: 12px;
}

.card-height-margin {
  min-height: 262px;
  margin: 2px 0;
}

#shoutbox_close {
  background-color: transparent;
  width: auto;
  margin: 0;
  line-height: normal;
}

/*
.paragraph--type--banner-advertisement .paragraph iframe {
  width: 100% !important;
}
*/


@media screen and (max-height: 450px) {
  .vrtx_checklist-panel {padding-top: 15px;}
  .vrtx_checklist-panel a {font-size: 18px;}
}
/*vrtx_checklist*/

@media(min-width: 768px) {
	#footer .footer-section {
		border-left: 1px solid #7C7C7C;
	}
	#footer-content {
		padding: 30px 0 20px;
	}
}

@media (min-width: 992px) {
	#footer-under .hmp-brand-logo {
		width: 356px;
	    float: left;
	    margin: 30px 0 0 0;
	}
	#footer-under .hmp-logo {
		width: 212px;
	    float: right;
	    margin: 30px 0 0 0;
	}

}
