/*

Theme name: Melrose
Author: Field 2 Design
Author URI: http://field2.com

*/
/* 
Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  -webkit-overflow-scrolling: touch; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

* {
  box-sizing: border-box; }

strong {
  font-weight: bold; }

.group:after {
  content: "";
  display: table;
  clear: both; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

.btn-green {
  background: #2ecc71;
  border: none;
  border-radius: .25em;
  text-decoration: none;
  padding: .5em 1em;
  color: #fff;
  cursor: pointer;
  display: inline-block; }
  #headerphone .btn-green {
    margin: 3px; }
  .btn-green:hover {
    background: #26ab5f;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
    color: #fff; }
  .btn-green:active {
    background: #176437; }

.btn-blue {
  background: #0054a6;
  border: none;
  border-radius: .25em;
  text-decoration: none;
  padding: .5em 1em;
  color: #fff;
  cursor: pointer;
  display: inline-block; }
  #headerphone .btn-blue {
    margin: 3px; }
  .btn-blue:hover {
    background: #003f7d;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
    color: #fff; }
  .btn-blue:active {
    background: #001327; }

.btn-yellow {
  background: #f1c40f;
  border: none;
  border-radius: .25em;
  text-decoration: none;
  padding: .5em 1em;
  color: #fff;
  cursor: pointer;
  display: inline-block; }
  #headerphone .btn-yellow {
    margin: 3px; }
  .btn-yellow:hover {
    background: #cba50c;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
    color: #fff; }
  .btn-yellow:active {
    background: #796307; }

.btn-red {
  background: #e74c3c;
  border: none;
  border-radius: .25em;
  text-decoration: none;
  padding: .5em 1em;
  color: #fff;
  cursor: pointer;
  display: inline-block; }
  #headerphone .btn-red {
    margin: 3px; }
  .btn-red:hover {
    background: #df2e1b;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
    color: #fff; }
  .btn-red:active {
    background: #921e12; }

.btn-white {
  background: #fff;
  border: none;
  border-radius: .25em;
  text-decoration: none;
  padding: .5em 1em;
  color: #fff;
  cursor: pointer;
  display: inline-block; }
  #headerphone .btn-white {
    margin: 3px; }
  .btn-white:hover {
    background: #ebebeb;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
    color: #fff; }
  .btn-white:active {
    background: #bfbfbf; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  @media screen and (max-width: 1001px) {
    .row {
      display: block; } }

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.callout {
  border-radius: 0.5em;
  overflow-wrap: break-word;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .callout img {
    display: block; }
  .callout h3 {
    font-size: 20px; }
    aside .callout h3 {
      text-align: left; }
  aside .callout {
    margin-bottom: 12px; }

.page-homeowner-portal-mgmt .callout, .homeowners-portal .callout {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 12px; }

.one_third {
  margin: 12px 0; }

@media screen and (min-width: 1001px) {
  .three_fourths {
    width: 75%;
    padding: 0 0.5em; }
  .one_fourth {
    width: 25%;
    padding: 0 0.5em; }
  .one_third {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.33333%;
            flex: 0 0 31.33333%;
    padding: 0 0.5em;
    margin: 0 1% 15px 1%; }
    .one_third:nth-of-type(1n+1) {
      margin-left: 0; }
      .one_third:nth-of-type(1n+1):nth-of-type(3n+3) {
        margin-right: 0; }
  .half {
    width: 50%; } }

.nowrap > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 12px; }

.home .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

h1, h2, h3, nav a {
  text-rendering: optimizeLegibility; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 18px; }

h4 {
  margin-top: 1em;
  margin-bottom: 4px;
  font-size: 18px; }

h1, h2, h3, h4 {
  font-family: 'Lora', serif;
  font-weight: 400;
  color: #0054a6; }
  @media screen and (max-width: 1000px) {
    h1, h2, h3, h4 {
      text-align: center; } }
  h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child) {
    margin-top: 1.0em; }

aside h1, aside h2, aside h3, aside h4 {
  text-transform: capitalize; }
  @media screen and (max-width: 1000px) {
    aside h1, aside h2, aside h3, aside h4 {
      text-align: left; } }

a {
  color: #0054a6;
  -webkit-transition: 0.3s color ease;
          transition: 0.3s color ease; }
  a:hover {
    color: #002040; }

#content {
  font-size: 14px;
  line-height: 1.5em; }

#main {
  padding: 1.5em; }
  #main p {
    margin-top: 1.0em; }
  #main li {
    font-size: 14px;
    line-height: 1.5em;
    list-style-type: square;
    margin-left: 1.4em; }
  #main h2 {
    margin-top: 1em;
    margin-bottom: 12px; }

.jack_link a {
  color: #66CCFF;
  -webkit-transition: color ease 0.3s;
          transition: color ease 0.3s; }
  .jack_link a:hover {
    color: #00aaff; }

h1.site-title {
  font-size: 24px; }
  h1.site-title a {
    text-decoration: none; }

/* doctype icons */
a.mime {
  display: inline-block;
  text-decoration: none; }

a.mime:before {
  font-family: FontAwesome;
  font-smoothing: anti-aliased; }

a.pdf_file:before {
  content: '\f1c1\00a0'; }

a.doc_file:before {
  content: '\f1c2\00a0'; }

a.xlsx_file:before {
  content: '\f1c3\00a0'; }

label {
  font-family: "Lato", sans-serif; }

#headerphone a {
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px dotted rgba(0, 84, 166, 0.5);
  -webkit-transition: border-color 0.2s ease;
          transition: border-color 0.2s ease; }
  #headerphone a:hover {
    border-color: rgba(0, 84, 166, 0.15); }
  @media screen and (max-width: 1001px) {
    #headerphone a {
      border: none; } }

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=color], .pure-form select, .pure-form textarea {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box; }

.pure-form input:not([type]) {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  box-sizing: border-box; }

.pure-form input[type=color] {
  padding: .2em .5em; }

.pure-form input[type=text]:focus, .pure-form input[type=password]:focus, .pure-form input[type=email]:focus, .pure-form input[type=url]:focus, .pure-form input[type=date]:focus, .pure-form input[type=month]:focus, .pure-form input[type=time]:focus, .pure-form input[type=datetime]:focus, .pure-form input[type=datetime-local]:focus, .pure-form input[type=week]:focus, .pure-form input[type=number]:focus, .pure-form input[type=search]:focus, .pure-form input[type=tel]:focus, .pure-form input[type=color]:focus, .pure-form select:focus, .pure-form textarea:focus {
  outline: 0;
  border-color: #129FEA; }

.pure-form input:not([type]):focus {
  outline: 0;
  border-color: #129FEA; }

.pure-form input[type=file]:focus, .pure-form input[type=radio]:focus, .pure-form input[type=checkbox]:focus {
  outline: thin solid #129FEA;
  outline: 1px auto #129FEA; }

.pure-form .pure-checkbox, .pure-form .pure-radio {
  margin: .5em 0;
  display: block; }

.pure-form input[type=text][disabled], .pure-form input[type=password][disabled], .pure-form input[type=email][disabled], .pure-form input[type=url][disabled], .pure-form input[type=date][disabled], .pure-form input[type=month][disabled], .pure-form input[type=time][disabled], .pure-form input[type=datetime][disabled], .pure-form input[type=datetime-local][disabled], .pure-form input[type=week][disabled], .pure-form input[type=number][disabled], .pure-form input[type=search][disabled], .pure-form input[type=tel][disabled], .pure-form input[type=color][disabled], .pure-form select[disabled], .pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

.pure-form input[readonly], .pure-form select[readonly], .pure-form textarea[readonly] {
  background-color: #eee;
  color: #777;
  border-color: #ccc; }

.pure-form input:focus:invalid, .pure-form textarea:focus:invalid, .pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d; }

.pure-form input[type=file]:focus:invalid:focus, .pure-form input[type=radio]:focus:invalid:focus, .pure-form input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d; }

.pure-form select {
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: #fff; }

.pure-form select[multiple] {
  height: auto; }

.pure-form label {
  margin: .5em 0 .2em; }

.pure-form fieldset {
  margin: 0;
  padding: .35em 0 .75em;
  border: 0; }

.pure-form legend {
  display: block;
  width: 100%;
  padding: .3em 0;
  margin-bottom: .3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5; }

.pure-form-stacked input[type=text], .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=number], .pure-form-stacked input[type=search], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked input[type=file], .pure-form-stacked select, .pure-form-stacked label, .pure-form-stacked textarea {
  display: block;
  margin: .25em 0; }

.pure-form-stacked input:not([type]) {
  display: block;
  margin: .25em 0; }

.pure-form-aligned input, .pure-form-aligned textarea, .pure-form-aligned select, .pure-form-aligned .pure-help-inline, .pure-form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.pure-form-aligned textarea {
  vertical-align: top; }

.pure-form-aligned .pure-control-group {
  margin-bottom: .5em; }

.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0; }

.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em; }

.pure-form input.pure-input-rounded, .pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: .5em 1em; }

.pure-form .pure-group fieldset {
  margin-bottom: 10px; }

.pure-form .pure-group input, .pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px; }

.pure-form .pure-group input:focus, .pure-form .pure-group textarea:focus {
  z-index: 3; }

.pure-form .pure-group input:first-child, .pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0; }

.pure-form .pure-group input:first-child:last-child, .pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0; }

.pure-form .pure-group input:last-child, .pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0; }

.pure-form .pure-group button {
  margin: .35em 0; }

.pure-form .pure-input-1 {
  width: 100%; }

.pure-form .pure-input-2-3 {
  width: 66%; }

.pure-form .pure-input-1-2 {
  width: 50%; }

.pure-form .pure-input-1-3 {
  width: 33%; }

.pure-form .pure-input-1-4 {
  width: 25%; }

.pure-form .pure-help-inline, .pure-form-message-inline {
  display: inline-block;
  padding-left: .3em;
  color: #666;
  vertical-align: middle;
  font-size: .875em; }

.pure-form-message {
  display: block;
  color: #666;
  font-size: .875em; }

@media only screen and (max-width: 480px) {
  .pure-form button[type=submit] {
    margin: .7em 0 0; }
  .pure-form input:not([type]), .pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=color], .pure-form label {
    margin-bottom: .3em;
    display: block; }
  .pure-group input:not([type]), .pure-group input[type=text], .pure-group input[type=password], .pure-group input[type=email], .pure-group input[type=url], .pure-group input[type=date], .pure-group input[type=month], .pure-group input[type=time], .pure-group input[type=datetime], .pure-group input[type=datetime-local], .pure-group input[type=week], .pure-group input[type=number], .pure-group input[type=search], .pure-group input[type=tel], .pure-group input[type=color] {
    margin-bottom: 0; }
  .pure-form-aligned .pure-control-group label {
    margin-bottom: .3em;
    text-align: left;
    display: block;
    width: 100%; }
  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0; }
  .pure-form .pure-help-inline, .pure-form-message-inline, .pure-form-message {
    display: block;
    font-size: .75em;
    padding: .2em 0 .8em; } }

#login input[type="text"], #login input[type="password"] {
  border: 1px solid #ccc;
  width: 100%;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
  height: 2.0em;
  display: block;
  margin: 0.5em 0 0 0; }

#login input[type="submit"] {
  background: #0054a6;
  border: none;
  border-radius: .25em;
  text-decoration: none;
  padding: .5em 1em;
  color: #fff;
  cursor: pointer;
  display: inline-block; }
  #headerphone #login input[type="submit"] {
    margin: 3px; }
  #login input[type="submit"]:hover {
    background: #003f7d;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
    color: #fff; }
  #login input[type="submit"]:active {
    background: #001327; }

#login input[type="checkbox"] {
  position: relative;
  top: 3px; }

#login input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

#login a {
  color: #fff !important;
  margin-left: 12px; }

#login .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px; }
  #login .container input[type="text"], #login .container input[type="password"] {
    padding: 0.5em;
    border: 1px solid #ddd;
    border-radius: 0.3em;
    opacity: 0.5;
    -webkit-transition: opacity ease 0.3s;
            transition: opacity ease 0.3s; }
    #login .container input[type="text"]:focus, #login .container input[type="password"]:focus {
      opacity: 1; }

.gform_wrapper input[type="radio"] {
  margin-left: 4px !important; }

#loginform .input {
  width: 100%; }

#loginform .pure-button {
  width: 100%; }

input#communitysearch {
  display: block;
  width: 100%;
  margin-top: 8px;
  font-family: "Lato", sans-serif; }

.ui-menu-item {
  font-family: "Lato", sans-serif; }

.log-form-group {
  margin-top: 12px; }

.gform_button {
  background: #0054a6;
  border: none;
  border-radius: .25em;
  text-decoration: none;
  padding: .5em 1em;
  color: #fff;
  cursor: pointer;
  display: inline-block; }
  #headerphone .gform_button {
    margin: 3px; }
  .gform_button:hover {
    background: #003f7d;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
    color: #fff; }
  .gform_button:active {
    background: #001327; }

time {
  font-style: italic;
  color: #919191;
  font-size: 12px;
  display: block;
  margin-top: 1.0em;
  margin-bottom: 1.0em; }

#menutoggle {
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  text-align: center;
  text-decoration: none;
  font-size: 32px;
  z-index: 3000; }
  @media screen and (min-width: 1001px) {
    #menutoggle {
      display: none; } }

nav#primary {
  border-bottom: 1px solid rgba(0, 84, 166, 0.3);
  width: 100%;
  font-size: 14px;
  padding: 1em 0;
  background: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: linear left 0.3s;
          transition: linear left 0.3s; }
  @media screen and (max-width: 1001px) {
    nav#primary {
      position: absolute;
      z-index: 4000;
      font-size: 18px;
      text-align: center;
      display: block;
      padding: 0.5em;
      left: 100vw;
      top: 121px;
      background: #fff; }
      nav#primary ul {
        height: 100%;
        background: #fff; }
        nav#primary ul li a {
          display: block;
          padding: 12px; } }
  nav#primary.reveal {
    left: 0; }
  nav#primary a {
    text-decoration: none;
    display: inline-block;
    padding: 0 0.5em; }
  @media screen and (min-width: 1001px) {
    nav#primary {
      padding: 0; }
      nav#primary > ul > li {
        display: inline-block;
        position: relative; }
        nav#primary > ul > li > a {
          height: 40px;
          line-height: 40px; }
        nav#primary > ul > li:hover .sub-menu {
          opacity: 1;
          pointer-events: auto;
          z-index: 1000; }
      nav#primary .sub-menu {
        position: absolute;
        z-index: -1;
        left: 0;
        min-width: 150px;
        background: #fff;
        opacity: 0;
        -webkit-transition: opacity ease 0.2s;
                transition: opacity ease 0.2s;
        padding-bottom: 1em;
        border-left: 1px solid rgba(0, 84, 166, 0.3);
        border-right: 1px solid rgba(0, 84, 166, 0.3);
        border-bottom: 1px solid rgba(0, 84, 166, 0.3); }
        nav#primary .sub-menu a {
          height: 30px;
          padding: 1em; } }

nav#secondary a {
  text-decoration: none;
  border-bottom: 1px dotted #d9ecff; }

nav#social {
  position: absolute;
  right: 0;
  bottom: 0; }
  nav#social li {
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    position: relative;
    color: #0054a6; }
  nav#social li.fa a {
    position: absolute;
    width: 24px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    margin: 0;
    padding: 0;
    height: 24px;
    text-decoration: none;
    top: 0; }
  nav#social li.fa:hover:before {
    color: #0054a6; }
  nav#social li.fa:before {
    font-size: 20px;
    width: 24px;
    height: 24px;
    text-align: center;
    display: block;
    color: rgba(0, 84, 166, 0.4);
    -webkit-transition: color 0.3s ease !important;
            transition: color 0.3s ease !important; }

nav#primary > ul > li.current-menu-item > a {
  box-sizing: content-box;
  border-top: 3px solid #0054a6;
  color: #002040; }

nav#primary > ul > li.current-menu-parent > a {
  box-sizing: content-box;
  border-top: 3px solid #0054a6;
  color: #002040; }

.sticky {
  position: fixed !important;
  z-index: 10000 !important;
  top: 0; }

.topbg {
  background-position: center top; }

#tophat {
  z-index: 100;
  background: #8baed0;
  padding: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px; }
  #tophat li {
    float: left; }
  @media (min-width: 1001px) {
    #tophat {
      position: absolute;
      left: 0;
      top: 0px; }
      #tophat li {
        border-left: 1px solid rgba(255, 255, 255, 0.5); }
      #tophat a {
        font-size: 14px; } }
  #tophat a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
    display: block;
    padding: .2em .4em; }
    #tophat a:hover {
      opacity: 1; }

#menu-footer {
  float: right; }

.search-form {
  z-index: 1;
  position: relative;
  position: absolute;
  width: 300px;
  right: 0;
  opacity: 0;
  background: #eee;
  -webkit-transition: opacity 400ms ease;
          transition: opacity 400ms ease; }

.search-field {
  background-color: transparent;
  height: 40px;
  border: none;
  cursor: pointer;
  z-index: 100;
  outline: none;
  float: left;
  padding-left: 12px; }

.search-submit {
  background: #40a1ff;
  cursor: pointer;
  color: #fff;
  height: 40px;
  padding: 1em;
  border: none;
  z-index: 200;
  position: absolute;
  font-family: "Lato", sans-serif;
  right: 0;
  -webkit-transition: background 400ms ease;
          transition: background 400ms ease; }
  .search-submit:hover {
    background: #0054a6; }

input[type="search"] {
  font-family: 'Open sans'; }

.fa-search {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 0;
  right: 0;
  z-index: 300;
  color: #40a1ff;
  -webkit-transition: color 400ms ease;
          transition: color 400ms ease; }
  .fa-search:before {
    line-height: 40px; }
  .fa-search:hover {
    color: #0054a6; }

.showsearch {
  opacity: 1; }

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

/*Changes the color of the placeholder*/
::-webkit-input-placeholder {
  color: #0d2840;
  opacity: .5; }

:-moz-placeholder {
  color: #0d2840;
  opacity: .5; }

::-moz-placeholder {
  color: #0d2840;
  opacity: .5; }

:-ms-input-placeholder {
  color: #0d2840;
  opacity: .5; }

@media (max-width: 1000px) {
  html,
  body {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100vh; } }

body {
  color: #444;
  font-family: "Lato", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  position: relative; }
  @media (max-width: 1000px) {
    body {
      background-position: center 137px; } }

body.full_bg {
  background-size: cover;
  background-position: center 188px;
  background-attachment: fixed !important; }

.container {
  padding: 0.5em; }
  @media screen and (min-width: 1001px) {
    .container {
      text-align: left;
      width: 1001px;
      z-index: 100;
      position: relative;
      margin: 0 auto; } }

header {
  position: relative;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 24%, white 76%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 24%, white 76%, rgba(255, 255, 255, 0) 100%);
  border-bottom: 1px solid rgba(0, 84, 166, 0.3);
  z-index: 10000;
  z-index: 100; }
  header .container {
    padding: 0; }
  header #logo {
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    header #logo img {
      width: 40%;
      height: auto; }
    @media screen and (min-width: 1001px) {
      header #logo {
        height: 188px; } }
    @media screen and (max-width: 1001px) {
      header #logo img {
        width: 85%;
        display: block;
        padding: 12px 0; } }
  header.fixed {
    position: fixed;
    width: 100%;
    height: 100px; }
  header #headerphone {
    text-align: center; }
    header #headerphone a {
      display: block; }
    @media (max-width: 1000px) {
      header #headerphone {
        font-size: 20px; } }
    @media (min-width: 1001px) {
      header #headerphone {
        float: left; } }
    header #headerphone .btn {
      position: relative; }
    @media screen and (min-width: 1001px) {
      header #headerphone {
        position: absolute;
        top: 20px;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        header #headerphone a.btn {
          display: block; } }
  @media screen and (max-width: 1000px) {
    header #logo {
      width: 80%;
      text-align: center; } }

footer {
  font-size: 12px;
  position: relative;
  z-index: 100;
  background: #fff; }
  footer .container {
    background: #fff;
    margin: 0 auto;
    padding: 0; }
    footer .container #sm {
      float: right;
      font-size: 24px; }
      footer .container #sm a {
        text-decoration: none;
        margin: 0 0.2em; }
    footer .container ul li {
      float: left; }
  @media screen and (max-width: 1000px) {
    footer {
      padding: .5em 0; }
      footer #copyright {
        float: none;
        width: 100%;
        text-align: left;
        margin: 0;
        margin-left: 12px;
        position: absolute;
        bottom: 12px;
        left: 0; }
      footer #secondary {
        position: absolute;
        bottom: 12px;
        right: 0;
        margin-right: 12px; }
      footer #sm {
        margin-top: 12px; }
      footer #mpfooterlogo {
        padding-bottom: 20px; } }

.rev_slider .no-slides-text {
  color: #c4c4c4;
  font-weight: normal; }

#gallery-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #gallery-2 p {
    font-size: 12px; }
  #gallery-2 span.childlink {
    display: block;
    float: right;
    font-weight: bold;
    color: #0054a6;
    font-style: italic; }
  #gallery-2 .gallery-item {
    min-height: 300px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff; }
    #gallery-2 .gallery-item:not(:last-of-type) {
      margin-right: 8px; }
  #gallery-2 .gallery-icon a {
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none; }
  #gallery-2 .gallery-icon img {
    margin: auto;
    border: none !important; }
  #gallery-2 .gallery-icon h3.galtitle {
    margin: 0 0 1em 0; }
  #gallery-2 .gallery-caption {
    text-align: left;
    font-size: 12px; }
    #gallery-2 .gallery-caption em {
      font-style: italic;
      border-top: 1px dotted #73baff;
      display: block;
      padding-top: 12px; }

.wp-caption-text {
  line-height: 1.2em; }
  .wp-caption-text a {
    display: block;
    float: right;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    margin-top: 8px; }

footer {
  background: #fff;
  text-align: center;
  border-top: 1px solid rgba(0, 84, 166, 0.3);
  text-align: center;
  padding-top: 1em; }
  footer a#melrosefamily {
    display: block;
    margin: auto; }
    footer a#melrosefamily img {
      display: inline-block;
      height: 70px; }

#breadcrumbs {
  font-size: 11px;
  background: #fff;
  width: 100%;
  color: rgba(0, 0, 0, 0.5); }
  .home #breadcrumbs {
    display: none; }
  #breadcrumbs .breadcrumb_last {
    font-weight: bold; }

a#mmp_logo {
  display: block;
  padding: 12px 0; }
  a#mmp_logo img {
    max-height: 150px;
    width: auto; }

a#mp_logo {
  display: block;
  padding: 12px 0; }
  a#mp_logo img {
    max-height: 100px;
    width: auto; }

@media screen and (max-width: 1001px) {
  #footerlogos {
    display: none; } }

#footerlogos .container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #footerlogos .container a {
    display: block;
    text-align: center; }
    #footerlogos .container a img {
      width: 100px;
      height: auto;
      margin: auto;
      display: block;
      padding: .3em; }

aside {
  margin-top: 24px;
  font-size: 12px; }
  .page-managers-registration aside h2,
  .page-managers-registration aside h3,
  .page-homeowner-registration aside h2,
  .page-homeowner-registration aside h3 {
    font-size: 14px;
    letter-spacing: -0.02em; }

.page-managers-registration #main h2,
.page-homeowner-registration #main h2 {
  margin-top: 12px; }

.alignright {
  display: block;
  float: right;
  margin-left: 12px; }

.page-meet-our-team #main h3 {
  clear: both;
  padding-top: 24px !important;
  border-top: 1px solid rgba(0, 84, 166, 0.5); }

#cta {
  border: solid; }

#custom_header {
  margin: auto;
  max-width: 1001px; }
  #custom_header img {
    width: 100%;
    height: auto; }

#page-jack-hanson #main p {
  float: left; }

#jackcallout {
  text-align: center; }
  @media screen and (min-width: 800px) {
    #jackcallout {
      float: right;
      margin-left: 12px;
      margin-bottom: 12px; } }
  #jackcallout img {
    display: block;
    margin: auto;
    border: 3px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
  #jackcallout i {
    font-size: 1.5em;
    padding: 0 0.2em; }

.team-member {
  margin: 12px;
  padding: 12px;
  height: 200px;
  overflow: hidden;
  position: relative;
  margin: 12px;
  box-sizing: border-box; }
  .team-member h3 {
    margin-left: 170px; }
  .team-member h4 {
    font-size: 13px;
    font-style: italic;
    color: #999;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 170px; }
  .team-member p {
    margin-right: 12px;
    margin-left: 170px;
    margin-bottom: 16px; }

.biopic {
  box-sizing: content-box;
  width: 150px;
  height: 150px;
  float: left;
  overflow: hidden;
  border-radius: 300px;
  margin-top: 12px;
  margin-bottom: 50px;
  border: 3px solid #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
  .biopic img {
    display: block;
    width: 100%;
    height: auto; }

.expand {
  position: absolute;
  bottom: -5px;
  right: 10px;
  color: rgba(0, 84, 166, 0.5);
  text-decoration: none;
  cursor: pointer;
  font-family: FontAwesome; }
  .expand:before {
    content: "\f0fe"; }

.collapse:before {
  content: "\f146"; }

.autoheight {
  height: auto; }

#pageicons {
  margin: auto;
  text-align: center; }

p .btn {
  margin-top: 6px; }

#mcfooterlogo {
  float: left; }
  #mcfooterlogo img {
    height: 36px; }

#mpfooterlogo {
  display: inline-block; }
  #mpfooterlogo img {
    height: 36px; }

#main {
  position: relative; }
  #main .attachment-post-thumbnail {
    position: absolute;
    right: -110px;
    top: -150px;
    z-index: -1; }

#main.industry-highlights {
  overflow: visible;
  z-index: -100;
  background: #0054a6;
  min-height: 840px; }
  #main.industry-highlights #footer {
    height: 270px; }

body.page-welcome #content .container {
  padding: 0; }
  body.page-welcome #content .container .attachment-post-thumbnail {
    display: block;
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    top: -200px;
    opacity: .5; }

body.page-welcome #content h1 {
  font-size: 40px;
  margin: 0.5em;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  text-align: center;
  color: #00478d;
  text-shadow: 0 0 12px #fff;
  line-height: 1.1em; }

#content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: linear left 0.3s;
          transition: linear left 0.3s; }
  #content .container {
    background: rgba(255, 255, 255, 0.85);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  #content.reveal {
    left: -100vw; }

.wp-caption {
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 20%;
  float: left;
  text-align: center; }
  .wp-caption img {
    width: 200px;
    height: auto; }

#main p {
  clear: both; }

.child_page {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 1em;
  max-width: 300px;
  position: relative;
  margin: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .child_page h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 12px;
    text-align: center; }
    .child_page h3 a {
      text-decoration: none; }
  .child_page p {
    font-size: 1.2;
    line-height: 1.2; }
  .child_page img {
    display: block;
    margin: auto;
    height: 128px;
    width: auto; }
  .child_page .learnmore {
    width: 100%; }

.gallery-item {
  text-align: center; }
  .gallery-item h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 12px; }
    .gallery-item h3 a {
      text-decoration: none; }

.more {
  display: block;
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  margin-top: 8px; }

.affiliate {
  border: 1px solid #ddd;
  padding: 1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .affiliate .affiliatelogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px dotted rgba(0, 84, 166, 0.3); }
    .affiliate .affiliatelogo a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    @media (min-width: 800px) {
      .affiliate .affiliatelogo {
        height: 200px; } }
    .affiliate .affiliatelogo img {
      margin: 12px 0;
      display: block;
      width: 60%;
      margin: auto;
      margin-bottom: 12px; }
      @media (min-width: 800px) {
        .affiliate .affiliatelogo img {
          width: 240px;
          height: auto; } }
  .affiliate .affiliatetext {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .affiliate .affiliatetext em:first-of-type {
      display: block;
      margin-bottom: 0.5em; }

.callouts_above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

#wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

footer .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  footer .row .one_third {
    text-align: center;
    padding: 0;
    margin: 0; }

.familysites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  margin-top: 12px;
  padding-top: 12px; }
  @media screen and (max-width: 1001px) {
    .familysites {
      margin: 0;
      padding: 0;
      position: relative;
      top: -36px; } }
  .familysites h3 {
    text-align: center;
    margin: 0;
    padding-top: 1em;
    cursor: pointer; }

@media screen and (max-width: 1001px) {
  .expanded {
    display: block !important; }
    .expanded .container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 1em !important; }
      .expanded .container img {
        pagging: 0.5em; } }

.firstrow {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 4px 0 !important; }

.page-jack-hanson #main p {
  clear: none; }

body.page-template-page-full-width #content > .container {
  width: 100%;
  padding: 0;
  margin: 0; }
  body.page-template-page-full-width #content > .container #main {
    padding: 0; }
    body.page-template-page-full-width #content > .container #main img.size-large {
      width: 100%;
      height: auto; }

p#pageicons {
  margin: 0; }

#scroll {
  position: fixed;
  right: 1em;
  top: 40vh;
  cursor: pointer;
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; }

#closer {
  color: #0054a6;
  font-weight: bold;
  position: absolute;
  right: 8px;
  top: 20px;
  display: none; }

.displaynone {
  display: block !important; }

/* login form in header */
/* Username wrapper paragraph. */
#headerlogin {
  color: #fff;
  cursor: pointer;
  padding: .2em .4em;
  margin-right: 0; }

#loginform {
  position: absolute;
  top: 29px;
  left: 0;
  display: none;
  padding: 1rem;
  width: 285px;
  background: #8baed0;
  color: #fff; }
  #loginform p {
    margin-bottom: 12px; }
  #loginform .closer {
    position: absolute;
    top: 4px;
    right: 4px; }
  #loginform .input {
    border: none;
    outline: none;
    padding: .5rem;
    vertical-align: baseline; }

/* Username label. */
.login-username label {
  display: none; }

/* Username input. */
/* Password wrapper paragraph. */
/* Password label. */
.login-password label {
  display: none; }

/* Password input. */
/* Remember me wrapper paragraph. */
/* Remember me label. */
/* Remember me checkbox. */
.login-remember input[type="checkbox"] {
  border: none;
  outline: none; }

/* Submit button wrapper paragraph. */
/* Submit button. */
.login-submit .button-primary {
  color: #0054a6 !important;
  background: #fff;
  border: none;
  border-radius: .25em;
  text-decoration: none;
  padding: .5em 1em;
  color: #fff;
  cursor: pointer;
  display: inline-block; }
  #headerphone .login-submit .button-primary {
    margin: 3px; }
  .login-submit .button-primary:hover {
    background: #ebebeb;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
    color: #fff; }
  .login-submit .button-primary:active {
    background: #bfbfbf; }

.showLogin {
  display: block !important; }

.formerror {
  position: absolute;
  width: 250px;
  top: 163px;
  left: 70px;
  z-index: 100000;
  padding: 0 1rem .5rem 1rem;
  color: red; }
  .formerror a {
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-top: 5px; }

body.single-post #content .container {
  padding: 0; }

body.single-post #content #main {
  padding: 0;
  margin-top: 0; }

body.single-post #content .attachment-post_image {
  width: 100%;
  height: auto; }

/* ie */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  body {
    height: 100%;
    display: block; }
  footer {
    width: 100%; }
  .one_third {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 29%;
    float: left; }
  #wrap {
    display: block !important; }
  .callout {
    display: block !important; }
  #content {
    display: block; }
  #content .container #main {
    background: #fff; }
  .affiliate {
    display: block; }
    .affiliate .affiliatelogo {
      display: block;
      display: block;
      text-align: center; }
      .affiliate .affiliatelogo a {
        display: block; } }
    @media all and (-ms-high-contrast: none) and (min-width: 800px), (-ms-high-contrast: active) and (min-width: 800px) {
      .affiliate .affiliatelogo {
        height: 200px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .affiliate .affiliatelogo img {
        margin: 12px 0;
        display: block; } }
      @media all and (-ms-high-contrast: none) and (min-width: 800px), (-ms-high-contrast: active) and (min-width: 800px) {
        .affiliate .affiliatelogo img {
          width: 240px;
          height: auto; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #logo a {
    position: relative;
    top: 30px; } }

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