@charset "UTF-8";
/*! 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;
}

/* logo colors */
/* secondary palette */
/* hover colors */
/* typography */
/* screen size breakpoints */
/*
	@include responsive(xxlarge-screens) {  }
	@include responsive(xlarge-screens) {  }
	@include responsive(large-screens) {  }
	@include responsive(medium-screens) {  }
	@include responsive(small-screens) {  }
	@include responsive(xsmall-screens) {  }
	@include responsive(mobile-screens) {  }
*/
/*-------------------------------------------------- */
/* FOR TESTING ONLY */
/*-------------------------------------------------- */
p.screen {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px 20px 15px 10px;
  font-size: 9px;
  font-weight: bold;
  color: #ccc;
  opacity: 1;
}
p.screen:hover {
  opacity: 1;
}
p.screen:before {
  content: "XXL: 1920";
}
@media only screen and (min-width: 1920px) {
  p.screen:before {
    content: "XXL: 1920";
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  p.screen:before {
    content: "XL: 1450";
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  p.screen:before {
    content: "L: 1200";
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  p.screen:before {
    content: "M: 992";
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  p.screen:before {
    content: "S: 768";
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  p.screen:before {
    content: "XS: 480";
  }
}
@media only screen and (max-width: 480px) {
  p.screen:before {
    content: "MOBILE: 375";
  }
}

/*-------------------------------------------------- */
/* BEGIN CUSTOMIZED STYLES */
/*-------------------------------------------------- */
html, body {
  height: 100%;
}

body {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  background-color: #eeeeee;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 992px) {
  body {
    margin: 0;
  }
}

/*.jswarning { display: none; }
.no-js .jswarning { display: block; }
html.js .no-flicker { display: none; }*/
/*-------------------------------------------------- */
/* Z-INDEX */
/*-------------------------------------------------- */
#header {
  z-index: 1000;
}

#tabs {
  z-index: 1100;
}

.subnavframe.front {
  z-index: 500;
}

.primarylink.hover {
  z-index: 520;
}

.primarylink.front {
  z-index: 550;
}

p.screen {
  z-index: 1000;
}

#mobilemenu {
  z-index: 2000;
}

#overlay {
  z-index: 3000;
}

.modal {
  z-index: 3500;
}

#homeintro {
  z-index: 10;
}

/*-------------------------------------------------- */
/* PRIMARY POSITIONING */
/*-------------------------------------------------- */
#site {
  position: relative;
  width: 100%;
  display: grid;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 375px;
  max-width: 1750px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  grid-template-columns: 82px 2fr 1px 1fr 1fr 40px;
  grid-template-areas: "tabs logo nav nav nav nav" "tabs title title title title title" "tabs main main main side margin" "highlights highlights highlights highlights highlights highlights" "footer footer footer footer footer footer";
  grid-column-gap: 0;
  grid-row-gap: 0;
  /*@include responsive(medium-screens) {
  	grid-template-columns: 82px 2fr 1px 1fr 1fr 30px;
  	grid-template-areas: 
  		"tabs logo nav nav nav nav"
  		"tabs title title title title title"
  		"tabs main main main main margin"
  		"highlights highlights highlights highlights highlights highlights"
  		"footer footer footer footer footer footer";
  	}*/
}
@media only screen and (min-width: 1920px) {
  #site {
    grid-template-columns: 82px 2fr 1px 1fr 1fr 40px;
    grid-template-areas: "tabs logo nav nav nav nav" "tabs title title title title title" "tabs main main main side margin" "highlights highlights highlights highlights highlights highlights" "footer footer footer footer footer footer";
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #site {
    grid-template-columns: 82px 2fr 1px 1fr 1fr 40px;
    grid-template-areas: "tabs logo nav nav nav nav" "tabs title title title title title" "tabs main main main side margin" "highlights highlights highlights highlights highlights highlights" "footer footer footer footer footer footer";
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #site {
    grid-template-columns: 82px 2fr 1px 1fr 1fr 40px;
    grid-template-areas: "tabs logo nav nav nav nav" "tabs title title title title title" "tabs main main main side margin" "highlights highlights highlights highlights highlights highlights" "footer footer footer footer footer footer";
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #site {
    grid-template-columns: 82px 2fr 1px 1fr 1fr 30px;
    grid-template-areas: "tabs logo nav nav nav nav" "tabs title title title title title" "tabs main main main side margin" "highlights highlights highlights highlights highlights highlights" "footer footer footer footer footer footer";
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #site {
    grid-template-columns: 82px 2fr 1px 1fr 1fr 20px;
    grid-template-areas: "tabs logo nav nav nav nav" "tabs title title title title title" "tabs main main main main margin" "highlights highlights highlights highlights highlights highlights" "footer footer footer footer footer footer";
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #site {
    grid-template-columns: 82px 2fr 1px 1fr 1fr 20px;
    grid-template-areas: "tabs logo nav nav nav nav" "tabs title title title title title" "tabs main main main main margin" "highlights highlights highlights highlights highlights highlights" "footer footer footer footer footer footer";
  }
}
@media only screen and (max-width: 480px) {
  #site {
    grid-template-columns: 65px 2fr 1px 1fr 1fr 20px;
    grid-template-areas: "tabs logo nav nav nav nav" "tabs title title title title title" "tabs main main main main margin" "highlights highlights highlights highlights highlights highlights" "footer footer footer footer footer footer";
  }
}
#site.home {
  grid-template-columns: 82px 2fr 1px 1fr 1fr 40px;
  grid-template-areas: "tabs logo nav nav nav nav" "tabs title title title title title" "main main main main main main" "highlights highlights highlights highlights highlights highlights" "footer footer footer footer footer footer";
}
@media only screen and (max-width: 480px) {
  #site.home {
    grid-template-columns: 30px 2fr 1px 1fr 1fr 20px;
  }
}

#tabs {
  position: fixed;
  grid-area: tabs;
  margin: 0 auto;
  width: 72px;
  height: 500px;
  padding: 100px 0 0 0;
  overflow: hidden;
}
#tabs ul {
  width: 500px;
  height: 100px;
  font-size: 1.5em;
  text-align: right;
  transform-origin: top right;
  transform: rotate(-90deg);
  margin-left: -530px;
}
@media only screen and (min-width: 1920px) {
  #tabs ul {
    font-size: 1.5em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #tabs ul {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #tabs ul {
    font-size: 1.4em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #tabs ul {
    font-size: 1.3em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #tabs ul {
    font-size: 1.3em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #tabs ul {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  #tabs ul {
    font-size: 1.2em;
  }
}
#tabs ul li {
  display: inline;
  margin-left: 10px;
}
#tabs ul li:hover .tab {
  margin-bottom: -10px;
}
#tabs .tab {
  position: relative;
  display: inline-block;
  margin: 10px 0 10px 0;
  padding: 30px 20px 0 20px;
  width: auto;
  height: 36px;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  color: #fff;
  line-height: 1em;
  background-color: #5b7078;
  cursor: pointer;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
@media only screen and (min-width: 1920px) {
  #tabs .tab {
    height: 36px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #tabs .tab {
    height: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #tabs .tab {
    height: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #tabs .tab {
    height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #tabs .tab {
    height: 32px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #tabs .tab {
    height: 28px;
  }
}
@media only screen and (max-width: 480px) {
  #tabs .tab {
    height: 28px;
  }
}
#tabs .tab.dkgray {
  background-color: #5b7078;
}
#tabs .tab.red {
  background-color: #d55d3b;
}
#tabs .tab.teal {
  background-color: #8ec7ce;
}
#tabs .tab:hover {
  top: 10px;
}

#header {
  position: relative;
  display: grid;
  grid-area: logo;
  margin: 0 auto;
  width: 100%;
  height: 200px;
}
@media only screen and (min-width: 1920px) {
  #header {
    height: 200px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #header {
    height: 200px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #header {
    height: 183px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #header {
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header {
    height: 138px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #header {
    height: 136px;
  }
}
@media only screen and (max-width: 480px) {
  #header {
    height: 123px;
  }
}
#header .logo {
  position: absolute;
  top: 24px;
  left: 0;
  height: 160px;
}
@media only screen and (min-width: 1920px) {
  #header .logo {
    top: 24px;
    height: 160px;
    left: 0;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #header .logo {
    top: 24px;
    height: 153px;
    left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #header .logo {
    top: 24px;
    height: 135px;
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #header .logo {
    top: 24px;
    height: 105px;
    left: 4px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .logo {
    top: 24px;
    height: 90px;
    left: 4px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #header .logo {
    top: 24px;
    height: 90px;
    left: 4px;
  }
}
@media only screen and (max-width: 480px) {
  #header .logo {
    top: 35px;
    height: 85px;
    left: 3px;
  }
}
#header .logo.home {
  top: 120px;
  left: 0;
  height: 160px;
}
@media only screen and (min-width: 1920px) {
  #header .logo.home {
    top: 120px;
    height: 160px;
    left: 0;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #header .logo.home {
    top: 120px;
    height: 153px;
    left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #header .logo.home {
    top: 24px;
    height: 135px;
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #header .logo.home {
    top: 24px;
    height: 105px;
    left: 4px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .logo.home {
    top: 24px;
    height: 90px;
    left: 4px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #header .logo.home {
    top: 24px;
    height: 90px;
    left: 4px;
  }
}
@media only screen and (max-width: 480px) {
  #header .logo.home {
    top: 35px;
    height: 85px;
    left: 3px;
  }
}

#site.home #header {
  height: 200px;
}
@media only screen and (min-width: 1920px) {
  #site.home #header {
    height: 200px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #site.home #header {
    height: 200px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #site.home #header {
    height: 183px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #site.home #header {
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #site.home #header {
    height: 138px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #site.home #header {
    height: 130px;
  }
}
@media only screen and (max-width: 480px) {
  #site.home #header {
    height: 130px;
  }
}

#title {
  position: relative;
  grid-area: title;
  margin: 0 auto;
  width: 100%;
  height: 110px;
}
@media only screen and (min-width: 1920px) {
  #title {
    height: 110px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #title {
    height: 110px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #title {
    height: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #title {
    height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #title {
    height: 90px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #title {
    height: 66px;
  }
}
@media only screen and (max-width: 480px) {
  #title {
    height: 66px;
  }
}
#title .titleframe {
  display: inline-block;
}
#title .titleframe .horiz {
  bottom: 18px;
}
@media only screen and (min-width: 1920px) {
  #title .titleframe .horiz {
    bottom: 18px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #title .titleframe .horiz {
    bottom: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #title .titleframe .horiz {
    bottom: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #title .titleframe .horiz {
    bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #title .titleframe .horiz {
    bottom: 18px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #title .titleframe .horiz {
    bottom: 12px;
    width: calc(100% + 100px);
    margin-left: -100px;
  }
}
@media only screen and (max-width: 480px) {
  #title .titleframe .horiz {
    bottom: 12px;
    width: calc(100% + 100px);
    margin-left: -100px;
  }
}
#title h1 {
  z-index: 10;
  position: relative;
  padding-left: 188px;
}
#title h1 span {
  background-color: #fff;
}
@media only screen and (min-width: 1920px) {
  #title h1 {
    padding-left: 188px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #title h1 {
    padding-left: 178px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #title h1 {
    padding-left: 158px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #title h1 {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #title h1 {
    padding-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #title h1 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  #title h1 {
    padding-left: 0;
  }
}

#homecontent {
  position: relative;
  display: grid;
  grid-area: main;
  grid-template-columns: 82px 1fr 1px 1fr 40px;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-areas: "homeleft1 homeintro homegutter1 homeside homeright1" "hometag hometag hometag hometag hometag" "homeleft2 homestats homegutter2 homequote homeright2";
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 1920px) {
  #homecontent {
    grid-template-columns: 82px 1fr 1px 1fr 40px;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-areas: "homeleft1 homeintro homegutter1 homeside homeright1" "hometag hometag hometag hometag hometag" "homeleft2 homestats homegutter2 homequote homeright2";
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #homecontent {
    grid-template-columns: 82px 1fr 1px 1fr 40px;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-areas: "homeleft1 homeintro homegutter1 homeside homeright1" "hometag hometag hometag hometag hometag" "homeleft2 homestats homegutter2 homequote homeright2";
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #homecontent {
    grid-template-columns: 82px 1fr 1px 1fr 40px;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-areas: "homeleft1 homeintro homegutter1 homeside homeright1" "hometag hometag hometag hometag hometag" "homeleft2 homestats homegutter2 homequote homeright2";
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #homecontent {
    grid-template-columns: 82px 1fr 1px 1fr 40px;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-areas: "homeleft1 homeintro homegutter1 homeside homeright1" "hometag hometag hometag hometag hometag" "homeleft2 homestats homegutter2 homequote homeright2";
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #homecontent {
    grid-template-columns: 82px 1fr 1px 1fr 40px;
    grid-template-areas: "homeleft1 homeintro homegutter1 homeside homeright1" "hometag hometag hometag hometag hometag" "homeleft2 homestats homestats homestats homeright2" "homeleft2 homequote homequote homequote homeright2";
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #homecontent {
    grid-template-columns: 82px 1fr 40px;
    grid-template-areas: "homeleft1 homeintro homeright1" "hometag hometag hometag" "homeleft2 homestats homeright2" "homeleft2 homequote homeright2";
  }
}
@media only screen and (max-width: 480px) {
  #homecontent {
    grid-template-columns: 33px 1fr 20px;
    grid-template-areas: "homeleft1 homeintro homeright1" "hometag hometag hometag" "homeleft2 homestats homeright2" "homeleft2 homequote homeright2";
  }
}

#maincontent {
  position: relative;
  grid-area: main;
  margin: 0 auto;
  padding: 10px 50px 50px 190px;
  width: calc(100% - 240px);
  min-height: 500px;
}
@media only screen and (min-width: 1920px) {
  #maincontent {
    padding: 10px 50px 50px 190px;
    width: calc(100% - 240px);
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #maincontent {
    padding: 10px 50px 50px 180px;
    width: calc(100% - 230px);
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #maincontent {
    padding: 10px 30px 50px 160px;
    width: calc(100% - 190px);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #maincontent {
    padding: 10px 30px 50px 0;
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #maincontent {
    padding: 10px 20px 50px 0;
    width: calc(100% - 20px);
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #maincontent {
    padding: 10px 20px 50px 0;
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 480px) {
  #maincontent {
    padding: 10px 10px 50px 0;
    width: calc(100% - 10px);
  }
}
#maincontent .horiz {
  position: relative;
  bottom: auto;
  margin: 2px 0 10px 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #939da3, rgba(255, 255, 255, 0));
}
#maincontent .locationdetails {
  clear: both;
  position: relative;
}
#maincontent .locationdetails h3 {
  position: absolute;
  width: 210px;
  margin: 0;
  padding: 8px 0 0 0;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.04em;
  text-align: right;
}
@media only screen and (min-width: 1920px) {
  #maincontent .locationdetails h3 {
    position: absolute;
    width: 210px;
    padding: 8px 0 0 0;
    text-align: right;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #maincontent .locationdetails h3 {
    position: absolute;
    width: 210px;
    padding: 8px 0 0 0;
    text-align: right;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #maincontent .locationdetails h3 {
    position: absolute;
    width: 210px;
    padding: 6px 0 0 0;
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #maincontent .locationdetails h3 {
    position: absolute;
    width: 210px;
    padding: 6px 0 0 0;
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #maincontent .locationdetails h3 {
    position: relative;
    width: auto;
    padding: 6px 0 2px 0;
    text-align: left;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #maincontent .locationdetails h3 {
    position: relative;
    width: auto;
    padding: 6px 0 2px 0;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  #maincontent .locationdetails h3 {
    position: relative;
    width: auto;
    padding: 6px 0 2px 0;
    text-align: left;
  }
}
#maincontent .locationdetails p {
  margin: 0;
  padding: 0 0 12px 224px;
}
@media only screen and (min-width: 1920px) {
  #maincontent .locationdetails p {
    padding: 0 0 12px 224px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #maincontent .locationdetails p {
    padding: 0 0 12px 224px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #maincontent .locationdetails p {
    padding: 0 0 12px 224px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #maincontent .locationdetails p {
    padding: 0 0 12px 224px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #maincontent .locationdetails p {
    padding: 0 0 12px 0;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #maincontent .locationdetails p {
    padding: 0 0 12px 0;
  }
}
@media only screen and (max-width: 480px) {
  #maincontent .locationdetails p {
    padding: 0 0 12px 0;
  }
}

#sidebar {
  position: relative;
  grid-area: side;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  min-height: 500px;
  text-align: center;
}
#sidebar .vert {
  position: absolute;
  top: 16px;
  left: 0;
}
@media only screen and (min-width: 1920px) {
  #sidebar {
    display: block;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #sidebar {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #sidebar {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #sidebar {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #sidebar {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #sidebar {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #sidebar {
    display: none;
  }
}

.faqcontent h3.top {
  padding-top: 10px;
}
.faqcontent h4 {
  cursor: pointer;
  /*&:before {
  	content: ">";
  	}*/
}
.faqcontent .horiz {
  position: relative;
  bottom: auto;
  margin: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #939da3, rgba(255, 255, 255, 0));
}
.faqcontent .faqsectiontxt {
  display: none;
}
.faqcontent .arrowframe {
  float: left;
  display: inline-block;
  padding-right: 12px;
  margin-top: -3px;
}
.faqcontent .arrowframe.down {
  margin-top: -4px;
}
.faqcontent .arrow {
  border: solid #e98b69;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3.5px;
}
.faqcontent .arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.faqcontent .arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#highlights {
  position: relative;
  display: grid;
  margin: 0 auto;
  padding: 80px 0 20px 0;
  width: 100%;
  min-height: 50px;
  grid-area: highlights;
  grid-template-columns: 82px 1fr 1px 1fr 40px;
  /* match the right and left margins to #site, then each 1fr here is equal to 2fr in #site */
  grid-template-areas: "highltmargin col1 highgutter col2 highrtmargin";
  grid-column-gap: 0;
  background-color: #eeeeee;
}
@media only screen and (min-width: 1920px) {
  #highlights {
    grid-template-columns: 82px 1fr 1px 1fr 40px;
    grid-template-areas: "highltmargin col1 highgutter col2 highrtmargin";
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #highlights {
    grid-template-columns: 82px 1fr 1px 1fr 40px;
    grid-template-areas: "highltmargin col1 highgutter col2 highrtmargin";
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #highlights {
    grid-template-columns: 82px 1fr 1px 1fr 40px;
    grid-template-areas: "highltmargin col1 highgutter col2 highrtmargin";
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #highlights {
    grid-template-columns: 82px 1fr 1px 1fr 40px;
    grid-template-areas: "highltmargin col1 highgutter col2 highrtmargin";
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #highlights {
    grid-template-columns: 76px 1fr 20px;
    grid-template-areas: "highltmargin col1 highrtmargin" "highltmargin col2 highrtmargin";
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #highlights {
    grid-template-columns: 31px 1fr 20px;
    grid-template-areas: "highltmargin col1 highrtmargin" "highltmargin col2 highrtmargin";
  }
}
@media only screen and (max-width: 480px) {
  #highlights {
    grid-template-columns: 65px 1fr 20px;
    grid-template-areas: "highltmargin col1 highrtmargin" "highltmargin col2 highrtmargin";
  }
}
#highlights .col1 {
  grid-area: col1;
  padding-left: 190px;
  padding-right: 20px;
}
@media only screen and (min-width: 1920px) {
  #highlights .col1 {
    padding-left: 190px;
    padding-right: 20px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #highlights .col1 {
    padding-left: 180px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #highlights .col1 {
    padding-left: 50px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #highlights .col1 {
    padding-left: 50px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #highlights .col1 {
    padding-left: 50px;
    padding-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #highlights .col1 {
    padding-left: 50px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  #highlights .col1 {
    padding-left: 0;
    padding-right: 0;
  }
}
#highlights .col2 {
  grid-area: col2;
  padding-left: 40px;
  padding-right: 150px;
}
@media only screen and (min-width: 1920px) {
  #highlights .col2 {
    padding-left: 40px;
    padding-right: 150px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #highlights .col2 {
    padding-left: 40px;
    padding-right: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #highlights .col2 {
    padding-left: 30px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #highlights .col2 {
    padding-left: 25px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #highlights .col2 {
    padding-left: 50px;
    padding-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #highlights .col2 {
    padding-left: 50px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  #highlights .col2 {
    padding-left: 0;
    padding-right: 0;
  }
}

#footer {
  position: relative;
  display: grid;
  margin: 0;
  padding: 30px 0 20px 0;
  width: 100%;
  min-height: 100px;
  grid-area: footer;
  grid-template-columns: 82px 1fr 1px 1fr 40px;
  /* match the right and left margins to #site, then each 1fr here is equal to 2fr in #site */
  grid-template-areas: "ftrltmargin ftrcol1 ftrgutter ftrcol2 ftrrtmargin" "ftrltmargin ftrbtm ftrbtm ftrbtm ftrrtmargin";
  grid-column-gap: 0;
  background-color: #5b7078;
}
@media only screen and (min-width: 1920px) {
  #footer {
    grid-template-columns: 82px 1fr 1px 1fr 40px;
    grid-template-areas: "ftrltmargin ftrcol1 ftrgutter ftrcol2 ftrrtmargin" "ftrltmargin ftrbtm ftrbtm ftrbtm ftrrtmargin";
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #footer {
    grid-template-columns: 82px 1fr 1px 1fr 40px;
    grid-template-areas: "ftrltmargin ftrcol1 ftrgutter ftrcol2 ftrrtmargin" "ftrltmargin ftrbtm ftrbtm ftrbtm ftrrtmargin";
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #footer {
    grid-template-columns: 82px 1fr 1px 1fr 40px;
    grid-template-areas: "ftrltmargin ftrcol1 ftrgutter ftrcol2 ftrrtmargin" "ftrltmargin ftrbtm ftrbtm ftrbtm ftrrtmargin";
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #footer {
    grid-template-columns: 82px 1fr 1px 1fr 30px;
    grid-template-areas: "ftrltmargin ftrcol1 ftrgutter ftrcol2 ftrrtmargin" "ftrltmargin ftrbtm ftrbtm ftrbtm ftrrtmargin";
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #footer {
    grid-template-columns: 82px 1fr 1px 1fr 20px;
    grid-template-areas: "ftrltmargin ftrcol1 ftrgutter ftrcol2 ftrrtmargin" "ftrltmargin ftrbtm ftrbtm ftrbtm ftrrtmargin";
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #footer {
    grid-template-columns: 82px 1fr 20px;
    grid-template-areas: "ftrltmargin ftrcol1 ftrrtmargin" "ftrltmargin ftrbtm ftrrtmargin";
  }
}
@media only screen and (max-width: 480px) {
  #footer {
    grid-template-columns: 65px 1fr 20px;
    grid-template-areas: "ftrltmargin ftrcol1 ftrrtmargin" "ftrltmargin ftrbtm ftrrtmargin";
  }
}
#footer .ftrcol1 {
  position: relative;
  grid-area: ftrcol1;
}
#footer .ftrcol2 {
  position: relative;
  grid-area: ftrcol2;
  display: grid;
  grid-template-columns: 40px auto 30px auto 30px 1fr;
  grid-template-areas: "ftr2ltmargin ftr2col1 ftr2gutter1 ftr2col2 ftr2gutter2 ftr2col3";
  padding-top: 0;
}
@media only screen and (min-width: 1920px) {
  #footer .ftrcol2 {
    grid-template-columns: 40px auto 30px auto 30px 1fr;
    grid-template-areas: "ftr2ltmargin ftr2col1 ftr2gutter1 ftr2col2 ftr2gutter2 ftr2col3";
    padding-top: 0;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #footer .ftrcol2 {
    grid-template-columns: 40px auto 30px auto 30px 1fr;
    grid-template-areas: "ftr2ltmargin ftr2col1 ftr2gutter1 ftr2col2 ftr2gutter2 ftr2col3";
    padding-top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #footer .ftrcol2 {
    grid-template-columns: 30px auto 30px auto 30px 1fr;
    grid-template-areas: "ftr2ltmargin ftr2col1 ftr2gutter1 ftr2col2 ftr2gutter2 ftr2col3";
    padding-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #footer .ftrcol2 {
    grid-template-columns: 20px auto 20px auto 20px 1fr;
    grid-template-areas: "ftr2ltmargin ftr2col1 ftr2gutter1 ftr2col2 ftr2gutter2 ftr2col3";
    padding-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #footer .ftrcol2 {
    grid-template-columns: 20px auto 20px 1fr;
    grid-template-areas: "ftr2ltmargin ftr2col1 ftr2gutter1 ftr2col2" "ftr2ltmargin ftr2col1 ftr2gutter1 ftr2col3";
    padding-top: 8px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #footer .ftrcol2 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #footer .ftrcol2 {
    display: none;
  }
}
#footer .ftrcol2 p.ftr2col1 {
  grid-area: ftr2col1;
}
#footer .ftrcol2 p.ftr2col2 {
  grid-area: ftr2col2;
}
#footer .ftrcol2 p.ftr2col3 {
  grid-area: ftr2col3;
}
#footer .social {
  position: relative;
  display: block;
  float: right;
  width: 53px;
  height: 53px;
  overflow: hidden;
  margin-left: 10px;
}
#footer .social img {
  width: 179px;
  height: 116px;
  position: absolute;
  top: -2px;
  left: -5px;
}
#footer .social.instagram img {
  left: -5px;
}
#footer .social.facebook img {
  left: -63px;
}
#footer .social.linkedin img {
  left: -121px;
}
#footer .social:hover img {
  top: -61px;
}

#site.home #footer {
  grid-template-columns: 82px 1fr 1px 1fr 40px;
}
@media only screen and (min-width: 1920px) {
  #site.home #footer {
    grid-template-columns: 82px 1fr 1px 1fr 40px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #site.home #footer {
    grid-template-columns: 82px 1fr 1px 1fr 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #site.home #footer {
    grid-template-columns: 82px 1fr 1px 1fr 40px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #site.home #footer {
    grid-template-columns: 82px 1fr 1px 1fr 40px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #site.home #footer {
    grid-template-columns: 82px 1fr 1px 1fr 20px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #site.home #footer {
    grid-template-columns: 82px 1fr 20px;
  }
}
@media only screen and (max-width: 480px) {
  #site.home #footer {
    grid-template-columns: 33px 1fr 20px;
  }
}

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

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

a span {
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

p.endlink {
  padding: 24px 0 20px 0;
  line-height: 1em;
}
p.endlink a {
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
}
p.endlink a .linktxt {
  display: inline-block;
  height: 1.3em;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: solid 1px #939da3;
}

p, ul {
  margin: 0;
  padding: 0 0 24px 0;
  color: #222;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.3em;
  font-variant-numeric: oldstyle-nums;
}
p .hilite, ul .hilite {
  color: #d55d3b;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (min-width: 1920px) {
  p, ul {
    padding: 0 0 24px 0;
    font-size: 1.5em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  p, ul {
    padding: 0 0 22px 0;
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  p, ul {
    padding: 0 0 20px 0;
    font-size: 1.4em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  p, ul {
    padding: 0 0 18px 0;
    font-size: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  p, ul {
    padding: 0 0 18px 0;
    font-size: 1.4em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  p, ul {
    padding: 0 0 18px 0;
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 480px) {
  p, ul {
    padding: 0 0 18px 0;
    font-size: 1.3em;
  }
}

p.intro {
  padding: 0 0 28px 0;
  font-size: 2.2em;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
}
p.intro b, p.intro strong {
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (min-width: 1920px) {
  p.intro {
    font-size: 2.2em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  p.intro {
    font-size: 2.2em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  p.intro {
    font-size: 1.8em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  p.intro {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  p.intro {
    font-size: 1.8em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  p.intro {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  p.intro {
    font-size: 1.5em;
  }
}

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

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

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

.nowrap {
  white-space: nowrap;
}

.hideme {
  display: none;
}

.showme {
  display: block;
}

.label, .date {
  font-size: 0.9em;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.date {
  color: #222;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.error {
  color: #900;
}

.clear {
  clear: both;
}

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

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

.horiz {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to left, #939da3, rgba(255, 255, 255, 0));
}

.vert {
  position: relative;
  display: block;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #939da3, rgba(255, 255, 255, 0));
}

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

h1 {
  font-size: 4.8em;
}
@media only screen and (min-width: 1920px) {
  h1 {
    font-size: 4.8em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  h1 {
    font-size: 4.8em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  h1 {
    font-size: 4.3em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  h1 {
    font-size: 4em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  h1 {
    font-size: 3.8em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  h1 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2.6em;
  }
}

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

h3 {
  padding-top: 20px;
  font-size: 1.6em;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #689da3;
}
@media only screen and (min-width: 1920px) {
  h3 {
    font-size: 1.6em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  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.4em;
  }
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 1.3em;
  }
}

h4 {
  padding-left: 1px;
  font-size: 1.2em;
  font-family: "avenir-next-lt-pro-condensed", avenir, helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
h4 span {
  font-size: 150%;
}
@media only screen and (min-width: 1920px) {
  h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  h4 {
    font-size: 1.1em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  h4 {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 480px) {
  h4 {
    font-size: 1.1em;
  }
}

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

/*-------------------------------------------------- */
/* HEADER STYLES */
/*-------------------------------------------------- */
/*-------------------------------------------------- */
/* NAVIGATION STYLES */
/*-------------------------------------------------- */
.primarynav {
  position: relative;
  display: block;
  grid-area: nav;
  width: 100%;
}
@media only screen and (min-width: 1920px) {
  .primarynav {
    display: block;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .primarynav {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .primarynav {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .primarynav {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .primarynav {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .primarynav {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .primarynav {
    display: none;
  }
}
.primarynav .vert {
  position: absolute;
  display: block;
  height: 300px;
}
@media only screen and (min-width: 1920px) {
  .primarynav .vert {
    display: block;
    height: 300px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .primarynav .vert {
    display: block;
    height: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .primarynav .vert {
    display: block;
    height: 230px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .primarynav .vert {
    display: block;
    height: 180px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .primarynav .vert {
    display: block;
    height: 180px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .primarynav .vert {
    display: none;
    height: 180px;
  }
}
@media only screen and (max-width: 480px) {
  .primarynav .vert {
    display: none;
    height: 180px;
  }
}
.primarynav .horiz {
  position: absolute;
  bottom: 46px;
  margin-left: -400px;
  width: calc(100% + 400px);
}
@media only screen and (min-width: 1920px) {
  .primarynav .horiz {
    bottom: 46px;
    margin-left: -400px;
    width: calc(100% + 400px);
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .primarynav .horiz {
    bottom: 46px;
    margin-left: -400px;
    width: calc(100% + 400px);
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .primarynav .horiz {
    bottom: 45px;
    margin-left: -260px;
    width: calc(100% + 260px);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .primarynav .horiz {
    bottom: 47px;
    margin-left: -230px;
    width: calc(100% + 230px);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .primarynav .horiz {
    bottom: 34px;
    margin-left: -140px;
    width: calc(100% + 140px);
  }
}
.primarynav .subnavframe {
  display: none;
  position: absolute;
  top: 0;
  left: 2px;
  padding: 0;
  margin-top: 42px;
}
@media only screen and (min-width: 1920px) {
  .primarynav .subnavframe {
    margin-top: 42px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .primarynav .subnavframe {
    margin-top: 39px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .primarynav .subnavframe {
    margin-top: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .primarynav .subnavframe {
    margin-top: 36px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .primarynav .subnavframe {
    margin-top: 42px;
  }
}
.primarynav .link1 .subnavframe {
  left: -20px;
}
.primarynav .link6 .subnavframe, .primarynav .link5 .subnavframe {
  left: auto;
  right: -20px;
}
.primarynav .link6 .subnavframe .subnav, .primarynav .link5 .subnavframe .subnav {
  text-align: right;
}
.primarynav .subnav {
  display: block;
  position: relative;
  margin-top: 4px;
  padding: 20px;
  font-size: 18px;
  background-color: #fff;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.primarynav .subnav a {
  position: relative;
  display: block;
  white-space: nowrap;
}
.primarynav ul {
  position: relative;
  margin: 0;
  padding: 108px 0 0 40px;
}
@media only screen and (min-width: 1920px) {
  .primarynav ul {
    padding: 108px 0 0 40px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .primarynav ul {
    padding: 111px 0 0 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .primarynav ul {
    padding: 98px 0 0 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .primarynav ul {
    padding: 73px 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .primarynav ul {
    padding: 66px 0 0 20px;
  }
}
.primarynav ul li {
  display: inline-block;
  position: relative;
  padding-left: 36px;
  font-size: 1.3em;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.primarynav ul li a, .primarynav ul li a:visited {
  position: relative;
  color: #939da3;
  opacity: 0.75;
}
.primarynav ul li.on a.primary {
  opacity: 1;
  color: #5b7078;
  border-bottom: solid 8px #8ec7ce;
}
.primarynav ul li a.hover {
  opacity: 1;
  color: #5b7078;
}
.primarynav ul li a:hover, .primarynav ul li a:active, .primarynav ul li a.on:hover, .primarynav ul li a.on:active {
  color: #44545d;
  opacity: 1;
}
.primarynav ul li.link1 {
  padding-left: 0;
}
.primarynav ul li.menu {
  position: absolute;
  width: 30px;
  padding-left: 40px;
}
.primarynav ul li.menu div {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #b1b9bd;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1920px) {
  .primarynav ul li {
    padding-left: 36px;
    font-size: 1.3em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .primarynav ul li {
    padding-left: 22px;
    font-size: 1.15em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .primarynav ul li {
    padding-left: 22px;
    font-size: 1.15em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .primarynav ul li {
    padding-left: 22px;
    font-size: 1.1em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .primarynav ul li {
    padding-left: 22px;
    font-size: 1em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .primarynav ul li {
    padding-left: 22px;
    font-size: 1em;
  }
}
@media only screen and (max-width: 480px) {
  .primarynav ul li {
    padding-left: 22px;
    font-size: 1em;
  }
}
.primarynav ul li.link3 {
  display: inline-block;
}
@media only screen and (min-width: 1920px) {
  .primarynav ul li.link3 {
    display: inline-block;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .primarynav ul li.link3 {
    display: inline-block;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .primarynav ul li.link3 {
    display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .primarynav ul li.link3 {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .primarynav ul li.link3 {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .primarynav ul li.link3 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .primarynav ul li.link3 {
    display: none;
  }
}
.primarynav ul li.link4 {
  display: inline-block;
}
@media only screen and (min-width: 1920px) {
  .primarynav ul li.link4 {
    display: inline-block;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .primarynav ul li.link4 {
    display: inline-block;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .primarynav ul li.link4 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .primarynav ul li.link4 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .primarynav ul li.link4 {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .primarynav ul li.link4 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .primarynav ul li.link4 {
    display: none;
  }
}
.primarynav ul li.link5 {
  display: inline-block;
}
@media only screen and (min-width: 1920px) {
  .primarynav ul li.link5 {
    display: inline-block;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .primarynav ul li.link5 {
    display: inline-block;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .primarynav ul li.link5 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .primarynav ul li.link5 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .primarynav ul li.link5 {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .primarynav ul li.link5 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .primarynav ul li.link5 {
    display: none;
  }
}
.primarynav ul li.link6 {
  display: none;
}
@media only screen and (min-width: 1920px) {
  .primarynav ul li.link6 {
    display: none;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .primarynav ul li.link6 {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .primarynav ul li.link6 {
    display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .primarynav ul li.link6 {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .primarynav ul li.link6 {
    display: inline-block;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .primarynav ul li.link6 {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .primarynav ul li.link6 {
    display: inline-block;
  }
}
.primarynav ul li .more1 {
  display: none;
}
@media only screen and (min-width: 1920px) {
  .primarynav ul li .more1 {
    display: none;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .primarynav ul li .more1 {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .primarynav ul li .more1 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .primarynav ul li .more1 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .primarynav ul li .more1 {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .primarynav ul li .more1 {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .primarynav ul li .more1 {
    display: block;
  }
}
.primarynav ul li .more2 {
  display: none;
}
@media only screen and (min-width: 1920px) {
  .primarynav ul li .more2 {
    display: none;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .primarynav ul li .more2 {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .primarynav ul li .more2 {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .primarynav ul li .more2 {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .primarynav ul li .more2 {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .primarynav ul li .more2 {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .primarynav ul li .more2 {
    display: block;
  }
}
.primarynav ul li .more3 {
  display: none;
}
@media only screen and (min-width: 1920px) {
  .primarynav ul li .more3 {
    display: none;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .primarynav ul li .more3 {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .primarynav ul li .more3 {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .primarynav ul li .more3 {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .primarynav ul li .more3 {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .primarynav ul li .more3 {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .primarynav ul li .more3 {
    display: block;
  }
}

p.utilnav {
  z-index: 10;
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  text-align: right;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1920px) {
  p.utilnav {
    top: 20px;
    right: 30px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  p.utilnav {
    top: 20px;
    right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  p.utilnav {
    top: 20px;
    right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  p.utilnav {
    top: 20px;
    right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  p.utilnav {
    top: 10px;
    right: 30px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  p.utilnav {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  p.utilnav {
    display: none;
  }
}
p.utilnav a, p.utilnav a:visited, p.utilnav span {
  display: inline-block;
  margin-left: 12px;
  padding: 4px 0 4px 14px;
  color: #7dbcc2;
  border-left: 1px solid #b1b9bd;
}
p.utilnav span {
  color: #939da3;
}
p.utilnav a.first, p.utilnav a.first:visited {
  border: none;
}
p.utilnav a:hover, p.utilnav a:active {
  color: #44545d;
}

#mobilenavlink {
  position: absolute;
  top: 16px;
  right: 20px;
  width: auto;
  cursor: pointer;
}
@media only screen and (min-width: 1920px) {
  #mobilenavlink {
    display: none;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #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 {
    top: 16px;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #mobilenavlink {
    top: 18px;
    display: block;
  }
}
#mobilenavlink .horiz {
  position: absolute;
  display: block;
  bottom: -12px;
  margin-left: -100px;
  width: calc(100% + 100px);
}
@media (min-width: 480px) and (max-width: 768px) {
  #mobilenavlink .horiz {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #mobilenavlink .horiz {
    display: none;
  }
}
#mobilenavlink p {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #939da3;
}

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

/*-------------------------------------------------- */
/* HOME STYLES */
/*-------------------------------------------------- */
#homeintro {
  grid-area: homeintro;
  margin-right: 0;
  padding: 90px 0 0 190px;
}
@media only screen and (min-width: 1920px) {
  #homeintro {
    margin-right: 0;
    padding: 90px 0 0 190px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #homeintro {
    margin-right: 0;
    padding: 90px 0 0 190px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #homeintro {
    margin-right: 0;
    padding: 30px 0 60px 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #homeintro {
    margin-right: -50px;
    padding: 0 0 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #homeintro {
    margin-right: -40px;
    padding: 0 0 0 5px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #homeintro {
    margin-right: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  #homeintro {
    margin-right: 0;
    padding: 0 0 40px 0;
  }
}
#homeintro .homeintro {
  margin: 0;
  padding-bottom: 18px;
  font-size: 2.2em;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
}
#homeintro .homeintro b, #homeintro .homeintro strong {
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (min-width: 1920px) {
  #homeintro .homeintro {
    margin-left: 0;
    font-size: 2.2em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #homeintro .homeintro {
    margin-left: 0;
    font-size: 2.1em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #homeintro .homeintro {
    margin-left: 0;
    font-size: 1.9em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #homeintro .homeintro {
    margin-left: 0;
    font-size: 1.8em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #homeintro .homeintro {
    margin-left: 0;
    font-size: 1.6em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #homeintro .homeintro {
    margin-left: 0;
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 480px) {
  #homeintro .homeintro {
    margin-left: 0;
    font-size: 1.4em;
  }
}

#homegradient {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}
@media only screen and (min-width: 1920px) {
  #homegradient {
    display: none;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #homegradient {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #homegradient {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #homegradient {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #homegradient {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #homegradient {
    display: block;
    top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  #homegradient {
    display: block;
    top: 100px;
  }
}

#hometag {
  position: relative;
  grid-area: hometag;
  width: 100%;
  padding-bottom: 150px;
  overflow: hidden;
}
@media only screen and (min-width: 1920px) {
  #hometag {
    padding-bottom: 150px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #hometag {
    padding-bottom: 180px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #hometag {
    padding-bottom: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #hometag {
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #hometag {
    padding-bottom: 150px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #hometag {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 480px) {
  #hometag {
    padding-bottom: 0;
  }
}
#hometag .tagband {
  position: relative;
  top: 0;
  left: 0;
  width: 120%;
  height: 400px;
  transform-origin: top left;
  transform: rotate(11deg);
  background-color: #d55d3b;
}
@media only screen and (min-width: 1920px) {
  #hometag .tagband {
    height: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #hometag .tagband {
    height: 340px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #hometag .tagband {
    height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #hometag .tagband {
    height: 240px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #hometag .tagband {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  #hometag .tagband {
    height: 200px;
  }
}
#hometag p {
  position: absolute;
  padding: 0;
  top: 145px;
  left: 84px;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4em;
  line-height: 1.1em;
  color: #fff;
}
@media only screen and (min-width: 1920px) {
  #hometag p {
    top: 145px;
    left: 84px;
    font-size: 2.4em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #hometag p {
    top: 145px;
    left: 84px;
    font-size: 2.4em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #hometag p {
    top: 120px;
    left: 84px;
    font-size: 2.2em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #hometag p {
    top: 100px;
    left: 84px;
    font-size: 2em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #hometag p {
    top: 100px;
    left: 84px;
    font-size: 1.8em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #hometag p {
    top: 80px;
    left: 84px;
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 480px) {
  #hometag p {
    top: 60px;
    left: 33px;
    font-size: 1.3em;
  }
}
#hometag p span {
  display: block;
  margin-left: 100px;
}
@media only screen and (min-width: 1920px) {
  #hometag p span {
    margin-left: 100px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #hometag p span {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 480px) {
  #hometag p span {
    margin-left: 50px;
  }
}
#hometag .btmborder {
  position: absolute;
  top: 270px;
  left: -100px;
  width: 120%;
  height: 200px;
  transform-origin: top left;
  transform: rotate(3.6deg);
  background-color: #8ec7ce;
}
@media only screen and (min-width: 1920px) {
  #hometag .btmborder {
    top: 270px;
    width: 120%;
    height: 200px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #hometag .btmborder {
    top: 270px;
    width: 120%;
    height: 200px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #hometag .btmborder {
    top: 210px;
    width: 140%;
    height: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #hometag .btmborder {
    top: 180px;
    width: 140%;
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #hometag .btmborder {
    top: 170px;
    width: 140%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #hometag .btmborder {
    top: 130px;
    width: 140%;
  }
}
@media only screen and (max-width: 480px) {
  #hometag .btmborder {
    top: 110px;
    width: 140%;
  }
}
#hometag .btmborderedge {
  position: absolute;
  top: 330px;
  left: -100px;
  width: 120%;
  height: 300px;
  transform-origin: top left;
  transform: rotate(2.3deg);
  background-color: #fff;
}
@media only screen and (min-width: 1920px) {
  #hometag .btmborderedge {
    top: 330px;
    width: 120%;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #hometag .btmborderedge {
    top: 330px;
    width: 120%;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #hometag .btmborderedge {
    top: 250px;
    width: 140%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #hometag .btmborderedge {
    top: 205px;
    width: 140%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #hometag .btmborderedge {
    top: 195px;
    width: 140%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #hometag .btmborderedge {
    top: 155px;
    width: 140%;
  }
}
@media only screen and (max-width: 480px) {
  #hometag .btmborderedge {
    top: 135px;
    width: 140%;
  }
}

#homestats {
  margin: -100px auto 0 auto;
  position: relative;
  grid-area: homestats;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-areas: "statcircle1frame statspace1 statspace1" "statspace2 statlabel statcircle2frame" "statcircle3frame statcircle3frame statcircle2frame";
  max-width: 800px;
}
@media only screen and (min-width: 1920px) {
  #homestats {
    margin: -100px auto 0 auto;
    max-width: 800px;
    grid-template-columns: auto auto 1fr;
    grid-template-areas: "statcircle1frame statspace1 statspace1" "statspace2 statlabel statcircle2frame" "statcircle3frame statcircle3frame statcircle2frame";
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #homestats {
    margin: -160px auto 0 auto;
    max-width: 800px;
    grid-template-columns: auto auto 1fr;
    grid-template-areas: "statcircle1frame statspace1 statspace1" "statspace2 statlabel statcircle2frame" "statcircle3frame statcircle3frame statcircle2frame";
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #homestats {
    margin: -200px auto 0 0;
    max-width: 800px;
    grid-template-columns: auto auto 1fr;
    grid-template-areas: "statlabel statlabel statlabel" "statcircle1frame statspace1 statcircle2frame" "statcircle3frame statcircle3frame statcircle2frame";
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #homestats {
    margin: -200px auto 0 0;
    max-width: 800px;
    grid-template-columns: auto auto 1fr;
    grid-template-areas: "statlabel statlabel statlabel" "statcircle1frame statspace1 statcircle2frame" "statcircle3frame statcircle3frame statcircle2frame";
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #homestats {
    margin: -150px auto 0 0;
    max-width: none;
    grid-template-columns: auto auto 1fr;
    grid-template-areas: "statlabel statlabel statlabel" "statcircle1frame statspace1 statcircle2frame" "statcircle3frame statcircle3frame statcircle2frame";
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #homestats {
    margin: -150px auto 0 0;
    width: 100%;
    grid-template-columns: 1fr 10px 1fr;
    grid-template-areas: "statlabel statlabel statlabel" "statcircle1frame statspace1 statcircle2frame" "statcircle3frame statcircle3frame statcircle3frame";
  }
}
@media only screen and (max-width: 480px) {
  #homestats {
    margin: 0 auto 0 0;
    width: 100%;
    grid-template-columns: 1fr 10px 1fr;
    grid-template-areas: "statlabel statlabel statlabel" "statcircle1frame statcircle1frame statcircle1frame" "statcircle2frame statcircle2frame statcircle2frame" "statcircle3frame statcircle3frame statcircle3frame";
  }
}
#homestats .circle1frame {
  grid-area: statcircle1frame;
}
#homestats .circle2frame {
  grid-area: statcircle2frame;
}
#homestats .circle3frame {
  grid-area: statcircle3frame;
  display: flex;
  padding: 20px 0 50px 120px;
}
@media only screen and (min-width: 1920px) {
  #homestats .circle3frame {
    padding: 20px 0 50px 120px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #homestats .circle3frame {
    padding: 20px 0 50px 120px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #homestats .circle3frame {
    padding: 20px 0 50px 120px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #homestats .circle3frame {
    padding: 20px 0 50px 120px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #homestats .circle3frame {
    padding: 0 0 50px 200px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #homestats .circle3frame {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  #homestats .circle3frame {
    padding: 0;
  }
}
#homestats .statlabel {
  grid-area: statlabel;
  float: left;
}
#homestats .statlabel h4 {
  display: inline-block;
  margin: 0 30px 0 30px;
  padding: 20px 0 10px 0;
  color: #5b7078;
  white-space: nowrap;
  text-align: right;
}
@media only screen and (min-width: 1920px) {
  #homestats .statlabel h4 {
    margin: 0 30px 0 30px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #homestats .statlabel h4 {
    margin: 0 30px 0 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #homestats .statlabel h4 {
    margin: 0 30px 0 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #homestats .statlabel h4 {
    margin: 80px 30px 0 0;
  }
}
#homestats .statlabel .vert {
  position: absolute;
  margin: -10px 0 0 -20px;
  height: 100px;
}
#homestats .statlabel .horiz {
  position: absolute;
  display: inline-block;
  margin: 25px 0 0 -222px;
  width: 400px;
}
#homequote {
  position: relative;
  grid-area: homequote;
  margin-top: -20px;
  padding: 0 50px 0 40px;
  max-width: 900px;
}
@media only screen and (min-width: 1920px) {
  #homequote {
    margin-top: -20px;
    padding: 0 50px 0 40px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #homequote {
    margin-top: -80px;
    padding: 0 50px 0 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #homequote {
    margin-top: -140px;
    padding: 0 50px 0 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #homequote {
    margin-top: -80px;
    padding: 0 50px 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #homequote {
    margin-top: 0;
    padding: 0 20px 20px 0;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #homequote {
    margin-top: 20px;
    padding: 0 20px 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  #homequote {
    margin-top: 20px;
    padding: 0 20px 20px 0;
  }
}
#homequote .vert {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #939da3, rgba(255, 255, 255, 0));
}
@media only screen and (min-width: 1920px) {
  #homequote .vert {
    display: block;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #homequote .vert {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #homequote .vert {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #homequote .vert {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #homequote .vert {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #homequote .vert {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #homequote .vert {
    display: none;
  }
}
#homequote p {
  color: #61737c;
  font-size: 1.4em;
  line-height: 1.5em;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (min-width: 1920px) {
  #homequote p {
    font-size: 1.4em;
    line-height: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #homequote p {
    font-size: 1.3em;
    line-height: 1.4em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #homequote p {
    font-size: 1.2em;
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 480px) {
  #homequote p {
    font-size: 1.2em;
    line-height: 1.3em;
  }
}
#homequote p.byline {
  font-size: 1.1em;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#homequote p.byline span {
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}
#homequote p.first:before {
  content: "“";
  margin-left: -10px;
  display: inline-block;
  width: 10px;
}
#homequote p.endlink {
  line-height: 1em;
}

#feature {
  position: absolute;
  width: 100%;
  height: 900px;
  top: 154px;
  overflow: hidden;
  /*.btmborder {
  	position: absolute; 
  	top: 670px;
  	left: -100px;
  	width: 120%;
  	height: 200px;
  	transform-origin: top left;
  	transform: rotate(3.6deg);
  	background-color: $nst-teal;
  	}
  .btmborderedge {
  	position: absolute; 
  	top: 730px;
  	left: -100px;
  	width: 120%;
  	height: 300px;
  	transform-origin: top left;
  	transform: rotate(2.3deg);
  	background-color: $wht;
  	}*/
}
@media only screen and (min-width: 1920px) {
  #feature {
    top: 154px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #feature {
    top: 154px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #feature {
    top: 138px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #feature {
    top: 113px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #feature {
    top: 104px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #feature {
    top: 210px;
  }
}
@media only screen and (max-width: 480px) {
  #feature {
    top: 230px;
  }
}
#feature .featurephoto {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  max-width: 1150px;
}
@media only screen and (min-width: 1920px) {
  #feature .featurephoto {
    width: 58%;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #feature .featurephoto {
    width: 58%;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #feature .featurephoto {
    width: 58%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #feature .featurephoto {
    width: 58%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #feature .featurephoto {
    width: 65%;
    margin-right: -30px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #feature .featurephoto {
    width: 75%;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 480px) {
  #feature .featurephoto {
    width: 100%;
    margin-right: -60px;
  }
}
#feature .tagband {
  position: absolute;
  top: 360px;
  left: 0;
  width: 120%;
  height: 400px;
  transform-origin: top left;
  transform: rotate(11deg);
  background-color: #d55d3b;
}
#feature p {
  position: absolute;
  padding: 0;
  top: 520px;
  left: 84px;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4em;
  line-height: 1.1em;
  color: #fff;
}
#feature p span {
  display: block;
  margin-left: 100px;
}

/*-------------------------------------------------- */
/* MAIN CONTENT STYLES */
/*-------------------------------------------------- */
#sidebar h4 {
  font-size: 1.1em;
  text-align: left;
  color: #61737c;
  padding-left: 50px;
}
@media only screen and (min-width: 1920px) {
  #sidebar h4 {
    padding-left: 50px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #sidebar h4 {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #sidebar h4 {
    padding-left: 35px;
  }
}
#sidebar p.quote {
  color: #61737c;
  font-size: 1.3em;
  line-height: 1.3em;
  padding: 0 0 12px 50px;
  max-width: 400px;
  text-align: left;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (min-width: 1920px) {
  #sidebar p.quote {
    padding: 0 0 12px 50px;
    font-size: 1.3em;
    line-height: 1.4em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #sidebar p.quote {
    padding: 0 0 12px 40px;
    font-size: 1.3em;
    line-height: 1.4em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #sidebar p.quote {
    padding: 0 0 12px 35px;
    font-size: 1.3em;
    line-height: 1.4em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #sidebar p.quote {
    padding: 0 0 12px 30px;
    font-size: 1.3em;
    line-height: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #sidebar p.quote {
    font-size: 1.3em;
    line-height: 1.4em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #sidebar p.quote {
    font-size: 1.2em;
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 480px) {
  #sidebar p.quote {
    font-size: 1.2em;
    line-height: 1.3em;
  }
}
#sidebar p.quote.byline {
  font-size: 1.1em;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 30px;
}
#sidebar p.quote.byline span {
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}
#sidebar p.quote.first:before {
  content: "“";
  margin-left: -10px;
  display: inline-block;
  width: 10px;
  margin-top: 20px;
}
#sidebar .list {
  display: block;
  padding: 0 0 6px 0;
}

.snapshot {
  z-index: 10;
  position: relative;
  margin: 25px 0 30px 20px;
  padding: 0;
  width: 330px;
  height: 330px;
  transform: rotate(6deg);
  border: solid 8px #fff;
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1920px) {
  .snapshot {
    margin: 25px 0 30px 20px;
    width: 330px;
    height: 330px;
    border: solid 8px #fff;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .snapshot {
    margin: 25px 0 30px 20px;
    width: 280px;
    height: 280px;
    border: solid 7px #fff;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .snapshot {
    margin: 25px 0 30px 20px;
    width: 220px;
    height: 220px;
    border: solid 6px #fff;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .snapshot {
    margin: 25px 0 30px 20px;
    width: 190px;
    height: 190px;
    border: solid 5px #fff;
  }
}
.statcircle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: -60px 0 0 0;
  padding: 20px;
  aspect-ratio: 1/1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #eeeeee;
  /*&.home p {
  	max-width: 180px;
  	@include responsive(xxlarge-screens) { max-width: 180px; }
  	@include responsive(xlarge-screens) { max-width: 170px; }
  	@include responsive(large-screens) { max-width: 180px; }
  	@include responsive(medium-screens) { max-width: 180px; }
  	@include responsive(small-screens) { max-width: 180px; }
  	@include responsive(xsmall-screens) { max-width: none; }
  	@include responsive(mobile-screens) { font-size: none; }
  	}*/
}
@media only screen and (min-width: 1920px) {
  .statcircle {
    padding: 20px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .statcircle {
    padding: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .statcircle {
    padding: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .statcircle {
    padding: 10px;
  }
}
.statcircle.home {
  position: relative;
  display: inline-flex;
  margin: 0;
  top: auto;
  left: auto;
}
@media only screen and (min-width: 1920px) {
  .statcircle.home {
    background-color: #eeeeee;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .statcircle.home {
    background-color: #eeeeee;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .statcircle.home {
    background-color: #eeeeee;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .statcircle.home {
    background-color: #eeeeee;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .statcircle.home {
    background-color: #eeeeee;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .statcircle.home {
    background-color: transparent;
  }
}
@media only screen and (max-width: 480px) {
  .statcircle.home {
    background-color: transparent;
  }
}
.statcircle.home.circle1 {
  z-index: 10;
  margin: 0 0 -60px -10px;
}
@media only screen and (min-width: 1920px) {
  .statcircle.home.circle1 {
    margin: 0 0 -60px -10px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .statcircle.home.circle1 {
    margin: 0 0 -60px -10px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .statcircle.home.circle1 {
    margin: 20px 0 -60px -10px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .statcircle.home.circle1 {
    margin: 20px 0 -60px -10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .statcircle.home.circle1 {
    margin: 20px 0 -60px -10px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .statcircle.home.circle1 {
    display: block;
    aspect-ratio: auto;
    margin: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .statcircle.home.circle1 {
    display: block;
    aspect-ratio: auto;
    margin: 0 auto 10px auto;
  }
}
.statcircle.home.circle2 {
  float: none;
  margin-top: -50px;
}
@media only screen and (min-width: 1920px) {
  .statcircle.home.circle2 {
    float: none;
    margin-top: -50px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .statcircle.home.circle2 {
    float: none;
    margin-top: -50px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .statcircle.home.circle2 {
    float: none;
    margin-top: -20px;
    margin-left: -40px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .statcircle.home.circle2 {
    float: none;
    margin-top: -20px;
    margin-left: -150px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .statcircle.home.circle2 {
    float: right;
    margin-top: -20px;
    margin-left: -50px;
    margin-right: 20px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .statcircle.home.circle2 {
    display: block;
    aspect-ratio: auto;
    margin: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .statcircle.home.circle2 {
    display: block;
    aspect-ratio: auto;
    margin: 0 auto 10px auto;
  }
}
.statcircle.home.circle3 {
  margin: 0 auto;
}
@media only screen and (min-width: 1920px) {
  .statcircle.home.circle3 {
    margin-top: 0;
    margin-right: auto;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .statcircle.home.circle3 {
    margin-top: 0;
    margin-right: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .statcircle.home.circle3 {
    margin-top: 0;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .statcircle.home.circle3 {
    margin-top: 20px;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .statcircle.home.circle3 {
    margin-top: -20px;
    margin-right: 20px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .statcircle.home.circle3 {
    display: block;
    aspect-ratio: auto;
    margin: 0 auto 10px auto;
  }
}
@media only screen and (max-width: 480px) {
  .statcircle.home.circle3 {
    display: block;
    aspect-ratio: auto;
    margin: 0 auto 10px auto;
  }
}
.statcircle p {
  margin: 0;
  padding: 0 10px 5px 10px;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b7078;
  font-size: 1.4em;
  line-height: 1.2em;
}
.statcircle p.layered {
  padding-top: 10px;
}
@media only screen and (min-width: 1920px) {
  .statcircle p {
    font-size: 1.4em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .statcircle p {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .statcircle p {
    font-size: 1.3em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .statcircle p {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .statcircle p {
    font-size: 1.2em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .statcircle p {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  .statcircle p {
    font-size: 1.1em;
  }
}
.statcircle span {
  display: block;
  padding: 2px 0 8px 0;
  color: #7dbcc2;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 260%;
  font-variant-numeric: oldstyle-nums;
}
.statcircle span.descender {
  padding-bottom: 12px;
}
.statcircle span span {
  display: inline;
  padding: 0;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 80%;
}

.callout {
  position: relative;
  display: grid;
  float: right;
  margin: 0;
  grid-template-columns: 40px 1px calc((100vw - 123px) / 4 - 50px);
  /* to get the content column width for the callouts to keep in grid with the top nav vert:
  	100vw minus (82px left margin + 40px right margin + 1px gutter), 
  	then divided by 4 to get the value of 1fr in #site, 
  	then subtract the 50px right padding of main content */
  grid-template-areas: "calloutmargin calloutborder calloutcontent";
  grid-column-gap: 0;
}
@media only screen and (min-width: 1920px) {
  .callout {
    display: grid;
    float: right;
    margin: 0;
    grid-template-columns: 40px 1px calc((100vw - 123px) / 4 - 50px);
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .callout {
    display: grid;
    float: right;
    margin: 0;
    grid-template-columns: 40px 1px calc((100vw - 123px) / 4 - 50px);
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .callout {
    display: grid;
    float: right;
    margin: 0;
    grid-template-columns: 40px 1px calc((100vw - 123px) / 4 - 20px);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .callout {
    display: grid;
    float: right;
    margin: 0;
    grid-template-columns: 20px 1px calc((100vw - 123px) / 4 - 20px);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .callout {
    display: grid;
    float: right;
    margin: 0;
    grid-template-columns: 20px 1px 220px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .callout {
    display: block;
    float: none;
    margin: -16px 0 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .callout {
    display: block;
    float: none;
    margin: -16px 0 0 0;
  }
}
.callout .divider {
  position: relative;
  display: block;
  grid-area: calloutborder;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #939da3, rgba(255, 255, 255, 0));
}
@media only screen and (min-width: 1920px) {
  .callout .divider {
    display: block;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .callout .divider {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .callout .divider {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .callout .divider {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .callout .divider {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .callout .divider {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .callout .divider {
    display: none;
  }
}
.callout .content {
  grid-area: calloutcontent;
  margin: 0;
  padding: 0 0 40px 40px;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6em;
  line-height: 1.6em;
}
.callout .content h4 {
  color: #939da3;
  font-size: 70%;
  padding-bottom: 10px;
}
.callout .content a, .callout .content a:visited {
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.callout .content a span {
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 200;
  font-style: normal;
}
@media only screen and (min-width: 1920px) {
  .callout .content {
    padding: 0 0 40px 40px;
    font-size: 1.6em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .callout .content {
    padding: 0 0 40px 40px;
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .callout .content {
    padding: 0 0 40px 30px;
    font-size: 1.4em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .callout .content {
    padding: 0 0 40px 20px;
    font-size: 1.2em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .callout .content {
    padding: 0 0 40px 20px;
    font-size: 1.3em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .callout .content {
    padding: 0 0 10px 0;
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 480px) {
  .callout .content {
    padding: 0 0 10px 0;
    font-size: 1.3em;
  }
}
.callout .content .horiz {
  background-image: linear-gradient(to right, #939da3, rgba(255, 255, 255, 0));
  margin: 10px 0;
  display: none;
}
@media only screen and (min-width: 1920px) {
  .callout .content .horiz {
    display: none;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .callout .content .horiz {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .callout .content .horiz {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .callout .content .horiz {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .callout .content .horiz {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .callout .content .horiz {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .callout .content .horiz {
    display: block;
  }
}
.callout .content .listcolumns {
  /*columns: 1;
  @include responsive(xxlarge-screens) { columns: 1; }
  @include responsive(xlarge-screens) { columns: 1; }
  @include responsive(large-screens) { columns: 1; }
  @include responsive(medium-screens) { columns: 1; }
  @include responsive(small-screens) { columns: 1; }
  @include responsive(xsmall-screens) { columns: 2; column-gap: 10px; }
  @include responsive(mobile-screens) { columns: 1; }*/
}
.callout .content .listcolumns a {
  white-space: nowrap;
}

#highlights h2, #statistics h2 {
  position: absolute;
  top: 35px;
  left: 82px;
  padding-bottom: 6px;
  color: #5b7078;
  font-size: 1.4em;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  border-bottom: solid 6px #8ec7ce;
}
@media only screen and (min-width: 1920px) {
  #highlights h2, #statistics h2 {
    left: 82px;
    font-size: 1.4em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #highlights h2, #statistics h2 {
    left: 82px;
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #highlights h2, #statistics h2 {
    left: 82px;
    font-size: 1.4em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #highlights h2, #statistics h2 {
    left: 82px;
    font-size: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #highlights h2, #statistics h2 {
    left: 82px;
    font-size: 1.3em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #highlights h2, #statistics h2 {
    left: 82px;
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  #highlights h2, #statistics h2 {
    left: 65px;
    font-size: 1.2em;
  }
}

#highlights .checklist {
  position: relative;
  padding: 20px 0 20px 0;
}
@media only screen and (min-width: 1920px) {
  #highlights .checklist {
    padding: 20px 0 20px 0;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #highlights .checklist {
    padding: 20px 0 20px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #highlights .checklist {
    padding: 20px 0 10px 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #highlights .checklist {
    padding: 20px 0 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #highlights .checklist {
    padding: 10px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #highlights .checklist {
    padding: 10px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  #highlights .checklist {
    padding: 10px 0 0;
  }
}
#highlights .checklist .check {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 15px;
  left: -55px;
}
@media only screen and (min-width: 1920px) {
  #highlights .checklist .check {
    display: block;
    width: 44px;
    height: 44px;
    top: 15px;
    left: -55px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #highlights .checklist .check {
    display: block;
    width: 42px;
    height: 42px;
    top: 15px;
    left: -55px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #highlights .checklist .check {
    display: block;
    width: 40px;
    height: 40px;
    top: 15px;
    left: -55px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #highlights .checklist .check {
    display: block;
    width: 40px;
    height: 40px;
    top: 15px;
    left: -55px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #highlights .checklist .check {
    display: block;
    width: 36px;
    height: 36px;
    top: 7px;
    left: -46px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #highlights .checklist .check {
    display: none;
    width: 36px;
    height: 36px;
    top: 7px;
    left: -46px;
  }
}
@media only screen and (max-width: 480px) {
  #highlights .checklist .check {
    display: none;
    width: 36px;
    height: 36px;
    top: 7px;
    left: -46px;
  }
}
#highlights .checklist h3 {
  margin: 0;
  padding: 0 0 4px 0;
  font-size: 2.2em;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #d55d3b;
}
@media only screen and (min-width: 1920px) {
  #highlights .checklist h3 {
    font-size: 2.2em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #highlights .checklist h3 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #highlights .checklist h3 {
    font-size: 2em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #highlights .checklist h3 {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #highlights .checklist h3 {
    font-size: 1.7em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #highlights .checklist h3 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 480px) {
  #highlights .checklist h3 {
    font-size: 1.5em;
  }
}
#highlights .checklist p {
  padding-right: 40px;
  padding-bottom: 24px;
  max-width: 700px;
  font-size: 1.4em;
}
@media only screen and (min-width: 1920px) {
  #highlights .checklist p {
    padding-bottom: 24px;
    font-size: 1.4em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #highlights .checklist p {
    padding-bottom: 24px;
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #highlights .checklist p {
    padding-bottom: 18px;
    font-size: 1.3em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #highlights .checklist p {
    padding-bottom: 18px;
    font-size: 1.3em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #highlights .checklist p {
    padding-bottom: 18px;
    font-size: 1.3em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #highlights .checklist p {
    padding-bottom: 18px;
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 480px) {
  #highlights .checklist p {
    padding-bottom: 18px;
    font-size: 1.2em;
  }
}

#statistics {
  position: relative;
  display: grid;
  margin: 0 auto;
  padding: 70px 0 20px 0;
  width: 100%;
  min-height: 50px;
  grid-area: highlights;
  background-color: #eeeeee;
}
#statistics h2 {
  top: 15px;
}
#statistics .statsgrid {
  display: grid;
  padding: 0 40px 0 82px;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 40px;
}
@media only screen and (min-width: 1920px) {
  #statistics .statsgrid {
    padding: 0 50px 0 82px;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #statistics .statsgrid {
    padding: 0 50px 0 82px;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #statistics .statsgrid {
    padding: 0 50px 0 82px;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #statistics .statsgrid {
    padding: 0 50px 0 82px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #statistics .statsgrid {
    padding: 0 50px 0 82px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #statistics .statsgrid {
    padding: 0 50px 0 82px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  #statistics .statsgrid {
    padding: 0 60px 0 65px;
    grid-template-columns: 1fr;
  }
}
#statistics .statsgrid h3 {
  padding: 10px 0 0 0;
  color: #7dbcc2;
  font-size: 2.6em;
  line-height: 1em;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
#statistics .statsgrid h3 span {
  font-size: 80%;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#statistics .statsgrid p {
  padding-bottom: 16px;
  color: #5b7078;
  font-size: 1.1em;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

/*-------------------------------------------------- */
/* FOOTER STYLES */
/*-------------------------------------------------- */
#footer {
  border-top: solid 8px #ccc;
}
#footer .vert {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}
#footer .horiz {
  display: block;
  margin: 11px -150px 18px 0;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
@media only screen and (min-width: 1920px) {
  #footer .horiz {
    display: block;
    margin: 11px -150px 18px 0;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #footer .horiz {
    display: block;
    margin: 11px -150px 18px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #footer .horiz {
    display: block;
    margin: 11px -150px 18px 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #footer .horiz {
    display: block;
    margin: 11px -150px 12px 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #footer .horiz {
    display: block;
    margin: 11px -150px 12px 0;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #footer .horiz {
    display: block;
    margin: 11px -150px 12px 0;
  }
}
@media only screen and (max-width: 480px) {
  #footer .horiz {
    display: none;
  }
}
#footer p {
  padding-bottom: 0;
  min-width: 110px;
  color: #eeeeee;
  font-size: 0.95em;
  line-height: 1.3em;
  margin: 0;
  text-align: left;
}
@media only screen and (min-width: 1920px) {
  #footer p {
    font-size: 0.95em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #footer p {
    font-size: 0.95em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #footer p {
    font-size: 0.95em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #footer p {
    font-size: 0.95em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #footer p {
    font-size: 0.95em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #footer p {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 480px) {
  #footer p {
    font-size: 0.85em;
  }
}
#footer p a, #footer p a:visited {
  display: block;
  padding: 0;
  color: #eeeeee;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#footer p a.bold, #footer p a:visited.bold {
  padding: 8px 0 2px 0;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
#footer p a.bold.top, #footer p a:visited.bold.top {
  padding-top: 0;
}
#footer p a:hover, #footer p a:active {
  color: #fff;
}
#footer p.descript {
  padding-right: 50px;
  padding-bottom: 20px;
  font-size: 1.4em;
  line-height: 1.4em;
}
@media only screen and (min-width: 1920px) {
  #footer p.descript {
    padding-right: 50px;
    font-size: 1.4em;
    line-height: 1.4em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #footer p.descript {
    padding-right: 50px;
    font-size: 1.4em;
    line-height: 1.4em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #footer p.descript {
    padding-right: 50px;
    font-size: 1.3em;
    line-height: 1.3em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #footer p.descript {
    padding-right: 50px;
    font-size: 1.3em;
    line-height: 1.3em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #footer p.descript {
    padding-right: 30px;
    font-size: 1.2em;
    line-height: 1.3em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #footer p.descript {
    padding-right: 30px;
    font-size: 1.2em;
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 480px) {
  #footer p.descript {
    padding-right: 30px;
    font-size: 1.1em;
    line-height: 1.3em;
  }
}
#footer p.descript a {
  display: inline;
}
#footer p.descript b, #footer p.descript strong {
  color: #fff;
}
#footer .ftrcopyright {
  grid-area: ftrbtm;
  padding: 20px 0 10px 0;
}
#footer .ftrcopyright .line2 {
  display: block;
}
@media only screen and (min-width: 1920px) {
  #footer .ftrcopyright .line2 {
    display: block;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #footer .ftrcopyright .line2 {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #footer .ftrcopyright .line2 {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #footer .ftrcopyright .line2 {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #footer .ftrcopyright .line2 {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #footer .ftrcopyright .line2 {
    display: inline;
  }
}
@media only screen and (max-width: 480px) {
  #footer .ftrcopyright .line2 {
    display: inline;
  }
}

/*-------------------------------------------------- */
/* MODAL WINDOW STYLES */
/*-------------------------------------------------- */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal {
  display: none;
  position: absolute;
  top: 10vh;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80vw;
  max-width: 1100px;
  background-color: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.7);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.7);
}
.modal .titlebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #939da3;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.modal .titlebar.dkgray {
  background-color: #939da3;
}
.modal .titlebar.red {
  background-color: #d55d3b;
}
.modal .titlebar.teal {
  background-color: #8ec7ce;
}
@media only screen and (min-width: 1920px) {
  .modal .titlebar {
    height: 100px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .modal .titlebar {
    height: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .modal .titlebar {
    height: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .modal .titlebar {
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .modal .titlebar {
    height: 90px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .modal .titlebar {
    height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .modal .titlebar {
    height: 70px;
  }
}
.modal .titlebar h1 {
  position: absolute;
  padding: 0 20px 0 50px;
  bottom: 10px;
  color: #fff;
  font-size: 2.2em;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 1920px) {
  .modal .titlebar h1 {
    padding: 0 20px 0 50px;
    bottom: 10px;
    font-size: 2.2em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .modal .titlebar h1 {
    padding: 0 20px 0 50px;
    bottom: 10px;
    font-size: 2.2em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .modal .titlebar h1 {
    padding: 0 20px 0 50px;
    bottom: 10px;
    font-size: 2.2em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .modal .titlebar h1 {
    padding: 0 20px 0 50px;
    bottom: 10px;
    font-size: 2.1em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .modal .titlebar h1 {
    padding: 0 20px 0 40px;
    bottom: 10px;
    font-size: 1.8em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .modal .titlebar h1 {
    padding: 0 20px 0 40px;
    bottom: 10px;
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 480px) {
  .modal .titlebar h1 {
    padding: 0 20px 0 30px;
    bottom: 7px;
    font-size: 1.4em;
  }
}
.modal .titlebar h1 span {
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.modal .titlebar .modalclose {
  z-index: 50;
  position: absolute;
  top: 20px;
  right: 30px;
  text-transform: uppercase;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9em;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #fff;
  cursor: pointer;
}
@media only screen and (min-width: 1920px) {
  .modal .titlebar .modalclose {
    top: 20px;
    right: 30px;
    font-size: 0.9em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .modal .titlebar .modalclose {
    top: 20px;
    right: 30px;
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .modal .titlebar .modalclose {
    top: 20px;
    right: 30px;
    font-size: 0.9em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .modal .titlebar .modalclose {
    top: 20px;
    right: 30px;
    font-size: 0.9em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .modal .titlebar .modalclose {
    top: 20px;
    right: 30px;
    font-size: 0.9em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .modal .titlebar .modalclose {
    top: 16px;
    right: 30px;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 480px) {
  .modal .titlebar .modalclose {
    top: 14px;
    right: 25px;
    font-size: 0.8em;
  }
}
.modal .contentbox {
  position: relative;
  display: grid;
  padding: 120px 50px 50px 50px;
  grid-template-columns: 5fr 2fr;
  grid-column-gap: 50px;
}
@media only screen and (min-width: 1920px) {
  .modal .contentbox {
    padding: 120px 50px 50px 50px;
    grid-template-columns: 5fr 2fr;
    grid-column-gap: 50px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .modal .contentbox {
    padding: 120px 50px 50px 50px;
    grid-template-columns: 5fr 2fr;
    grid-column-gap: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .modal .contentbox {
    padding: 120px 50px 50px 50px;
    grid-template-columns: 5fr 2fr;
    grid-column-gap: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .modal .contentbox {
    padding: 120px 50px 40px 50px;
    grid-template-columns: 5fr 2fr;
    grid-column-gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .modal .contentbox {
    padding: 110px 30px 30px 40px;
    grid-template-columns: 5fr 2fr;
    grid-column-gap: 30px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .modal .contentbox {
    padding: 100px 30px 10px 40px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .modal .contentbox {
    padding: 85px 20px 10px 30px;
    grid-template-columns: 1fr;
  }
}
.modal .contentbox p {
  padding-bottom: 12px;
  font-size: 1.2em;
}
@media only screen and (min-width: 1920px) {
  .modal .contentbox p {
    font-size: 1.2em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .modal .contentbox p {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .modal .contentbox p {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .modal .contentbox p {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .modal .contentbox p {
    font-size: 1.2em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .modal .contentbox p {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  .modal .contentbox p {
    font-size: 1.1em;
  }
}
.modal .contentbox p.button {
  margin-bottom: 0;
}
.modal .contentbox p.modalintro {
  font-size: 1.8em;
  padding-bottom: 12px;
}
@media only screen and (min-width: 1920px) {
  .modal .contentbox p.modalintro {
    font-size: 1.8em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .modal .contentbox p.modalintro {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .modal .contentbox p.modalintro {
    font-size: 1.8em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .modal .contentbox p.modalintro {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .modal .contentbox p.modalintro {
    font-size: 1.5em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .modal .contentbox p.modalintro {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  .modal .contentbox p.modalintro {
    font-size: 1.4em;
  }
}
.modal .contentbox p.sidetxt {
  padding-top: 6px;
  font-size: 1.2em;
}
@media only screen and (min-width: 1920px) {
  .modal .contentbox p.sidetxt {
    font-size: 1.2em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .modal .contentbox p.sidetxt {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .modal .contentbox p.sidetxt {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .modal .contentbox p.sidetxt {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .modal .contentbox p.sidetxt {
    font-size: 1.1em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .modal .contentbox p.sidetxt {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  .modal .contentbox p.sidetxt {
    font-size: 1.2em;
  }
}
.modal .contentbox p.sidetxt a {
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.modal .contentbox p.sidetxt a.list {
  display: block;
  padding: 0 0 6px 0;
}
.modal .contentbox p.sidetxt a span {
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.modal .sidetxtframe {
  padding: 6px 0 20px 0;
}
.modal .sidetxtframe h4 {
  color: #939da3;
  padding-bottom: 0;
}
@media only screen and (min-width: 1920px) {
  .modal .sidetxtframe {
    padding: 7px 0 20px 0;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .modal .sidetxtframe {
    padding: 7px 0 20px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .modal .sidetxtframe {
    padding: 7px 0 20px 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .modal .sidetxtframe {
    padding: 6px 0 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .modal .sidetxtframe {
    padding: 4px 0 20px 0;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .modal .sidetxtframe {
    padding: 6px 0 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .modal .sidetxtframe {
    padding: 6px 0 20px 0;
  }
}

/*-------------------------------------------------- */
/* FORM STYLES */
/*-------------------------------------------------- */
a.button, a.button:visited, .button {
  display: inline-block;
  margin: 12px 14px 20px -2px;
  padding: 8px 20px 8px 20px;
  color: #fff;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  background-color: #939da3;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media only screen and (min-width: 1920px) {
  a.button, a.button:visited, .button {
    font-size: 1em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  a.button, a.button:visited, .button {
    font-size: 1em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  a.button, a.button:visited, .button {
    font-size: 1em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  a.button, a.button:visited, .button {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  a.button, a.button:visited, .button {
    font-size: 1em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  a.button, a.button:visited, .button {
    font-size: 1em;
  }
}
@media only screen and (max-width: 480px) {
  a.button, a.button:visited, .button {
    font-size: 1em;
  }
}
a.button.teal, a.button:visited.teal, .button.teal {
  background-color: #7dbcc2;
}
a.button.red, a.button:visited.red, .button.red {
  background-color: #d55d3b;
}
a.button.dkgray, a.button:visited.dkgray, .button.dkgray {
  background-color: #5b7078;
}
a.button.disabled, a.button:visited.disabled, .button.disabled {
  opacity: 0.3;
  pointer-events: none;
}

a.button:hover, a.button:active, .button:hover {
  color: #fff;
  background-color: #44545d;
}

#homecontent .buttongroup {
  margin-right: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 1920px) {
  #homecontent .buttongroup {
    margin-right: 0;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #homecontent .buttongroup {
    margin-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #homecontent .buttongroup {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #homecontent .buttongroup {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #homecontent .buttongroup {
    margin-right: -120px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #homecontent .buttongroup {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  #homecontent .buttongroup {
    margin-right: 0;
  }
}

#homecontent .button {
  margin: 12px 10px 20px -2px;
  padding: 12px 24px 11px 24px;
  font-size: 1.2em;
}
@media only screen and (min-width: 1920px) {
  #homecontent .button {
    margin: 12px 10px 20px -2px;
    padding: 12px 24px 11px 24px;
    font-size: 1.2em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #homecontent .button {
    margin: 12px 10px 20px -2px;
    padding: 11px 22px 10px 22px;
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #homecontent .button {
    margin: 12px 10px 20px -2px;
    padding: 10px 22px 10px 22px;
    font-size: 1em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #homecontent .button {
    margin: 12px 10px 20px -2px;
    padding: 8px 20px 8px 20px;
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #homecontent .button {
    margin: 0 6px 0 -2px;
    padding: 8px 20px 8px 20px;
    font-size: 1em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #homecontent .button {
    margin: 0 0 10px -2px;
    padding: 8px 20px 8px 20px;
    font-size: 1em;
    width: 90px;
    text-align: center;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #homecontent .button {
    margin: 0 0 10px -2px;
    padding: 8px 20px 8px 20px;
    font-size: 1em;
    width: 90px;
    text-align: center;
    display: block;
  }
}

.button.teal:hover {
  background-color: #689da3;
}

.button.red:hover {
  background-color: #b85641;
}

.button.dkgray:hover {
  background-color: #44545d;
}

input, select, textarea {
  margin: 10px 0 0 0;
  padding: 6px 14px;
  min-height: 40px;
  color: #5b7078;
  font-family: "avenir-next-world", avenir, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 90%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  border-right: solid 10px #eeeeee;
  background: #eeeeee;
  background-color: #eeeeee;
}

#maincontent.contact input, #maincontent.contact select, #maincontent.contact textarea {
  margin-top: 0;
  width: 80%;
}
#maincontent.contact textarea {
  height: 200px;
}
#maincontent.contact input[type=submit] {
  width: auto;
}
#maincontent.contact h4 {
  margin: 0;
  padding: 10px 0 4px 0;
}

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