@import url(https://fonts.googleapis.com/css?family=Merriweather);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

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.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.form {
  background: #f1f2f2;
  padding: 10px; }
  .form::after {
    clear: both;
    content: "";
    display: table; }

fieldset {
  background-color: white;
  border: 1px solid #e5e5e5;
  margin: 0 0 0.65em;
  padding: 1.3em; }

label {
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 5px;
  text-transform: uppercase; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }
  label span {
    position: relative;
    top: -2px; }
  label.sr-only {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select,
textarea {
  border: 1px solid #e5e5e5;
  font-size: 13px;
  font-weight: bold;
  padding: 8px;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select:hover,
  textarea:hover {
    border-color: #cccccc; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select:focus,
  textarea:focus {
    border-color: #52bdec;
    box-shadow: inset 0 0 0 1px #52bdec;
    outline: none; }

textarea {
  min-height: 120px;
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="file"] {
  padding-bottom: 0.65em;
  width: 100%; }

input[type="submit"] {
  background: #52bdec;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  padding: 10px;
  position: relative;
  text-align: center; }
  input[type="submit"].btn-wide {
    width: 100%; }

input[type="checkbox"] {
  display: inline;
  margin: 0; }

.ErrorLabel {
  color: #f00;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px 0; }

.Error input[type="color"], .Error input[type="date"], .Error input[type="datetime"], .Error input[type="datetime-local"], .Error input[type="email"], .Error input[type="month"], .Error input[type="number"], .Error input[type="password"], .Error input[type="search"], .Error input[type="tel"], .Error input[type="text"], .Error input[type="time"], .Error input[type="url"], .Error input[type="week"], .Error input:not([type]), .Error textarea,
.Error select,
.Error textarea {
  border-color: #f00;
  box-shadow: inset 0 0 0 1px #f00; }

.input-group {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-top: 10px;
  position: relative; }
  .input-group::after {
    clear: both;
    content: "";
    display: table; }
  .input-group:first-child {
    margin: 0; }
  .input-group.checkbox-input-group .editing-form-control-nested-control {
    float: left; }
    .input-group.checkbox-input-group .editing-form-control-nested-control input[type="checkbox"] + label {
      display: none; }
    .input-group.checkbox-input-group .editing-form-control-nested-control + label {
      margin: 0 0 0 20px; }
  .input-group.input-group-columns .input-group-column {
    margin-top: 0.65em; }
    .input-group.input-group-columns .input-group-column:first-child {
      margin-top: 0; }

@media screen and (min-width: 960px) {
  .input-group select {
    display: block;
    width: 100%; }
  .input-group.input-group-columns {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .input-group.input-group-columns .input-group-column {
      box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0; }
      .input-group.input-group-columns .input-group-column:first-child {
        margin-right: 10px; }
      .input-group.input-group-columns .input-group-column a {
        font-size: 12px; } }

body {
  color: #4f433b;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 14px;
  line-height: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0.65em; }
  h1.dots,
  h2.dots,
  h3.dots,
  h4.dots,
  h5.dots,
  h6.dots {
    background: url(Images/dots-color-@2x.png) left center no-repeat;
    background-size: 14px auto;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0; }
  h1 .right,
  h2 .right,
  h3 .right,
  h4 .right,
  h5 .right,
  h6 .right {
    float: right;
    font-size: 12px;
    position: relative;
    top: 4px; }
  h1.no-margin,
  h2.no-margin,
  h3.no-margin,
  h4.no-margin,
  h5.no-margin,
  h6.no-margin {
    margin: 0; }

h1 {
  font-size: 34px;
  line-height: 35px; }

h2 {
  font-size: 18px;
  line-height: 19px; }

h3 {
  font-size: 16px; }

small {
  font-size: 11px; }

p {
  margin: 0 0 0.65em;
  font-size: 14px;
  line-height: 18px; }

a {
  color: #52bdec;
  font-weight: bold;
  text-decoration: none;
  transition: color 150ms ease, background 150ms ease; }
  a:active, a:focus, a:hover {
    color: #3e8eb1; }

.text-muted {
  color: #818181;
  margin: 10px 0; }

hr {
  border-bottom: 1px solid #e5e5e5;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.3em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

address {
  border-top: 1px solid #e5e5e5;
  font-style: normal;
  padding: 10px 0; }

q {
  display: block;
  font-family: 'Merriweather', serif;
  font-size: 30px;
  margin: 30px 0;
  padding: 0 10%; }

body.navigation-ss-menu-visible {
  overflow: hidden; }

@media screen and (min-width: 960px) {
  .columns {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .columns::after {
      clear: both;
      content: "";
      display: table; }
    .columns .col-1 {
      float: left;
      display: block;
      margin-right: 1.21712%;
      width: 7.21764%; }
      .columns .col-1:last-child {
        margin-right: 0; }
    .columns .col-2 {
      float: left;
      display: block;
      margin-right: 1.21712%;
      width: 15.6524%; }
      .columns .col-2:last-child {
        margin-right: 0; }
    .columns .col-3 {
      float: left;
      display: block;
      margin-right: 1.21712%;
      width: 24.08716%; }
      .columns .col-3:last-child {
        margin-right: 0; }
    .columns .col-4 {
      float: left;
      display: block;
      margin-right: 1.21712%;
      width: 32.52192%; }
      .columns .col-4:last-child {
        margin-right: 0; }
    .columns .col-5 {
      float: left;
      display: block;
      margin-right: 1.21712%;
      width: 40.95668%; }
      .columns .col-5:last-child {
        margin-right: 0; }
    .columns .col-6 {
      float: left;
      display: block;
      margin-right: 1.21712%;
      width: 49.39144%; }
      .columns .col-6:last-child {
        margin-right: 0; }
    .columns .col-7 {
      float: left;
      display: block;
      margin-right: 1.21712%;
      width: 57.8262%; }
      .columns .col-7:last-child {
        margin-right: 0; }
    .columns .col-8 {
      float: left;
      display: block;
      margin-right: 1.21712%;
      width: 66.26096%; }
      .columns .col-8:last-child {
        margin-right: 0; }
    .columns .col-9 {
      float: left;
      display: block;
      margin-right: 1.21712%;
      width: 74.69572%; }
      .columns .col-9:last-child {
        margin-right: 0; }
    .columns .col-10 {
      float: left;
      display: block;
      margin-right: 1.21712%;
      width: 83.13048%; }
      .columns .col-10:last-child {
        margin-right: 0; }
    .columns .col-11 {
      float: left;
      display: block;
      margin-right: 1.21712%;
      width: 91.56524%; }
      .columns .col-11:last-child {
        margin-right: 0; }
    .columns .col-12 {
      float: left;
      display: block;
      margin-right: 1.21712%;
      width: 100%; }
      .columns .col-12:last-child {
        margin-right: 0; } }

.container {
  background: #fff;
  box-shadow: 0 -5px 50px rgba(0, 0, 0, 0.2);
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  min-height: 100%; }
  @media screen and (min-width: 960px) {
    .container {
      padding: 10px 10px 12px; } }

.content {
  padding: 10px; }
  .content::after {
    clear: both;
    content: "";
    display: table; }
  .content .sidebar {
    display: none; }
    .content .sidebar.visible-ss {
      display: block;
      margin: 0 0 20px 0; }
  .content .main .main-aside h2 div {
    display: inline; }
  .content .main .main-aside .avatar {
    margin: 0 0 10px; }
  @media screen and (max-width: 600px) {
    .content .main .stack-image {
      display: block;
      float: none !important; } }
  @media screen and (min-width: 960px) {
    .content {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto;
      padding: 10px 0; }
      .content::after {
        clear: both;
        content: "";
        display: table; }
      .content .content-padding {
        padding: 30px; }
        .content .content-padding::after {
          clear: both;
          content: "";
          display: table; }
      .content .content-top {
        float: left;
        display: block;
        margin-right: 1.21712%;
        width: 100%;
        margin-top: 10px; }
        .content .content-top:last-child {
          margin-right: 0; }
      .content .sidebar {
        float: left;
        display: block;
        margin-right: 1.21712%;
        width: 24.08716%; }
        .content .sidebar:last-child {
          margin-right: 0; }
        .content .sidebar + .main {
          padding: 5px 0 0 10px; }
      .content .main {
        max-width: 68em;
        margin-left: auto;
        margin-right: auto;
        float: left;
        display: block;
        margin-right: 1.21712%;
        width: 74.69572%; }
        .content .main::after {
          clear: both;
          content: "";
          display: table; }
        .content .main::after {
          clear: both;
          content: "";
          display: table; }
        .content .main:last-child {
          margin-right: 0; }
        .content .main .content-feature-image {
          display: block;
          margin: 0 0 20px;
          width: 100%; }
        .content .main .intro {
          border-bottom: 2px dotted #cde4f1;
          font-size: 16px;
          line-height: 22px;
          margin: 0 0 20px;
          padding: 0 0 10px; }
          .content .main .intro p {
            font-size: 16px;
            line-height: 22px; }
        .content .main .main-main {
          float: left;
          display: block;
          margin-right: 1.21712%;
          width: 66.26096%; }
          .content .main .main-main:last-child {
            margin-right: 0; }
        .content .main .main-aside {
          float: left;
          display: block;
          margin-right: 1.21712%;
          width: 32.52192%; }
          .content .main .main-aside:last-child {
            margin-right: 0; }
        .content .main .main-columns {
          max-width: 68em;
          margin-left: auto;
          margin-right: auto; }
          .content .main .main-columns::after {
            clear: both;
            content: "";
            display: table; }
          .content .main .main-columns::after {
            clear: both;
            content: "";
            display: table; }
          .content .main .main-columns .main-half {
            float: left;
            display: block;
            margin-right: 1.21712%;
            width: 49.39144%; }
            .content .main .main-columns .main-half:last-child {
              margin-right: 0; } }

.footer .top {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  background: #e5e5e5;
  padding: 10px;
  margin: 0 0 10px 0; }
  .footer .top::after {
    clear: both;
    content: "";
    display: table; }
  .footer .top .footer-column-2,
  .footer .top .footer-column-3 {
    margin: 20px 0 0; }
  .footer .top .footer-column-3 img {
    vertical-align: -3px; }
  .footer .top ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer .top ul li {
      margin: 0 0 5px 0; }
  .footer .top a {
    color: #4f433b;
    font-size: 13px;
    font-weight: bold; }

.footer .bottom {
  color: #a8a09b;
  padding: 0 10px 10px; }
  .footer .bottom a {
    color: #a8a09b;
    font-weight: bold;
    text-decoration: none; }

@media screen and (min-width: 600px) {
  .footer .top .footer-column-1 {
    float: left;
    display: block;
    margin-right: 1.21712%;
    width: 24.08716%; }
    .footer .top .footer-column-1:last-child {
      margin-right: 0; }
  .footer .top .footer-column-2 {
    float: left;
    display: block;
    margin-right: 1.21712%;
    width: 24.08716%;
    margin-top: 0; }
    .footer .top .footer-column-2:last-child {
      margin-right: 0; }
  .footer .top .footer-column-3 {
    float: left;
    display: block;
    margin-right: 1.21712%;
    width: 49.39144%;
    margin-top: 0; }
    .footer .top .footer-column-3:last-child {
      margin-right: 0; }
    .footer .top .footer-column-3 ul {
      columns: 2; }
  .microsite .footer .top .footer-column-3 ul {
    columns: 1; } }

@media screen and (min-width: 960px) {
  .footer .bottom {
    padding: 0; }
  .microsite .footer .top {
    padding: 30px; } }

.header {
  padding: 10px 10px 5px;
  position: relative; }
  .header .logo img {
    width: 180px;
    height: auto; }
  .header .aux-nav-ss {
    display: block;
    font-size: 18px;
    position: absolute;
    top: 23px;
    right: 20px; }
  .header .aux-nav-ls {
    display: none; }
  .microsite .header {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .microsite .header .logo {
      -ms-flex: 1;
          flex: 1; }
      .microsite .header .logo img {
        max-width: 100px;
        width: auto; }
  @media screen and (min-width: 960px) {
    .header {
      padding: 0; }
      .header .logo img {
        display: block;
        width: 375px;
        height: auto; }
      .header .aux-nav-ss {
        display: none; }
      .header .aux-nav-ls {
        color: #a8a09b;
        display: block;
        position: absolute;
        right: 0;
        top: 0; }
        .header .aux-nav-ls a {
          color: #a8a09b;
          font-weight: normal; }
        .header .aux-nav-ls input.site-search-text {
          transition: 0.1s ease-in;
          border-radius: 4px;
          border: 2px solid #e5e5e5;
          color: #a8a09b;
          font-size: 11px;
          font-weight: bold;
          margin: 0 0 0 10px;
          padding: 0 5px;
          height: 30px;
          width: 165px; }
          .header .aux-nav-ls input.site-search-text:focus {
            outline: none;
            border: 2px solid #52bdec; }
        .header .aux-nav-ls input.site-search-submit {
          padding: 8px;
          position: absolute;
          right: 2px;
          top: 2px; }
      .microsite .header {
        padding: 20px 30px; }
        .microsite .header .logo img {
          display: inline;
          max-width: none;
          width: auto; } }

.navigation {
  position: relative; }
  .navigation .navigation-ls,
  .navigation .navigation-ls-financing-dd {
    display: none; }
  .microsite .navigation {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3; }
    .microsite .navigation > ul {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      box-orient: horizontal;
      box-direction: normal;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      list-style: none;
      margin: 0;
      padding: 0; }
      .microsite .navigation > ul > li {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        margin: 0 0 0 0.65em; }
        .microsite .navigation > ul > li > a {
          display: flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          box-align: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center;
          box-pack: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          box-flex: 1;
          -moz-flex: 1;
          -ms-flex: 1;
          flex: 1;
          color: #4f433b;
          font-size: 16px;
          font-weight: bold;
          padding: 10px;
          white-space: nowrap; }
          .microsite .navigation > ul > li > a.has-subnav:after {
            height: 0;
            width: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid #4f433b;
            content: '';
            margin: 0 0 0 5px; }
        .microsite .navigation > ul > li > ul {
          background: #fff;
          box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.15);
          display: none;
          list-style: none;
          min-width: 100%;
          margin: 0;
          padding: 0;
          position: absolute;
          top: 100%;
          left: 0;
          z-index: -1; }
          .microsite .navigation > ul > li > ul li.first a {
            border-top: none; }
          .microsite .navigation > ul > li > ul a {
            border-top: 1px solid #e5e5e5;
            color: #4f433b;
            display: block;
            padding: 15px;
            white-space: nowrap; }
        .microsite .navigation > ul > li.Highlightedlast > ul, .microsite .navigation > ul > li.last > ul {
          left: auto;
          right: 0; }
        .microsite .navigation > ul > li:hover > a {
          background: #f1f2f2; }
        .microsite .navigation > ul > li:hover > ul {
          display: block; }
        .microsite .navigation > ul > li.Highlightedfirst > a, .microsite .navigation > ul > li.Highlightedlast > a, .microsite .navigation > ul > li.Highlighted > a {
          background: #f1f2f2; }
  @media screen and (min-width: 960px) {
    .navigation .navigation-ls {
      background: #dbd9d8;
      display: block;
      position: relative;
      z-index: 3; }
      .navigation .navigation-ls > ul {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        box-orient: horizontal;
        box-direction: normal;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        list-style: none;
        margin: 0;
        padding: 0; }
        .navigation .navigation-ls > ul > li {
          display: flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          box-flex: 1;
          -moz-flex: 1;
          -ms-flex: 1;
          flex: 1;
          margin-left: 1px;
          position: relative; }
          .navigation .navigation-ls > ul > li.first, .navigation .navigation-ls > ul > li.Highlightedfirst {
            margin: 0; }
          .navigation .navigation-ls > ul > li.find-financing a {
            background: #ffe28e url(Images/findfinancing-arrow-right.png) 95% center no-repeat;
            background-size: 18px 18px;
            color: #594e46; }
            .navigation .navigation-ls > ul > li.find-financing a:hover {
              background: #ffd457 url(Images/findfinancing-arrow-right.png) 95% center no-repeat;
              background-size: 18px 18px; }
            .navigation .navigation-ls > ul > li.find-financing a.active {
              background: #ffd457 url(Images/findfinancing-arrow-up.png) 95% center no-repeat;
              background-size: 18px 18px; }
          .navigation .navigation-ls > ul > li > a {
            display: flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            box-align: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            -ms-flex-align: center;
            box-pack: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center;
            box-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1;
            background: #f1f2f2 url(Images/dots-nav-blue-@2x.png) 80% center no-repeat;
            background-size: 7px 8px;
            color: #52bdec;
            font-weight: bold;
            height: 50px;
            padding: 0 10px; }
          .navigation .navigation-ls > ul > li > ul {
            background: #fff;
            box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.15);
            display: none;
            list-style: none;
            min-width: 100%;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 50px;
            left: 0;
            z-index: -1; }
            .navigation .navigation-ls > ul > li > ul li.first a {
              border-top: none; }
            .navigation .navigation-ls > ul > li > ul a {
              border-top: 1px solid #e5e5e5;
              display: block;
              padding: 15px;
              white-space: nowrap; }
          .navigation .navigation-ls > ul > li:hover > a {
            background: #e5e5e5 url(Images/dots-nav-blue-@2x.png) 80% center no-repeat;
            background-size: 7px 8px; }
          .navigation .navigation-ls > ul > li:hover ul {
            display: block; }
    .navigation .navigation-ls-financing-dd {
      display: none;
      background: #ffd457;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
      padding: 60px 10px 10px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2; }
    .navigation.navigation-ls-financing-dd-visible .navigation-ls-financing-dd {
      display: block; }
    .microsite .navigation {
      display: block;
      right: 30px;
      bottom: 20px; } }

.navigation-ss {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: #52bdec;
  color: #fff;
  font-weight: bold;
  padding: 16px 20px 16px 10px; }
  .navigation-ss .navigation-ss-label {
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .navigation-ss .menu-icon {
    background: #fff;
    display: block;
    width: 18px;
    height: 2px;
    position: relative;
    top: 3px; }
    .navigation-ss .menu-icon:before, .navigation-ss .menu-icon:after {
      content: '';
      background: #fff;
      display: block;
      width: 18px;
      height: 2px;
      position: relative; }
    .navigation-ss .menu-icon:before {
      top: 5px; }
    .navigation-ss .menu-icon:after {
      top: 8px; }
  .navigation-ss .navigation-ss-trigger {
    display: -ms-flexbox;
    display: flex; }
  .navigation-ss .navigation-ss-menu {
    display: none;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .navigation-ss .navigation-ss-menu.subnav-active a.navigation-ss-back-btn {
      display: block; }
    .navigation-ss .navigation-ss-menu.subnav-active > ul {
      -ms-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
    .navigation-ss-menu-visible .navigation-ss .navigation-ss-menu {
      display: block; }
    .navigation-ss .navigation-ss-menu a {
      display: block;
      padding: 20px; }
      .navigation-ss .navigation-ss-menu a.has-subnav:after {
        content: '\f054';
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin: 0 0 0 5px; }
      .navigation-ss .navigation-ss-menu a.navigation-ss-back-btn {
        border-bottom: 1px solid #e5e5e5;
        color: #4f433b;
        display: none; }
      .navigation-ss .navigation-ss-menu a.navigation-ss-close-btn {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        background: #4f433b;
        color: #fff; }
      .navigation-ss .navigation-ss-menu a .navigation-ss-btn-label {
        box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; }
    .navigation-ss .navigation-ss-menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative; }
      .navigation-ss .navigation-ss-menu ul > li > ul {
        position: absolute;
        right: -100%;
        width: 100%;
        top: 0; }
    .navigation-ss .navigation-ss-menu > ul {
      transition: transform 0.4s ease, height 0.4s ease; }
  .microsite .navigation-ss {
    background: none;
    color: #4f433b;
    padding: 0;
    display: block; }
    .microsite .navigation-ss .menu-icon {
      background: #4f433b;
      margin: 0 0 0 10px; }
      .microsite .navigation-ss .menu-icon:before, .microsite .navigation-ss .menu-icon:after {
        background: #4f433b; }
    .microsite .navigation-ss .navigation-ss-trigger {
      color: #4f433b; }
  @media screen and (min-width: 960px) {
    .navigation-ss {
      display: none; }
      .microsite .navigation-ss {
        display: none; } }

.sidebar .sidebar-navigation {
  margin: 0 0 20px 0; }
  .sidebar .sidebar-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sidebar .sidebar-navigation ul li {
      background: #cde4f1;
      display: block;
      margin: 0 0 1px 0;
      position: relative; }
      .sidebar .sidebar-navigation ul li a {
        color: #594e46;
        display: block;
        font-weight: bold;
        padding: 15px; }
      .sidebar .sidebar-navigation ul li.Highlighted a {
        background: #549bba;
        color: #fff; }
      .sidebar .sidebar-navigation ul li.Highlighted ul {
        font-size: 13px;
        margin: 1px 0 0 0; }
        .sidebar .sidebar-navigation ul li.Highlighted ul li.Highlighted a {
          color: #fff; }
        .sidebar .sidebar-navigation ul li.Highlighted ul li a {
          color: #99e0ff; }
  .sidebar .sidebar-navigation > ul > li.Highlighted:after {
    height: 0;
    width: 0;
    border-bottom: 23px solid transparent;
    border-left: 9px solid #549bba;
    border-top: 23px solid transparent;
    content: '';
    position: absolute;
    top: 0;
    right: -9px; }

.microsite .sidebar {
  background: #e5e5e5;
  padding: 20px; }

.author {
  border-top: 1px solid #e5e5e5;
  margin: 10px 0 0;
  padding: 10px 0 0; }
  .author:first-of-type {
    border: none;
    margin: 0;
    padding: 0; }
  .author .author-image,
  .author .author-info {
    display: table-cell;
    vertical-align: top; }
  .author .author-image img {
    max-width: none; }
  .author .author-info {
    padding: 0 0 0 10px; }
  .author.author-small {
    font-size: 12px; }
    .author.author-small p {
      font-size: 12px; }
      .author.author-small p.author-name {
        font-size: 14px; }

.breadcrumbs {
  font-size: 13px;
  color: #a8a09b;
  padding: 0 0 10px; }
  .breadcrumbs a {
    color: #a8a09b; }
  @media screen and (min-width: 960px) {
    .breadcrumbs {
      display: none; } }

.filter {
  background: #f1f2f2;
  margin: 10px 0;
  padding: 10px; }
  .filter::after {
    clear: both;
    content: "";
    display: table; }
  .filter .filter-set-group {
    position: relative;
    float: left;
    font-size: 13px;
    font-weight: bold; }
    .filter .filter-set-group select {
      border: 1px solid #e5e5e5;
      font-weight: bold;
      margin-right: 5px;
      padding: 8px; }
    .filter .filter-set-group a,
    .filter .filter-set-group input[type="submit"] {
      background: #52bdec;
      border: none;
      color: #fff;
      cursor: pointer;
      font-weight: bold;
      padding: 10px;
      position: relative;
      text-align: center; }
    .filter .filter-set-group input[type="text"] {
      border: 1px solid #e5e5e5;
      font-weight: bold;
      margin-right: 5px;
      padding: 9px;
      position: relative; }
  .filter .filter-buttons {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .filter .filter-buttons input[type="submit"] {
      box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      background: white;
      color: #52bdec;
      padding: 5px 0; }
      .filter .filter-buttons input[type="submit"].active, .filter .filter-buttons input[type="submit"]:hover {
        background: #52bdec;
        color: white; }
  .sidebar .filter {
    margin: 0 0 10px 0; }
    .sidebar .filter .filter-set-group {
      float: none;
      margin: 10px 0 0; }
      .sidebar .filter .filter-set-group:first-child {
        margin: 0; }
      .sidebar .filter .filter-set-group a,
      .sidebar .filter .filter-set-group input[type="submit"],
      .sidebar .filter .filter-set-group input[type="text"],
      .sidebar .filter .filter-set-group select {
        display: block;
        width: 100%; }

.hero {
  margin: 0 0 60px;
  position: relative; }
  .hero > img {
    display: block;
    margin: 0 0 20px; }
  .hero .hero-copy h2 {
    line-height: 20px;
    margin-bottom: 10px; }
  .hero .hero-copy a img {
    display: none; }
  @media screen and (min-width: 960px) {
    .hero {
      height: 300px; }
      .hero > img {
        margin: 0; }
      .hero .hero-overlay {
        background-image: linear-gradient(90deg, #52bdec 0, #52bdec 40%, transparent 55%, transparent 100%);
        opacity: 0.95;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .hero.hero-gray {
        background: #818181; }
        .hero.hero-gray .hero-overlay {
          background-image: linear-gradient(90deg, #818181 0, #818181 40%, transparent 55%, transparent 100%); }
      .hero .hero-copy {
        color: #fff;
        font-size: 18px;
        position: absolute;
        top: 40px;
        left: 40px;
        width: 33%; }
        .hero .hero-copy p {
          font-size: 18px;
          line-height: normal; }
        .hero .hero-copy h2 {
          font-size: 32px;
          line-height: 30px; }
        .hero .hero-copy a {
          color: #fff;
          font-size: 16px; }
          .hero .hero-copy a img {
            display: inline-block;
            position: relative;
            left: 3px;
            top: 3px; } }

.item-list .item {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px; }
  .item-list .item:nth-child(odd) {
    background: #f1f2f2; }
  .item-list .item .item-left img {
    margin: 0 10px 0 0; }
  .item-list .item .item-right {
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .item-list .item .item-right .item-heading {
      font-size: 16px;
      margin: 0; }
    .item-list .item .item-right .item-meta {
      color: #818181;
      font-size: 12px; }

.media-list {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  border-bottom: 2px dotted #cde4f1;
  padding: 0 0 20px;
  margin: 0 0 30px; }
  .media-list::after {
    clear: both;
    content: "";
    display: table; }
  .media-list .media {
    background: #fff;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.15);
    margin: 0 0 10px;
    padding: 20px; }
    .media-list .media .media-left img,
    .media-list .media .media-right img {
      display: block;
      margin: 0 0 10px;
      width: 100%; }
    .media-list .media .media-heading {
      font-size: 16px; }
    .media-list .media .media-meta {
      color: #818181;
      font-size: 12px;
      font-weight: bold; }
    .media-list .media.media-small .media-left img,
    .media-list .media.media-small .media-right img {
      max-width: none;
      width: auto; }
    .media-list .media.media-small .media-left {
      display: table-cell;
      padding-right: 20px;
      vertical-align: top; }
    .media-list .media.media-small .media-body {
      display: table-cell;
      vertical-align: top;
      width: 10000px; }
  .media-list.media-feature-list .media .media-heading {
    font-size: 25px; }
  .media-list.media-feature-list .media p {
    font-size: 16px;
    line-height: 22px; }
    .media-list.media-feature-list .media p.media-meta {
      font-size: 12px; }
  .media-list.no-border {
    border-bottom: none;
    margin: 0; }
  .media-list.no-padding {
    padding: 0; }
  @media screen and (min-width: 600px) {
    .media-list .media .media-left img,
    .media-list .media .media-right img {
      max-width: none;
      width: auto; }
    .media-list .media .media-left {
      display: table-cell;
      padding-right: 20px;
      vertical-align: top; }
    .media-list .media .media-body {
      display: table-cell;
      vertical-align: top;
      width: 10000px; }
    .media-list.media-feature-list .media .media-left img,
    .media-list.media-feature-list .media .media-right img {
      margin: 0; }
    .media-list.media-feature-list .media:nth-child(even) .media-left {
      padding: 0 0 0 20px;
      float: right; }
    .media-list.media-feature-list .media:nth-child(even) .media-right {
      padding-right: 20px; }
    .media-list.media-grid {
      box-orient: horizontal;
      box-direction: normal;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      box-pack: left;
      -moz-justify-content: left;
      -ms-justify-content: left;
      -o-justify-content: left;
      justify-content: left;
      -ms-flex-pack: left;
      box-align: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -ms-flex-align: stretch;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      clear: both; }
      .media-list.media-grid .media {
        box-flex: 2;
        -moz-flex: 2 2 48%;
        -ms-flex: 2 2 48%;
        flex: 2 2 48%;
        -ms-grid-row-align: stretch;
            align-self: stretch;
        -ms-flex-item-align: stretch;
        display: block;
        margin: 0 10px 10px 0;
        max-width: 50%;
        text-decoration: none; }
        .media-list.media-grid .media:nth-child(even) {
          margin: 0 0 10px; }
      .media-list.media-grid .media-full {
        box-flex: 1;
        -moz-flex: 1 1 40em;
        -ms-flex: 1 1 40em;
        flex: 1 1 40em; } }

.mission {
  border-bottom: 2px dotted #cde4f1;
  color: #52bdec;
  margin: 0 0 30px;
  padding: 0 0 50px; }
  .mission p {
    font-family: 'Merriweather', serif;
    font-size: 25px;
    line-height: normal; }

.module {
  background: url(Images/module-bg.png) repeat;
  padding: 10px;
  margin: 0 0 10px 0; }
  .module::after {
    clear: both;
    content: "";
    display: table; }
  .module a:last-child p {
    margin: 0; }
  .module p:last-child {
    margin: 0; }

.pagination {
  color: #818181;
  font-size: 12px;
  font-weight: bold;
  text-align: right; }
  .pagination span {
    padding: 0 !important; }

.post-list::after {
  clear: both;
  content: "";
  display: table; }

.post-list .post {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 20px;
  padding: 0 0 10px; }
  .post-list .post .post-image img {
    display: block;
    margin: 0 0 10px;
    width: 100%; }
  .post-list .post img.post-icon {
    vertical-align: -3px; }
  .post-list .post .post-small {
    color: #6c5c51;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 2px; }
  .post-list .post .post-title {
    font-size: 21px;
    line-height: normal;
    margin: 0 0 5px; }
  .post-list .post .post-meta {
    color: #818181;
    font-size: 12px;
    font-weight: bold; }
  .post-list .post.post-detail {
    border: none;
    margin: 0;
    padding: 0; }
    .post-list .post.post-detail .post-title {
      font-size: 34px; }

@media screen and (min-width: 600px) {
  .post-list .post img {
    width: auto; }
  .post-list .post.post-first .post-title {
    font-size: 30px; }
  .post-list .post .post-left {
    display: table-cell;
    padding-right: 20px;
    vertical-align: top; }
    .post-list .post .post-left img {
      max-width: none;
      width: auto; }
  .post-list .post .post-right {
    display: table-cell;
    vertical-align: top;
    width: 10000px; }
  .post-list.post-grid {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: horizontal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    box-align: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both; }
    .post-list.post-grid .post {
      box-flex: 2;
      -moz-flex: 2 2 48%;
      -ms-flex: 2 2 48%;
      flex: 2 2 48%;
      -ms-grid-row-align: stretch;
          align-self: stretch;
      -ms-flex-item-align: stretch;
      border: none;
      display: block;
      margin: 0 10px 10px 0;
      text-decoration: none; }
      .post-list.post-grid .post:nth-child(even) {
        margin: 0 0 10px; }
      .post-list.post-grid .post .post-header {
        border-bottom: 1px solid #e5e5e5;
        margin: 0 0 15px; } }

.microsite .share-module {
  display: none; }

@media screen and (min-width: 960px) {
  .microsite .share-module {
    display: block;
    position: absolute;
    top: 20px;
    right: 30px; } }

.widget, .filter {
  background: #f1f2f2;
  padding: 14px; }
  .widget ul, .filter ul {
    margin: 0;
    padding: 0 0 0 15px; }
    .widget ul li, .filter ul li {
      margin: 0 0 0.325em; }
