 @media (min-width: 1024px) {
 	.myh-header {
 		z-index: 9999 !important;
 	}
 	.is-col-desktop-large-3 {
 		width: 20%;
 		float: left;
 	}

 	.myh-pip-small{
         height: inherit !important;
    }

 	.c-stage--home .stage__inner {
 		position: absolute;
 		left: 50%;
 		-webkit-transform: translateX(-50%);
 		transform: translateX(-50%);
 		top: 0;
 		display: -webkit-inline-box !important;
 		height: 100%;
 		width: 84%;
 		bottom: 600px;
 	}
 	.stage__content-wrapper {
 		height: 705px !important;
 	}
 	.stage__cta-wrapper {
 		left: auto;
 		right: 4.34783%;
 		bottom: 2.5rem !important;
 		margin-left: 0;
 	}
 	.c-stage--home .stage__image {
 		position: relative;
 		height: 80% !important;
 		width: 100%;
 		overflow: hidden;
 	}
 	.stage__text-wrapper {
 		min-height: 18rem;
 		bottom: 8.5rem;
 	}
 	.stage__image-cta-wrapper {
        width: 100%;
        height: 560px;
    }
 }

 @media (min-width: 768px) and (max-width:1024px){
  .stage__image-cta-wrapper {
        width: 84.7% !important;
        height: 420px !important;
     }

  .slider__list-wrapper__logged-in {
  		height: 540px;
  		display: block;
  	}

 }
 .slider__list-wrapper__logged-in {
 		height: 500px ;
 		display: block;
 }

.slider__list-wrapper__logged-in--hidden {
    display: none !important;
}

 .profile-settings {
 	display: none;
 	z-index: 100;
 	top: 0;
 	margin-right: 104px;
 	.content {
 		padding-top: 27px;
 	}
 }

.logged-in-profile .content {
    z-index: 10000;
    position: absolute;
    top: 0;
    right: 8%;
    background-color: white;
    box-shadow: 0 30px 30px 0 rgb(0 0 0 / 10%);
    width: calc(33.33333% - 69.33333px);
    float: left;
    min-width: 400px;
  }


 .logged-in-profile .header {
     right: 110px;
     display: flex;
     background-color: transparent;
     justify-content: flex-end;
     padding-right: 10px;
     right: 110px;
     position: absolute;
     min-width: 220px;
  }

 .row-profile {
 	padding-top: 36px !important;
 	margin-left: 52px !important;
 	line-height: 16px !important;
 	letter-spacing: normal !important;
 	color: #002C5F;
 	size: 16px;
 }

 .content-profile {
 	padding-top: 0px !important;
 	margin-left: 133px !important;
 	margin-top: 50px !important;
 	height: 196px !important;
 }

 .header-profile-close {
 	margin-top: 0px !important;
 	margin-right: -110px !important;
 }

 .logout-popup {
 	z-index: 200;
 	float: right;
 	height: 201px;
 	width: 472px;
 	background-color: #E4DCD3;
 	display: none;
 	position: fixed;
 	bottom: 0px;
 	right: 0px;
 }

 .logout-content {
 	padding-left: 80px;
 	padding-right: 80px;
 }

 .logout-title {
 	height: 28px;
 	width: 312px;
 	color: #1C1B1B;
 	font-size: 22px;
 	font-weight: 500;
 	letter-spacing: 0;
 	line-height: 28px;
 }

 .logout-text {
 	height: 48px;
 	width: 311px;
 	color: #000000;
 	font-family: auto;
 	font-size: 14px;
 	letter-spacing: 0;
 	line-height: 24px;
 	padding-top: 10px;
 }

 .logout-profile-close {
 	padding: 20px;
 }

 .logout-header {
 	text-align: right;
 }

 .no--margin {
 	margin: 0px !important;
 }

 .active-item {
 	border-bottom: solid #002C5F;
 }

 .active-item .a {
 	color: cyan;
 }

 .c-cta--login--hidden {
 	display: none;
 }

 .header__margin__small>header__logo {
 	margin-left: 20% !important;
 }

 .logged-in-profile .header {
     right: 110px;

 }

 .logged-in-profile .header__icon-close {
 	margin-bottom: 0px !important;

 }

 .logged-in-profile .content {
 	right: 0;
 }

 .header__icon-menu {
 	padding-right: 10px;
 }

 @media (max-width:1280px) {
 	.stage__content-wrapper {
 		padding-bottom: 75px;
 	}
 }

 .text__copy__columns__two {
 	column-count: 2;
 	text-align: left;
 	width: 100% !important;
 }

 .text__headline-main__columns__two {
 	text-align: left;
 	width: 100% !important;
 	height: 54px;
 	font-size: 50px;
 }

 .c-text--section-header__full-width {
 	width: 100% !important;
 }


.content__bullet-group--control ul{
   list-style: disc;
   padding-left: 4rem;
}

[data-css=c-header] .header__nav.myh-header__nav{
        width: 50%;
    }

[data-css=c-header] .header__wrapper.myh-header__wrapper  {
    width: 100% ;
    height: 100%;
    color: #002c5f;
    display: block ;
    padding: 0 ;
    padding-top: 30px;

}