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

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

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



#sp-header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.00);
  height: 90px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 333;
}


.sp-megamenu-parent1 ul {
text-align: center;
display: block;} 

.sp-megamenu-parent1 a {
  display: block;
 
  text-decoration: none;
	font-family: 'Saira';
	font-size: 14px;
}

.sp-megamenu-parent1 li {
text-align: center;
  margin: 0.5em;
  padding: 0;
  font-size: 1em;
display:block;
float:right;}

.sp-module ul > li > a {
  color: #1b1d26;
}



.sp-megamenu-parent2 ul {
text-align: center;
display: block;} 

.sp-megamenu-parent2 a {
  display: block;
 
  text-decoration: none;
	font-family: 'Saira';
	font-size: 14px;
}

.sp-megamenu-parent2 li {
text-align: center;
  margin: 0.5em;
  padding: 0;
  font-size: 1em;
display:block;
float:right;}










.sp-module ul > li > a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: " ";
    margin-right: 8px;}
.sp-module ul > li {
    border-bottom: 0px ;}



.sp-megamenu-parent > li > a {
  color: #1b1d26;
  display: inline-block;
  font-size: 18px;
  line-height: 90px;
  padding: 0 15px;
  position: relative;
  text-transform: none;
	font-family: 'Saira';
}

body {
  color: #1b1d26;
	font-family: 'Source Serif Pro';
}

.h1, .h2, .h3, .h4, .h6, h1, h2, h3, h4, h6
{
  font-family: 'Saira';
 }

.h6, h6
{ font-family: 'Source Code Pro';}

.h5, h5 {
  font-family: 'Saira';
  font-size: 30px;
  font-weight: 900;
}

article.item {
  margin-bottom: 50px;
  background: #fff;
  -webkit-box-shadow: 1.5px 2.598px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 1.5px 2.598px 5px 0px rgba(0,0,0,0.0);
  padding: 25px;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}


.sppb-carousel-extended-item img {
  width: 100%;
  object-fit: fill;
  height: auto;
}

