/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/lato-v23-latin/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v23-latin/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v23-latin/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v23-latin/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v23-latin/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v23-latin/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/lato-v23-latin/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v23-latin/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v23-latin/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v23-latin/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v23-latin/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v23-latin/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* ubuntu light */
@font-face {
  font-family: 'Ubuntu';
  font-style: light;
  font-weight: 300;
  src: local(''),
       url('/fonts/ubuntu/ubuntu-light.ttf') format('truetype'), /* Safari, Android, iOS */
}
/* ubuntu normal */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/ubuntu/ubuntu-regular.ttf') format('truetype'), /* Safari, Android, iOS */
}
/* ubuntu medium */
  @font-face {
  font-family: 'Ubuntu';
  font-style: medium;
  font-weight: 500;
  src: local(''),
       url('/fonts/ubuntu/ubuntu-medium.ttf') format('truetype'), /* Safari, Android, iOS */
}
/* ubuntu bold */
  @font-face {
  font-family: 'Ubuntu';
  font-style: bold;
  font-weight: 700;
  src: local(''),
       url('/fonts/ubuntu/ubuntu-bold.ttf') format('truetype'), /* Safari, Android, iOS */
}

@keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-moz-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-o-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-ms-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}

body {
	font-family: 'Lato', sans-serif;
}

body p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px;
}

#sp-main-body ul, dl, ol {
    font-size: 18px;
    line-height: 30px;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Ubuntu', sans-serif;
  color: #272725;
    margin:0;
  line-height:1.25;
  font-weight:700;
}
h1, .h1 {
    font-weight: 700;
    font-style: normal;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
    h1, .h1 {
    font-size: 3rem;
	}
}
ul {
	list-style: inside url('/images/svgs/arrow-right.svg');
	line-height: 30px;
    padding-inline-start: 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-size: 1.1rem;
    font-weight: 700;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    font-weight: 700;
}
.sppb-btn-primary {
    color: #272725;
    padding: 1.1rem 3rem;
    border-radius: 2.5rem;
    border: 0.2rem solid #f9e0b4;
    min-width: 17rem;
    text-align: center;
  font-weight:700;
    background-color: #f9e0b4;
    -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease;
}
.sppb-btn-primary:hover {
  background-color:#ffbf99;
  border: 0.2rem solid #ffbf99;
  color: #272725;
}
.page-header {
    background-color:  #ffbf99;
}
.page-header {
    max-width: 60rem;
}
.page-header {
    margin: -100px 0 70px 0;
  padding: 10rem 3rem 4rem 0;
    border-radius: 0 0 5rem 0;
  position: relative;
    width: 100%;
    margin-right: auto;
}
.page-header::after {
    content: "";
    height: 100%;
    width: 50vw;
    top: 0;
    bottom: 0;
    left: 0.1rem;
    background-color: #ffbf99;
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.sp-page-builder .page-header {
    margin: 0px 0 70px 0;
  padding: 10rem 3rem 4rem 0;
    border-radius: 0 0 5rem 0;
  position: relative;
    width: 100%;
    margin-right: auto;
  margin-left:auto;
}
.sppb-addon .sppb-addon-header {
    margin: 0px 0 70px 0;
  padding: 10rem 3rem 4rem 0;
    border-radius: 0 0 5rem 0;
  position: relative;
    width: 100%;
    margin-right: auto;
  margin-left:auto;
}
.article-list .article .article-intro-image {
    border-radius: 2rem;
    border-bottom: none;
  height: auto;

  overflow: hidden;
  width: 100%;
}
.article-list .article .article-intro-image img {
    object-fit: cover;
    min-height:500px;
  height: 100%;
  width: 100%;
}

.article-list .article {
    border: none;
}
.sppb-panel-faq > .sppb-panel-heading {
    border-bottom: 0.2rem solid #ffbf99!important;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.sppb-panel-title {
    font-size: 18px!important;
    font-weight: 700!important;
    margin: 0 3rem 0 0;
    width: 100%;
}
.sppb-panel-faq > .sppb-panel-heading .sppb-toggle-direction {
    color: #ededed;
}
.sppb-panel-faq > .sppb-panel-heading .sppb-toggle-direction {
    color: #272725!important;
    padding: 1.1rem;
    margin: 0;
    border-radius: 50%;
    padding: 0.5rem 0.9rem;
    background-color: #ffbf99;
}
.sppb-person-image {
    border-radius: 2rem;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.sppb-person-image img {
    object-fit: cover;
    min-height:300px;
    max-height:300px;
    height: 100%;
    width: 100%;
}
.wf-mediabox-container {
    border-radius: 2em;
    padding: 2.5em;
}
