/*!
Theme Name: encore
*/
.indent {
  text-indent: -9999em;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}
/* Forms
	========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Rhatchetre the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
	========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus {
  outline: #2379BB auto 3px;
}
img {
  max-width: 100%;
}
a,
a:visited {
  text-decoration: none;
  transition: ease all 0.3s;
  outline: none;
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  text-decoration: none;
}
a:active,
a:visited:active {
  text-decoration: none;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: bold;
  line-height: 1.3;
  color: #4786C6;
}
h1,
.h1 {
  font-size: calc(3.9*1rem);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(3.9*1rem);
  }
}
@media screen and (min-width: 980px) {
  h1,
  .h1 {
    font-size: calc(3.9*1rem);
  }
}
h2,
.h2 {
  font-size: calc(3.9*1rem);
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(3.9*1rem);
  }
}
@media screen and (min-width: 980px) {
  h2,
  .h2 {
    font-size: calc(3.9*1rem);
  }
}
.btn {
  display: inline-block;
  appearance: none;
  background: transparent;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
  line-height: normal;
}
.button {
  position: relative;
  display: block;
  line-height: 74px;
  height: 74px;
  border: 1px solid rgba(34, 34, 34, 0);
  background: #4786C6;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  transition: ease all 0.3s;
  margin-bottom: 10px;
}
.button:hover {
  background: #303030;
  color: #fff;
}
.grad {
  padding: 10px;
  background: url(/encore/assets/img/rightfade.png) top left repeat-x;
  background-size: cover;
}
.gradalt {
  background: url(/encore/assets/img/leftfade.png) top left repeat-x;
}
.outline {
  background: none;
  border: 2px solid #4786C6;
  color: #000;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
nav,
.nav,
nav ul,
.nav ul {
  list-style-type: none;
  padding-left: 0;
}
hr {
  border: none;
  background: #eee;
  height: 2px;
  width: 60px;
  margin: 35px auto 0;
}
.alignleft,
.alignright {
  margin-bottom: 1em;
}
address {
  font-style: normal;
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.screen-reader-text {
  position: absolute !important;
  left: -999em;
}
.html-times {
  font-size: 1.5em;
  vertical-align: sub;
}
form {
  margin: auto;
  max-width: 780px;
}
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form select,
form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 5rem;
  border: 0;
  text-indent: 20px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: 'Poppins', 'Inter', Helvetica, Arial, sans-serif;
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  text-indent: 0px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: 'Poppins', 'Inter', Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  border: 0;
  width: 100%;
  max-width: 265px;
  margin: auto;
  cursor: pointer;
  box-sizing: border-box;
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form label {
  font-weight: bold;
}
form .field-wrapper {
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .fields,
  reform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .iwrap,
  .form-group,
  .field-wrap {
    width: 100%;
    padding-bottom: 12px;
  }
  .iwrap.quarter,
  .form-group.quarter,
  .field-wrap.quarter {
    width: 23%;
  }
  .iwrap.half,
  .form-group.half,
  .field-wrap.half {
    width: 48%;
  }
  .iwrap.third,
  .form-group.third,
  .field-wrap.third {
    width: 73%;
  }
  .iwrap.one-third,
  .form-group.one-third,
  .field-wrap.one-third {
    width: 31%;
  }
  .iwrap.two-thirds,
  .form-group.two-thirds,
  .field-wrap.two-thirds {
    width: 65%;
  }
  .iwrap.textarea,
  .form-group.textarea,
  .field-wrap.textarea,
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit,
  .iwrap.full,
  .form-group.full,
  .field-wrap.full {
    width: 100%;
  }
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Poppins', 'Inter', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #303030;
}
#site {
  position: relative;
  padding: 0 15px;
  overflow: hidden;
}
img {
  display: block;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1400px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  #site {
    display: flex;
    max-width: 1430px;
    margin: auto;
    overflow: hidden;
  }
  #site main {
    width: calc(100% - 420px);
  }
}
@font-face {
  font-family: 'fa-subset';
  src: url('assets/fa-subset.ttf?kg94j6') format('truetype'), url('assets/fa-subset.woff?kg94j6') format('woff'), url('assets/fa-subset.svg?kg94j6#fa-subset') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="fa-"],
[class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fa-subset' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-pinterest:before {
  content: "\f231";
}
.fa-youtube:before {
  content: "\f16a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-search:before {
  content: "\f002";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-play:before {
  content: "\f04b";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-share:before {
  content: "\f064";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-reply:before {
  content: "\f112";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
#header {
  position: relative;
  background: #fff;
  padding: 0 0 30px;
}
#header .inner {
  max-width: 303px;
  margin: auto;
}
#header #logo {
  display: block;
  width: 303px;
  margin-bottom: 30px;
}
#header #nav {
  font-weight: bold;
  padding: 40px 0 0;
  text-align: center;
  display: none;
}
#header #nav li {
  padding: 2px 0;
}
#header #nav a {
  color: #303030;
  text-transform: uppercase;
  font-size: 1.8rem;
}
#header #nav a:hover {
  color: #4786C6;
}
#header #grip {
  position: relative;
  display: block;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 3px;
  font-size: 32px;
}
#header #grip span {
  display: none;
}
#header #call {
  text-align: center;
  font-weight: bold;
  padding-top: 40px;
  font-size: 2rem;
}
#header #call a {
  color: #303030;
  text-decoration: none;
}
#header #call a:hover {
  color: #4786C6;
}
#header #quick-action {
  padding-top: 40px;
  text-align: center;
}
#header #quick-action a {
  position: relative;
  display: block;
  line-height: 74px;
  height: 74px;
  border: 1px solid rgba(34, 34, 34, 0);
  background: #4786C6;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  transition: ease all 0.3s;
  margin-bottom: 10px;
}
#header #quick-action a:hover {
  background: #303030;
  color: #fff;
}
@media screen and (min-width: 980px) {
  #header {
    width: 380px;
    min-width: 380px;
    max-width: 380px;
  }
  #header #grip {
    display: none;
  }
  #header #nav {
    display: block;
  }
}
#footer {
  position: relative;
  padding: 25px;
  background: #5a99d8;
  color: #fff;
}
#footer .inner {
  overflow: hidden;
}
#footer h3 {
  color: #fff;
  font-size: 16px;
}
#footer a {
  color: #000;
}
#footer a:hover {
  text-decoration: underline;
}
#footer nav {
  float: left;
  width: 45%;
}
#footer .location {
  float: right;
  width: 50%;
  padding-bottom: 25px;
}
#footer .location ul {
  display: flex;
  padding-top: 5px;
  justify-content: start;
}
#footer .location li {
  width: 32px;
  height: 32px;
  list-style: none;
  padding: 0 10px 0 0;
}
#footer .location a {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 20px;
}
#footer .location a:hover {
  opacity: 0.5;
}
#footer .location svg {
  height: 24px;
  width: 24px;
}
@media screen and (min-width: 980px) {
  #footer .inner {
    display: flex;
    flex-wrap: wrap;
  }
  #footer nav {
    position: relative;
    float: none;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
  }
  #footer nav ul {
    display: flex;
    justify-content: space-between;
  }
  #footer nav li {
    padding-right: 10px;
  }
  #footer nav a {
    font-size: 1.7rem;
    text-transform: uppercase;
    line-height: 1.35;
  }
  #footer nav a:hover {
    color: #000;
  }
  #footer .location {
    width: 50%;
    text-align: center;
    padding: 60px 0 30px;
  }
  #footer .location h3 {
    font-size: 1.9rem;
  }
  #footer .location ul {
    justify-content: center;
  }
}
#company-meta {
  padding: 10px 0 25px;
}
#company-meta #logo {
  display: block;
  position: relative;
  max-width: 303px;
  margin: 0 auto;
}
#company-meta #logo img {
  display: block;
  width: 100%;
  margin: auto;
}
#company-meta p {
  padding-top: 45px;
  text-align: center;
}
#company-meta p a {
  color: #333;
  text-decoration: underline;
}
#company-meta p a:hover {
  text-decoration: none;
}
@media screen and (min-width: 980px) {
  #company-meta #logo {
    float: left;
    width: 200px;
  }
  #company-meta p {
    float: right;
  }
}
.feature {
  background: url(/encore/assets/img/fade.png) top left no-repeat;
  background-size: cover;
  padding: 15px;
  text-align: center;
}
.feature article {
  font-size: 2rem;
  padding-bottom: 15px;
  color: #4786C6;
}
.feature aside a {
  position: relative;
  display: block;
  line-height: 74px;
  height: 74px;
  border: 1px solid rgba(34, 34, 34, 0);
  background: #4786C6;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  transition: ease all 0.3s;
  margin-bottom: 10px;
  background: none;
  border: 2px solid #4786C6;
  color: #000;
}
.feature aside a:hover {
  background: #303030;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .feature .inner {
    display: flex;
    justify-content: space-between;
  }
  .feature article {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  .feature {
    padding: 30px 0 30px 30px;
  }
  .feature article {
    text-align: left;
    font-size: 2.8rem;
  }
  .feature aside {
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
  }
  .feature aside a {
    margin: 0 10px;
    width: 200px;
    font-size: 1.7rem;
  }
}
.two-by {
  position: relative;
  padding: 20px 0;
}
.two-by .location {
  position: relative;
}
.two-by .location + .location {
  margin-top: 20px;
}
.two-by a {
  position: relative;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 2.5rem;
  text-align: center;
}
.two-by a * {
  color: #fff;
}
.two-by h2 {
  padding-bottom: 0;
}
.two-by header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 35px 15px 0;
}
.two-by footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px 35px;
}
.two-by button {
  position: relative;
  display: block;
  line-height: 74px;
  height: 74px;
  border: 1px solid rgba(34, 34, 34, 0);
  background: #4786C6;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  transition: ease all 0.3s;
  margin-bottom: 10px;
  background: none;
  border: 2px solid #4786C6;
  color: #000;
  border: 2px solid #fff;
  color: #fff;
  margin: 0 auto;
  line-height: 66px;
}
.two-by button:hover {
  background: #303030;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .two-by .inner {
    display: flex;
    justify-content: space-between;
  }
  .two-by .location {
    width: 49%;
    margin: 0 !important;
  }
}
@media screen and (min-width: 980px) {
  .two-by .location {
    width: 48%;
  }
  .two-by .location img {
    width: 100%;
  }
}
.image-cta {
  position: relative;
  padding: 25px 0;
}
.image-cta p {
  position: relative;
  padding-bottom: 1.5em;
}
.image-cta p a {
  position: relative;
  display: block;
  line-height: 74px;
  height: 74px;
  border: 1px solid rgba(34, 34, 34, 0);
  background: #4786C6;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  transition: ease all 0.3s;
  margin-bottom: 10px;
  text-align: center;
}
.image-cta p a:hover {
  background: #303030;
  color: #fff;
}
.image-cta ul.logo-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.image-cta ul.logo-list li {
  width: 32%;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .image-cta.alt h2 {
    text-align: left;
    background: url(/encore/assets/img/leftfade.png) top left repeat-x;
  }
  .image-cta h2 {
    text-align: right;
    margin-bottom: 25px;
    padding: 10px;
    background: url(/encore/assets/img/rightfade.png) top left repeat-x;
    background-size: cover;
  }
}
@media screen and (min-width: 980px) {
  .image-cta {
    padding-top: 60px;
  }
  .image-cta .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .image-cta.full article {
    width: 100%;
  }
  .image-cta.full aside {
    width: 100%;
    padding: 20px 0;
  }
  .image-cta header {
    width: 100%;
    margin-bottom: 20px;
  }
  .image-cta article {
    width: 50%;
  }
  .image-cta aside {
    width: 35%;
    padding: 0 7.5%;
  }
  .image-cta.alt article {
    order: 2;
  }
  .image-cta.alt aside {
    order: 1;
  }
}
.amenities {
  position: relative;
  padding: 15px;
  background: rgba(117, 184, 204, 0.42);
}
.amenities img {
  display: block;
  width: 100%;
  height: auto;
}
.amenities aside {
  display: none;
}
.amenities article {
  position: relative;
}
.amenities article ul,
.amenities article ol,
.amenities article dl,
.amenities article p {
  list-style: inside disc;
  padding-bottom: 1em;
}
.amenities article h3 {
  padding-top: 1em;
}
.amenities article a {
  position: relative;
  display: block;
  line-height: 74px;
  height: 74px;
  border: 1px solid rgba(34, 34, 34, 0);
  background: #4786C6;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  transition: ease all 0.3s;
  margin-bottom: 10px;
  background: none;
  border: 2px solid #4786C6;
  color: #000;
  text-align: center;
}
.amenities article a:hover {
  background: #303030;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .amenities .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .amenities header {
    width: 100%;
    text-align: center;
    padding: 50px 0 30px;
  }
  .amenities aside {
    width: 48%;
    display: block;
  }
  .amenities aside li {
    padding-bottom: 25px;
  }
  .amenities article {
    width: 48%;
  }
  .amenities ul {
    list-style: none;
  }
}
@media screen and (min-width: 980px) {
  .amenities {
    margin-top: 60px;
    padding: 40px;
  }
  .amenities h3 {
    font-size: 2.8rem;
  }
  .amenities ul {
    padding: 20px 0 30px;
  }
  .amenities li {
    padding: 3px 0;
  }
}
.reviews {
  position: relative;
  padding: 40px 0;
  line-height: 2;
}
.reviews article {
  position: relative;
}
.reviews ul {
  position: relative;
  text-align: center;
  list-style: none;
  padding: 50px 0;
  max-width: 65%;
  margin: auto;
}
.reviews li {
  display: none;
  opacity: 0;
}
.reviews li.active {
  display: block;
  opacity: 1;
}
.reviews p + p {
  line-height: 1.5;
  color: #f28f00;
  font-weight: bold;
}
.reviews .left {
  position: absolute;
  top: 120px;
  left: 20px;
  width: 21px;
  height: 36px;
  background: url(/encore/assets/img/left.png) center left no-repeat;
}
.reviews .right {
  position: absolute;
  top: 120px;
  right: 20px;
  width: 21px;
  height: 36px;
  background: url(/encore/assets/img/right.png) center left no-repeat;
}
@media screen and (min-width: 768px) {
  .reviews h2 {
    text-align: right;
    margin-bottom: 25px;
    padding: 10px;
    background: url(/encore/assets/img/rightfade.png) top left repeat-x;
    background-size: cover;
  }
  .reviews.alt h2 {
    text-align: left;
    background: url(/encore/assets/img/leftfade.png) top left repeat-x;
  }
}
.locations {
  position: relative;
  padding: 45px 15px;
  background-color: rgba(183, 183, 183, 0.22);
}
.locations .location {
  position: relative;
  padding: 40px 0 0;
  text-align: center;
}
.locations .actions {
  padding: 40px 0;
  text-align: center;
}
.locations .actions a {
  position: relative;
  display: block;
  line-height: 74px;
  height: 74px;
  border: 1px solid rgba(34, 34, 34, 0);
  background: #4786C6;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  transition: ease all 0.3s;
  margin-bottom: 10px;
  background: none;
  border: 2px solid #4786C6;
  color: #000;
  text-align: center;
  margin: 20px auto 0;
}
.locations .actions a:hover {
  background: #303030;
  color: #fff;
}
.locations p:last-of-type {
  padding-top: 10px;
}
.locations p a {
  color: #4786C6;
  text-decoration: underline;
}
.locations p a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .locations article {
    display: flex;
  }
  .locations .map {
    width: 30%;
  }
  .locations .info {
    width: 68%;
  }
}
@media screen and (min-width: 1300px) {
  .locations {
    padding: 60px;
  }
  .locations header {
    width: 100%;
    padding-bottom: 40px;
  }
  .locations article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .locations .map {
    width: 330px;
  }
  .locations .map img {
    display: block;
    width: 100%;
  }
  .locations .info {
    width: calc(100% - 330px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 30px;
  }
  .locations .location {
    width: 48%;
    text-align: left;
    padding-top: 0;
  }
  .locations h3 {
    padding-bottom: 10px;
  }
  .locations .actions {
    width: 100%;
    display: block;
  }
  .locations .actions a {
    max-width: 48%;
    float: left;
    font-size: 15px;
  }
  .locations .actions a + a {
    float: right;
  }
}
.location-intro {
  position: relative;
  text-align: center;
}
.location-intro .inner {
  width: 100%;
  overflow: hidden;
}
.location-intro article {
  padding: 20px;
}
.location-intro p {
  font-size: 36px;
  line-height: 1;
  padding: 20px 0;
}
.location-intro a {
  position: relative;
  display: block;
  line-height: 74px;
  height: 74px;
  border: 1px solid rgba(34, 34, 34, 0);
  background: #4786C6;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  transition: ease all 0.3s;
  margin-bottom: 10px;
  background: none;
  border: 2px solid #4786C6;
  color: #000;
  text-align: center;
  margin: auto;
}
.location-intro a:hover {
  background: #303030;
  color: #fff;
}
@media screen and (min-width: 980px) {
  .location-intro img {
    position: relative;
    display: block;
    min-height: 600px;
    max-height: 700px;
    width: auto;
    max-width: none;
  }
  .location-intro .intro {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 40%;
    background: rgba(255, 255, 255, 0.7);
    padding: 45px;
  }
  .location-intro .intro h1 {
    text-align: left;
  }
  .location-intro .intro p {
    color: #4786C6;
    text-align: left;
    padding: 30px 0;
    line-height: 1.3;
  }
}
.location-nav {
  position: relative;
  text-align: center;
}
.location-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.location-nav li {
  list-style: none;
  padding: 10px;
}
.location-nav a {
  color: #303030;
  font-weight: bold;
}
.location-nav a:hover {
  color: #4786C6;
}
.floorplans .floorplan {
  padding: 20px 0;
}
.floorplans aside {
  padding-bottom: 20px;
}
.floorplans h3 {
  font-size: 30px;
  font-weight: bold;
}
.floorplans ul {
  padding: 20px 0;
}
.floorplans li {
  list-style: inside disc;
}
.floorplans a {
  position: relative;
  display: block;
  line-height: 74px;
  height: 74px;
  border: 1px solid rgba(34, 34, 34, 0);
  background: #4786C6;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  transition: ease all 0.3s;
  margin-bottom: 10px;
  background: none;
  border: 2px solid #4786C6;
  color: #000;
  text-align: center;
  width: auto;
  max-width: 90%;
  display: inline-block;
  padding: 0 25px;
  margin: auto auto 10px;
  height: 60px;
  line-height: 60px;
  font-size: 1.5rem;
}
.floorplans a:hover {
  background: #303030;
  color: #fff;
}
.floorplans article p {
  padding-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .floorplans .floorplan {
    display: flex;
  }
  .floorplans aside {
    width: 45%;
    order: 2;
  }
  .floorplans article {
    order: 1;
    width: 50%;
  }
}
.gallery {
  padding: 40px 0;
}
.gallery a {
  position: relative;
  display: inline-block;
}
.gallery img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .gallery .gallery-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gallery a {
    width: 32%;
    margin-bottom: 15px;
  }
}
.block.form {
  padding: 0;
}
.block.form h2 em {
  font-style: normal;
  font-weight: normal;
}
.block.form a {
  background: none;
  display: inline;
  font-weight: normal;
  padding: 0;
  width: auto;
  max-width: 100%;
  color: #4786C6;
  font-size: 1em !important;
}
.block.form h3 + div {
  padding: 20px 0;
}
.block.form aside p {
  padding-bottom: 0;
}
.block.form button {
  position: relative;
  display: block;
  line-height: 74px;
  height: 74px;
  border: 1px solid rgba(34, 34, 34, 0);
  background: #4786C6;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  transition: ease all 0.3s;
  margin-bottom: 10px;
  text-align: center;
  width: auto;
  max-width: 90%;
  display: inline-block;
  padding: 0 25px;
  margin: auto auto 10px;
  height: 60px;
  line-height: 60px;
  font-size: 1.5rem;
}
.block.form button:hover {
  background: #303030;
  color: #fff;
}
.block.form label + label {
  padding-left: 20px;
}
.block.form label span {
  padding-left: 5px;
}
.generic-content {
  position: relative;
  padding: 25px 0;
}
.generic-content p,
.generic-content ul,
.generic-content ol,
.generic-content dl {
  position: relative;
  padding-bottom: 1.5em;
}
.generic-content a {
  color: #4786C6;
  text-decoration: underline;
}
.generic-content a:hover {
  text-decoration: none;
}
.generic-content ul {
  margin-left: 22px;
}
@media screen and (min-width: 768px) {
  .generic-content.alt h2 {
    text-align: left;
    background: url(/encore/assets/img/leftfade.png) top left repeat-x;
  }
  .generic-content h2 {
    text-align: right;
    margin-bottom: 25px;
    padding: 10px;
    background: url(/encore/assets/img/rightfade.png) top left repeat-x;
    background-size: cover;
  }
}
@media screen and (min-width: 980px) {
  .generic-content {
    padding-top: 60px;
  }
}

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