/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 23 October 2025 08:32:51
*/


/*
Breakpoints
*/
#content-container {
  padding: 0;
}
#content-container.content-container {
  max-width: none;
}
#content-container #content {
  width: 100%;
  padding: 0 0 2em;
}
#content-container #content .article {
  width: 100%;
  margin: 0;
  background: none;
  box-shadow: none;
  padding: 0 0 1em;
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
}
@media (min-width: 768px) {
  #content-container #content .article {
    padding: 0 0 1.5em;
  }
}
#content-container #content #topics, #content-container #content #ia-tabs, #content-container #content #ia-tabs-flickity {
  margin-top: -6em;
}
#content-container #content #topics {
  background: linear-gradient(white 6em, rgba(255, 255, 255, 0.6));
  box-shadow: 0 10px 21px rgba(0, 0, 0, 0.3);
  padding: 1em 1em 1px;
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
}
@media (min-width: 768px) {
  #content-container #content #topics {
    padding: 1.5em 1.5em 1em;
  }
}
#content-container #popular-tasks #popular-tasks-nav {
  display: flex;
  justify-content: center;
}
#content-container #popular-tasks #popular-tasks-nav .flickity-button.flickity-prev-next-button {
  border-radius: 0 !important;
}
#content-container #popular-tasks #popular-tasks-nav .tab {
  outline: none;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 65px;
  margin: 0 3px;
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100% 272px;
  background-position: center -136px;
  transition: background 0.3s;
}
@media (min-width: 670px) {
  #content-container #popular-tasks #popular-tasks-nav .tab {
    width: 160px;
  }
}
#content-container #popular-tasks #popular-tasks-nav .tab.active {
  background: rgba(0, 55, 99, 0.3);
}
#content-container #popular-tasks #popular-tasks-nav .tab button, #content-container #popular-tasks #popular-tasks-nav .tab > a {
  opacity: 1;
  position: relative;
  font-size: 1.15em;
  color: #fff;
  background-color: #333;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  width: 3rem;
  height: 3rem;
  box-shadow: 0 10px 21px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  perspective: 300px;
  overflow: visible;
  color: #003763;
  width: 7.5rem;
  height: 7.5rem;
  border: none;
  background: rgba(255, 255, 255, 0.4);
  font-size: 2.5rem;
}
#content-container #popular-tasks #popular-tasks-nav .tab button:before, #content-container #popular-tasks #popular-tasks-nav .tab > a:before {
  border: 10px solid rgba(255, 255, 255, 0);
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  border-radius: 50%;
  content: "";
  width: 100%;
  height: 100%;
  transition: border 0.3s;
}
#content-container #popular-tasks #popular-tasks-nav .tab button:hover, #content-container #popular-tasks #popular-tasks-nav .tab button:focus, #content-container #popular-tasks #popular-tasks-nav .tab > a:hover, #content-container #popular-tasks #popular-tasks-nav .tab > a:focus {
  opacity: 1;
  text-decoration: none;
}
#content-container #popular-tasks #popular-tasks-nav .tab button:hover:before, #content-container #popular-tasks #popular-tasks-nav .tab button:focus:before, #content-container #popular-tasks #popular-tasks-nav .tab > a:hover:before, #content-container #popular-tasks #popular-tasks-nav .tab > a:focus:before {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#content-container #popular-tasks #popular-tasks-nav .tab button:hover span.label, #content-container #popular-tasks #popular-tasks-nav .tab button:focus span.label, #content-container #popular-tasks #popular-tasks-nav .tab > a:hover span.label, #content-container #popular-tasks #popular-tasks-nav .tab > a:focus span.label {
  opacity: 1;
  left: 50%;
  text-shadow: 1px 1px 2px #000;
}
#content-container #popular-tasks #popular-tasks-nav .tab button span.fa, #content-container #popular-tasks #popular-tasks-nav .tab button span.fas, #content-container #popular-tasks #popular-tasks-nav .tab button span.far, #content-container #popular-tasks #popular-tasks-nav .tab > a span.fa, #content-container #popular-tasks #popular-tasks-nav .tab > a span.fas, #content-container #popular-tasks #popular-tasks-nav .tab > a span.far {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: 0;
}
#content-container #popular-tasks #popular-tasks-nav .tab button > span.fa, #content-container #popular-tasks #popular-tasks-nav .tab button > span.fas, #content-container #popular-tasks #popular-tasks-nav .tab button > span.far, #content-container #popular-tasks #popular-tasks-nav .tab button > span.fab, #content-container #popular-tasks #popular-tasks-nav .tab > a > span.fa, #content-container #popular-tasks #popular-tasks-nav .tab > a > span.fas, #content-container #popular-tasks #popular-tasks-nav .tab > a > span.far, #content-container #popular-tasks #popular-tasks-nav .tab > a > span.fab {
  transform: translateZ(25px);
}
#content-container #popular-tasks #popular-tasks-nav .tab button span.label, #content-container #popular-tasks #popular-tasks-nav .tab > a span.label {
  position: absolute;
  z-index: 0;
  left: -99999em;
  bottom: 0;
  transform: translate(-50%, 120%);
  opacity: 0;
  font-size: 0.7rem;
  white-space: nowrap;
  transition: opacity 0.3s, text-shadow 0.3s;
}
#content-container #popular-tasks #popular-tasks-nav .tab button .flipper, #content-container #popular-tasks #popular-tasks-nav .tab > a .flipper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform-style: preserve-3d;
  transition: transform 0.5s, color 0.5s;
  transform: rotate3d(-1, 1, -0.3, 0deg);
}
#content-container #popular-tasks #popular-tasks-nav .tab button .flipper span, #content-container #popular-tasks #popular-tasks-nav .tab > a .flipper span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content-container #popular-tasks #popular-tasks-nav .tab button .flipper span:first-child, #content-container #popular-tasks #popular-tasks-nav .tab > a .flipper span:first-child {
  transform: translateZ(25px);
}
#content-container #popular-tasks #popular-tasks-nav .tab button .flipper span:last-child, #content-container #popular-tasks #popular-tasks-nav .tab > a .flipper span:last-child {
  transform: rotate3d(-1, 1, -0.3, 180deg) translateZ(25px);
}
#content-container #popular-tasks #popular-tasks-nav .tab button.active, #content-container #popular-tasks #popular-tasks-nav .tab > a.active {
  background-color: rgba(255, 255, 255, 0.05);
}
#content-container #popular-tasks #popular-tasks-nav .tab button.active .flipper, #content-container #popular-tasks #popular-tasks-nav .tab > a.active .flipper {
  color: #de5e00;
}
@supports (display: grid) {
  #content-container #popular-tasks #popular-tasks-nav .tab button.active .flipper, #content-container #popular-tasks #popular-tasks-nav .tab > a.active .flipper {
    color: unset;
    transform: rotate3d(-1, 1, -0.3, -180deg);
  }
  #content-container #popular-tasks #popular-tasks-nav .tab button.active .flipper span:last-child, #content-container #popular-tasks #popular-tasks-nav .tab > a.active .flipper span:last-child {
    color: #de5e00;
  }
}
#content-container #popular-tasks #popular-tasks-nav .tab button:before, #content-container #popular-tasks #popular-tasks-nav .tab > a:before {
  content: none;
}
#content-container #popular-tasks #popular-tasks-nav .tab button.active, #content-container #popular-tasks #popular-tasks-nav .tab > a.active {
  background: inherit;
}
#content-container #popular-tasks #popular-tasks-nav .tab button.active .flipper, #content-container #popular-tasks #popular-tasks-nav .tab > a.active .flipper {
  transform: rotate3d(-1, 1, 0, -180deg);
}
#content-container #popular-tasks #popular-tasks-nav .tab button.active .flipper span:first-child, #content-container #popular-tasks #popular-tasks-nav .tab > a.active .flipper span:first-child {
  text-shadow: 10px 10px 4px rgba(0, 0, 0, 0.5);
}
#content-container #popular-tasks #popular-tasks-nav .tab button.active .flipper span:last-child, #content-container #popular-tasks #popular-tasks-nav .tab > a.active .flipper span:last-child {
  text-shadow: none;
}
#content-container #popular-tasks #popular-tasks-nav .tab button:hover, #content-container #popular-tasks #popular-tasks-nav .tab button:focus, #content-container #popular-tasks #popular-tasks-nav .tab > a:hover, #content-container #popular-tasks #popular-tasks-nav .tab > a:focus {
  background: #003763;
}
#content-container #popular-tasks #popular-tasks-nav .tab button .flipper, #content-container #popular-tasks #popular-tasks-nav .tab > a .flipper {
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  transform: none;
  background: #fff;
  border-radius: 50%;
}
#content-container #popular-tasks #popular-tasks-nav .tab button .flipper span, #content-container #popular-tasks #popular-tasks-nav .tab > a .flipper span {
  transition: text-shadow 1.2s;
}
#content-container #popular-tasks #popular-tasks-nav .tab button .flipper span:first-child, #content-container #popular-tasks #popular-tasks-nav .tab > a .flipper span:first-child {
  transform: translateZ(40px);
}
#content-container #popular-tasks #popular-tasks-nav .tab button .flipper span:nth-child(2), #content-container #popular-tasks #popular-tasks-nav .tab > a .flipper span:nth-child(2) {
  transform: rotate3d(-1, 1, 0, 180deg) translateZ(40px);
  text-shadow: 10px 10px 4px rgba(0, 0, 0, 0.5);
}
#content-container #popular-tasks #popular-tasks-nav .tab button span.label, #content-container #popular-tasks #popular-tasks-nav .tab > a span.label {
  opacity: 1;
  left: 50% !important;
  font-size: 0.8rem;
  transform: translateX(-50%);
  top: 100%;
  margin-top: 0.75rem;
  white-space: normal;
  color: #fff;
  min-width: 4.5em;
  right: auto !important;
  width: 130px;
  text-shadow: 1px 1px 2px #333;
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
}
@media (min-width: 670px) {
  #content-container #popular-tasks #popular-tasks-nav .tab button span.label, #content-container #popular-tasks #popular-tasks-nav .tab > a span.label {
    font-size: 1rem;
    width: 160px;
  }
}
#content-container #popular-tasks #popular-tasks-nav .tab .matrix-status {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 0;
}
#content-container #popular-tasks .tab-container .tab-content {
  display: none;
  padding: 1em 1em 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(rgba(0, 55, 99, 0.3), rgba(0, 55, 99, 0.7));
}
#content-container #popular-tasks .tab-container .tab-content .intro {
  max-width: 800px;
  margin: 0 auto;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul {
  list-style: none;
  padding: 0;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li > a {
  display: block;
  box-shadow: 0 10px 21px rgba(0, 0, 0, 0.3);
  margin: 0 0.5em 1rem;
  padding: 1em;
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 55, 99, 0.8);
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li > a:hover, #content-container #popular-tasks .tab-container .tab-content > div > ul > li > a:focus {
  background: #003763;
  border-color: rgba(255, 255, 255, 0.8);
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li > a .badge {
  /*flex: 1;*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "Signika", sans-serif;
  font-weight: 600;
  font-size: 1.9rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.5rem 0;
  margin: 0 0 0.5rem;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li > a .badge .fas, #content-container #popular-tasks .tab-container .tab-content > div > ul > li > a .badge .far {
  opacity: 1;
  margin: 0;
  font-size: 2.5rem;
  padding: 0;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li > a.promo {
  display: flex;
  justify-content: center;
  /*align-items: center;
                                align-items: stretch;*/
  flex-flow: row wrap;
  border-width: 3px;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li > a acronym {
  white-space: nowrap;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li.features {
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
}
@media (min-width: 720px) {
  #content-container #popular-tasks .tab-container .tab-content > div > ul > li.features {
    justify-content: center;
  }
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li.features .feature-item {
  text-align: left;
  margin: 0 1rem 1rem;
  display: flex;
  flex: 1 1 auto;
  flex-flow: column-reverse;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 1rem;
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
}
@media (min-width: 440px) {
  #content-container #popular-tasks .tab-container .tab-content > div > ul > li.features .feature-item {
    flex-flow: row-reverse;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  #content-container #popular-tasks .tab-container .tab-content > div > ul > li.features .feature-item {
    max-width: 378px;
    width: calc(50% - 3em);
    margin: 0 1.5em 1em;
    border-bottom: none;
    padding-bottom: 0;
  }
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li.features .feature-item a {
  background: none;
  color: #fff;
  text-decoration: none;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li.features .feature-item a:hover, #content-container #popular-tasks .tab-container .tab-content > div > ul > li.features .feature-item a:focus {
  color: #ffa25f;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li.features .feature-item a span {
  display: none;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li.features .feature-item p.img {
  width: 120px;
  margin: 0 0.75em 0 0;
  display: none;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li.features .feature-item p.img img {
  /*height: 120px;*/
  width: 100%;
  box-shadow: 0 10px 21px rgba(0, 0, 0, 0.3);
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li.features .feature-item .feature-item-content {
  flex: 1;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li.features .feature-item .feature-item-content h3 {
  margin-top: 1rem;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li.features .feature-item .feature-item-content h3 a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li.features .feature-item .feature-item-content h3 a i {
  flex: none;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 0 0 1.5rem;
  height: 50px;
  padding: 0;
  transition: border 0.3s, opacity 0.3s, color 0.3s;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li.features .feature-item .feature-item-content h3 a:hover i, #content-container #popular-tasks .tab-container .tab-content > div > ul > li.features .feature-item .feature-item-content h3 a:focus i {
  border-color: #fff;
  opacity: 1;
  color: #fff;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li.features .feature-item .feature-item-content p {
  margin-bottom: 0;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li.promos a, #content-container #popular-tasks .tab-container .tab-content > div > ul > li.links a {
  max-width: 200px;
  width: calc(50% - 1em);
  /*display: flex;
                                justify-content: center;
                                align-items: center;*/
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li.more {
  margin: 0;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li.more a {
  background: none;
  color: #fff;
  text-decoration: none;
  border: none;
  box-shadow: none;
  text-shadow: 2px 2px 8px #333;
  font-weight: 600;
  padding: 0 0.5em;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li.more a:hover, #content-container #popular-tasks .tab-container .tab-content > div > ul > li.more a:focus {
  color: #ffa25f;
  background: none;
}
#content-container #popular-tasks .tab-container .tab-content > div > ul > li.more a .fas {
  opacity: 1;
  padding: 0;
  margin: 0 0 0 0.5em;
  vertical-align: middle;
  display: inline;
}
/*

Featured news and socials sliders

*/
#features {
  margin: 0;
  padding: 0;
}
#features #featured-container #featured {
  margin: 0;
  padding: 0;
}
#featured, #socials {
  margin: 3rem auto;
  padding: 3rem 0;
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
  min-height: calc(280px + 6rem);
}
#featured .feature-item, #socials .feature-item {
  position: relative;
  overflow-y: hidden;
  flex: 0 0 auto;
  transition: opacity 0.5s;
}
#featured .feature-item h2, #featured .feature-item h3, #socials .feature-item h2, #socials .feature-item h3 {
  margin: 0;
  padding: 0;
}
#featured .feature-item a, #socials .feature-item a {
  display: flex;
  margin: 0;
  position: relative;
  color: #fff;
  outline: none;
  text-decoration: none;
}
#featured .feature-item a:hover, #featured .feature-item a:focus, #socials .feature-item a:hover, #socials .feature-item a:focus {
  color: #ffa25f;
}
#featured .feature-item span.img-container, #socials .feature-item span.img-container {
  overflow: hidden;
  background: radial-gradient(transparent, rgba(51, 51, 51, 0.2));
}
#featured .feature-item span.img-container .fa-spinner, #socials .feature-item span.img-container .fa-spinner {
  top: 50%;
  left: 50%;
  position: absolute;
  margin: -1.5rem 0 0 -1.5rem;
  font-size: 3rem;
  z-index: 2;
  padding: 0;
  text-shadow: none;
  transition: opacity 0.7s;
  color: #fff;
}
#featured .feature-item img, #socials .feature-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 1s, opacity 3.5s;
  position: relative;
  opacity: 0;
  transform: scale(1.2);
}
#featured .feature-item img.show, #socials .feature-item img.show {
  opacity: 1;
}
#featured .feature-item img.show + .fa-spinner, #socials .feature-item img.show + .fa-spinner {
  opacity: 0 !important;
}
#featured .feature-item a:hover img, #featured .feature-item a:focus img, #socials .feature-item a:hover img, #socials .feature-item a:focus img {
  transform: scale(1.1) !important;
  transition: transform 1s, opacity 1s 0.75s;
}
#featured.flickity, #socials.flickity {
  display: none;
}
#featured.flickity.flickity-enabled, #socials.flickity.flickity-enabled {
  display: block;
  overflow: hidden;
}
#featured.flickity.flickity-enabled .feature-item, #socials.flickity.flickity-enabled .feature-item {
  display: inline;
  opacity: 0.5;
  pointer-events: none;
}
#featured.flickity.flickity-enabled .feature-item.is-selected, #socials.flickity.flickity-enabled .feature-item.is-selected {
  pointer-events: all;
  opacity: 1;
}
#featured.flickity.flickity-enabled .feature-item.is-selected h2 a span.img-container img, #socials.flickity.flickity-enabled .feature-item.is-selected h2 a span.img-container img {
  transform: none;
}
#featured .flickity-page-dots, #socials .flickity-page-dots {
  position: relative;
  margin: 0;
  padding: 2rem 1rem 0;
  bottom: 0;
}
#featured .flickity-page-dots li, #socials .flickity-page-dots li {
  margin: 0.2em;
  padding: 0;
  width: 3em;
  height: 0.7em;
  opacity: 1;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transition: background 0.3s, border 0.3s;
  border-radius: 0;
  border: 1px solid transparent;
}
#featured .flickity-page-dots li:hover, #featured .flickity-page-dots li:focus, #socials .flickity-page-dots li:hover, #socials .flickity-page-dots li:focus {
  background: rgba(51, 51, 51, 0.5);
}
#featured .flickity-page-dots li.is-selected, #socials .flickity-page-dots li.is-selected {
  opacity: 1;
  background: #fff;
}
#content-container #featured span.date, #content-container #socials span.date {
  position: absolute;
  border-radius: 0 0 0.5em 0;
  margin: 0;
  z-index: 1;
  top: 0;
  left: 0;
  font-family: "Lato", san-serif;
  font-weight: 300;
}
#content-container #featured span.date .matrix-status, #content-container #socials span.date .matrix-status {
  padding: 0 0.4em;
}
#featured {
  color: #fff;
  background: linear-gradient(rgba(0, 55, 99, 0), rgba(255, 255, 255, 0.2));
}
#featured .feature-item {
  background: rgba(0, 55, 99, 0.75);
  display: flex;
  flex-flow: column-reverse;
  justify-content: flex-end;
  text-shadow: 2px 2px 8px #333;
  width: 80%;
  max-width: 850px;
}
#featured .feature-item:not(:only-child) {
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
}
@media (min-width: 768px) {
  #featured .feature-item:not(:only-child) {
    margin: 0 1rem;
    flex-flow: row;
    justify-content: stretch;
  }
}
@media (min-width: 1200px) {
  #featured .feature-item:not(:only-child) {
    width: 40%;
    flex-flow: column-reverse;
    justify-content: flex-end;
  }
}
@media (min-width: 1400px) {
  #featured .feature-item:not(:only-child) {
    flex-flow: row;
    justify-content: stretch;
  }
}
#featured .feature-item h2, #featured .feature-item h3 {
  font-size: 1.4rem;
}
#featured .feature-item h2 a span.title, #featured .feature-item h3 a span.title {
  position: relative;
  z-index: 3;
  padding: 3rem 1.5rem 1rem;
  width: 100%;
}
#featured .feature-item .summary {
  padding: 0.75rem 1.5rem;
}
#featured .feature-item.img .wrapper {
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
}
@media (min-width: 768px) {
  #featured .feature-item.img .wrapper {
    margin-right: 50%;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #featured .feature-item.img .wrapper {
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  #featured .feature-item.img .wrapper {
    margin-right: 50%;
    width: 50%;
  }
}
#featured .feature-item.img .wrapper h2 a, #featured .feature-item.img .wrapper h3 a {
  flex-flow: column-reverse;
  min-height: 200px;
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
}
@media (min-width: 768px) {
  #featured .feature-item.img .wrapper h2 a, #featured .feature-item.img .wrapper h3 a {
    position: static;
    min-height: 0;
  }
}
@media (min-width: 1200px) {
  #featured .feature-item.img .wrapper h2 a, #featured .feature-item.img .wrapper h3 a {
    position: relative;
    min-height: 250px;
  }
}
@media (min-width: 1400px) {
  #featured .feature-item.img .wrapper h2 a, #featured .feature-item.img .wrapper h3 a {
    position: static;
    min-height: 0;
  }
}
#featured .feature-item.img .wrapper span.img-container {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
}
@media (min-width: 768px) {
  #featured .feature-item.img .wrapper span.img-container {
    left: auto;
    right: 0;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #featured .feature-item.img .wrapper span.img-container {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  #featured .feature-item.img .wrapper span.img-container {
    left: auto;
    right: 0;
    width: 50%;
  }
}
#featured .feature-item.img .wrapper span.title {
  background: linear-gradient(rgba(51, 51, 51, 0), #333) no-repeat;
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
}
@media (min-width: 768px) {
  #featured .feature-item.img .wrapper span.title {
    background: none;
    padding: 3rem 1.5rem 0;
  }
}
@media (min-width: 1200px) {
  #featured .feature-item.img .wrapper span.title {
    background: linear-gradient(rgba(51, 51, 51, 0), #333) no-repeat;
    padding: 3rem 1.5rem 1rem;
  }
}
@media (min-width: 1400px) {
  #featured .feature-item.img .wrapper span.title {
    background: none;
    padding: 3rem 1.5rem 0;
  }
}
#socials {
  margin-left: 0;
  margin-right: 0;
  color: #fff;
  background: linear-gradient(rgba(0, 55, 99, 0.2), rgba(0, 55, 99, 0.6));
  box-shadow: 0 10px 21px rgba(0, 0, 0, 0.2);
}
#socials .feature-item {
  margin: 0 1rem;
  text-shadow: 2px 2px 8px #333;
  width: 70%;
  max-width: 375px;
}
#socials .feature-item:not(:only-child) {
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
  /* Example of use
	
		element {
			@include breakpoint(md) {
				float: right;
				width: 350px;
			}
			@include breakpoint(480px) {
				display: none;
			}
			@include breakpoint($min: 640px, $max: 767px) {
				text-align: center;
				font-style: italic;
			}
		}
	*/
}
@media (min-width: 660px) {
  #socials .feature-item:not(:only-child) {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  #socials .feature-item:not(:only-child) {
    width: 25%;
  }
}
@media (min-width: 1350px) {
  #socials .feature-item:not(:only-child) {
    width: 20%;
  }
}
@media (min-width: 1615px) {
  #socials .feature-item:not(:only-child) {
    width: 16%;
  }
}
#socials .feature-item h2, #socials .feature-item h3 {
  font-size: 1rem;
}
#socials .feature-item a {
  flex-flow: wrap;
}
#socials .feature-item a span.title {
  order: 2;
  flex: 1 1 0%;
  background: rgba(0, 55, 99, 0.6);
  padding: 0.85rem 0.75rem 0.75rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#socials .feature-item a span.img-container {
  order: 3;
  width: 100%;
  height: 150px;
  position: relative;
}
#socials .feature-item a span.fab, #socials .feature-item a span.fas.fa-globe {
  order: 1;
  border-radius: 0.5em 0 0 0;
  font-size: 1.4rem;
  padding: 0.75rem;
  position: static;
}
#socials .feature-item .summary {
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 0 0.5rem;
}
#featured:has(+ #socials), #features:has(+ #socials) {
  margin-bottom: 0;
}
#featured + #socials, #features + #socials {
  margin-top: 0;
}
#content-container #content #topics {
  margin-top: 2rem;
}
#socials .flickity-page-dots {
  padding-top: 1rem;
}
