/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

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

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

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

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

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

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 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.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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 and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/*START HERE*/
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.BrandonTextWeb-Bold {
	font-family: BrandonTextWeb-Bold;
	font-weight: normal;
	font-style: normal;
}
.BrandonTextWeb-Regular {
	font-family: BrandonTextWeb-Regular;
	font-weight: normal;
	font-style: normal;
}
.BrandonTextWeb-Medium {
	font-family: BrandonTextWeb-Medium;
	font-weight: normal;
	font-style: normal;
}
.Grotesque-Regular {
	font-family: "brandon-grotesque";
	font-weight: 400;
	font-style: normal;
}
.Grotesque-Medium {
	font-family: "brandon-grotesque";
	font-weight: 500;
	font-style: normal;
}
.Grotesque-Bold {
	font-family: "brandon-grotesque";
	font-weight: 700;
	font-style: normal;
}
.Grotesque-Black {
	font-family: "brandon-grotesque";
	font-weight: 900;
	font-style: normal;
}

#see-more {
  position: fixed;
  left: 50%; top: -1000px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0.125rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.875rem;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  padding-top: 11px;
  transition: all 0.2s ease-in-out;
  z-index: 999999;
}
#see-more:hover {
  padding-top: 16px;
}
#see-more.hidden { opacity: 0; }

#backtop {
	line-height: 2.5rem;
    position: fixed;
    left:auto;right: 1.25rem;top:auto;bottom: 1.25rem;
    outline: none;
    overflow:hidden;
    color:#fff;
    text-align:center;
    background-color:#64c7c5;
    height:2.5rem;
    width:2.5rem;
    font-size:0.875rem;
    border-radius:0.125rem;
    cursor:pointer;
    transition:all 0.2s ease-in-out;
    z-index:999999;

    opacity:1;
    display:none;
}
#backtop:hover {
    bottom: 1.45rem;
}
#backtop.mcOut {
    opacity:0;
}
.header {
	width: 100%;
	position: relative;
}
.header-logo {
	position: absolute;
	top:2rem;
	left:2rem;
	max-width: 43%;
}
.header-report {
	position: absolute;
	top:1.25rem;
	right:1.25rem;
	width:35%;
	max-width: 200px;
}
.header div.width-wrap {
	max-width: 640px;
}
.header-text h1{
	font-size : 2rem;
	letter-spacing : 0.125rem;
	color : #414042;
	margin-bottom: 1rem;
	line-height: 1.1;
}
.header-text h3 {
  	font-size : 1.1rem;
  	letter-spacing : 0.063rem;
  	color : #64C7C5;
  	margin-top: 0rem;
  	margin-bottom: 2rem;
}
@media screen and ( min-width: 400px ) {
    .header-text h1 { font-size: 2.6rem; }
    .header-text h3 { font-size: 1.3rem; }
}
@media screen and ( min-width: 500px ) {
    .header-text h1 { font-size: 3.8rem; }
    .header-text h3 { font-size: 1.8rem; }
}

.button {
    border-radius : 1rem;
    padding: 0 1rem;
    -moz-border-radius : 1rem;
    -webkit-border-radius : 1rem;
    height: 3rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
    display: table;
    width: 100%;
}
.button a {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    vertical-align: middle;
    display: table-cell;
    text-decoration: none;
    color: #fff;
}
.button-blue {
    background-color: #68c7c4;
}
.button-white {
    background-color: #fff;
}
.button-white a {
    color: #5d5e5e;
}
.header-text .row.buttons { margin-left: -5px; margin-right: -5px; }
.header-text .row.buttons .col { padding-left: 5px; padding-right: 5px; }
.header-text .button-video {
    background-color: #68c7c4;
}
.header-text .button-video a {
    color: #fff;
}
@media screen and ( min-width: 951px ) {
    .header-text .button-video {
        background-color: transparent;
        border: 1px solid #fff;
    }
    .header-text .buttons .button a {
        font-size: 0.7rem;
        letter-spacing: 1px;
    }
}
@media screen and ( min-width: 1060px ) {
    .header-text .buttons .button a {
        /*font-size: 0.8rem;*/
        letter-spacing: 1.4px;
    }
}
.harmony {
	position: relative;
	padding: 3rem 0;
}
@media screen and ( min-width: 768px ) {
  .harmony { padding: 3rem; }
}
.harmony div.Grotesque-Regular {
  font-size: 1.2rem;
  line-height: 1.7;
	color : #5D5E5E;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
@media screen and ( min-width: 500px ) {
  .harmony div.Grotesque-Regular { font-size : 1.813rem; }
}
.harmony-blurb {
    padding-right: 60px;
}
div.video-large {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 30rem;
	padding-left: 20px; padding-right: 0;
}
@media screen and ( min-width: 950px ) {
  div.video-large {
    padding-left: 30px;
    padding-right: 60px;
  }
}
.video-large {
	border-radius: 50%;
	border-color: #FFFFFF;
	text-align: center;
	font-size : 0.875rem;
}
.video-large a {
	text-decoration: none;
	color : #5D5E5E;
}
.video-large-play {
    text-align: center;
    border-radius: 50%;
    width: 2.65rem;
    height: 2.65rem;
    padding: 0.5rem;
    border: 0.125rem solid #5D5E5E;
    font-family: "Arial";
    font-size: 1.7rem;
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    margin-right: 6px;
    padding-left: 9px;
}
.video-large-text {
	/*float:right;*/
    display: inline-block;
	overflow: visible;
	line-height: 1rem;
	margin-top: 8px;
	letter-spacing: 0.1rem;
}
@media screen and ( min-width: 768px ) {
    .video-large-play {
        width: 1.6rem;
        height: 1.6rem;
        padding-top: 3px;
        padding-left: 6px;
        font-size: 1rem;
        vertical-align: 3px;
        border-width: 1px;
    }
    .video-large-text {
        font-size: 0.5rem;
        line-height: 1.5;
    }
}
@media screen and ( min-width: 900px ) {
    .video-large-play {
        width: 2.65rem; height: 2.65rem;
        padding-top: 4px; padding-left: 9px;
        font-size: 1.7rem;
        vertical-align: top;
        border-width: 2px;
    }
    .video-large-text {
        font-size: 0.875rem;
        line-height: 1rem;
    }
}
.video-mobile {
	position: relative;
}
.video-mobile-play {
  font-family: "Arial";
	font-size: 2.2rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-radius: 50%;
	width: 3.85rem;
	height: 3.85rem;
	border: 0.125rem solid #5D5E5E;
	padding-top: 9px;
	padding-left: 7px;
}
.video-mobile-text {
	text-align: center;
	position: absolute;
	top: 20%;
	right: 8%;

	font-size : 0.8rem;
	color : #5D5E5E;
	letter-spacing: 0.1rem;
}
@media screen and ( min-width: 500px ) {
  .video-mobile-text { font-size: 1.1rem; }
}
#win-row {
	background-color: #F1F1F3;
}
.win-white,
.win-blue {
	padding-top: 3rem;
	padding-bottom: 5rem;
	padding-right: 30px;
}

.win-white img,
.win-blue img,
.approach img{
  width: 15px;
	-webkit-transform: translateY(18%);
  -moz-transform: translateY(18%);
  -ms-transform: translateY(18%);
  -o-transform: translateY(18%);
  transform: translateY(18%);
}
@media screen and ( min-width: 500px ) {
  .win-white img,
  .win-blue img,
  .approach img {
    width: auto;
    -webkit-transform: translateY(3%);
    -moz-transform: translateY(3%);
    -ms-transform: translateY(3%);
    -o-transform: translateY(3%);
    transform: translateY(3%);
  }
}
.arrow-text {
	line-height: 2;
	letter-spacing: 0.4px;
}
.win-white {
	background-color: #F1F1F3;

	font-family : FreightTextProBook Regular;
	font-size : 1rem;
	color : #5D5E5E;
}
.win-blue {
	background: repeating-linear-gradient( -38deg, #68c7c4, #68c7c4 7px, #7fccc9 8px, #68c7c4 9px);

	font-family : FreightTextProBook Regular;
	font-size : 1rem;
	color: #FFFFFF;
}
@media screen and ( min-width: 500px ) {
    .win-white,
    .win-blue {
        padding-top: 4rem;
        padding-bottom: 6rem;
        font-size: 1.25rem;
    }
}
.win-white h2 {
	font-size : 1.5rem;
	color : #66BBB9;
    line-height: 1.1;
}
.win-blue h2 {
	font-size : 1.5rem;
	color: #FFFFFF;
  line-height: 1.1;
}
@media screen and ( min-width: 400px ) {
  .win-white h2 { font-size: 1.5rem; }
  .win-blue h2 { font-size: 1.5rem; }
}
@media screen and ( min-width: 500px ) {
  .win-white h2 { font-size: 1.9rem; }
  .win-blue h2 { font-size: 1.9rem; }
}

.steps {
	background-color: #5F5F60;
	color: #FFFFFF;
	padding-top: 3rem;
	padding-bottom: 5rem;
}
@media screen and ( min-width: 500px ) {
    .steps {
        padding-top: 4rem; padding-bottom: 6rem;
    }
}
.steps h1 {
    font-size : 1.85rem;
	line-height : 1.5;
  	letter-spacing : 0.063rem;
    margin-bottom: 1.5em;
}
.steps h3 {
  font-family: "brandon-grotesque";
  font-weight: 700;
  font-size : 1.4rem;
  letter-spacing: 0.3rem;
}
@media screen and ( min-width: 400px ) {
  .steps h1 { font-size: 2.15rem; }
}
@media screen and ( min-width: 500px ) {
  .steps h1 {
    font-size: 3.125rem;
  }
  .steps h3 {
    font-size : 1.813rem;
  }
}
@media screen and ( min-width: 950px ) {
    .steps h1 {
        font-size: 2.325rem;
        padding-left: 5rem;
    }
}
@media screen and ( min-width: 1100px ) {
    .steps h1 {
        font-size: 3.125rem;
        padding-left: 5rem;
    }
}
.steps p {
	font-size : 1rem;
 	letter-spacing : 0.1rem;
 	line-height: 1.7;
}
@media screen and ( min-width: 500px ) {
  .steps p { font-size: 1.5rem; }
}
.number {
    transform: translateY(-60%);

    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;

    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #64C7C5;
    text-align: center;
    font-size: 2rem;
}
@media screen and ( min-width: 500px ) {
  .number {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 2.6rem;
  }
}
.step {
	margin-left: -30px;
}
.approach {
	color: #66BBB9;
  padding: 3rem 0;
  padding-bottom: 5rem;
}
@media screen and ( min-width: 768px ) {
  .approach { padding-left: 2px; padding-right: 2px; }
}
.approach h2 {
	font-size : 2.625rem;
	text-align: center;
  	color : #66BBB9;
}
.approach div {
	font-family: FreightTextProBook Regular;
	font-size : 1rem;
	line-height : 2;
	letter-spacing: 0.006rem;
	color : #5D5E5E;
}
@media screen and (min-width: 500px) {
  .approach div {
    font-size: 1.25rem;
  }
}
.approach2 {
	background: repeating-linear-gradient( -33deg, #64C7C5, #64C7C5 7px, #7fccc9 8px, #64C7c5 9px);
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.approach2 .row.buttons {
    max-width: 650px;
    margin: auto;
}
.footer {
	background-color: #5F5F60;
	padding: 4rem 2rem;
}
@media screen and ( min-width: 500px ) {
  .appraoch div { font-size: 1.25rem; }
  .footer { padding: 4rem 2rem; }
}
div.testimony {
	background-color: #F1F1F1;
	text-align: center;
	border-radius: 5px;
    padding: 2rem;

  font-family: BrandonTextWeb-Regular;
  font-weight: normal;
  font-style: normal;
  	font-size : 0.833rem;
  	line-height: 1.5rem;
  	letter-spacing: 0.26px;
  	color : #5D5E5E;
  	margin-bottom:1.5em;
}

#notslideshow div.testimony{
  height: 100%!important;
	margin-left: auto;
	margin-right: auto;
}
#notslideshow td { width: 33.333%; }
/*.testimony div{
	margin-left: 2rem;
	margin-right: 2rem;
}*/
.footer-text {
	font-size : 1.063rem;
  	color : #FFFFFF;
}
#bottom-row {
	padding-top: 6rem;
}
#bottom-row div {
	padding-bottom: 2rem;
}
#slideshow {
    margin: 0 auto;
    position: relative;
    width: 18.75rem;
    height: 18.75rem;
    padding: 0.625rem;
}
#slideshow > div {
	position: absolute;
    top: 0.625rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /*height: 16rem;*/
}
.video-mobile-wrap { padding: 0; display: block; }
@media screen and ( min-width: 950px ) {
  .video-mobile-wrap { display: none; }
}
@media (max-width: 767px) {
	#slideshow,
	.header-mobile,
	.video-mobile {
		display: block;
		width: 100%;
	}
    img.video-mobile { display: block; }
	.header-large,
	div.video-large {
		display: none;
	}
	#header-button {
		display: inherit;
	}
	.footer-logo {
		float: left;
    max-width: 100%;
	}
	.harmony div.Grotesque-Regular {
		text-align: center;
	}
	.arrow-text {
		margin-left: -30px;
	}
}
@media (max-width: 500px) {
	.arrow-text {
		margin-left: 0px;
	}
	.step {
		margin-left: 0;
	}
}
@media (min-width: 501px) {
	.harmony div.Grotesque-Regular,
	div.video-large {
		height: 20rem;
	}
}
@media (min-width: 768px) {
	.header-mobile,
	.video-mobile {
		display: none;
	}
	.header-large {
		display: inline-block;
		width: 100%;
	}

	div.video-large {
		display: flex;
	}
	img.video-large {
		width: 100%;
	}
	.footer-logo {
		float: right;
    max-width: 100%;
	}
	.harmony div.Grotesque-Regular {
		text-align: left;
	}
	.arrow-text {
		margin-left: -30px;
	}
}
@media (max-width: 950px) {
  .steps .button-white {
		display: none;
	}
	.header-logo {
		width: 20%;
	}
	.approach h2 {
		text-align: left;
	}
	.approach .width-wrap,
	.steps .width-wrap {
		max-width: 640px;
	}
}
#notslideshow { display: none; }
@media screen and ( min-width: 950px ) {
  #slideshow { display: none; }
  #notslideshow { display: inline-block; width: 100%; }
}
@media (min-width: 951px) {
	.approach h2 {
		text-align: center;
	}
	.approach .width-wrap,
	.steps .width-wrap {
		max-width: 1280px;
	}
	.steps .button-white {
		display: table;
	}
	.win-white .half-width-wrap {
		float:right;
	}
	.win-blue .half-width-wrap {
		float: left;
	}
	.win-white,
	.win-blue {
		padding-left: 60px;
		padding-right: 30px;
	}
	.arrow-text {
		margin-left: 0;
	}
	.header-text h1 {
		font-size: 3.3rem;
		margin-bottom: 0.5rem;
		line-height: 3.6rem;
		color: #FFFFFF;
	}
	.header-text h3 {
		font-size: 1.6rem;
	  	margin-bottom: 1rem;
      margin-top: 1rem;
	}
	#header-button {
		width: 120%;
	}
	.header-report {
		max-width: 120px;
	}
	.header-text {
		position: absolute;
		top: 18%;
		left:53%;
	}
	#header-button-col1 {
		padding-left: 60px;
	}
	#header-button-col2 {
		padding-right: 60px;
	}
	#header-button-col2 .button-blue {
		background-color: rgba(255,255,255,0);
		border: 1px solid white;
	}
    .button {
        border-radius : 1.438rem;
        -moz-border-radius : 1.438rem;
        -webkit-border-radius : 1.438rem;

        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

}
@media (min-width: 1055px) {
	.header-text h1 {
		font-size: 3.5rem;
		margin-bottom: 0.5rem;
	}
	.header-text h3 {
		font-size: 1.7rem;
	  	margin-bottom: 2rem;
	}
	#header-button {
		width: 100%;
	}
	.header-report {
		max-width: 150px;
	}
	.header-text {
		position: absolute;
		top: 18%;
		left:53%;
	}
	#header-button-col1 {
		padding-left: 60px;
	}
	#header-button-col2 {
		padding-right: 60px;
	}
	#header-button-col2 .button-blue {
		background-color: rgba(255,255,255,0);
		border: 1px solid white;
	}
}
@media (min-width: 1200px) {
	.arrow-text {
		margin-left: -30px;
	}
	.header-text h1 {
		font-size: 3.5rem;
		margin-bottom: 0.5rem;
	}
	.header-text h3 {
		font-size: 1.7rem;
	  	margin-bottom: 2rem;
	}
	#header-button {
		width: 93%;
	}
}
@media (min-width: 1400px) {
	.header-text {
		position: absolute;
		top: 20%;
		left: 53%;
	}
	.header-report {
		max-width: 200px;
	}
	#header-button {
		width: 100%;
	}
}
@media (min-width: 1600px) {
  .header-text h1 {
    margin-bottom: 1.5rem;
  }
  .header-text h3 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
	.header-logo {
		width: auto;
	}
	.harmony div.width-wrap {
		max-width: 640px;
	}
}
.popup-wrap {
    display: none;
}
.popup-wrap.show {
    display: block;
    position: fixed;
    top: 0; bottom: 0; right: 0; left: 0;
    background-color: rgba(0,0,0,0.75);
    padding: 30px;
    z-index: 9999999;
    overflow: auto;
}

.popup-container {
    display: block;
    width: auto;
    margin: auto;
    margin-top: 80px;
    position: relative;
}
.popup-container .btn-close {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 2.5rem;
    -webkit-transform: scaleX(1.2);
    -moz-transform: scaleX(1.2);
    -ms-transform: scaleX(1.2);
    -o-transform: scaleX(1.2);
    transform: scaleX(1.2);
    color: #fff;
    cursor: pointer;
}

#video-popup .popup-container {
    max-width: 640px;
}
#contact-popup .popup-container {
    background-color: #fff;
    border-radius: 8px;
    max-width: 400px;
    padding: 30px;
    text-align: center;
}

#contact-popup .popup-container h1 {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 300;
    font-size: 2.625rem;
    color: #69bbb8;
    line-height: 1;
}

#contact-popup .popup-container form {
    margin-top: 3.5em;
}
#contact-msg-popup .popup-container {
    background-color: #69bbb8;
    border-radius: 8px;
    max-width: 400px;
    padding: 30px;
    text-align: center;
    color: #fff;
    font-size: 2rem;
}
form input,
form button {
    display: block;
    padding: 8px 15px 5px 15px;
    margin-bottom: 10px;
    font-size: 0.8rem;
    width: 100%;
    border: none;
    border-radius: 4px;
}

form input {
    background-color: #e8e8e8;
}
form button[type="submit"] {
    width: auto;
    color: #fff;
    cursor: pointer;
    background-color: #68c7c4;
    margin-top: 3.5em;
    margin-left: auto; margin-right: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 40px; padding-right: 40px;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
