.primary-menu .icon{
	    pointer-events: auto!important;
}
.primary-menu .icon:hover{
	  pointer:cursorimportant;
}


@media (min-width: 1000px){
.header-inner {
	align-items: center;
    display: flex;
     justify-content: start!important;
}

.header-titles .site-logo{
	margin: 1rem 60px 0 2.4rem!important;
}

}

.header-inner.alignwide {
  max-width: 1200px !important;
}

.header-inner.alignwide .zegal-user > a > span {
  background-color: #788BFF;
  color: #788BFF;
  padding: 1.2rem 1.2rem;
  border-radius: 100%;
}

.header-inner.alignwide .zegal-user > a > span.white {
  color: #FFF;
}

.header-inner.alignwide .zegal-user .icon {
  background-color: transparent;
  color: #FFF;
}

.header-inner.alignwide .sub-menu {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  background-color: #FFF;
  -webkit-box-shadow: 0px 6px 20px rgba(62, 93, 88, 0.1);
          box-shadow: 0px 6px 20px rgba(62, 93, 88, 0.1);
  border-radius: 0px 0px 3px 3px;
}

.header-inner.alignwide .sub-menu::after {
  display: none;
}

.header-inner.alignwide .sub-menu li > a {
  color: #333333 !important;
  font-weight: 600;
  font-size: 16px;
  padding-top: 18px!important;
}

.header-inner.alignwide .sub-menu li.divider {
  border-bottom: 0.3px solid rgba(51, 51, 51, 0.3);
  padding-bottom: 1.5rem;
}

.header-inner.alignwide .sub-menu li.divider p {
  color: #333333;
  padding: .25rem 2rem;
  line-height: 1;
  margin-bottom: 0;
}

.header-inner.alignwide .sub-menu li.divider p.name {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-inner.alignwide .sub-menu li.divider p.email {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-inner.alignwide .sub-menu .zegal-logout {
  cursor: pointer;
}

body .zegal-logged-only {
  display: none;
}

body .zegal-logout-only {
  display: inline;
}

body.shown .zegal-logged-only {
  display: inline;
}

body.shown .zegal-logged-only:first-child {
  left: 2rem;
}

body.shown .zegal-logout-only {
  display: none;
}

.zegal-button-outline {
  margin-left: 5rem !important;
  left: 2rem;
}

@media (max-width: 37.5em) {
  .zegal-button-outline {
    left: 0;
    margin-left: 0 !important;
  }
}

.zegal-button-outline a {
  border: 2px solid white;
  padding: 0.4rem 2rem;
}

@media (max-width: 37.5em) {
  .zegal-button-outline a {
    border: inherit;
    padding: inherit;
  }
}

.zegal-button-outline a:hover {
  text-decoration: none;
}

.zegal-button-solid {
  margin-left: 0 !important;
}

.zegal-button-solid a {
  border: 2px solid white;
  border-radius: 3px;
  background-color: #FFF;
  padding: 0.4rem 2rem;
  color: #FFF !important;
}

.zegal-button-solid a:hover {
  text-decoration: none;
  color: #FFF !important;
}

.zegal-button-solid.orange a {
  background-color: #EC7656;
  color: #FFF !important;
  border-color: #EC7656;
}

.zegal-button-solid a:hover {
  background-color: #EE5E38;
  color: #FFF !important;
  border-color: #EE5E38;
}

.current-menu-item a {
  color: #EC7656 !important;
}

.primary-menu li a:hover {
  text-decoration: none;
  color: #EC7656 !important;
}

.primary-menu li .sub-menu {
  display: none;
}

.toggltopenzegalwrap{
 display: inline!important;
     opacity: 1!important;
	 right: -89px!important;
}

.zegal-button-outline a {
  color: #FFF !important;
}

.f-left {
  margin-left: 10rem !important;
  left: 2rem;
}

@media (max-width: 50em) {
  .f-left {
    margin-left: 8rem !important;
  }
}

.primary-menu li.menu-item-has-children:hover > ul, .primary-menu li.menu-item-has-children:focus > ul, .primary-menu li.menu-item-has-children.focus > ul {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.page-template-zegal-page #site-content .alignwide {
  max-width: 100% !important;
  width: 100%;
}

.wp-block-group__inner-container .ticss-886997e8 {
  font-weight: 400;
}

.block-content.with-block-bg {
  padding: 42px 0;
}

.block-content .wp-block-button__link {
  padding: 1rem 2rem;
  background-color: #163A34;
}

.block-content .wp-block-button__link:hover {
  text-decoration: none;
}

.block-content .cta-arrow {
  position: absolute;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  right: 3rem;
  bottom: 2rem;
  color: #FFF;
  text-decoration: none;
}

.block-content .cta-arrow .alignnone {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 37.5em) {
  .block-content .cta-arrow {
    position: relative;
  }
}

.block-content .alignwide.with-container-bg {
  border-radius: 12px;
}

@media (max-width: 37.5em) {
  .block-content .wp-block-column {
    padding: 1rem;
  }
}

.block-content .wp-block-column.reverse {
  padding-right: 40px;
}

@media (max-width: 37.5em) {
  .block-content .wp-block-column.reverse {
    padding-right: 0;
  }
}

.block-content .wp-block-image.image-offset {
  margin-bottom: 0 !important;
  position: relative;
}

@media (max-width: 37.5em) {
  .block-content .wp-block-image.image-offset {
    position: unset;
  }
}

.slider {
  font-family: 'Source Sans Pro', sans-serif;
}

.slider .list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider .list-items .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 3rem 0;
  margin-bottom: 2rem;
}

.slider .list-items .list.active {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 16px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 16px 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.slider .list-items .list .icon {
  max-width: 27px;
  max-height: 27px;
  margin-top: 7px;
  margin-right: 35px;
  margin-left: 35px;
}

.slider .list-items .list .text .list-title {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #333333;
}

.text-columns .with-container-bg {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 22px 30px 50px;
}

.text-columns .with-container-bg .title {
  margin: 0;
  padding: 0;
  color: #FFF;
  position: relative;
  padding-bottom: 1rem;
  display: inline-block;
  margin-bottom: 3rem;
}

.text-columns .with-container-bg .title::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 10px;
  left: 0;
  bottom: 0;
  border-bottom: .5rem solid #FFF;
}

.text-columns .with-container-bg .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3rem;
  padding-right: 3rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 37.5em) {
  .text-columns .with-container-bg .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.text-columns .with-container-bg .items .item {
  width: 270px;
  height: 270px;
  border: 3px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  position: relative;
  padding: 20px 30px;
  font-family: 'Source Sans Pro', sans-serif;
}

@media (max-width: 37.5em) {
  .text-columns .with-container-bg .items .item {
    margin-bottom: 5rem;
  }
  .text-columns .with-container-bg .items .item:last-child {
    margin-bottom: 0;
  }
}

.text-columns .with-container-bg .items .item .text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
}

.text-columns .with-container-bg .items .item .item-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 24px;
  color: #FFF;
  line-height: 36px;
}

.text-columns .with-container-bg .items .item .icon {
  max-width: 70px;
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.carousel {
  position: relative;
}

.carousel .block-navigation {
  position: absolute;
  bottom: 4rem;
  left: 0;
  width: 100%;
  z-index: 10;
}

.carousel .block-navigation .slick-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel .block-navigation .slick-nav .nav-arrow {
  margin-right: 1rem;
  cursor: pointer;
}

.testimonials {
  padding-bottom: 2rem;
}

.testimonials .title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56.25px;
  color: #3E5D58;
}

.testimonials .testimonial {
  width: 386px;
  height: 400px;
  color: #FFF;
  background-color: #3E5D58;
  padding: 48px 48px;
  border-radius: 12px;
  margin: 2rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 37.5em) {
  .testimonials .testimonial {
    padding: 3rem 2rem;
    margin: 1rem;
  }
}

.testimonials .testimonial .text {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.58px;
}

.testimonials .testimonial .item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.testimonials .testimonial .item-header .picture {
  margin-right: 1rem;
}

.testimonials .testimonial .item-header .picture .testi-picture {
  max-width: 58px;
  border-radius: 100%;
}

.testimonials .testimonial .item-header .item-titles {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.testimonials .testimonial .item-header .item-titles .item-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
}

.testimonials .testimonial .item-header .item-titles .item-subtitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 17.58px;
}

.btn-menu-1 {
  background-color: #fff;
  border-radius: 3px;
  padding: .5rem 1rem;
}

.btn-menu-1 > a {
  color: #333333 !important;
}

.btn-menu-1 > a:hover {
  text-decoration: none;
}

@media (max-width: 37.5em) {
  .btn-menu-1 {
    padding: 0;
  }
}

.page-my-will #site-content, .page-create-a-will #site-content {
  height: calc(100vh - 70px) !important;
}

.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.main-container .footer {
  font-size: 80%;
  position: absolute;
  width: 100%;
  bottom: 1rem;
  left: 0;
}

.main-container .footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  list-style: none;
  font-size: 90%;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-container .footer ul li {
  padding: 0;
  padding-right: 1rem;
  border-right: 1px solid #163A34;
  margin: 0;
}

.main-container .footer ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-left: 1rem;
}

.main-container .footer ul li a {
  text-decoration: none;
}

.main-container aside {
  min-height: 100%;
}

@media (max-width: 37.5em) {
  .main-container aside {
    display: none;
  }
}

.main-container aside.wp-contents {
  height: 100%;
  min-height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  max-width: 280px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 1rem;
  background-size: cover;
  background-position: center;
  padding: 1rem;
  position: relative;
}

.main-container aside.wp-contents .contents {
  height: 100%;
  padding-top: 350px;
}

@media (max-width: 37.5em) {
  .main-container aside.wp-contents {
    max-width: 100%;
  }
}

.main-container aside.wp-contents .bottomize {
  position: absolute;
  bottom: 0;
}

.main-container .iframe {
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  height: calc( 100hv - 130px);
}

.user-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding: 1rem;
}

.user-bar .btn {
  text-decoration: none;
  color: #163A34;
  font-weight: bold;
  border-radius: 3px;
  padding: 0.75rem 1.5rem;
}

.blog {
  margin-left: auto;
  margin-right: auto;
}

.blog .wp-block-search__input {
  border-radius: 100px;
}

.blog .category-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog .category-filter .btn-category {
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #FFF;
  padding: 7px 28px;
}

.blog .posts {
  padding: 70px 0;
}

.blog .posts .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}

@media (max-width: 37.5em) {
  .blog .posts .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog .posts .items .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(1100px / 3);
  border: 1px solid #3E5D58;
  border-radius: 5px;
  max-height: 428px;
  height: 428px;
  margin-top: 0;
}

.blog .posts .items .item:not(:last-child) {
  margin-bottom: 5rem;
}

.blog .posts .items .item .image {
  max-height: 201px;
  width: 100%;
  height: 201px;
  background-size: cover;
  background-position: center;
}

.blog .posts .items .item .text {
  padding: 2rem;
}

.blog .posts .items .item .text .post-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  margin-top: .5rem;
  color: #3E5D58;
}

.blog .posts .items .item .text p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.blog .posts .items .item .text .more-link {
  font-style: italic;
  color: cornflowerblue;
}

.blog-single {
  margin: auto !important;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
}

.make-a-will-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  padding: 5rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.make-a-will-bar .title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 37.5px;
}

.make-a-will-bar .cta-btn {
  background-color: #3E5D58;
  border-radius: 42px;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem;
  margin: .5rem;
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  line-height: 23.44px;
}

footer.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 150px 2rem;
}

footer.footer .footer-logo-link {
  display: inline-block;
  width: 130px;
}

.slick-prev, .slick-next {
  z-index: 10;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}
/*# sourceMappingURL=app.css.map */

.primary-menu li.orange a:hover{
background-color: #EE5E38;
color: #FFF !important;
 border-color: #EE5E38;
}

.footer li a{
color: #FFF !important;
}

.page-template-zegal-page #site-content .alignwide {
  max-width: 100% !important;
  width: 100%;
}

.wp-block-group__inner-container .ticss-886997e8{
font-weight: 500;
font-size: 22.45px;
}

/*edit August 5 2022*/

@media (min-height: 600px) and (min-width: 1024px) {
	.main-container aside.wp-contents .contents {
		padding-top: 180px;
	}
}

@media (min-height: 620px) and (min-width: 1024px) {
	.main-container aside.wp-contents .contents {
		padding-top: 200px;
	}
}

@media (min-height: 650px) and (min-width: 1024px) {
	.main-container aside.wp-contents .contents {
		padding-top: 240px;
	}
}

@media (min-height: 700px) and (min-width: 1024px) {
	.main-container aside.wp-contents .contents {
		padding-top: 260px;
	}
}

@media (min-height: 860px) and (min-width: 1024px) {
	.main-container aside.wp-contents .contents {
		padding-top: 370px;
	}

	img.wp-image-523 {
	    padding-top: 50px;
	}
}

@media (min-height: 950px) and (min-width: 1024px) {
	.main-container aside.wp-contents .contents {
		padding-top: 420px;
	}
	img.wp-image-523 {
	    padding-top: 117px;
	}
}

@media (min-height: 1020px) and (min-width: 1024px) {
	.main-container aside.wp-contents .contents {
		padding-top: 450px;
	}
}

span.white {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}

.primary-menu li.menu-item-has-children:hover > ul, .primary-menu li.menu-item-has-children:focus > ul, .primary-menu li.menu-item-has-children.focus > ul{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  right: 999rem;
}

@media (min-width: 700px) {
	
  .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull){
    margin-bottom: 2rem;
  }
}

.zegal-button-solid a {
  padding: 0.8rem 2.3rem;
}

.main-container .iframe{
  height: 100%;
}


.emailtooltip{
  display: none;
  opacity: 1;
  color: #ffffff;
  top: 20px;
  font-size: 12px;
  text-align: left;
  padding: 10px;
  background-color: #3E5D58;
  transition: 0.3s;
  position: absolute;
  width: 236px;
  left: 0;
  border-radius: 4px;
  z-index: 999;
}

.emailtooltip span{
	float:left;
	width:100%;
	text-align:left;
	color: #ffffff;
    font-size: 12px;
}	

.sub-menu .divider:hover > .email{
opacity: 0.5!important;		
}

.sub-menu .divider:hover > .emailtooltip{
display: block;	
}


.zegal-button-solid a{
background-color: #EC7656!important;
color:#ffffff!important;
border-color: #EC7656!important;
border-radius: 4px;
}

.primary-menu li.zegal-button-solid a:hover{
background-color: #EE5E38!important;
color:#ffffff!important;
border-color: #EE5E38!important;
}

@media (min-width: 600px) {
.page-template-zegal-page {
overflow-y:hidden;
} 
}

#site-content iframe .main-content .jss67 {
  bottom: 10px;
}

.primary-menu ul{
  transition: opacity 0.15s linear, transform 0.15s linear;
}
.header-inner.alignwide .sub-menu{
  -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.primary-menu ul{
  min-width: 23.6rem;
  width: 100%;
}
#menu-item-510 .sub-menu.active{
  right: -120px;
  display: block;
  opacity: 1;
}
#embed-placeholder{
  height: calc(100vh - 80px)!important;
}
.header-inner.alignwide .sub-menu li i{
  margin-right: 34px;
}

/*delete later after all the buttons have been added*/
@media only screen and (min-width: 1220px){
  .header-navigation-wrapper{
    width: 100%!important;
  }
  /*body.sticky-header #site-header .header-inner .site-logo img{
    min-width: 150px;
  }*/
  #site-header .header-inner{
    min-height: 81.59px;
  }
  .site-logo img{
    min-width: 150px;
  }
  .header-titles-wrapper{
    margin-right: 0!important;
  }
  ul.primary-menu{
    margin: -0.8rem 0 0 0;
    justify-content: left!important;
    position: relative;
  }
  .primary-menu > li {
    margin-left: 40px!important;
  }
  .primary-menu li.menu-item:first-child{
    margin-left: 0!important;
  }
  .primary-menu > li.f-left{
    margin-left: 34.6rem !important;
    padding-right: 31px;
  }
  #menu-item-472{
    margin-left: 33.1rem!important;
    position: absolute;
    right: 0;
    top: -10px;
  }
}

.header-inner.alignwide .zegal-user .icon{
	pointer-events: none!important;
}

/*whats next popup modal*/
#whatsnext-modal.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 120px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(51, 51, 51, 0.57);; /* Black w/ opacity */
}

/* Modal Content */
#whatsnext-modal .modal-content {
  background-color: #FCFCFC;
  margin: auto;
  padding: 50px 35px 40px;
  border: 1px solid #888;
  width: 700px;
  position: relative;
}
@media screen and (max-width: 790px){
  #whatsnext-modal.modal{
    padding-top: 100px;
  }
  #whatsnext-modal .modal-content{
    width: 95%;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1480px){
  #whatsnext-modal .modal-content{
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1600px){
  #whatsnext-modal.modal{
    padding-top: 120px;
  }
}

/* The Close Button */
.close {
    color: #aaaaaa;
    font-size: 36px;
    font-weight: normal;
    position: absolute; 
    top: 7px;
    right: 18px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.pos-relative{
    position: relative;
}
.pos-relative .pos-absolute{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-body h2{
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #3E5D58;
    margin-top: 0;
    margin-bottom: 2px;
}
.modal-body h4{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #323232;
    margin: 0;
}
.modal-body .contents-section{
    padding-top: 50px;
}
.contents-section h4{
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15.4048px;
    line-height: 19px;
    color: #3E5D58;
}
.contents-section .flex-section{
    display: flex;
}
.contents-section .row-section{
    margin-bottom: 13px;
}
.contents-section .row-section:last-child{
    margin-bottom: 0;
}
.flex-section .col-section{
    flex: 1;
}
.contents-section .col-section{
    padding: 15px 22px;
}
.contents-section ul.modal-list{
    padding-top: 12px;
    padding-left: 0;
    margin-bottom: 15px;
    /*list-style: none;*/
}
/*.contents-section ul.modal-list li:before{
    content: "\2022";
    color: #272727;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}*/
.contents-section ul.modal-list li{
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12.3238px;
    line-height: 15px;
    color: #272727;
    margin-bottom: 15px;
}
.contents-section .floating-text{
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: rgba(62, 93, 88, 0.87);
}
.theme-border-left{
    border-left: 6px solid rgba(62, 93, 88, 0.6);
    border-radius: 4px 0 0 4px;
}
.murray-logo{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}