﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 150%;
  margin: 0.75rem 0; }

*, *:before, *:after {
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Open Sans', sans-serif, "Segoe UI", Sans-Serif, "Times New Roman", serif; }

h1 {
  color: #3b6fbd;
  font-size: 1.75rem; }

h2 {
  color: #3b6fbd;
  font-size: 1.6rem; }

h3 {
  color: #426654;
  font-size: 1.45rem; }

h4 {
  color: #3b6fbd;
  font-size: 1.3rem; }

h5 {
  color: #426654;
  font-size: 1.15rem; }

h6 {
  color: #3b6fbd;
  font-size: 1.05rem; }

p {
  color: #4d4d4d;
  font-size: 1rem;
  line-height: 1.75rem; }

a {
  color: #5e8acd; }
  a:hover {
    color: #3b6fbd; }

.body ol, .body ul {
  color: #4d4d4d;
  font-size: rem; }
  .body ol li, .body ul li {
    padding: 0.25rem;
    line-height: 1.75rem; }

blockquote {
  background-color: #caddd3;
  border-bottom: 0.125rem solid #426654;
  padding: 1rem;
  margin: 1rem 0; }
  blockquote p {
    color: #385747; }

.flex-grid-row, .full-grid-column, .half-grid-column, .third-grid-column, .quarter-grid-column, .content-container {
  width: 100%;
  overflow: hidden; }

.flex-grid-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media all and (min-width: 93.75em) {
    .flex-grid-row {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }

.half-grid-column {
  float: left; }
  @media all and (min-width: 60em) {
    .half-grid-column {
      width: 49%; } }
  .half-grid-column.grow {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }
  @media all and (min-width: 60em) {
    .half-grid-column.padding-left {
      padding-right: 2rem; } }
  @media all and (min-width: 60em) {
    .half-grid-column.padding-right {
      padding-left: 2rem; } }

.third-grid-column {
  float: left; }
  @media all and (min-width: 37.5em) {
    .third-grid-column {
      width: 49%; } }
  @media all and (min-width: 60em) {
    .third-grid-column {
      width: 32%; } }
  .third-grid-column.grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  @media all and (min-width: 60em) {
    .third-grid-column.padding-left {
      padding-right: 2rem; } }
  @media all and (min-width: 60em) {
    .third-grid-column.padding-right {
      padding-left: 2rem; } }

.quarter-grid-column {
  float: left; }
  @media all and (min-width: 37.5em) {
    .quarter-grid-column {
      width: 49%; } }
  @media all and (min-width: 60em) {
    .quarter-grid-column {
      width: 24%; } }
  .quarter-grid-column.grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  @media all and (min-width: 60em) {
    .quarter-grid-column.padding-left {
      padding-right: 2rem; } }
  @media all and (min-width: 60em) {
    .quarter-grid-column.padding-right {
      padding-left: 2rem; } }

.content-container {
  padding: 0 5%; }
  @media all and (min-width: 60em) {
    .content-container {
      padding: 0 10%; } }
  @media all and (min-width: 93.75em) {
    .content-container {
      padding: 0;
      width: 80rem;
      margin-left: auto;
      margin-right: auto; } }

.rounded-corners {
  border-radius: 1rem; }

.vertical-container-spacing {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.list-without-bullets {
  margin: 0;
  list-style-type: none; }

.full-size-image {
  width: 100%; }

.js-hidden-element {
  position: absolute;
  left: -625rem; }

.card-spacing {
  margin: 2rem 0; }

.card-vertical-padding {
  padding: 1rem 0; }

.footer {
  margin-top: 2rem; }

.content-container .float-image-right {
  padding: 0;
  float: none;
  width: 100%;
  max-width: 100%; }
  @media all and (min-width: 37.5em) {
    .content-container .float-image-right {
      float: right;
      width: auto;
      padding: 1rem 0 1rem 1rem; } }
.content-container .float-image-left {
  padding: 0;
  float: none;
  width: 100%;
  max-width: 100%; }
  @media all and (min-width: 37.5em) {
    .content-container .float-image-left {
      float: left;
      width: auto;
      padding: 1rem 1rem 1rem 0; } }
.content-container .responsive-image {
  width: 100%;
  height: auto;
  float: left;
  padding: 1rem 0; }

.white-circle, .blue-circle {
  width: 10rem;
  height: 10rem;
  border-radius: 10rem;
  overflow: hidden; }

.interactive-panel:hover a {
  opacity: 0.7; }
.interactive-panel:hover a:hover {
  opacity: 1; }

.green-panel {
  background-color: #426654; }
  .green-panel h1, .green-panel h2, .green-panel p, .green-panel ul {
    color: #FFFFFF; }
  .green-panel .shadow {
    border-bottom: 0.125rem solid #2e473b; }

.middle-green-panel {
  background-color: #60947a; }
  .middle-green-panel h1, .middle-green-panel p, .middle-green-panel ul {
    color: #FFFFFF; }
  .middle-green-panel .shadow {
    border-bottom: 0.125rem solid #2e473b; }

.light-green-panel {
  background-color: #caddd3; }
  .light-green-panel h1, .light-green-panel p, .light-green-panel ul {
    color: #385747; }
  .light-green-panel .shadow {
    border-bottom: 0.125rem solid #426654; }

.blue-panel {
  background-color: #3b6fbd; }
  .blue-panel h3, .blue-panel p, .blue-panel ul {
    color: #FFFFFF; }
  .blue-panel .shadow {
    border-bottom: 0.125rem solid #2f5896; }

.light-blue-panel {
  background-color: #d3dff1; }
  .light-blue-panel h3, .light-blue-panel p, .light-blue-panel ul {
    color: #3564aa; }
  .light-blue-panel .shadow {
    border-bottom: 0.125rem solid #3b6fbd; }

.grey-panel {
  background-color: #666666; }
  .grey-panel p {
    color: #FFFFFF; }

.white-circle {
  background-color: #FFFFFF; }

.blue-circle {
  background-color: #3b6fbd; }

.white-border {
  border: 0.0625rem solid #FFFFFF; }

.mobile-only-button, .action-button, input[type="submit"], input[type="reset"], .property-button {
  display: block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  margin: 0.25rem 0;
  float: left;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5rem; }
  .mobile-only-button:focus, .action-button:focus, input[type="submit"]:focus, input[type="reset"]:focus, .property-button:focus {
    outline: 0; }
  @media all and (min-width: 37.5em) {
    .mobile-only-button, .action-button, input[type="submit"], input[type="reset"], .property-button {
      display: inline-block;
      width: auto;
      float: none; } }

.mobile-only-button a {
  position: absolute;
  left: -600rem; }
@media all and (min-width: 37.5em) {
  .mobile-only-button {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-bottom: 0; } }

.action-button, input[type="submit"], input[type="reset"] {
  background-color: #3b6fbd;
  border-bottom: 0.125rem solid #294d83;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #FFFFFF; }
  .action-button:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    background-color: #4b7cc7;
    border-bottom: 0.125rem solid #2f5896;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #FFFFFF; }
  .green-panel .action-button, .green-panel input[type="submit"], .green-panel input[type="reset"] {
    background-color: #5382c9;
    border-bottom: 0.125rem solid #2f5896;
    width: 100%; }
    .green-panel .action-button:hover, .green-panel input[type="submit"]:hover, .green-panel input[type="reset"]:hover {
      background-color: #7299d3;
      border-bottom: 0.125rem solid #3564aa; }

.property-button {
  background-color: #7dab94;
  border-bottom: 0.125rem solid #2e473b;
  color: #FFFFFF;
  width: 100%; }
  .property-button:hover {
    background-color: #8cb5a1;
    border-bottom: 0.125rem solid #385747;
    color: #FFFFFF; }

.contact-form input[type="text"], .contact-form textarea {
  padding: 0.5rem;
  margin: 0.25rem 0;
  color: gray;
  border: 0.0625rem solid #666666;
  border-radius: 0.25rem;
  width: 100%; }
  @media all and (min-width: 43.75em) {
    .contact-form input[type="text"], .contact-form textarea {
      padding: 1rem; } }

.contact-form .textfieldRequiredMsg, .contact-form .textfieldInvalidFormatMsg {
  display: block;
  overflow: hidden;
  width: 100%;
  float: left;
  margin: 0.5rem 0;
  padding: 1rem;
  border-radius: 0.25rem; }

.contact-form {
  width: 100%;
  display: block;
  overflow: hidden;
  max-width: 50em;
  margin: 0 auto; }
  .contact-form .section {
    width: 100%;
    display: block;
    overflow: hidden;
    float: left; }
    .contact-form .section label {
      display: block;
      width: 100%;
      margin-top: 1rem; }
    .contact-form .section input {
      display: block;
      width: 100%; }
  .contact-form .person-name {
    margin: 1rem 0; }
    @media all and (min-width: 30em) {
      .contact-form .person-name .first-name {
        display: block;
        width: 65%;
        margin-right: 5%;
        float: left;
        overflow: hidden; }

      .contact-form .person-name .middle-name {
        display: block;
        width: 30%;
        float: left;
        overflow: hidden; }
 }
  .contact-form .email {
    margin: 1rem 0; }
  .contact-form .comments {
    margin: 1rem 0; }
  .contact-form .personal-phone-contacts {
    margin: 1rem 0; }
  .contact-form .form-buttons {
    margin: 1rem 0; }
  .contact-form .textfieldRequiredMsg {
    color: #FFFFFF;
    background-color: #6da187; }
  .contact-form .textfieldInvalidFormatMsg {
    color: #FFFFFF;
    background-color: #85a7d9; }
  .contact-form .textfieldRequiredMsg, .contact-form .textfieldInvalidFormatMsg, .contact-form .textfieldMinValueMsg, .contact-form .textfieldMaxValueMsg, .contact-form .textfieldMinCharsMsg, .contact-form .textfieldMaxCharsMsg, .contact-form .textfieldValidMsg {
    display: none; }
  .contact-form .textfieldRequiredState .textfieldRequiredMsg, .contact-form .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .contact-form .textfieldMinValueState .textfieldMinValueMsg, .contact-form .textfieldMaxValueState .textfieldMaxValueMsg, .contact-form .textfieldMinCharsState .textfieldMinCharsMsg, .contact-form .textfieldMaxCharsState .textfieldMaxCharsMsg {
    display: inline; }

/*Tables*/
th, td {
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.75rem; }

th {
  font-weight: bold; }

/* Responsive table break down for mobile */
table {
  empty-cells: hide;
  display: block;
  overflow: hidden
  /* Hides Cells which are empty */ }
  @media all and (min-width: 37.5em) {
    table {
      display: table;
      empty-cells: show; } }
  table tbody {
    width: 100%;
    display: block;
    overflow: hidden; }
    @media all and (min-width: 37.5em) {
      table tbody {
        display: table-row-group; } }
  table thead {
    width: 100%;
    display: block;
    overflow: hidden; }
    @media all and (min-width: 37.5em) {
      table thead {
        display: table-row-group; } }
  table th {
    display: block;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.75rem;
    float: left;
    padding: 0.5rem 0.25rem; }
    @media all and (min-width: 37.5em) {
      table th {
        display: table-cell;
        padding: 0.5rem;
        margin-bottom: 0;
        float: none; } }
  table td {
    display: block;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.75rem;
    float: left;
    padding: 0.5rem; }
    @media all and (min-width: 37.5em) {
      table td {
        display: table-cell;
        padding: 0.5rem;
        float: none; } }
  table tr {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media all and (min-width: 37.5em) {
      table tr {
        display: table-row;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
  table td:nth-child(1) {
    font-weight: bold; }
    @media all and (min-width: 37.5em) {
      table td:nth-child(1) {
        font-weight: normal; } }
  table td:last-child {
    margin-bottom: 1rem; }
    @media all and (min-width: 37.5em) {
      table td:last-child {
        margin-bottom: 0; } }
  table td:empty {
    padding: 0;
    margin-bottom: 0; }
    @media all and (min-width: 37.5em) {
      table td:empty {
        padding: 0.5rem; } }

/* Xenosaga List Specific */
/*
.xenosaga-list td:nth-child(2){ text-align:center; }
.xenosaga-list td:nth-child(3){ font-style:italic; }
.xenosaga-list td:nth-child(2):before{ content: " ( " }
.xenosaga-list td:nth-child(2):after{ content: " )" }
.xenosaga-list td:last-child { width:100%; }*/
/* Customized Pretty Table Style - mobile */
.styled-table thead {
  background-color: #426654; }

.styled-table th {
  background-color: #426654;
  color: #FFFFFF; }

.styled-table tr:nth-child(even) {
  background-color: #e9f1ed; }

.personal-contact-information a em, .personal-contact-information a span {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  float: left; }

.header .content-container {
  margin: 0 auto; }

.header-content {
  padding: 1rem 0; }
  .header-content a {
    color: #FFFFFF;
    text-decoration: none;
    width: 100%; }
  .header-content h1 {
    font-size: 2rem;
    display: block;
    line-height: 2.5rem;
    position: absolute;
    top: 0.75rem;
    width: 100%; }
    @media all and (min-width: 30em) {
      .header-content h1 {
        position: relative;
        top: 0;
        width: auto; } }
  .header-content span {
    display: block;
    font-size: 1.3rem; }
    @media all and (min-width: 68.75em) {
      .header-content span {
        font-size: 1.5rem; } }
  .header-content .sig-logo {
    float: none;
    height: auto;
    width: auto;
    margin-right: 0;
    opacity: 0.25; }
    @media all and (min-width: 30em) {
      .header-content .sig-logo {
        margin-right: 2rem;
        float: left;
        opacity: 1; } }
  .header-content:nth-child(1) {
    text-align: center;
    position: relative;
    padding: 1rem 0 0 0; }
    @media all and (min-width: 30em) {
      .header-content:nth-child(1) {
        text-align: left;
        padding: 1rem 0; } }

.personal-contact-information ul {
  float: left;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  @media all and (min-width: 40.625em) {
    .personal-contact-information ul {
      display: block;
      -webkit-box-pack: unset;
      -webkit-justify-content: unset;
          -ms-flex-pack: unset;
              justify-content: unset;
      width: auto; } }
  @media all and (min-width: 60em) {
    .personal-contact-information ul {
      float: right; } }
.personal-contact-information img {
  float: left;
  margin-right: 0;
  display: block; }
  @media all and (min-width: 30em) {
    .personal-contact-information img {
      margin-right: 1rem; } }
.personal-contact-information a {
  float: left;
  color: #FFFFFF;
  text-decoration: none; }
  .personal-contact-information a em {
    position: absolute;
    left: -600rem; }
    @media all and (min-width: 40.625em) {
      .personal-contact-information a em {
        position: relative;
        left: 0; } }
  .personal-contact-information a span {
    position: absolute;
    left: -600rem; }
    @media all and (min-width: 30em) {
      .personal-contact-information a span {
        position: relative;
        left: 0; } }
    @media all and (min-width: 40.625em) {
      .personal-contact-information a span {
        position: absolute;
        left: -600rem; } }
  .personal-contact-information a:hover {
    text-decoration: underline; }
.personal-contact-information li {
  list-style-type: none;
  display: block;
  overflow: hidden;
  float: left;
  width: auto;
  background-color: #7dab94;
  border-bottom: 0.125rem solid #2e473b;
  padding: 0.75rem 1rem;
  margin: 0.25rem 0;
  border-radius: 0.5rem; }
  .personal-contact-information li:hover {
    background-color: #8cb5a1;
    border-bottom: 0.125rem solid #385747; }
  @media all and (min-width: 30em) {
    .personal-contact-information li {
      padding: 0.75rem 1.5rem; } }
  @media all and (min-width: 40.625em) {
    .personal-contact-information li {
      width: auto;
      float: left;
      background-color: transparent;
      border-bottom: 0;
      padding: 0;
      margin: 0;
      border-radius: 0; }
      .personal-contact-information li:hover {
        background-color: transparent;
        border-bottom: 0; } }
  @media all and (min-width: 60em) {
    .personal-contact-information li {
      width: 100%;
      float: none; } }
  .personal-contact-information li:nth-child(1) a {
    margin-top: 0.125rem; }
  @media all and (min-width: 60em) {
    .personal-contact-information li:nth-child(1) em {
      padding-top: 0.5rem; } }
  .personal-contact-information li:nth-child(1) img {
    margin-bottom: 0; }
    @media all and (min-width: 40.625em) {
      .personal-contact-information li:nth-child(1) img {
        margin-bottom: 1rem; } }
    @media all and (min-width: 60em) {
      .personal-contact-information li:nth-child(1) img {
        margin-top: 0.5rem; } }
  .personal-contact-information li:nth-child(2) img {
    margin-left: 0; }
    @media all and (min-width: 40.625em) {
      .personal-contact-information li:nth-child(2) img {
        margin-left: 1rem; } }
    @media all and (min-width: 60em) {
      .personal-contact-information li:nth-child(2) img {
        margin-left: 0; } }
  @media all and (min-width: 40.625em) {
    .personal-contact-information li:nth-child(3) {
      position: absolute;
      left: -600rem; } }

.main-menu ul {
  list-style-type: none;
  padding: 0; }
  .main-menu ul li {
    float: left;
    display: block; }

.main-menu {
  padding: 0;
  width: 100%;
  float: left; }
  .main-menu .content-container {
    padding: 0; }
    @media all and (min-width: 40.625em) {
      .main-menu .content-container {
        padding: 0 5%; } }
    @media all and (min-width: 60em) {
      .main-menu .content-container {
        padding: 0 10%; } }
    @media all and (min-width: 93.75em) {
      .main-menu .content-container {
        padding: 0;
        width: 80rem; } }
  .main-menu ul {
    margin: 0;
    float: right;
    width: 100%; }
    .main-menu ul li {
      padding: 1rem 0.5rem;
      font-size: 0.9rem;
      width: 100%;
      border-top: 0.0625rem solid #426654; }
      @media all and (min-width: 50em) {
        .main-menu ul li {
          padding: 1rem;
          font-size: 1rem; } }
      @media all and (min-width: 40.625em) {
        .main-menu ul li {
          width: auto;
          border-top: none; } }
      .main-menu ul li:hover {
        background-color: #7dab94; }
      .main-menu ul li a {
        color: #FFFFFF;
        text-decoration: none; }

.js-full-screen {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0.95;
  text-align: center; }
  .js-full-screen ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: auto;
    height: 100%;
    margin-top: 3.75rem;
    padding-bottom: 3.75rem;
    position: fixed; }
  .js-full-screen ul li {
    font-size: 1.5rem;
    padding: 1.5rem 1rem;
    border-top: 0; }
  .js-full-screen .close-menu {
    padding: 1rem;
    float: left;
    width: 100%; }
    .js-full-screen .close-menu a {
      color: #FFFFFF;
      text-decoration: none;
      font-size: 1.25rem;
      float: left; }
    .js-full-screen .close-menu img {
      float: right;
      height: 1.5rem;
      margin: 0.15rem 0 0 0.5rem; }

.js-fixed-position {
  position: fixed;
  width: 100%; }

.breadcrumb {
  font-size: 0.9rem; }
  .breadcrumb .card-spacing {
    margin: 2rem auto 0 auto; }
  .breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .breadcrumb ul li {
      float: left; }
      .breadcrumb ul li a {
        padding: 0;
        font-size: 0.9rem; }
      .breadcrumb ul li p {
        padding: 0;
        margin: 0;
        font-size: 0.9rem;
        line-height: 1.3rem; }
      .breadcrumb ul li:nth-child(even) {
        padding: 0 0.5rem; }

.hero {
  height: 30rem;
  display: block;
  overflow: hidden;
  position: relative; }
  .hero a {
    /*Un comment when we need to utilize the carosel again*/
    position: absolute;
    left: -600rem;
    display: none; }
  .hero h2 {
    font-size: 1.5rem;
    color: #FFFFFF;
    text-shadow: 0 0.05rem 0.05rem black; }
    @media all and (min-width: 60em) {
      .hero h2 {
        font-size: 2.25rem; } }
    @media all and (min-width: 68.75em) {
      .hero h2 {
        font-size: 2.25rem; } }
    @media all and (min-width: 80em) {
      .hero h2 {
        font-size: 2.25rem; } }
  .hero p {
    font-size: 1rem;
    color: #FFFFFF;
    text-shadow: 0 0.15rem 0.15rem black; }
    @media all and (min-width: 60em) {
      .hero p {
        font-size: 1.15rem; } }
  .hero img {
    width: auto;
    height: 30rem;
    display: block; }
    @media all and (min-width: 64em) {
      .hero img {
        width: 100%;
        height: auto; } }
  .hero .feature-back-buffer {
    z-index: 2;
    width: 100%;
    top: 0;
    height: auto; }
  .hero .feature-buffer {
    z-index: 0;
    width: 100%;
    top: 0;
    height: auto; }
  .hero .flex-grid-row {
    position: absolute;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.2); }
  .hero .short-description {
    position: relative;
    left: 0; }
    @media all and (min-width: 37.5em) {
      .hero .short-description {
        position: absolute;
        left: -600rem; } }
  .hero .long-description {
    position: absolute;
    left: -600rem; }
    @media all and (min-width: 37.5em) {
      .hero .long-description {
        position: relative;
        left: 0; } }

.property-search-card .quarter-grid-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.information-card .third-grid-column {
  padding: 1rem;
  margin: 0.5rem 0.125rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .information-card .third-grid-column img {
    width: 100%; }
  .information-card .third-grid-column p {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.footer a {
  color: #acc3e5;
  text-decoration: none; }
  .footer a:hover {
    color: #d3dff1; }
.footer .content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.footer .credentials {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0; }
  @media all and (min-width: 60em) {
    .footer .credentials {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .footer .credentials li {
    float: left; }
  .footer .credentials img {
    height: 6rem;
    width: auto;
    margin-right: 1rem; }
.footer .social-media {
  list-style-type: none;
  float: left;
  padding: 0; }
  @media all and (min-width: 60em) {
    .footer .social-media {
      float: right; } }
  .footer .social-media li {
    float: left; }
  .footer .social-media img {
    height: 3rem;
    width: auto;
    margin-right: 1rem; }
