body {
    background-color: #FFFFFF;    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 100%;
    overscroll-behavior-y: contain;
	left: 0;
	right: 0;
	-webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

::placeholder {
	color: #000000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #78909C;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.pagecontent {
  display: none;
}

.BannerContainer {
  width: 100vw;
  margin-left: calc(-1 * calc(50vw - 580px));
}

.img-comp-container {
  position: relative;
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  width: 20px;
  height: 20px;
  background-color: #E7AF02;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.mySlides {
  display: none;
  margin-bottom: 0px;
}

.slideshow-container {
  position: relative;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 20px;
  margin-top: -76px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 30px;
  transition: 0.5s ease;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  line-height: 1.5;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: #000000;
}

.text {
  color: #ffffff;
  font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;  padding: 20px;
  position: relative;
  height: auto;
  background-color: #000000;
  width: 100%;
  margin-top: 0px;
  text-align: center;
  display: block;
  line-height: 1.5;
}

.dot {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0;
  background-color: #CCCCCC;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  -webkit-transition: background-color 0.6s ease;
  -webkit-border-radius: 50%;
}

.active, .dot:hover {
  background-color: #000000;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.TimelineDate {
  display: initial;}

.CollapsibleButton {
  cursor: pointer;
  padding: 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
	font-family: Merriweather;
  font-weight: 400;}

.CollapsibleButton:after {
  content: '\002B';
  color: #FFFFFF;
  float: right;
  margin-left: 5px;
  font-size: 20px;
	font-family: Merriweather;
  font-weight: 400;}

.active:after {
  content: "\2212";
  font-size: 20px;
	font-family: Merriweather;
  font-weight: 400;}

.CollapsibleContent {
  padding: 0 20px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  max-height: 0;
}

.skip-to-content-link {
  background: #306E27;
  height: auto;
  left: 50%;
  padding: 20px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  color: #FFFFFF;
  border: 0px;
  z-index: 2;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}

.FieldFeed {
  z-index: 1000;
  position: relative;
  width: 100%;
  max-width: 590px;
  margin-right: 0px;
  height: 300px;
  padding-bottom: 20px;
}

.FieldFeedRollover {
  position: relative;
  width: 100%;
  padding: 20px;
}

.Field {
	height: auto;
  width: 100%;
  padding-bottom: 20px;
  z-index: 1000;
}

.FieldCF {
	  min-height: 150px;
	  height: auto;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 1000;
    text-align: left;
    vertical-align: middle;
}

.fancybox-caption {
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 15px;
}

::-webkit-scrollbar:horizontal {
    height: 15px;
}

::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
    border-radius: 0px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #ffffff;
}

html, body {
	height: 100%;
	max-width: 100%;
    }

.infoBox {
	position: relative;
}

.infoBox:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #000000;
	border-width: 17px;
	margin-left: -17px;
}

a:tooltip {
	display: none;
}

.background {
	margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
        background-size: cover;
    z-index: -1;
}

a:hover {
	opacity: 1;
  	filter: alpha(opacity=100);
    text-decoration: none;
    color: inherit;
	border: 0px;
    cursor: pointer;
}

a:visited {
	text-decoration: none;
	border: 0px;
    color: inherit;
}

a:focus {
	text-decoration: none;
	border: 0px;
    color: inherit;
}

a:active {
	text-decoration: none;
	border: 0px;
    color: inherit;
}

a:link {
	text-decoration: none;
	border: 0px;
    color: inherit;
}

* {
  box-sizing: border-box;
}

body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}

h2 {
    font-size: 24px;
	  font-family: Merriweather;
    font-weight: 400;    width: 100%;
    display: block;
        margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

.Separator {
    cursor: default;
    height: 10px;
    width: 100%;
}

.CommentBox {
    background-color: #ffffff;
    color: #000000;
    outline: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    font-size: 14px;
    font-family: DM Sans;
    font-weight: 500;    width: 100%;
    padding: 10px;
    border: 0;
    margin-top: 8px;
    -webkit-appearance: none;
    white-space: normal;
}

.CommentBox:hover {
  outline: #FFD200 solid 3px; border: 0;
}

.CommentBox:focus {
  outline: #FFD200 solid 3px; border: 0;
}

.MultiButtonContainerUpload {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table; text-align: left;
  padding-bottom: 12px;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  margin-right: -60px;
  margin-bottom: 0px;
  margin-top: -3px;
  margin-left: -20px;
  width: 100%;
}

.MultiButtonContainerUpload input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.MultiButtonCheckmarkUpload {
  position: relative;
  height: auto;
  width: 1px; white-space: nowrap;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
	padding-right: 10px;
  color: #000000;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  display: table-cell;
  line-height: 14px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  border: 0;
  margin: 0;
}

.MultiButtonCheckmarkUploadAlt {
  position: relative;
  height: auto;
  width: 1px; white-space: nowrap;
  background-color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
	padding-right: 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  display: table-cell;
  line-height: 14px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  border: 0;
  margin: 0;
}

.MultiButtonCheckmarkUpload:hover {
  outline: #FFD200 solid 3px; border: 0;
  
}

.MultiButtonCheckmarkUpload:focus {
  outline: #FFD200 solid 3px; border: 0;
  
}

.MultiButtonContainerButton {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table; text-align: left;
  padding-bottom: 12px;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  margin-right: -60px;
  margin-bottom: 0px;
  margin-top: -3px;
  margin-left: -20px;
  width: 100%;
}

.MultiButtonContainerButton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.MultiButtonCheckmarkButton {
  position: relative;
  height: auto;
  width: 1px; white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
  color: #000000;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  display: table-cell;
  line-height: 14px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  border: 0;
  margin: 0;
  
}

.MultiButtonCheckmarkButton:hover {
  outline: #FFD200 solid 3px; border: 0;
  
}

.MultiButtonCheckmarkButton:focus {
  outline: #FFD200 solid 3px; border: 0;
  
}

.MultiButtonContainer {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table; text-align: left;
  padding-bottom: 12px;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  margin-right: -60px;
  margin-bottom: 0px;
  margin-top: -3px;
  margin-left: -20px;
  width: 100%;
  z-index: 1;
}

.MultiButtonContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.MultiButtonCheckmark {
  position: relative;
  height: auto;
  width: 50%; white-space: normal;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
	padding-right: 10px;
  color: #000000;
  border: 0;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  display: table-cell;
  line-height: 14px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  margin: 0;
}

.MultiButtonCheckmark:hover {
  outline: #FFD200 solid 3px; border: 0;
  
}

.MultiButtonCheckmark:focus {
  outline: #FFD200 solid 3px; border: 0;
  
}

.slider {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  height: 14px;
  width: 100%;
  background-color: #FFFFFF;
  border: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  margin: 0;
  -webkit-transition: .2s;
  transition: opacity .2s;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 34px;
  height: 34px;
  background: #000000;
  cursor: pointer;
  border-radius: 50%;
}

.slider::-moz-range-thumb {
  width: 34px;
  height: 34px;
  background: #000000;
  cursor: pointer;
  border-radius: 50%;
}

.slider::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 3px #FFD200;
  border: 0;
  
}

.slider::-webkit-slider-thumb:focus {
  box-shadow: 0 0 0 3px #FFD200;
  border: 0;
  
}

.slider-text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  height: 34px;
  width: 34px;
  transform: translate(0, 2px);
}

.MultiButtonGraphContainer {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: table-cell;
  padding: 0px;
  margin: 0px;
}

.PercentageReveal {
  position: absolute;
  background: none;
  color: #000000;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
	padding-right: 10px;
	top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  line-height: 14px;
}

.PercentageRevealBar {
  position: absolute;
  width: 0px;
  padding: 0px;
  top: 0;
  left: 0;
  background-color: #87DE71;
  transition: width 1s;
  display: table-cell;
  height: 100%;
  z-index: 500;
  border: 0;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.19), 3px 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.PercentageRevealBar:hover {
  outline: #FFD200 solid 3px; border: 0;
  
}

.PercentageRevealBar:focus {
  outline: #FFD200 solid 3px; border: 0;
  
}

.MultiButtonContainer input:checked ~ .MultiButtonCheckmark {
  background-color: #000000;
  color: #FFFFFF;
}

.MultiButtonCheckmark:after {
  content: "";
  position: absolute;
  display: block;
}

.MultiButtonContainer input:checked ~ .MultiButtonCheckmark:after {
  display: block;
  border: solid white;
  border-width: 0 3px 3px 0;
}

.MultiButtonContainer .MultiButtonCheckmark:after {
  left: 14px;
  top: 4.6666666666667px;
  width: 4.6666666666667px;
  height: 14px;
  border: solid #F0F0F0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.MultiButtonContainerPA1 {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table; text-align: left;
  padding-bottom: 12px;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  margin-right: -60px;
  margin-bottom: 0px;
  margin-top: -3px;
  margin-left: -20px;
  width: 100%;
  z-index: 1;
}

.MultiButtonContainerPA2 {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table; text-align: left;
  padding-bottom: 12px;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  margin-right: -60px;
  margin-bottom: 0px;
  margin-top: -3px;
  margin-left: -20px;
  width: 100%;
  z-index: 1;
}

.MultiButtonContainerPA3 {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table; text-align: left;
  padding-bottom: 12px;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  margin-right: -60px;
  margin-bottom: 0px;
  margin-top: -3px;
  margin-left: -20px;
  width: 100%;
  z-index: 1;
}

.MultiButtonContainerPA4 {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table; text-align: left;
  padding-bottom: 12px;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  margin-right: -60px;
  margin-bottom: 0px;
  margin-top: -3px;
  margin-left: -20px;
  width: 100%;
  z-index: 1;
}

.MultiButtonContainerPA5 {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table; text-align: left;
  padding-bottom: 12px;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  margin-right: -60px;
  margin-bottom: 0px;
  margin-top: -3px;
  margin-left: -20px;
  width: 100%;
  z-index: 1;
}

.MultiButtonContainerPA6 {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table; text-align: left;
  padding-bottom: 12px;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  margin-right: -60px;
  margin-bottom: 0px;
  margin-top: -3px;
  margin-left: -20px;
  width: 100%;
  z-index: 1;
}

.MultiButtonContainerPA7 {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table; text-align: left;
  padding-bottom: 12px;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  margin-right: -60px;
  margin-bottom: 0px;
  margin-top: -3px;
  margin-left: -20px;
  width: 100%;
  z-index: 1;
}

.MultiButtonContainerPA8 {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table; text-align: left;
  padding-bottom: 12px;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  margin-right: -60px;
  margin-bottom: 0px;
  margin-top: -3px;
  margin-left: -20px;
  width: 100%;
  z-index: 1;
}

.MultiButtonContainerPA9 {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table; text-align: left;
  padding-bottom: 12px;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  margin-right: -60px;
  margin-bottom: 0px;
  margin-top: -3px;
  margin-left: -20px;
  width: 100%;
  z-index: 1;
}

.MultiButtonContainerPA10 {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table; text-align: left;
  padding-bottom: 12px;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  margin-right: -60px;
  margin-bottom: 0px;
  margin-top: -3px;
  margin-left: -20px;
  width: 100%;
  z-index: 1;
}

.MultiButtonContainerPA1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.MultiButtonContainerPA2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.MultiButtonContainerPA3 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.MultiButtonContainerPA4 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.MultiButtonContainerPA5 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.MultiButtonContainerPA6 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.MultiButtonContainerPA7 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.MultiButtonContainerPA8 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.MultiButtonContainerPA9 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.MultiButtonContainerPA10 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.MultiButtonCheckmarkPA1 {
  position: relative;
  height: auto;
  width: 50%; white-space: normal;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
	padding-right: 10px;
  color: #000000;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  display: table-cell;
  line-height: 14px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  border: 0;
  margin: 0;
}

.MultiButtonCheckmarkPA2 {
  position: relative;
  height: auto;
  width: 50%; white-space: normal;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
	padding-right: 10px;
  color: #000000;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  display: table-cell;
  line-height: 14px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  border: 0;
  margin: 0;
}

.MultiButtonCheckmarkPA3 {
  position: relative;
  height: auto;
  width: 50%; white-space: normal;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
	padding-right: 10px;
  color: #000000;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  display: table-cell;
  line-height: 14px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  border: 0;
  margin: 0;
}

.MultiButtonCheckmarkPA4 {
  position: relative;
  height: auto;
  width: 50%; white-space: normal;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
	padding-right: 10px;
  color: #000000;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  display: table-cell;
  line-height: 14px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  border: 0;
  margin: 0;
}

.MultiButtonCheckmarkPA5 {
  position: relative;
  height: auto;
  width: 50%; white-space: normal;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
	padding-right: 10px;
  color: #000000;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  display: table-cell;
  line-height: 14px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  border: 0;
  margin: 0;
}

.MultiButtonCheckmarkPA6 {
  position: relative;
  height: auto;
  width: 50%; white-space: normal;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
	padding-right: 10px;
  color: #000000;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  display: table-cell;
  line-height: 14px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  border: 0;
  margin: 0;
}

.MultiButtonCheckmarkPA7 {
  position: relative;
  height: auto;
  width: 50%; white-space: normal;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
	padding-right: 10px;
  color: #000000;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  display: table-cell;
  line-height: 14px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  border: 0;
  margin: 0;
}

.MultiButtonCheckmarkPA8 {
  position: relative;
  height: auto;
  width: 50%; white-space: normal;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
	padding-right: 10px;
  color: #000000;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  display: table-cell;
  line-height: 14px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  border: 0;
  margin: 0;
}

.MultiButtonCheckmarkPA9 {
  position: relative;
  height: auto;
  width: 50%; white-space: normal;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
	padding-right: 10px;
  color: #000000;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  display: table-cell;
  line-height: 14px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  border: 0;
  margin: 0;
}

.MultiButtonCheckmarkPA10 {
  position: relative;
  height: auto;
  width: 50%; white-space: normal;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
	padding-right: 10px;
  color: #000000;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  display: table-cell;
  line-height: 14px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  border: 0;
  margin: 0;
}

.MultiButtonCheckmarkPA1:hover {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #459C37;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA2:hover {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #E7AF02;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA3:hover {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #C01B1B;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA4:hover {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA5:hover {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA6:hover {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA7:hover {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA8:hover {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA9:hover {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA10:hover {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA1:focus {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #459C37;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA2:focus {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #E7AF02;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA3:focus {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #C01B1B;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA4:focus {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA5:focus {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA6:focus {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA7:focus {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA8:focus {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA9:focus {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA10:focus {
  outline: #FFD200 solid 3px; border: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonContainerPA1 input:checked ~ .MultiButtonCheckmarkPA1 {
  background-color: #459C37;
  color: #FFFFFF;
}

.MultiButtonContainerPA2 input:checked ~ .MultiButtonCheckmarkPA2 {
  background-color: #E7AF02;
  color: #FFFFFF;
}

.MultiButtonContainerPA3 input:checked ~ .MultiButtonCheckmarkPA3 {
  background-color: #C01B1B;
  color: #FFFFFF;
}

.MultiButtonContainerPA4 input:checked ~ .MultiButtonCheckmarkPA4 {
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonContainerPA5 input:checked ~ .MultiButtonCheckmarkPA5 {
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonContainerPA6 input:checked ~ .MultiButtonCheckmarkPA6 {
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonContainerPA7 input:checked ~ .MultiButtonCheckmarkPA7 {
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonContainerPA8 input:checked ~ .MultiButtonCheckmarkPA8 {
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonContainerPA9 input:checked ~ .MultiButtonCheckmarkPA9 {
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonContainerPA10 input:checked ~ .MultiButtonCheckmarkPA10 {
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.MultiButtonCheckmarkPA1:after {
  content: "";
  position: absolute;
  display: block;
}

.MultiButtonCheckmarkPA2:after {
  content: "";
  position: absolute;
  display: block;
}

.MultiButtonCheckmarkPA3:after {
  content: "";
  position: absolute;
  display: block;
}

.MultiButtonCheckmarkPA4:after {
  content: "";
  position: absolute;
  display: block;
}

.MultiButtonCheckmarkPA5:after {
  content: "";
  position: absolute;
  display: block;
}

.MultiButtonCheckmarkPA6:after {
  content: "";
  position: absolute;
  display: block;
}

.MultiButtonCheckmarkPA7:after {
  content: "";
  position: absolute;
  display: block;
}

.MultiButtonCheckmarkPA8:after {
  content: "";
  position: absolute;
  display: block;
}

.MultiButtonCheckmarkPA9:after {
  content: "";
  position: absolute;
  display: block;
}

.MultiButtonCheckmarkPA10:after {
  content: "";
  position: absolute;
  display: block;
}

.MultiButtonContainerPA1 input:checked ~ .MultiButtonCheckmarkPA1:after {
  display: block;
  border: solid white;
  border-width: 0 3px 3px 0;
}

.MultiButtonContainerPA2 input:checked ~ .MultiButtonCheckmarkPA2:after {
  display: block;
  border: solid white;
  border-width: 0 3px 3px 0;
}

.MultiButtonContainerPA3 input:checked ~ .MultiButtonCheckmarkPA3:after {
  display: block;
  border: solid white;
  border-width: 0 3px 3px 0;
}

.MultiButtonContainerPA4 input:checked ~ .MultiButtonCheckmarkPA4:after {
  display: block;
  border: solid white;
  border-width: 0 3px 3px 0;
}

.MultiButtonContainerPA5 input:checked ~ .MultiButtonCheckmarkPA5:after {
  display: block;
  border: solid white;
  border-width: 0 3px 3px 0;
}

.MultiButtonContainerPA6 input:checked ~ .MultiButtonCheckmarkPA6:after {
  display: block;
  border: solid white;
  border-width: 0 3px 3px 0;
}

.MultiButtonContainerPA7 input:checked ~ .MultiButtonCheckmarkPA7:after {
  display: block;
  border: solid white;
  border-width: 0 3px 3px 0;
}

.MultiButtonContainerPA8 input:checked ~ .MultiButtonCheckmarkPA8:after {
  display: block;
  border: solid white;
  border-width: 0 3px 3px 0;
}

.MultiButtonContainerPA9 input:checked ~ .MultiButtonCheckmarkPA9:after {
  display: block;
  border: solid white;
  border-width: 0 3px 3px 0;
}

.MultiButtonContainerPA10 input:checked ~ .MultiButtonCheckmarkPA10:after {
  display: block;
  border: solid white;
  border-width: 0 3px 3px 0;
}

.MultiButtonContainerPA1 .MultiButtonCheckmarkPA1:after {
  left: 14px;
  top: 4.6666666666667px;
  width: 4.6666666666667px;
  height: 14px;
  border: solid #F0F0F0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.MultiButtonContainerPA2 .MultiButtonCheckmarkPA2:after {
  left: 14px;
  top: 4.6666666666667px;
  width: 4.6666666666667px;
  height: 14px;
  border: solid #F0F0F0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.MultiButtonContainerPA3 .MultiButtonCheckmarkPA3:after {
  left: 14px;
  top: 4.6666666666667px;
  width: 4.6666666666667px;
  height: 14px;
  border: solid #F0F0F0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.MultiButtonContainerPA4 .MultiButtonCheckmarkPA4:after {
  left: 14px;
  top: 4.6666666666667px;
  width: 4.6666666666667px;
  height: 14px;
  border: solid #F0F0F0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.MultiButtonContainerPA5 .MultiButtonCheckmarkPA5:after {
  left: 14px;
  top: 4.6666666666667px;
  width: 4.6666666666667px;
  height: 14px;
  border: solid #F0F0F0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.MultiButtonContainerPA6 .MultiButtonCheckmarkPA6:after {
  left: 14px;
  top: 4.6666666666667px;
  width: 4.6666666666667px;
  height: 14px;
  border: solid #F0F0F0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.MultiButtonContainerPA7 .MultiButtonCheckmarkPA7:after {
  left: 14px;
  top: 4.6666666666667px;
  width: 4.6666666666667px;
  height: 14px;
  border: solid #F0F0F0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.MultiButtonContainerPA8 .MultiButtonCheckmarkPA8:after {
  left: 14px;
  top: 4.6666666666667px;
  width: 4.6666666666667px;
  height: 14px;
  border: solid #F0F0F0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.MultiButtonContainerPA9 .MultiButtonCheckmarkPA9:after {
  left: 14px;
  top: 4.6666666666667px;
  width: 4.6666666666667px;
  height: 14px;
  border: solid #F0F0F0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.MultiButtonContainerPA10 .MultiButtonCheckmarkPA10:after {
  left: 14px;
  top: 4.6666666666667px;
  width: 4.6666666666667px;
  height: 14px;
  border: solid #F0F0F0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Input {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

label {
  display: block;
  cursor: pointer;
  user-select: none;
  float: left;
  padding: 20px;
  overflow: hidden;
}

.Menubar {
    position: fixed;    height: 100px;
    text-align: center;
    background-color: #FFFFFF;
    top: 0px;
    left: 0px;
    right: 0px;
    float: none;
    width: 100%;
    z-index: 5000;
}

nav[role="navigation"] {
  width: 100%;
  display: block;
  max-width: 1200px;
  width: 100%;
  background-color: #FFFFFF;
  top: 0px;
  left: 0px;
  right: 0px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

nav[role="navigation"] a {
  color: #030032;
  text-decoration: none;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 400;  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
  display: table-cell;
}

nav[role="navigation"] label {
  color: #030032;
  text-decoration: none;
  font-size: 14px;
  font-family: "DM Sans";
  font-weight: 700;  background-color: #FFFFFF;
  margin: 0px;
  height: 100%;
  overflow: hidden;
  text-align: left;
}

nav[role="navigation"] label > a {
  color: #030032;
  text-decoration: none;
  font-size: 14px;
  font-family: "DM Sans";
  font-weight: 700;  background-color: #FFFFFF;
  display: table-cell;
  padding: 0;
  margin: 0;
  height: auto;
  overflow: hidden;
  text-align: left;
}

nav[role="navigation"] ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  right: 0px;
  float: right;
  text-align: right;
  height: 100px;
}
nav[role="navigation"] ul > li {
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  width: auto;
  text-align: center;
  cursor: pointer;
  display: inline;
  height: 100px;
  background-color: #FFFFFF;
  display: table; text-align: left;
}
nav[role="navigation"] ul > li:hover {
  background-color: #030032;
  color: #FFFFFF;
}
nav[role="navigation"] ul > li:hover > a {
  background-color: #030032;
  color: #FFFFFF;
}

.ContentModule {
	width: auto;
    padding-right: 20px;
    padding-bottom: 20px;
	display: inline-block;
	vertical-align: top;
    font-size: 16px;
	font-family: DM Sans;
    font-weight: 400;    text-align: left;
    max-width: 1200px;
    line-height: 1.5;
  }
  
.RolloverModule {
	width: auto;
  padding-right: 20px;
  padding-bottom: 20px;
	display: inline-block;
	vertical-align: top;
  font-size: 16px;
	font-family: DM Sans;
  font-weight: 400;  text-align: left;
  max-width: 1200px;
  line-height: 1.5;
}
  
.ContentModuleImage {
	width: 50%;
	display: inline-block;
	vertical-align: top;
  max-width: 1200px;
  min-height: 30vh;
  height: 600px
  }
  
.TileButton {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  
}
  
.TileButton:hover {
  outline: #FFD200 solid 3px; border: 0;
}

.TileButton:focus {
  outline: #FFD200 solid 3px; border: 0;
}

.ContentModuleTimeline {
	width: auto;
    padding-right: 20px;
    padding-bottom: 20px;
	display: inline-block;
	vertical-align: top;
    font-size: 16px;
	font-family: DM Sans;
    font-weight: 400;    text-align: left;
    max-width: 1200px;
	position: relative;
	    line-height: 1.5;
  }

.ContentModuleTimeline::before {
   position: absolute;
   top: 50%;
   content: '';
   display: block;
   width: 30px;
   height: 30px;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
   border-width: 5px;
   border-style: solid;
   border-color: #030032;
   background-color: #E7AF02;
   margin-left: -52.5px;
   margin-top: -27.5px;
}

.ContentModuleTimelineHappened {
	width: auto;
    padding-right: 20px;
    padding-bottom: 20px;
	display: inline-block;
	vertical-align: top;
    font-size: 16px;
	font-family: DM Sans;
    font-weight: 400;    text-align: left;
    max-width: 1200px;
	position: relative;
	    line-height: 1.5;
  }

.ContentModuleTimelineHappened::before {
   position: absolute;
   top: 50%;
   content: '';
   display: block;
   width: 30px;
   height: 30px;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
   border-width: 5px;
   border-style: solid;
   border-color: #030032;
   background-color: #030032;
   margin-left: -52.5px;
   margin-top: -27.5px;
}

.ContentModuleTimelineHappenedTick {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 20px;
  border: solid #F0F0F0;
  border-width: 0 3.5px 3.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -20px;
  margin-left: -37.5px;
}

.ContentModuleTimelineHappening {
	width: auto;
    padding-right: 20px;
    padding-bottom: 20px;
	display: inline-block;
	vertical-align: top;
    font-size: 16px;
	font-family: DM Sans;
    font-weight: 400;    text-align: left;
    max-width: 1200px;
	position: relative;
	    line-height: 1.5;
  }

.ContentModuleTimelineHappening::before {
   position: absolute;
   top: 50%;
   content: '';
   display: block;
   width: 30px;
   height: 30px;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
   border-width: 5px;
   border-style: solid;
   border-color: #030032;
   background-color: #4AA83B;
   margin-left: -52.5px;
   margin-top: -27.5px;
}

.ContentModuleTimelineHappeningEnd {
	width: auto;
    padding-right: 20px;
    padding-bottom: 20px;
	display: inline-block;
	vertical-align: top;
    font-size: 16px;
	font-family: DM Sans;
    font-weight: 400;    text-align: left;
    max-width: 1200px;
	position: relative;
	    line-height: 1.5;
  }

.ContentModuleTimelineHappeningEnd::before {
   position: absolute;
   top: 50%;
   content: '';
   display: block;
   width: 30px;
   height: 30px;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
   border-width: 5px;
   border-style: solid;
   border-color: #030032;
   background-color: #4AA83B;
   margin-left: -52.5px;
   margin-top: -17.5px;
}

.ContentModuleTimelineEnd {
	width: auto;
    padding-right: 20px;
    padding-bottom: 20px;
	display: inline-block;
	vertical-align: top;
    font-size: 16px;
	font-family: DM Sans;
    font-weight: 400;    text-align: left;
    max-width: 1200px;
	position: relative;
	    line-height: 1.5;
  }

.ContentModuleTimelineEnd::before {
   position: absolute;
   top: 50%;
   content: '';
   display: block;
   width: 30px;
   height: 30px;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
   border-width: 5px;
   border-style: solid;
   border-color: #030032;
   background-color: #E7AF02;
   margin-left: -52.5px;
   margin-top: -17.5px;
}

.ContentModuleTimelineHappenedEnd {
	width: auto;
    padding-right: 20px;
    padding-bottom: 20px;
	display: inline-block;
	vertical-align: top;
    font-size: 16px;
	font-family: DM Sans;
    font-weight: 400;    text-align: left;
    max-width: 1200px;
	position: relative;
	    line-height: 1.5;
  }

.ContentModuleTimelineHappenedEnd::before {
   position: absolute;
   top: 50%;
   content: '';
   display: block;
   width: 30px;
   height: 30px;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
   border-width: 5px;
   border-style: solid;
   border-color: #030032;
   background-color: #030032;
   margin-left: -52.5px;
   margin-top: -20px;
}

.ContentModuleTimelineHappenedTickEnd {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 20px;
  border: solid #F0F0F0;
  border-width: 0 3.5px 3.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -12.5px;
  margin-left: -37.5px;
}
  
.ContentModuleContainer {
  font-size: 0px;
  letter-spacing: 0px;
  word-spacing: 0px;
 }

h3 {
  margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
	font-family: Merriweather;
  font-weight: 400;  width: 100%;
  display: block;
    line-height: 1.5;
}

h4 {
  margin-top: 0;
	margin-bottom: 6.6666666666667px;
	font-size: 16px;
	font-family: DM Sans;
  font-weight: 400;  width: 100%;
  display: block;
  line-height: 1.5;
}

.h2alt {
  margin-top: 0;
	margin-bottom: 10px;
    font-size: 20px;
	  font-family: Merriweather;
    font-weight: 400;  width: 100%;
  display: block;
    line-height: 1.5;
}

.QuestionTitleSub {
	margin-bottom: 10px;
	font-size: 20px;
	font-family: Merriweather;
  font-weight: 400;  width: 100%;
  display: block;
  opacity: 0.50;
  filter: alpha(opacity=50);
  }

h1 {
  padding-left: 0;
  padding-right: 0;
  line-height: 1.8;
  padding-bottom: 20px;
  font-size: 42px;
  font-family: Merriweather;
  font-weight: 400;;
  margin-top: 0;
  margin-bottom: 0;
  
}

.TitleSpan {
	max-width: 50%;
}

.TitleSpanNoHighlight {
	max-width: 50%;
}

.Subheader {
  padding-left: 0;
  padding-right: 0;
  line-height: 1.8;
  padding-bottom: 20px;
  font-size: 16px;
  font-family: DM Sans;
  font-weight: 500;;
  

}

.MenuLogoImageAlone {
  height: 60px;
  line-height: 60px;
  margin: 0px;
}

.MenuLogoImage {
  height: 60px;
  line-height: 60px;
  margin: 0px;
}

.MenuIntroBox {
  line-height: 60px;
  }

/* small screens */
@media screen and (max-width: 1200px) {
  html,
  body {
    margin: 0;
  }
  
.ImageBox {
  min-height: 60vw !important;
}
  
.BannerContainer {
  margin-left: -20px !important;
}
  
.prev, .next, .text {
  font-size: 12px !important;
}

.RightColumn {
  height: auto !important;
  margin-bottom: 20px !important;
}

.GreenBlock {
  height: 0px !important;
  width: 0px !important;
}

.h2alt {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.InnerBlock {
  width: 100% !important;
  display: block !important;
}
  
.MenuLogoImage {
  display: none !important;
}

.MenuIntroBox {
  font-size: 10.5px !important;
}
  
.MultiButtonContainerImage {
  font-size: 10.5px !important;
	width: 100% !important;
	max-width: 100% !important;
}

.MultiButtonImageBox {
  height: 100vw;
}

.MultiButtonContainerImage .MultiButtonCheckImage:after {
  top: 15px !important;
  width: 3.5px;
  height: 10.5px;
}

.MultiButtonCheckImage {
  height: auto !important;
  font-size: 10.5px !important;
  line-height: 10.5px !important;
	width: 100% !important;
	max-width: 100% !important;
}

.PercentageRevealImage {
  font-size: 10.5px !important;
  height: 100%;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
	padding-right: 10px;
	line-height: 10.5px !important;
}
  
.ImageBoxWithHeader {
	min-height: calc(100vh - 100px) !important;
}
  
.Separator {
    height: 6.6666666666667px;
}
  
.PrivacyBar {
    font-size: 12px !important;
}
  
.fancybox-caption {
	font-size: 12px !important;
}

h2 {
    font-size: 18px !important;
}
  
.CommentBox {
    font-size: 10.5px !important;
    padding: 7px;
    width: 100% !important;
}

.WidgetContent {
    font-size: 12px !important;
}

.OrdinaryContent {
    font-size: 12px !important;
}

.MultiButtonContainer {
  font-size: 10.5px !important;
  height: auto;
}

.MultiButtonCheckmark {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 40px;
	padding-right: 7px;
  font-size: 10.5px !important;
  line-height: 10.5px !important;
  width: 75%;
}

.slider {
  height: 10.5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.slider::-webkit-slider-thumb {
  width: 25.5px;
  height: 25.5px;
}

.slider::-moz-range-thumb {
  width: 25.5px;
  height: 25.5px;
}

.PercentageReveal {
  font-size: 10.5px !important;
  height: 100%;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
	padding-right: 7px;
	line-height: 10.5px !important;
}

.MultiButtonContainerUpload {
  font-size: 10.5px !important;
  height: auto;
}

.MultiButtonCheckmarkUpload {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
	padding-right: 7px;
  font-size: 10.5px !important;
  line-height: 10.5px !important;
}

.MultiButtonCheckmarkUploadAlt {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
	padding-right: 7px;
  font-size: 10.5px !important;
  line-height: 10.5px !important;
}

.MultiButtonContainerButton {
  font-size: 10.5px !important;
  height: auto;
}

.MultiButtonCheckmarkButton {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
	padding-right: 7px;
  font-size: 10.5px !important;
  line-height: 10.5px !important;
}

.MultiButtonContainer .MultiButtonCheckmark:after {
  left: 10.5px;
  top: 3.5px;
  width: 3.5px;
  height: 10.5px;
}

.MultiButtonContainerPA1 {
  font-size: 10.5px !important;
  height: auto;
}

.MultiButtonContainerPA2 {
  font-size: 10.5px !important;
  height: auto;
}

.MultiButtonContainerPA3 {
  font-size: 10.5px !important;
  height: auto;
}

.MultiButtonContainerPA4 {
  font-size: 10.5px !important;
  height: auto;
}

.MultiButtonContainerPA5 {
  font-size: 10.5px !important;
  height: auto;
}

.MultiButtonContainerPA6 {
  font-size: 10.5px !important;
  height: auto;
}

.MultiButtonContainerPA7 {
  font-size: 10.5px !important;
  height: auto;
}

.MultiButtonContainerPA8 {
  font-size: 10.5px !important;
  height: auto;
}

.MultiButtonContainerPA9 {
  font-size: 10.5px !important;
  height: auto;
}

.MultiButtonContainerPA10 {
  font-size: 10.5px !important;
  height: auto;
}

.MultiButtonCheckmarkPA1 {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 40px;
	padding-right: 7px;
  font-size: 10.5px !important;
  line-height: 10.5px !important;
  width: 75%;
}

.MultiButtonCheckmarkPA2 {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 40px;
	padding-right: 7px;
  font-size: 10.5px !important;
  line-height: 10.5px !important;
  width: 75%;
}

.MultiButtonCheckmarkPA3 {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 40px;
	padding-right: 7px;
  font-size: 10.5px !important;
  line-height: 10.5px !important;
  width: 75%;
}

.MultiButtonCheckmarkPA4 {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 40px;
	padding-right: 7px;
  font-size: 10.5px !important;
  line-height: 10.5px !important;
  width: 75%;
}

.MultiButtonCheckmarkPA5 {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 40px;
	padding-right: 7px;
  font-size: 10.5px !important;
  line-height: 10.5px !important;
  width: 75%;
}

.MultiButtonCheckmarkPA6 {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 40px;
	padding-right: 7px;
  font-size: 10.5px !important;
  line-height: 10.5px !important;
  width: 75%;
}

.MultiButtonCheckmarkPA7 {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 40px;
	padding-right: 7px;
  font-size: 10.5px !important;
  line-height: 10.5px !important;
  width: 75%;
}

.MultiButtonCheckmarkPA8 {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 40px;
	padding-right: 7px;
  font-size: 10.5px !important;
  line-height: 10.5px !important;
  width: 75%;
}

.MultiButtonCheckmarkPA9 {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 40px;
	padding-right: 7px;
  font-size: 10.5px !important;
  line-height: 10.5px !important;
  width: 75%;
}

.MultiButtonCheckmarkPA10 {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 40px;
	padding-right: 7px;
  font-size: 10.5px !important;
  line-height: 10.5px !important;
  width: 75%;
}

.MultiButtonContainerPA1 .MultiButtonCheckmarkPA1:after {
  left: 10.5px;
  top: 3.5px;
  width: 3.5px;
  height: 10.5px;
}

.MultiButtonContainerPA2 .MultiButtonCheckmarkPA2:after {
  left: 10.5px;
  top: 3.5px;
  width: 3.5px;
  height: 10.5px;
}

.MultiButtonContainerPA3 .MultiButtonCheckmarkPA3:after {
  left: 10.5px;
  top: 3.5px;
  width: 3.5px;
  height: 10.5px;
}

.MultiButtonContainerPA4 .MultiButtonCheckmarkPA4:after {
  left: 10.5px;
  top: 3.5px;
  width: 3.5px;
  height: 10.5px;
}

.MultiButtonContainerPA5 .MultiButtonCheckmarkPA5:after {
  left: 10.5px;
  top: 3.5px;
  width: 3.5px;
  height: 10.5px;
}

.MultiButtonContainerPA6 .MultiButtonCheckmarkPA6:after {
  left: 10.5px;
  top: 3.5px;
  width: 3.5px;
  height: 10.5px;
}

.MultiButtonContainerPA7 .MultiButtonCheckmarkPA7:after {
  left: 10.5px;
  top: 3.5px;
  width: 3.5px;
  height: 10.5px;
}

.MultiButtonContainerPA8 .MultiButtonCheckmarkPA8:after {
  left: 10.5px;
  top: 3.5px;
  width: 3.5px;
  height: 10.5px;
}

.MultiButtonContainerPA9 .MultiButtonCheckmarkPA9:after {
  left: 10.5px;
  top: 3.5px;
  width: 3.5px;
  height: 10.5px;
}

.MultiButtonContainerPA10 .MultiButtonCheckmarkPA10:after {
  left: 10.5px;
  top: 3.5px;
  width: 3.5px;
  height: 10.5px;
}
  
h1 {
  font-size: 31.5px !important;
}

.TitleSpan {
	max-width: 100%;
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.TitleSpanNoHighlight {
	max-width: 100%;
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.Subheader {
  font-size: 12px !important;
}

.ContentModule {
	width: 100% !important;
	max-width: 100% !important;
	font-size: 12px !important;
}

.RolloverModule {
	width: 100% !important;
	max-width: 100% !important;
	font-size: 12px !important;
	padding-right: 20px !important;
}

.ContentModuleImage {
	width: 100% !important;
	max-width: 100% !important;
	height: 30vh;
}

.ContentModuleTimeline {
    font-size: 12px !important;
  }
  
.ContentModuleTimelineEnd {
    font-size: 12px !important;
  }
  
.ContentModuleTimelineHappening {
    font-size: 12px !important;
  }

.ContentModuleTimelineHappeningEnd {
    font-size: 12px !important;
  }
  
.ContentModuleTimelineHappened {
    font-size: 12px !important;
  }

.ContentModuleTimelineHappenedEnd {
    font-size: 12px !important;
  }
  
.FieldFeed {
  z-index: 1000;
  width: 100% !important;
  max-width: 100% !important;
  height: 225px;
}

.FieldFeedRollover {
  width: 100%;
  max-width: 100%;
  height: 100vw;
  margin-right: 20px;
}
  
.Field {
	height: auto;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 1000;
    text-align: left;
}

.FieldCF {
    min-height: 0 !important;
	  height: auto;
    width: 100% !important;
    max-width: 100% !important;
}

.FieldFull {
	padding-right: 0px;
	font-size: 12px !important;
}

.ShareFieldFull {
	padding-right: 20px;
	font-size: 12px !important;
}

h3 {
  margin-bottom: 6.6666666666667px;
	font-size: 15px !important;
}

h4 {
  margin-bottom: 5px;
	font-size: 12px !important;
}

.CollapsibleButton {
  padding: 15px;
  font-size: 15px;
}

.QuestionTitleSub {
  margin-bottom: 6.6666666666667px;
  font-size: 15px !important;
}

  nav[role="navigation"] ul {
    display: none;
    height: 100%;
    float: left;
  }
  nav[role="navigation"] label {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
	font-family: DM Sans;
    margin: 0;
    vertical-align: middle;
  }
  
  nav[role="navigation"] label > a{
    font-size: 10.5px !important;
    }
  
  
  nav[role="navigation"] label:after {
    position: absolute;
    right: .25em;
    content: "Menu";
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    padding: 20px;
    font-family: "DM Sans";
  }
  nav[role="navigation"] input[type=checkbox]:checked ~ label:after {
    opacity: 0.5;
  }
  nav[role="navigation"] input[type=checkbox]:checked ~ ul {
    display: block;
    width: 100%;
    height: auto;
  }
  nav[role="navigation"] input[type=checkbox]:checked ~ ul > li {
    width: 100%;
    text-align: left;
    height: auto;
  }
  
  nav[role="navigation"] input[type=checkbox]:checked ~ ul > li:after {
    position: absolute;
    width: 100%;
    text-align: left;
    font-size: 14px;
  	font-family: DM Sans;
  	font-weight: 700;;
  }
}

h1 span {
  display: inline;
box-shadow: 10px 0px 0px #FFFFFF, -10px 0px 0px #FFFFFF;  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  margin: 0;
  padding: 0;
}

.Subheader span {
  display: inline;
box-shadow: 10px 0px 0px #FFFFFF, -10px 0px 0px #FFFFFF;  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  margin: 0;
}

.FieldFull {
	height: auto;
  width: 100%;
 	max-width: 1160px;
 	padding-bottom: 20px;
 	font-size: 16px;
  font-family: DM Sans;
  font-weight: 400;  line-height: 1.5;
}

.g-recaptcha > div {
	margin: 0px auto !important;
	text-align: left;
	width: auto !important;
	height: auto !important;
}

.ShareFieldFull {
	height: auto;
  width: 100%;
 	max-width: 1160px;
 	padding-bottom: 20px;
 	font-size: 16px;
  font-family: DM Sans;
  font-weight: 400;  line-height: 1.5;
}

.ShareThisTitle {
  font-size: 24px;
	font-family: Merriweather;
  font-weight: 400;}

.WidgetBox {
	height: auto;
	width: 100%;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.ImageBox {
  height: auto;
	width: 100%;
  text-align: left;
  padding: 0px;
  position: relative;
  z-index: 1;
}

.HeaderTransparency {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  
  background-color: #85C498;opacity: 0.5;filter: alpha(opacity=50);}

.TileTransparencySolid {
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
  vertical-align: top;
  color: #FFFFFF;
  transition: 2s;
  padding: 20px;
  
  background: rgba(0,0,0,0.75);}

.TileTransparencyFade {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  vertical-align: bottom;
  color: #FFFFFF;
  transition: 2s;
  padding: 20px;
  
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0, 0, 0, 1));}

.TileTransparencyFade:hover ~ .TileTransparencySolid {
  display: block;
}

.TileTransparencyFade:hover {
  background-image: none;
}

.TileTransparencyFade:hover > div {
  display: none;
}

.WidgetContent {
	height: 100%;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 0px;
    width: auto;
    font-size: 16px;
	font-family: DM Sans;
    font-weight: 400;    text-align: left;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
        line-height: 1.5;
}

.OrdinaryContent {
    font-size: 16px;
	  font-family: DM Sans;
    font-weight: 400;    text-align: left;
        line-height: 1.5;
}

.WidgetContentContainer {
	padding-right: 20px;
	padding-bottom: 20px;
	width: 100%;
	height: 100%;
}

.PrivacyBarContainer {
	width: 100%;
	height: auto;
	padding: 0px;
    overflow: hidden;
    margin: 0;
    padding-left: 20px;
    padding-top: 40px;
    background-color: #FFFFFF;
    bottom: 0;
}

.PrivacyBar {
	float: none;
	width: auto;
	height: auto;
	padding-bottom: 40px;
    padding-right: 20px;
    font-size: 16px;
	font-family: DM Sans;
    font-weight: 400;	color: #030032;
    text-align: left;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.MultiButtonContainerImage {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  text-align: left;
  padding: 0px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
  margin-left: 0px;
  max-width: 204px;
  width: 100%;
  z-index: 1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.MultiButtonContainerImage:hover {
  outline: #FFD200 solid 3px; border: 0;
}

.MultiButtonContainerImage:focus {
  outline: #FFD200 solid 3px; border: 0;
}

.MultiButtonImageBox {
  z-index: 1;
  position: relative;
  width: 100%;
  margin-right: 0px;
  height: 265px;
}

.MultiButtonContainerImage input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.MultiButtonContainerImage input:checked ~ .MultiButtonCheckImage {
  background-color: #000000;
  color: #FFFFFF;
}

.MultiButtonContainerImage input:checked ~ .MultiButtonCheckImage:after {
  display: block;
  border: solid white;
  border-width: 0 3px 3px 0;
}

.MultiButtonContainerImage .MultiButtonCheckImage:after {
  left: 20px;
  top: 20px;
  width: 4.6666666666667px;
  height: 14px;
  border: solid #F0F0F0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.MultiButtonCheckImage {
  position: relative;
  height: 102px;
  width: 204px;
  white-space: normal;
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
	padding-right: 20px;
  color: #000000;
  border: 0;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  display: block;
  line-height: 14px;
  margin: 0;
  z-index: 200;
}

.MultiButtonCheckImage:after {
  content: "";
  position: absolute;
  display: block;
}

.PercentageRevealImage {
  position: absolute;
  background: none;
  color: #000000;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
	padding-right: 10px;
	bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.PercentageRevealBarImage {
  position: absolute;
  width: 100%;
  padding: 0px;
  bottom: 0;
  left: 0;
  background-color: #87DE71;
  opacity: 0.8;
  transition: height 1s;
  display: table-cell;
  height: 0;
  z-index: 500;
  border: 0;
  vertical-align: bottom;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: 100%;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    width: 80vw;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 80vh;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    width: 80vw;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 120px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 100px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {


    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}