/* ============================== */
/* normalize.scss */
/* ============================== */
html, body {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  word-wrap: break-word;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Make sure embeds and iframes fit their containers */
/*******************************************************/
embed,
iframe,
object {
  max-width: 100%; }

/* Image Styling */
/******************************************/
figure {
  margin: 0; }

img {
  border: 0;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

/* Table Styling */
/******************************************/
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Form Styling */
/******************************************/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

[role="button"] {
  cursor: pointer; }

/* Link Styling */
/******************************************/
a {
  color: #337ab7;
  background-color: transparent;
  text-decoration: none;
  outline: 0; }

a:active,
a:hover {
  outline: 0;
  text-decoration: none; }

/* TEXT STYLING */
/******************************************/
abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

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; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1rem; }

/* ============================== */
/* bootstrap-grid.scss */
/* ============================== */
/*!
	* Generated using the Bootstrap Customizer (http://getbootstrap.com/docs/3.3/customize/?id=a17502e4e52b24db2cdbf1ca3be613a1)
	* Config saved to config.json and https://gist.github.com/a17502e4e52b24db2cdbf1ca3be613a1
	*/
/*!
	* Bootstrap v3.3.7 (http://getbootstrap.com)
	* Copyright 2011-2016 Twitter, Inc.
	* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
	*/
.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
  content: " ";
  display: table; }

.clearfix:after, .container-fluid:after, .container:after, .row:after {
  clear: both; }

/* ============================== */
/* bootstrap-forms.scss */
/* ============================== */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control::-ms-expand {
  border: 0;
  background-color: transparent; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table; }

.clearfix:after,
.form-horizontal .form-group:after {
  clear: both; }

/* ALIGNMENT */
/******************************************/
.alignleft {
  padding-right: 30px;
  float: left; }

.alignright {
  padding-left: 30px;
  float: right; }

.alignnone {
  float: none; }

/* Text meant only for screen readers */
/*******************************************************/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/*
 * Base layout of the body, wrapper, and main content area
 */
body {
  position: relative;
  background: rgba(239, 239, 239, 0.5); }

body.admin-bar {
  top: 46px; }
  @media screen and (min-width: 768px) {
    body.admin-bar {
      top: 32px; } }
  body.admin-bar nav.navbar {
    top: 46px; }
    @media screen and (min-width: 768px) {
      body.admin-bar nav.navbar {
        top: 32px; } }

#wrapper {
  position: relative;
  overflow: hidden; }
  body.admin-bar #wrapper {
    top: -46px; }
    @media screen and (min-width: 768px) {
      body.admin-bar #wrapper {
        top: -32px; } }

main {
  display: block;
  max-width: 1200px;
  margin: auto;
  margin-top: 57px;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 576px) {
    main {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 576px) {
    main {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) {
    main {
      margin-top: 99.5px;
      padding-top: 60px; } }

/* TEXT STYLING */
/******************************************/
html, body {
  font-family: 'Merriweather', serif; }

html {
  font-size: 16px; }

body {
  font-size: 1rem;
  color: #555;
  font-weight: 300; }

p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.5rem; }

ul {
  margin: 1.5rem 0 1.5rem;
  padding: 0 0 0 40px; }

ul > ul {
  margin: 0;
  padding: 0 0 0 30px; }

li {
  font-size: 1rem;
  line-height: 1.5rem; }

h1, h2, h3, h4, h5, h6 {
  color: #000; }

h1 {
  font-size: 2.441rem;
  line-height: 1.1;
  margin: 0 0 .4rem; }

h2 {
  font-size: 1.953rem;
  line-height: 1.2;
  margin: 0 0 .4rem; }

h3 {
  font-size: 1.563rem;
  line-height: 1.3;
  margin: 0 0 .4rem; }
  @media screen and (min-width: 992px) {
    h3 {
      font-size: 32px; } }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 34px; } }

h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 .4rem; }
  @media screen and (min-width: 992px) {
    h4 {
      font-size: 28px; } }
  @media screen and (min-width: 1200px) {
    h4 {
      font-size: 30px; } }

h5 {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 .4rem; }

h6 {
  font-size: .8rem;
  line-height: .8;
  margin: 0 0 .8rem; }

.page-title {
  display: block;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px; }
  @media screen and (min-width: 576px) {
    .page-title {
      font-size: 36px; } }
  @media screen and (min-width: 768px) {
    .page-title {
      font-size: 46px;
      display: none; } }

a {
  color: #194a72; }

.page-id-35 .entry-content {
  background: white;
  padding: 30px; }
  .page-id-35 .entry-content:after {
    content: '';
    display: block;
    clear: both; }
  .page-id-35 .entry-content .about-content .headshot {
    max-width: 175px;
    float: right;
    margin-left: 20px; }
    @media screen and (min-width: 576px) {
      .page-id-35 .entry-content .about-content .headshot {
        max-width: 300px; } }

body.page #wrapper main .content .entry-content #ihf-main-container .ihf-advanced-property-search form#ihf-main-search-form input,
body.page #wrapper main .content .entry-content #ihf-main-container .ihf-advanced-property-search form#ihf-main-search-form .input-group-addon,
body.page #wrapper main .content .entry-content #ihf-main-container .ihf-advanced-property-search form#ihf-main-search-form #areaPickerInputWrapper,
body.page #wrapper main .content .entry-content #ihf-main-container .ihf-advanced-property-search form#ihf-main-search-form .chosen-single,
body.page #wrapper main .content .entry-content #ihf-main-container .ihf-advanced-property-search form#ihf-main-search-form .btn-form-submit,
body.page #wrapper main .content .entry-content #ihf-main-container .ihf-advanced-property-search form#ihf-main-search-form .chosen-choices,
body.page #wrapper main .content .entry-content #ihf-main-container .ihf-advanced-property-search form#ihf-main-search-form #ihf-location-tab,
body.page #wrapper main .content .entry-content #ihf-main-container .ihf-advanced-property-search form#ihf-main-search-form #ihf-polygon-tab {
  border-radius: 0 !important; }

body.page #wrapper main .content .entry-content #ihf-main-container .ihf-advanced-property-search form#ihf-main-search-form .chosen-choices {
  padding: 4px 5px; }

.ihf-powered-by {
  display: none; }

/* ============================== */
/* blog.scss */
/* ============================== */
.posts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px; }
  .posts .post {
    flex-grow: 1;
    width: calc(100%);
    max-width: calc(100%);
    margin: 0 0 30px;
    background: white;
    position: relative; }
    .posts .post picture {
      display: block;
      width: 100%;
      height: 0;
      padding-top: 66%;
      position: relative;
      overflow: hidden; }
      .posts .post picture img {
        top: 0;
        position: absolute;
        object-fit: cover;
        min-width: 100%;
        min-height: 100%; }
    .posts .post .content {
      padding: 0 10px 10px; }
      .posts .post .content .post-title {
        margin-top: 5%; }
      .posts .post .content .post-meta {
        font-size: .9rem; }
      .posts .post .content .post-excerpt {
        margin: 3% 0; }
      .posts .post .content .read-more {
        text-transform: uppercase; }
    @media screen and (min-width: 576px) {
      .posts .post {
        width: calc(50% - 30px);
        max-width: calc(50% - 30px);
        margin: 0 15px 30px; }
        .posts .post .content {
          padding: 0 15px 15px; } }
    @media screen and (min-width: 768px) {
      .posts .post .content {
        padding: 0 20px 20px; } }
    @media screen and (min-width: 1200px) {
      .posts .post {
        width: calc(33.33% - 30px);
        max-width: calc(33.33% - 30px);
        margin: 0 15px 30px; } }

/* ============================== */
/* contact.scss */
/* ============================== */
#contact-content .contact-info {
  background: white;
  padding: 30px;
  margin-bottom: 30px; }

#contact-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  #contact-content ul.broker-info .broker-name {
    font-weight: bold; }
  #contact-content ul.broker-info .email {
    font-size: .9em; }
  #contact-content ul li {
    margin: 0;
    margin-bottom: 10px; }
    #contact-content ul li span {
      font-weight: bold; }

#contact-content div.wpcf7 {
  width: 100%;
  padding-top: 5px;
  margin-bottom: 30px; }
  @media screen and (min-width: 660px) {
    #contact-content div.wpcf7 {
      width: calc(100% - 250px - 30px);
      float: left;
      margin-bottom: 0; } }

#contact-content .sidebar {
  width: 100%;
  background: white;
  float: right;
  margin-left: 0;
  padding: 30px; }
  @media screen and (min-width: 660px) {
    #contact-content .sidebar {
      width: 250px;
      margin-left: 30px; } }

body.home main {
  padding-top: 0;
  padding-bottom: 0; }
  @media screen and (min-width: 768px) {
    body.home main {
      padding-top: 0; } }

/* ============================== */
/* front-blog.scss */
/* ============================== */
#front-blog-multi, #front-blog-single {
  padding: 30px 0; }
  #front-blog-multi h3, #front-blog-single h3 {
    text-align: center; }
  #front-blog-multi .blog-image, #front-blog-single .blog-image {
    object-fit: cover;
    width: 100%;
    height: 200px; }
  #front-blog-multi .blog-content, #front-blog-single .blog-content {
    width: 100%;
    padding: 20px 40px 30px;
    background: #fff; }
    #front-blog-multi .blog-content h4, #front-blog-single .blog-content h4 {
      margin-top: 5px; }

#front-blog-single {
  display: block; }
  @media screen and (min-width: 992px) {
    #front-blog-single {
      display: none; } }
  #front-blog-single .posts-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    #front-blog-single .posts-wrapper .blog-post-box {
      width: 100%; }

#front-blog-multi {
  display: none; }
  @media screen and (min-width: 992px) {
    #front-blog-multi {
      display: block; } }
  #front-blog-multi .posts-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 15px; }
    #front-blog-multi .posts-wrapper .blog-post-box {
      width: 31%; }

/*Navigation Chevrons*/
/******************************/
.next-nav, .prev-nav {
  font-size: 40px;
  color: #2B2B2B;
  cursor: pointer; }

.next-nav {
  padding: 0 !important;
  text-align: center; }

.prev-nav {
  padding: 0 !important;
  text-align: center; }

.view-all {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }

body.home .content {
  padding: 30px 0; }
  body.home .content .welcome {
    padding: 30px;
    background: white; }
    body.home .content .welcome:after {
      content: '';
      display: block;
      clear: both; }
    @media screen and (min-width: 576px) {
      body.home .content .welcome {
        margin: 30px 0; } }
  body.home .content h1 {
    font-weight: normal;
    color: #508ebd;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 5px; }
    body.home .content h1 span {
      color: black;
      display: block;
      font-size: 20px;
      text-transform: capitalize; }
  body.home .content article {
    width: 100%;
    border-top: solid 1px black;
    padding-top: 5px; }
  body.home .content .sidebar {
    width: 50%;
    margin: auto; }
  @media screen and (min-width: 576px) {
    body.home .content article {
      width: calc(100% - 250px - 30px);
      float: left; }
    body.home .content .sidebar {
      width: 250px;
      float: right;
      margin-left: 30px; } }

/* ============================== */
/* front-fader.scss */
/* ============================== */
.fader {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.fader-box .image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%; }

.fader-box .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)) !important;
  color: white;
  font-size: 40px;
  font-weight: bold; }

.slide1, .slide2, .slide3, .slide4, .slide5, .slide6 {
  position: absolute;
  width: 100%;
  height: 100%; }

/* 2 slides*/
/*****************************************/
.fader-2 .slide1 {
  background-size: cover;
  animation: fade2-1 14s infinite;
  -webkit-animation: fade2-1 14s infinite; }

.fader-2 .slide2 {
  background-size: cover;
  animation: fade2-2 14s infinite;
  -webkit-animation: fade2-2 14s infinite; }

@keyframes fade2-1 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade2-2 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 3 slides*/
/*****************************************/
.fader-3 .slide1 {
  background-size: cover;
  animation: fade3-1 21s infinite;
  -webkit-animation: fade3-1 21s infinite; }

.fader-3 .slide2 {
  background-size: cover;
  animation: fade3-2 21s infinite;
  -webkit-animation: fade3-2 21s infinite; }

.fader-3 .slide3 {
  background-size: cover;
  animation: fade3-3 21s infinite;
  -webkit-animation: fade3-3 21s infinite; }

@keyframes fade3-1 {
  0% {
    opacity: 1; }
  33.333% {
    opacity: 0; }
  66.666% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade3-2 {
  0% {
    opacity: 0; }
  33.333% {
    opacity: 1; }
  66.666% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade3-3 {
  0% {
    opacity: 0; }
  33.333% {
    opacity: 0; }
  66.666% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 4 slides*/
/*****************************************/
.fader-4 .slide1 {
  background-size: cover;
  animation: fade4-1 28s infinite;
  -webkit-animation: fade4-1 28s infinite; }

.fader-4 .slide2 {
  background-size: cover;
  animation: fade4-2 28s infinite;
  -webkit-animation: fade4-2 28s infinite; }

.fader-4 .slide3 {
  background-size: cover;
  animation: fade4-3 28s infinite;
  -webkit-animation: fade4-3 28s infinite; }

.fader-4 .slide4 {
  background-size: cover;
  animation: fade4-4 28s infinite;
  -webkit-animation: fade4-4 28s infinite; }

@keyframes fade4-1 {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade4-2 {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade4-3 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade4-4 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 5 slides*/
/*****************************************/
.fader-5 .slide1 {
  background-size: cover;
  animation: fade5-1 35s infinite;
  -webkit-animation: fade5-1 35s infinite; }

.fader-5 .slide2 {
  background-size: cover;
  animation: fade5-2 35s infinite;
  -webkit-animation: fade5-2 35s infinite; }

.fader-5 .slide3 {
  background-size: cover;
  animation: fade5-3 35s infinite;
  -webkit-animation: fade5-3 35s infinite; }

.fader-5 .slide4 {
  background-size: cover;
  animation: fade5-4 35s infinite;
  -webkit-animation: fade5-4 35s infinite; }

.fader-5 .slide5 {
  background-size: cover;
  animation: fade5-5 35s infinite;
  -webkit-animation: fade5-5 35s infinite; }

@keyframes fade5-1 {
  0% {
    opacity: 1; }
  20% {
    opacity: 0; }
  40% {
    opacity: 0; }
  60% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade5-2 {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  40% {
    opacity: 0; }
  60% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade5-3 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 1; }
  60% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade5-4 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade5-5 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 0; }
  60% {
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 6 slides*/
/*****************************************/
.fader-6 .slide1 {
  animation: fade6-1 42s infinite;
  -webkit-animation: fade6-1 42s infinite; }

.fader-6 .slide2 {
  animation: fade6-2 42s infinite;
  -webkit-animation: fade6-2 42s infinite; }

.fader-6 .slide3 {
  animation: fade6-3 42s infinite;
  -webkit-animation: fade6-3 42s infinite; }

.fader-6 .slide4 {
  animation: fade6-4 42s infinite;
  -webkit-animation: fade6-4 42s infinite; }

.fader-6 .slide5 {
  animation: fade6-5 42s infinite;
  -webkit-animation: fade6-5 42s infinite; }

.fader-6 .slide6 {
  animation: fade6-6 42s infinite;
  -webkit-animation: fade6-6 42s infinite; }

@keyframes fade6-1 {
  0% {
    opacity: 1; }
  16.66% {
    opacity: 0; }
  33.33% {
    opacity: 0; }
  50% {
    opacity: 0; }
  66.66% {
    opacity: 0; }
  83.33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade6-2 {
  0% {
    opacity: 0; }
  16.66% {
    opacity: 1; }
  33.33% {
    opacity: 0; }
  50% {
    opacity: 0; }
  66.66% {
    opacity: 0; }
  83.33% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade6-3 {
  0% {
    opacity: 0; }
  16.66% {
    opacity: 0; }
  33.33% {
    opacity: 1; }
  50% {
    opacity: 0; }
  66.66% {
    opacity: 0; }
  83.33% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade6-4 {
  0% {
    opacity: 0; }
  16.66% {
    opacity: 0; }
  33.33% {
    opacity: 0; }
  50% {
    opacity: 1; }
  66.66% {
    opacity: 0; }
  83.33% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade6-5 {
  0% {
    opacity: 0; }
  16.66% {
    opacity: 0; }
  33.33% {
    opacity: 0; }
  50% {
    opacity: 0; }
  66.66% {
    opacity: 1; }
  83.33% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade6-6 {
  0% {
    opacity: 0; }
  16.66% {
    opacity: 0; }
  33.33% {
    opacity: 0; }
  50% {
    opacity: 0; }
  66.66% {
    opacity: 0; }
  83.33% {
    opacity: 1; }
  100% {
    opacity: 0; } }

body.home .hero {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0; }
  body.home .hero .content {
    width: 100%;
    height: 55vw;
    max-height: 100vh;
    background-image: url(/wp-content/uploads/2019/01/welcome-home.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    body.home .hero .content h2 {
      color: white;
      margin-bottom: 5px;
      font-family: "Lobster Two", cursive;
      font-style: italic;
      font-weight: normal; }
      @media screen and (min-width: 400px) {
        body.home .hero .content h2 {
          margin-bottom: 10px; } }
      @media screen and (min-width: 768px) {
        body.home .hero .content h2 {
          margin-bottom: 20px; } }
    body.home .hero .content a {
      font-size: 14px;
      background: #194a72;
      color: white;
      padding: 7px 14px;
      transition: all .3s ease;
      border-radius: 1px;
      border: none;
      text-align: center;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: 0;
      width: auto;
      font-weight: bold;
      border-radius: 10px;
      padding: 7px 0;
      width: 70px;
      display: inline-block;
      margin: 0 5px;
      background: #508ebd; }
      body.home .hero .content a:focus {
        outline: none; }
      body.home .hero .content a:hover {
        background: #000; }
      @media screen and (min-width: 400px) {
        body.home .hero .content a {
          font-size: 16px;
          background: #194a72;
          color: white;
          padding: 8px 16px;
          transition: all .3s ease;
          border-radius: 1px;
          border: none;
          text-align: center;
          text-transform: uppercase;
          line-height: 1;
          letter-spacing: 0;
          width: auto;
          border-radius: 10px;
          padding: 10px 0;
          width: 90px;
          margin: 0 5px;
          background: #508ebd; }
          body.home .hero .content a:focus {
            outline: none; }
          body.home .hero .content a:hover {
            background: #000; } }
      @media screen and (min-width: 768px) {
        body.home .hero .content a {
          font-size: 20px;
          background: #194a72;
          color: white;
          padding: 10px 20px;
          transition: all .3s ease;
          border-radius: 1px;
          border: none;
          text-align: center;
          text-transform: uppercase;
          line-height: 1;
          letter-spacing: 0;
          width: auto;
          padding: 10px 0;
          width: 120px;
          background: #508ebd;
          border-radius: 10px;
          margin: 0 10px; }
          body.home .hero .content a:focus {
            outline: none; }
          body.home .hero .content a:hover {
            background: #000; } }
      body.home .hero .content a:hover {
        background: white;
        color: black; }

/* ============================== */
/* front-parallax.scss */
/* ============================== */
.parallax {
  /* Create the parallax scrolling effect with 'fixed' */
  position: relative;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50vh; }

.parallax .overlay {
  background: rgba(0, 0, 0, 0.35); }

.parallax .overlay .text {
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  font-size: 35px; }

@media screen and (min-width: 576px) {
  .parallax {
    /* Create the parallax scrolling effect */
    background-attachment: fixed; } }

@media screen and (min-width: 768px) {
  .parallax {
    min-height: 60vh; }
  .parallax .overlay .text {
    padding: 40px;
    font-size: 40px; } }

@media screen and (min-width: 992px) {
  .parallax {
    min-height: 100vh; }
  .parallax .overlay .text {
    padding: 50px;
    font-size: 42px; } }

@media screen and (min-width: 1200px) {
  .parallax {
    min-height: 100vh; }
  .parallax .overlay .text {
    padding: 60px;
    font-size: 45px; } }

/* ============================== */
/* front-slider.scss */
/* ============================== */
#slider-container,
.slider-box {
  height: calc(100vh - 99.5px); }

#slider-container {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden; }

.slider-box {
  position: relative; }
  .slider-box .image {
    position: absolute;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .slider-box .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)) !important;
    color: white;
    font-size: 40px;
    font-weight: bold;
    z-index: 2; }

.slider-2 figure, .slider-3 figure, .slider-4 figure, .slider-5 figure, .slider-6 figure {
  position: relative;
  margin: 0;
  left: 0; }

/* 3 Slides */
/*************************/
.slider-2 {
  display: block; }

@keyframes slidy-2 {
  0% {
    left: 0%; }
  50% {
    left: 0%; }
  53% {
    left: -100%; }
  99% {
    left: -100%; }
  100% {
    left: -200%; } }

.slider-2 figure {
  width: 300%;
  animation: 10s slidy-2 infinite; }

.slider-2 figure .slider-box {
  width: calc(100% / 3);
  float: left; }

/* 3 Slides */
/*************************/
.slider-3 {
  display: block; }

@keyframes slidy-3 {
  0% {
    left: 0%; }
  30% {
    left: 0%; }
  33% {
    left: -100%; }
  63% {
    left: -100%; }
  66% {
    left: -200%; }
  96% {
    left: -200%; }
  100% {
    left: -300%; } }

.slider-3 figure {
  width: 400%;
  animation: 15s slidy-3 infinite; }

.slider-3 figure .slider-box {
  width: calc(100% / 4);
  float: left; }

/* 4 Slides */
/*************************/
.slider-4 {
  display: block; }

@keyframes slidy-4 {
  0% {
    left: 0%; }
  20% {
    left: 0%; }
  25% {
    left: -100%; }
  45% {
    left: -100%; }
  50% {
    left: -200%; }
  70% {
    left: -200%; }
  75% {
    left: -300%; }
  95% {
    left: -300%; }
  100% {
    left: -400%; } }

.slider-4 figure {
  width: 500%;
  animation: 20s slidy-4 infinite; }

.slider-4 figure .slider-box {
  width: calc(100% / 5);
  float: left; }

/* 5 Slides */
/*************************/
.slider-5 {
  display: block; }

@keyframes slidy-5 {
  0% {
    left: 0%; }
  15% {
    left: 0%; }
  20% {
    left: -100%; }
  35% {
    left: -100%; }
  40% {
    left: -200%; }
  55% {
    left: -200%; }
  60% {
    left: -300%; }
  75% {
    left: -300%; }
  80% {
    left: -400%; }
  95% {
    left: -400%; }
  100% {
    left: -500%; } }

.slider-5 figure {
  width: 600%;
  animation: 25s slidy-5 infinite; }

.slider-5 figure .slider-box {
  width: calc(100% / 6);
  float: left; }

/* 6 Slides */
/*************************/
.slider-6 {
  display: block; }

@keyframes slidy-6 {
  0% {
    left: 0%; }
  11% {
    left: 0%; }
  17% {
    left: -100%; }
  /*17*/
  28% {
    left: -100%; }
  34% {
    left: -200%; }
  /*34*/
  45% {
    left: -200%; }
  51% {
    left: -300%; }
  /*51*/
  62% {
    left: -300%; }
  68% {
    left: -400%; }
  /*168*/
  79% {
    left: -400%; }
  85% {
    left: -500%; }
  /*85*/
  95% {
    left: -500%; }
  100% {
    left: -600%; }
  /*100*/ }

.slider-6 figure {
  width: 700%;
  animation: 30s slidy-6 infinite; }

.slider-6 figure .slider-box {
  width: calc(100% / 7);
  float: left; }

.front-testimonials {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 30px;
  background: #efefef;
  color: white; }
  .front-testimonials .row {
    max-width: 1200px;
    margin: auto; }
    .front-testimonials .row h3 {
      color: white;
      text-align: center; }
    .front-testimonials .row .testimonial-wrapper {
      display: flex;
      align-items: center;
      justify-content: center; }
      .front-testimonials .row .testimonial-wrapper .fa {
        color: white; }
      .front-testimonials .row .testimonial-wrapper a {
        color: #194a72; }
    .front-testimonials .row .view-more {
      display: flex;
      align-items: center;
      justify-content: center; }
      .front-testimonials .row .view-more .button {
        font-size: 14px;
        background: #194a72;
        color: white;
        padding: 7px 14px;
        transition: all .3s ease;
        border-radius: 1px;
        border: none;
        text-align: center;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 0;
        width: auto; }
        .front-testimonials .row .view-more .button:focus {
          outline: none; }
        .front-testimonials .row .view-more .button:hover {
          background: #000; }

/* ============================== */
/* front-video.scss */
/* ============================== */
#home-video {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: scroll;
  z-index: 0;
  overflow: hidden;
  height: calc(100vh - 99.5px); }

#home-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%; }

#home-video .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  font-size: 35px;
  text-shadow: 3px 3px 5px #555; }

@media screen and (min-width: 768px) {
  #home-video .overlay {
    padding: 40px;
    font-size: 40px; } }

@media screen and (min-width: 992px) {
  #home-video .overlay {
    padding: 50px;
    font-size: 42px; } }

@media screen and (min-width: 1200px) {
  #home-video .overlay {
    padding: 60px;
    font-size: 45px; } }

.page-id-106 .sell-intro {
  background: white;
  padding: 30px;
  margin-bottom: 30px; }

.page-id-106 .sellers-guide {
  background: white;
  padding: 30px; }
  .page-id-106 .sellers-guide .sellers-tip {
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 5px; }

/* ============================== */
/* single.scss */
/* ============================== */
.single {
  /* Comments */ }
  .single .content {
    /* Meta Content */
    /* Entry Content */
    /* Navigation */ }
    .single .content .post-meta {
      font-weight: 400;
      font-style: italic; }
    .single .content .post-comments {
      display: none; }
    .single .content .post-entry {
      display: inline-block; }
      @media screen and (min-width: 992px) {
        .single .content .post-entry {
          padding: 15px; } }
      @media screen and (min-width: 1200px) {
        .single .content .post-entry {
          padding: 25px; } }
    .single .content .next-prev-navigation {
      display: flex;
      justify-content: space-between; }
      .single .content .next-prev-navigation .prev-button {
        margin-left: 20px;
        font-size: 16px;
        background: #194a72;
        color: white;
        padding: 8px 16px;
        transition: all .3s ease;
        border-radius: 1px;
        border: none;
        text-align: center;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 0;
        width: auto; }
        .single .content .next-prev-navigation .prev-button:focus {
          outline: none; }
        .single .content .next-prev-navigation .prev-button:hover {
          background: #000; }
      .single .content .next-prev-navigation .next-button {
        margin-right: 20px;
        font-size: 16px;
        background: #194a72;
        color: white;
        padding: 8px 16px;
        transition: all .3s ease;
        border-radius: 1px;
        border: none;
        text-align: center;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 0;
        width: auto; }
        .single .content .next-prev-navigation .next-button:focus {
          outline: none; }
        .single .content .next-prev-navigation .next-button:hover {
          background: #000; }
  .single .comments-box {
    background: white;
    padding: 20px 20px;
    /* Leave Comments*/ }
    .single .comments-box .comments-title {
      font-size: 20px;
      margin-top: 0px;
      text-transform: capitalize;
      font-style: italic; }
    .single .comments-box .comment-body .avatar {
      /* avatar size in comments.php */
      display: block;
      float: left;
      border-radius: 100px;
      padding: 0px 5px; }
    .single .comments-box .comment-body .comment-box {
      display: block;
      float: left;
      padding: 20px;
      background: #EFEFEF;
      width: calc(100% - 70px);
      margin-bottom: 20px; }
      .single .comments-box .comment-body .comment-box .user-heading {
        font-size: 16px;
        text-transform: capitalize;
        padding-bottom: 5px; }
        .single .comments-box .comment-body .comment-box .user-heading .says {
          font-size: 16px;
          font-style: italic; }
      .single .comments-box .comment-body .comment-box .comment-content {
        color: #575757;
        background: white;
        padding: 10px; }
      .single .comments-box .comment-body .comment-box .comment-meta {
        font-size: 12px;
        padding: 5px 0px 0px 20px;
        float: left; }
      .single .comments-box .comment-body .comment-box .comment-reply {
        margin-top: 5px;
        background: none; }
        .single .comments-box .comment-body .comment-box .comment-reply .comment-reply-link {
          font-size: 16px;
          background: #194a72;
          color: white;
          padding: 8px 16px;
          transition: all .3s ease;
          border-radius: 1px;
          border: none;
          text-align: center;
          text-transform: uppercase;
          line-height: 1;
          letter-spacing: 0;
          width: auto; }
          .single .comments-box .comment-body .comment-box .comment-reply .comment-reply-link:focus {
            outline: none; }
          .single .comments-box .comment-body .comment-box .comment-reply .comment-reply-link:hover {
            background: #000; }
    .single .comments-box .comment-body:after {
      content: '';
      display: block;
      clear: both; }
    .single .comments-box .comment-reply-title {
      font-size: 18px;
      font-style: italic;
      text-transform: capitalize;
      color: #333333; }
    .single .comments-box .comment-form {
      background: #efefef;
      padding: 20px; }
      .single .comments-box .comment-form:after {
        content: '';
        display: block;
        clear: both; }
      .single .comments-box .comment-form input, .single .comments-box .comment-form textarea {
        width: 100%;
        padding: 10px 15px;
        border: none; }
      .single .comments-box .comment-form .form-submit #commentsubmit {
        float: right;
        font-size: 16px;
        background: #194a72;
        color: white;
        padding: 8px 16px;
        transition: all .3s ease;
        border-radius: 1px;
        border: none;
        text-align: center;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 0;
        width: auto; }
        .single .comments-box .comment-form .form-submit #commentsubmit:focus {
          outline: none; }
        .single .comments-box .comment-form .form-submit #commentsubmit:hover {
          background: #000; }

.logged-in-as a {
  color: #194a72; }

.comment .children {
  margin-left: 1.5em; }

@media screen and (min-width: 992px) {
  .content-cont {
    font-size: 1.1em; } }

@media screen and (min-width: 1200px) {
  .content-cont {
    font-size: 1.25em; } }

body.page-template-template-testimonials .testimonials {
  max-width: 768px;
  margin: auto; }
  body.page-template-template-testimonials .testimonials .testimonial {
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    body.page-template-template-testimonials .testimonials .testimonial .post-title,
    body.page-template-template-testimonials .testimonials .testimonial .post-title a,
    body.page-template-template-testimonials .testimonials .testimonial .read-more a {
      color: #194a72; }
    body.page-template-template-testimonials .testimonials .testimonial .post-title span {
      text-transform: lowercase;
      font-style: italic; }
    body.page-template-template-testimonials .testimonials .testimonial .testimonial-excerpt {
      letter-spacing: .5px; }
      body.page-template-template-testimonials .testimonials .testimonial .testimonial-excerpt .fa {
        color: #2B2B2B; }
        body.page-template-template-testimonials .testimonials .testimonial .testimonial-excerpt .fa.fa-quote-left {
          padding-right: 5px; }
        body.page-template-template-testimonials .testimonials .testimonial .testimonial-excerpt .fa.fa-quote-right {
          padding-left: 5px; }
      body.page-template-template-testimonials .testimonials .testimonial .testimonial-excerpt span:before {
        content: '--';
        display: inline-block;
        position: relative;
        margin: 0 3px 0 10px; }

body.single-testimonial .testimonial {
  max-width: 768px;
  margin: auto; }
  body.single-testimonial .testimonial .content {
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    body.single-testimonial .testimonial .content .post-title,
    body.single-testimonial .testimonial .content .post-title a,
    body.single-testimonial .testimonial .content .read-more a {
      color: #194a72; }

button,
.button {
  font-size: 16px;
  background: #194a72;
  color: white;
  padding: 8px 16px;
  transition: all .3s ease;
  border-radius: 1px;
  border: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
  width: auto; }
  button:focus,
  .button:focus {
    outline: none; }
  button:hover,
  .button:hover {
    background: #000; }

/* ============================== */
/* footer.scss */
/* ============================== */
footer {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #1a3559;
  color: white; }
  footer .footer-widgets {
    text-align: center;
    padding: 30px; }
    footer .footer-widgets ul#sidebar {
      padding: 0;
      margin: 0; }
      footer .footer-widgets ul#sidebar h4.footer-widget-title {
        color: white; }
      footer .footer-widgets ul#sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none; }
  footer a, footer a:hover {
    color: white; }
  footer .lower-half {
    padding: 30px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    max-width: 1200px;
    margin: auto;
    float: none; }
    @media screen and (min-width: 576px) {
      footer .lower-half {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row; } }
    footer .lower-half .affiliations {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      order: 1;
      width: 50px;
      margin-bottom: 10px; }
      @media screen and (min-width: 576px) {
        footer .lower-half .affiliations {
          flex-direction: column; } }
      footer .lower-half .affiliations img {
        margin: 10px; }
    footer .lower-half ul.links {
      list-style: none;
      order: 2;
      text-align: center;
      padding: 0;
      margin: 10px 0 15px; }
      footer .lower-half ul.links li {
        margin-bottom: 5px; }
      @media screen and (min-width: 576px) {
        footer .lower-half ul.links {
          order: 4; } }
    footer .lower-half .branding {
      order: 4;
      margin-bottom: 15px; }
      @media screen and (min-width: 576px) {
        footer .lower-half .branding {
          order: 3; } }
      footer .lower-half .branding .footer-logo {
        margin: auto;
        display: block;
        width: 100%;
        max-width: 220px;
        padding: 10px 30px 10px; }
        @media screen and (min-width: 576px) {
          footer .lower-half .branding .footer-logo {
            padding: 10px 30px 30px; } }
      footer .lower-half .branding .footer-logo-text-alt {
        width: 300px;
        margin: auto;
        font-size: 30px;
        font-weight: bold;
        text-align: center; }
      footer .lower-half .branding .copyright, footer .lower-half .branding .contact-info {
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        font-size: 11px;
        padding: 0 10px; }
        @media screen and (min-width: 576px) {
          footer .lower-half .branding .copyright, footer .lower-half .branding .contact-info {
            font-size: 12px; } }
      footer .lower-half .branding .copyright {
        margin-top: 0; }
        @media screen and (min-width: 576px) {
          footer .lower-half .branding .copyright {
            margin-top: -15px; } }
    footer .lower-half .broker {
      order: 3;
      margin-bottom: 15px; }
      footer .lower-half .broker img {
        margin: auto;
        display: block;
        width: 100%;
        max-width: 260px;
        padding: 10px 30px 30px; }
      footer .lower-half .broker ul {
        list-style: none;
        margin: -20px 0 0;
        padding: 0; }
        footer .lower-half .broker ul li {
          display: block;
          text-transform: uppercase;
          text-align: center;
          font-size: 12px; }
      @media screen and (min-width: 576px) {
        footer .lower-half .broker {
          order: 2; } }
    footer .lower-half .social-icons {
      display: flex;
      align-items: center;
      justify-content: center;
      order: 5; }
      footer .lower-half .social-icons ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        padding: 0;
        margin: 0; }
        @media screen and (min-width: 576px) {
          footer .lower-half .social-icons ul {
            flex-direction: column; } }
        footer .lower-half .social-icons ul .fa {
          cursor: pointer;
          font-size: 36px;
          transition: all 0.7s ease-in-out;
          color: white;
          margin: 10px; }
          footer .lower-half .social-icons ul .fa:hover {
            transform: rotateY(360deg); }

/* Forms */
/************************************/
button,
input,
optgroup,
select,
textarea,
button {
  border-radius: 1px;
  border: none;
  outline: none; }

/* Images and wp-captions should always fit and be responsive */
img {
  display: inline-block;
  height: auto;
  max-width: 100%; }

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  max-width: 100%;
  border-radius: 4px;
  padding: 0 10px; }
  .wp-caption.aligncenter {
    margin-bottom: 10px; }
  .wp-caption img[class*="wp-image-"] {
    display: block; }
  .wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px; }

/* ============================== */
/* navbar.scss */
/* ============================== */
nav.navbar {
  position: fixed;
  background: white;
  color: #194a72;
  width: 100%;
  z-index: 99;
  top: 0; }
  nav.navbar .max-width {
    max-width: 1200px;
    margin: auto; }

/* .menu */
/***************************************/
/***************************************/
nav .menu {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  nav .menu .brand {
    display: inline-block;
    color: #194a72;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px; }
    nav .menu .brand.image {
      width: 90px;
      height: auto;
      padding: 5px; }
      @media screen and (min-width: 768px) {
        nav .menu .brand.image {
          width: 155px;
          padding: 10px; } }
  nav .menu .toggle {
    align-self: center;
    position: relative;
    font-size: 32px;
    padding: 3px 11px;
    display: inline-block;
    z-index: 10;
    cursor: pointer;
    color: #194a72; }
    @media screen and (min-width: 768px) {
      nav .menu .toggle {
        display: none; } }
  nav .menu .links {
    display: none;
    position: relative;
    font-size: 14px;
    line-height: 1;
    padding: 8px;
    overflow: visible;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      nav .menu .links {
        display: inline-block; } }
    nav .menu .links ul {
      margin: 0;
      padding: 0;
      font-family: "Lobster Two", cursive;
      font-style: italic; }
      nav .menu .links ul li {
        display: inline-block;
        text-align: left;
        margin: 0;
        padding: 5px 10px;
        font-size: 24px; }
        nav .menu .links ul li:hover, nav .menu .links ul li.active {
          background: #194a72; }
          nav .menu .links ul li:hover a, nav .menu .links ul li.active a {
            color: white; }
        nav .menu .links ul li:hover > ul li {
          height: auto;
          padding: 7px; }
        nav .menu .links ul li:hover > ul li a {
          opacity: 1.0;
          font-size: inherit; }
        nav .menu .links ul li a {
          padding: 10px;
          display: inline;
          margin: 0;
          color: #194a72; }
        nav .menu .links ul li ul {
          position: absolute;
          height: 0;
          top: 100%; }
          nav .menu .links ul li ul li {
            position: relative;
            display: block;
            background: rgba(255, 255, 255, 0.6);
            padding: 0;
            height: 0;
            transition: .3s ease all; }
            nav .menu .links ul li ul li a {
              opacity: 0;
              font-size: 0;
              transition: font-size .6s ease; }
            nav .menu .links ul li ul li:last-child {
              border-radius: 0 0 5px 5px; }
            nav .menu .links ul li ul li:hover {
              background: rgba(255, 255, 255, 0.35);
              font-weight: normal; }

/* .collapse */
/***************************************/
/***************************************/
nav .collapse {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 99;
  margin-left: 0;
  padding: 0;
  top: 100%; }
  nav .collapse ul.nav-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
    max-height: 0;
    transition: .3s all linear; }
    nav .collapse ul.nav-list.open {
      height: auto; }
    nav .collapse ul.nav-list li {
      position: relative;
      display: block;
      float: none;
      text-align: left;
      width: 100%;
      margin: 0;
      padding: 0;
      background: white; }
      nav .collapse ul.nav-list li:hover {
        background: white;
        font-weight: bold; }
      nav .collapse ul.nav-list li:hover > ul li {
        height: auto;
        padding: 5px 0;
        background: none; }
      nav .collapse ul.nav-list li:hover > ul li a {
        opacity: 1.0;
        font-size: inherit; }
      nav .collapse ul.nav-list li a {
        padding: 10px;
        display: block;
        margin: 0;
        color: #194a72; }
      nav .collapse ul.nav-list li ul {
        position: relative;
        height: auto;
        top: 100%;
        margin: 0;
        line-height: 0; }
        nav .collapse ul.nav-list li ul li {
          position: relative;
          display: block;
          padding: 0;
          height: 0;
          transition: .3s ease all;
          border-bottom: none;
          background: none;
          font-weight: normal; }
          nav .collapse ul.nav-list li ul li a {
            opacity: 0;
            font-size: 0;
            margin: 0 0 -10px -10px;
            transition: font-size .6s ease; }
          nav .collapse ul.nav-list li ul li :hover {
            font-weight: bold; }

.parallax {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh; }
  .parallax .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center; }
  @media screen and (min-width: 576px) {
    .parallax {
      background-attachment: fixed; } }

/* Widget Styles */
/*******************************************************/
.widget {
  margin-bottom: 1em;
  padding: 10px;
  background: #fff;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  /* Make sure select elements fit in widgets */ }
  .widget h4.widget-title {
    margin-top: 0;
    font-weight: bold;
    color: #000;
    font-size: 18px; }
  .widget ul {
    margin: 0 0;
    padding: 0;
    list-style: none; }
    .widget ul a {
      color: #194a72; }
  .widget.widget_search .search-form {
    max-width: 100%; }
    .widget.widget_search .search-form input.search-field {
      width: 100%;
      border: 1px solid #333333;
      border-radius: 1px;
      padding: 10px 10px; }
    .widget.widget_search .search-form input[type="submit"] {
      display: none; }
  .widget select {
    max-width: 100%; }

.navigation.next-prev {
  display: flex;
  align-items: center;
  justify-content: space-between; }

form.wpcf7-form {
  border: 1px solid #efefef;
  background: #efefef;
  padding: 30px 30px 0;
  margin-bottom: 30px; }
  form.wpcf7-form label {
    display: block;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  form.wpcf7-form input, form.wpcf7-form textarea {
    border: 1px #efefef solid;
    width: 100%;
    padding: 10px 15px;
    font-weight: normal; }
  form.wpcf7-form input {
    margin-top: -20px; }
  form.wpcf7-form textarea {
    margin-top: -10px; }
  form.wpcf7-form input[type='submit'] {
    font-size: 18px;
    background: #194a72;
    color: white;
    padding: 9px 18px;
    transition: all .3s ease;
    border-radius: 1px;
    border: none;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    width: auto;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0px; }
    form.wpcf7-form input[type='submit']:focus {
      outline: none; }
    form.wpcf7-form input[type='submit']:hover {
      background: #000; }
  form.wpcf7-form .wpcf7-mail-sent-ok {
    padding: 7px 15px;
    background: #398f14;
    color: white;
    text-align: center;
    margin: -20px 0 30px; }

/*# sourceMappingURL=style.css.map */
