@charset "UTF-8";
/*!
Theme Name: Beehive Theme
Theme URI: http://bhive.org
Author: The Dealio
Author URI: http://dealiomarketing.com/
Description: 
Version: 1.0.40
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: beehive
*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 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; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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"] {
  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;
  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; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -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; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/* FONTS */
/* COLORS */
/* MEASUREMENTS */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  margin: 0;
  margin-bottom: .8em;
  margin-top: .5em;
  font-weight: normal; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: normal; }

h1 {
  font-size: 46px;
  line-height: 1.3em; }

h2 {
  font-size: 29px; }

@media screen and (min-width: 1300px) {
  body .container {
    width: 1270px; } }
.aligncenter {
  text-align: center; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright, .alignleft {
  max-width: calc(100% - 15px); }

.alignright {
  float: right;
  margin: .5em 0 1em 15px; }

.alignleft {
  float: left;
  margin: .5em 15px 1em 0; }

@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none; } }

* {
  box-sizing: border-box; }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.5em; }

small {
  font-size: .8em;
  opacity: .8; }

a:link, a:visited {
  color: #345779;
  text-decoration: none; }

a:hover, a:active {
  color: #4b7daf;
  text-decoration: underline; }

.special-number {
  font-family: Georgia, Serif;
  font-size: 2.4em;
  font-weight: normal;
  display: block;
  line-height: 1.2em; }

/* UTILITY CLASSES */
.half {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.third {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.two-third {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.quarter {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .quarter {
      float: left;
      width: 25%; } }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.align-right {
  float: right; }

.columns {
  column-count: 3;
  column-gap: 20px; }

.caption, .wp-caption-text {
  font-size: 10px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 10px;
  line-height: 1.4em;
  background: #ebebeb; }

.highlight {
  background: #ebebeb;
  padding: 10px;
  display: inline-block;
  border-radius: 5px; }

button, .button, .btn, a.button, a.btn {
  color: white;
  background: #345779;
  padding: 15px 25px;
  border: 0;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  display: inline-block;
  font-weight: normal !important;
  font-size: 15px;
  text-align: center; }
  button:hover, .button:hover, .btn:hover, a.button:hover, a.btn:hover {
    background: #6c383c;
    box-shadow: 0 4px 7px 3px rgba(0, 0, 0, 0.3); }

.button-secondary, a.button-secondary {
  background-color: #fff;
  color: #345779;
  border: 1px solid #b3b3b3; }
  .button-secondary:hover, a.button-secondary:hover {
    color: #fff; }

.button-card {
  width: 100%;
  border-radius: 0;
  border-top: 1px solid #b3b3b3;
  text-align: center;
  padding: 15px;
  margin-top: 1em;
  background-color: #ebebeb; }

.secondary {
  color: #ebebeb; }

.facebook, .instagram {
  text-indent: -1000em;
  font-family: "FontAwesome";
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  font-size: 16px; }

.instagram:before, .facebook:before {
  position: absolute;
  left: 0;
  text-indent: 0; }

.facebook:before {
  content: "\f082"; }

.instagram:before {
  content: "\f16d"; }

.meta {
  font-size: 12px;
  opacity: .8; }

.post-meta {
  border-top: 1px solid #ebebeb;
  list-style: none;
  margin: 0;
  margin-bottom: 1em;
  display: flex;
  padding: 0; }
  .post-meta li {
    padding: 5px 10px; }
  .post-meta li:first-child {
    padding-left: 0; }

.archive-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .archive-list > li {
    border-bottom: 3px solid #ebebeb;
    padding-bottom: 2em;
    margin-bottom: 2em; }
  .archive-list h2 {
    margin-bottom: .3em; }
    .archive-list h2 a {
      display: block; }

.key {
  font-weight: bold; }

body .pagination > .active > a,
body .pagination > .active > span,
body .pagination > .active > a:hover,
body .pagination > .active > span:hover,
body .pagination > .active > a:focus,
body .pagination > .active > span:focus {
  background-color: #345779;
  border-color: #345779; }

.post-archive-featured-image {
  max-height: 250px;
  object-fit: cover;
  width: 100%;
  background: #ebebeb; }

#announcement {
  list-style: none;
  color: #f1e5e6;
  background: #6c383c;
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.5); }
  #announcement a:link, #announcement a:visited {
    color: #f1e5e6;
    text-decoration: underline; }
  #announcement a:hover, #announcement a:active {
    color: white; }
  #announcement .widget-container {
    display: flex;
    padding: .5em 0;
    align-items: baseline; }
  #announcement h6 {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    padding-right: 1em;
    font-weight: strong;
    color: white; }
  #announcement p, #announcement .textwidget {
    font-size: 12px; }

header {
  background: rgba(235, 235, 235, 0.8);
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  position: relative; }
  header .secondary-header {
    background: #345779;
    font-size: .8em;
    padding: .5em 0; }
    header .secondary-header, header .secondary-header a:link, header .secondary-header a:visited {
      color: #fff; }
    header .secondary-header ul {
      overflow: auto;
      margin: 0;
      padding: 0; }
    header .secondary-header li {
      float: right;
      list-style: none;
      padding: 0 5px; }
  header #main-menu, header #main-menu .menu-main-menu-container, header .header-menu-container {
    display: flex;
    justify-content: space-between;
    flex-grow: 1; }

.flex {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; }

.secondary-search {
  background: white;
  display: inline;
  border-radius: 20px;
  padding: 0px 7px;
  position: relative;
  color: #333;
  line-height: 20px; }
  .secondary-search label {
    display: none; }
  .secondary-search input[type='search'] {
    border: none;
    background: none; }
  .secondary-search button[type='submit'] {
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 0;
    padding: 0;
    background: none;
    box-shadow: none; }
    .secondary-search button[type='submit'] span {
      display: none; }
    .secondary-search button[type='submit']:before {
      font-family: "FontAwesome";
      content: "\f002";
      position: absolute;
      right: 0;
      color: #345779; }

.emphasized-search-bar .secondary-search {
  padding: 10px;
  font-size: 18px;
  border-radius: 100px;
  width: 100%;
  background: #ebebeb;
  display: block; }
  .emphasized-search-bar .secondary-search input[type='search'] {
    width: 100%; }

.logo {
  min-width: 200px;
  align-items: center;
  display: flex; }
  .logo a {
    background-image: url("assets/beehive-logo.svg");
    background-repeat: no-repeat;
    text-indent: -1000em;
    background-size: 225px 72px;
    background-position: 50%;
    display: block;
    width: 100%;
    line-height: 80px; }

.web-branch-login {
  background: #fff;
  padding: 10px 15px;
  font-size: .8em; }
  .web-branch-login label {
    display: block; }
  .web-branch-login .web-branch-form {
    display: flex; }
  .web-branch-login .input-group {
    padding-right: 15px;
    position: relative;
    flex-grow: 1;
    display: block; }
    .web-branch-login .input-group .login-input + label {
      transition: .2s all;
      position: absolute;
      top: 5px;
      left: 5px;
      font-weight: normal;
      opacity: .9;
      pointer-events: none; }
    .web-branch-login .input-group .login-input:valid + label, .web-branch-login .input-group .login-input:focus + label {
      top: -5px;
      font-size: 9px;
      opacity: .7; }
    .web-branch-login .input-group .login-input {
      border: none;
      background: #ebebeb;
      padding-top: 8px;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 3px;
      border-radius: 5px;
      width: 100%; }
  .web-branch-login .button {
    height: 30px;
    align-self: flex-end;
    padding: 3px 6px; }

#menu-main-menu {
  display: flex;
  width: 100%;
  z-index: 999;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }
  #menu-main-menu, #menu-main-menu ul {
    list-style: none; }
  #menu-main-menu > li {
    border-left: 1px solid #fff;
    text-align: center;
    flex-grow: 1; }
    #menu-main-menu > li > a {
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      height: 100%;
      display: flex;
      align-items: center; }
      #menu-main-menu > li > a:hover {
        text-decoration: none; }
    #menu-main-menu > li:first-child {
      border-left: none; }
    #menu-main-menu > li:hover .sub-menu {
      opacity: 1;
      pointer-events: all;
      top: 100%; }
    #menu-main-menu > li:hover {
      background: #fff; }
  #menu-main-menu .menu-item-has-children > a:after {
    content: "\25BE";
    opacity: .6;
    font-size: .9em;
    padding: 0 3px; }
  #menu-main-menu a {
    display: block;
    padding: 25px 10px; }
  #menu-main-menu .sub-menu {
    list-style: none;
    padding-left: 0; }
    #menu-main-menu .sub-menu .sub-menu {
      font-size: 12px;
      padding: 0 0 .5em 15px;
      border-left: 1px solid #ebebeb; }
      @media screen and (max-width: 768px) {
        #menu-main-menu .sub-menu .sub-menu {
          padding: 0; } }
  #menu-main-menu > li > .sub-menu {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    padding: 0;
    text-align: left;
    background-color: #fff;
    width: 100%;
    top: 100%;
    z-index: 999;
    left: 0;
    column-count: 3;
    padding: 0 15%;
    padding-top: 1em;
    padding-bottom: 1em;
    box-shadow: inset 0 2px 0.3rem rgba(0, 0, 0, 0.1), 0 6px 0.75rem rgba(0, 0, 0, 0.3);
    border-bottom: 5px solid #345779;
    border-top: 1px solid #fff; }
    @media screen and (min-width: 769px) {
      #menu-main-menu > li > .sub-menu > li {
        break-inside: avoid;
        -webkit-column-break-inside: avoid; } }
    #menu-main-menu > li > .sub-menu a {
      width: 100%;
      padding: 0; }
  #menu-main-menu .close-button {
    display: none; }

.home-slide {
  overflow: hidden;
  position: relative;
  display: flex; }
  .home-slide .slider-bg {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .home-slide .slide-container {
    min-width: 60%; }
  .home-slide .slider-img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(to right, black 75%, transparent 100%);
    mask-image: linear-gradient(to right, black 75%, transparent 100%);
    pointer-events: none;
    object-fit: cover;
    object-position: center; }
  .home-slide .slider-bg {
    position: absolute;
    top: -2em;
    left: -2em;
    width: 110%;
    height: calc(100% + 4em);
    object-fit: cover;
    z-index: -1;
    filter: blur(15px);
    -webkit-filter: blur(15px);
    pointer-events: none; }
  .home-slide .slider-content {
    display: flex;
    flex-grow: 1;
    align-content: space-around;
    justify-content: center;
    flex-direction: column;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 2em;
    padding-bottom: 2em;
    position: relative;
    min-width: 40%; }
    .home-slide .slider-content h2, .home-slide .slider-content h3, .home-slide .slider-content p {
      margin-top: 0;
      margin-bottom: .5em;
      line-height: 1.25em; }
    .home-slide .slider-content h2 {
      font-size: 3em;
      font-weight: bold; }
    .home-slide .slider-content h3 {
      font-size: 2em;
      font-weight: bold; }
    .home-slide .slider-content p {
      opacity: .9;
      margin-bottom: 1em; }
  .home-slide .button {
    padding: 15px 20px;
    border-radius: .5em;
    text-shadow: none !important;
    font-weight: normal; }
  .home-slide.dark-bg h2, .home-slide.dark-bg h3, .home-slide.dark-bg p {
    color: white;
    text-shadow: 0 0 1em #345779; }
  .home-slide.dark-bg .button {
    background: white;
    color: #345779; }
  .home-slide.light-bg h2, .home-slide.light-bg h3, .home-slide.light-bg p {
    color: #333;
    text-shadow: 0 0 1em white; }
  .home-slide.light-bg .button {
    background: #345779;
    color: white; }

.no-objectfit .home-slide {
  background-image: none !important; }
  .no-objectfit .home-slide .slider-bg {
    display: none; }
  .no-objectfit .home-slide.light-bg {
    background: #ebebeb; }
  .no-objectfit .home-slide.dark-bg {
    background: #345779; }
.no-objectfit.light-bg {
  background: #ebebeb; }
.no-objectfit.dark-bg {
  background: #345779; }

@supports (-ms-ime-align: auto) {
  .home-slide {
    background-image: none !important; }
    .home-slide .slider-bg {
      display: none; }
    .home-slide .slider-content {
      min-width: 40%; }
    .home-slide.light-bg {
      background: #ebebeb; }
    .home-slide.dark-bg {
      background: #345779; } }
.home-page-slider {
  position: relative; }

.slider-controls {
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%; }
  .slider-controls .wpv-filter-next-link, .slider-controls .wpv-filter-previous-link {
    position: absolute;
    text-indent: -1000em;
    font-size: 2em;
    color: #fff;
    opacity: .7;
    top: 50%;
    transform: translateY(-50%);
    z-index: 101;
    text-shadow: 0 0 1em #345779; }
    .slider-controls .wpv-filter-next-link:hover, .slider-controls .wpv-filter-previous-link:hover {
      opacity: 1; }
    .slider-controls .wpv-filter-next-link:after, .slider-controls .wpv-filter-previous-link:after {
      position: absolute;
      font-family: "FontAwesome";
      text-indent: 0;
      padding: 10px; }
  .slider-controls .wpv-filter-next-link {
    right: 0; }
    .slider-controls .wpv-filter-next-link:after {
      content: "\f054";
      right: 0; }
  .slider-controls .wpv-filter-previous-link {
    left: 0; }
    .slider-controls .wpv-filter-previous-link:after {
      content: "\f053";
      left: 0; }

.callout-slider {
  margin-top: 4em;
  margin-bottom: 1em;
  font-size: 80%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); }

.callout-box {
  border: 5px solid #ebebeb;
  border-radius: 10px;
  font-size: 140%;
  color: #666;
  padding: 20px;
  margin-bottom: 1em; }
  .callout-box li {
    margin-bottom: 1em; }

.checked-list {
  list-style: none;
  padding-left: 32px;
  text-indent: -32px; }
  .checked-list li:before {
    content: "\2714";
    background: #345779;
    padding: 5px;
    border-radius: 50%;
    color: white;
    left: 0;
    margin-right: 10px;
    width: 21px;
    height: 21px;
    line-height: calc(21px / 2);
    font-size: 12px;
    display: inline-block;
    text-indent: 0; }
  .checked-list li:last-child {
    margin-bottom: 0; }

.page-links {
  position: absolute;
  right: 30px;
  bottom: 15px; }
  .page-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    .page-links ul li {
      text-indent: -1000em;
      width: 12px;
      height: 12px;
      background: #fff;
      margin: 0 3px;
      border-radius: 50%;
      opacity: .8;
      box-shadow: 0 0 1em rgba(0, 0, 0, 0.2); }
      .page-links ul li a {
        display: block;
        width: 100%;
        height: 100%; }
      .page-links ul li:hover {
        opacity: 1; }
    .page-links ul .wpv_page_current {
      background: #345779;
      opacity: 1;
      box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2); }

/* //// Object Fit Fix for IE and EDGE */
.product-bg-container {
  width: 100%;
  height: 60vh; }

.compat-object-fit {
  background-size: cover;
  background-position: center center; }
  .compat-object-fit .slider-bg, .compat-object-fit .product-bg {
    opacity: 0; }

_:-ms-fullscreen, :root .product-bg {
  top: -50%;
  height: auto; }

/* END Object-Fit fix */
.quicklinks {
  padding: 0;
  margin: 0;
  list-style: none; }
  .quicklinks li {
    border-bottom: 1px dotted #ebebeb; }
    .quicklinks li a:link, .quicklinks li a:visited {
      display: block;
      padding: .5em 5px; }
    .quicklinks li a:hover, .quicklinks li a:active {
      background: #ebebeb; }

#content {
  min-height: 75vh; }
  #content a {
    font-weight: bold; }

/* /////////////////////////////////////////////// 

// ONE OFF FEATURES and Page Specific styles

Product page styles

////////////////////////////////////////////////// */
.product-header {
  position: relative;
  color: #fff;
  display: flex;
  overflow: hidden; }
  .product-header a {
    color: #e9f0f6; }
  .product-header .container h1 {
    margin-bottom: 0; }
  .product-header div[class^="col"] {
    position: static; }
  .product-header .product-header-body {
    padding: 55px 75px 100px 5px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .product-header .product-header-body {
        padding: 20px;
        padding-left: 0; } }
    .product-header .product-header-body p {
      font-size: 16px;
      opacity: .85; }
      .product-header .product-header-body p:last-of-type {
        margin-bottom: 5em; }
    .product-header .product-header-body:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 368%;
      height: 100%;
      background: #345779;
      z-index: -1;
      transform: skew(-3deg);
      background: -moz-linear-gradient(left, #345779 0%, #345779 85%, rgba(52, 87, 121, 0.8) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #345779 0%, #345779 85%, rgba(52, 87, 121, 0.8) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #345779 0%, #345779 85%, rgba(52, 87, 121, 0.8) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      @media screen and (max-width: 991px) {
        .product-header .product-header-body:after {
          transform: none;
          right: -10%; } }
    .product-header .product-header-body h1 {
      margin-top: 0;
      font-size: 44px; }
    .product-header .product-header-body h2 {
      font-size: 22px; }
    .product-header .product-header-body .button:link, .product-header .product-header-body .button:visited {
      background: transparent;
      color: white;
      border: 2px solid white; }
    .product-header .product-header-body .button:hover, .product-header .product-header-body .button:active {
      background: #6c383c; }

.floating-image-header {
  background-color: #345779; }
  .floating-image-header .product-bg {
    width: 50%;
    object-fit: contain;
    z-index: 2; }
  .floating-image-header .product-header-body {
    min-height: 30vw;
    padding-bottom: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .floating-image-header .product-header-body {
        display: block;
        min-height: 20vw;
        padding-bottom: 20px; } }

.in-page-navigation {
  background-color: #3b93d0;
  padding-top: 1em;
  padding-bottom: 1em;
  z-index: 2; }
  .in-page-navigation .button {
    background: white;
    padding: 5px 10px;
    border-radius: 50px;
    box-shadow: none;
    color: #345779;
    margin-bottom: 0; }
    .in-page-navigation .button:hover {
      color: white;
      background: #345779; }

.page-headings-links {
  list-style: none;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.4rem;
  letter-spacing: .5px; }
  @media screen and (max-width: 600px) {
    .page-headings-links {
      display: none; } }
  .page-headings-links li {
    padding-right: 20px; }
    .page-headings-links li:last-child {
      padding-right: 0; }
  .page-headings-links:before {
    content: "▶";
    color: #345779;
    padding-right: 5px; }
  .page-headings-links a:link, .page-headings-links a:visited {
    color: rgba(255, 255, 255, 0.8);
    font-weight: normal !important; }
  .page-headings-links a:hover, .page-headings-links a:active {
    color: #fff; }

.featured-box {
  border-radius: 22px;
  text-align: center;
  display: flex;
  /* align-items: center; */
  background: #ebebeb;
  flex-direction: column;
  padding: 20px;
  text-align: left; }

.product-header .featured-box {
  background: white;
  color: #333; }

.credit-card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 0; }

.featured-row, .featured-row-paddless {
  background: #ebebeb;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 20px;
  padding-right: 20px; }

.featured-row-paddless {
  padding-bottom: 0;
  padding-top: 20px; }

.padded-row {
  padding-top: 3em;
  padding-bottom: 3em; }

.vertical-align {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .vertical-align {
      display: block; } }

.overhang-top {
  background: white;
  border-radius: 3px;
  padding-top: 30px;
  position: relative;
  /* &:before {
  	content: "";
  	position: absolute;
  	top: -8px;
  	width: calc(100% + 10px);
  	height: 75px;
  	background: rgba(0, 0, 0, 0.3);
  	filter: blur(5px);
  	left: -5px;
  	z-index: -1;
  	@media screen and (max-width: 768px) {
  		display: none !important;
  	}
  } */ }
  @media screen and (max-width: 768px) {
    .overhang-top {
      padding: 1em 0 0 0;
      margin-top: 0; } }

.product-bg {
  position: absolute;
  width: 82%;
  object-fit: cover;
  object-position: 50%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1; }
  @media screen and (max-width: 768px) {
    .product-bg {
      position: initial;
      width: 100%; } }

@media screen and (max-width: 768px) {
  .product-bg-row {
    padding: 0; } }

body .sticky-element {
  position: sticky;
  top: 0; }
  @media screen and (max-width: 800px) {
    body .sticky-element {
      position: relative; } }

.related-products-list, .loan-rate-tiles {
  display: flex;
  position: relative;
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 768px) {
    .related-products-list, .loan-rate-tiles {
      scroll-snap-type: x mandatory; } }
  .related-products-list::-webkit-scrollbar, .loan-rate-tiles::-webkit-scrollbar {
    width: 0;
    height: 0; }
  .related-products-list li, .loan-rate-tiles li {
    scroll-snap-align: center;
    position: relative; }
    .related-products-list li a, .loan-rate-tiles li a {
      background: #ebebeb;
      display: block;
      margin: 8px;
      margin-bottom: 16px;
      height: calc(100% - 16px);
      text-decoration: none; }
    .related-products-list li h4, .related-products-list li h3, .related-products-list li h2, .loan-rate-tiles li h4, .loan-rate-tiles li h3, .loan-rate-tiles li h2 {
      margin-top: 0;
      margin-bottom: 5px; }
    .related-products-list li small, .loan-rate-tiles li small {
      color: #333; }
    .related-products-list li img, .loan-rate-tiles li img {
      width: 100%;
      object-fit: cover;
      height: 150px;
      margin-bottom: .5em; }
    .related-products-list li .related-products-content, .loan-rate-tiles li .related-products-content {
      padding: 15px; }

.related-products-list li {
  min-width: 220px;
  max-width: 250px; }
  @media screen and (max-width: 768px) {
    .related-products-list li {
      min-width: 65%;
      max-width: 65%; } }

.horizontal-scroll {
  padding-right: 50px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling on mobile */
  -ms-overflow-style: none;
  /* Edge and IE 11 */
  scrollbar-width: none;
  /* Firefox */ }
  @media screen and (max-width: 768px) {
    .horizontal-scroll {
      scroll-snap-type: x mandatory; } }
  .horizontal-scroll::-webkit-scrollbar {
    width: 0;
    height: 0; }
  .horizontal-scroll li {
    scroll-snap-align: center;
    position: relative; }

.scroll-right {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  max-width: 40px;
  min-width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  color: white;
  font-size: 50px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  transition: .2s all;
  cursor: pointer; }
  .scroll-right:hover {
    text-decoration: none;
    transform: translateX(3px); }
  @media screen and (max-width: 768px) {
    .scroll-right {
      display: none; } }

.js-wpv-view-layout {
  position: relative; }

.location-tiles {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  padding: 20px; }
  .location-tiles li {
    flex-basis: 50%;
    padding: 20px; }
    @media screen and (max-width: 768px) {
      .location-tiles li {
        flex-basis: 100%; } }
  .location-tiles img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 300px; }

.loan-rate-tiles {
  margin: 0 -15px; }
  .loan-rate-tiles li {
    flex-basis: calc(25% - 30px);
    background: white;
    padding: 20px;
    margin: 15px;
    flex-grow: 1;
    border-radius: 5px;
    text-align: center; }
    .loan-rate-tiles li a {
      background: white; }
  .loan-rate-tiles p:last-child {
    margin-bottom: 0; }

.image-tiles, .image-tile {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  padding-left: 0;
  margin: 0;
  min-height: 30vw; }
  .image-tiles a:link, .image-tiles a:visited, .image-tile a:link, .image-tile a:visited {
    color: white; }
  @media screen and (max-width: 768px) {
    .image-tiles, .image-tile {
      grid-template-columns: repeat(1, 1fr); } }
  .image-tiles li, .image-tile li {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 50%; }
  .image-tiles img, .image-tile img {
    position: absolute;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0; }
  .image-tiles .tile-content, .image-tile .tile-content {
    background: #345779;
    color: #fff;
    padding: 20px;
    opacity: .9; }

.image-tile {
  display: block;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 200px; }

.call-to-action-feature {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  margin-top: 0;
  font-size: 1.3em; }
  .call-to-action-feature .button {
    margin: 1em; }

#sidebar {
  background: #f8f8f8;
  padding: 15px;
  margin-top: 20px; }
  #sidebar h3 {
    margin-bottom: .5em;
    border-bottom: 1px dotted #ebebeb; }
  #sidebar ul.wpv-loop {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0; }
    #sidebar ul.wpv-loop ul.wpv-loop {
      padding-left: 30px;
      list-style: circle; }
  #sidebar .current-page > a {
    font-weight: bold; }
  #sidebar ul ul li.current-page {
    list-style: disc; }
  #sidebar a {
    display: block;
    width: 100%;
    padding: .3em .2em;
    font-weight: normal; }

.sharing-links {
  display: flex;
  list-style: none;
  padding: 0; }
  .sharing-links a:link, .sharing-links a:visited {
    text-decoration: none; }

.features {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1; }
  .features > div {
    border-right: 1px solid #b3b3b3;
    padding-top: 3em;
    padding-bottom: 3em;
    flex-grow: 1;
    flex-basis: 0; }
    .features > div:last-child {
      border-right: none; }

.feature-container {
  padding-top: 1em;
  padding-bottom: 1em; }

.landing-page-section {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 3em; }

.prosperity-feature {
  background: #345779;
  color: white;
  padding: 3em 0;
  position: relative;
  background-size: cover;
  background-position: 50% 50%; }
  .prosperity-feature p {
    color: #a2bdd7; }

.feature-blue {
  background: #345779;
  /* Old browsers */
  background: -moz-linear-gradient(left, #345779 0%, #43719d 51%, #345779 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #345779 0%, #43719d 51%, #345779 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #345779 0%, #43719d 51%, #345779 100%);
  /* W3C, IE10+, */
  color: white;
  padding: 3em 0; }
  .feature-blue a {
    color: #43719d; }
  .feature-blue p {
    color: #d7e3ee; }

.featured-loan-rates {
  padding: 0;
  margin: 0;
  justify-content: space-between;
  display: flex;
  justify-content: space-between; }
  .featured-loan-rates li {
    flex-grow: 1;
    flex-basis: 0;
    list-style: none;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #ebebeb; }
    .featured-loan-rates li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .featured-loan-rates li {
        margin-right: 0;
        flex-basis: 100%; } }
  .featured-loan-rates .rate-large {
    font-size: 2em;
    font-family: "Montserrat", Helvetica, Arial, sans-serif; }

#content table {
  table-layout: fixed;
  margin: 1em 0; }
  #content table p {
    margin: 0; }
  #content table th, #content table td {
    border-top: 1px solid #ebebeb;
    vertical-align: top; }
  #content table td p {
    margin-bottom: 1em; }

.numeric {
  text-align: right; }

#content th {
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
  vertical-align: top; }
  #content th.numeric {
    text-align: right; }

#content td, #content th {
  padding: 0.6em 20px 0.6em; }
  #content td:first-child, #content th:first-child {
    padding-left: 0; }
  #content td:last-child, #content th:last-child {
    padding-right: 10px; }

#ratecalc .active {
  background-color: #345779 !important;
  color: white;
  cursor: default; }
#ratecalc .featured-loan-rates li {
  cursor: pointer; }
  #ratecalc .featured-loan-rates li:hover {
    background-color: #a2bdd7; }
#ratecalc .featured-loan-rates li * {
  pointer-events: none; }
#ratecalc .results {
  display: flex; }
  #ratecalc .results .sliders, #ratecalc .results .estimated-payment {
    width: 50%; }

.sliders {
  margin: 1em 0;
  list-style: none;
  padding-left: 0; }

.slider {
  display: flex; }
  .slider input[type='range'] {
    width: 75%; }

.label-box {
  padding: .25em .5em;
  border: 1px solid #b3b3b3;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px; }

/* Range Slider RESET */
[type='range'] {
  -webkit-appearance: none;
  margin: 12px 0;
  width: 100%; }
  [type='range']:focus {
    outline: 0; }
    [type='range']:focus::-webkit-slider-runnable-track {
      background: #f8f8f8; }
    [type='range']:focus::-ms-fill-lower {
      background: #ebebeb; }
    [type='range']:focus::-ms-fill-upper {
      background: #f8f8f8; }
  [type='range']::-webkit-slider-runnable-track {
    cursor: pointer;
    height: 8px;
    transition: all .2s ease;
    width: 100%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
    background: #ebebeb;
    border: 0 solid #b3b3b3;
    border-radius: 5px; }
  [type='range']::-webkit-slider-thumb {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
    background: #345779;
    border: 2px solid #eceff1;
    border-radius: 100%;
    cursor: pointer;
    height: 24px;
    width: 24px;
    -webkit-appearance: none;
    margin-top: -8px; }
  [type='range']::-moz-range-track {
    cursor: pointer;
    height: 8px;
    transition: all .2s ease;
    width: 100%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
    background: #ebebeb;
    border: 0 solid #b3b3b3;
    border-radius: 5px; }
  [type='range']::-moz-range-thumb {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
    background: #345779;
    border: 2px solid #eceff1;
    border-radius: 100%;
    cursor: pointer;
    height: 24px;
    width: 24px; }
  [type='range']::-ms-track {
    cursor: pointer;
    height: 8px;
    transition: all .2s ease;
    width: 100%;
    background: transparent;
    border-color: transparent;
    border-width: 12px 0;
    color: transparent; }
  [type='range']::-ms-fill-lower {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
    background: #dedede;
    border: 0 solid #b3b3b3;
    border-radius: 10px; }
  [type='range']::-ms-fill-upper {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
    background: #ebebeb;
    border: 0 solid #b3b3b3;
    border-radius: 10px; }
  [type='range']::-ms-thumb {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
    background: #345779;
    border: 2px solid #eceff1;
    border-radius: 100%;
    cursor: pointer;
    height: 24px;
    width: 24px;
    margin-top: 0; }

/* END RANGE SLIDER */
.cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px; }
  .cards img {
    width: 100%;
    height: 150px;
    object-fit: cover; }
  .cards > li {
    padding: 15px; }
    .cards > li > a, .cards > li .card {
      display: block;
      border: 1px solid #b3b3b3;
      text-decoration: none;
      color: initial;
      -webkit-transition: 0.2s all;
      -o-transition: 0.2s all;
      transition: 0.2s all;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      display: flex;
      flex-direction: column;
      height: 100%; }
      .cards > li > a h2, .cards > li .card h2 {
        font-size: 1.5em;
        color: #345779;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 10px;
        margin-bottom: 10px; }
      .cards > li > a h2, .cards > li > a h6, .cards > li > a .card-content, .cards > li .card h2, .cards > li .card h6, .cards > li .card .card-content {
        padding-left: 15px;
        padding-right: 15px; }
      .cards > li > a .card-content li, .cards > li .card .card-content li {
        list-style-type: disc; }
      .cards > li > a:hover, .cards > li .card:hover {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        border-color: #345779; }
      .cards > li > a .button-card, .cards > li .card .button-card {
        margin-top: auto; }
      .cards > li > a .card-content, .cards > li .card .card-content {
        margin-bottom: 1em;
        font-weight: normal; }

.footer-menu {
  padding-top: 3em;
  padding-bottom: 3em; }

footer {
  background: #ebebeb;
  font-size: .9em;
  padding: 1.5em 0 0;
  border-top: 1px solid #b3b3b3; }
  footer a:link, footer a:visited {
    color: #204f7d; }
  footer li {
    list-style: none; }
  footer ul {
    padding: 0; }
  footer .reference {
    border-bottom: 1px solid #b3b3b3;
    font-size: 1.4em;
    margin-bottom: 1em; }

#copyright {
  background-color: #1d3143;
  color: #d9d9d9;
  padding: 4em 0;
  font-size: .8em;
  line-height: 1.4em; }
  #copyright a:link, #copyright a:visited {
    color: #a2bdd7; }
  #copyright a:hover, #copyright a:active {
    color: #e9f0f6; }
  #copyright .menu {
    display: inline-block;
    overflow: auto; }
  #copyright ul {
    padding: 0;
    margin: 0; }
  #copyright li {
    list-style: none;
    float: left;
    padding: 0 5px; }

#show-menu-mobile {
  display: none;
  color: white; }

@media (min-width: 1200px) {
  #menu-main-menu a {
    padding: 35px 25px;
    background-size: 300px; }

  .cards > li {
    width: 33%; } }
@media (max-width: 1199px) and (min-width: 767px) {
  body .container {
    width: 90%; } }
@media (max-width: 925px) and (min-width: 767px) {
  header .header-menu-container {
    flex-wrap: wrap; }
    header .header-menu-container .logo a {
      background-position: 0; }

  #main-menu {
    order: 3;
    width: 100%;
    border-top: 1px solid white; } }
@media (max-width: 1092px) and (min-width: 767px) {
  #menu-main-menu > li {
    width: 100%; } }
@media (max-width: 1199px) {
  #menu-main-menu > li > .sub-menu {
    padding: 0 10%; }

  .logo a {
    background-size: 200px; }

  .web-branch-login .input-group input {
    min-width: initial; }

  .cards > li {
    width: 33%; } }
@media (max-width: 991px) {
  .logo {
    min-width: 150px;
    display: flex;
    flex-grow: 1;
    align-content: center;
    align-items: center; }
    .logo a {
      background-size: 150px; }

  header #main-menu {
    flex-grow: 0; }

  #menu-main-menu > li > .sub-menu {
    padding: 0 10px; }
    #menu-main-menu > li > .sub-menu a {
      padding: .25em 0; }

  .home-slide .slider-content {
    width: 70%; }

  .product-header .product-header-body h1 {
    font-size: 26px;
    line-height: 1.3em; }

  .featured-loan-rates {
    flex-wrap: wrap; }
    .featured-loan-rates li {
      width: 50%;
      font-family: Helvetica, Arial, sans-serif;
      padding: .3em;
      flex-basis: auto;
      flex-grow: auto; }
    .featured-loan-rates .loan-name {
      font-size: 14px;
      font-weight: bold;
      margin: 0;
      line-height: 1.4em; }
    .featured-loan-rates .rate-large {
      font-size: 16px; }

  #ratecalc .results {
    display: block; }
    #ratecalc .results .sliders, #ratecalc .results .estimated-payment {
      width: 100%; }

  .cards > li {
    width: 50%; }

  .features {
    display: block; }
    .features > div {
      width: 100%;
      border: none;
      padding-top: .5em;
      padding-bottom: .5em; } }
@media (max-width: 767px) {
  .logo {
    padding-right: 15px;
    width: 100%; }
    .logo a {
      background-position: left; }

  #show-menu-mobile {
    display: inline-block; }
    #show-menu-mobile:before {
      content: "\f0c9";
      font-family: "FontAwesome";
      padding-right: 5px; }

  .header-menu-container {
    flex-wrap: wrap; }

  .web-branch-login {
    flex-grow: 1;
    margin-top: 1em;
    margin-left: -15px;
    margin-right: -15px; }

  #menu-main-menu {
    display: block;
    overflow-y: scroll;
    position: fixed;
    height: 100vh;
    right: 100%;
    top: 0 !important;
    flex-wrap: wrap;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    background: #1d3143;
    box-shadow: 5px 0px 0 rgba(0, 0, 0, 0.2); }
    #menu-main-menu:before {
      content: "Menu";
      display: block;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      padding: 10px;
      font-size: 24px;
      color: white; }
    #menu-main-menu a {
      color: #fff; }
    #menu-main-menu > li {
      width: 100%;
      border: 0;
      text-align: left; }
    #menu-main-menu li a {
      padding: 1.5em 15px; }
    #menu-main-menu li:hover {
      background: none; }
      #menu-main-menu li:hover .sub-menu {
        top: 0; }
      #menu-main-menu li:hover:after {
        display: none; }
    #menu-main-menu li .sub-menu {
      position: relative;
      display: block;
      opacity: 1;
      top: 0;
      pointer-events: all;
      background: none;
      box-shadow: none;
      overflow: hidden;
      background: #345779;
      box-shadow: inset 0px 10px 8px -4px rgba(0, 0, 0, 0.3);
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      column-count: 1; }
      #menu-main-menu li .sub-menu .sub-menu {
        box-shadow: none;
        border-left: none; }
    #menu-main-menu .close-button {
      display: inline;
      position: absolute;
      top: grid-gutter-width;
      width: 48px;
      height: 48px;
      background: white;
      border-radius: 5px;
      right: 15px;
      top: 10px;
      z-index: 10000;
      text-indent: -1000em;
      opacity: 0;
      transition: .2s opacity; }
      #menu-main-menu .close-button:hover {
        background: white; }
      #menu-main-menu .close-button:after {
        content: "\00d7";
        color: #345779;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-indent: 0;
        font-size: 2em;
        line-height: 48px;
        font-family: Arial, sans-serif; }
      #menu-main-menu .close-button a {
        padding: 15px; }
    #menu-main-menu .menu-item-has-children > a:after {
      right: 0;
      position: absolute;
      right: 15px;
      font-size: 23px;
      z-index: 1000;
      border-left: 1px solid rgba(255, 255, 255, 0.5); }
    #menu-main-menu .expanded:after {
      transform: rotate(180deg); }

  .mobile-view .menu-item-has-children > ul.sub-menu {
    height: 0;
    transition: .3s all linear;
    opacity: 0;
    overflow: hidden; }
  .mobile-view .menu-item-has-children .expanded ~ ul {
    height: auto;
    opacity: 1; }

  .fixed {
    position: fixed; }

  .show-menu {
    right: 0 !important; }
    .show-menu .close-button {
      position: fixed !important;
      opacity: 1 !important; }

  .home-slide {
    display: block; }
    .home-slide.light-bg {
      background: #ebebeb; }
    .home-slide.dark-bg {
      background: #345779; }
    .home-slide .slider-img {
      width: 100%;
      max-width: 100%;
      -webkit-mask-image: none;
      mask-image: none; }
    .home-slide .slider-bg {
      display: none; }
    .home-slide .slider-content {
      width: 100%;
      padding-left: 30px;
      position: relative;
      text-align: left;
      padding-bottom: 2em;
      box-shadow: none !important; }
      .home-slide .slider-content h1, .home-slide .slider-content h2 {
        font-size: 1.6em;
        line-height: 1.3em; }
      .home-slide .slider-content h3 {
        font-size: 1.5em; }
      .home-slide .slider-content:after {
        border-radius: 0;
        left: 0;
        opacity: 1; }

  .cards > li {
    width: 100%; }

  button, .button, .btn, a.button, a.btn {
    margin: 0;
    margin-bottom: 1em;
    padding: 10px 15px; } }
@media screen and (max-width: 400px) {
  .web-branch-form {
    flex-wrap: wrap; }
    .web-branch-form .input-group {
      margin-bottom: 15px;
      max-width: 140px; } }
