/* Global modules */
:root
{

	--highlight-colour: #ef007c;
	--box-background: #1d6052;
	--header-background: #ffffff;
	--border-colour: #0044AB;
	--border-width: 2px;
	--menu-text-colour: #000000;
	--text-colour: #333333;
	--title-colour: #ffffff;
	
	--blog-colour-main: #ef007c;       /* * */
	--blog-colour-secondary: #ECF3A2;
	--blog-colour-highlight: #ef007c;
	--blog-colour-hover: #ef007c;

	--activity-colour-main: #ef007c;
	--activity-colour-secondary: #FD6B60;
	--activity-colour-highlight: #b29669;
	--activity-colour-hover: #ef007c;

	--user-colour-main: #1d6052;
	--user-colour-secondary: #DEF4E1;

	--event-colour-main: #1d6052;
	--event-colour-hover: #ef007c;

	--publication-colour-main: #ef007c;
	--publication-colour-hover: #ef007c;

	--studio-colour-main: #1d6052;

	--standard-colour-main: #1d6052;

	--blogpost-left-indent: 1em;

	--freshness-bar-colour: #b5dead;
}
/*
Reference:
--breakpoint-small (min-width: 740px);
--breakpoint-medium (min-width: 930px);
--breakpoint-large (min-width: 1040px);
*/
/*=== FONT FACES ===*/
@font-face {
	font-family: 'TTNorms';
	src: url('/static/fonts/ttnorms-regular-webfont.woff2') format('woff2');
    font-display: swap;
}
@font-face {
	font-family: 'Brandon';
	src: url('/static/fonts/Brandon-Text-Web-Regular.woff2') format('woff2');
	font-display: swap;
}
/*=== FONT STACKS ===*/
:root
{
	--standard-family: 'TTNorms', arial, sans-serif;
	--mono-family: 'TTNorms', arial, sans-serif;
	--title-family: 'Brandon', arial, sans-serif;
}
/*=== TYPOGRAPHICAL SCALE - Minor third ===*/
:root {
  --step-up-4: 2.074em;
  --step-up-3: 1.728em;
  --step-up-2: 1.44em;
  --step-up-1: 1.2em;
  /* baseline: 1em */
  --step-down-1: 0.833em;
  --step-down-2: 0.694em;
  --step-down-3: 0.578em;
}
:root
{
  --scale: 1.067;
  --font-size-1: 1rem;
  --font-size--1: calc(var(--font-size-0) / var(--scale));
  --font-size-0: calc(var(--font-size-1) / var(--scale));
  --font-size-2: calc(var(--scale) * var(--font-size-1));
  --font-size-3: calc(var(--scale) * var(--font-size-2));
  --font-size-4: calc(var(--scale) * var(--font-size-3));
  --font-size-5: calc(var(--scale) * var(--font-size-4));
  --font-size-6: calc(var(--scale) * var(--font-size-5));
  --lh: 1.6;
  --step: 1.6em;
}
@media (min-width: 740px)
{
  :root
  {
    --scale: 1.250
  }
}
h1, h2, h3, h4, h5, h6
{
  font-size: 1.44em;
  font-size: var(--step-up-2);
  line-height: 1.6;
  line-height: var(--lh);
  font-weight: bold;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-family: 'TTNorms', arial, sans-serif;
  font-family: var(--standard-family);
}
html
{
  /*font-size: 1em;*/
  line-height: 1.6;
  line-height: var(--lh);
}
body
{
  font-feature-settings: "onum";
  font-variant-numeric: oldstyle-nums;
  font-family: 'TTNorms', arial, sans-serif;
  font-family: var(--standard-family);
  font-weight: normal;
  font-style: normal;
}
/*=== Main layout grid for home page ===*/
.Home-layout
{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0em;
  padding-bottom: 1em
}
@media (min-width: 930px)
  {
.Home-layout
{
    padding-top: 0em;
    padding-bottom: 2em;
    flex-direction: column;
    justify-content: space-between
}
  }
.Home-main
{
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: space-between;
}
.Home-strap 
{
    padding: 1em;
    margin-bottom: 1em;
    background: #1d6052;
    background: var(--box-background);
    color: #ffffff;
    color: var(--title-colour);
    font-size: 0.75rem
}
@media (min-width: 740px) {
.Home-strap 
{
	font-size: 1rem
}
    }
@media (min-width: 930px) {
.Home-strap 
{
	font-size: 1.5rem
}
    }
.Home-work-with-us
{
    padding-left: 1em;
    padding-right: 1em;
    font-size: 0.75rem
}
@media (min-width: 740px) {
.Home-work-with-us
{
	font-size: 1rem
}
    }
@media (min-width: 930px) {
.Home-work-with-us
{
	font-size: 1.5rem
}
    }
.Home-work-with-us ul {
  list-style: none; /* Remove default bullets */
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.Home-work-with-us ul li::before {
  font-size: 1em;
  content: "\25CF";
  color: #ef007c;
  color: var(--highlight-colour);
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}
.Home-feature-video-title { 
    font-size: 0.75rem;
    margin: 0em 0 0.5em 0em;
    display: inline-block;
    padding: 0.2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #1d6052;
    background-color: var(--box-background)

}
@media (min-width: 740px) {
.Home-feature-video-title {
	font-size: 1rem

}
    }
@media (min-width: 930px) {
.Home-feature-video-title {
	font-size: 1.5rem

}
    }
.Home-feature-video-holder {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
.Home-featured-video { 
	position: absolute;
	width: 100%;
	max-width: none;
	top: 0;
	left: 0;
	z-index: -1;
}
.Home-featured-video video {
	width: 100%;
	max-width: none;
	display: none
}
@media (min-width: 740px) {
.Home-featured-video video {
		display: block
}
	}
.Home-featured-video img {
	width: 100%;
	max-width: none;
	display: block
}
@media (min-width: 740px) {
.Home-featured-video img {
		display: none
}
	}
.Home-feature-video-title-link:link, .Home-feature-video-title-link:visited
{
	font-weight: normal;
	text-decoration: none;
	display: inline;
	margin-top: 0.8em;
	line-height: 1.2;
	color: #ffffff;
	color: var(--title-colour);
}
.Home-feature-video-title-link:hover
{
	color: black;
	background: none !important;
	background-color: transparent !important;
}
.Home-break
{
	font-family: 'Brandon', arial, sans-serif;
	font-family: var(--title-family);
	font-weight: bold;
	letter-spacing: 0.075em;
	margin-bottom: 1em;
	background: #1d6052;
	background: var(--box-background);
	color: #ffffff;
	color: var(--title-colour);
	font-size: 1.44em;
	font-size: var(--step-up-2);
	text-align: center;
	width: 100%
}
@media (min-width: 740px) {
.Home-break
{
	    font-size: 1.728em;
	    font-size: var(--step-up-3)
}
	}
.Home-aside
{
  display: flex;
  flex-direction: column;
  padding-top: 1.4em;
}
.Home-aside-item
{
  margin-bottom: 2em;
}
/*=== Featured item on home page ===*/
.Home-feature
{
	padding-bottom: 3em;
	padding-left: 3em;
	padding-right: 3em;
	font-size: 0.8rem;
	display: flex;
	flex-direction: column;
	flex: auto
}
@media (min-width: 930px) {
.Home-feature
{
		flex-direction: row;
		font-size: 1rem;
		min-height: 12em;
		padding-bottom: 1em
}
	}
.Home-new
{
	font-family: 'Brandon', arial, sans-serif;
	font-family: var(--title-family);
	font-weight: bold;
	letter-spacing: 0.075em;
	margin-bottom: 1em;
	background: #ef007c;
	background: var(--highlight-colour);
	color: #ffffff;
	color: var(--title-colour);
	font-size: 1.44em;
	font-size: var(--step-up-2);
	text-align: center;
	width: 100%
}
@media (min-width: 740px) {
.Home-new
{
	    font-size: 1.728em;
	    font-size: var(--step-up-3)
}
	}
.Home-feature-title
{
	font-size: 1.2em;
	font-size: var(--step-up-1);
	margin: 0 0 0.5em 0;
	display: inline;
	padding: 0.5em
}
@media (min-width: 740px)
	{
.Home-feature-title
{
	    font-size: 1.44em;
	    font-size: var(--step-up-2);
	    margin-top: auto
	    /*hack for MS Edge not dealing with stacking order*/
}
	    @supports (-ms-ime-align:auto)
	    {
.Home-feature-title
{
		margin-left: 2em
}
	    }
	}
.Home-feature-subtitle
{
    font-size: 1.44em;
    font-size: var(--step-up-2);
    line-height: 1em;
    color: #ffffff;
    color: var(--title-colour)
}
@media (min-width: 930px)
    {
.Home-feature-subtitle
{
	color: #333;
	background: none
}
    }
.Home-feature-blogpost .Home-feature-title {
	background-color: #ef007c;
	background-color: var(--blog-colour-main);
}
.Home-feature-activity .Home-feature-title {
	background-color: #ef007c;
	background-color: var(--activity-colour-main);
}
.Home-feature-title-link:link, .Home-feature-title-link:visited
{
  text-decoration: none;
  display: inline;
  margin-top: 0.8em;
  color: #ffffff;
  color: var(--title-colour);
}
.Home-feature-blogpost .Home-feature-title-link:hover, .Home-feature-blogpost .Home-feature-title-link:active
{
  background-color: #ef007c;
  background-color: var(--blog-colour-hover);
}
.Home-feature-activity .Home-feature-title-link:hover, .Home-feature-activity .Home-feature-title-link:active
{
  background-color: #ef007c;
  background-color: var(--activity-colour-hover);
}
.Home-feature-title-link:before
{
  content: ' ';
  display: inline-block;
  margin-top: 1em;
}
.Home-feature-blogpost .Home-feature-image span {
  background-color: #ef007c;
  background-color: var(--blog-colour-highlight);
  display: inline-block;
}
.Home-feature-activity .Home-feature-image span {
  background-color: #b29669;
  background-color: var(--activity-colour-highlight);
  display: inline-block;
}
.Home-feature-image
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%
}
@media (min-width: 930px)
    {
.Home-feature-image
{	
	padding-top: 0;
	width: 50%;
	position: relative;
	top: auto;
	left: auto
}
    }
.Home-feature-image-src
{
    width: 100%;
    height: auto;
    display: inline-block;
}
.Home-feature-image-set {
  display: inline-block;
}
.Home-feature-with-image:hover .Home-feature-image-set,
.Home-feature-with-image:active .Home-feature-image-set {
}
.Home-feature-image-set > * {
  vertical-align: bottom; /* fixes issue with space below image left for descenders */
}
.Home-feature-image:hover {
  cursor: pointer;
}
/*.Home-feature-image-link {*/
/*display: inline-block;*/
/*}*/
.Home-feature-summary
{
    margin-top: 2em;
    padding: 0.5em;
    background: #1d6052;
    background: var(--box-background);
    margin-left: 1em;
    margin-right: 1em;
    text-align: center
}
@media (min-width: 930px)
    {
.Home-feature-summary
{
	text-align: left;
	background: #fff;
	padding: 1em;
	width: 50%;
	margin-top: 0
}
    }
.feature-summary-text
{
    margin-top: 1em;
    display: none
}
@media (min-width: 930px)
    {
.feature-summary-text
{
	display: block
}
    }
.feature-summary-date
{
    display: none
}
@media (min-width: 930px)
    {
.feature-summary-date
{
	display: block
}
    }
.Home-feature-summary .rich-text
{

}
.Home-feature-summary .rich-text p
{
  text-indent: 0em;
}
.Home-feature-metadata
{
  font-family: 'TTNorms', arial, sans-serif;
  font-family: var(--mono-family);
  margin-top: 2em;
  text-align: right;
  color: #666666;
}
.Home-feature-date
{
  padding-left: 0.5em;
}
.Home-feature-date:after
{
  content: '/';
  padding-left: 0.5em;
  color: #cccccc;
}
.Home-feature-date:before
{
  content: '/';
  padding-right: 0.5em;
  color: #cccccc;
}
.Home-feature-read-more-link:link, .Home-feature-read-more-link:visited
{
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.Home-feature-read-more-link:after
{
  content: ">";
  padding-left: 1ch;
}
.Home-feature-read-more-link:before
{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  z-index: -1;
}
.Home-feature-activity .Home-feature-read-more-link:before {
  background-color: #ef007c;
  background-color: var(--activity-colour-main);
}
.Home-feature-blogpost .Home-feature-read-more-link:before {
  background-color: #ef007c;
  background-color: var(--blog-colour-main);
}
.Home-feature-read-more-link:hover:before
{
  width: 100%;
}
/*=== Standard item on home page ===*/
.Home-item
{
  font-size: 0.8rem;
  padding-bottom: 1em;  
  display: block; /* fix odd formatting problem on android chrome */
  flex-direction: column;
  width: 100%
}
@media (min-width: 740px)
  {
.Home-item
{
      display: flex;
      width: 48%;
      font-size: 0.9rem
}
  }
.Home-item-with-image
{
}
.Home-item-no-image
{
}
.Home-item-title
{ 
    font-size: 1.44em; 
    font-size: var(--step-up-2);
    margin: -1em 0 0.5em 0em;
    display: inline-block;
    padding: 0.2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
@media (min-width: 740px) {
.Home-item-title
{        
        font-size: 1.728em;        
        font-size: var(--step-up-3)
}
    }
.Home-item-blogpost .Home-item-title {
  background-color: #ef007c;
  background-color: var(--blog-colour-main);
}
.Home-item-activity .Home-item-title {
  background-color: #ef007c;
  background-color: var(--activity-colour-main);
}
.Home-item-title-link:link, .Home-item-title-link:visited
{
  text-decoration: none;
  display: inline;
  margin-top: 0.8em;
  line-height: 1.2;
  color: #ffffff;
  color: var(--title-colour);
}
.Home-item-blogpost .Home-item-title-link:hover, .Home-item-blogpost .Home-item-title-link:active
{
  background-color: #ef007c;
  background-color: var(--blog-colour-hover);
  color: black;
}
.Home-item-activity .Home-item-title-link:hover, .Home-item-activity .Home-item-title-link:active
{
  background-color: #ef007c;
  background-color: var(--activity-colour-hover);
  color: black;
}
.Home-item-image
{
    margin-left: 1em;
}
.Home-item-image-src
{
  width: 100%;
  height: auto;
}
.Home-item-image-set > * {
    vertical-align: bottom; /* fixes issue with space below image left for descenders */
}
.Home-item-blogpost .Home-item-image span {
  background-color: #ef007c;
  background-color: var(--blog-colour-highlight);
  display: inline-block;
}
.Home-item-activity .Home-item-image span {
  background-color: #b29669;
  background-color: var(--activity-colour-highlight);
  display: inline-block;
}
.Home-item-image-set {
/*  filter: grayscale(100%)
  brightness(110%)
  contrast(105%);
  transition: all 0.2s ease-in-out;*/
}
.Home-item-blogpost .Home-item-image-set {
  /* opacity: 0.9; */
}
.Home-item-activity .Home-item-image-set {
  /* opacity: 0.8; */
}
.Home-item-with-image:hover .Home-item-image-set,
.Home-item-with-image:active .Home-item-image-set {
/*  opacity: 1;
  filter: grayscale(0%)
  brightness(100%)
  contrast(100%);*/
}
.Home-item-summary
{
    margin-left: 1em;
    flex: 1 0 70%;
}
.Home-item-summary .rich-text
{
  display: inline;
}
.Home-item-summary .rich-text p
{
  display: inline;
  padding-left: 0.5ch;
}
.Home-item-metadata
{
  font-family: 'TTNorms', arial, sans-serif;
  font-family: var(--mono-family);
  margin-top: 1.5em;
  text-align: right;
  color: #666666;
  width: 100%;
  flex-shrink: 0;
}
.Home-item-date
{
  padding-left: 0.5em;
}
.Home-item-date:after
{
  content: '/';
  padding-left: 0.5em;
  color: #cccccc;
}
.Home-item-date:before
{
  content: '/';
  padding-right: 0.5em;
  color: #cccccc;
}
.Home-item-read-more-link:link, .Home-item-read-more-link:visited
{
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.Home-item-read-more-link:after
{
  content: ">";
  padding-left: 1ch;
}
.Home-item-read-more-link:before
{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  z-index: -1;
}
.Home-item-activity .Home-item-read-more-link:before {
  background-color: #ef007c;
  background-color: var(--activity-colour-main);
}
.Home-item-blogpost .Home-item-read-more-link:before {
  background-color: #ef007c;
  background-color: var(--blog-colour-main);
}
.Home-item-read-more-link:hover:before
{
  width: 100%;
}
/*=== Events on home page ===*/
.Home-events-title
{
  margin-bottom: 1em;
  background: #1d6052;
  background: var(--box-background);
  display: inline-block;
  padding: 4px 8px;
}
.Home-events-title-link
{
  text-decoration: none;
  color: #fff;
}
.Home-events-title-link:hover,
.Home-events-title-link:active {
  background-color: var(--highlight-color);
}
.Home-event
{
  font-size: 0.8rem;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  padding: 0 0 2em 1em
}
@media (min-width: 740px) {
.Home-event
{
    font-size: 1rem
}
  }
.Home-event-title
{
  background-color: transparent;
  display: inline;
}
.Home-event-title-link:link, .Home-event-title-link:visited
{
  text-decoration: none;
  display: inline;
  margin-top: 0.8em;
  color: #333333;
}
.Home-event-title-link:hover, .Home-event-title-link:active
{
  background-color: #ef007c;
  background-color: var(--event-colour-hover);
}
.Home-event-description
{
  padding: 0.5em 0
}
@media (min-width: 930px) {
.Home-event-description
{
    font-size: 0.833em;
    font-size: var(--step-down-1)
}
  }
.Home-event-dates-holder {
  display: flex;
  flex-direction: row;
  font-family: 'TTNorms', arial, sans-serif;
  font-family: var(--mono-family);
  color: #666
}
@media (min-width: 930px) {
.Home-event-dates-holder {
   font-size: 0.833em;
   font-size: var(--step-down-1)
}
  }
.Home-event-date {
  display: flex;
  flex-direction: row;
}
.Home-event-date-arrow {
  padding: 0 1ch;
  font-size: 1.728em;
  font-size: var(--step-up-3);
  line-height: 1rem;
}
.Home-event-date-time {
  padding-left: 1ch;
}
.Home-event-startdate
{
  display: flex;
  flex-direction: row;
  font-family: 'TTNorms', arial, sans-serif;
  font-family: var(--mono-family);
}
.Home-event-enddate
{
  display: flex;
  flex-direction: row-reverse;
  font-family: 'TTNorms', arial, sans-serif;
  font-family: var(--mono-family);
  justify-content: flex-end;
}
.Home-event-arrow--starts
{
  margin-right: 0.5ch;
}
.Home-event-arrow--ends
{
  margin-left: 0.5ch;
}
.Home-event-link-holder
{
  margin-top: 1em;
  text-align: right;
  font-family: 'TTNorms', arial, sans-serif;
  font-family: var(--mono-family)
}
@media (min-width: 930px) {
.Home-event-link-holder
{
    font-size: 0.833em;
    font-size: var(--step-down-1)
}
  }
.Home-event-link:link, .Home-event-link:visited
{
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.Home-event-link:before
{
  background-color: #000000;
  content: "";
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 10em;
}
.Home-event-link:after
{
  content: ">";
  padding-left: 1ch;
}
.Home-event-link:before
{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  background-color: #1d6052;
  background-color: var(--event-colour-main);
  z-index: -1;
}
.Home-event-link:hover:before
{
  width: 100%;
}
/*=== Publications on home page ===*/
.Home-publications-title
{
  margin-bottom: 1em;
  border: 1px solid #666666;
  display: inline-block;
  padding: 4px 8px;
}
.Home-publication
{
  font-size: 0.8rem;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  padding: 0 0 2em 1em
}
@media (min-width: 740px) {
.Home-publication
{
  font-size: 1rem
}
}
.Home-publication-title
{
  background-color: transparent;
  display: inline;
}
.Home-publication-title-link:link, .Home-publication-title-link:visited
{
  text-decoration: none;
  display: inline;
  margin-top: 0.8em;
  color: #333333;
}
.Home-publication-title-link:hover, .Home-publication-title-link:active
{
  background-color: #ef007c;
  background-color: var(--publication-colour-hover);
}
.Home-publication-description
{
  padding: 0.5em 0
}
@media (min-width: 930px) {
.Home-publication-description
{
    font-size: 0.833em;
    font-size: var(--step-down-1)
}
  }
.Home-publication-link-holder
{
  margin-top: 1em;
  text-align: right;
  font-family: 'TTNorms', arial, sans-serif;
  font-family: var(--mono-family)
}
@media (min-width: 930px) {
.Home-publication-link-holder
{
    font-size: 0.833em;
    font-size: var(--step-down-1)
}
  }
.Home-publication-link:link, .Home-publication-link:visited
{
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.Home-publication-link:before
{
  background-color: #000000;
  content: "";
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 10em;
}
.Home-publication-link:after
{
  content: ">";
  padding-left: 1ch;
}
.Home-publication-link:before
{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  background-color: #ef007c;
  background-color: var(--publication-colour-main);
  z-index: -1;
}
.Home-publication-link:hover:before
{
  width: 100%;
}
.Home-item-summary .rich-text a, .Home-feature-summary .rich-text a {
  text-decoration: none;
}
.Home-feature-summary a:hover, .Home-feature-summary a:active,
.Home-item-summary a:hover, .Home-item-summary a:active {
  background-color: #ef007c;
  background-color: var(--highlight-colour);;
  border-bottom-color: transparent;
}
.Home-feature-blogpost .Home-feature-summary a:hover, .Home-feature-blogpost .Home-feature-summary a:active, .Home-item-blogpost .Home-item-summary a:hover, .Home-item-blogpost .Home-item-summary a:active {
  background-color: #ef007c;
  background-color: var(--blog-colour-main);
}
.Home-feature-activity .Home-feature-summary a:hover, .Home-feature-activity .Home-feature-summary a:active, .Home-item-activity .Home-item-summary a:hover, .Home-item-activity .Home-item-summary a:active {
  background-color: #ef007c;
  background-color: var(--activity-colour-main);
}
.Home-logo-list {
    margin-top: -1em;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.Home-logo-list a {
    width: 33%
}
@media (min-width: 740px)
    {
.Home-logo-list a {
	    width: 16.5%
}
    }
@media (min-width: 930px)
    {
.Home-logo-list a {
	    width: 12.5%
}
    }
<!-- le carousel -->

.carousel {
	width: 100%;
	margin-bottom: 2em;
}
.carousel-cell {
  width: 100%;
  height: 200px;
}
@media (min-width: 930px)
  {
.carousel-cell {
      height: 350px;
}
  }
.carousel-cell {
  
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: carousel-cell;
  overflow: hidden;
}
.flickity-page-dots {
    padding: 1em;
    background: #fff;
}
.Signup-container {
    padding-bottom: 1em;
}
