/*
  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: 25 July 2023 16:35:40
*/


/*
 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(rgba(255, 255, 255, 1) 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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  transform: translateZ(25px);
}
#content-container #popular-tasks #popular-tasks-nav .tab button 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 {
  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 {
  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 {
  transform: translateZ(25px);
}
#content-container #popular-tasks #popular-tasks-nav .tab button .flipper span:last-child {
  transform: rotate3d(-1, 1, -0.3, 180deg) translateZ(25px);
}
#content-container #popular-tasks #popular-tasks-nav .tab button.active {
  background-color: rgba(255, 255, 255, 0.05);
}
#content-container #popular-tasks #popular-tasks-nav .tab button.active .flipper {
  color: #de5e00;
}
@supports (display: grid) {
  #content-container #popular-tasks #popular-tasks-nav .tab button.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 {
    color: #de5e00;
  }
}
#content-container #popular-tasks #popular-tasks-nav .tab button:before {
  content: none;
}
#content-container #popular-tasks #popular-tasks-nav .tab button.active {
  background: inherit;
}
#content-container #popular-tasks #popular-tasks-nav .tab button.active .flipper {
  transform: rotate3d(-1, 1, 0, -180deg);
}
#content-container #popular-tasks #popular-tasks-nav .tab button.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 {
  text-shadow: none;
}
#content-container #popular-tasks #popular-tasks-nav .tab button:hover, #content-container #popular-tasks #popular-tasks-nav .tab button:focus {
  background: #003763;
}
#content-container #popular-tasks #popular-tasks-nav .tab button .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 {
  transition: text-shadow 1.2s;
}
#content-container #popular-tasks #popular-tasks-nav .tab button .flipper span:first-child {
  transform: translateZ(40px);
}
#content-container #popular-tasks #popular-tasks-nav .tab button .flipper span:last-child {
  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 {
  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 {
    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: rgba(0, 55, 99, 1);
  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;
}
#content-container #features {
  padding: 0 0 9rem;
  margin: 2rem 0 0;
  color: #fff;
  background: linear-gradient(rgba(0, 55, 99, 0), rgba(255, 255, 255, 0.2));
}
#content-container #features .flickity {
  display: none;
  /*
   round dots
   .flickity-page-dots {
   position: relative;
   margin: 0;
   padding: 1rem 1rem 0;
   bottom: 0;
   li {
   margin: 0;
   padding: 0;
   width: 20px;
   height: 20px;
   opacity: 1;
   background: none;
   transition: transform 0.3s;
   &:before {
   margin: 5px;
   display: block;
   content: '';
   background: rgba(#fff,0.75);
   box-shadow: 0 0 3px #333;
   border-radius: 50%;
   width: 10px;
   height: 10px;
   transition: background 0.3s;
   }
   &:hover, &:focus {
   opacity: 1;
   &:before {
   background: rgba(#333,0.5);
   }
   }
   &.is-selected {
   opacity: 1;
   transform: scale(1.4);
   &:before {
   background: #333;
   box-shadow: none;
   }
   }
   }
   }
   */
}
#content-container #features .flickity .feature-item {
  position: relative;
  opacity: 0;
  overflow: hidden;
  min-height: 280px;
  transition: opacity 0.75s;
}
#content-container #features .flickity .feature-item h2, #content-container #features .flickity .feature-item h3 {
  margin: 0;
  padding: 0;
}
#content-container #features .flickity .feature-item h2 a, #content-container #features .flickity .feature-item h3 a {
  display: flex;
  margin: 0;
  position: relative;
  color: #fff;
  outline: none;
  text-decoration: none;
}
#content-container #features .flickity .feature-item h2 a span.img-container, #content-container #features .flickity .feature-item h3 a span.img-container {
  overflow: hidden;
  background: radial-gradient(transparent, rgba(51, 51, 51, 0.2));
}
#content-container #features .flickity .feature-item h2 a span.img-container img, #content-container #features .flickity .feature-item h3 a span.img-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 1s, opacity 3.5s;
  position: relative;
  opacity: 0;
  transform: scale(1.2);
}
#content-container #features .flickity .feature-item h2 a span.img-container img.show, #content-container #features .flickity .feature-item h3 a span.img-container img.show {
  opacity: 1;
}
#content-container #features .flickity .feature-item h2 a span.img-container img.show + .fa-spinner, #content-container #features .flickity .feature-item h3 a span.img-container img.show + .fa-spinner {
  opacity: 0 !important;
}
#content-container #features .flickity .feature-item h2 a span.img-container .fa-spinner, #content-container #features .flickity .feature-item h3 a 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;
}
#content-container #features .flickity .feature-item h2 a:hover, #content-container #features .flickity .feature-item h3 a:hover, #content-container #features .flickity .feature-item h2 a:focus, #content-container #features .flickity .feature-item h3 a:focus {
  color: #ffa25f;
}
#content-container #features .flickity .feature-item h2 a:hover span.img-container img, #content-container #features .flickity .feature-item h3 a:hover span.img-container img, #content-container #features .flickity .feature-item h2 a:focus span.img-container img, #content-container #features .flickity .feature-item h3 a:focus span.img-container img {
  transform: scale(1.2) !important;
  transition: transform 2s, opacity 1.5s 1s;
}
#content-container #features .flickity .flickity-page-dots {
  position: relative;
  margin: 0;
  padding: 1rem 1rem 0;
  bottom: 0;
}
#content-container #features .flickity .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;
}
#content-container #features .flickity .flickity-page-dots li:hover, #content-container #features .flickity .flickity-page-dots li:focus {
  background: rgba(51, 51, 51, 0.5);
}
#content-container #features .flickity .flickity-page-dots li.is-selected {
  opacity: 1;
  background: #fff;
}
#content-container #features .flickity.flickity-enabled {
  display: block;
}
#content-container #features .flickity.flickity-enabled .feature-item {
  opacity: 0.5;
  pointer-events: none;
}
#content-container #features .flickity.flickity-enabled .feature-item.is-selected {
  pointer-events: all;
  opacity: 1;
}
#content-container #features .flickity.flickity-enabled .feature-item.is-selected h2 a span.img-container img {
  transform: none;
}
#content-container #features #socials .feature-item {
  width: 70%;
  margin: 0 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;
   }
   }
   */
  /* 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) {
  #content-container #features #socials .feature-item {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  #content-container #features #socials .feature-item {
    width: 25%;
  }
}
@media (min-width: 1350px) {
  #content-container #features #socials .feature-item {
    width: 20%;
  }
}
@media (min-width: 1615px) {
  #content-container #features #socials .feature-item {
    width: 16%;
  }
}
#content-container #features #socials .feature-item h2, #content-container #features #socials .feature-item h3 {
  font-size: 1rem;
}
#content-container #features #socials .feature-item h2 a, #content-container #features #socials .feature-item h3 a {
  flex-flow: wrap;
}
#content-container #features #socials .feature-item h2 a span.title, #content-container #features #socials .feature-item h3 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;
}
#content-container #features #socials .feature-item h2 a span.img-container, #content-container #features #socials .feature-item h3 a span.img-container {
  order: 3;
  width: 100%;
  height: 150px;
  position: relative;
}
#content-container #features #socials .feature-item h2 a span.img-container .date, #content-container #features #socials .feature-item h3 a span.img-container .date {
  position: absolute;
  border-radius: 0 0 0.5em 0;
  top: 0;
  left: 0;
  padding: 0.5em 1em;
  margin: 0;
  font-family: 'Lato', san-serif;
  font-weight: 300;
}
#content-container #features #socials .feature-item h2 a span.fab, #content-container #features #socials .feature-item h3 a span.fab {
  order: 1;
  border-radius: 0.5em 0 0 0;
  padding: 0.75rem;
  position: static;
}
#content-container #features #socials .feature-item .summary {
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 0 0.5rem;
}
#content-container #features #featured {
  max-width: 2000px;
  margin: 1rem auto 3rem;
  /* 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: 1200px) {
  #content-container #features #featured {
    padding: 0 1.25rem;
  }
}
#content-container #features #featured .feature-item {
  width: 80%;
  background: rgba(0, 55, 99, 0.75);
  display: flex;
  flex-flow: column-reverse;
  justify-content: flex-end;
  text-shadow: 2px 2px 8px #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;
   }
   }
   */
  /* 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) {
  #content-container #features #featured .feature-item {
    margin: 0 1rem;
    flex-flow: row;
    justify-content: stretch;
  }
}
@media (min-width: 1200px) {
  #content-container #features #featured .feature-item {
    width: 40%;
    flex-flow: column-reverse;
    justify-content: flex-end;
  }
}
@media (min-width: 1400px) {
  #content-container #features #featured .feature-item {
    flex-flow: row;
    justify-content: stretch;
  }
}
#content-container #features #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) {
  #content-container #features #featured .feature-item.img .wrapper {
    margin-right: 50%;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #content-container #features #featured .feature-item.img .wrapper {
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  #content-container #features #featured .feature-item.img .wrapper {
    margin-right: 50%;
    width: 50%;
  }
}
#content-container #features #featured .feature-item.img .wrapper h2 a, #content-container #features #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) {
  #content-container #features #featured .feature-item.img .wrapper h2 a, #content-container #features #featured .feature-item.img .wrapper h3 a {
    position: static;
    min-height: 0;
  }
}
@media (min-width: 1200px) {
  #content-container #features #featured .feature-item.img .wrapper h2 a, #content-container #features #featured .feature-item.img .wrapper h3 a {
    position: relative;
    min-height: 250px;
  }
}
@media (min-width: 1400px) {
  #content-container #features #featured .feature-item.img .wrapper h2 a, #content-container #features #featured .feature-item.img .wrapper h3 a {
    position: static;
    min-height: 0;
  }
}
#content-container #features #featured .feature-item.img .wrapper h2 a span.img-container, #content-container #features #featured .feature-item.img .wrapper h3 a 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) {
  #content-container #features #featured .feature-item.img .wrapper h2 a span.img-container, #content-container #features #featured .feature-item.img .wrapper h3 a span.img-container {
    left: auto;
    right: 0;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #content-container #features #featured .feature-item.img .wrapper h2 a span.img-container, #content-container #features #featured .feature-item.img .wrapper h3 a span.img-container {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  #content-container #features #featured .feature-item.img .wrapper h2 a span.img-container, #content-container #features #featured .feature-item.img .wrapper h3 a span.img-container {
    left: auto;
    right: 0;
    width: 50%;
  }
}
#content-container #features #featured .feature-item.img .wrapper h2 a span.title, #content-container #features #featured .feature-item.img .wrapper h3 a span.title {
  background: linear-gradient(rgba(51, 51, 51, 0), rgba(51, 51, 51, 1)) 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) {
  #content-container #features #featured .feature-item.img .wrapper h2 a span.title, #content-container #features #featured .feature-item.img .wrapper h3 a span.title {
    background: none;
    padding: 3rem 1.5rem 0;
  }
}
@media (min-width: 1200px) {
  #content-container #features #featured .feature-item.img .wrapper h2 a span.title, #content-container #features #featured .feature-item.img .wrapper h3 a span.title {
    background: linear-gradient(rgba(51, 51, 51, 0), rgba(51, 51, 51, 1)) no-repeat;
    padding: 3rem 1.5rem 1rem;
  }
}
@media (min-width: 1400px) {
  #content-container #features #featured .feature-item.img .wrapper h2 a span.title, #content-container #features #featured .feature-item.img .wrapper h3 a span.title {
    background: none;
    padding: 3rem 1.5rem 0;
  }
}
#content-container #features #featured .feature-item .wrapper {
  /*@include breakpoint(sm) {
   margin-right: 50%;
   width: 50%; 
   }
   @include breakpoint(lg) {
   margin-right: 0;
   width: 100%; 
   }
   @include breakpoint(1400px) {
   margin-right: 50%;
   width: 50%; 
   }*/
}
#content-container #features #featured .feature-item .wrapper h2, #content-container #features #featured .feature-item .wrapper h3 {
  font-size: 1.4rem;
}
#content-container #features #featured .feature-item .wrapper h2 a, #content-container #features #featured .feature-item .wrapper h3 a {
  /*flex-flow: column-reverse;
   min-height: 200px;
   @include breakpoint(sm) {
   position: static;
   min-height: 0;
   }
   @include breakpoint(lg) {
   position: relative;
   min-height: 250px;
   }
   @include breakpoint(1400px) {
   position: static;
   min-height: 0;
   }
   span.img-container {
   position: absolute;
   z-index: 1;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   @include breakpoint(sm) {
   left: auto;
   right: 0;
   width: 50%;
   }
   @include breakpoint(lg) {
   left: 0;
   right: auto;
   width: 100%;
   }
   @include breakpoint(1400px) {
   left: auto;
   right: 0;
   width: 50%;
   }
   }*/
}
#content-container #features #featured .feature-item .wrapper h2 a span.title, #content-container #features #featured .feature-item .wrapper h3 a span.title {
  position: relative;
  z-index: 3;
  padding: 3rem 1.5rem 1rem;
  width: 100%;
  /*background: linear-gradient(rgba(#333, 0), rgba(#333, 1)) no-repeat;
   @include breakpoint(sm) {
   background: none;
   padding: 3rem 1.5rem 0;
   }
   @include breakpoint(lg) {
   background: linear-gradient(rgba(#333, 0), rgba(#333, 1)) no-repeat;
   padding: 3rem 1.5rem 1rem;
   }
   @include breakpoint(1400px) {
   background: none;
   padding: 3rem 1.5rem 0;
   }*/
}
#content-container #features #featured .feature-item .wrapper h2 a span.date, #content-container #features #featured .feature-item .wrapper h3 a 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 #features #featured .feature-item .wrapper h2 a span.date .matrix-status, #content-container #features #featured .feature-item .wrapper h3 a span.date .matrix-status {
  padding: 0 0.4em;
}
#content-container #features #featured .feature-item .wrapper .summary {
  padding: 0.75rem 1.5rem;
}
#content-container #features .inner {
  padding: 2rem 0 1.5rem;
  box-shadow: 0 10px 21px rgba(0, 0, 0, 0.2);
  background: linear-gradient(rgba(0, 55, 99, 0.2), rgba(0, 55, 99, 0.6));
  /* 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: 550px) {
}
#content-container #features .inner .slider .feature-item {
  text-shadow: 2px 2px 8px #333;
}
#content-container #features .inner .slider .feature-item h2 a, #content-container #features .inner .slider .feature-item h3 a {
  color: #fff;
}
#content-container #features .inner .slider .feature-item .title, #content-container #features .inner .slider .feature-item .summary {
  margin-left: 1em;
  margin-right: 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: 550px) {
  #content-container #features .inner .slider .feature-item .title, #content-container #features .inner .slider .feature-item .summary {
    margin-left: 0;
    margin-right: 0;
  }
}
#content-container #features .inner .actions {
  margin-top: 1em;
}
#content-container #features .inner .actions ul.slick-dots li button:before {
  color: #fff;
}
/*==-------------------------------------------------------------====
 Popular tasks
 ====-------------------------------------------------------------==*/
/*#content-container {
 #popular-tasks {
 #popular-tasks-nav {
 .tab {
 background-image: linear-gradient(rgba($color1,0.3) 136px,rgba($color1,0));
 button {
 color: $color1;
 &:before {
 border-color: rgba($color1,0);
 }
 &:hover, &:focus {
 &:before {
 border: 1px solid rgba($color1,0.6);
 }
 }
 }
 }
 }
 .tab-container {
 .tab-content {
 background: linear-gradient(rgba($color1,0.3),rgba($color1,0.7));
 > div > ul {
 li {
 a {
 background: rgba($color1,0.8);
 &:hover, &:focus {
 background: rgba($color1,1);
 }
 }
 }
 }
 }
 }
 }
 }*/
/*==-------------------------------------------------------------====
 Features
 ====-------------------------------------------------------------==*/
/*#content-container {
 #features {
 background: linear-gradient(rgba($color1,0.2),rgba(#fff,0.2));
 .inner {
 background: rgba($color1,0.6);
 }
 }
 }*/
