/*============================
    Main Menu
==============================*/
/**style is to bold and increase font size for Pop health in main nav**/
div.second-col li.hs-menu-item ul li:nth-child(8) a {font-weight: 600 !important;font-size:16px !important;}

.brand-logo {
  display: inline-block;
}
.header-container-wrapper .fixed-header {
	position: fixed;
  width: 100%;
  background: #fff;
  z-index: 5001;
  margin-left: -15px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
	margin-bottom: 0;
}
.fixed-header .desktop-menu * {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.fixed-header .desktop-menu {
  height: 70px;
}
.fixed-header .desktop-menu .brand-logo {
  line-height: 48px;
}
.fixed-header .desktop-menu .brand-logo img {
  width: 240px;
  height: auto;
}
.fixed-header .desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  padding-top: 30px;
}
.fixed-header .desktop-menu .client-portal-link {
  right: -128px;
	/*text-transform: uppercase;*/
  top: 28px; 
}
.fixed-header .desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 > a {
	font-weight: 700;	
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	top: 40px;
}
.header-container-wrapper .fixed-header .mobile-menu {
  padding: 0 15px;
}
@media (min-width: 1500px) { 
  .header-container-wrapper .container-fluid .row-fluid .container-max-width {
	    max-width: 1300px;
	}
}
@media (max-width: 1499px) {
  .fixed-header .desktop-menu .hs-menu-flow-horizontal {
  	float: left;
	}
	.fixed-header .desktop-menu .client-portal-link {
    right: 0;
	}
}
@media (max-width: 1199px) {
	.header-container-wrapper .header-container .container-max-width {
		max-width: 100%;
	}
}

/* Desktop Menu
================================================== */
.desktop-menu {
  display: none !important;
  height: 100px;
}
.desktop-menu .client-portal-link {
  display: inline-block;
	position: absolute; 
  top: 20px; 
  right: 0;  
  color: #31006F; 
  font-size: 14px;
}
.desktop-menu .brand-logo {
  line-height: 76px;
}
.desktop-menu .hs-menu-flow-horizontal {
  float: right;
}
.desktop-menu .hs-menu-children-wrapper {
  background-color: #31006f;
  min-width: 250px;
}
.desktop-menu .hs-menu-depth-1 .hs-menu-children-wrapper {
  padding: 15px 0;
  margin-top: -15px !important;
}
.desktop-menu .hs-menu-depth-1 > ul.hs-menu-children-wrapper {
  margin-top: 0 !important;
}
.desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible;
  color: #fff;
  font-weight: 600;
  width: auto;
  padding: 7px 30px;
}




.desktop-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li a:hover {
	color: #ec008c !important;
}
.desktop-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1 {
	position: relative;
}
.desktop-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1:hover::before {
	position: absolute;
  content: '';
  width: 100%;
	left: 0;
	bottom: -12px;
	border-bottom: 13px solid #9579d3;
}




.desktop-menu .hs-menu-depth-1 > ul.hs-menu-children-wrapper li a {
  font-size: 1rem;
}
.desktop-menu .hs-menu-depth-2 ul.hs-menu-children-wrapper li a {
  font-size: 0.875rem;
  padding: 3px 30px !important;
}
.desktop-menu .hs-menu-depth-2 ul li a {
  font-weight: 300 !important;
  font-size: 14px !important; 
  line-height: 19px !important;
}
.desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 250px;
}
.desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
	margin-right: 16px;
}
.desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child {
	margin-right: 0;
}
.desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  max-width: none;
  white-space: normal;
  padding: 0;
}
.desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	padding-top: 60px;
  /*height: 100px;*/
}
.desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 > a {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #31006f;
  font-weight: 700;
}
.desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover > a {
  color: #9579d3;
}
.desktop-menu .hs-menu-wrapper .hs-menu-children-wrapper .hs-item-has-children::after {
  content: '';
  background: transparent url(https://cdn2.hubspot.net/hubfs/394315/Cotiviti_Theme/img/right-arrow.svg) no-repeat center / cover;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  margin-top: -.5rem;
  right: 1rem;
}
/*
.desktop-menu .hs-menu-depth-1 > ul.hs-menu-children-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 13px;
  left: 0;
  top: -13px;
  background-color: transparent;
  z-index: 99999;
}
*/
/* remove nested menu */
.desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
	left: unset;
	position: unset;
	visibility: visible;
	opacity: 1;
}
.desktop-menu .hs-menu-wrapper .hs-menu-children-wrapper .hs-item-has-children::after {
	background: none;
} 
.desktop-menu .two-cols {
	visibility: visible;
	opacity: 1;
	min-width: 560px;
}
.desktop-menu .first-col {
	width: 50%;
  position: relative;
  float: left;
}
.desktop-menu .second-col {
	float: right;
	position: relative;
	width: 50%;
}
.desktop-menu .first-col > li,
.desktop-menu .second-col > li {
	margin-bottom: 15px;
}
.desktop-menu .first-col > li:last-child,
.desktop-menu .second-col > li:last-child {
	margin-bottom: 0;
}

/* Mobile Menu
================================================== */
.navbar-mobile-menu {
	margin: 0 -15px;
}
.overlay-mobile-menu {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1 !important;
	background-color: #31006f;
}
.mobile-menu .hs-menu-wrapper > ul {
	padding: 75px 0;
}


/* Menu Styles on Mobile Devices
========================================================================== */  
.mobile-menu.js-enabled{
  position: relative;
  padding-top: 0; /* Makes room for button */
  margin: 10px 0 10px 0;
}

/* Hide menu on mobile */
.mobile-menu.js-enabled .hs-menu-wrapper,
.mobile-menu.js-enabled .hs-menu-children-wrapper{
  display: block;
}  

/* Make child lists appear below parent items */
.mobile-menu ul.hs-menu-children-wrapper{
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  display: none;
}

/* begin - mobile-menu */
.mobile-menu .brand-logo {
  line-height: 36px;
}
.mobile-menu .hs-menu-wrapper > ul {
    display: block !important;
}
.mobile-menu .hs-menu-wrapper > ul > li {
    width:100% !important;
    background-color: #31006f;
    float:none !important;
    border:none !important;
}
.mobile-menu .hs-menu-wrapper > ul > li>a {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    color: #fff;
    cursor: pointer;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: .775rem;
    padding-bottom: .775rem;
    font-size: 1rem;
    border-top: 0px solid #fff;
    line-height: 1.2;
    display: block;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
}
.mobile-menu .hs-menu-wrapper > ul> li, .mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position:static !important;
}
.mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
.mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 100% !important;
    max-width: 100% !important;
}
.mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
		font-weight: 300;
}
.mobile-menu .hs-menu-wrapper > ul> li a {
    position:relative !important;
}
.mobile-menu .hs-menu-wrapper > ul > li>a:hover {
    color: white;
}
.mobile-menu .hs-menu-wrapper > ul > li:first-child>a {
    border-top: none;
}
.mobile-menu .hs-menu-wrapper > ul >li.dropdown-submenu-parent {
    margin:16px 0 0 0 !important;
}
.mobile-menu .hs-menu-wrapper > ul >li.dropdown-submenu-parent>ul {
    position: static !important;
    display: block !important;
}
.mobile-menu .hs-menu-wrapper > ul >li.dropdown-submenu-parent>ul>li a {
    background-color: #fff;
    font-size: 16px;
    color: white;
    width:100% !important;
    font-weight:700;
}
.mobile-menu .hs-menu-wrapper > ul >li.dropdown-submenu-parent>ul>li a:hover {
    background-color: transparent;
    color: white;
}
.mobile-menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children ul {
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0;
    left: 0 !important;
    box-shadow: none;
    transition: 0s all !important;
    height: 100%;
    width: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    top: 75px !important;
    margin: 0 !important;
}
.mobile-menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children ul > li > a {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    color: #fff;
    cursor: pointer;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: .775rem;
    padding-bottom: .775rem;
    font-size: 1rem;
    border-top: 0px solid #fff;
    line-height: 1.2;
    position: relative;
    font-weight: 700;
    text-align: left;
    text-align: -webkit-match-parent;
}
.mobile-menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children ul > li > a:hover {
    color: white;
}
.mobile-menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children ul > li:first-child> a {
    border:none;
}
.mobile-menu .hs-menu-wrapper>ul>li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0, 0);
    top: 0;
    background: #31006f !important;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li > ul > li.hs-menu-item.hs-item-has-children ul {
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0 !important;
    box-shadow: none;
    transition: 0s all !important;
    background-color: #31006f !important;
    margin: 0 !important;
    height: 100vh !important;
    width: 100% !important;
    margin: 0 !important;
    min-height: 1166px !important;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li > ul > li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0, 0);
    top: 0;
    background: #31006f !important;
    transition: 0s all !important;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li > ul > li > ul > li.hs-menu-item.hs-item-has-children ul {
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0 !important;
    box-shadow: none;
    transition: 0s all !important;
    background-color: #31006f !important;
    height: 100%;
    width: 100% !important;
    margin: 0 !important;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li > ul > li > ul > li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0, 0);
    top: 0;
    background: #31006f !important;
    transition: 0s all !important;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li > ul > li >ul > li.hs-menu-item.hs-item-has-children ul {
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0 !important;
    box-shadow: none;
    transition: 0s all !important;
    background-color: #31006f !important;
    height: 100%;
    width: 100% !important;
    margin: 0 !important;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li > ul > li >ul > li.hs-menu-item.hs-item-has-children ul {
    transition: 0s all !important;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li.hs-menu-item.hs-item-has-children >ul {
    position: fixed !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0 !important;
    box-shadow: none;
    transition: 0s all !important;
    background-color: #31006f !important;
    height: 100%;
    width: 100% !important;
    margin: 0 !important;
    overflow: auto !important;
    padding-bottom: 20px !important;
}
.mobile-menu .hs-menu-wrapper > ul >li.dropdown-submenu-parent>ul>li.is-submenu-item > ul {
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0 !important;
    box-shadow: none;
    transition: 0s all !important;
    background-color: #31006f !important;
    height: 100%;
    width: 100% !important;
    margin: 0 !important;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0, 0);
    left: 0 !important;
    transition: 0s all !important;
}
.mobile-menu .hs-menu-wrapper > ul >li >ul> li> ul >li.child-open.hs-menu-item.hs-item-has-children >ul {
    transform: translate(0, 0);
    left: 0 !important;
    background: #31006f !important;
    transition: 0s all !important;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li > ul> li> ul > li.hs-menu-item.hs-item-has-children >ul {
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0 !important;
    box-shadow: none;
    transition: 0s all !important;
    background-color: #31006f !important;
    height: 100%;
    width: 100% !important;
    margin: 0 !important;
}
.mobile-menu .hs-menu-wrapper > ul>li>ul>li > ul> li> ul >li.child-open.hs-menu-item.hs-item-has-children >ul {
    transform: translate(0, 0);
    left: 0 !important;
    background: #31006f !important;
    transition: 0s all !important;
}
.mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > a:after {
    margin-top: -10px;
    background-image: url(https://cdn2.hubspot.net/hubfs/394315/Cotiviti_Theme/img/right-arrow.svg);
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border-color: transparent transparent transparent white;
    border-color: transparent !important;
    border: none;
    width: 1rem;
    height: 1rem;
    background-size: cover;
    background-position: center center;
    content: '';
    display: block;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    right: 1.5rem;
}
.mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > a:hover:after {
    background-image: url(https://cdn2.hubspot.net/hubfs/394315/Cotiviti_Theme/img/right-arrow.svg);
}
li.dl-back.dl-menu {
		text-transform: uppercase;
    margin-bottom: 10px;
    /*position: absolute;
    top: -68px;*/
}
li.dl-back.dl-menu a {
		font-size: 14px !important;
}
li.dl-back.dl-menu a:before {
    margin-top: -.1875rem;
    margin-right: .575rem;
    margin-left: -.175rem;
    background-image: url(https://cdn2.hubspot.net/hubfs/394315/Cotiviti_Theme/img/left-arrow.svg);
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border-color: transparent !important;
    border: none;
    width: 1rem;
    height: 1rem;
    background-size: cover;
    background-position: center center;
    content: '';
    display: inline-block;
    vertical-align: middle;
    border-color: transparent white transparent transparent;
}
.mobile-menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children ul > li:hover:before {
    background-image: url(https://cdn2.hubspot.net/hubfs/394315/Cotiviti_Theme/img/left-arrow.svg);
}
.mobile-menu .hs-menu-wrapper>ul >li>ul {
    top: 42px !important;
}
.mobile-menu .hs-menu-wrapper > ul > li:nth-child(8) {
    margin: 16px 0 0 0;
}
.mobile-menu .hs-menu-wrapper > ul > li:nth-child(8) > a, .mobile-menu .hs-menu-wrapper > ul > li:nth-child(9) > a, .mobile-menu .hs-menu-wrapper > ul > li:nth-child(10) > a, .mobile-menu .hs-menu-wrapper > ul > li:nth-child(11) > a {
    background-color: #fff;
    font-size: 16px;
    color: white;
}
.mobile-menu .hs-menu-wrapper > ul > li:nth-child(8) > a:hover, .mobile-menu .hs-menu-wrapper > ul > li:nth-child(9) > a:hover, .mobile-menu .hs-menu-wrapper > ul > li:nth-child(10) > a:hover, .mobile-menu .hs-menu-wrapper > ul > li:nth-child(11) > a:hover {
    background-color: transparent;
    color: white;
}
.mobile-menu .hs-menu-wrapper > ul > li:nth-child(9) > a:after, .mobile-menu .hs-menu-wrapper > ul > li:nth-child(10) > a:after {
    background-image: url(https://cdn2.hubspot.net/hubfs/394315/Cotiviti_Theme/img/right-arrow.svg);
}
.mobile-menu .hs-menu-wrapper > ul > li:nth-child(9) ul li a , .mobile-menu .hs-menu-wrapper > ul > li:nth-child(10) ul li a {
    background-color: #fff;
    font-size: 16px !important;
    color: white !important;
}
.mobile-menu .hs-menu-wrapper > ul > li:nth-child(8) > a {
    border:none;
}
.mobile-menu .hs-menu-wrapper > ul > li:nth-child(9) ul li a:hover, .mobile-menu .hs-menu-wrapper > ul > li:nth-child(10) ul li a:hover {
    background-color: #3c566c;
    color: white;
}
.mobile-menu .hs-menu-wrapper > ul li:nth-child(9) ul li.dl-back.dl-menu a:before, .mobile-menu .hs-menu-wrapper > ul li:nth-child(10) ul li.dl-back.dl-menu a:before {
    background-image: url(https://cdn2.hubspot.net/hubfs/394315/Cotiviti_Theme/img/left-arrow.svg);
}
/* end - mobile-menu */


@media (min-width: 1200px) {
  .desktop-menu {
  	display: block !important;
	}
  .mobile-menu {
  	display: none !important;
	}
}


.mobile-menu .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
		visibility: visible !important;
 	 	opacity: 1 !important;
  	position: static !important;
  	transform: none !important;
  	display: none !important;
}
.mobile-menu .hs-menu-wrapper > ul li.hs-menu-depth-1.child-open > ul.hs-menu-children-wrapper {
  	display: block !important;
}
.mobile-menu .hs-menu-wrapper>ul li.hs-menu-depth-1 > a::after,
.mobile-menu .hs-menu-wrapper>ul li.hs-menu-depth-1 > a:hover::after {
		background-image: url(https://cdn2.hubspot.net/hubfs/394315/Cotiviti_Theme/img/plus-icon.svg);
	  background-position: 100% 100%;
}
.mobile-menu .hs-menu-wrapper>ul li.hs-menu-depth-1.child-open > a::after,
.mobile-menu .hs-menu-wrapper>ul li.hs-menu-depth-1.child-open > a:hover::after {
		background-image: url(https://cdn2.hubspot.net/hubfs/394315/Cotiviti_Theme/img/minus-icon.svg);
	  background-position: 100% 100%;
}
.mobile-menu .hs-menu-wrapper > ul li.hs-menu-depth-1.child-open > ul.hs-menu-children-wrapper > li.dl-back.dl-menu {
		display: none;
}
.mobile-menu .hs-menu-wrapper > ul li.hs-menu-depth-2 > ul {
  	padding-top: 20px !important;
}


/* Hamburger Nav
================================================== */
.hamburger-nav-wrap { 
  position: relative;
	float: right;
	padding: 10px;
	background-color: #9579d3;
	height: 50px;
	margin-right: -15px;
	padding-top: 15px; 
  z-index: 2;
}
.hamburger-nav {
  width: 28px;
  height: 24px;
  margin-top: 0;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index:2 !important;
}
.hamburger-nav span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.hamburger-nav span:nth-child(1) {
  top: 0px;
}
.hamburger-nav span:nth-child(2),.hamburger-nav span:nth-child(3) {
  top: 9px;
}
.hamburger-nav span:nth-child(4) {
  top: 18px;
}
.hamburger-nav.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.hamburger-nav.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger-nav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger-nav.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


/*============================
    Footer Menu
==============================*/
.footer-container-wrapper .hs-menu-wrapper > ul {
	margin-bottom: 20px;
	margin-left: 0;
	list-style: none;
}
.footer-container-wrapper .hs-menu-wrapper > ul > li {
	margin-bottom: .6rem;
	font-size: 1rem;
	text-transform: uppercase;
}
.footer-container-wrapper .hs-menu-wrapper > ul > li > a {
	color: #9579d3;
	font-weight: 700;
	padding: 2px 0 !important;
}
.footer-container-wrapper .hs-menu-wrapper > ul > li > a:hover,
.footer-container-wrapper .hs-menu-wrapper > ul > li > a:focus {
	color: #31006f;
	background-color: transparent;
}
.footer-container-wrapper ul.copyright {
	margin: 14px 0 0 0;
	list-style: none;
	padding-left: 0;
}
.footer-container-wrapper ul.social-media {
  margin: 10px 0 10px 0;
  list-style: none;
  padding-left: 0;
}
.footer-container-wrapper ul.social-media li {
	display: inline-block;
  margin-right: 10px;
}
.footer-container-wrapper ul.social-media li:last-child {
  margin-right: 0;
}
.footer-container-wrapper ul.social-media li a {
  font-size: 40px;
}
.footer-container-wrapper ul.social-media li a:hover,
.footer-container-wrapper ul.social-media li a:focus {
	color: #31006f
}

@media (max-width: 575px) { 
  .footer-container-wrapper .container-fluid .row-fluid .container-max-width {
		padding-left: 0 !important;
  	padding-right: 0 !important;
	}
}

/* flayouts - the child menu items will not open when you hover over the parent. */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
}