/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/*-------------------------------------------------- */
/* HTML5 DISPLAY DEFINITIONS */
/*-------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup,
main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

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

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

/*-------------------------------------------------- */
/* LINKS */
/*-------------------------------------------------- */
a:focus {
  outline: thin dotted;
}

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

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

p, pre {
  margin: 1em 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*-------------------------------------------------- */
/* LISTS */
/*-------------------------------------------------- */
dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

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

/*-------------------------------------------------- */
/* EMBEDDED CONTENT */
/*-------------------------------------------------- */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

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

/*-------------------------------------------------- */
/* FIGURES */
/*-------------------------------------------------- */
figure {
  margin: 0;
}

/*-------------------------------------------------- */
/* FORMS */
/*-------------------------------------------------- */
form {
  margin: 0;
}

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

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

button, input, select, textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* end normalize.css */
/*-------------------------------------------------- */
/* STANDARD RESET VALUES */
/*-------------------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, strong, sub, sup,
b, i, center, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

td {
  vertical-align: top;
  text-align: left;
}

a, area, select {
  outline: 0 none;
}

/* typography */
@font-face {
  font-family: "ArrrowsRegular";
  src: url("../../fonts/arrrows-regular-webfont.eot");
  src: url("../../fonts/arrrows-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/arrrows-regular-webfont.woff") format("woff"), url("../../fonts/arrrows-regular-webfont.ttf") format("truetype"), url("../../fonts/arrrows-regular-webfont.svg#ArrrowsRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
FOR SCREEN SIZE MEDIA QUERIES:
	@include responsive(xlarge-screens) {  }
	@include responsive(large-screens) {  }
	@include responsive(medium-screens) {  }
	@include responsive(small-screens) {  }
	@include responsive(xsmall-screens) {  }
	@include responsive(mobile-screens) {  }	
*/
/*-------------------------------------------------- */
/* BEGIN CUSTOMIZED STYLES */
/*-------------------------------------------------- */
html, body {
  height: 100%;
}

body {
  font-family: "avenir-next-world", helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  background-image: url("../../images/global/background.png");
  background-size: cover;
  background-color: #73c2e8;
}

/*-------------------------------------------------- */
/* SHOW/HIDE BASED ON SCREEN SIZE */
/*-------------------------------------------------- */
.showxl {
  display: block;
}
@media only screen and (min-width: 1450px) {
  .showxl {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .showxl {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .showxl {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .showxl {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .showxl {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .showxl {
    display: none;
  }
}

.hidexl {
  display: none;
}
@media only screen and (min-width: 1450px) {
  .hidexl {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .hidexl {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hidexl {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hidexl {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .hidexl {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .hidexl {
    display: block;
  }
}

.showsm {
  display: none;
}
@media only screen and (min-width: 1450px) {
  .showsm {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .showsm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .showsm {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .showsm {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .showsm {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .showsm {
    display: block;
  }
}

.hidesm {
  display: block;
}
@media only screen and (min-width: 1450px) {
  .hidesm {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .hidesm {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hidesm {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hidesm {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .hidesm {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .hidesm {
    display: none;
  }
}

.showxsm {
  display: none;
}
@media only screen and (min-width: 1450px) {
  .showxsm {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .showxsm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .showxsm {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .showxsm {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .showxsm {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .showxsm {
    display: block;
  }
}

/*-------------------------------------------------- */
/* ANIMATION */
/*-------------------------------------------------- */
.fade-in {
  animation: fadeIn 4s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------------------------------- */
/* PRIMARY POSITIONING */
/*-------------------------------------------------- */
#site {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-height: calc(100vh - 39px);
  overflow: hidden;
  /*width: $width-xlarge;
  @include responsive(xlarge-screens) { width: $width-xlarge; }
  @include responsive(large-screens) { width: $width-large; }
  @include responsive(medium-screens) { width: $width-medium; }
  @include responsive(small-screens) { width: $width-small; }
  @include responsive(xsmall-screens) { width: calc(100% - 20px); }
  @include responsive(mobile-screens) {
  	width: calc(100% - 20px);
  	min-width: 300px;
  	}*/
}

#header {
  position: relative;
  width: 100%;
  height: auto;
  /*@include responsive(xlarge-screens) { height: 145px; }
  @include responsive(large-screens) { height: 100px; }
  @include responsive(medium-screens) { height: 100px; }
  @include responsive(small-screens) { height: 120px; }
  @include responsive(xsmall-screens) { height: 110px; }
  @include responsive(mobile-screens) { height: 110px }*/
}
#header .logo {
  position: absolute;
  top: 120px;
  left: 90px;
  width: 420px;
  height: auto;
}
@media only screen and (min-width: 1450px) {
  #header .logo {
    top: 120px;
    left: 90px;
    width: 460px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #header .logo {
    top: 120px;
    left: 80px;
    width: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #header .logo {
    top: 80px;
    left: 50px;
    width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .logo {
    top: 30px;
    left: 40px;
    width: 280px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #header .logo {
    top: 28px;
    left: 30px;
    width: 160px;
  }
}
@media only screen and (max-width: 480px) {
  #header .logo {
    top: 20px;
    left: 20px;
    width: 130px;
  }
}

#footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background-color: #e7e7e6;
}
@media only screen and (min-width: 1450px) {
  #footer {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #footer {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #footer {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #footer {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #footer {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #footer {
    width: 100%;
  }
}
#footer p {
  color: #666;
  font-size: 0.9em;
  line-height: 1.1em;
  margin: 0;
  padding: 14px 40px 18px 40px;
  text-align: right;
  max-width: none;
}
@media only screen and (min-width: 1450px) {
  #footer p {
    padding: 14px 40px 18px 40px;
    font-size: 0.9em;
    line-height: 1.1em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #footer p {
    padding: 14px 40px 18px 40px;
    font-size: 0.9em;
    line-height: 1.1em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #footer p {
    padding: 14px 30px 18px 30px;
    font-size: 0.9em;
    line-height: 1.1em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #footer p {
    padding: 12px 30px 12px 30px;
    font-size: 0.9em;
    line-height: 1.1em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #footer p {
    padding: 12px 20px 12px 20px;
    font-size: 0.9em;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  #footer p {
    padding: 12px 20px 12px 20px;
    font-size: 0.8em;
    line-height: 1.3em;
  }
}
#footer p a, #footer p a:visited {
  display: inline-block;
  color: #666;
  font-family: "avenir-next-world", helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#footer p a:hover, #footer p a:active {
  color: #25282a;
}

/*-------------------------------------------------- */
/* SEMANTIC STYLES */
/*-------------------------------------------------- */
a, a:visited {
  color: #e56b59;
  text-decoration: none;
}

a:hover, a:active {
  color: #25282a;
  text-decoration: none;
}

p, ul {
  margin: 0;
  padding: 0 0 20px 0;
  color: #25282a;
  max-width: 1000px;
  font-family: "avenir-next-world", helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.3em;
  line-height: 1.4em;
}
@media only screen and (min-width: 1450px) {
  p, ul {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  p, ul {
    font-size: 1.3em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  p, ul {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  p, ul {
    font-size: 1.1em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  p, ul {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 480px) {
  p, ul {
    font-size: 1.1em;
  }
}

p em, p i {
  font-family: "avenir-next-world", helvetica, sans-serif;
  font-weight: 300;
  font-style: italic;
}

p strong, p b {
  font-family: "avenir-next-world", helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.bold {
  font-family: "avenir-next-world", helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.unbold {
  font-family: "avenir-next-world", helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.nowrap {
  white-space: nowrap;
}

.hideme {
  display: none;
}

.showme {
  display: block;
}

.arrow {
  text-transform: lowercase;
  font-family: "ArrrowsRegular";
  font-weight: normal;
  text-transform: lowercase;
}

.label {
  font-size: 0.8em;
  font-family: "avenir-next-world", helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}

.error {
  color: #900;
}

.clear {
  clear: both;
}

.clearspace {
  clear: both;
  height: 20px;
}

.clearbigspace {
  clear: both;
  height: 50px;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0 0 8px 0;
  font-family: "avenir-next-world", helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #8b9eb7;
  line-height: 1.2em;
}

h1 {
  font-size: 3em;
}
@media only screen and (min-width: 1450px) {
  h1 {
    font-size: 3em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  h1 {
    font-size: 2.6em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  h1 {
    font-size: 2.3em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  h1 {
    font-size: 2.2em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  h1 {
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2.2em;
  }
}

h2 {
  font-family: "avenir-next-world", helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8em;
  color: #437aa8;
  padding: 0 0 2px 0;
}
@media only screen and (min-width: 1450px) {
  h2 {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  h2 {
    font-size: 1.6em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  h2 {
    font-size: 1.6em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  h2 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 1.4em;
  }
}

h3 {
  padding-top: 20px;
  font-size: 1.6em;
  font-family: "avenir-next-world", helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 1450px) {
  h3 {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  h3 {
    font-size: 1.4em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  h3 {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  h3 {
    font-size: 1.4em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  h3 {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 1.3em;
  }
}

h4 {
  padding-left: 1px;
  font-size: 0.9em;
  font-family: "avenir-next-world", helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1450px) {
  h4 {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  h4 {
    font-size: 0.9em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  h4 {
    font-size: 0.8em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  h4 {
    font-size: 0.8em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  h4 {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 480px) {
  h4 {
    font-size: 0.8em;
  }
}

h1.top, h2.top, h3.top, h4.top {
  margin-top: 0;
}

/*-------------------------------------------------- */
/* NAVIGATION STYLES */
/*-------------------------------------------------- */
h1.about {
  position: absolute;
  top: -42px;
  left: 1505px;
  margin: 0;
  width: auto;
  height: 30px;
  padding: 6px 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2em;
  background-color: #437aa8;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1450px) {
  h1.about {
    rotate: 0deg;
    display: flex;
    top: -42px;
    left: 1505px;
    width: auto;
    height: 30px;
    padding: 6px 30px;
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  h1.about {
    rotate: 0deg;
    display: flex;
    top: -42px;
    left: 1523px;
    width: auto;
    height: 30px;
    padding: 6px 30px;
    font-size: 1.1em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  h1.about {
    rotate: 0deg;
    display: flex;
    top: -40px;
    left: 1600px;
    width: auto;
    height: 30px;
    padding: 5px 25px;
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  h1.about {
    rotate: 0deg;
    display: flex;
    top: -32px;
    left: 1680px;
    width: auto;
    height: 24px;
    padding: 4px 18px 4px 20px;
    font-size: 0.9em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  h1.about {
    rotate: 45deg;
    display: flex;
    top: 16px;
    left: 1517px;
    width: 140px;
    height: 24px;
    padding: 4px 18px 4px 20px;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 480px) {
  h1.about {
    rotate: 45deg;
    display: flex;
    top: 12px;
    left: 1536px;
    width: 130px;
    height: 24px;
    padding: 4px 18px 4px 20px;
    font-size: 0.9em;
  }
}
h1.about:before {
  content: "";
  position: absolute;
  top: 42px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #437aa8;
}
@media only screen and (min-width: 1450px) {
  h1.about:before {
    top: 42px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #437aa8;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  h1.about:before {
    top: 42px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #437aa8;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  h1.about:before {
    top: 40px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #437aa8;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  h1.about:before {
    top: 32px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #437aa8;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  h1.about:before {
    top: 32px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #437aa8;
  }
}
@media only screen and (max-width: 480px) {
  h1.about:before {
    top: 32px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #437aa8;
  }
}

ul.primarynav {
  z-index: 3000;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (min-width: 1450px) {
  ul.primarynav {
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  ul.primarynav {
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  ul.primarynav {
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  ul.primarynav {
    top: 18px;
    right: 20px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  ul.primarynav {
    top: 18px;
    right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  ul.primarynav {
    top: 15px;
    right: 10px;
  }
}
ul.primarynav li {
  display: inline-block;
  padding: 0 15px 0 15px;
  font-size: 0.9em;
  color: #999;
  font-family: "avenir-next-world", helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  border-left: solid 1px #ccc;
}
@media only screen and (min-width: 1450px) {
  ul.primarynav li {
    display: inline-block;
    padding: 0 15px 0 15px;
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  ul.primarynav li {
    display: inline-block;
    padding: 0 15px 0 15px;
    font-size: 0.9em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  ul.primarynav li {
    display: block;
    padding: 0 10px 0 10px;
    font-size: 0.9em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  ul.primarynav li {
    display: block;
    padding: 0 10px 0 10px;
    font-size: 0.9em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  ul.primarynav li {
    display: block;
    padding: 0 10px 0 10px;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 480px) {
  ul.primarynav li {
    display: block;
    padding: 0 10px 0 10px;
    font-size: 0.9em;
  }
}
ul.primarynav li.first {
  border-left: none;
}
@media only screen and (min-width: 1450px) {
  ul.primarynav li.first {
    border-left: none;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  ul.primarynav li.first {
    border-left: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  ul.primarynav li.first {
    border-left: solid 1px #ccc;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  ul.primarynav li.first {
    border-left: solid 1px #ccc;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  ul.primarynav li.first {
    border-left: solid 1px #ccc;
  }
}
@media only screen and (max-width: 480px) {
  ul.primarynav li.first {
    border-left: solid 1px #ccc;
  }
}
ul.primarynav li .on {
  border-bottom: solid 6px #eee;
}
@media only screen and (min-width: 1450px) {
  ul.primarynav li .on {
    border-bottom: solid 6px #eee;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  ul.primarynav li .on {
    border-bottom: solid 6px #eee;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  ul.primarynav li .on {
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  ul.primarynav li .on {
    border-bottom: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  ul.primarynav li .on {
    border-bottom: none;
  }
}
@media only screen and (max-width: 480px) {
  ul.primarynav li .on {
    border-bottom: none;
  }
}
ul.primarynav li a, ul.primarynav li a:visited {
  color: #999;
}
ul.primarynav li a:hover, ul.primarynav li a:active {
  color: #25282a;
}
ul.primarynav li .on a, ul.primarynav li .on a:visited {
  color: #666;
}

#mobilenavlink {
  position: absolute;
  top: 40px;
  right: 0;
  width: auto;
  cursor: pointer;
}
@media only screen and (min-width: 1450px) {
  #mobilenavlink {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #mobilenavlink {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #mobilenavlink {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #mobilenavlink {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #mobilenavlink {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #mobilenavlink {
    display: block;
  }
}
#mobilenavlink p {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "avenir-next-world", helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-spacing: 1em;
  letter-spacing: 0.05em;
  color: #25282a;
}
#mobilenavlink div {
  margin: 2px 0 4px 0;
  width: 100%;
  height: 4px;
}

#mobilemenu {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  text-align: center;
}
#mobilemenu li {
  padding: 30px;
  color: #fff;
  font-size: 1.5em;
  border-bottom: 1px solid #fff;
}
#mobilemenu li:hover {
  background-color: #25282a;
}
#mobilemenu li a, #mobilemenu li a:visited {
  color: #fff;
}
#mobilemenu li.last {
  padding: 20px 30px 20px 30px;
  font-size: 0.8em;
  color: #fff;
  font-family: "avenir-next-world", helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
#mobilemenu li#closemobile {
  cursor: pointer;
}

/*-------------------------------------------------- */
/* HOME SHAPES */
/*-------------------------------------------------- */
/* fade in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.box, .box1, .box2 {
  z-index: 10;
  position: absolute;
  top: 2500px;
  left: -3500px;
  background: #437aa8;
  /*width: 2000px;
  height: 2000px;*/
  width: 4000px;
  height: 4000px;
  margin: 0 auto;
  transition: transform 0.5s linear;
  transform-origin: top left;
  transform-style: preserve-3D;
}
@media only screen and (min-width: 1450px) {
  .box, .box1, .box2 {
    left: -3500px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .box, .box1, .box2 {
    left: -3600px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .box, .box1, .box2 {
    left: -3700px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .box, .box1, .box2 {
    left: -3900px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .box, .box1, .box2 {
    left: -4000px;
  }
}
@media only screen and (max-width: 480px) {
  .box, .box1, .box2 {
    left: -4400px;
  }
}

.box {
  opacity: 0;
}

.box2 {
  z-index: 9;
  position: absolute;
  background: white;
  transform-origin: top left;
  top: 1300px;
  width: 6000px;
  height: 6000px;
  left: -320px;
  opacity: 1;
}
@media only screen and (min-width: 1450px) {
  .box2 {
    left: -320px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .box2 {
    left: -470px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .box2 {
    left: -640px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .box2 {
    left: -810px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .box2 {
    left: -995px;
  }
}
@media only screen and (max-width: 480px) {
  .box2 {
    left: -1060px;
  }
}

.box1 {
  z-index: 11;
  opacity: 1;
  display: block;
}
@media only screen and (min-width: 1450px) {
  .box1 {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .box1 {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .box1 {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .box1 {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .box1 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .box1 {
    display: none;
  }
}

.box-shadow {
  -webkit-box-shadow: 2px 0px 40px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 0px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0px 40px rgba(0, 0, 0, 0.3);
}

.box-shadow2 {
  -webkit-box-shadow: 0 -2380px 40px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -2380px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -2380px 40px rgba(0, 0, 0, 0.3);
}

.box-under {
  z-index: 8;
}

.box-over {
  z-index: 11;
}

.fade.opaque {
  -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.box-rotate, .box1-rotate {
  transform: rotate(-45deg);
}

.box2-rotate {
  transform-origin: top left;
  transform: rotate(-45deg);
}

button {
  display: block;
  margin: auto;
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 40;
}

.tagline {
  z-index: 500;
  position: absolute;
  top: 264px;
  left: 580px;
  font-family: helvetica, sans-serif;
  font-size: 1.9em;
  line-height: 1.2em;
  color: #fff;
  max-width: 350px;
}
@media only screen and (min-width: 1450px) {
  .tagline {
    top: 264px;
    left: 580px;
    font-size: 1.9em;
    max-width: 350px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .tagline {
    top: 258px;
    left: 570px;
    font-size: 1.8em;
    max-width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tagline {
    top: 250px;
    left: 550px;
    font-size: 1.7em;
    max-width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .tagline {
    top: 340px;
    left: 370px;
    font-size: 1.6em;
    max-width: 300px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .tagline {
    top: 300px;
    left: 306px;
    font-size: 1.5em;
    max-width: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .tagline {
    top: 250px;
    left: 42px;
    font-size: 1.4em;
    max-width: 300px;
  }
}

/*-------------------------------------------------- */
/* CONTENT STYLES */
/*-------------------------------------------------- */
.maincontent {
  z-index: 2000;
  position: relative;
  margin: 114px 50px 50px 800px;
  padding: 0;
}
@media only screen and (min-width: 1450px) {
  .maincontent {
    margin: 259px 50px 50px 800px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .maincontent {
    margin: 233px 50px 50px 655px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .maincontent {
    margin: 180px 50px 50px 520px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .maincontent {
    margin: 132px 40px 50px 380px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .maincontent {
    margin: 230px 50px 50px 98px;
  }
}
@media only screen and (max-width: 480px) {
  .maincontent {
    margin: 215px 30px 50px 40px;
  }
}
.maincontent a {
  font-family: "avenir-next-world", helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.maincontent p.intro {
  max-width: 1100px;
  font-family: "avenir-next-world", helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.4em;
}
@media only screen and (min-width: 1450px) {
  .maincontent p.intro {
    font-size: 1.8em;
    line-height: 1.4em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .maincontent p.intro {
    font-size: 1.7em;
    line-height: 1.4em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .maincontent p.intro {
    font-size: 1.6em;
    line-height: 1.35em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .maincontent p.intro {
    font-size: 1.3em;
    line-height: 1.35em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .maincontent p.intro {
    font-size: 1.3em;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 480px) {
  .maincontent p.intro {
    font-size: 1.2em;
    line-height: 1.4em;
  }
}
.maincontent p.intro .hilite {
  color: #437aa8;
  font-size: 1.2em;
  font-family: "avenir-next-world", helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*# sourceMappingURL=global.css.map */
