
#menu-main-navigation > li.menu-item-open > a[href*="business-management"],
#menu-main-navigation > li.menu-item-open > a[href*="auto"] {
  color: #fff !important;
  background-color:var(--category-1)
}
#menu-main-navigation > li.menu-item-open > a[href*="business-management"]::before,
#menu-main-navigation > li.menu-item-open > a[href*="auto"]::before {
  background-color:var(--category-1);
}
#menu-main-navigation > li> a[href*="business-management"] ~ .sub-menu,
#menu-main-navigation > li> a[href*="auto"] ~ .sub-menu {
  background-color:var(--category-1-10);
}

#menu-main-navigation > li.menu-item-open > a[href*="finance"],
#menu-main-navigation > li.menu-item-open > a[href*="family"] {
  color: #fff !important;
  background-color:var(--category-2)
}
#menu-main-navigation > li.menu-item-open > a[href*="finance"]::before,
#menu-main-navigation > li.menu-item-open > a[href*="family"]::before {
  background-color:var(--category-2);
}
#menu-main-navigation > li > a[href*="finance"] ~ .sub-menu,
#menu-main-navigation > li > a[href*="family"] ~ .sub-menu {
  background-color:var(--category-2-10);
}

#menu-main-navigation > li.menu-item-open > a[href*="managing-employees"],
#menu-main-navigation > li.menu-item-open > a[href*="home"] {
  color: #fff !important;
  background-color:var(--category-3)
}
#menu-main-navigation > li.menu-item-open > a[href*="managing-employees"]::before,
#menu-main-navigation > li.menu-item-open > a[href*="home"]::before {
  background-color:var(--category-3);
}

#menu-main-navigation > li> a[href*="managing-employees"] ~ .sub-menu,
#menu-main-navigation > li> a[href*="home"] ~ .sub-menu {
  background-color:var(--category-3-10);
}

#menu-main-navigation > li.menu-item-open > a[href*="media"],
#menu-main-navigation > li.menu-item-open > a[href*="lifestyle"] {
  color: #fff !important;
  background-color:var(--category-4)
}
#menu-main-navigation > li.menu-item-open > a[href*="media"]::before,
#menu-main-navigation > li.menu-item-open > a[href*="lifestyle"]::before {
  background-color:var(--category-4);
}
#menu-main-navigation > li > a[href*="media"] ~ .sub-menu,
#menu-main-navigation > li > a[href*="lifestyle"] ~ .sub-menu {
  background-color:var(--category-4-10);
}

#menu-main-navigation > li.menu-item-open > a[href*="wellness"] {
  color: #fff !important;
  background-color:var(--category-5)
}
#menu-main-navigation > li.menu-item-open > a[href*="wellness"]::before {
  background-color:var(--category-5);
}
#menu-main-navigation > li > a[href*="wellness"] ~ .sub-menu {
  background-color:var(--category-5-10);
}



#menu-main-navigation > li::before {
  content: " ";
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  background-color: transparent;
  z-index: 9;
  cursor:pointer;
}
#menu-main-navigation > li::after {
content:" ";
position:absolute;
border-left: 3px solid #3a5a78;
width: 18px;
height: 18px;
right: 21px;
border-bottom: 3px solid #3a5a78;
transform: rotateZ(-45deg);
top: 14px;
z-index: 9;
cursor:pointer;
}
#menu-main-navigation .menu-item-open::after{
transform:rotateZ(135deg);
top: 22px;
border-color:#fff;
}


.sub-menu {
  display:block;
  font-size:20px;
  padding: 0;
  margin:0;
  list-style:none;
  max-height:0;
  transition:max-height .3s linear;
  overflow:hidden;
  position: relative;
  z-index: 9;
}
.menu-item-open > .sub-menu{
max-height:500px;
}

.sub-menu a{
display:inline-block;
padding: 18px 20px 18px 40px;
border-top: 1px solid #216bab;
display: block;
text-decoration:none;
}
.menu-item-open .sub-menu a {
color: #216bab !important;
}


.mob-topper {
  display: flex;
flex-direction:column;
padding-bottom:20px;
}
.mob-topper > div{
flex:1 0 100%;
padding: 10px;
}

.mob-topper .social-sites {
  order: 2;
}

.hig-share-options>a:hover,.hig-share-options>button:hover {
  text-decoration: none
}

.hig-share-options .ig-social-cp::after {
background-position: 142px -15px;
}

.hig-share-options .ig-social-fb::after {
background-size: 201px 31px;
background-position: -34px -5px;
}

.hig-share-options .ig-social-li::after {
  background-size: 201px 31px;
  background-position: -61px -5px;
}

.hig-share-options .ig-social-tw::before {
  content: "";
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #216bab;
  position: absolute;
  left: 7px;
}
.hig-share-options .ig-social-tw::after {
  background-image: url(images/x-logo-white.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
}

.hig-share-options .ig-social-mail::after {
  background-position: 106px -15px;
}

.hig-share-options .ig-social-close {
  border-top: 1px solid #f2f2f2;
  margin-top: 8px;
  padding-top: 10px
}

.hig-share-options .ig-social-close::after {
background-position: 73px -15px;
top:8px;
}

.hig-share-options .ig-social-clipboard {
  position: absolute;
  left: -999em
}

.ig-copied {
  color: #484848;
  background-color: rgba(255,255,255,.8);
  padding: 6px 10px;
  border-radius: 3px;
  box-shadow: 1px 1px 5px 1px rgba(100,100,100,.4);
  position: absolute;
  right: 0;
  top: -156px;
  z-index: 99
}




#comments{
  padding:35px;
  margin-bottom: 40px;
}
.comment-form{
  display:flex;
  flex-direction:column;
}
#comment,#author,#email{
width:100%;
  background-color:#ececec;
  border:0;
  padding:5px 15px;
  font-size:16px;
  border-radius:9px
}
.comment-reply-title {
  color: #3a5a78;
  Font-size:20px;
  font-weight:500;
}
#cancel-comment-reply-link{
  padding-left: 20px;
  font-weight: 400;  
}
.comment-form-author{
  margin: 20px 0 10px;
}
.comment-form-email{
  margin: 10px 0 20px;
}

[class^="cnns"]{
  display: flex;
  align-items: flex-start;
  margin: 0 0 10px;
  font-size: 18px;
}
.comment-notes{
  font-size: 18px;
  font-style: italic;
}
#lstc-comment-subscription input#lstc_subscribe{
  margin-top:4px
}
#csubmit{
  width:100%;
  border:0;
  background-color:#3a5a78;
  color:#fff;
  padding:12px 30px;
  cursor:pointer;
}
.recap-disc{
margin:6px 0;
font-size:13px;
}
#comments-list{
  margin-top:30px
}

.related-articles-title {
  color: #3a5a78;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  margin:40px 0 20px
}



.comments-title {
  font-weight: 500;
}

.comments ul {
  padding-left: 0;
  list-style:none;

}
.commentlist {
  font-size:16px;
}
.comment-body {
  border:1px solid #216bab;
  padding:15px 20px;
  border-radius:9px;
  background-color:#e4eff6;
}
.comment-header-wrapper{
  border-bottom:1px solid #216bab;
  padding-bottom:15px;
  margin-bottom:15px;
}
.comment-header-wrapper > div{
  display:inline-block;
}
.comment-author  {
  font-weight:500;
  margin-right:40px
}
.comment-date-divider, .comment-date-time{
  color:#888;
  font-weight:400;
}
.commentlist p{
  margin:8px 0;
  line-height:1.2;
}
.comment{
margin-bottom:30px;
}
.commentlist .children{
  margin:0 0 0 40px;
  border:0;
}
.commentlist .children .comment-body{
  border:0;
  background-color:transparent;
}
.comment-author .fn{
  color:#3a5a78;
  font-style:normal
}
.reply{
  margin-top:12px;
  position:relative;
  padding-left: 32px;
  display:block;
}
.reply a{
  font-weight:500;
  text-decoration:none;
}
.reply a::before{
  content:"";
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAZCAIAAAC6gEm5AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIISURBVDhPY3zy/hsDZYAJSlMAkF3x78u9Kwt3vjj+8vfDP1AhOBDiYTfWko53UpfnQbcVZsS/98dXnF70S7TIX0tVkB0shQr+/Xx+48qiLZ9Uw82D5LmggmAAMeLblRVHFokbdDmKQYVxgR+P182/wxZk7yOOcAuYdefS1H9KLQT1AwGHbFCI8Imt175A+SAANOLnuRPfg3xU2KAihICoTrzAi13PoTwgYGFgeHr2s3AwH5TPwPBwUcOV2RjBae9u1WIrCGYyqWpwLbz1NkhSGMwFGvH2y21BLiEIDwTk4xrk46BsHECU89el9wwMcCP+/YWwYICgK9ABMEauzJ73LTJJhwcqQgS4dqzmtXqLPdwVDNLGHKdu/WIwgoYniit8AuzLTdAM/3f7xjcjS6h+IACni1snmh4r1TkTEalA8PpS2QaGulQ9uMHgdKGmF/T++pbnv8EieMGPh4uWvbXzQ/E1JJFx6QRpsm86OPvCWzAXGwAm8GtnOyfcZPA0R06aQICUzf59uX3i0uxDTHEVFjpQkVcHF5ytufcPyOThYrfUwZ/NYODKimMMEVYgI4Bunnnzs61pthH2uIQDdCOh4P31/gm3eQJsCOoHAixG/Hp+vmb2G4t0J7RMjQtgGvG+etXP+DxbS0EcDsQA6GHx6/mLL+ISQsRqBwF0I8gApFiHAwwGIxgYAOpMyg/IXhp8AAAAAElFTkSuQmCC');
  height: 20px;
  width: 22px;
  position: absolute;
  left: 4px;
  top: -1px;
  transform: scale(.9);
}
.children .reply a::before{
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAaCAIAAADJ6rCnAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAHrSURBVEhLY/z//z8DVQETlKYeGAomYg3Hv59uXZiy4cmB57/v/IYKwYEoH4elvlyOp7YKHzNUCA0ATUQBf9/sn7UhePLJK2++Q0XQwN/vjy4cK6/etujOF6gIKkAz8cvZORsStz2H8vCAb/cWdW5b+fQPlIsEUE28fjB41rUfUA4h8OJMxsRzH6EcBECOmR/HD36NC9Vkh3IJAXGDHKGnG59AeXDAAqVB4NGxj2JxAlAOA8PdqYXnezFixj3AcbqLMJjJrK3LPeXaq1gZMTAXBqBuBYJXZxLnXIOyiQQvTmJqQXLjv79QBhQQdCMOADUZBG72YAtpfODCvoydL6FsGECOGTkrzrdXf0I5YDeuUcqBooqjn6DCCPD36uWvVlqogQgEUJMh4OrB/C1EJEYIeHEmse8M/tTDwKBlHPf20qonGIGHCb7fnTrrlUe4AR+UjwSgJsPB3+cbezb3nEQPHQSA5MLKDVOuYs+F2EqKf5+uHjjbu4c5p83OCCryYueU45m3QImBj4fDwZCkkgIGzs7ZdxbC+nZnStOG1uNvIDyCgFD5+PZSffN1viiXKgu8aRAJ4DPx55NTmf2vHIs9Y5W5oULEAKhbMcDZOav1mw5e+QblEg9w1oU/nzz9JCUtSihUMMFIrF0ZGACYQCYpr1CigwAAAABJRU5ErkJggg==');
  background-position-y:-2px;
}

 
/*HTML for the below cta styles
<article id="enhancedtextwidget-12" class="max-2 hig-cta top-banner-block widget_text enhanced-text-widget"><div class="textwidget widget-text"><img class="hig-cta-icon" src="/wp-content/themes/extramile/images/CrossSell.svg">
<div class="hig-cta-content">
<div class="hig-cta-body">
<p class="hig-cta-heading">It's time to cross sell</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mollis imperdiet  sed sagittis. Integer dui nisl, mollis eu sollicitudin vel, consequat vitae elit. </p>
</div>
<div class="hig-cta-action">
<a href="#" class="btn btn-action">button</a>
</div>
</div></div></article>
 */
  
 .max-1 + .max-1{ /*if you have more than 1 max-1 divs in a row, hide them*/
  display:none; 
  }
  .max-2 + .max-2 + .max-2{ /*if you have more than 2 max-2 divs in a row, hide them*/
  display:none; 
  }
  .hig-cta{
    border:1px solid rgb(213, 213, 213);
    background-color:rgb(218, 233, 244);
    padding:15px 20px;
    position:relative;
    margin-bottom:15px;
  }
  .hig-cta-icon{
    position:absolute;
    left:20px;
    top:10px;
    width:50px;
  }
  .hig-cta-content{
    display:flex;
    flex-direction:row;
    margin-left:60px;
    min-height:60px;
  }
  .hig-cta-body{
    color:rgb(72, 72, 72);
    line-height:1.2;
    margin-right:20px;
    flex:1 1 auto;
  }
  .hig-cta-heading{
    color:#3a5a78;
    font-size:18px;
    margin-bottom:6px;
    font-weight:700;
  }
  .hig-cta-action{
      display: flex;
      flex-direction: column;
      justify-content: center;	
  }
  .btn-action{
    background-color:#118654;
    color:#fff;
    border-radius:0;
    padding:8px 30px;
    font-weight:400;
    font-size:15px;
  }
  
  .btn-action:hover, .btn-action:hover:focus {
      background-color: #13a060;
      color: #fff;
  }
  .max-2 ~ .max-2 .btn-action{
    background-color:#fff;
      border: 1px solid #dadada;
      color: #2477bf;
  }
  .max-2 ~ .max-2 .btn-action:hover, .max-2 ~ .max-2 .btn-action:hover:focus{
    background-color:#3a5a78;
      color: #fff;
  }
  
  .hig-cta-2{
    background-color:#3a5a7a;
    padding:15px 20px;
    position:relative;
    margin-bottom:15px;
  }
  .hig-cta-2 .hig-cta-content{
  display:block;
  margin-left:80px;
  }
  .hig-cta-2 .btn-action{
  margin-top:12px;
  }
  
  .hig-cta-2 .hig-cta-icon{
    position:absolute;
    left:16px;
    top:16px;
    width:64px;
  }
  .hig-cta-2 .hig-cta-body{
    color:#fff;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  
  .hig-cta-2 .hig-cta-heading{
    color:#fff;
  }
  .hig-cta-2 .btn-action{
    background-color:#f7941f;
  }
  
  .hig-cta-2 .btn-action:hover, .btn-action:hover:focus {
      background-color: #fd9f30;
      color: #fff;
  }


.al-grid-widget{
  background-color: #3a5a78;
  padding:20px;
  color:#fff;
  text-align:center;
}
.al-grid-widget .widgettitle{
  margin:12px 0 16px;
  font-size:20px;
}
.al-grid-widget .promo-text{
  font-size:18px;
  margin: 16px 0 24px;
}
.al-grid-widget .promo-btn{
  background-color:#fff;
  display:block;
  color:#216bab;
  font-size:16px;
}
.al-grid-widget a:not(.btn){
color:#fff;
}




.close {
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #555;
 }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
 }

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }
.modal-header .close::after{
  content:"\00d7";
}
.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  max-width:600px;
  margin: 10px auto; 
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.in {
  opacity: .5; }

.modal-header {
  padding: 15px;
 }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.4; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }
.modal-body img{
  max-width:100%;
}


.paginate-links {
    margin: 20px;
    text-align: center;
}
.page-numbers {
    display: inline-block;
    padding: 4px 6px;
    background-color: #ececec;
    min-width: 36px;
    text-decoration: none;
    border-radius: 3px;
    margin-bottom:5px;
}
.page-numbers.current,
a.page-numbers:hover{
    background-color:#216bab;
     color:#fff;   
}
.page-numbers.dots{
  background-color:transparent;
}



.footer-promo-widget{
  border-bottom:1px solid #216bab;
  text-align:center;
}
.footer-promo-widget > article {
    background-color:#e4eff6;
    padding:20px 15px;
    border-top:1px solid #216bab;
    color:#3a5a78;
}
.footer-promo-widget .promo-title{
    font-size:24px;
    font-weight:700;
    margin:16px 0;
}
.footer-promo-widget .promo-text{
    font-size:18px;
}
.footer-promo-widget .promo-action{
    margin-top:10px;
}


/* Footer Styles */
.site-footer{
  background-color:#ececec;
  padding:30px 20px;
  font-size: 14px;
}
.footer-main {
  text-align: center;
}
.social-sites {
  margin: 40px 0 15px 0;
}
nav.footer-nav h4 {
  color: #3a5a78;
  font-size: 17px;
  font-weight: 700;
}
#menu-footer-nav {
  list-style: none;
  padding-inline-start: 0;
}
#menu-footer-nav li{
  margin: 0px 0 15px 0;
}
#menu-footer-nav li a {
  text-decoration: none;
  color: #216bab;
}
#menu-footer-nav li a:hover {
text-decoration:underline;
}
.footer-widget {
  margin-top: 50px;
  font-weight: 400;
  line-height: 1.5;
}
.footer-widget p{
  margin-bottom: 1.5em;
}

.btn-print::before{
  content:"";
  background-image:url(images/printer-icon.png);
  display:inline-block;
  height: 28px;
  width: 30px;
  position: absolute;
  left: -30px;
  top: -1px;
}

a[href*="data-privacy-opt-out-form"]{
  position:relative;
  padding-left:50px
}
a[href*="data-privacy-opt-out-form"]::before{
  content: " ";
  position: absolute;
  left: 0;
  top: -1px;
  background-image: url(images/privacyoptions.svg);
  height: 20px;
  width: 42px;
}