/*! sanitize.css v6.0.0 | CC0 License | github.com/csstools/sanitize.css */

/* Document
 * ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */

*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: border-box; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 4. Breaks words to prevent prevent overflow in all browsers (opinionated).
 */

html {
  line-height: 1.15; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
  word-break: break-word; /* 4 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */

::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule in Firefox.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the inner border and padding in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay on clickable elements in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled],
[disabled] {
  cursor: disabled;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/* variables */

/* imports */
.glide{position:relative;width:100%;box-sizing:border-box}
.glide *{box-sizing:inherit}
.glide__track{overflow:hidden}
.glide__slides{position:relative;width:100%;list-style:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}
.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}
.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}
.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.glide--rtl{direction:rtl}
.article-detail.container {
	position: relative;
	margin-top: 5em;
}
.article-image img {
	max-width: 100%;
	margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
.article-image img {margin-bottom: 0}}
.article-content {
	width: 100%;
	margin: 0 auto;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
.article-content {position: relative;top: -90px;margin-bottom: -90px;width: calc((100% / 12) * 9);padding: 3% 4%;background-color: #fff}}
.article-content h1, .article-content h2, .article-content h3, .article-content h4 {
		font-family: "Montserrat";}
.article-content h2, .article-content h3, .article-content h4 {
		margin-top: 2em;}
.article-content h1 {
		font-size: 2em;
		font-weight: 800;
		line-height: 1.2em;
		margin-bottom: 1em;
		margin-top: 0.25em;}
@media screen and (min-width: 600px) {
.article-content h1 {font-size: 3em;margin-bottom: 2em}}
.article-content h2 {
		font-size: 1.5em;
		font-weight: 800;}
@media screen and (min-width: 600px) {
.article-content h2 {font-size: 2em}}
.article-content h3 {
		font-size: 1.2em;
		font-weight: 800;}
@media screen and (min-width: 600px) {
.article-content h3 {font-size: 1.4em}}
.article-content p {
		font-size: 1.2em;
		line-height: 1.6em;}
.article-content p strong {
			font-weight: 800;
		}
.article-content ul {
		font-size: 1.2em;
		margin: 2em 0;
		padding-left: 2em;
		font-weight: 300;}
@media screen and (min-width: 600px) {
.article-content ul {padding-left: 3em}}
.article-content ul li {
			margin-bottom: 0.5em;
			padding-left: 0.3em;}
@media screen and (min-width: 600px) {
.article-content ul li {padding-left: 0.5em}}
.article-content p a {
		color: rgba(46, 196, 182, 1)}
.article-content p a:hover, .article-content p a:active {color: rgba(1, 22, 39, 1);text-decoration: underline;}
.article-content blockquote {
		position: relative;
		max-width: 100%;
		margin: 5em 1em 3em;
		padding: 0 1em;
		border-left: 10px solid #2EC4B6;}
@media screen and (min-width: 600px) {
.article-content blockquote {padding: 0 2em;margin: 5em 3em 3em}}
.article-content blockquote footer {
			font-size: 0.8em;}
.article-content blockquote .quote-by {
			font-weight: 500;}
.article-content blockquote:before {font-size: 3.5em;font-weight: 800;top: -3.9rem;left: -0.5em;color: #2EC4B6;}
.container.article-nav {
	display: flex;
	margin-bottom: 2em;
}
.container.article-nav a {
		font-size: 2em;
		font-weight: 500;
		flex: 1;
		color: #011627;
		opacity: 0.5
	}
.container.article-nav a:hover {color: rgba(46, 196, 182, 1);}
.container.article-nav .next {
		text-align: right;
	}
.container.article-nav .next svg {
			-webkit-transform: rotate(180deg);
			        transform: rotate(180deg);
		}
.top-bar {
	display: flex;
	height: 100px;
	padding-top: 50px;
}
.top-bar__logo {
	position: relative;
	flex: 1 1 108px;
	overflow: hidden;
}
.home .top-bar__logo {
		-webkit-animation: logo-transition 2s;
		        animation: logo-transition 2s;
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;
		-webkit-animation-fill-mode:forwards;
		        animation-fill-mode:forwards;
		-webkit-animation-delay: 2s;
		        animation-delay: 2s; 	
	}
.home .top-bar__logo.start {
		-webkit-transform: translateY(-200%);
		        transform: translateY(-200%);
	}
.blog-list .top-bar__logo img {
	position: absolute;
	bottom: 0;
}
@-webkit-keyframes logo-transition {
	0%, 0% {
		-webkit-transform: translateY(-200%);
		        transform: translateY(-200%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0%);
		        transform: translateY(0%);
		opacity: 1;
	}
}
@keyframes logo-transition {
	0%, 0% {
		-webkit-transform: translateY(-200%);
		        transform: translateY(-200%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0%);
		        transform: translateY(0%);
		opacity: 1;
	}
}
/* hero-banner */
.hero-banner {
	height: calc(100vh - 100px);
	display: flex;
	align-items: center;
}
.hero-banner .container {
		flex: 1 1 100%;
	}
.hero-banner h1 {
		margin: 0;
		padding: 0;
		line-height: 0.85em;
		font-size: 3.75em;
		position: relative;
	}
@media screen and (min-width: 500px) {
.hero-banner h1 {font-size: 6rem}}
@media screen and (min-width: 660px) {
.hero-banner h1 {font-size: 9rem}}
.home .hero-banner h1:after {
		    display: inline;
		    position: absolute;
		    content: "?";
		    -webkit-transform: translatex(-0.4em);
		            transform: translatex(-0.4em);
			-webkit-animation: questionmark-transition 1s;
			        animation: questionmark-transition 1s;
			-webkit-animation-timing-function: ease-in-out;
			        animation-timing-function: ease-in-out;
			-webkit-animation-fill-mode: forwards;
			        animation-fill-mode: forwards;
			-webkit-animation-delay: 1.5s;
			        animation-delay: 1.5s;}
/*opacity: 0;*/
.home .home .hero-banner h1:after.start:after {
				opacity: 1;
			}
.hero-banner .always-wrap {
		overflow: hidden;
		position: relative;}
.hero-banner .always {
		display: block;
		font-weight: 300;
		letter-spacing: 0.03em;
		-webkit-animation: always-transition 2s;
		        animation: always-transition 2s;
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards}
.hero-banner .always.start {opacity: 0;}
.hero-banner p {
		font-family: "Montserrat";
		max-width: 825px;
		font-size: 1.24em;
		margin-top: 2em;}
.hero-banner.hero-banner--small {
	height: 150px;
	align-items: flex-end;
}
@media screen and (min-width: 600px) {
.hero-banner.hero-banner--small {height: 225px}}
.hero-banner.hero-banner--small h1, .hero-banner.hero-banner--small h2 {
		font-size: 2em;
		margin-bottom: 0;
		margin-top: 0;}
@media screen and (min-width: 600px) {
.hero-banner.hero-banner--small h1, .hero-banner.hero-banner--small h2 {font-size: 3em}}
.hero-banner.hero-banner--small h1 {
		font-weight: 300;}
.hero-banner.hero-banner--small h2 {
		font-family: "Merriweather";}
@-webkit-keyframes always-transition {
	0%, 30% {
		/*transform: translateY(100%);*/
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		/*transform: translateY(0%);*/
		opacity: 1;
	}
}
@keyframes always-transition {
	0%, 30% {
		/*transform: translateY(100%);*/
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		/*transform: translateY(0%);*/
		opacity: 1;
	}
}
@-webkit-keyframes questionmark-transition {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes questionmark-transition {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/* blog-entries */
.blog-entries {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}
@media screen and (min-width: 600px) {
.blog-entries {padding-top: 7em;padding-bottom: 5em}}
.blog-entries .container {
		display: flex;
		flex-wrap: wrap;}
.blog-entries header.whats-on-our-mind {
		flex: 1 0 100%;
		margin-bottom: 1em;}
@media screen and (min-width: 900px) {
.blog-entries header.whats-on-our-mind {flex: 1 0 20%;text-align: right;padding-right: 4em}}
.blog-entries header.whats-on-our-mind h2 {
			font-size: 2em;
			font-family: "Montserrat";
			margin-bottom: 0;}
@media screen and (min-width: 600px) {
.blog-entries header.whats-on-our-mind h2 {font-size: 2.5em;margin-top: 0}}
.blog-entries .feature {
		flex: 0 0 100%;
		display: flex;
		flex-wrap: wrap;}
.blog-entries .feature .img-wrap {
			flex: 1 1 100%;
		}
@media screen and (min-width: 800px) {
.blog-entries .feature .img-wrap {flex-basis: calc(66% - 2em);margin-right: 2em}}
.blog-entries .feature .content-wrap {
			flex: 1 1 100%;}
@media screen and (min-width: 800px) {
.blog-entries .feature .content-wrap {flex-basis: 30%}}
.blog-entries .feature h1 {
			font-size: 2em;
			font-weight: 900;
			line-height: 1.3em;}
.blog-entries .feature p {
			font-size: 1.1em;
			line-height: 1.8em;}
.blog-entries .feature .btn {
			margin-top: 2em;}
.blog-entries .entries {
		display: flex;
		flex-wrap: wrap;
		flex: 1 1 100%;
		justify-content: space-between;}
@media screen and (min-width: 600px) {
.blog-entries .entries {flex: 1 1 70%}}
.blog-entries article {
		flex: 1 1 100%;
		margin-bottom: 2em;}
@media screen and (min-width: 420px) {
.blog-entries article {flex-grow: 0;flex-shrink: 0;flex-basis: calc(((100% / 12) * 6) - (1.5%/4 * 6))}}
@media screen and (min-width: 650px) {
.blog-entries article {flex-basis: calc(((100% / 12) * 4) - (3%/4 * 4))}}
@media screen and (min-width: 950px) {
.blog-entries article {flex-basis: calc(((100% / 12) * 3) - (3%/4 * 3))}}
.blog-entries article h1 {
			font-family: "Montserrat";
			font-size: 1.2em;
			margin-top: 0.25em;}
@media screen and (min-width: 600px) {
.home .blog-entries article {flex-grow: 0;flex-shrink: 0;flex-basis: calc(((100% / 12) * 4) - (3%/4 * 2))}}
.blog-entries .meta p {
			display: inline;
			font-size: 0.9em;
			font-weight: 500;
			color: white
		}
.blog-entries .meta p::after {content: "";display: inline-block;width: 1px;height: 0.7em;background-color: rgba(255, 255, 255, 0.5);margin: 0.15em 0.5em 0;transition: background-color 0.3s ease-in-out;}
.blog-entries .meta time {
			display: inline;
			font-size: 0.9em;
			color: white;
		}
.blog-entries a:hover .meta p,
	.blog-entries a:hover .meta time {
		color: white;}
.blog-entries .inverse .meta p,
	.blog-entries .inverse .meta time {
		color: rgba(1, 22, 39, 1);}
.blog-entries .inverse a:hover .meta p,
	.blog-entries .inverse a:hover .meta time {
		color: rgba(1, 22, 39, 1);}
.blog-entries .inverse .meta p::after {
		background-color: rgba(1, 22, 39, 0.5);}
.blog-entries .inverse a:hover .meta p::after {
		background-color: rgba(46, 196, 182, 0.5);}
.blog-entries img {
		width: 100%;
		max-width: 100%;
		height: auto;}
.blog-entries .img-wrap {
		position: relative;
		margin-bottom: 1.5em}
.blog-entries .img-wrap:after {content: "";display: block;position: absolute;top: 0;bottom: 0;left: 0;right: 0;opacity: 0;background-color: #2EC4B6;transition: opacity 0.3s ease-in-out;}
.blog-entries a:hover .img-wrap:after {
		opacity: 0.4;}
a.view-all {
	color: #7F8992;
}
.view-all svg {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	display: inline;
	height: 10px;
	width: 10px;
}
/* footer */
.footer {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}
@media screen and (min-width: 600px) {
.footer {padding-top: 5em;padding-bottom: 5em}}
.footer .container {
		display: flex;
		flex-wrap: wrap;}
.footer header {
		flex: 1 1 100%;}
@media screen and (min-width: 700px) {
.footer header {flex: 1 1 40%}}
@media screen and (min-width: 900px) {
.footer header {flex: 1 1 50%}}
.footer h2 {
		font-family: "Montserrat";
		font-size: 3em;
		margin-top: 0;
		margin-bottom: 0;}
.footer address {
		display: flex;
		flex-wrap: wrap;
		flex: 1 1 100%;
		font-style: normal;}
@media screen and (min-width: 700px) {
.footer address {flex: 1 1 60%}}
@media screen and (min-width: 900px) {
.footer address {flex: 1 1 80%}}
.footer .lets-talk {
		flex: 1 1 100%;}
@media screen and (min-width: 450px) {
.footer .lets-talk {flex: 1 1 75%}}
.footer .address {
		flex: 1 1 100%;}
@media screen and (min-width: 450px) {
.footer .address {flex: 1 1 25%}}
.bottom-bar {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	margin-top: 3em
}
@media screen and (min-width: 600px) {
.bottom-bar {}}
.bottom-bar p {
		font-size: 0.7em;
		flex: 1 1 100%;
		margin: 3em 0 0 0;
		padding: 0;
		text-align: center;}
@media screen and (min-width: 600px) {
.bottom-bar p {flex: 1 1 75%;margin: 0;text-align: left;text-align: initial}}
ul.social-media-links {
	flex: 0 1 100%;
	margin-top: 0;
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 2em;	
}
@media screen and (min-width: 600px) {
ul.social-media-links {flex: 1 1 25%;order: 2;margin-bottom: 0;justify-content: space-between}}
ul.social-media-links li {
		flex: 0 1 auto;}
@media screen and (min-width: 600px) {
ul.social-media-links li {flex: none;margin-right: 2em}}
.btn {
	display: inline-flex;
	background: none;
	border: 2px solid transparent;
	border-radius: 4px;
	padding: 0.75em 2em;
	font-weight: 600;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.btn--primary, a.btn--primary, button.btn--primary {
	border-color: rgba(1, 22, 39, 1);
	background-color: white
}
.btn--primary:hover, .btn--primary:active, a.btn--primary:hover, a.btn--primary:active, button.btn--primary:hover, button.btn--primary:active {color: white;border-color: rgba(1, 22, 39, 1);background-color: rgba(1, 22, 39, 1);}
.inverse .btn--primary:hover, .inverse a.btn--primary:hover, .inverse button.btn--primary:hover {color: white;}

/* global */

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body.home {
	background-color: rgba(1, 22, 39, 1);
	color: white;
}

.container {
	max-width: 1260px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (min-width: 1300px) {
.container {padding-left: 0;padding-right: 0}}

.brand-section {
	background-color: rgba(1, 22, 39, 1);
	color: white;
}

.brand-section.inverse {
	background-color: #fff;
	color: #011627;
}

/* typography */

:root {
	box-sizing: border-box;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

::-moz-selection {
    background-color: #ebe1d3;
    text-shadow: none;
}

::selection {
    background-color: #ebe1d3;
    text-shadow: none;
}

h1 {
	font-family: "Merriweather";
}

section h2, section h3, section h4 {
		line-height: 1.2em;
	}

a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out
}

a:hover {color: rgba(46, 196, 182, 1);}

p, li, time {
	-webkit-text-stroke: 0.45px;
}

ul.inline-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.inline-list li {
		display: inline;
	}

blockquote {
	position: relative;
	margin: 0;
	font-size: 1.3em;
}

@media screen and (min-width: 600px) {
blockquote {margin: 1em auto;max-width: 60%}}

blockquote:before {font-weight: 400;font-size: 3em;color: #FF4539;font-family: "Montserrat";position: absolute;content: '\201C';height: 0;top: -0.5rem;left: -0.5rem;}

@media screen and (min-width: 600px) {
blockquote:before {font-size: 2em;font-weight: 800;top: -1.5rem;left: -1.9rem}}

.inverse p {
		font-weight: 300;
	}

.inverse a {
		color: #011627
	}

.inverse a:hover {color: rgba(46, 196, 182, 1);}

/* header */



/* primary nav */
.primary-nav {
	flex: 1;
	flex-basis: calc(100% - 108px);
	display: flex;
	justify-content: flex-end;
}
.primary-nav ul {
		margin: 0;
		padding:  0;
		display: flex;
	}
.primary-nav li {
		margin-left: 1em;
		font-weight: 600;
	}
.primary-nav a {
		opacity: 0.5
	}
.primary-nav a:hover, .primary-nav a:active {opacity: 1;}



/* ethos */

.ethos {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}

@media screen and (min-width: 600px) {
.ethos {padding-top: 5em;padding-bottom: 5em}}

.ethos ul {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		margin: 0;
		padding: 0;}

.ethos li {
		flex: 1 1 100%;
		margin-bottom: 2em}

.ethos li:nth-of-type(4n) {margin-bottom: 0;}

@media screen and (min-width: 600px) {
.ethos li {flex: 1 1 40%;margin-right: 10%}}

.ethos h2 {
		font-family: "Montserrat";
		font-size: 1.5em;
		font-weight: 600;
		margin: 0}

.ethos h2 + p {margin-top: 0.5em;}

@media screen and (min-width: 600px) {
.ethos h2 {font-size: 2.25em}}

/* trusted-by */

.trusted-by {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}

@media screen and (min-width: 600px) {
.trusted-by {padding-top: 5em;padding-bottom: 5em}}

.trusted-by h2 {
		font-family: "Montserrat";
		font-size: 2em;}

@media screen and (min-width: 600px) {
.trusted-by h2 {font-size: 2.5em}}

.trusted-by .glide {
		position: relative;
		margin-bottom: 4em;}

.trusted-by .glide--swipeable {
		position: relative;}

.trusted-by .glide__slides {
		text-align: center;}

.trusted-by .glide:hover #slider-controls {
			opacity: 1;
			display: block;
		}

.trusted-by #slider-controls {
		display: none;
		opacity: 0;
		transition: opacity 0.3s ease-in-out;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
		padding: 0}

.trusted-by #slider-controls button {position: absolute;-webkit-appearance: none;border: 0;padding: 0;font-size: 2em;height: 100%;width: 1.5em}

.trusted-by #slider-controls button:focus {outline: none;}

.trusted-by #slider-controls button svg path {
				fill: white;}

@media screen and (min-width: 800px) {
.trusted-by #slider-controls {display: none}}

.trusted-by #slider-prev {
		background: linear-gradient(to right, rgba(1,22,39,1) 0%,rgba(255,255,255,0) 100%);
		left: 0;}

.trusted-by #slider-prev svg {
			-webkit-transform: rotate(180deg);
			        transform: rotate(180deg);
		}

.trusted-by #slider-next {
		background: linear-gradient(to left, rgba(1,22,39,1) 0%,rgba(255,255,255,0) 100%);
		right: 0;}

/* non slider icons */

.trusted-by ul.client-grid.glide__slides {
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;}

@media screen and (min-width: 800px) {
.trusted-by ul.client-grid.glide__slides {flex-wrap: wrap;list-style: none;margin-bottom: 2em;padding: 0 auto;justify-content: center}}

.trusted-by ul.client-grid.glide__slides li.glide__slide {
			width: auto;
			width: initial;
			flex: 0 0 auto;}

@media screen and (min-width: 800px) {
.trusted-by ul.client-grid.glide__slides li.glide__slide {margin-bottom: 20px;padding: 20px}}

/* client-quotes */

.client-quotes blockquote {
		color: #FF4539;
		font-size: 1.3em;
	    font-weight: 300;
	    line-height: 1.27em;
	}

@media screen and (min-width: 600px) {
.client-quotes blockquote {padding-left: calc((1/6) * 100);padding-right: calc((1/6) * 100)}}

@media screen and (min-width: 800px) {
.client-quotes blockquote {font-size: 1.8em}}



