@charset "UTF-8";
.clearfix,
.group,
.row {
  zoom: 1;
}
.clearfix:before, .clearfix:after,
.group:before,
.group:after,
.row:before,
.row:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after,
.group:after,
.row:after {
  clear: both;
}

.max-wrap, .mod-holiday-hours .content, .location-info .content, .branch-staff .content, .mod-atm-location .content {
  max-width: 1400px;
  margin: 0 auto;
}

.max-wrap-large {
  max-width: 1600px;
  margin: 0 auto;
}

.max-wrap-small {
  max-width: 1000px;
  margin: 0 auto;
}

/** RESPONSIVE TYPE */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, div {
  display: block;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.3em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
}

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

nav ul {
  padding: 0;
  margin: 0;
}

nav li {
  padding: 0;
  margin: 0;
}

dl {
  margin: 0;
}

[role=button] {
  cursor: pointer;
}

/*! END normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** Pannos Normalize  */
html {
  color: #222;
  font-size: 62.5%;
} /* BASE FONT 10px - Line Height  24px */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 1.625;
} /* Font Smoothing */
/* Font Loading Fix*/
html.wf-loading {
  font-family: "Arial", Tahoma, sans-serif;
  line-height: 1.5;
  visibility: hidden;
}

html.wf-active, html.wf-inactive {
  visibility: visible;
  font-size: 62.5%;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1.5em 0;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, ul, p {
  margin: 0 0 1em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*Hide visually and from screen readers:*/
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.l-row:before,
.l-row:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after,
.l-row:after {
  clear: both;
}

/** Button Reset */
button {
  border: none;
  background: none;
  padding: 0;
  display: inline-block;
}

/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.js-active {
  display: block;
}

.js-hideme {
  display: none !important;
}

.label {
  margin: 0;
}

.more-space {
  margin-bottom: 1.714em;
}

fieldset.last {
  border-bottom: none;
}

button {
  border: none;
}

button:hover {
  cursor: pointer;
}

.cTimeValue label {
  display: inline;
}

.morespace {
  margin-bottom: 0.75em;
}

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

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:after, .row:before {
  display: table;
  content: "";
  line-height: 0;
}

.row:after {
  clear: both;
}

form h3, form h4 {
  font-size: 1.125rem;
  line-height: 1.333;
  margin: 0 0 0.667em;
  font-weight: 500;
}

[class*=span] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:after, .row-fluid:before {
  display: table;
  content: "";
  line-height: 0;
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*=span] {
  display: block;
  width: 100%;
  min-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.1276595745%;
  *margin-left: 2.0744680851%;
}

.row-fluid [class*=span]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*=span] + [class*=span] {
  margin-left: 2.1276595745%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.9468085106%;
}

.row-fluid .span11 {
  width: 91.4893617021%;
  *width: 91.4361702128%;
}

.row-fluid .span10 {
  width: 82.9787234043%;
  *width: 82.9255319149%;
}

.row-fluid .span9 {
  width: 74.4680851064%;
  *width: 74.414893617%;
}

.row-fluid .span8 {
  width: 65.9574468085%;
  *width: 65.9042553191%;
}

.row-fluid .span7 {
  width: 57.4468085106%;
  *width: 57.3936170213%;
}

.row-fluid .span6 {
  width: 48.9361702128%;
  *width: 48.8829787234%;
}

.row-fluid .span5 {
  width: 40.4255319149%;
  *width: 40.3723404255%;
}

.row-fluid .span4 {
  width: 31.914893617%;
  *width: 31.8617021277%;
}

.row-fluid .span3 {
  width: 23.4042553191%;
  *width: 23.3510638298%;
}

.row-fluid .span2 {
  width: 14.8936170213%;
  *width: 14.8404255319%;
}

.row-fluid .span1 {
  width: 6.3829787234%;
  *width: 6.329787234%;
}

.row-fluid .offset12 {
  margin-left: 104.2553191489%;
  *margin-left: 104.1489361702%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.1276595745%;
  *margin-left: 102.0212765957%;
}

.row-fluid .offset11 {
  margin-left: 95.7446808511%;
  *margin-left: 95.6382978723%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.6170212766%;
  *margin-left: 93.5106382979%;
}

.row-fluid .offset10 {
  margin-left: 87.2340425532%;
  *margin-left: 87.1276595745%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787%;
  *margin-left: 85%;
}

.row-fluid .offset9 {
  margin-left: 78.7234042553%;
  *margin-left: 78.6170212766%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.5957446809%;
  *margin-left: 76.4893617021%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574%;
  *margin-left: 70.1063829787%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.085106383%;
  *margin-left: 67.9787234043%;
}

.row-fluid .offset7 {
  margin-left: 61.7021276596%;
  *margin-left: 61.5957446809%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.5744680851%;
  *margin-left: 59.4680851064%;
}

.row-fluid .offset6 {
  margin-left: 53.1914893617%;
  *margin-left: 53.085106383%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.0638297872%;
  *margin-left: 50.9574468085%;
}

.row-fluid .offset5 {
  margin-left: 44.6808510638%;
  *margin-left: 44.5744680851%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914894%;
  *margin-left: 42.4468085106%;
}

.row-fluid .offset4 {
  margin-left: 36.170212766%;
  *margin-left: 36.0638297872%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.0425531915%;
  *margin-left: 33.9361702128%;
}

.row-fluid .offset3 {
  margin-left: 27.6595744681%;
  *margin-left: 27.5531914894%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.5319148936%;
  *margin-left: 25.4255319149%;
}

.row-fluid .offset2 {
  margin-left: 19.1489361702%;
  *margin-left: 19.0425531915%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.0212765957%;
  *margin-left: 16.914893617%;
}

.row-fluid .offset1 {
  margin-left: 10.6382978723%;
  *margin-left: 10.5319148936%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.5106382979%;
  *margin-left: 8.4042553191%;
}

.row-fluid [class*=span].hide, [class*=span].hide {
  display: none;
}

.row-fluid [class*=span].pull-right, [class*=span].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:after, .container:before {
  display: table;
  content: "";
  line-height: 0;
}

.container:after {
  clear: both;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:after, .container-fluid:before {
  display: table;
  content: "";
  line-height: 0;
}

.container-fluid:after {
  clear: both;
}

.check-space {
  margin: 1em 0;
}

fieldset {
  padding: 0;
  margin: 0 0 1.5em;
  border: none;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.143em;
  font-size: 1.3125rem;
  line-height: 1.143;
  color: #333;
  border: 0;
}

legend small {
  font-size: 15px;
  color: #999;
}

label {
  display: block;
  margin-bottom: 4px;
}

.uneditable-input, input[type=color], input[type=date], input[type=search], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
  display: inline-block;
  padding: 2px 6px;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.5;
  color: #555; /* !important; */
  vertical-align: middle;
}

.nav-search .uneditable-input, .nav-search input[type=color], .nav-search input[type=date], .nav-search input[type=search], .nav-search input[type=datetime-local], .nav-search input[type=datetime], .nav-search input[type=email], .nav-search input[type=month], .nav-search input[type=number], .nav-search input[type=password], .nav-search input[type=text] {
  color: #FFF;
}

.uneditable-input, input, textarea {
  /* width:206px */
}

textarea {
  height: auto;
}

.uneditable-input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
}

.uneditable-input:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=button], input[type=checkbox], input[type=file], input[type=image], input[type=radio], input[type=reset], input[type=submit] {
  width: auto;
}

input[type=file], select {
  height: 40px;
  *margin-top: 4px;
  line-height: 30px;
}

select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

select[multiple], select[size] {
  height: auto;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus, select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input, .uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  opacity: 1;
}

.checkbox, .radio {
  min-height: 20px;
  padding-left: 20px;
}

.checkbox input[type=checkbox], .radio input[type=radio] {
  float: left;
  margin-left: -20px;
}

.controls > .checkbox:first-child, .controls > .radio:first-child {
  padding-top: 5px;
}

.checkbox.inline, .radio.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.checkbox.inline + .checkbox.inline, .radio.inline + .radio.inline {
  qqmargin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

.row-fluid .uneditable-input[class*=span], .row-fluid input[class*=span], .row-fluid select[class*=span], .row-fluid textarea[class*=span], .uneditable-input[class*=span], input[class*=span], select[class*=span], textarea[class*=span] {
  float: none;
  margin-left: 0;
}

.input-append .uneditable-input[class*=span], .input-append input[class*=span], .input-prepend .uneditable-input[class*=span], .input-prepend input[class*=span], .row-fluid .input-append [class*=span], .row-fluid .input-prepend [class*=span], .row-fluid .uneditable-input[class*=span], .row-fluid input[class*=span], .row-fluid select[class*=span], .row-fluid textarea[class*=span] {
  display: inline-block;
}

.uneditable-input, input, textarea {
  margin-left: 0;
}

.controls-row [class*=span] + [class*=span] {
  margin-left: 20px;
}

.uneditable-input.span12, input.span12, textarea.span12 {
  width: 926px;
}

.uneditable-input.span11, input.span11, textarea.span11 {
  width: 846px;
}

.uneditable-input.span10, input.span10, textarea.span10 {
  width: 766px;
}

.uneditable-input.span9, input.span9, textarea.span9 {
  width: 686px;
}

.uneditable-input.span8, input.span8, textarea.span8 {
  width: 606px;
}

.uneditable-input.span7, input.span7, textarea.span7 {
  width: 526px;
}

.uneditable-input.span6, input.span6, textarea.span6 {
  width: 446px;
}

.uneditable-input.span5, input.span5, textarea.span5 {
  width: 366px;
}

.uneditable-input.span4, input.span4, textarea.span4 {
  width: 286px;
}

.uneditable-input.span3, input.span3, textarea.span3 {
  width: 206px;
}

.uneditable-input.span2, input.span2, textarea.span2 {
  width: 126px;
}

.uneditable-input.span1, input.span1, textarea.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:after, .controls-row:before {
  display: table;
  content: "";
  line-height: 0;
}

.controls-row:after {
  clear: both;
}

.controls-row [class*=span], .row-fluid .controls-row [class*=span] {
  float: left;
}

.controls-row .checkbox[class*=span], .controls-row .radio[class*=span] {
  padding-top: 5px;
}

input[disabled], input[readonly], select[disabled], select[readonly], textarea[disabled], textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

input[type=checkbox][disabled], input[type=checkbox][readonly], input[type=radio][disabled], input[type=radio][readonly] {
  background-color: transparent;
}

.control-group.warning .checkbox, .control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-append .add-on, .control-group.warning .input-prepend .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .checkbox, .control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
  color: #b94a48;
}

.control-group.error input, .control-group.error select, .control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-append .add-on, .control-group.error .input-prepend .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .checkbox, .control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
  color: #468847;
}

.control-group.success input, .control-group.success select, .control-group.success textarea {
  color: #468847;
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-append .add-on, .control-group.success .input-prepend .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .checkbox, .control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input, .control-group.info select, .control-group.info textarea {
  color: #3a87ad;
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-append .add-on, .control-group.info .input-prepend .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid, select:focus:invalid, textarea:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus, select:focus:invalid:focus, textarea:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:after, .form-actions:before {
  display: table;
  content: "";
  line-height: 0;
}

.form-actions:after {
  clear: both;
}

.help-block, .help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.input-append, .input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

.input-append .dropdown-menu, .input-append .popover, .input-append .uneditable-input, .input-append input, .input-append select, .input-prepend .dropdown-menu, .input-prepend .popover, .input-prepend .uneditable-input, .input-prepend input, .input-prepend select {
  font-size: 14px;
}

.input-append .uneditable-input, .input-append input, .input-append select, .input-prepend .uneditable-input, .input-prepend input, .input-prepend select {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  border-radius: 0 4px 4px 0;
}

.input-append .uneditable-input:focus, .input-append input:focus, .input-append select:focus, .input-prepend .uneditable-input:focus, .input-prepend input:focus, .input-prepend select:focus {
  z-index: 2;
}

.input-append .add-on, .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}

.input-append .add-on, .input-append .btn, .input-append .ac-modal .ac-answer > .ac-text, .ac-modal .input-append .ac-answer > .ac-text, .input-append .black-ghost, .input-append .white-ghost, .input-append .ghost-btn, .input-append .events-listing .event-list .actions a, .events-listing .event-list .actions .input-append a, .input-append .mod-events-listing .event-list .actions a, .input-append .mod-product-features .event-list .actions a, .mod-events-listing .event-list .actions .input-append a, .mod-product-features .event-list .actions .input-append a, .input-append .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .input-append .login-btn, .input-append .cta-btn, .input-append .content .fsSubmitButton, .content .input-append .fsSubmitButton, .input-append .secondary-btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .add-on, .input-prepend .btn, .input-prepend .ac-modal .ac-answer > .ac-text, .ac-modal .input-prepend .ac-answer > .ac-text, .input-prepend .black-ghost, .input-prepend .white-ghost, .input-prepend .ghost-btn, .input-prepend .events-listing .event-list .actions a, .events-listing .event-list .actions .input-prepend a, .input-prepend .mod-events-listing .event-list .actions a, .input-prepend .mod-product-features .event-list .actions a, .mod-events-listing .event-list .actions .input-prepend a, .mod-product-features .event-list .actions .input-prepend a, .input-prepend .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .input-prepend .login-btn, .input-prepend .cta-btn, .input-prepend .content .fsSubmitButton, .content .input-prepend .fsSubmitButton, .input-prepend .secondary-btn, .input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
}

.input-append .active, .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on, .input-prepend .btn, .input-prepend .ac-modal .ac-answer > .ac-text, .ac-modal .input-prepend .ac-answer > .ac-text, .input-prepend .black-ghost, .input-prepend .white-ghost, .input-prepend .ghost-btn, .input-prepend .events-listing .event-list .actions a, .events-listing .event-list .actions .input-prepend a, .input-prepend .mod-events-listing .event-list .actions a, .input-prepend .mod-product-features .event-list .actions a, .mod-events-listing .event-list .actions .input-prepend a, .mod-product-features .event-list .actions .input-prepend a, .input-prepend .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .input-prepend .login-btn, .input-prepend .cta-btn, .input-prepend .content .fsSubmitButton, .content .input-prepend .fsSubmitButton, .input-prepend .secondary-btn {
  margin-right: -1px;
}

.input-append .uneditable-input, .input-append input, .input-append select, .input-prepend .add-on:first-child, .input-prepend .btn:first-child, .input-prepend .ac-modal .ac-answer > .ac-text:first-child, .ac-modal .input-prepend .ac-answer > .ac-text:first-child, .input-prepend .black-ghost:first-child, .input-prepend .white-ghost:first-child, .input-prepend .ghost-btn:first-child, .input-prepend .events-listing .event-list .actions a:first-child, .events-listing .event-list .actions .input-prepend a:first-child, .input-prepend .mod-events-listing .event-list .actions a:first-child, .input-prepend .mod-product-features .event-list .actions a:first-child, .mod-events-listing .event-list .actions .input-prepend a:first-child, .mod-product-features .event-list .actions .input-prepend a:first-child, .input-prepend .access-login .login-forms .login-content .login-btn:first-child, .access-login .login-forms .login-content .input-prepend .login-btn:first-child, .input-prepend .cta-btn:first-child, .input-prepend .content .fsSubmitButton:first-child, .content .input-prepend .fsSubmitButton:first-child, .input-prepend .secondary-btn:first-child {
  border-radius: 4px 0 0 4px;
}

.input-append .uneditable-input + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .ac-modal .ac-answer > .ac-text:last-child, .ac-modal .input-append .uneditable-input + .btn-group .ac-answer > .ac-text:last-child, .input-append .uneditable-input + .btn-group .black-ghost:last-child, .input-append .uneditable-input + .btn-group .white-ghost:last-child, .input-append .uneditable-input + .btn-group .ghost-btn:last-child, .input-append .uneditable-input + .btn-group .events-listing .event-list .actions a:last-child, .events-listing .event-list .actions .input-append .uneditable-input + .btn-group a:last-child, .input-append .uneditable-input + .btn-group .mod-events-listing .event-list .actions a:last-child, .input-append .uneditable-input + .btn-group .mod-product-features .event-list .actions a:last-child, .mod-events-listing .event-list .actions .input-append .uneditable-input + .btn-group a:last-child, .mod-product-features .event-list .actions .input-append .uneditable-input + .btn-group a:last-child, .input-append .uneditable-input + .btn-group .access-login .login-forms .login-content .login-btn:last-child, .access-login .login-forms .login-content .input-append .uneditable-input + .btn-group .login-btn:last-child, .input-append .uneditable-input + .btn-group .cta-btn:last-child, .input-append .uneditable-input + .btn-group .content .fsSubmitButton:last-child, .content .input-append .uneditable-input + .btn-group .fsSubmitButton:last-child, .input-append .uneditable-input + .btn-group .secondary-btn:last-child, .input-append input + .btn-group .btn:last-child, .input-append input + .btn-group .ac-modal .ac-answer > .ac-text:last-child, .ac-modal .input-append input + .btn-group .ac-answer > .ac-text:last-child, .input-append input + .btn-group .black-ghost:last-child, .input-append input + .btn-group .white-ghost:last-child, .input-append input + .btn-group .ghost-btn:last-child, .input-append input + .btn-group .events-listing .event-list .actions a:last-child, .events-listing .event-list .actions .input-append input + .btn-group a:last-child, .input-append input + .btn-group .mod-events-listing .event-list .actions a:last-child, .input-append input + .btn-group .mod-product-features .event-list .actions a:last-child, .mod-events-listing .event-list .actions .input-append input + .btn-group a:last-child, .mod-product-features .event-list .actions .input-append input + .btn-group a:last-child, .input-append input + .btn-group .access-login .login-forms .login-content .login-btn:last-child, .access-login .login-forms .login-content .input-append input + .btn-group .login-btn:last-child, .input-append input + .btn-group .cta-btn:last-child, .input-append input + .btn-group .content .fsSubmitButton:last-child, .content .input-append input + .btn-group .fsSubmitButton:last-child, .input-append input + .btn-group .secondary-btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append select + .btn-group .ac-modal .ac-answer > .ac-text:last-child, .ac-modal .input-append select + .btn-group .ac-answer > .ac-text:last-child, .input-append select + .btn-group .black-ghost:last-child, .input-append select + .btn-group .white-ghost:last-child, .input-append select + .btn-group .ghost-btn:last-child, .input-append select + .btn-group .events-listing .event-list .actions a:last-child, .events-listing .event-list .actions .input-append select + .btn-group a:last-child, .input-append select + .btn-group .mod-events-listing .event-list .actions a:last-child, .input-append select + .btn-group .mod-product-features .event-list .actions a:last-child, .mod-events-listing .event-list .actions .input-append select + .btn-group a:last-child, .mod-product-features .event-list .actions .input-append select + .btn-group a:last-child, .input-append select + .btn-group .access-login .login-forms .login-content .login-btn:last-child, .access-login .login-forms .login-content .input-append select + .btn-group .login-btn:last-child, .input-append select + .btn-group .cta-btn:last-child, .input-append select + .btn-group .content .fsSubmitButton:last-child, .content .input-append select + .btn-group .fsSubmitButton:last-child, .input-append select + .btn-group .secondary-btn:last-child {
  border-radius: 0 4px 4px 0;
}

.input-append .add-on, .input-append .btn, .input-append .ac-modal .ac-answer > .ac-text, .ac-modal .input-append .ac-answer > .ac-text, .input-append .black-ghost, .input-append .white-ghost, .input-append .ghost-btn, .input-append .events-listing .event-list .actions a, .events-listing .event-list .actions .input-append a, .input-append .mod-events-listing .event-list .actions a, .input-append .mod-product-features .event-list .actions a, .mod-events-listing .event-list .actions .input-append a, .mod-product-features .event-list .actions .input-append a, .input-append .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .input-append .login-btn, .input-append .cta-btn, .input-append .content .fsSubmitButton, .content .input-append .fsSubmitButton, .input-append .secondary-btn, .input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child, .input-append .btn-group:last-child > .dropdown-toggle, .input-append .btn:last-child, .input-append .ac-modal .ac-answer > .ac-text:last-child, .ac-modal .input-append .ac-answer > .ac-text:last-child, .input-append .black-ghost:last-child, .input-append .white-ghost:last-child, .input-append .ghost-btn:last-child, .input-append .events-listing .event-list .actions a:last-child, .events-listing .event-list .actions .input-append a:last-child, .input-append .mod-events-listing .event-list .actions a:last-child, .input-append .mod-product-features .event-list .actions a:last-child, .mod-events-listing .event-list .actions .input-append a:last-child, .mod-product-features .event-list .actions .input-append a:last-child, .input-append .access-login .login-forms .login-content .login-btn:last-child, .access-login .login-forms .login-content .input-append .login-btn:last-child, .input-append .cta-btn:last-child, .input-append .content .fsSubmitButton:last-child, .content .input-append .fsSubmitButton:last-child, .input-append .secondary-btn:last-child {
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .uneditable-input, .input-prepend.input-append input, .input-prepend.input-append select {
  border-radius: 0;
}

.input-prepend.input-append .uneditable-input + .btn-group .btn, .input-prepend.input-append .uneditable-input + .btn-group .ac-modal .ac-answer > .ac-text, .ac-modal .input-prepend.input-append .uneditable-input + .btn-group .ac-answer > .ac-text, .input-prepend.input-append .uneditable-input + .btn-group .black-ghost, .input-prepend.input-append .uneditable-input + .btn-group .white-ghost, .input-prepend.input-append .uneditable-input + .btn-group .ghost-btn, .input-prepend.input-append .uneditable-input + .btn-group .events-listing .event-list .actions a, .events-listing .event-list .actions .input-prepend.input-append .uneditable-input + .btn-group a, .input-prepend.input-append .uneditable-input + .btn-group .mod-events-listing .event-list .actions a, .input-prepend.input-append .uneditable-input + .btn-group .mod-product-features .event-list .actions a, .mod-events-listing .event-list .actions .input-prepend.input-append .uneditable-input + .btn-group a, .mod-product-features .event-list .actions .input-prepend.input-append .uneditable-input + .btn-group a, .input-prepend.input-append .uneditable-input + .btn-group .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .input-prepend.input-append .uneditable-input + .btn-group .login-btn, .input-prepend.input-append .uneditable-input + .btn-group .cta-btn, .input-prepend.input-append .uneditable-input + .btn-group .content .fsSubmitButton, .content .input-prepend.input-append .uneditable-input + .btn-group .fsSubmitButton, .input-prepend.input-append .uneditable-input + .btn-group .secondary-btn, .input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append input + .btn-group .ac-modal .ac-answer > .ac-text, .ac-modal .input-prepend.input-append input + .btn-group .ac-answer > .ac-text, .input-prepend.input-append input + .btn-group .black-ghost, .input-prepend.input-append input + .btn-group .white-ghost, .input-prepend.input-append input + .btn-group .ghost-btn, .input-prepend.input-append input + .btn-group .events-listing .event-list .actions a, .events-listing .event-list .actions .input-prepend.input-append input + .btn-group a, .input-prepend.input-append input + .btn-group .mod-events-listing .event-list .actions a, .input-prepend.input-append input + .btn-group .mod-product-features .event-list .actions a, .mod-events-listing .event-list .actions .input-prepend.input-append input + .btn-group a, .mod-product-features .event-list .actions .input-prepend.input-append input + .btn-group a, .input-prepend.input-append input + .btn-group .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .input-prepend.input-append input + .btn-group .login-btn, .input-prepend.input-append input + .btn-group .cta-btn, .input-prepend.input-append input + .btn-group .content .fsSubmitButton, .content .input-prepend.input-append input + .btn-group .fsSubmitButton, .input-prepend.input-append input + .btn-group .secondary-btn, .input-prepend.input-append select + .btn-group .btn, .input-prepend.input-append select + .btn-group .ac-modal .ac-answer > .ac-text, .ac-modal .input-prepend.input-append select + .btn-group .ac-answer > .ac-text, .input-prepend.input-append select + .btn-group .black-ghost, .input-prepend.input-append select + .btn-group .white-ghost, .input-prepend.input-append select + .btn-group .ghost-btn, .input-prepend.input-append select + .btn-group .events-listing .event-list .actions a, .events-listing .event-list .actions .input-prepend.input-append select + .btn-group a, .input-prepend.input-append select + .btn-group .mod-events-listing .event-list .actions a, .input-prepend.input-append select + .btn-group .mod-product-features .event-list .actions a, .mod-events-listing .event-list .actions .input-prepend.input-append select + .btn-group a, .mod-product-features .event-list .actions .input-prepend.input-append select + .btn-group a, .input-prepend.input-append select + .btn-group .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .input-prepend.input-append select + .btn-group .login-btn, .input-prepend.input-append select + .btn-group .cta-btn, .input-prepend.input-append select + .btn-group .content .fsSubmitButton, .content .input-prepend.input-append select + .btn-group .fsSubmitButton, .input-prepend.input-append select + .btn-group .secondary-btn {
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child, .input-prepend.input-append .ac-modal .ac-answer > .ac-text:first-child, .ac-modal .input-prepend.input-append .ac-answer > .ac-text:first-child, .input-prepend.input-append .black-ghost:first-child, .input-prepend.input-append .white-ghost:first-child, .input-prepend.input-append .ghost-btn:first-child, .input-prepend.input-append .events-listing .event-list .actions a:first-child, .events-listing .event-list .actions .input-prepend.input-append a:first-child, .input-prepend.input-append .mod-events-listing .event-list .actions a:first-child, .input-prepend.input-append .mod-product-features .event-list .actions a:first-child, .mod-events-listing .event-list .actions .input-prepend.input-append a:first-child, .mod-product-features .event-list .actions .input-prepend.input-append a:first-child, .input-prepend.input-append .access-login .login-forms .login-content .login-btn:first-child, .access-login .login-forms .login-content .input-prepend.input-append .login-btn:first-child, .input-prepend.input-append .cta-btn:first-child, .input-prepend.input-append .content .fsSubmitButton:first-child, .content .input-prepend.input-append .fsSubmitButton:first-child, .input-prepend.input-append .secondary-btn:first-child {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child, .input-prepend.input-append .ac-modal .ac-answer > .ac-text:last-child, .ac-modal .input-prepend.input-append .ac-answer > .ac-text:last-child, .input-prepend.input-append .black-ghost:last-child, .input-prepend.input-append .white-ghost:last-child, .input-prepend.input-append .ghost-btn:last-child, .input-prepend.input-append .events-listing .event-list .actions a:last-child, .events-listing .event-list .actions .input-prepend.input-append a:last-child, .input-prepend.input-append .mod-events-listing .event-list .actions a:last-child, .input-prepend.input-append .mod-product-features .event-list .actions a:last-child, .mod-events-listing .event-list .actions .input-prepend.input-append a:last-child, .mod-product-features .event-list .actions .input-prepend.input-append a:last-child, .input-prepend.input-append .access-login .login-forms .login-content .login-btn:last-child, .access-login .login-forms .login-content .input-prepend.input-append .login-btn:last-child, .input-prepend.input-append .cta-btn:last-child, .input-prepend.input-append .content .fsSubmitButton:last-child, .content .input-prepend.input-append .fsSubmitButton:last-child, .input-prepend.input-append .secondary-btn:last-child {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9 ;
  padding-left: 14px;
  padding-left: 4px \9 ;
  margin-bottom: 0;
  border-radius: 15px;
}

.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn, .form-search .input-append .ac-modal .ac-answer > .ac-text, .ac-modal .form-search .input-append .ac-answer > .ac-text, .form-search .input-append .black-ghost, .form-search .input-append .white-ghost, .form-search .input-append .ghost-btn, .form-search .input-append .events-listing .event-list .actions a, .events-listing .event-list .actions .form-search .input-append a, .form-search .input-append .mod-events-listing .event-list .actions a, .form-search .input-append .mod-product-features .event-list .actions a, .mod-events-listing .event-list .actions .form-search .input-append a, .mod-product-features .event-list .actions .form-search .input-append a, .form-search .input-append .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .form-search .input-append .login-btn, .form-search .input-append .cta-btn, .form-search .input-append .content .fsSubmitButton, .content .form-search .input-append .fsSubmitButton, .form-search .input-append .secondary-btn, .form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn, .form-search .input-prepend .ac-modal .ac-answer > .ac-text, .ac-modal .form-search .input-prepend .ac-answer > .ac-text, .form-search .input-prepend .black-ghost, .form-search .input-prepend .white-ghost, .form-search .input-prepend .ghost-btn, .form-search .input-prepend .events-listing .event-list .actions a, .events-listing .event-list .actions .form-search .input-prepend a, .form-search .input-prepend .mod-events-listing .event-list .actions a, .form-search .input-prepend .mod-product-features .event-list .actions a, .mod-events-listing .event-list .actions .form-search .input-prepend a, .mod-product-features .event-list .actions .form-search .input-prepend a, .form-search .input-prepend .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .form-search .input-prepend .login-btn, .form-search .input-prepend .cta-btn, .form-search .input-prepend .content .fsSubmitButton, .content .form-search .input-prepend .fsSubmitButton, .form-search .input-prepend .secondary-btn {
  border-radius: 14px 0 0 14px;
}

.form-horizontal .help-inline, .form-horizontal .input-append, .form-horizontal .input-prepend, .form-horizontal .uneditable-input, .form-horizontal input, .form-horizontal select, .form-horizontal textarea, .form-inline .help-inline, .form-inline .input-append, .form-inline .input-prepend, .form-inline .uneditable-input, .form-inline input, .form-inline select, .form-inline textarea, .form-search .help-inline, .form-search .input-append, .form-search .input-prepend, .form-search .uneditable-input, .form-search input, .form-search select, .form-search textarea {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-horizontal .hide, .form-inline .hide, .form-search .hide {
  display: none;
}

.form-inline .btn-group, .form-inline label, .form-search .btn-group, .form-search label {
  display: inline-block;
}

.form-inline .input-append, .form-inline .input-prepend, .form-search .input-append, .form-search .input-prepend {
  margin-bottom: 0;
}

.form-inline .checkbox, .form-inline .radio, .form-search .checkbox, .form-search .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio], .form-search .checkbox input[type=checkbox], .form-search .radio input[type=radio] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:after, .form-horizontal .control-group:before {
  display: table;
  content: "";
  line-height: 0;
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal .input-append + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

button.btn, .ac-modal .ac-answer > button.ac-text, button.black-ghost, button.white-ghost, button.ghost-btn, .access-login .login-forms .login-content button.login-btn, button.cta-btn, .content button.fsSubmitButton, button.secondary-btn, input[type=submit].btn, .ac-modal .ac-answer > input[type=submit].ac-text, input[type=submit].black-ghost, input[type=submit].white-ghost, input[type=submit].ghost-btn, .access-login .login-forms .login-content input[type=submit].login-btn, input[type=submit].cta-btn, .content input[type=submit].fsSubmitButton, input[type=submit].secondary-btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner, .ac-modal .ac-answer > button.ac-text::-moz-focus-inner, button.black-ghost::-moz-focus-inner, button.white-ghost::-moz-focus-inner, button.ghost-btn::-moz-focus-inner, .access-login .login-forms .login-content button.login-btn::-moz-focus-inner, button.cta-btn::-moz-focus-inner, .content button.fsSubmitButton::-moz-focus-inner, button.secondary-btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner, .ac-modal .ac-answer > input[type=submit].ac-text::-moz-focus-inner, input[type=submit].black-ghost::-moz-focus-inner, input[type=submit].white-ghost::-moz-focus-inner, input[type=submit].ghost-btn::-moz-focus-inner, .access-login .login-forms .login-content input[type=submit].login-btn::-moz-focus-inner, input[type=submit].cta-btn::-moz-focus-inner, .content input[type=submit].fsSubmitButton::-moz-focus-inner, input[type=submit].secondary-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large, .ac-modal .ac-answer > button.btn-large.ac-text, button.btn-large.black-ghost, button.btn-large.white-ghost, button.btn-large.ghost-btn, .access-login .login-forms .login-content button.btn-large.login-btn, button.btn-large.cta-btn, .content button.btn-large.fsSubmitButton, button.btn-large.secondary-btn, input[type=submit].btn.btn-large, .ac-modal .ac-answer > input[type=submit].btn-large.ac-text, input[type=submit].btn-large.black-ghost, input[type=submit].btn-large.white-ghost, input[type=submit].btn-large.ghost-btn, .access-login .login-forms .login-content input[type=submit].btn-large.login-btn, input[type=submit].btn-large.cta-btn, .content input[type=submit].btn-large.fsSubmitButton, input[type=submit].btn-large.secondary-btn {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small, .ac-modal .ac-answer > button.btn-small.ac-text, button.btn-small.black-ghost, button.btn-small.white-ghost, button.btn-small.ghost-btn, .access-login .login-forms .login-content button.btn-small.login-btn, button.btn-small.cta-btn, .content button.btn-small.fsSubmitButton, button.btn-small.secondary-btn, input[type=submit].btn.btn-small, .ac-modal .ac-answer > input[type=submit].btn-small.ac-text, input[type=submit].btn-small.black-ghost, input[type=submit].btn-small.white-ghost, input[type=submit].btn-small.ghost-btn, .access-login .login-forms .login-content input[type=submit].btn-small.login-btn, input[type=submit].btn-small.cta-btn, .content input[type=submit].btn-small.fsSubmitButton, input[type=submit].btn-small.secondary-btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini, .ac-modal .ac-answer > button.btn-mini.ac-text, button.btn-mini.black-ghost, button.btn-mini.white-ghost, button.btn-mini.ghost-btn, .access-login .login-forms .login-content button.btn-mini.login-btn, button.btn-mini.cta-btn, .content button.btn-mini.fsSubmitButton, button.btn-mini.secondary-btn, input[type=submit].btn.btn-mini, .ac-modal .ac-answer > input[type=submit].btn-mini.ac-text, input[type=submit].btn-mini.black-ghost, input[type=submit].btn-mini.white-ghost, input[type=submit].btn-mini.ghost-btn, .access-login .login-forms .login-content input[type=submit].btn-mini.login-btn, input[type=submit].btn-mini.cta-btn, .content input[type=submit].btn-mini.fsSubmitButton, input[type=submit].btn-mini.secondary-btn {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  border-radius: 0;
}

.btn-link:focus, .btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover {
  color: #333;
  text-decoration: none;
}

/*!
 * Bootstrap Responsive v2.0.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.hidden {
  display: none;
  visibility: hidden;
}

.well {
  background: #F1F1F2;
}

.form_border {
  border: 1px solid #D0D2D3;
}

.form_border_bottom {
  border-bottom: 1px solid #E6E7E8;
}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 18px;
  }
  .uneditable-input, input[class*=span], select[class*=span], textarea[class*=span] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-append input[class*=span], .input-prepend input[class*=span] {
    width: auto;
  }
  input[type=checkbox], input[type=radio] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row {
    margin-left: 0;
  }
  .row-fluid > [class*=span], .row > [class*=span] {
    float: none;
    display: block;
    width: auto;
    margin: 0;
  }
}
@media (min-width: 730px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:after, .row:before {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*=span] {
    float: left;
    margin-left: 20px;
  }
  .span1 {
    width: 42px;
  }
  .span2 {
    width: 104px;
  }
  .span3 {
    width: 166px;
  }
  .span4 {
    width: 228px;
  }
  .span5 {
    width: 290px;
  }
  .span6 {
    width: 352px;
  }
  .span7 {
    width: 414px;
  }
  .span8 {
    width: 476px;
  }
  .span9 {
    width: 538px;
  }
  .span10 {
    width: 600px;
  }
  .span11 {
    width: 662px;
  }
  .span12 {
    width: 724px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:after, .row-fluid:before {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*=span] {
    float: left;
    margin-left: 2.762430939%;
  }
  .row-fluid > [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid > .span1 {
    width: 5.801104972%;
  }
  .row-fluid > .span2 {
    width: 14.364640883%;
  }
  .row-fluid > .span3 {
    width: 22.928176794%;
  }
  .row-fluid > .span4 {
    width: 31.491712705%;
  }
  .row-fluid > .span5 {
    width: 40.055248616%;
  }
  .row-fluid > .span6 {
    width: 48.618784527%;
  }
  .row-fluid > .span7 {
    width: 57.182320438%;
  }
  .row-fluid > .span8 {
    width: 65.745856349%;
  }
  .row-fluid > .span9 {
    width: 74.30939226%;
  }
  .row-fluid > .span10 {
    width: 82.872928171%;
  }
  .row-fluid > .span11 {
    width: 91.436464082%;
  }
  .row-fluid > .span12 {
    width: 99.999999993%;
  }
  .uneditable-input.span1, input.span1, textarea.span1 {
    width: 32px;
  }
  .uneditable-input.span2, input.span2, textarea.span2 {
    width: 94px;
  }
  .uneditable-input.span3, input.span3, textarea.span3 {
    width: 156px;
  }
  .uneditable-input.span4, input.span4, textarea.span4 {
    width: 218px;
  }
  .uneditable-input.span5, input.span5, textarea.span5 {
    width: 280px;
  }
  .uneditable-input.span6, input.span6, textarea.span6 {
    width: 342px;
  }
  .uneditable-input.span7, input.span7, textarea.span7 {
    width: 404px;
  }
  .uneditable-input.span8, input.span8, textarea.span8 {
    width: 466px;
  }
  .uneditable-input.span9, input.span9, textarea.span9 {
    width: 528px;
  }
  .uneditable-input.span10, input.span10, textarea.span10 {
    width: 590px;
  }
  .uneditable-input.span11, input.span11, textarea.span11 {
    width: 652px;
  }
  .uneditable-input.span12, input.span12, textarea.span12 {
    width: 714px;
  }
}
@media (max-width: 979px) {
  /* body {
    padding-top:0
  } */
  .navbar-fixed-top {
    position: static;
    margin-bottom: 18px;
  }
  .navbar-fixed-top .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .navbar .nav-collapse {
    clear: left;
  }
  .navbar .nav {
    float: none;
    margin: 0 0 9px;
  }
  .navbar .nav > li {
    float: none;
  }
  .navbar .nav > li > a {
    margin-bottom: 2px;
  }
  .navbar .nav > .divider-vertical {
    display: none;
  }
  .navbar .nav .nav-header {
    color: #999;
    text-shadow: none;
  }
  .navbar .dropdown-menu a, .navbar .nav > li > a {
    padding: 6px 15px;
    font-weight: 700;
    color: #999;
    border-radius: 3px;
  }
  .navbar .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .navbar .dropdown-menu a:hover, .navbar .nav > li > a:hover {
    background-color: #222;
  }
  .navbar .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar .dropdown-menu .divider, .navbar .dropdown-menu:after, .navbar .dropdown-menu:before {
    display: none;
  }
  .navbar-form, .navbar-search {
    float: none;
    padding: 9px 15px;
    margin: 9px 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn-navbar {
    display: block;
  }
  .nav-collapse {
    overflow: hidden;
    height: 0;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:after, .row:before {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*=span] {
    float: left;
    margin-left: 30px;
  }
  .span1 {
    width: 70px;
  }
  .span2 {
    width: 170px;
  }
  .span3 {
    width: 270px;
  }
  .span4 {
    width: 370px;
  }
  .span5 {
    width: 470px;
  }
  .span6 {
    width: 570px;
  }
  .span7 {
    width: 670px;
  }
  .span8 {
    width: 770px;
  }
  .span9 {
    width: 870px;
  }
  .span10 {
    width: 970px;
  }
  .span11 {
    width: 1070px;
  }
  .span12 {
    width: 1170px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:after, .row-fluid:before {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*=span] {
    float: left;
    margin-left: 2.564102564%;
  }
  .row-fluid > [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid > .span1 {
    width: 5.982905983%;
  }
  .row-fluid > .span2 {
    width: 14.52991453%;
  }
  .row-fluid > .span3 {
    width: 23.076923077%;
  }
  .row-fluid > .span4 {
    width: 31.623931624%;
  }
  .row-fluid > .span5 {
    width: 40.170940171%;
  }
  .row-fluid > .span6 {
    width: 48.717948718%;
  }
  .row-fluid > .span7 {
    width: 57.264957265%;
  }
  .row-fluid > .span8 {
    width: 65.811965812%;
  }
  .row-fluid > .span9 {
    width: 74.358974359%;
  }
  .row-fluid > .span10 {
    width: 82.905982906%;
  }
  .row-fluid > .span11 {
    width: 91.452991453%;
  }
  .row-fluid > .span12 {
    width: 100%;
  }
  .uneditable-input.span1, input.span1, textarea.span1 {
    width: 60px;
  }
  .uneditable-input.span2, input.span2, textarea.span2 {
    width: 160px;
  }
  .uneditable-input.span3, input.span3, textarea.span3 {
    width: 260px;
  }
  .uneditable-input.span4, input.span4, textarea.span4 {
    width: 360px;
  }
  .uneditable-input.span5, input.span5, textarea.span5 {
    width: 460px;
  }
  .uneditable-input.span6, input.span6, textarea.span6 {
    width: 560px;
  }
  .uneditable-input.span7, input.span7, textarea.span7 {
    width: 660px;
  }
  .uneditable-input.span8, input.span8, textarea.span8 {
    width: 760px;
  }
  .uneditable-input.span9, input.span9, textarea.span9 {
    width: 860px;
  }
  .uneditable-input.span10, input.span10, textarea.span10 {
    width: 960px;
  }
  .uneditable-input.span11, input.span11, textarea.span11 {
    width: 1060px;
  }
  .uneditable-input.span12, input.span12, textarea.span12 {
    width: 1160px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
}
@font-face {
  font-family: "thirsty_softbold";
  src: url("../fonts/thirstysoftbold-webfont.eot");
  src: url("../fonts/thirstysoftbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/thirstysoftbold-webfont.woff") format("woff"), url("../fonts/thirstysoftbold-webfont.ttf") format("truetype"), url("../fonts/thirstysoftbold-webfont.svg#thirsty_softbold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "thirsty_softextrabold";
  src: url("../fonts/thirstysoftextrabold-webfont.eot");
  src: url("../fonts/thirstysoftextrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/thirstysoftextrabold-webfont.woff") format("woff"), url("../fonts/thirstysoftextrabold-webfont.ttf") format("truetype"), url("../fonts/thirstysoftextrabold-webfont.svg#thirsty_softextrabold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "thirsty_softblack";
  src: url("../fonts/thirstysoftblack-webfont.eot");
  src: url("../fonts/thirstysoftblack-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/thirstysoftblack-webfont.woff") format("woff"), url("../fonts/thirstysoftblack-webfont.ttf") format("truetype"), url("../fonts/thirstysoftblack-webfont.svg#thirsty_softblack") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "thirsty_softmedium";
  src: url("../fonts/thirstysoftmedium-webfont.eot");
  src: url("../fonts/thirstysoftmedium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/thirstysoftmedium-webfont.woff") format("woff"), url("../fonts/thirstysoftmedium-webfont.ttf") format("truetype"), url("../fonts/thirstysoftmedium-webfont.svg#thirsty_softmedium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "thirsty_softregular";
  src: url("../fonts/thirstysoftregular-webfont.eot");
  src: url("../fonts/thirstysoftregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/thirstysoftregular-webfont.woff") format("woff"), url("../fonts/thirstysoftregular-webfont.ttf") format("truetype"), url("../fonts/thirstysoftregular-webfont.svg#thirsty_softregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "thirsty_softlight";
  src: url("../fonts/thirstysoftlight-webfont.eot");
  src: url("../fonts/thirstysoftlight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/thirstysoftlight-webfont.woff") format("woff"), url("../fonts/thirstysoftlight-webfont.ttf") format("truetype"), url("../fonts/thirstysoftlight-webfont.svg#thirsty_softlight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3 {
  font-weight: 400;
}

h1 em, h2 em {
  font-family: alisha, sans-serif;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #000000;
}

body {
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.6rem;
}
@media screen and (min-width: 998px) {
  body {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  body {
    font-size: 2rem;
  }
}

[role=button] {
  cursor: pointer;
}

.f-h1 {
  font-size: 5rem;
  line-height: 1.125;
}
@media screen and (min-width: 998px) {
  .f-h1 {
    font-size: 7rem;
    line-height: 1.125;
  }
}
@media screen and (min-width: 1400px) {
  .f-h1 {
    font-size: 9.5rem;
    line-height: 1.125;
  }
}
.f-h1 {
  font-family: open-sans, sans-serif;
  font-weight: 400;
}

.f-h2 {
  font-size: 4.5rem;
  line-height: 1.125;
}
@media screen and (min-width: 998px) {
  .f-h2 {
    font-size: 8rem;
    line-height: 1.125;
  }
}
@media screen and (min-width: 1400px) {
  .f-h2 {
    font-size: 8.5rem;
    line-height: 1.125;
  }
}
.f-h2 {
  font-family: open-sans, sans-serif;
  font-weight: 400;
}

.f-h3 {
  font-size: 4.5rem;
  line-height: 1.125;
}
@media screen and (min-width: 998px) {
  .f-h3 {
    font-size: 8rem;
    line-height: 1.125;
  }
}
@media screen and (min-width: 1400px) {
  .f-h3 {
    font-size: 8.5rem;
    line-height: 1.125;
  }
}
.f-h3 {
  font-family: open-sans, sans-serif;
  font-weight: 400;
}

.f-header {
  font-family: open-sans, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #E6EFF2;
}
.f-header strong {
  font-family: thirsty_softbold, _serif;
  text-transform: none;
  font-weight: 700;
}

.f-header-basic {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  color: #E6EFF2;
}
.f-header-basic em {
  font-size: 5.5rem;
}
.f-header-basic strong {
  font-weight: 800;
}

.f-h4, .branch-details .branch_hours_label, .branch-details h3, .branch-details h4 {
  font-size: 2.5rem;
  line-height: 1.125;
}
@media screen and (min-width: 998px) {
  .f-h4, .branch-details .branch_hours_label, .branch-details h3, .branch-details h4 {
    font-size: 3rem;
    line-height: 1.125;
  }
}
@media screen and (min-width: 1400px) {
  .f-h4, .branch-details .branch_hours_label, .branch-details h3, .branch-details h4 {
    font-size: 3.5rem;
    line-height: 1.125;
  }
}
.f-h4, .branch-details .branch_hours_label, .branch-details h3, .branch-details h4 {
  font-family: open-sans, sans-serif;
  font-weight: 700;
}

.f-h5 {
  font-size: 2.5rem;
  line-height: 1.125;
}
@media screen and (min-width: 998px) {
  .f-h5 {
    font-size: 3rem;
    line-height: 1.125;
  }
}
@media screen and (min-width: 1400px) {
  .f-h5 {
    font-size: 3.5rem;
    line-height: 1.125;
  }
}
.f-h5 {
  font-family: open-sans, sans-serif;
}

.f-h6 {
  font-size: 2.5rem;
  line-height: 1.125;
}
@media screen and (min-width: 998px) {
  .f-h6 {
    font-size: 3rem;
    line-height: 1.125;
  }
}
@media screen and (min-width: 1400px) {
  .f-h6 {
    font-size: 3.5rem;
    line-height: 1.125;
  }
}
.f-h6 {
  font-family: open-sans, sans-serif;
}

a {
  color: #006882;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.content {
  font-family: open-sans, sans-serif;
}

.disclosure {
  font-size: 1.2rem;
}
@media screen and (min-width: 998px) {
  .disclosure {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .disclosure {
    font-size: 1.2rem;
  }
}
.disclosure {
  margin-bottom: 3em;
}

.test-rule {
  color: blue;
}

.pg-about .video-section .video-pop-header {
  display: none;
}

img,
video,
audio,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
}

.vid-transcript-content {
  font-size: 1.2rem;
}
@media screen and (min-width: 998px) {
  .vid-transcript-content {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .vid-transcript-content {
    font-size: 1.2rem;
  }
}

.background-video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-pop-modal {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99999999;
  padding: 30px;
}
.video-pop-modal * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.video-pop-modal .video-pop-modal-content {
  zoom: 1;
}
.video-pop-modal .video-pop-modal-content:before, .video-pop-modal .video-pop-modal-content:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.video-pop-modal .video-pop-modal-content:after {
  clear: both;
}
.video-pop-modal .video-pop-modal-content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (min-width: 950px) {
  .video-pop-modal .video-pop-modal-content .video-pop-modal-frame {
    float: right;
    width: 60%;
  }
}
.video-pop-modal .video-pop-modal-content .video-pop-modal-frame {
  text-align: right;
}
.video-pop-modal .video-pop-modal-content .js-close-video-pop {
  font-size: 72px;
  font-weight: 200;
  line-height: 0.7;
  color: #FFF;
  display: inline-block;
  margin-bottom: 15px;
  border: none;
  background: none;
}
.video-pop-modal .video-pop-modal-content .video-pop-video video {
  width: 100%;
}
.video-pop-modal .video-pop-modal-content .video-pop-video .video-pop-frame {
  width: 100%;
  padding-bottom: 62.5%;
  position: relative;
}
.video-pop-modal .video-pop-modal-content .video-pop-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 950px) {
  .video-pop-modal .video-pop-modal-content .video-pop-info {
    float: left;
    width: 40%;
    padding-right: 40px;
  }
}
.video-pop-modal .video-pop-modal-content .video-pop-info {
  padding-top: 60px;
  color: #FFF;
}
.video-pop-modal .video-pop-modal-content .f-video-pop-title {
  font-size: 27px;
}
@media screen and (min-width: 950px) {
  .video-pop-modal .video-pop-modal-content .f-video-pop-title {
    font-size: 37px;
  }
}
.video-pop-modal .video-pop-modal-content .f-video-pop-title {
  color: #FFF;
  margin-bottom: 0.5em;
}
.video-pop-modal .video-pop-modal-content .video-pop-description {
  font-size: 12px;
}
@media screen and (min-width: 950px) {
  .video-pop-modal .video-pop-modal-content .video-pop-description {
    font-size: 18px;
  }
}
.video-pop-modal .video-pop-modal-content .video-pop-description {
  color: #FFF;
  margin-bottom: 1em;
}
.video-pop-modal .video-pop-modal-content .video-pop-transcript.open {
  background: none;
}
.video-pop-modal .video-pop-modal-content .video-pop-transcript .show-transcript-lnk {
  color: #FFF;
  font-size: 18px;
  text-decoration: underline;
  border: none;
  background: none;
}

.video-pop-image {
  margin-bottom: 0.5em;
}

/**
// Buttons
*/
/*** FOCUS STYLES ***/
a:focus, button:focus, input:focus, select:focus {
  outline: 1px dotted #3a87ad;
  /* box-shadow: 0 0 5px 1px #3a87ad; */
}

div:focus, section:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button {
  -webkit-transition: background 0.3s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.5s ease-in-out;
}

.btn, .ac-modal .ac-answer > .ac-text, .black-ghost, .white-ghost, .ghost-btn, .events-listing .event-list .actions a, .mod-events-listing .event-list .actions a, .mod-product-features .event-list .actions a, .access-login .login-forms .login-content .login-btn, .cta-btn, .content .fsSubmitButton, .secondary-btn {
  background: #E6EFF2;
  color: #fff;
  border: solid 2px #E6EFF2;
  display: inline-block;
  padding: 14px 1em 13px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 7px;
  font-family: open-sans, sans-serif;
  font-weight: 700;
  -webkit-transition: background 0.3s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.5s ease-in-out;
}
.btn:hover, .ac-modal .ac-answer > .ac-text:hover, .black-ghost:hover, .white-ghost:hover, .ghost-btn:hover, .events-listing .event-list .actions a:hover, .mod-events-listing .event-list .actions a:hover, .mod-product-features .event-list .actions a:hover, .access-login .login-forms .login-content .login-btn:hover, .cta-btn:hover, .content .fsSubmitButton:hover, .secondary-btn:hover, .btn:focus, .ac-modal .ac-answer > .ac-text:focus, .black-ghost:focus, .white-ghost:focus, .ghost-btn:focus, .events-listing .event-list .actions a:focus, .mod-events-listing .event-list .actions a:focus, .mod-product-features .event-list .actions a:focus, .access-login .login-forms .login-content .login-btn:focus, .cta-btn:focus, .content .fsSubmitButton:focus, .secondary-btn:focus, .btn.hovered, .ac-modal .ac-answer > .hovered.ac-text, .hovered.black-ghost, .hovered.white-ghost, .hovered.ghost-btn, .events-listing .event-list .actions a.hovered, .mod-events-listing .event-list .actions a.hovered, .mod-product-features .event-list .actions a.hovered, .access-login .login-forms .login-content .hovered.login-btn, .hovered.cta-btn, .content .hovered.fsSubmitButton, .hovered.secondary-btn {
  background: rgb(196.4473684211, 217.5263157895, 224.5526315789);
  text-decoration: none;
}
.btn:active, .ac-modal .ac-answer > .ac-text:active, .black-ghost:active, .white-ghost:active, .ghost-btn:active, .events-listing .event-list .actions a:active, .mod-events-listing .event-list .actions a:active, .mod-product-features .event-list .actions a:active, .access-login .login-forms .login-content .login-btn:active, .cta-btn:active, .content .fsSubmitButton:active, .secondary-btn:active {
  background: rgb(196.4473684211, 217.5263157895, 224.5526315789);
}
.btn .clicked-text, .ac-modal .ac-answer > .ac-text .clicked-text, .black-ghost .clicked-text, .white-ghost .clicked-text, .ghost-btn .clicked-text, .events-listing .event-list .actions a .clicked-text, .mod-events-listing .event-list .actions a .clicked-text, .mod-product-features .event-list .actions a .clicked-text, .access-login .login-forms .login-content .login-btn .clicked-text, .cta-btn .clicked-text, .content .fsSubmitButton .clicked-text, .secondary-btn .clicked-text {
  display: none;
}
.btn.js-active .clicked-text, .ac-modal .ac-answer > .js-active.ac-text .clicked-text, .js-active.black-ghost .clicked-text, .js-active.white-ghost .clicked-text, .js-active.ghost-btn .clicked-text, .events-listing .event-list .actions a.js-active .clicked-text, .mod-events-listing .event-list .actions a.js-active .clicked-text, .mod-product-features .event-list .actions a.js-active .clicked-text, .access-login .login-forms .login-content .js-active.login-btn .clicked-text, .js-active.cta-btn .clicked-text, .content .js-active.fsSubmitButton .clicked-text, .js-active.secondary-btn .clicked-text {
  display: inline-block;
}
.btn.js-active .initial-text, .ac-modal .ac-answer > .js-active.ac-text .initial-text, .js-active.black-ghost .initial-text, .js-active.white-ghost .initial-text, .js-active.ghost-btn .initial-text, .events-listing .event-list .actions a.js-active .initial-text, .mod-events-listing .event-list .actions a.js-active .initial-text, .mod-product-features .event-list .actions a.js-active .initial-text, .access-login .login-forms .login-content .js-active.login-btn .initial-text, .js-active.cta-btn .initial-text, .content .js-active.fsSubmitButton .initial-text, .js-active.secondary-btn .initial-text {
  display: none;
}

/* Primary action button*/
.cta-btn, .content .fsSubmitButton, .ac-modal .ac-answer > .ac-text, .secondary-btn {
  background-color: #679146;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  border-radius: 7px;
  text-transform: uppercase;
  font-size: 1.3vw;
}
@media screen and (max-width: 1230.7692307692px) {
  .cta-btn, .content .fsSubmitButton, .ac-modal .ac-answer > .ac-text, .secondary-btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1384.6153846154px) {
  .cta-btn, .content .fsSubmitButton, .ac-modal .ac-answer > .ac-text, .secondary-btn {
    font-size: 1.8rem;
  }
}
.cta-btn, .content .fsSubmitButton, .ac-modal .ac-answer > .ac-text, .secondary-btn {
  line-height: 1.5;
  font-weight: 700;
  padding: 17px 1em;
  border: solid 2px #679146;
}
.cta-btn:hover, .content .fsSubmitButton:hover, .ac-modal .ac-answer > .ac-text:hover, .secondary-btn:hover, .cta-btn:focus, .content .fsSubmitButton:focus, .ac-modal .ac-answer > .ac-text:focus, .secondary-btn:focus, .cta-btn.hovered, .content .hovered.fsSubmitButton, .ac-modal .ac-answer > .hovered.ac-text, .hovered.secondary-btn {
  color: #fff;
  background: rgb(78.5674418605, 110.6046511628, 53.3953488372);
}
.cta-btn:active, .content .fsSubmitButton:active, .ac-modal .ac-answer > .ac-text:active, .secondary-btn:active {
  color: #fff;
  background: rgb(78.5674418605, 110.6046511628, 53.3953488372);
}

.secondary-btn {
  background-color: #679146;
  text-decoration: none;
  display: inline-block;
}
.secondary-btn:hover, .secondary-btn:focus, .secondary-btn.hovered {
  background: rgb(90.7837209302, 127.8023255814, 61.6976744186);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#679146), to(rgba(103, 145, 70, 0)));
  background-image: linear-gradient(#679146, rgba(103, 145, 70, 0));
}

.ghost-btn, .events-listing .event-list .actions a, .mod-events-listing .event-list .actions a, .mod-product-features .event-list .actions a, .access-login .login-forms .login-content .login-btn {
  background: none;
  display: inline-block;
  text-decoration: none;
  border: solid 2px #679146;
  background-size: 0 100%;
  color: #679146;
}
.ghost-btn:hover, .events-listing .event-list .actions a:hover, .mod-events-listing .event-list .actions a:hover, .mod-product-features .event-list .actions a:hover, .access-login .login-forms .login-content .login-btn:hover, .ghost-btn:focus, .events-listing .event-list .actions a:focus, .mod-events-listing .event-list .actions a:focus, .mod-product-features .event-list .actions a:focus, .access-login .login-forms .login-content .login-btn:focus, .ghost-btn.hovered, .events-listing .event-list .actions a.hovered, .mod-events-listing .event-list .actions a.hovered, .mod-product-features .event-list .actions a.hovered, .access-login .login-forms .login-content .hovered.login-btn {
  background: rgb(90.7837209302, 127.8023255814, 61.6976744186);
  color: #fff;
  border-color: rgb(90.7837209302, 127.8023255814, 61.6976744186);
}
.ghost-btn:active, .events-listing .event-list .actions a:active, .mod-events-listing .event-list .actions a:active, .mod-product-features .event-list .actions a:active, .access-login .login-forms .login-content .login-btn:active {
  background: rgb(196.4473684211, 217.5263157895, 224.5526315789);
  color: #fff;
}

.white-btn {
  background: #fff;
  color: #679146;
  text-transform: uppercase;
  font-size: 1.3vw;
}
@media screen and (max-width: 1230.7692307692px) {
  .white-btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1538.4615384615px) {
  .white-btn {
    font-size: 2rem;
  }
}
.white-btn {
  border-radius: 7px;
  padding: 7px 2em;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

.white-ghost {
  background: none;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-radius: 27px;
  text-transform: uppercase;
  font-size: 1.3vw;
}
@media screen and (max-width: 1230.7692307692px) {
  .white-ghost {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1538.4615384615px) {
  .white-ghost {
    font-size: 2rem;
  }
}
.white-ghost {
  font-weight: 700;
  padding: 17px 2em;
  border: solid 2px #fff;
}
.white-ghost:hover, .white-ghost:focus, .white-ghost.hovered {
  background: #fff;
  color: #679146;
  border-color: #fff;
}
.white-ghost:active {
  color: #fff;
}

.black-ghost {
  background: none;
  display: inline-block;
  text-decoration: none;
  color: #451c00;
  border-radius: 27px;
  text-transform: uppercase;
  font-size: 1.3vw;
}
@media screen and (max-width: 1230.7692307692px) {
  .black-ghost {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1538.4615384615px) {
  .black-ghost {
    font-size: 2rem;
  }
}
.black-ghost {
  line-height: 1;
  font-weight: 700;
  padding: 14px 2em 12px;
  border: solid 2px #451c00;
}
.black-ghost:hover, .black-ghost:focus, .black-ghost.hovered {
  background: #451c00;
  color: #fff;
  border-color: #451c00;
}
.black-ghost:active {
  color: #000000;
}

.lock-btn:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../images/ico-lock.svg) no-repeat 0px 1px;
  background-size: 100%;
  top: 2px;
  margin-right: 5px;
}

/* Account Chooser Button */
.account-chooser-btn {
  position: relative;
  padding-left: 5em;
  padding-left: calc(1em + 80px);
}
.account-chooser-btn img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1em;
  width: 70px;
}

.sidebar .btn-image {
  display: block;
  margin: 0 0 0.5em;
  text-align: center;
}

/* Links */
.cta-lnk, .item-block .f-item-header a, .item-block .f-item-header, .icon-block-horizontal .copy .action, .icon-block .action a, .icon-block-vertical .action a, .multi-photo-area .content-back .actions a, .content-split ul.links a, .photo-split ul.links a, .cross-sell-area .cross-sells .actions a, .tabs-area .tab-header, .branches-listing .branch-list-item .actions a, .compare-chart table.editableTable .sub_row a, .compare-chart table.mod-privacy .sub_row a {
  color: #679146;
  font-size: 1.3vw;
}
@media screen and (max-width: 1230.7692307692px) {
  .cta-lnk, .item-block .f-item-header a, .item-block .f-item-header, .icon-block-horizontal .copy .action, .icon-block .action a, .icon-block-vertical .action a, .multi-photo-area .content-back .actions a, .content-split ul.links a, .photo-split ul.links a, .cross-sell-area .cross-sells .actions a, .tabs-area .tab-header, .branches-listing .branch-list-item .actions a, .compare-chart table.editableTable .sub_row a, .compare-chart table.mod-privacy .sub_row a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1384.6153846154px) {
  .cta-lnk, .item-block .f-item-header a, .item-block .f-item-header, .icon-block-horizontal .copy .action, .icon-block .action a, .icon-block-vertical .action a, .multi-photo-area .content-back .actions a, .content-split ul.links a, .photo-split ul.links a, .cross-sell-area .cross-sells .actions a, .tabs-area .tab-header, .branches-listing .branch-list-item .actions a, .compare-chart table.editableTable .sub_row a, .compare-chart table.mod-privacy .sub_row a {
    font-size: 1.8rem;
  }
}
.cta-lnk, .item-block .f-item-header a, .item-block .f-item-header, .icon-block-horizontal .copy .action, .icon-block .action a, .icon-block-vertical .action a, .multi-photo-area .content-back .actions a, .content-split ul.links a, .photo-split ul.links a, .cross-sell-area .cross-sells .actions a, .tabs-area .tab-header, .branches-listing .branch-list-item .actions a, .compare-chart table.editableTable .sub_row a, .compare-chart table.mod-privacy .sub_row a {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

.cta-lnk-basic, .branch-filter .filter-service {
  color: white;
  font-weight: 750;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.cta-lnk-basic:hover, .branch-filter .filter-service:hover, .cta-lnk-basic:focus, .branch-filter .filter-service:focus {
  text-decoration: underline;
}

.arrow-lnk, .related-product .action a, .rate_table .rates-print-btn, .mod-table .rates-print-btn, .mod-privacy .rates-print-btn, .cta-arrow-lnk {
  color: white;
  font-size: 1.3vw;
}
@media screen and (max-width: 1230.7692307692px) {
  .arrow-lnk, .related-product .action a, .rate_table .rates-print-btn, .mod-table .rates-print-btn, .mod-privacy .rates-print-btn, .cta-arrow-lnk {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1538.4615384615px) {
  .arrow-lnk, .related-product .action a, .rate_table .rates-print-btn, .mod-table .rates-print-btn, .mod-privacy .rates-print-btn, .cta-arrow-lnk {
    font-size: 2rem;
  }
}
.arrow-lnk, .related-product .action a, .rate_table .rates-print-btn, .mod-table .rates-print-btn, .mod-privacy .rates-print-btn, .cta-arrow-lnk {
  font-weight: 750;
  text-transform: uppercase;
  position: relative;
  padding-right: 21px;
}
.arrow-lnk:before, .related-product .action a:before, .rate_table .rates-print-btn:before, .mod-table .rates-print-btn:before, .mod-privacy .rates-print-btn:before, .cta-arrow-lnk:before {
  content: "";
  display: block;
  background: #E6EFF2;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 7px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow-lnk:after, .related-product .action a:after, .rate_table .rates-print-btn:after, .mod-table .rates-print-btn:after, .mod-privacy .rates-print-btn:after, .cta-arrow-lnk:after {
  content: "";
  display: block;
  background: #E6EFF2;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 16px;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.arrow-lnk:hover, .related-product .action a:hover, .rate_table .rates-print-btn:hover, .mod-table .rates-print-btn:hover, .mod-privacy .rates-print-btn:hover, .arrow-lnk:focus, .related-product .action a:focus, .rate_table .rates-print-btn:focus, .mod-table .rates-print-btn:focus, .mod-privacy .rates-print-btn:focus, .cta-arrow-lnk:hover, .cta-arrow-lnk:focus {
  text-decoration: underline;
}

.arrow-lnk-prev {
  color: white;
}
.arrow-lnk-prev:before {
  content: "";
  background: url(../images/ico-arrow.svg) no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: contain;
  color: #E6EFF2;
  display: inline-block;
  width: 26px;
  height: 1em;
  position: relative;
  top: 0.2em;
  margin-right: 0.25em;
}
.arrow-lnk-prev:hover, .arrow-lnk-prev:focus, .arrow-lnk-prev.hovered {
  text-decoration: underline;
}

@media screen and (max-width: 950px) {
  .btn, .ac-modal .ac-answer > .ac-text, .cta-btn, .content .fsSubmitButton, .secondary-btn, .ghost-btn, .events-listing .event-list .actions a, .mod-events-listing .event-list .actions a, .mod-product-features .event-list .actions a, .access-login .login-forms .login-content .login-btn, .white-ghost, .black-ghost {
    margin-bottom: 10px;
    width: auto;
  }
}
.play-video-btn {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(/images/play-btn.svg) no-repeat;
  background-size: contain;
}

table {
  table-layout: fixed;
  width: 100%;
}
table th,
table td {
  padding: 5px;
  text-align: left;
}
table th {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.disclosure .mod-table table.editableTable td, .disclosure .mod-table table.mod-privacy td {
  font-size: 1.2rem;
}
.disclosure .mod-table table.editableTable th, .disclosure .mod-table table.mod-privacy th {
  font-size: 1.4rem;
}

.mod-table {
  font-size: 1.4rem;
}
.mod-table table.editableTable .sub_row, .mod-table table.mod-privacy .sub_row {
  border-bottom: none;
}
.mod-table table.editableTable, .mod-table table.mod-privacy {
  margin-bottom: 0;
  padding: 0;
}
.mod-table table.editableTable tr, .mod-table table.mod-privacy tr {
  border-bottom: solid 1px #EFEDEB;
}
.mod-table table.editableTable tr:nth-child(even), .mod-table table.mod-privacy tr:nth-child(even) {
  background: none;
}
.mod-table table.editableTable td, .mod-table table.mod-privacy td, .mod-table table.editableTable th, .mod-table table.mod-privacy th {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.mod-table table.editableTable .col_0, .mod-table table.mod-privacy .col_0 {
  font-weight: 600;
}
.mod-table table.editableTable table tr:last-child, .mod-table table.mod-privacy table tr:last-child {
  border: none;
}
.mod-table table.editableTable table tr:last-child a, .mod-table table.mod-privacy table tr:last-child a {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1.6rem;
}
.mod-table table.editableTable th, .mod-table table.mod-privacy th {
  border: none;
  background: none;
  color: #679146;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  text-transform: none;
}
.mod-table table.editableTable th a, .mod-table table.mod-privacy th a {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1.6rem;
}
.mod-table table.editableTable th p, .mod-table table.mod-privacy th p {
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
.mod-table table.editableTable .table-check path, .mod-table table.mod-privacy .table-check path {
  fill: #006882 !important;
}
.mod-table table.editableTable a, .mod-table table.mod-privacy a {
  color: #E6EFF2;
  font-family: open-sans, sans-serif;
}
.mod-table table.editableTable tr.sub-row a, .mod-table table.mod-privacy tr.sub-row a {
  color: #fff;
}
.product-page-item .mod-table, .mod-news-listing .mod-table {
  padding: 0;
}

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

@media screen and (max-width: 950px) {
  .comparison-chart tr, .comparison-chart th {
    background: none !important;
  }
}

.compare-chart {
  margin-bottom: 3em;
}
.compare-chart th {
  font-size: 2.2rem;
}
@media screen and (max-width: 950px) {
  .compare-chart tr, .compare-chart th {
    background: none !important;
  }
}
.compare-chart table.editableTable .sub_row, .compare-chart table.mod-privacy .sub_row {
  border-bottom: none;
}
.compare-chart table.editableTable .sub_row a, .compare-chart table.mod-privacy .sub_row a {
  font-size: 1.4rem;
}
.compare-chart table.editableTable .sub_row a:before, .compare-chart table.mod-privacy .sub_row a:before {
  width: 20px;
  left: 50%;
  bottom: -18px;
  -webkit-transform: translate(-13px, 0) rotate(45deg);
  transform: translate(-13px, 0) rotate(45deg);
  -webkit-transition: bottom 0.3s ease-in-out 0s;
  transition: bottom 0.3s ease-in-out 0s;
}
.compare-chart table.editableTable .sub_row a:after, .compare-chart table.mod-privacy .sub_row a:after {
  content: "";
  display: block;
  width: 20px;
  left: 50%;
  -webkit-transform: translate(0px, 0) rotate(-45deg);
  transform: translate(0px, 0) rotate(-45deg);
  position: absolute;
  z-index: 0;
  height: 2px;
  bottom: -18px;
  background-color: #679146;
  -webkit-transition: bottom 0.3s ease-in-out 0s;
  transition: bottom 0.3s ease-in-out 0s;
}
.compare-chart table.editableTable .sub_row a:hover, .compare-chart table.mod-privacy .sub_row a:hover {
  color: #679146;
  text-decoration: none;
}
.compare-chart table.editableTable .sub_row a:hover:before, .compare-chart table.mod-privacy .sub_row a:hover:before, .compare-chart table.editableTable .sub_row a:hover:after, .compare-chart table.mod-privacy .sub_row a:hover:after {
  bottom: -25px;
}

.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}

.table-nav {
  display: none;
}

@media screen and (max-width: 950px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
  .stacktable.small-only .st-head-row {
    display: none !important;
  }
  .table-nav {
    display: block;
    position: relative;
    margin-bottom: 1em;
    padding: 1em 40px;
  }
  .table-nav .table-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
  }
  .table-nav .table-prev:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    top: 15px;
    background: #E6EFF2;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .table-nav .table-prev:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    top: 35px;
    background: #E6EFF2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .table-nav .table-prev.disabled:before, .table-nav .table-prev.disabled:after {
    background: #CCC;
  }
  .table-nav .table-next {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
  }
  .table-nav .table-next:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    top: 35px;
    background: #E6EFF2;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .table-nav .table-next:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    top: 15px;
    background: #E6EFF2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .table-nav .table-next.disabled:before, .table-nav .table-next.disabled:after {
    background: #CCC;
  }
  .table-nav .table-drop-headers {
    text-align: center;
    font-weight: 700;
    font-size: 2.2rem;
  }
  .stacktable tr td:first-of-type {
    text-align: left;
    padding: 0.5em 0;
  }
  .stacktable tr td:last-of-type {
    text-align: right;
    padding: 0.5em 0;
  }
}
/**

label {
  display: block;
  margin-bottom: 5px;
}

input[type=text],
input[type=email],
input[type=phone],
input[type=password],
input[type=number],
input[type=search],
textarea {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
  border-radius: $btn-br;
  border: 1px solid #ccc;
  outline: none;
  padding: 5px 10px;
  width: 300px;

  &:focus {
    border-color: $primary-color;
  }

  &.full-width {
    width: 100%;
  }
}

textarea {
  height: 4em;
}

form {
  margin-bottom: 2em;

  // Wrap each form input/element in a field div
  .field {
    margin-bottom: 1em;
  }

  // Notes go under the input fields
  .hint {
    color: $subtle-color;
    margin-top: 5px;
  }

  // Required label
  .is-required {
    font-style: italic;
  }

  // Validation, add error class to the item div
  .has-error {

    // Validation reason
    .error-description {
      color: $danger-color;
      margin-top: 5px;
    }

    input[type=text],
    input[type=email],
    input[type=phone],
    input[type=password],
    input[type=number],
    input[type=search],
    textarea {
      border-color: $danger-color;
    }
  }
}
*/
form label {
  text-align: left;
}
form legend, form .f-h2, form .f-h3, form .f-h4, form .branch-details .branch_hours_label, .branch-details form .branch_hours_label, form .branch-details h3, .branch-details form h3, form .branch-details h4, .branch-details form h4, form .f-h5 {
  color: #000000;
  text-transform: none;
  font-weight: 600;
}

fieldset {
  border: none;
  padding: 0;
}

.embedded-code {
  display: inline-block;
}

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

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

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

.clear {
  clear: both;
}

hr {
  border: 0;
  border-bottom: 1px solid #ddd;
  margin: 2em 0;
}

.relative {
  position: relative;
}

span[role=button], .linkbox {
  cursor: pointer;
}

/**
PRIVACY POLICY Complex
{{tag name="t566976" label="Page Description" type="body"}}
    <div class="mod-privacy">
	<table class="editableTable" id="facts_table">
		<tbody>
			<tr>
				<th class="setwidth blue col-title" id="facts" scope="col1">
					<h2>FACTS</h2>
				</th>
				<th data-title="FACTS" id="personal_information_use" scope="col2" valign=
				"top">
					<h2>WHAT DOES {{tag name="BankName" label="Name of Bank / Credit Union" type="textbox"}} DO WITH YOUR PERSONAL INFORMATION?</h2>
				</th>
			</tr>
			{{tag name="Table_Row" label="Table Rows" type="plooper-Privacy Policy Facts"}}

		</tbody>
	</table>

	<table class="editableTable" id="table-reasons">
		<tbody>
			<tr>
				<th id="personal_information" scope="col1">
					<h2>Reasons we can share your personal information</h2>
				</th>
				<th class="col-title" id="bank_share" scope="col2">
					<h2>Does {{tag name="BankName" label="Name of Bank / Credit Union" type="textbox"}} share?</h2>
				</th>
				<th class="col-title" id="limit_sharing" scope="col3">
					<h2>Can you limit this sharing?</h2>
				</th>
			</tr>
			{{tag name="test" label="Table Rows" type="plooper-Privacy Policy Reasons"}}
		</tbody>
	</table>

	<table class="editableTable">
		<tbody>
			<tr>
				<th class="setwidth blue" scope="col">
					<h2>{{tag name="Questions" label="Questions" type="textbox"}}</h2>
				</th>
			</tr>
			<tr>
				<td>{{tag name="Content" label="Content" type="body"}}</td>
			</tr>
		</tbody>
	</table>

	<table class="editableTable">
		<tbody>
			<tr>
				<th colspan="3" scope="col" id="{{tag name="t276214" label="ID" type="textbox"}}">
					<h2>{{tag name="who" label="title" type="textbox"}}</h2>
				</th>
			</tr>
			<tr>
				<th class="setwidth col-title" scope="row" id="{{tag name="t272767" label="ID" type="textbox"}}">
					<strong></strong>
					<h2><strong>{{tag name="subtitle" label="Subtitle" type="textbox"}}</strong></h2>
				</th>
				<td headers="{{tag name="t150098" label="Headers" type="textbox"}}" colspan="2" data-title="{{tag name="subtitle" label="Subtitle" type="textbox"}}">{{tagname="Content123" label="Content" type="body"}}</td>
			</tr>
		</tbody>
	</table>
		<table class="editableTable">
		<tbody>
			<tr>
				<th colspan="3" scope="col" id="what_we_do">
					<h2>What we do</h2>
				</th>
			</tr>
			{{tag name="Table_row4" label="Table Rows" type="plooper-Privacy Policy What we do"}}
		</tbody>
	</table>

	<table class="editableTable">
		<tbody>
			<tr>
				<th colspan="3" scope="col" id="definitions">
					<h2>Definitions</h2>
				</th>
			</tr>
			{{tag name="Table_row5" label="Table Rows" type="plooper-Privacy Policy Definitions"}}
		</tbody>
	</table>

	<!--Other Information -->
<table class="editableTable">
		<tbody>
			<tr>
				<th colspan="3" scope="col">
					<h2>{{tag name="title" label="Title" type="textbox"}}</h2>
				</th>
			</tr>
			<tr>
				<td colspan="3">{{tag name="content12345" label="Content" type="body"}}</td>
			</tr>
		</tbody>
	</table>
</div>
*/
/* LOOPER - FACTS 
<tr><th scope="{{tag name="Scope" label="Scope" type="textbox" display_on_header="no"}}"  id="{{tag name="ID" label="ID" type="textbox" display_on_header="no"}}" class="col-title">{{tag name="Title" label="Title" type="textbox" display_on_header="yes"}}</th><td data-title="{{tag name="Title" label="Title" type="textbox" display_on_header="no"}}">{{tag name="Content" label="Content" type="body" display_on_header="no"}}</td></tr> */
/* LOOPER - REASONS 
<tr><td>{{tag name="Reason" label="Reason" type="body" display_on_header="yes"}}</td><td data-title="Does {{tag name="BankName" label="Name of Bank / Credit Union" type="textbox"}} share?"><p>{{tag name="Share" label="Does Bank share?" type="select" options="Yes=Yes|No=No" display_on_header="no"}}</p></td><td data-title="Can you limit this sharing?"><p>{{tag name="Limit" label="Can you limit this sharing" type="select" options="Yes=Yes|No=No|We don't share=We don't share" display_on_header="no"}}</p></td></tr><tr> */
/* LOOPER - What we do
<tr><th scope="{{tag name="Scope" label="Scope" type="textbox" display_on_header="no"}}" id="{{tag name="ID" label="ID" type="textbox" display_on_header="no"}}"><strong>{{tag name="Title" label="Title" type="textbox" display_on_header="yes"}}</strong></th><td colspan="2" data-title="{{tag name="Title" label="Title" type="textbox" display_on_header="no"}}">{{tag name="Content" label="Content" type="body" display_on_header="no"}}</td></tr> */
/* LOOPER - Definitions
<tr><th class="setwidth" scope="{{tag name="Scope" label="Scope" type="textbox" display_on_header="no"}}" id="{{tag name="ID" label="ID" type="textbox" display_on_header="no"}}">{{tag name="Title" label="Title" type="textbox" display_on_header="yes"}}</th><td colspan="2" data-title="{{tag name="Title" label="Title" type="textbox" display_on_header="no"}}">{{tag name="Content" label="Content" type="body" display_on_header="no"}}</td></tr> */
/** Privacy Policy **/
.mod-privacy .col-title {
  display: table-cell;
}
@media screen and (max-width: 950px) {
  .mod-privacy {
    text-align: left !important;
  }
  .mod-privacy .col-title {
    display: none;
  }
}
.mod-privacy table.editableTable td, .mod-privacy table.mod-privacy td, .mod-privacy table.editableTable th, .mod-privacy table.mod-privacy th {
  text-align: left;
}

/** DEFAULT SPEEDBUMP STYLES **/
.speedbump_back, .js-email_pop {
  background-color: rgba(0, 0, 0, 0.7) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9100;
  text-align: center;
}

.speedbump_pop_inner, .email_pop_inner {
  display: inline-block;
  max-width: 450px;
  width: 90%;
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: top 0.35s ease-in-out;
  transition: top 0.35s ease-in-out;
}
.sb-active .speedbump_pop_inner, .sb-active .email_pop_inner {
  top: 50%;
}
.sb-active.fixed .speedbump_pop_inner, .sb-active.fixed .email_pop_inner {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.speedbump_pop_content, .email_pop_content {
  background: #FFF;
  border-radius: 10px;
  padding: 1.5em;
  text-align: center;
}

.speedbump_pop_header, .email_pop_header {
  background: #679146;
  padding: 0.5em;
  border-radius: 10px;
  color: #FFF;
}

.speedbump_pop_message, .email_pop_message {
  padding: 1em 0;
  color: #333;
  font-size: 0.9em;
}

.speedbump_pop_btn, .email_pop_btn {
  display: inline-block;
  padding: 0.4em 1em;
  font-size: 0.9em;
  border-radius: 5px;
  border: solid 2px #679146;
  text-align: center;
}

.speedbump_pop_btn_ok, .email_pop_btn_ok {
  background: #001F34;
  color: #fff;
  margin: 0 10px 10px 0;
  width: 100%;
}
.speedbump_pop_btn_ok:hover, .email_pop_btn_ok:hover {
  background: rgb(0, 61.4038461538, 103);
}

.speedbump_pop_btn_cancel, .email_pop_btn_cancel {
  color: #679146;
  width: 100%;
}
.speedbump_pop_btn_cancel:hover, .email_pop_btn_cancel:hover {
  background: rgb(0, 61.4038461538, 103);
  color: #fff;
}

.access-login {
  background: #679146;
  color: #fff;
  z-index: 99999;
  display: none;
  text-align: center;
  padding: 50px 2em;
  position: absolute;
  top: 60px;
}
@media screen and (min-width: 950px) {
  .access-login {
    height: auto;
    position: absolute;
    top: 100px;
    right: 0;
    bottom: auto;
    max-width: 700px;
  }
}
@media screen and (max-width: 950px) {
  .access-login {
    width: 100%;
    top: 100px;
    right: 0;
    min-height: calc(100vh - 100px);
  }
}
.access-login .close-login-btn {
  font-weight: 300;
  font-size: 8rem;
  position: absolute;
  top: 0px;
  right: 20px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .access-login .close-login-btn {
    display: none;
  }
}
.access-login .login-header {
  height: 60px;
}
@media screen and (min-width: 950px) {
  .access-login .login-header {
    height: 90px;
  }
}
.access-login .login-header {
  background: none;
}
.access-login .login-header .logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 950px) {
  .access-login .login-header .logo {
    top: 15px;
    left: 2em;
  }
  .access-login .login-header .logo img {
    width: 205px;
  }
}
.access-login .login-forms .login-links a {
  text-decoration: underline;
}
.access-login .login-forms .login-links p:first-of-type {
  margin-bottom: 1em;
}
.access-login .login-forms .login-links a:hover {
  text-decoration: none;
}
.access-login .login-forms .login-cs h2 {
  font-size: 1.428vw;
}
@media screen and (max-width: 1400.5602240896px) {
  .access-login .login-forms .login-cs h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1540.6162464986px) {
  .access-login .login-forms .login-cs h2 {
    font-size: 2.2rem;
  }
}
.access-login .login-forms .login-cs h2 {
  font-weight: 700;
}
.access-login .login-forms .login-cs {
  text-align: left;
}
.access-login .login-forms .login-content {
  margin-bottom: 40px;
  color: #fff;
  font-size: 1.8rem;
}
.access-login .login-forms .login-content a {
  color: #fff;
}
.access-login .login-forms .login-content .f-login-header {
  font-size: 1.666vw;
}
@media screen and (max-width: 1200.4801920768px) {
  .access-login .login-forms .login-content .f-login-header {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1740.6962785114px) {
  .access-login .login-forms .login-content .f-login-header {
    font-size: 2.9rem;
  }
}
.access-login .login-forms .login-content .f-login-header {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 0 0 0.8em;
}
.access-login .login-forms .login-content .login-btn {
  margin-bottom: 30px;
}
.access-login .login-forms .login-content input[type=text], .access-login .login-forms .login-content input[type=password] {
  width: 100%;
  height: 53px;
  padding: 0 35px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 11px;
}
.access-login .login-forms .login-content p {
  margin-bottom: 0px;
}
.access-login .login-forms .login-content .login-btn {
  width: 100%;
  height: 53px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  border: solid 2px #fff;
  color: #fff;
  font-size: 2.2rem;
  margin-right: 12px;
  padding: 0;
}
.sitemap {
  font-size: 1.4rem;
}
@media screen and (min-width: 998px) {
  .sitemap {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .sitemap {
    font-size: 1.8rem;
  }
}
.sitemap {
  padding: 0 2em 3em;
}
@media screen and (min-width: 950px) {
  .sitemap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    max-width: 850px;
    margin: 0 auto;
  }
}
.sitemap .menu_nav ul {
  padding-left: 1em;
  display: block !important;
}
.sitemap .menu_nav > ul {
  padding: 1em 0;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 0;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -26.5px;
  right: -26.5px;
  pointer-events: none;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPJxAACDbAAAg7sAANTIAAAx7AAAGbyeiMU/AAAG7ElEQVR42mJkwA8YoZjBwcGB6fPnz4w/fvxg/PnzJ2N6ejoLFxcX47Rp036B5Dk4OP7z8vL+P3DgwD+o3v9QjBUABBALHguZoJhZXV2dVUNDgxNIcwEtZnn27Nl/ZmZmQRYWFmag5c90dHQY5OXl/z98+PDn1atXv79+/foPUN9fIP4HxRgOAAggRhyWMoOwqKgoq6GhIZe3t7eYrq6uHBDb8/Pz27Gysloga/jz588FYGicPn/+/OapU6deOnXq1GdgqPwCOuA31AF/0S0HCCB0xAQNBU4FBQWB0NBQublz59oADV37Hw28ePHi74MHD/6ii3/8+HEFMGQUgQ6WEhQU5AeZBTWTCdkigABC9ylIAZeMjIxQTEyMysaNG/3+/v37AGTgr1+//s2cOfOXm5vbN6Caz8jY1NT0a29v76/v37//g6q9sHfv3khjY2M5YAgJgsyEmg0PYYAAQreUk4+PT8jd3V1l1apVgUAzfoIM2rlz5x9gHH5BtxAdA9PB1zNnzvyB+R6oLxoopgC1nBPZcoAAgiFQnLIDMb+enp5iV1eXBzDeHoI0z58//xcwIX0mZCkMg9S2trb+hFk+ffr0QCkpKVmQ2VA7QHYxAgQQzLesQMwjIiIilZWVZfPu3bstMJ+SYikyBmUzkBnA9HEMyNcCYgmQHVC7mAACCJagOEBBbGdnp7lgwYJEkIavX7/+BcY1SvAaGRl9tba2xohjMTGxL8nJyT+AWQsuxsbG9vnp06e/QWYdPHiwHmiWKlBcCGQXyNcAAQSzmBuoSQqYim3u37+/EKR48uTJv5ANB+bVr7Dga2xs/AkTV1JS+gq0AJyoQIkPWU9aWtoPkPibN2/2A/l6QCwJ9TULQADB4hcY//xKXl5eHt++fbsAUmxhYYHiM1DiAsr9R7ZcVVUVbikIdHd3/0TWIyws/AWYVsByAgICdkAxRSAWAGI2gACClV7C4uLiOv7+/lEgRZ8+ffqLLd6ABck3ZMuB6uCWrlu37je29HDx4kVwQisvL88FFqkaQDERUHADBBAomBl5eHiYgQmLE1hSgQQZgIUD1lJm69atf4HR8R1YKoH5QIPAWWP9+vV/gOI/gHkeQw+wGAXTwAJJ5t+/f/BUDRBA4NIEKMDMyMjICtQIiniG379/4yza7t69+//Lly8oDrty5co/bJaCAEwcZCkwwTJDLWYCCCCwxcDgY3z16hXDnTt3voP4EhISWA0BFgZMwNqHExh3jMiG1tbWsgHjnA2bHmAeBtdWwOL1MycnJ7wAAQggBmi+kgIW/OaKiorJwOLuFShO0LMSMPF9AUYBSpz6+vqixHlOTs4P9MIEWHaDsxSwYMoE2mEGFJcG5SKAAGJCqjv/AbPUn8ePH98ACQQHB6NUmZqamkzABIgSp5s3bwbHORCA1QDLAWZkPc7OzszA8oHl5cuXVy5duvQBGIXwWgoggGA+FgO6xkBNTS28r69vDrT2+Y1cIMDyJchX6KkXVEmAshd6KB06dAic94EO3AzkBwGxPhCLg8ptgACCZyeQp9jZ2b2AmsuAefM8tnxJCk5ISPgOLTKfAdNEOVDMA2QHLDsBBBC8AAFlbmCLwlZISCg5JSVlJizeQAaQaimoWAUFK0g/sGGwHiiWCMS2yAUIQAAxI7c4gEmeFZi4OJ48ecLMzc39CRiEmgEBASxA/QzA8vYvAxEgNjaWZc2aNezAsprp2LFjp4FpZRdQ+AkQvwLij0AMSoC/AQIIXklAC3AVUBoBxmE8sPXQAiyvN8J8fuPGjR/h4eHf0eMdhkENhOPHj8OT+NGjR88BxZuBOA5kJtRseCUBEECMSI0AdmgBDooDaaDl8sASTSkyMlKzpqZGU1paGlS7MABLrX83b978A6zwwakTmE0YgIkSnHpBfGCV+gxYh98qKSk5CeTeAxVeQPwUiN8AMSjxgdLNX4AAYkRqCLBAXcMHtVwSaLkMMMHJAvOq9IQJE9R8fHxElJWV1bEF8aNHj+7t27fvLTDlXwXGLyhoH0OD+DnU0k/QYAa1QP8BBBAjWsuSFWo5LzRYxKFYAljqiAHzqxCwIBEwMTERBdZeoOYMA7Bl+RFYEbwB5oS3IA9D4/IFEL+E4nfQ6IDFLTgvAwQQI5ZmLRtSsINSuyA0uwlBUyQPMPWD20/AKo8ByP4DTJTfgRgUjB+gFoEc8R6amGDB+wu5mQsQQIxYmrdMUJ+zQTM6NzQEeKGO4UJqOzFADQMZ/A1qCSzBfQXi71ALfyM17sEAIIAY8fQiWKAYFgIwzIbWTv4HjbdfUAf8RPLhH1icojfoAQKIEU8bG9kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=") no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") #111 no-repeat center center;
  border-radius: 8px;
}

.modal .video-transcript {
  font-size: 1.4rem;
}
@media screen and (min-width: 998px) {
  .modal .video-transcript {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .modal .video-transcript {
    font-size: 1.8rem;
  }
}
.modal .video-transcript {
  padding: 0.5em;
}

/*
	News

	Detail:
	<article class="mod-news-details">
		<p class="article-date">::article_date::</p>
		::article_long_description::<hr />
		<p class="news-back"><a class="cta-lnk" href="/about/news">&laquo; Back to Articles</a></p>
	</article>

	List:
	<article class="mod-news-listing">
		<h3 class="f-h3"><a href="::article_link::">::article_title::</a></h3>
		<p class="article-date">::article_date::</p>
		::article_short_description::
		<p class="text-right"><a class="cta-btn" href="::article_link::">Read more</a></p>
	</article>
 */
/*
.mod-news-details,.mod-news-listing {
	.article-date {
	    margin: 0;
	    font-size: 0.8rem;
	    font-style: italic;
	}
	a {
	    overflow-wrap: break-word;
	    word-wrap: break-word;
	    word-break: break-word;
	    -ms-word-break: break-all;
	}
	img { 
		width:100%;
		max-width: 1200px;
	}
	.image{
		@include tablet { float: right; width: 30%; margin: 0 0 2rem 3rem; }

	}


	&:first-child{padding-top: 0;}


}

	#mod_news_categories{
		h2{margin-bottom: 1rem;}
		ul{margin: 0; padding: 0; list-style-type: none; @include font-size($font-small);}
		li{margin: 0; padding: 0;}
		a{text-transform: uppercase; color: $tertiary-color; font-weight: 600;}

	}
.mod-news-listing {
	@extend .product-page-item;
	padding: 2em 0 !important;
	.article-info {
		.f-h3 { margin-bottom: 0;}
		@include tablet {
			padding: 0 300px 0 0;
		}
	}
	.actions {
		top: 2em !important;
	}



}*/
/*
	News

	Detail:
	<article class="mod-news-details">
		<p class="article-date">::article_date::</p>
		::article_long_description::<hr />
		<p class="news-back"><a class="cta-lnk" href="/about/news">&laquo; Back to Articles</a></p>
	</article>

	List:
	<article class="mod-news-listing">
		<h3 class="f-h3"><a href="::article_link::">::article_title::</a></h3>
		<p class="article-date">::article_date::</p>
		::article_short_description::
		<p class="text-right"><a class="cta-btn" href="::article_link::">Read more</a></p>
	</article>
 */
.news-listing .mod-news-tick {
  padding: 0 0 1.5em !important;
  border-bottom: 1px solid #ccc;
  margin: 0 0 1.5em;
  width: 100%;
  display: block;
}
.news-listing .mod-news-tick h3.title {
  color: #679146;
}
@media screen and (max-width: 950px) {
  .news-listing .mod-news-tick h3.title {
    font-size: 3rem !important;
  }
}
@media screen and (min-width: 950px) {
  .news-listing .mod-news-tick h3.title {
    font-size: 4.5rem !important;
  }
}
.news-listing .mod-news-tick .action {
  text-align: right;
}

.cta-text {
  color: #006882;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 700;
}

@media screen and (max-width: 950px) {
  .news-listing .mod-news-tick {
    max-width: none !important;
  }
}

.mod-news-tick {
  text-align: left;
  text-transform: none !important;
  border-right: none !important;
  padding: 20px 30px !important;
  vertical-align: top !important;
}
.mod-news-tick .title {
  font-size: 3rem;
  margin: 0 0 0.5em;
}
.mod-news-tick .action {
  text-align: center;
  margin: 0;
}
.mod-news-tick .action a {
  color: #006882;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  .mod-news-tick {
    max-width: 320px !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.mod-news-details .article-date, .mod-news-listing .article-date {
  margin: 0;
  font-size: 0.8rem;
  font-style: italic;
}
.mod-news-details a, .mod-news-listing a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-word-break: break-all;
}
.mod-news-details img, .mod-news-listing img {
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 950px) {
  .mod-news-details .image, .mod-news-listing .image {
    float: right;
    width: 30%;
    margin: 0 0 2rem 3rem;
  }
}
.mod-news-details:first-child, .mod-news-listing:first-child {
  padding-top: 0;
}

#mod_news_categories h2 {
  margin-bottom: 1rem;
}
#mod_news_categories ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.4rem;
}
@media screen and (min-width: 998px) {
  #mod_news_categories ul {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  #mod_news_categories ul {
    font-size: 1.8rem;
  }
}
#mod_news_categories li {
  margin: 0;
  padding: 0;
}
#mod_news_categories a {
  text-transform: uppercase;
  color: #E6EFF2;
  font-weight: 600;
}

.mod-news-listing {
  padding: 2em 0 !important;
}
.mod-news-listing .article-info .f-h3 {
  margin-bottom: 0;
}
@media screen and (min-width: 950px) {
  .mod-news-listing .article-info {
    padding: 0 300px 0 0;
  }
}
.mod-news-listing .actions {
  top: 2em !important;
}

.mod-news-ticker.white-shade, .mod-blog-ticker.white-shade {
  position: relative;
  background: #e6eff2;
}
.mod-news-ticker, .mod-blog-ticker {
  padding: 0 2em 3em;
}
.mod-news-ticker > .content, .mod-blog-ticker > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.mod-news-ticker > .content > .copy, .mod-blog-ticker > .content > .copy {
  text-align: center;
  margin-bottom: 2em;
}
.mod-news-ticker > .content > .copy:empty, .mod-blog-ticker > .content > .copy:empty {
  display: none;
}
.content .mod-news-ticker, .content .mod-blog-ticker {
  padding: 0;
}
.mod-news-ticker .f-ticker-header, .mod-blog-ticker .f-ticker-header {
  position: relative;
  z-index: 9999;
  text-align: center;
  font-size: 2.04vw;
}
@media screen and (max-width: 1078.431372549px) {
  .mod-news-ticker .f-ticker-header, .mod-blog-ticker .f-ticker-header {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1862.7450980392px) {
  .mod-news-ticker .f-ticker-header, .mod-blog-ticker .f-ticker-header {
    font-size: 3.8rem;
  }
}
.mod-news-ticker .f-ticker-header em, .mod-blog-ticker .f-ticker-header em {
  font-size: 4.182vw;
}
@media screen and (max-width: 1195.600191296px) {
  .mod-news-ticker .f-ticker-header em, .mod-blog-ticker .f-ticker-header em {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1745.5762792922px) {
  .mod-news-ticker .f-ticker-header em, .mod-blog-ticker .f-ticker-header em {
    font-size: 7.3rem;
  }
}
.mod-news-ticker .ticker-items, .mod-blog-ticker .ticker-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.mod-news-ticker .ticker-items > article, .mod-blog-ticker .ticker-items > article {
  margin-right: 100px;
  margin-bottom: 100px;
  width: calc(50% - 50px);
}
.mod-news-ticker .ticker-items > article:nth-of-type(2n+2), .mod-blog-ticker .ticker-items > article:nth-of-type(2n+2) {
  margin-right: 0;
}
.mod-news-ticker .ticker-items > article .blog-article-header, .mod-blog-ticker .ticker-items > article .blog-article-header {
  font-size: 1.428vw;
}
@media screen and (max-width: 1400.5602240896px) {
  .mod-news-ticker .ticker-items > article .blog-article-header, .mod-blog-ticker .ticker-items > article .blog-article-header {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1540.6162464986px) {
  .mod-news-ticker .ticker-items > article .blog-article-header, .mod-blog-ticker .ticker-items > article .blog-article-header {
    font-size: 2.2rem;
  }
}
.mod-news-ticker .ticker-items > article .blog-article-header, .mod-blog-ticker .ticker-items > article .blog-article-header {
  margin-bottom: 0.7em;
  font-weight: 700;
}
.mod-news-ticker .ticker-items > article .description, .mod-blog-ticker .ticker-items > article .description {
  font-size: 1.292vw;
}
@media screen and (max-width: 1393.1888544892px) {
  .mod-news-ticker .ticker-items > article .description, .mod-blog-ticker .ticker-items > article .description {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1547.9876160991px) {
  .mod-news-ticker .ticker-items > article .description, .mod-blog-ticker .ticker-items > article .description {
    font-size: 2rem;
  }
}
.mod-news-ticker .ticker-items > article .description, .mod-blog-ticker .ticker-items > article .description {
  margin-bottom: 2em;
}
.mod-news-ticker .ticker-items > article .photo, .mod-blog-ticker .ticker-items > article .photo {
  margin-bottom: 0.5em;
  position: relative;
}
.mod-news-ticker .ticker-items > article .photo:before, .mod-blog-ticker .ticker-items > article .photo:before {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 3;
  border: solid 2px #fff;
}
.mod-news-ticker .ticker-items > article .action, .mod-blog-ticker .ticker-items > article .action {
  text-align: center;
}
.mod-news-ticker .action, .mod-blog-ticker .action {
  text-align: center;
}

@media screen and (min-width: 950px) {
  .bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bio {
  margin-bottom: 2em;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin-right: 2%;
}
@media screen and (max-width: 950px) {
  .bio {
    width: 100%;
  }
}
@media screen and (min-width: 950px) {
  .bio {
    width: 48%;
  }
}
@media screen and (min-width: 1250px) {
  .bio {
    width: 31%;
  }
}
@media screen and (min-width: 950px) {
  .bio .photo {
    display: inline-block;
  }
}
.bio .photo {
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 950px) {
  .bio .photo {
    max-width: 183px;
    margin: 0 0 1em;
  }
}
@media screen and (min-width: 950px) {
  .bio .photo {
    max-width: 242px;
  }
}
.bio .photo {
  min-width: 175px;
  margin-right: 20px;
}
.bio .photo img[src=""] {
  display: none;
}
@media screen and (min-width: 950px) {
  .bio .info {
    display: inline-block;
  }
}
.bio .info {
  vertical-align: top;
}
.bio .info .f-bio-name {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.35;
  font-size: 1.224vw;
}
@media screen and (max-width: 1307.1895424837px) {
  .bio .info .f-bio-name {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1633.9869281046px) {
  .bio .info .f-bio-name {
    font-size: 2rem;
  }
}
.bio .info .f-bio-name {
  margin-bottom: 0em;
}
.bio .info .position {
  font-size: 1.088vw;
}
@media screen and (max-width: 1470.5882352941px) {
  .bio .info .position {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1470.5882352941px) {
  .bio .info .position {
    font-size: 1.6rem;
  }
}
.bio .info .contact-info a {
  word-break: break-word;
  color: #000000;
  text-decoration: underline;
}
.bio .info .contact-info a:hover {
  text-decoration: none;
}
.bio .info .contact-info p {
  margin: 0;
  font-size: 0.952vw;
}
@media screen and (max-width: 1470.5882352941px) {
  .bio .info .contact-info p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1470.5882352941px) {
  .bio .info .contact-info p {
    font-size: 1.4rem;
  }
}
.bio .info .contact-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bio .info .contact-info dl dt {
  display: none;
}
.bio .info .contact-info dl dd {
  padding: 0;
  margin: 0;
  font-size: 0.952vw;
}
@media screen and (max-width: 1470.5882352941px) {
  .bio .info .contact-info dl dd {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1470.5882352941px) {
  .bio .info .contact-info dl dd {
    font-size: 1.4rem;
  }
}
.bio .info .contact-info dl dd {
  font-weight: 300;
}
.bio .info .contact-info dl dd a {
  word-break: break-word;
  color: #000000;
  text-decoration: none;
}
.bio .info .contact-info dl dd a:hover {
  text-decoration: underline;
}

.mod-directory-alt {
  padding: 4em 0;
  background: #E6EFF2;
}
.mod-directory-alt > .content {
  max-width: 1000px;
  margin: 0 auto;
}
.content .mod-directory-alt {
  padding: 0;
}
.mod-directory-alt .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-directory-alt .bio-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
@media screen and (max-width: 950px) {
  .mod-directory-alt .bio-alt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.mod-directory-alt .bio-alt .contact-info p {
  margin-bottom: 0em;
}
.mod-directory-alt .photo {
  max-width: 340px;
  margin-right: 40px;
}
.mod-directory-alt .photo img[src=""] {
  display: none;
}
.mod-directory-alt .photo img {
  width: 100%;
}
.mod-directory-alt .info {
  max-width: 840px;
}
.mod-directory-alt .info .f-bio-name {
  margin: 0;
}
.mod-directory-alt .info .position, .mod-directory-alt .info .contact-info, .mod-directory-alt .info .address, .mod-directory-alt .info .bio-info {
  font-size: 1.224vw;
}
@media screen and (max-width: 1307.1895424837px) {
  .mod-directory-alt .info .position, .mod-directory-alt .info .contact-info, .mod-directory-alt .info .address, .mod-directory-alt .info .bio-info {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1633.9869281046px) {
  .mod-directory-alt .info .position, .mod-directory-alt .info .contact-info, .mod-directory-alt .info .address, .mod-directory-alt .info .bio-info {
    font-size: 2rem;
  }
}

/*
Branches

    Listing:
    <article class="branch">
      <div class="branch-content">
          <h2 class="f-h2">::branch_name::</h2>
          <p>::branch_address::, ::branch_city::, ::branch_state::, ::branch_zipcode::</p>
      </div><div class="branch-cta">
          <p><a href="::branch_link::">View Details</a></p>
      </div>
    </article>

    Detail:
     <div class="branch-details">
        <div class="branch-header">
            <h2 class="f-h2">::branch_name::</h2>
            <p>::branch_address::, ::branch_city::, ::branch_state:: ::branch_zipcode::<br />
            ::branch_contact_info::
            </p>
            <a href="::branch_directions_link::" class="location-btn">View on a Map</a>
        </div>

        <div class="branch-hours clearfix">::branch_hours::</div>
        <div class="accordion-item">
            <div class="js-accordion-button accordion-button">
                <p class="f-h3">Holiday Hours</p>
            </div>
            <div class="js-accordion-content accordion-content" style="display: none;">
                ::holiday_hours::
            </div>
        </div>      
        <div class="branch-managers">::branch_managers::</div>
    </div>

 */
.mod-branches .horizontal-bar .content {
  font-family: arvo, sans-serif;
  color: #fff;
  text-align: left;
  text-transform: none;
}
.mod-branches .horizontal-bar .col-left {
  display: block;
}
.mod-branches .horizontal-bar .col-left .f-h2 {
  font-size: 2.3rem;
  margin: 0 auto 1rem;
}
.mod-branches .horizontal-bar .col-left p {
  font-size: 1.6rem;
}
.mod-branches .horizontal-bar .col-right {
  display: block;
}
.mod-branches .horizontal-bar .col-right p {
  font-size: 3rem;
  font-weight: bold;
}
.mod-branches .horizontal-bar .col-right p:last-child {
  margin: 0;
}
@media screen and (min-width: 950px) {
  .mod-branches .horizontal-bar .content {
    max-width: 1400px;
    margin: 0 auto;
  }
  .mod-branches .horizontal-bar .col-left {
    display: inline-block;
    width: 67%;
    margin: 0 2% 0 0;
  }
  .mod-branches .horizontal-bar .col-left p:last-child {
    margin: 0;
  }
  .mod-branches .horizontal-bar .col-right {
    display: inline-block;
    width: 31%;
  }
}

.mod-branches .branch-list {
  margin: 0 auto 2rem;
}

.mod-branches .cross-sells {
  margin: 0 auto 6rem;
}

.branch_managers {
  zoom: 1;
}
.branch_managers:before, .branch_managers:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.branch_managers:after {
  clear: both;
}

.mod-branches .branch-content-area {
  padding: 1em;
}
.mod-branches .branch-content-area .col-left .branch {
  padding: 3rem 0;
}
.mod-branches .branch-content-area .col-left .branch .content {
  font-family: arvo, sans-serif;
}
.mod-branches .branch-content-area .col-left .branch .content .f-h2 {
  font-size: 3.4rem;
  margin: 0;
}
.mod-branches .branch-content-area .col-left .branch .content p {
  font-size: 2rem;
  margin: 0;
}
@media screen and (min-width: 950px) {
  .mod-branches .branch-content-area .col-left .branch .content {
    display: inline-block;
    width: 69%;
    margin: 0 2% 0 0;
  }
}
.mod-branches .branch-content-area .col-left .branch .cta p {
  text-align: right;
  margin: 0;
}
@media screen and (min-width: 950px) {
  .mod-branches .branch-content-area .col-left .branch .cta p {
    padding: 2rem 0 0 0;
  }
}
.mod-branches .branch-content-area .col-left .branch .cta a {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-position: bottom;
  border: 0;
  text-shadow: none;
  font-weight: 400;
  font-size: 2rem;
  position: relative;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  text-transform: uppercase;
  color: #231f20;
  font-family: open-sans, sans-serif;
  white-space: nowrap;
}
.mod-branches .branch-content-area .col-left .branch .cta a:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #d7282f;
  -webkit-transition: height 0.3s ease-in-out 0s;
  transition: height 0.3s ease-in-out 0s;
}
.mod-branches .branch-content-area .col-left .branch .cta a:hover, .mod-branches .branch-content-area .col-left .branch .cta a:focus {
  color: #d7282f;
  text-decoration: none;
}
@media screen and (min-width: 950px) {
  .mod-branches .branch-content-area .col-left .branch .cta {
    display: inline-block;
    width: 29%;
  }
}
@media screen and (min-width: 950px) {
  .mod-branches .branch-content-area .col-left {
    display: inline-block;
    width: 60%;
    margin: 0 10% 0 0;
  }
}
@media screen and (min-width: 950px) {
  .mod-branches .branch-content-area .col-right {
    display: inline-block;
    width: 30%;
  }
}
@media screen and (min-width: 950px) {
  .mod-branches .branch-content-area {
    max-width: 1400px;
    margin: 0 auto;
    padding: 5rem 10rem;
  }
}

.mod-branches .branch-holiday-hours {
  font-family: arvo, sans-serif;
}
.mod-branches .branch-holiday-hours .f-h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 auto 0.5rem;
}
.mod-branches .branch-holiday-hours .f-h3, .mod-branches .branch-holiday-hours h3 {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 auto 2rem;
}
.mod-branches .branch-holiday-hours dt {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 auto;
}
.mod-branches .branch-holiday-hours dd {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0 auto 2rem;
}

.cs-branches {
  background-color: #EFEDEB;
  border-radius: 5px;
  position: relative;
  padding: 2.5rem;
  margin: 0 18px 3rem 0;
  display: block;
}
.cs-branches:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 100%;
  top: 33%;
  border-top: 18px solid #fff;
  border-bottom: 18px solid #fff;
  border-left: 18px solid #EFEDEB;
  border-right: 18px solid #fff;
}
.cs-branches .image {
  vertical-align: top;
  display: inline-block;
  width: 33%;
}
.cs-branches .text {
  vertical-align: top;
  display: inline-block;
  width: 62%;
  margin: 0 0 0 5%;
}
.cs-branches p {
  margin: 0;
  font-size: 2.2rem;
  font-family: arvo, sans-serif;
}
.cs-branches img {
  width: 100%;
  max-width: 92px;
}

.branch-details {
  padding: 2em 0;
}
.branch-details .content {
  zoom: 1;
}
.branch-details .content:before, .branch-details .content:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.branch-details .content:after {
  clear: both;
}
.branch-details .content {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 950px) {
  .branch-details .content .branch-info {
    width: 60%;
    float: left;
    padding-right: 2em;
  }
  .branch-details .content .branch-map {
    width: 40%;
    float: right;
  }
}
.branch-details .content .branch-map img {
  width: 100%;
  margin-bottom: 2em;
}
.branch-details .content .branch-map .branch-directions {
  text-align: center;
  margin-bottom: 2em;
}
.branch-details .content .branch-address {
  margin-bottom: 2em;
  font-size: 2.5rem;
}
.branch-details .content .branch-hours {
  padding: 1em 0;
  margin-bottom: 1em;
  zoom: 1;
}
.branch-details .content .branch-hours:before, .branch-details .content .branch-hours:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.branch-details .content .branch-hours:after {
  clear: both;
}
.branch-details .content .branch-hours .branch_hours_set {
  margin-bottom: 2em;
  font-size: 1.4rem;
}
@media screen and (min-width: 998px) {
  .branch-details .content .branch-hours .branch_hours_set {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .branch-details .content .branch-hours .branch_hours_set {
    font-size: 1.8rem;
  }
}
.branch-details .content .branch-hours .branch_hours_set .branch_hours_label h3 {
  margin-bottom: 0.5em;
  color: #000000;
}
.branch-details .content .branch-hours .branch_hours_set dl {
  margin-bottom: 0.2em;
  font-weight: normal;
}
.branch-details .content .branch-hours .branch_hours_set dl.current_day {
  font-weight: 700;
}
.branch-details .content .branch-hours .branch_hours_set dt {
  width: 120px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.branch-details .content .branch-hours .branch_hours_set dt:after {
  content: ":";
}
.branch-details .content .branch-hours .branch_hours_set dd {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.branch-details .content .branch_contact_info:empty {
  display: none;
}
.branch-details .content .branch_contact_info {
  margin-bottom: 2em;
}
.branch-details .content .branch_contact_info dl {
  font-size: 2.5rem;
  display: block;
}
.branch-details .content .branch_contact_info dl dd {
  display: inline-block;
  margin: 0;
}
.branch-details .content .branch_contact_info dl dt {
  font-weight: 600;
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.branch-details .content .branch_contact_info dl dt:after {
  content: ":";
}
.branch-details .content .directions-btn {
  display: inline-block;
}
.branch-details .content .filter-service-item {
  display: block;
  margin-bottom: 0.4em;
}
.branch-details .content .filter-service-item .filter-service-name {
  display: block;
}
.branch-details .content .branch-about {
  font-size: 1.4rem;
}

.branch-contacts {
  background: #F4F4F5;
  padding: 3em 1em;
}
.branch-contacts .content {
  max-width: 1000px;
  margin: 0 auto;
  zoom: 1;
}
.branch-contacts .content:before, .branch-contacts .content:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.branch-contacts .content:after {
  clear: both;
}
@media screen and (min-width: 950px) {
  .branch-contacts .content > h2 {
    width: 30%;
    padding-right: 2em;
    float: left;
    padding-top: 2em;
  }
  .branch-contacts .content .contacts-container {
    width: 70%;
    float: right;
  }
  .branch-contacts .content .contacts-container .bio h2 {
    font-size: 2.4rem;
  }
}

.branch-filter {
  background: none;
  text-align: left;
  color: #747474;
  padding: 0;
  margin: 0 0 2em;
}
.branch-filter .branch-filter-services-area {
  text-align: center;
}
.branch-filter .branch-filter-services-area h2 {
  display: inline-block;
  font-size: 1.9rem;
  margin-right: 1.5em;
  color: #CCCCCC;
}
.branch-filter .branch-filter-services-area .branch-filter-service-list {
  display: inline;
}
.branch-filter ul {
  display: inline;
  padding: 0;
  margin: 0;
}
.branch-filter ul li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 1.5em 0.7em 0;
}
.branch-filter .filter-service {
  color: #CCCCCC;
  cursor: pointer;
  padding: 0.5em 0;
  font-size: 1.9rem;
  display: inline-block;
  position: relative;
}
.branch-filter .filter-service:focus, .branch-filter .filter-service:active, .branch-filter .filter-service.active {
  color: #679146;
}
.branch-filter .filter-service:focus:after, .branch-filter .filter-service:active:after, .branch-filter .filter-service.active:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: #E6EFF2;
  bottom: -5px;
  left: 0;
}
.branch-filter .filter-spacer {
  display: inline-block;
  padding: 0 0 0 0.7em;
}

.branches-all {
  padding: 0 2em;
}
.branches-all .content {
  max-width: 1400px;
  margin: 0 auto;
}

.branch-item {
  text-align: left;
}
@media screen and (max-width: 950px) {
  .branch-item {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: solid 1px #F0F0F0;
  }
}
.branch-item .photo {
  margin-bottom: 1em;
}
.branch-item .photo img {
  width: 100%;
  border-radius: 20px 0;
}
.branch-item h2 {
  margin-bottom: 0.25em;
}
.branch-item .contact {
  margin-bottom: 0.5em;
}
.branch-item .actions a {
  color: #000000;
}
@media screen and (min-width: 950px) {
  .branch-item {
    width: 180px;
    width: 33.333%;
    padding: 2em;
    margin: 0 0 1em 0;
    display: inline-block;
  }
}

/** LOCATIONS PAGE **/
.locations > h2 {
  text-align: center;
  margin-bottom: 0.25em;
}

.branch-detail {
  padding: 0 2em;
}

.branch-details {
  max-width: 1400px;
  margin: 0 auto;
}
.branch-details h3, .branch-details h4 {
  margin-bottom: 0.25em;
}
.branch-details .branch_hours_set {
  padding: 2rem 0;
}
@media screen and (min-width: 950px) {
  .branch-details .branch_hours_set {
    border-top: none;
    display: inline-block;
    margin: 0 2em 0 0;
    padding: 2rem 0;
  }
}
.branch-details .branch_hours_label {
  margin: 0 0 0.5em;
}
.branch-details .branch_hours_days {
  font-size: 1.6rem;
  color: #001F34;
  margin: 0 0 0.5em;
}
.branch-details .branch_hours_days dl {
  margin: 0 auto 0.5em;
  border-bottom: dotted 1px #CCC;
  zoom: 1;
}
.branch-details .branch_hours_days dl:before, .branch-details .branch_hours_days dl:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.branch-details .branch_hours_days dl:after {
  clear: both;
}
.branch-details .branch_hours_days dl.current_day {
  color: #E6EFF2;
}
.branch-details .branch_hours_days dt {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  background: #fff;
  position: relative;
  float: left;
  bottom: -2px;
}
.branch-details .branch_hours_days dt:after {
  content: ":";
  display: inline;
}
.branch-details .branch_hours_days dd {
  display: inline-block;
  text-align: right;
  position: relative;
  bottom: -2px;
  background: #fff;
  float: right;
}
@media screen and (min-width: 950px) {
  .branch-details .branch_hours_days {
    font-size: 1.8rem;
  }
}

.location-details {
  padding: 0 2em;
  margin-bottom: 2em;
}
.location-details .content {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 950px) {
  .location-details .content {
    display: grid;
    grid-template-columns: auto 400px;
    grid-gap: 50px;
  }
}
.location-details .content .info-col {
  display: block;
  width: 100%;
}
@media screen and (min-width: 950px) {
  .location-details .content .info-col {
    border-right: solid 1px #679146;
    padding-right: 50px;
    -ms-grid-column: 1;
  }
}
.location-details .content .info-col .actions {
  margin-bottom: 2em;
}
@media screen and (min-width: 950px) {
  .location-details .content .services-col {
    padding-left: 50px;
    -ms-grid-column: 2;
  }
}
.location-details .content .services-col {
  max-width: 400px;
}
.location-details .f-branch-header {
  font-size: 1.7vw;
}
@media screen and (max-width: 1470.5882352941px) {
  .location-details .f-branch-header {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 2352.9411764706px) {
  .location-details .f-branch-header {
    font-size: 4rem;
  }
}
.location-details .f-branch-header {
  font-weight: 700;
  color: #006882;
  margin-bottom: 1em;
}
.location-details .f-services-header {
  font-size: 1.4vw;
}
@media screen and (max-width: 1571.4285714286px) {
  .location-details .f-services-header {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 2000px) {
  .location-details .f-services-header {
    font-size: 2.8rem;
  }
}
.location-details .f-services-header {
  font-weight: 700;
  color: #006882;
  margin-bottom: 0.7em;
}
.location-details .branch_hours_set {
  margin-bottom: 2em;
}
.location-details .branch_hours_label h3 {
  font-size: 1.7vw;
}
@media screen and (max-width: 1470.5882352941px) {
  .location-details .branch_hours_label h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 2352.9411764706px) {
  .location-details .branch_hours_label h3 {
    font-size: 4rem;
  }
}
.location-details .branch_hours_label h3 {
  font-weight: 700;
  color: #006882;
  margin-bottom: 1em;
}
.location-details .branch_hours_days {
  font-size: 1.4vw;
}
@media screen and (max-width: 1571.4285714286px) {
  .location-details .branch_hours_days {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 2000px) {
  .location-details .branch_hours_days {
    font-size: 2.8rem;
  }
}
.location-details .branch_hours_days {
  color: #747474;
  margin: 0 0 0.5em;
}
.location-details .branch_hours_days dl {
  margin: 0 auto 0.5em;
  border-bottom: dotted 1px #CCC;
  zoom: 1;
}
.location-details .branch_hours_days dl:before, .location-details .branch_hours_days dl:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.location-details .branch_hours_days dl:after {
  clear: both;
}
.location-details .branch_hours_days dl.current_day {
  color: #000000;
  font-weight: 700;
}
.location-details .branch_hours_days dt {
  display: inline-block;
  background: #fff;
  position: relative;
  float: left;
  bottom: -2px;
}
.location-details .branch_hours_days dt:after {
  content: ":";
  display: inline;
}
.location-details .branch_hours_days dd {
  display: inline-block;
  text-align: right;
  position: relative;
  bottom: -2px;
  background: #fff;
  float: right;
}
.location-details .branch_contact_info:empty {
  display: none;
}
.location-details .branch_contact_info {
  margin-bottom: 2em;
}
.location-details .branch_contact_info dl {
  font-size: 1.7vw;
}
@media screen and (max-width: 1470.5882352941px) {
  .location-details .branch_contact_info dl {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 2352.9411764706px) {
  .location-details .branch_contact_info dl {
    font-size: 4rem;
  }
}
.location-details .branch_contact_info dl {
  display: block;
}
.location-details .branch_contact_info dl dd {
  display: inline-block;
  margin: 0;
}
.location-details .branch_contact_info dl dt {
  font-weight: 600;
  display: inline-block;
  color: #006882;
  margin: 0 0.5em 0 0;
}
.location-details .branch_contact_info dl dt:after {
  content: ":";
}

.branch-services .service-section {
  margin-bottom: 2em;
  display: grid;
  width: 100%;
  grid-template-columns: 55px auto;
}
.branch-services .service-section > img {
  -ms-grid-column: 1;
}
.branch-services .service-section .info {
  padding-left: 10px;
  -ms-grid-column: 2;
}
.branch-services .service-section .info .f-service-header {
  color: #006882;
  margin-bottom: 0.3em;
}
.branch-services .service-section .info ul {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}
.branch-services .service-section .info ul li {
  margin-bottom: 0.6em;
}
.branch-services .service-section .info ul {
  list-style: none;
  padding: 0;
}
.branch-services .service-section .info ul a {
  text-transform: uppercase;
  text-decoration: none;
}

.holiday_hours .branch_hours_label {
  display: none;
}

.branches-listing {
  padding: 0 2em;
  margin-bottom: 2em;
}
.branches-listing > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.branches-listing .branch-list-item {
  width: 370px;
  max-width: 100%;
  margin: 0 30px 70px 0;
}
.branches-listing .branch-list-item .f-branch-title {
  font-size: 1.904vw;
}
@media screen and (max-width: 1155.4621848739px) {
  .branches-listing .branch-list-item .f-branch-title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1785.7142857143px) {
  .branches-listing .branch-list-item .f-branch-title {
    font-size: 3.4rem;
  }
}
.branches-listing .branch-list-item .f-branch-title {
  font-weight: 700;
  margin-bottom: 0.3em;
}
.branches-listing .branch-list-item .address {
  font-size: 1.156vw;
}
@media screen and (max-width: 1211.0726643599px) {
  .branches-listing .branch-list-item .address {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1730.1038062284px) {
  .branches-listing .branch-list-item .address {
    font-size: 2rem;
  }
}
.branches-listing .branch-list-item .address {
  margin-bottom: 1em;
}
.branches-listing .branch-list-item .branch_contact_info:empty {
  display: none;
}
.branches-listing .branch-list-item .branch_contact_info {
  margin-bottom: 1em;
}
.branches-listing .branch-list-item .branch_contact_info dl {
  font-size: 1.02vw;
}
@media screen and (max-width: 1176.4705882353px) {
  .branches-listing .branch-list-item .branch_contact_info dl {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1764.7058823529px) {
  .branches-listing .branch-list-item .branch_contact_info dl {
    font-size: 1.8rem;
  }
}
.branches-listing .branch-list-item .branch_contact_info dl {
  display: block;
}
.branches-listing .branch-list-item .branch_contact_info dl dd {
  display: inline-block;
  margin: 0;
}
.branches-listing .branch-list-item .branch_contact_info dl dt {
  font-weight: 600;
  display: inline-block;
  color: #006882;
  margin: 0 0.5em 0 0;
}
.branches-listing .branch-list-item .branch_contact_info dl dt:after {
  content: ":";
}

/** Rates/Compare Accounts **/
@media screen and (max-width: 950px) {
  .rate_table, .mod-table, .mod-privacy {
    padding: 0;
  }
}
.rate_table .title, .mod-table .title, .mod-privacy .title {
  color: #333;
  margin: 0 0 0.35em;
}
.rate_table h3, .mod-table h3, .mod-privacy h3 {
  margin: 0;
}
.rate_table .effective_date, .mod-table .effective_date, .mod-privacy .effective_date {
  font-size: 0.8em;
  line-height: 1.688;
  margin: 0 0 1.688em;
}
.rate_table, .mod-table, .mod-privacy {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 2em;
}
.rate_table .rate_disclosure, .mod-table .rate_disclosure, .mod-privacy .rate_disclosure {
  font-size: 1.2rem;
}
@media screen and (min-width: 998px) {
  .rate_table .rate_disclosure, .mod-table .rate_disclosure, .mod-privacy .rate_disclosure {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .rate_table .rate_disclosure, .mod-table .rate_disclosure, .mod-privacy .rate_disclosure {
    font-size: 1.2rem;
  }
}
.rate_table .btn, .rate_table .ac-modal .ac-answer > .ac-text, .ac-modal .rate_table .ac-answer > .ac-text, .mod-table .btn, .mod-table .ac-modal .ac-answer > .ac-text, .ac-modal .mod-table .ac-answer > .ac-text, .mod-privacy .btn, .mod-privacy .ac-modal .ac-answer > .ac-text, .ac-modal .mod-privacy .ac-answer > .ac-text, .rate_table .cta-btn, .rate_table .content .fsSubmitButton, .content .rate_table .fsSubmitButton, .mod-table .cta-btn, .mod-table .content .fsSubmitButton, .content .mod-table .fsSubmitButton, .mod-privacy .cta-btn, .mod-privacy .content .fsSubmitButton, .content .mod-privacy .fsSubmitButton, .rate_table .secondary-btn, .mod-table .secondary-btn, .mod-privacy .secondary-btn, .rate_table .ghost-btn, .rate_table .events-listing .event-list .actions a, .events-listing .event-list .actions .rate_table a, .rate_table .mod-events-listing .event-list .actions a, .rate_table .mod-product-features .event-list .actions a, .mod-events-listing .event-list .actions .rate_table a, .mod-product-features .event-list .actions .rate_table a, .mod-table .ghost-btn, .mod-table .events-listing .event-list .actions a, .events-listing .event-list .actions .mod-table a, .mod-table .mod-events-listing .event-list .actions a, .mod-table .mod-product-features .event-list .actions a, .mod-events-listing .event-list .actions .mod-table a, .mod-product-features .event-list .actions .mod-table a, .mod-privacy .ghost-btn, .mod-privacy .events-listing .event-list .actions a, .events-listing .event-list .actions .mod-privacy a, .mod-privacy .mod-events-listing .event-list .actions a, .mod-privacy .mod-product-features .event-list .actions a, .mod-events-listing .event-list .actions .mod-privacy a, .mod-product-features .event-list .actions .mod-privacy a, .rate_table .white-ghost, .mod-table .white-ghost, .mod-privacy .white-ghost, .rate_table .black-ghost, .mod-table .black-ghost, .mod-privacy .black-ghost, .rate_table .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .rate_table .login-btn, .mod-table .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .mod-table .login-btn, .mod-privacy .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .mod-privacy .login-btn {
  padding-left: 1em;
  padding-right: 1em;
}
.rate_table .rates-print-btn, .mod-table .rates-print-btn, .mod-privacy .rates-print-btn {
  float: right;
}
.rate_table table, .mod-table table, .mod-privacy table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 998px) {
  .rate_table table, .mod-table table, .mod-privacy table {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .rate_table table, .mod-table table, .mod-privacy table {
    font-size: 1.8rem;
  }
}
.rate_table table tr, .mod-table table tr, .mod-privacy table tr {
  border-bottom: solid 1px #F4F4F5;
}
.rate_table table tr:nth-child(even), .mod-table table tr:nth-child(even), .mod-privacy table tr:nth-child(even) {
  background: none;
}
.rate_table table tr.learn-more-row, .mod-table table tr.learn-more-row, .mod-privacy table tr.learn-more-row {
  border-bottom: none;
}
@media screen and (max-width: 950px) {
  .rate_table table tr, .mod-table table tr, .mod-privacy table tr {
    margin-bottom: 0;
    padding: 0em;
  }
}
.rate_table table .row_0, .mod-table table .row_0, .mod-privacy table .row_0, .rate_table table .alt_row, .mod-table table .alt_row, .mod-privacy table .alt_row {
  background: #fff;
}
.rate_table table tr:nth-child(odd), .mod-table table tr:nth-child(odd), .mod-privacy table tr:nth-child(odd) {
  background: #E6EFF2;
}
.rate_table table th, .mod-table table th, .mod-privacy table th {
  background: #fff;
  color: #679146;
  border-top: none;
  text-align: center;
  border-bottom: solid 1px #679146;
  font-weight: bold;
  padding: 1em;
}
@media screen and (max-width: 950px) {
  .rate_table table th, .mod-table table th, .mod-privacy table th {
    padding: 0;
  }
}
@media screen and (max-width: 950px) {
  .rate_table table td, .mod-table table td, .mod-privacy table td {
    border-bottom: 1px solid #333;
  }
}
.rate_table table td, .mod-table table td, .mod-privacy table td {
  color: #000000;
  text-align: left;
  padding: 0.5em 0 0.5em;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 600px) {
  .rate_table table td, .mod-table table td, .mod-privacy table td {
    padding: 0;
  }
}
@media screen and (min-width: 950px) {
  .rate_table table td, .mod-table table td, .mod-privacy table td {
    padding: 1em;
    text-align: center;
  }
}

.pg-rates .related-product {
  margin: 0;
}

@media screen and (max-width: 950px) {
  .rate_table .col_0, .mod-table .col_0, .mod-privacy .col_0 {
    empty-cells: hide;
  }
  .rate_table .editableTable .col_0, .mod-table .editableTable .col_0, .mod-privacy .editableTable .col_0, .rate_table .mod-privacy .col_0, .mod-table .mod-privacy .col_0, .mod-privacy .mod-privacy .col_0 {
    display: block;
    visibility: visible;
  }
  .rate_table .btn, .rate_table .ac-modal .ac-answer > .ac-text, .ac-modal .rate_table .ac-answer > .ac-text, .mod-table .btn, .mod-table .ac-modal .ac-answer > .ac-text, .ac-modal .mod-table .ac-answer > .ac-text, .mod-privacy .btn, .mod-privacy .ac-modal .ac-answer > .ac-text, .ac-modal .mod-privacy .ac-answer > .ac-text, .rate_table .cta-btn, .rate_table .content .fsSubmitButton, .content .rate_table .fsSubmitButton, .mod-table .cta-btn, .mod-table .content .fsSubmitButton, .content .mod-table .fsSubmitButton, .mod-privacy .cta-btn, .mod-privacy .content .fsSubmitButton, .content .mod-privacy .fsSubmitButton, .rate_table .secondary-btn, .mod-table .secondary-btn, .mod-privacy .secondary-btn, .rate_table .ghost-btn, .rate_table .events-listing .event-list .actions a, .events-listing .event-list .actions .rate_table a, .rate_table .mod-events-listing .event-list .actions a, .rate_table .mod-product-features .event-list .actions a, .mod-events-listing .event-list .actions .rate_table a, .mod-product-features .event-list .actions .rate_table a, .mod-table .ghost-btn, .mod-table .events-listing .event-list .actions a, .events-listing .event-list .actions .mod-table a, .mod-table .mod-events-listing .event-list .actions a, .mod-table .mod-product-features .event-list .actions a, .mod-events-listing .event-list .actions .mod-table a, .mod-product-features .event-list .actions .mod-table a, .mod-privacy .ghost-btn, .mod-privacy .events-listing .event-list .actions a, .events-listing .event-list .actions .mod-privacy a, .mod-privacy .mod-events-listing .event-list .actions a, .mod-privacy .mod-product-features .event-list .actions a, .mod-events-listing .event-list .actions .mod-privacy a, .mod-product-features .event-list .actions .mod-privacy a, .rate_table .white-ghost, .mod-table .white-ghost, .mod-privacy .white-ghost, .rate_table .black-ghost, .mod-table .black-ghost, .mod-privacy .black-ghost, .rate_table .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .rate_table .login-btn, .mod-table .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .mod-table .login-btn, .mod-privacy .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .mod-privacy .login-btn {
    display: inline-block !important;
    text-align: center;
    margin: 0.5em 1em;
  }
  .editableTable, .mod-privacy {
    margin: 0 auto 1.5em;
    width: 100%;
  }
  .editableTable td, .mod-privacy td {
    display: block;
    text-align: left;
    vertical-align: top;
    white-space: normal;
  }
  .editableTable thead, .mod-privacy thead {
    display: none;
    visibility: hidden;
  }
  .editableTable .row_0, .mod-privacy .row_0, .editableTable .col_0, .mod-privacy .col_0 {
    display: none;
    visibility: hidden;
  }
  .editableTable tr, .mod-privacy tr {
    background: #ffffff;
    border: solid 1px #CCC;
    border-width: 0px 0 2px 0;
    margin-bottom: 1em;
  }
  .editableTable tr, .mod-privacy tr, .editableTable thead, .mod-privacy thead {
    display: block;
    padding: 0;
    text-align: left;
  }
  .editableTable tbody, .mod-privacy tbody {
    padding: 0;
    text-align: left;
  }
  .editableTable th, .mod-privacy th {
    padding: 0em;
    display: block;
    text-align: left;
  }
  .editableTable th[data-title]:before, .mod-privacy th[data-title]:before, .editableTable td[data-title]:before, .mod-privacy td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    color: #679146;
    display: inline;
    padding: 0 0 0.2em;
    margin-right: 0;
  }
}
@media screen and (max-width: 950px) and (min-width: 600px) {
  .editableTable th[data-title]:before, .mod-privacy th[data-title]:before, .editableTable td[data-title]:before, .mod-privacy td[data-title]:before {
    display: inline-block;
    width: calc(50% - 1em);
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 950px) {
  .editableTable td[data-title=""]:before, .mod-privacy td[data-title=""]:before {
    display: none;
  }
  .editableTable td[data-title=""]:empty, .mod-privacy td[data-title=""]:empty {
    white-space: nowrap;
    border-bottom: none;
  }
  .editableTable td[data-hide]:before, .mod-privacy td[data-hide]:before {
    content: "" !important;
  }
  .editableTable td, .mod-privacy td {
    padding: 0 1.5em;
  }
}
/** PRINT RATES STYLES */
@media print {
  .print_rates * {
    visibility: hidden;
    position: static;
    height: 0;
  }
  .print_rates {
    overflow: hidden;
    visibility: visible;
  }
  .print_rates .currentRate, .currentRate * {
    visibility: visible;
    height: auto;
  }
  .currentRate {
    position: absolute;
    left: 0;
    top: 100px;
    padding: 20px;
  }
  .logo img {
    visibility: visible !important;
    position: absolute !important;
    top: 20px !important;
    left: 20px !important;
    z-index: 1000 !important;
    width: 150px !important;
  }
  .logo * {
    visibility: visible;
  }
  body.print_rates {
    height: 30px !important;
    overflow: hidden;
  }
}
/** Events 
.mod-event-listing { 
	@include clearfix;
	margin-bottom: 1em;
	border-bottom: solid 1px $light-background-color;
	padding-bottom: 1em;
	position: relative;
	.photo {
		display: none;
		@include tablet {
			display: block;
			width: 190px;
			max-width: 25%;
			float: left;
			img {
				width: 100%;
			}
			padding-right: 2em;
		}
	}
	.info {
		@include tablet {
			float: left;
			width: 75%;
			width: calc(100% -190px);
		}
	}
	.f-h3 {
		margin-bottom: .25em;
		font-weight: 750;
	}
    .date {
	    font-style: italic;
	    font-size: 0.8em; 
	}
	.actions {
		a { display: inline-block; }
	}
}

.mod-event-details {
	@include clearfix;
	.info {
		@include tablet {
			width: 75%;
			float: left;
			padding-right: 2em;
		}
	}
	.photo {
		@include tablet {
			width: 25%;
			float: right;
			img { width: 100%;}
		}
	}
}**/
.event-list {
  text-align: center;
}

.mod-events-listing.white-shade, .white-shade.mod-product-features {
  background: #E6EFF2;
  position: relative;
  padding: 2em 2em 6em;
}
.mod-events-listing, .mod-product-features {
  padding: 0 2em 3em;
}
.mod-events-listing .content, .mod-product-features .content {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 950px) {
  .mod-events-listing .content, .mod-product-features .content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.mod-events-listing .content, .mod-product-features .content {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  margin-bottom: 2em;
}
.mod-events-listing .event-list, .mod-product-features .event-list {
  text-align: center;
}
@media screen and (min-width: 950px) {
  .mod-events-listing .event-list, .mod-product-features .event-list {
    margin-right: 40px;
    margin-bottom: 40px;
    width: calc(33.33% - 27px);
  }
  .mod-events-listing .event-list:last-of-type, .mod-product-features .event-list:last-of-type {
    margin-right: 0;
  }
}
.mod-events-listing .event-list .description .f-h4, .mod-product-features .event-list .description .f-h4, .mod-events-listing .event-list .description .branch-details h3, .mod-product-features .event-list .description .branch-details h3, .branch-details .mod-events-listing .event-list .description h3, .branch-details .mod-product-features .event-list .description h3, .mod-events-listing .event-list .description .branch-details h4, .mod-product-features .event-list .description .branch-details h4, .branch-details .mod-events-listing .event-list .description h4, .branch-details .mod-product-features .event-list .description h4, .mod-events-listing .event-list .description .branch-details .branch_hours_label, .mod-product-features .event-list .description .branch-details .branch_hours_label, .branch-details .mod-events-listing .event-list .description .branch_hours_label, .branch-details .mod-product-features .event-list .description .branch_hours_label {
  font-size: 1.428vw;
}
@media screen and (max-width: 1400.5602240896px) {
  .mod-events-listing .event-list .description .f-h4, .mod-product-features .event-list .description .f-h4, .mod-events-listing .event-list .description .branch-details h3, .mod-product-features .event-list .description .branch-details h3, .branch-details .mod-events-listing .event-list .description h3, .branch-details .mod-product-features .event-list .description h3, .mod-events-listing .event-list .description .branch-details h4, .mod-product-features .event-list .description .branch-details h4, .branch-details .mod-events-listing .event-list .description h4, .branch-details .mod-product-features .event-list .description h4, .mod-events-listing .event-list .description .branch-details .branch_hours_label, .mod-product-features .event-list .description .branch-details .branch_hours_label, .branch-details .mod-events-listing .event-list .description .branch_hours_label, .branch-details .mod-product-features .event-list .description .branch_hours_label {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1540.6162464986px) {
  .mod-events-listing .event-list .description .f-h4, .mod-product-features .event-list .description .f-h4, .mod-events-listing .event-list .description .branch-details h3, .mod-product-features .event-list .description .branch-details h3, .branch-details .mod-events-listing .event-list .description h3, .branch-details .mod-product-features .event-list .description h3, .mod-events-listing .event-list .description .branch-details h4, .mod-product-features .event-list .description .branch-details h4, .branch-details .mod-events-listing .event-list .description h4, .branch-details .mod-product-features .event-list .description h4, .mod-events-listing .event-list .description .branch-details .branch_hours_label, .mod-product-features .event-list .description .branch-details .branch_hours_label, .branch-details .mod-events-listing .event-list .description .branch_hours_label, .branch-details .mod-product-features .event-list .description .branch_hours_label {
    font-size: 2.2rem;
  }
}
.mod-events-listing .event-list .description .event-date, .mod-product-features .event-list .description .event-date {
  font-size: 1.224vw;
}
@media screen and (max-width: 1470.5882352941px) {
  .mod-events-listing .event-list .description .event-date, .mod-product-features .event-list .description .event-date {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1470.5882352941px) {
  .mod-events-listing .event-list .description .event-date, .mod-product-features .event-list .description .event-date {
    font-size: 1.8rem;
  }
}
.mod-events-listing .event-list .description .event-date, .mod-product-features .event-list .description .event-date {
  margin-bottom: 0.75em;
}
.mod-events-listing .event-list .description .event-date:before, .mod-product-features .event-list .description .event-date:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 21px;
  height: 21px;
  background: url(/images/ico-cal.svg) no-repeat;
  background-size: contain;
}
.mod-events-listing .event-list .description .location, .mod-product-features .event-list .description .location {
  width: 70%;
  font-size: 1.5rem;
  margin: 0 auto 2em;
}
.mod-events-listing .event-list .photo:before, .mod-product-features .event-list .photo:before {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
  border: solid 2px #fff;
}
.mod-events-listing .header, .mod-product-features .header {
  font-size: 1.7vw;
}
@media screen and (max-width: 1294.1176470588px) {
  .mod-events-listing .header, .mod-product-features .header {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 2235.2941176471px) {
  .mod-events-listing .header, .mod-product-features .header {
    font-size: 3.8rem;
  }
}
.mod-events-listing .header, .mod-product-features .header {
  text-align: center;
  z-index: 20px;
  position: relative;
  font-weight: 500;
}
.mod-events-listing .header h2 em, .mod-product-features .header h2 em {
  font-size: 3.5vw;
}
@media screen and (max-width: 1428.5714285714px) {
  .mod-events-listing .header h2 em, .mod-product-features .header h2 em {
    font-size: 5rem;
  }
}
@media screen and (min-width: 2085.7142857143px) {
  .mod-events-listing .header h2 em, .mod-product-features .header h2 em {
    font-size: 7.3rem;
  }
}
.mod-events-listing .header h2 em, .mod-product-features .header h2 em {
  text-align: center;
}
.mod-events-listing article, .mod-product-features article {
  margin: 0 1em 4em;
  text-align: center;
}
.mod-events-listing .photo, .mod-product-features .photo {
  position: relative;
  max-height: 297px;
  overflow: hidden;
  margin: 0 0 1em;
}
.mod-events-listing .photo:before, .mod-product-features .photo:before {
  content: "";
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  position: absolute;
  top: 23px;
  left: 23px;
  z-index: 3;
  border: solid 3px #fff;
}
.mod-events-listing .action, .mod-product-features .action {
  text-align: center;
  position: relative;
  z-index: 999;
}
.mod-events-listing > .copy, .mod-product-features > .copy {
  text-align: center;
  margin-bottom: 2em;
}
.mod-events-listing > .copy:empty, .mod-product-features > .copy:empty {
  display: none;
}

.event-item h3 {
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.2rem;
}
.event-item .date {
  font-size: 1.8rem;
  margin: 0 0 0.75em;
}
.event-item .date img {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
}
.event-item .location {
  width: 70%;
  font-size: 1.5rem;
  margin: 0 auto 2em;
}

.event-listing, .event-detail {
  margin-bottom: 2em;
}
@media screen and (min-width: 950px) {
  .event-listing > .content, .event-detail > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.event-listing > .content .date-box, .event-detail > .content .date-box {
  text-align: center;
  border: solid 1px #679146;
  width: 90px;
  margin-bottom: 1em;
  min-width: 90px;
  height: 108px;
}
@media screen and (min-width: 950px) {
  .event-listing > .content .date-box, .event-detail > .content .date-box {
    margin-right: 30px;
  }
}
.event-listing > .content .date-box .month, .event-detail > .content .date-box .month {
  font-size: 1.326vw;
}
@media screen and (max-width: 1206.6365007541px) {
  .event-listing > .content .date-box .month, .event-detail > .content .date-box .month {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1734.5399698341px) {
  .event-listing > .content .date-box .month, .event-detail > .content .date-box .month {
    font-size: 2.3rem;
  }
}
.event-listing > .content .date-box .month, .event-detail > .content .date-box .month {
  display: block;
  padding: 10px;
  background: #679146;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.2em;
}
.event-listing > .content .date-box .day, .event-detail > .content .date-box .day {
  font-weight: 900;
  display: block;
  font-size: 2.38vw;
}
@media screen and (max-width: 1260.5042016807px) {
  .event-listing > .content .date-box .day, .event-detail > .content .date-box .day {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1680.6722689076px) {
  .event-listing > .content .date-box .day, .event-detail > .content .date-box .day {
    font-size: 4rem;
  }
}
.event-listing > .content .date-box .year, .event-detail > .content .date-box .year {
  display: block;
  font-size: 1.3rem;
}
@media screen and (min-width: 950px) {
  .event-listing > .content .info, .event-detail > .content .info {
    margin-right: 30px;
  }
}
.event-listing > .content .actions a, .event-detail > .content .actions a {
  white-space: nowrap;
}
.event-listing .f-event-header, .event-detail .f-event-header {
  margin-bottom: 0.3em;
}

.mod-job-listing {
  padding: 2em 0 1em;
  border-bottom: solid 1px #F4F4F5;
}
.mod-job-listing:first-of-type {
  border-top: solid 1px #F4F4F5;
}
.mod-job-listing:last-of-type {
  margin-bottom: 2em;
}
.mod-job-listing h2 {
  margin-bottom: 0.25em;
}
.mod-job-listing .date {
  color: #679146;
}
.mod-job-listing .job-description h3 {
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.mod-job-listing .action {
  text-align: center;
}

.career-listing .f-product-header {
  margin-bottom: 1em !important;
}

.job-listing {
  margin-bottom: 2em;
}
@media screen and (min-width: 950px) {
  .job-listing > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .job-listing .job-info {
    margin-right: 30px;
  }
}
.job-listing .f-job-title {
  font-size: 2.04vw;
}
@media screen and (max-width: 980.3921568627px) {
  .job-listing .f-job-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1960.7843137255px) {
  .job-listing .f-job-title {
    font-size: 4rem;
  }
}
.job-listing .f-job-title {
  margin-bottom: 0.3em;
  color: #006882;
}
@media screen and (min-width: 950px) {
  .job-listing .job-actions {
    padding-top: 2em;
  }
}
.job-listing .job-actions a {
  white-space: nowrap;
}

/** FAQs Listing **/
.mod_news_categories ul {
  list-style-type: none;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.mod_news_categories li a {
  background-size: 15px;
  color: #679146;
  padding: 0.75em 1em;
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
.mod_news_categories li a:hover {
  text-decoration: underline;
}
.mod_news_categories li a:after {
  content: "";
  background: url(../images/arrow-green.svg) no-repeat;
  background-size: contain;
  width: 20px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 4px;
}
.mod_news_categories h4 {
  display: none;
}

.faq-listing {
  max-width: 800px;
  margin: 0 auto 3em;
  text-align: left;
}
.faq-listing .mod_news_categories {
  text-align: center;
}

/** FAQs Details**/
.mod_faq_questions {
  padding: 0;
}
.mod_faq_questions > li {
  list-style-type: none;
}
.mod_faq_questions .question {
  padding-left: 34px;
  position: relative;
  cursor: pointer;
  text-align: left;
}
.mod_faq_questions .question:after {
  content: "›";
  display: inline-block;
  color: #f26729;
  font-size: 2em;
  position: absolute;
  font-weight: 400;
  line-height: 0.1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 12px;
  left: 16px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mod_faq_questions .answer {
  padding-left: 34px;
}
.mod_faq_questions .active .question:after {
  left: 6px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/** ACCOUNT CHOOSER MODULE 
Default module settings:

::close::
<div class="ac-header">
    <h2 class="f-h4">::title::</h2>
    ::breadcrumb::
</div>
<div class="ac-chooser">
    ::questions::
</div>
<div class="ac-footer">
    ::back::
</div>

**/
.ac-modal {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  white-space: normal;
}
.ac-modal .ac-modal-content {
  top: 10px;
  left: 5%;
  width: 90%;
  max-width: 600px;
  position: absolute;
}
@media screen and (min-width: 950px) {
  .ac-modal .ac-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.ac-modal .ac-modal-content {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.ac-modal .ac-modal-content span {
  margin: 0;
}
.ac-modal .ac-header {
  border-bottom: solid 1px #F4F4F5;
  background: #679146;
  color: #fff;
  padding: 1em 0 0 0;
}
.ac-modal .ac-header:before {
  content: "";
  width: 75px;
  height: 75px;
  background: url(/images/logo-mark.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 10px;
}
.ac-modal .ac-chooser {
  padding: 2em;
}
.ac-modal .ac-question > .ac-text {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 998px) {
  .ac-modal .ac-question > .ac-text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .ac-modal .ac-question > .ac-text {
    font-size: 2.2rem;
  }
}
.ac-modal .ac-question > .ac-text {
  margin-bottom: 0.5em;
}
.ac-modal .ac-answer {
  display: inline-block;
}
.ac-modal .ac-answer > .ac-text {
  margin: 0 0.25em;
}
.ac-modal .ac-product {
  margin-bottom: 1em;
}
.ac-modal .ac-product .ac-product-description {
  margin-bottom: 2em;
}
.ac-modal .ac-product .ac-actions .btn, .ac-modal .ac-product .ac-actions .cta-btn, .ac-modal .ac-product .ac-actions .content .fsSubmitButton, .content .ac-modal .ac-product .ac-actions .fsSubmitButton, .ac-modal .ac-product .ac-actions .secondary-btn, .ac-modal .ac-product .ac-actions .ghost-btn, .ac-modal .ac-product .ac-actions .events-listing .event-list .actions a, .events-listing .event-list .actions .ac-modal .ac-product .ac-actions a, .ac-modal .ac-product .ac-actions .white-ghost, .ac-modal .ac-product .ac-actions .black-ghost, .ac-modal .ac-product .ac-actions .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .ac-modal .ac-product .ac-actions .login-btn, .ac-modal .ac-product .ac-actions .mod-events-listing .event-list .actions a, .ac-modal .ac-product .ac-actions .mod-product-features .event-list .actions a, .mod-events-listing .event-list .actions .ac-modal .ac-product .ac-actions a, .mod-product-features .event-list .actions .ac-modal .ac-product .ac-actions a, .ac-modal .ac-product .ac-actions .ac-answer > .ac-text {
  margin: 0 0.25em 0.25em;
}
.ac-modal .ac-close {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
.ac-modal .ac-close:after {
  content: "×";
  display: block;
  font-size: 2.8rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ac-modal .ac-back {
  position: absolute;
  bottom: 5px;
  left: 5px;
  background: #679146;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
}
@media screen and (min-width: 998px) {
  .ac-modal .ac-back {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .ac-modal .ac-back {
    font-size: 1.2rem;
  }
}
.ac-modal .ac-back {
  padding: 0.3em 1em;
  display: none;
}
.ac-modal .ac-breadcrumb {
  font-size: 1.2rem;
}
@media screen and (min-width: 998px) {
  .ac-modal .ac-breadcrumb {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .ac-modal .ac-breadcrumb {
    font-size: 1.2rem;
  }
}
.ac-modal .ac-breadcrumb {
  background: rgb(87.5, 87.5, 87.5);
  text-align: left;
  color: #001F34;
  padding: 0.5em;
}
.ac-modal .ac-breadcrumb:empty {
  display: none;
}
.ac-modal .ac-breadcrumb span {
  padding-right: 1em;
}
.ac-modal .ac-breadcrumb span:before {
  content: "";
  position: relative;
  left: -5px;
  width: 1px;
  height: 1px;
  display: inline-block;
  border: solid 4px transparent;
  border-left: solid 5px #679146;
}
.ac-modal .ac-breadcrumb span:first-of-type:before {
  display: none;
}

.business-spotlight-detail .image {
  margin-bottom: 1em;
}
.business-spotlight-detail .actions {
  margin-bottom: 2em;
}
.business-spotlight-detail .actions a {
  color: #679146;
}

.featured-business {
  zoom: 1;
}
.featured-business:before, .featured-business:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.featured-business:after {
  clear: both;
}
.featured-business {
  padding-bottom: 1em;
  border-bottom: solid 1px #F4F4F5;
  margin-bottom: 2e;
}
.featured-business .photo {
  margin-bottom: 1em;
  width: 100%;
}
@media screen and (min-width: 950px) {
  .featured-business .photo {
    float: left;
    width: 25%;
  }
}
@media screen and (min-width: 950px) {
  .featured-business .info {
    float: right;
    width: 75%;
    padding-left: 2em;
  }
}

/** Accordion **

	<div id="{{tag name="t244308" label="ID" type="textbox"}}" class="accordion-item">
	    <div class="js-accordion-button accordion-button"><p class="f-h3">{{tag name="t416449" label="Accordion Item Title" type="textbox" display_on_header="yes"}}</p></div>
	    <div class="js-accordion-content accordion-content">{{tag name="t729963" label="Accordion Item Content" type="body"}} <div class="product-disclosure">{{tag name="disclosure" label="Accordion Item Disclosure" type="body"}}</div></div>
	</div>

**/
.accordion-item {
  border-top: solid 1px #679146;
  border-width: 1px 0;
}
.accordion-item:last-of-type {
  border-bottom: solid 1px #679146;
}
.accordion-item .accordion-button {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  position: relative;
  text-align: left;
}
.accordion-item .accordion-button .f-accordion-header {
  font-size: 1.3vw;
}
@media screen and (max-width: 1230.7692307692px) {
  .accordion-item .accordion-button .f-accordion-header {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1538.4615384615px) {
  .accordion-item .accordion-button .f-accordion-header {
    font-size: 2rem;
  }
}
.accordion-item .accordion-button .f-accordion-header {
  font-weight: 700;
  color: #000000;
  padding: 0.5em 0 0.7em;
  display: block;
}
.accordion-item .accordion-button .f-accordion-header:after {
  content: "›";
  display: inline-block;
  color: #da6427;
  font-size: 2.3vw;
  position: absolute;
  top: 50%;
  right: 19px;
  font-weight: 400;
  line-height: 0.1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-item.active .accordion-button .f-accordion-header:after {
  right: 33px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion-item .accordion-content {
  padding-top: 0.5em;
  font-size: 1.3vw;
}
@media screen and (max-width: 1230.7692307692px) {
  .accordion-item .accordion-content {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1538.4615384615px) {
  .accordion-item .accordion-content {
    font-size: 2rem;
  }
}
.accordion-item:last-of-type {
  margin-bottom: 2em;
}
.accordion-item {
  margin-bottom: 0em;
}

.product-block-area {
  text-align: center;
  padding: 0 2em;
}
.product-block-area .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
  -ms-flex-line-pack: space-evenly;
  align-content: space-evenly;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 950px) {
  .product-block-area.col_4 .products {
    display: grid;
    grid-template-columns: auto auto;
  }
}
.product-block-area .content {
  max-width: 1400px;
  margin: 0 auto;
}
.product-block-area .f-section-header {
  color: #006882;
  text-transform: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7vw;
}
@media screen and (max-width: 1294.1176470588px) {
  .product-block-area .f-section-header {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 2235.2941176471px) {
  .product-block-area .f-section-header {
    font-size: 3.8rem;
  }
}
.product-block-area .f-section-header {
  margin-bottom: 1em;
}
.product-block-area .copy {
  max-width: 800px;
  margin: 0 auto 3em;
}

@-webkit-keyframes flip-vertical-fwd {
  0% {
    -webkit-transform: translateZ(160px) rotateY(180deg);
    transform: translateZ(160px) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
    opacity: 1;
  }
}

@keyframes flip-vertical-fwd {
  0% {
    -webkit-transform: translateZ(160px) rotateY(180deg);
    transform: translateZ(160px) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
    opacity: 1;
  }
}
.product-block .match {
  margin: 0 0 1em;
}
.product-block {
  border-top: solid 20px #006882;
  -webkit-box-shadow: 0px 12px 12px -1px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 12px 12px -1px rgba(0, 0, 0, 0.17);
  text-align: center;
  padding: 30px;
  margin: 0 1% 60px;
  display: inline-block;
  max-width: 400px;
}
@media screen and (max-width: 950px) {
  .product-block {
    width: 100%;
  }
}
@media screen and (min-width: 950px) {
  .product-block {
    width: 31%;
  }
}
.product-block.scroll {
  -webkit-transform: translateZ(160px) rotateY(180deg);
  transform: translateZ(160px) rotateY(180deg);
  opacity: 0;
}
.product-block.active {
  -webkit-animation: flip-vertical-fwd 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: flip-vertical-fwd 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.product-block.active:nth-child(1) {
  -webkit-animation-delay: 0.1111111111s;
  animation-delay: 0.1111111111s;
}
.product-block.active:nth-child(2) {
  -webkit-animation-delay: 0.2222222222s;
  animation-delay: 0.2222222222s;
}
.product-block.active:nth-child(3) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
}
.product-block.active:nth-child(4) {
  -webkit-animation-delay: 0.4444444444s;
  animation-delay: 0.4444444444s;
}
.product-block.active:nth-child(5) {
  -webkit-animation-delay: 0.5555555556s;
  animation-delay: 0.5555555556s;
}
.product-block.active:nth-child(6) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
}
.product-block.active:nth-child(7) {
  -webkit-animation-delay: 0.7777777778s;
  animation-delay: 0.7777777778s;
}
.product-block.active:nth-child(8) {
  -webkit-animation-delay: 0.8888888889s;
  animation-delay: 0.8888888889s;
}
.product-block.active:nth-child(9) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.product-block .f-product-header {
  color: #000000;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 0.75em;
  line-height: 1.125;
  font-size: 2.6vw;
}
@media screen and (max-width: 1000px) {
  .product-block .f-product-header {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1153.8461538462px) {
  .product-block .f-product-header {
    font-size: 3rem;
  }
}
.product-block .f-product-subheader {
  color: #747474;
  font-style: italic;
  font-weight: 300;
  line-height: 1.125;
  font-size: 1.4vw;
}
@media screen and (max-width: 1285.7142857143px) {
  .product-block .f-product-subheader {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1571.4285714286px) {
  .product-block .f-product-subheader {
    font-size: 2.2rem;
  }
}
.product-block .f-product-subheader {
  margin-bottom: 1em;
}
.product-block .features {
  font-size: 1.3vw;
}
@media screen and (max-width: 1230.7692307692px) {
  .product-block .features {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1384.6153846154px) {
  .product-block .features {
    font-size: 1.8rem;
  }
}
.product-block .features {
  margin-bottom: 1.5em;
}
.product-block .features em {
  color: #747474;
}
.product-block .features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-block .features li {
  margin: 0 0 1em;
}
.product-block .actions a {
  margin: 0 auto 1em;
  grid-column: 1;
  width: 100%;
  display: block;
}

.mod-product-features {
  text-align: center;
}
@media screen and (max-width: 950px) {
  .mod-product-features .header h2 {
    line-height: 1.2;
  }
}
.mod-product-features .content {
  -ms-flex-wrap: none;
  flex-wrap: none;
  display: block;
}
.mod-product-features .content .item-block {
  text-align: left;
}
.mod-product-features .content .item-block .copy {
  line-height: 1.5;
}
.mod-product-features .content .item-block .f-item-header {
  text-transform: none;
}
.mod-product-features .content .item-block {
  margin-bottom: 60px;
}
@media screen and (max-width: 950px) {
  .mod-product-features .content .item-block {
    width: 100%;
  }
}
@media screen and (min-width: 950px) {
  .mod-product-features .content .item-block {
    width: 31%;
    display: inline-block;
    padding: 0;
    margin: 0 30px 60px;
  }
  .mod-product-features .content .item-block:nth-child(3n+3) {
    margin: 0 30px 60px;
  }
}
.mod-product-features .content .faq-content .faq-listing {
  margin: 0 0 0 0;
}
.mod-product-features.hide-after:after {
  content: none;
}

/** TABS **

<section class="tabs" role="region">
    <div class="tabs-area js-tabs-area">
        {{tag name="t668600" label="Tab 1" type="pcomplex-Tab - Icons"}}
        {{tag name="t668602" label="Tab 2" type="pcomplex-Tab - Icons"}}
        {{tag name="t668603" label="Tab 3" type="pcomplex-Tab - Icons"}}
    </div>
</section>

**/
.tabs-area {
  margin-bottom: 0;
}
.tabs-area .tab-nav {
  text-align: left;
  margin-bottom: 1em;
  /* display: none; */
}
@media screen and (min-width: 950px) {
  .tabs-area .tab-nav {
    display: block !important;
  }
}
.tabs-area .tab-nav span {
  cursor: pointer;
}
.tabs-area.js-tabs-closed.active .tab-nav span {
  opacity: 0.3;
}
.tabs-area.js-tabs-closed.active .tab-nav span.current {
  opacity: 1;
  font-weight: 800;
}
.tabs-area .tab-header {
  position: relative;
  margin: 0 1.5em 0.9em 0;
  display: inline-block;
}
.tabs-area .tab-dropdown {
  display: none;
}
@media screen and (min-width: 950px) {
  .tabs-area .tab-dropdown {
    display: none !important;
  }
}
.tabs-area .tab-content {
  padding: 0;
}
@media screen and (min-width: 950px) {
  .tabs-area .tab-content {
    padding: 2em 0;
  }
}
@media screen and (max-width: 950px) {
  .tabs-area {
    /** Styles for all tabs expanded **/
  }
  .tabs-area .tab-dropdown {
    display: none !important;
    background: #679146;
    color: #fff;
    padding: 1em;
  }
  .tabs-area .tab {
    /*  .tab-header { display: block !important; } */
  }
  .tabs-area .tab .tab-content {
    display: none;
    padding: 2em 0;
  }
  .tabs-area.expanded .tab, .tabs-area.expanded .tab-header, .tabs-area.expanded .tab-content {
    display: block;
  }
}

.reveal-tabs .tab-content {
  display: none;
}
.reveal-tabs .tab-dropdown {
  display: none;
}

/** Base styles */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  z-index: 10;
  -webkit-transform: translate3d(0px, 0, 0);
}

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
  z-index: 5;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/** Custom Styles */
@media screen and (max-width: 950px) {
  .owl-carousel .owl-item {
    text-align: center;
  }
}
.owl-carousel .owl-dots {
  text-align: center;
  margin: 1em;
  display: inline;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 26px;
  padding: 5px 0 0 0;
}
@media screen and (min-width: 950px) {
  .owl-carousel .owl-dots {
    margin: 0 0 1em;
  }
}
.owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: rgb(127.8930232558, 175.5581395349, 90.4418604651);
  border-radius: 100%;
  display: inline-block;
  margin: 0 5px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: rgb(181.0279069767, 208.7674418605, 159.2325581395);
}
.owl-carousel .owl-dots .owl-dot.disabled { /*display: none;*/ }
.owl-carousel .owl-nav {
  margin: 0 auto 2em;
  position: relative;
  text-align: center;
  z-index: 100;
}
.owl-carousel .owl-nav .owl-prev {
  height: 26px;
  width: 26px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 5.5rem 0 0;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 60%;
  background-color: #679146;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-carousel .owl-nav .owl-prev:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3px;
  height: 60%;
  background-color: #679146;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.owl-carousel .owl-nav .owl-next {
  height: 26px;
  width: 26px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 0 0 5.5rem;
}
.owl-carousel .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 60%;
  background-color: #679146;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.owl-carousel .owl-nav .owl-next:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3px;
  height: 60%;
  background-color: #679146;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cross-sell-carousel {
  display: block;
}
/**
<div class="cta-bar">
	<p class="content">
    {{tag name="t500610" label="CTA Description" type="textbox"}} {{tag name="t213947" label="CTA Button" type="subcontent"}}
	</p>
</div>
*/
.cta-bar {
  background: #F4F4F5;
  text-align: center;
  padding: 1em 1em 0.5em 1em;
  margin-bottom: 2em;
}
@media screen and (min-width: 950px) {
  .cta-bar {
    padding: 2em 2em 1em 2em;
  }
}
.sidebar .cta-bar, .product-page .cta-bar {
  padding: 1em 1em 0 1em;
  background: #F0F0F0;
  border-radius: 10px;
  font-family: open-sans, sans-serif;
  font-size: 1.4rem;
}
@media screen and (min-width: 998px) {
  .sidebar .cta-bar, .product-page .cta-bar {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .sidebar .cta-bar, .product-page .cta-bar {
    font-size: 1.8rem;
  }
}
.cta-bar .inner-content {
  max-width: 1400px;
  margin: 0 auto;
  zoom: 1;
}
.cta-bar .inner-content:before, .cta-bar .inner-content:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.cta-bar .inner-content:after {
  clear: both;
}
.cta-bar .btn, .cta-bar .cta-btn, .cta-bar .content .fsSubmitButton, .content .cta-bar .fsSubmitButton, .cta-bar .secondary-btn, .cta-bar .ghost-btn, .cta-bar .events-listing .event-list .actions a, .events-listing .event-list .actions .cta-bar a, .cta-bar .white-ghost, .cta-bar .black-ghost, .cta-bar .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .cta-bar .login-btn, .cta-bar .mod-events-listing .event-list .actions a, .mod-events-listing .event-list .actions .cta-bar a, .cta-bar .ac-modal .ac-answer > .ac-text, .ac-modal .cta-bar .ac-answer > .ac-text, .cta-bar .mod-product-features .event-list .actions a, .mod-product-features .event-list .actions .cta-bar a {
  margin: 0 0.5em 0.5em 0;
}
.sidebar .cta-bar .btn, .sidebar .cta-bar .cta-btn, .sidebar .cta-bar .content .fsSubmitButton, .content .sidebar .cta-bar .fsSubmitButton, .sidebar .cta-bar .secondary-btn, .sidebar .cta-bar .ghost-btn, .sidebar .cta-bar .events-listing .event-list .actions a, .events-listing .event-list .actions .sidebar .cta-bar a, .sidebar .cta-bar .white-ghost, .sidebar .cta-bar .black-ghost, .sidebar .cta-bar .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .sidebar .cta-bar .login-btn, .sidebar .cta-bar .mod-events-listing .event-list .actions a, .mod-events-listing .event-list .actions .sidebar .cta-bar a, .sidebar .cta-bar .ac-modal .ac-answer > .ac-text, .ac-modal .sidebar .cta-bar .ac-answer > .ac-text, .sidebar .cta-bar .mod-product-features .event-list .actions a, .mod-product-features .event-list .actions .sidebar .cta-bar a {
  margin: 0 0 0.5em;
  display: block;
}
.cta-bar span {
  display: block;
  margin: 0 1em 0.5em;
}
@media screen and (min-width: 950px) {
  .cta-bar span {
    display: inline-block;
  }
}
.sidebar .cta-bar span {
  margin: 0 0 0.5em;
}
.cta-bar .actions {
  white-space: nowrap;
}
.cta-bar .actions .cta-btn, .cta-bar .actions .content .fsSubmitButton, .content .cta-bar .actions .fsSubmitButton, .cta-bar .actions .secondary-btn, .cta-bar .actions .ac-modal .ac-answer > .ac-text, .ac-modal .cta-bar .actions .ac-answer > .ac-text, .cta-bar .actions .btn, .cta-bar .actions .ghost-btn, .cta-bar .events-listing .event-list .actions a, .events-listing .event-list .cta-bar .actions a, .cta-bar .actions .white-ghost, .cta-bar .actions .black-ghost, .cta-bar .actions .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .cta-bar .actions .login-btn, .cta-bar .mod-events-listing .event-list .actions a, .mod-events-listing .event-list .cta-bar .actions a, .cta-bar .mod-product-features .event-list .actions a, .mod-product-features .event-list .cta-bar .actions a {
  white-space: normal;
}
.sidebar .cta-bar .actions {
  white-space: normal;
}

.horizontal-info-bar {
  background: #F4F4F5;
  padding: 2em 0.8 1em;
}
.horizontal-info-bar .bar-content {
  max-width: 1400px;
  margin: 0 auto;
}
.horizontal-info-bar .bar-content img {
  width: 50px;
  display: inline-block;
  margin-right: 0.25em;
  vertical-align: middle;
}
.horizontal-info-bar .bar-content h2 {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
  margin-bottom: 0;
  font-weight: 750;
  color: #679146;
}
.horizontal-info-bar .bar-content .news-article {
  display: block;
  padding-left: 70px;
  margin-bottom: 2em;
}
@media screen and (min-width: 950px) {
  .horizontal-info-bar .bar-content .news-article {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    width: 500px;
    width: calc(100% - 400px);
  }
}
.horizontal-info-bar .bar-content .news-article {
  vertical-align: middle;
}
.horizontal-info-bar .bar-content .btn, .horizontal-info-bar .bar-content .cta-btn, .horizontal-info-bar .bar-content .content .fsSubmitButton, .content .horizontal-info-bar .bar-content .fsSubmitButton, .horizontal-info-bar .bar-content .secondary-btn, .horizontal-info-bar .bar-content .ghost-btn, .horizontal-info-bar .bar-content .events-listing .event-list .actions a, .events-listing .event-list .actions .horizontal-info-bar .bar-content a, .horizontal-info-bar .bar-content .white-ghost, .horizontal-info-bar .bar-content .black-ghost, .horizontal-info-bar .bar-content .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .horizontal-info-bar .bar-content .login-btn, .horizontal-info-bar .bar-content .mod-events-listing .event-list .actions a, .mod-events-listing .event-list .actions .horizontal-info-bar .bar-content a, .horizontal-info-bar .bar-content .ac-modal .ac-answer > .ac-text, .ac-modal .horizontal-info-bar .bar-content .ac-answer > .ac-text, .horizontal-info-bar .bar-content .mod-product-features .event-list .actions a, .mod-product-features .event-list .actions .horizontal-info-bar .bar-content a {
  margin: 0 auto;
  vertical-align: middle;
  width: 200px;
}
@media screen and (min-width: 950px) {
  .horizontal-info-bar .bar-content .btn, .horizontal-info-bar .bar-content .cta-btn, .horizontal-info-bar .bar-content .content .fsSubmitButton, .content .horizontal-info-bar .bar-content .fsSubmitButton, .horizontal-info-bar .bar-content .secondary-btn, .horizontal-info-bar .bar-content .ghost-btn, .horizontal-info-bar .bar-content .events-listing .event-list .actions a, .events-listing .event-list .actions .horizontal-info-bar .bar-content a, .horizontal-info-bar .bar-content .white-ghost, .horizontal-info-bar .bar-content .black-ghost, .horizontal-info-bar .bar-content .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .horizontal-info-bar .bar-content .login-btn, .horizontal-info-bar .bar-content .mod-events-listing .event-list .actions a, .mod-events-listing .event-list .actions .horizontal-info-bar .bar-content a, .horizontal-info-bar .bar-content .ac-modal .ac-answer > .ac-text, .ac-modal .horizontal-info-bar .bar-content .ac-answer > .ac-text, .horizontal-info-bar .bar-content .mod-product-features .event-list .actions a, .mod-product-features .event-list .actions .horizontal-info-bar .bar-content a {
    float: right;
    width: auto;
    display: inline-block;
  }
}

.content-box, .content-box-icon, .content-box-simple {
  margin-bottom: 1em;
  border-radius: 10px;
  background: #006882;
  color: #fff;
  padding: 1em;
  text-align: left;
}

.content-box-simple {
  font-size: 1.4rem;
}
@media screen and (min-width: 998px) {
  .content-box-simple {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .content-box-simple {
    font-size: 1.8rem;
  }
}

.content-box-icon {
  font-size: 1.4rem;
}
@media screen and (min-width: 998px) {
  .content-box-icon {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .content-box-icon {
    font-size: 1.8rem;
  }
}
.content-box-icon {
  position: relative;
  margin-top: 50px;
  background: #F4F4F5;
  color: #001F34;
}
.content-box-icon img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -40px;
  width: 80px;
}
.content-box-icon {
  padding-top: 3em;
  padding-top: calc(1em + 40px);
}
.content-box-icon a {
  color: #006882;
  font-family: alisha, sans-serif;
  font-size: 1.6rem;
}
@media screen and (min-width: 998px) {
  .content-box-icon a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .content-box-icon a {
    font-size: 2.2rem;
  }
}
.content-box-icon a {
  display: block;
  margin-bottom: 0.5em;
}

.box-subcontent {
  background: #F4F4F5;
  margin-bottom: 1em;
}
.box-subcontent img {
  width: 100%;
}
.box-subcontent {
  padding: 1em;
}
.box-subcontent h2 {
  margin-bottom: 0.5em;
  text-transform: none;
  line-height: 1.2;
  color: #000000 !important;
}
.box-subcontent .description {
  margin-bottom: 1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 998px) {
  .box-subcontent .description {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .box-subcontent .description {
    font-size: 1.8rem;
  }
}

.category-navigation-area {
  background: #fff;
  padding: 3em 2em;
}
.category-navigation-area > .content {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 950px) {
  .category-navigation-area > .content .links {
    zoom: 1;
  }
  .category-navigation-area > .content .links:before, .category-navigation-area > .content .links:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .category-navigation-area > .content .links:after {
    clear: both;
  }
  .category-navigation-area > .content .links .product-page-item, .category-navigation-area > .content .links .mod-news-listing {
    float: left;
    width: calc(50% - 1em);
    margin-left: 1em;
    border-width: 0 0 2px 0 !important;
  }
  .category-navigation-area > .content .links .product-page-item:nth-of-type(odd), .category-navigation-area > .content .links .mod-news-listing:nth-of-type(odd) {
    clear: both;
    margin-right: 1em;
    margin-left: 0;
  }
}
.content .category-navigation-area {
  padding: 3em 0;
}

.content-section {
  padding: 0 2em 50px;
  text-align: center;
}
.content-section > .content {
  max-width: 1000px;
  margin: 0 auto;
}
.content .content-section {
  padding: 0 0 50px;
}
.content-section .f-content-header {
  font-weight: 700;
  color: #006882;
  font-size: 2.6vw;
}
@media screen and (max-width: 1000px) {
  .content-section .f-content-header {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1538.4615384615px) {
  .content-section .f-content-header {
    font-size: 4rem;
  }
}
.content-section .f-content-header {
  margin-bottom: 0.7em;
}
.content-section .description {
  font-size: 1.3vw;
}
@media screen and (max-width: 1230.7692307692px) {
  .content-section .description {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1538.4615384615px) {
  .content-section .description {
    font-size: 2rem;
  }
}
.content-section .description ul {
  text-align: left;
}
.content-section .description ul li {
  margin-bottom: 1em;
}

.helpful-info-link-area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  position: relative;
}
.helpful-info-link-area:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 950px) {
  .category-page .helpful-info-link-area {
    padding-right: 30%;
  }
}
.helpful-info-link-area .btn, .helpful-info-link-area .cta-btn, .helpful-info-link-area .content .fsSubmitButton, .content .helpful-info-link-area .fsSubmitButton, .helpful-info-link-area .secondary-btn, .helpful-info-link-area .ghost-btn, .helpful-info-link-area .events-listing .event-list .actions a, .events-listing .event-list .actions .helpful-info-link-area a, .helpful-info-link-area .white-ghost, .helpful-info-link-area .black-ghost, .helpful-info-link-area .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .helpful-info-link-area .login-btn, .helpful-info-link-area .mod-events-listing .event-list .actions a, .mod-events-listing .event-list .actions .helpful-info-link-area a, .helpful-info-link-area .ac-modal .ac-answer > .ac-text, .ac-modal .helpful-info-link-area .ac-answer > .ac-text, .helpful-info-link-area .mod-product-features .event-list .actions a, .mod-product-features .event-list .actions .helpful-info-link-area a {
  margin: 0 1em 1em 0;
}

.helpful-info-block-area {
  zoom: 1;
}
.helpful-info-block-area:before, .helpful-info-block-area:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.helpful-info-block-area:after {
  clear: both;
}
.helpful-info-block-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.helpful-info-block-area .helpful-info-block {
  font-size: 1.6rem;
}
@media screen and (min-width: 998px) {
  .helpful-info-block-area .helpful-info-block {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .helpful-info-block-area .helpful-info-block {
    font-size: 2rem;
  }
}
.helpful-info-block-area .helpful-info-block {
  margin-bottom: 1em;
  font-weight: 600;
  text-align: left;
  padding: 1em;
}
@media screen and (min-width: 950px) {
  .helpful-info-block-area .helpful-info-block {
    float: left;
    width: 50%;
  }
}

.helpful-info .photo-area-complex:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.helpful-info .helpful-info-link-area:after {
  background: none;
  content: none;
}

.helpful-info-drop {
  background: #679146;
  padding: 2em 1em 1em 1em;
  position: relative;
  color: #fff;
  margin-bottom: 2em;
  text-align: center;
}
.helpful-info-drop:before {
  content: "";
  width: 43px;
  height: 43px;
  position: absolute;
  background: url(/images/ico-helpful-info.svg) no-repeat;
  background-size: contain;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.helpful-info-drop .dropdown {
  font-size: 1.6rem;
}
.helpful-info-drop .dropdown .header {
  border-radius: 0;
  background: #fff;
  font-size: 1.6rem;
}

.helpful-info-area {
  background: #679146;
  color: #fff;
}
.helpful-info-area .help-content {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 3em 1em 2em 0.5 110px;
}
.helpful-info-area .help-content:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 2em 0.5;
  left: 1em;
  width: 80px;
  height: 80px;
  background: url(/images/ico-help.svg) no-repeat;
  background-size: contain;
}
.helpful-info-area .help-content ul, .helpful-info-area .help-content li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.helpful-info-area .help-content h2 {
  margin-bottom: 0.33em;
}
.helpful-info-area .help-content a {
  display: inline-block;
  margin-bottom: 0.25em;
  font-weight: 700;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 998px) {
  .helpful-info-area .help-content a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .helpful-info-area .help-content a {
    font-size: 2.2rem;
  }
}
.helpful-info-area .help-content a:after {
  content: "|";
  padding: 0 0.5em;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 950px) {
  .helpful-info-area .help-content a:after {
    padding: 0 1em;
  }
}
.helpful-info-area .help-content li {
  display: inline-block;
}
.helpful-info-area .help-content li:first-of-type a {
  padding-left: 0;
}
.helpful-info-area .help-content li:last-of-type a:after {
  content: "";
}

.info-area {
  background: #F4F4F5;
  padding: 2em 1em;
  position: relative;
  z-index: 20;
}
.info-area .info-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 998px) {
  .info-area .info-content {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .info-area .info-content {
    font-size: 1.8rem;
  }
}
.info-area .info-content .f-h3 {
  font-weight: normal;
}
@media screen and (min-width: 950px) {
  .category-page .info-area .info-content {
    padding-right: 25%;
    padding-right: calc(25% + 1em);
  }
}
.info-area .info-content .info-copy {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 998px) {
  .info-area .info-content .info-copy {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .info-area .info-content .info-copy {
    font-size: 2.2rem;
  }
}
.info-area .info-content .info-copy {
  font-weight: bold;
}
@media screen and (min-width: 950px) {
  .info-area .info-content .info-copy {
    text-align: left;
    display: inline-block;
    padding-right: 1em;
    max-width: 45%;
  }
}
.info-area .info-content .info-icons {
  text-align: center;
}
@media screen and (min-width: 950px) {
  .info-area .info-content .info-icons {
    display: inline-block;
  }
}
.info-area .info-content .info-icons img {
  margin: 0 0.5em 1em;
}
.info-area .page-content {
  background: none;
}

.related-product {
  padding: 4em 1em;
  position: relative;
  background-size: cover;
  margin-bottom: 2em;
}
.related-product .related-content {
  zoom: 1;
}
.related-product .related-content:before, .related-product .related-content:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.related-product .related-content:after {
  clear: both;
}
.related-product .related-content {
  position: relative;
  z-index: 5;
  color: #fff;
  padding: 1em;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 950px) {
  .related-product .related-content h2 {
    width: 30%;
    float: left;
    color: #fff;
  }
  .related-product .related-content .related-text {
    width: 70%;
    float: right;
    padding-left: 2em;
  }
  .related-product .related-content .related-text a {
    color: #fff;
  }
}
.related-product .related-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #e6eff2;
}
.related-product .action a:after {
  background: url(../images/ico-arrow-white.svg) no-repeat;
}

.cross-sell-area {
  padding: 4vw 0 0;
}
.cross-sell-area .cross-sell-header {
  padding: 0px 2em;
}
.cross-sell-area .cross-sell-header .f-sub-header {
  max-width: 1400px;
  margin: 0 auto;
  color: #006882;
  text-transform: uppercase;
  font-size: 1.7vw;
}
@media screen and (max-width: 1294.1176470588px) {
  .cross-sell-area .cross-sell-header .f-sub-header {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 2235.2941176471px) {
  .cross-sell-area .cross-sell-header .f-sub-header {
    font-size: 3.8rem;
  }
}
.cross-sell-area .cross-sell-header .f-sub-header {
  margin-bottom: 1.5em;
}
.cross-sell-area .cross-sells {
  position: relative;
  background: #E6EFF2;
  overflow: hidden;
  padding: 0px 2em 15vw;
}
@media screen and (max-width: 950px) {
  .cross-sell-area .cross-sells {
    padding: 0px 2em 200px;
  }
}
.cross-sell-area .cross-sells:before {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  height: 0;
  border-style: solid;
  border-width: 10vw 100vw 0vw 0;
  border-color: #fff transparent transparent transparent;
  left: 0;
}
.cross-sell-area .cross-sells:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0vw 0 10vw 100vw;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
  left: 0;
}
.cross-sell-area .cross-sells .content {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 950px) {
  .cross-sell-area .cross-sells .content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.cross-sell-area .cross-sells .content {
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cross-sell-area .cross-sells .image img {
  width: 100%;
  border-radius: 70px 25px;
}
.cross-sell-area .cross-sells .image {
  margin-bottom: 30px;
}
.cross-sell-area .cross-sells .info .f-cross-header {
  font-weight: 700;
  color: #fff;
  font-size: 2.6vw;
}
@media screen and (max-width: 1000px) {
  .cross-sell-area .cross-sells .info .f-cross-header {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1653.8461538462px) {
  .cross-sell-area .cross-sells .info .f-cross-header {
    font-size: 4.3rem;
  }
}
.cross-sell-area .cross-sells .info .f-cross-header {
  margin-bottom: 0.7em;
}
.cross-sell-area .cross-sells .info .copy {
  color: #fff;
  margin-bottom: 1.5em;
}
.cross-sell-area .cross-sells .actions a {
  color: #fff;
}

.cross-sell-block {
  margin: 0 0 60px;
  width: 100%;
}
@media screen and (min-width: 950px) {
  .cross-sell-block:first-of-type {
    margin: 0 20px 0 0;
  }
  .cross-sell-block:nth-of-type(2) {
    margin: 0 0px 0 20px;
  }
}

.photo-split {
  zoom: 1;
}
.photo-split:before, .photo-split:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.photo-split:after {
  clear: both;
}
.photo-split {
  position: relative;
  margin-bottom: 3em;
}
@media screen and (min-width: 950px) {
  .photo-split {
    margin-bottom: 6em;
  }
}
.board-grey.photo-split .photo {
  background: url(/images/Background-Board-Grey.svg) repeat;
}

.dock-grey.photo-split .photo {
  background: url(/images/Background-Dock-Grey.svg) repeat;
}

.iced-blue.photo-split .photo {
  background: url(/images/Background-Iced-Blue.svg) repeat;
}

.loft.photo-split .photo {
  background: url(/images/Background-Loft.svg) repeat;
}

.orange-splash.photo-split .photo {
  background: url(/images/Background-Orange-Splash.svg) repeat;
}

.peak.photo-split .photo {
  background: url(/images/Background-Peak.svg) repeat;
}

.poppy.photo-split .photo {
  background: url(/images/Background-Poppy.svg) repeat;
}

.retro.photo-split .photo {
  background: url(/images/Background-Retro.svg) repeat;
}

.sail-yellow.photo-split .photo {
  background: url(/images/Background-Sail-Yellow.svg) repeat;
}

.shadow.photo-split .photo {
  background: url(/images/Background-Shadow.svg) repeat;
}

.sundown.photo-split .photo {
  background: url(/images/Background-Sundown.svg) repeat;
}

.vinate.photo-split .photo {
  background: url(/images/Background-Vinate.svg) repeat;
}

@media screen and (min-width: 950px) {
  .photo-split .photo {
    width: calc(50% - 90px);
  }
}
.photo-split ul.links {
  padding: 0;
  margin: 0 0 1em;
  list-style: none;
}
.photo-split ul.links li {
  padding: 0;
  margin: 0 0 0.25em;
}
.photo-split ul.links a {
  color: #000000;
}
.photo-split .holder {
  display: inline-block;
  max-width: 648px;
  margin: 0 auto;
  text-align: left;
}
.photo-split .holder h2 {
  margin-bottom: 0.4em;
}
.photo-split .content {
  padding: 2em;
  text-align: center;
  position: relative;
  color: #000000;
}
.photo-split .content .icon {
  width: 100px;
  margin-bottom: 1em;
}
@media screen and (min-width: 950px) {
  .photo-split .content {
    float: left;
    width: 50%;
    padding: 2em 3em 0 3em;
  }
}
.photo-split .content .copy {
  margin-bottom: 1em;
}
.photo-split .content .features {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-bottom: 2em;
}
.photo-split .content .actions .btn, .photo-split .content .actions .cta-btn, .photo-split .content .actions .fsSubmitButton, .photo-split .content .actions .secondary-btn, .photo-split .content .actions .ghost-btn, .photo-split .content .events-listing .event-list .actions a, .events-listing .event-list .photo-split .content .actions a, .photo-split .content .actions .white-ghost, .photo-split .content .actions .black-ghost, .photo-split .content .actions .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .photo-split .content .actions .login-btn, .photo-split .content .mod-events-listing .event-list .actions a, .mod-events-listing .event-list .photo-split .content .actions a, .photo-split .content .actions .ac-modal .ac-answer > .ac-text, .ac-modal .photo-split .content .actions .ac-answer > .ac-text, .photo-split .content .mod-product-features .event-list .actions a, .mod-product-features .event-list .photo-split .content .actions a {
  margin: 0 1em 1em 0;
}
@-webkit-keyframes prodAnim {
  0% {
    top: 0;
    right: 0;
  }
  100% {
    top: 35px;
    right: -35px;
  }
}
@keyframes prodAnim {
  0% {
    top: 0;
    right: 0;
  }
  100% {
    top: 35px;
    right: -35px;
  }
}
@-webkit-keyframes prodAnimRight {
  0% {
    top: 0;
    left: 0;
  }
  100% {
    top: -32px;
    left: -35px;
  }
}
@keyframes prodAnimRight {
  0% {
    top: 0;
    left: 0;
  }
  100% {
    top: -32px;
    left: -35px;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    right: -20px;
  }
  100% {
    opacity: 1;
    right: 0px;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    right: -20px;
  }
  100% {
    opacity: 1;
    right: 0px;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: -20px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: -20px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
.photo-split.photo-left .photo {
  float: left;
  text-align: right;
  margin-bottom: 40px;
}
.photo-split.photo-left .photo img {
  position: relative;
  right: -30px;
  top: 30px;
  width: 100%;
  max-width: 685px;
}
@media screen and (min-width: 950px) {
  .photo-split.photo-left .photo img {
    right: 0px;
    top: 0px;
    width: calc(100% - 30px);
  }
  .active.photo-split.photo-left .photo img {
    -webkit-animation: prodAnim 0.8s ease-in;
    animation: prodAnim 0.8s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
.photo-split.photo-left .photo img {
  border-radius: 20px 0;
  z-index: 3;
}
@media screen and (max-width: 950px) {
  .photo-split.photo-left .photo {
    width: calc(100% - 60px);
    margin-bottom: 40px;
  }
}
.photo-split.photo-left .content {
  float: right;
  text-align: left;
}
.photo-split.photo-left .content .holder {
  position: relative;
}
.scroll.photo-split.photo-left .content .holder {
  opacity: 0;
}

.active.photo-split.photo-left .content .holder {
  -webkit-animation: fadeInRight 0.8s ease-in;
  animation: fadeInRight 0.8s ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.photo-split.photo-right .photo {
  position: relative;
  top: 35px;
  text-align: left;
  float: right;
  margin-bottom: 40px;
}
.photo-split.photo-right .photo img {
  position: relative;
  max-width: 685px;
  left: 0px;
  top: 0px;
  width: calc(100% - 30px);
  border-radius: 20px 0;
  z-index: 3;
}
.active.photo-split.photo-right .photo img {
  -webkit-animation: prodAnimRight 0.8s ease-in;
  animation: prodAnimRight 0.8s ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 950px) {
  .photo-split.photo-right .photo {
    width: calc(100% - 60px);
    margin-bottom: 60px;
  }
}
.photo-split.photo-right .content {
  text-align: right;
}
.photo-split.photo-right .content .holder {
  position: relative;
  text-align: left;
}
.scroll.photo-split.photo-right .content .holder {
  opacity: 0;
}

.active.photo-split.photo-right .content .holder {
  -webkit-animation: fadeInLeft 0.8s ease-in;
  animation: fadeInLeft 0.8s ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.photo-split.box-red .content {
  background: #679146;
  color: #fff;
}
.photo-split.box-red .content .actions .btn, .photo-split.box-red .content .actions .cta-btn, .photo-split.box-red .content .actions .fsSubmitButton, .photo-split.box-red .content .actions .secondary-btn, .photo-split.box-red .content .actions .ghost-btn, .photo-split.box-red .content .events-listing .event-list .actions a, .events-listing .event-list .photo-split.box-red .content .actions a, .photo-split.box-red .content .actions .white-ghost, .photo-split.box-red .content .actions .black-ghost, .photo-split.box-red .content .actions .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .photo-split.box-red .content .actions .login-btn, .photo-split.box-red .content .mod-events-listing .event-list .actions a, .mod-events-listing .event-list .photo-split.box-red .content .actions a, .photo-split.box-red .content .actions .ac-modal .ac-answer > .ac-text, .ac-modal .photo-split.box-red .content .actions .ac-answer > .ac-text, .photo-split.box-red .content .mod-product-features .event-list .actions a, .mod-product-features .event-list .photo-split.box-red .content .actions a {
  color: #fff;
  border-color: #fff;
}
.photo-split.box-white .content {
  background: #fff;
  color: #679146;
}
.photo-split.box-white .content .actions .btn, .photo-split.box-white .content .actions .cta-btn, .photo-split.box-white .content .actions .fsSubmitButton, .photo-split.box-white .content .actions .secondary-btn, .photo-split.box-white .content .actions .ghost-btn, .photo-split.box-white .content .events-listing .event-list .actions a, .events-listing .event-list .photo-split.box-white .content .actions a, .photo-split.box-white .content .actions .white-ghost, .photo-split.box-white .content .actions .black-ghost, .photo-split.box-white .content .actions .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .photo-split.box-white .content .actions .login-btn, .photo-split.box-white .content .mod-events-listing .event-list .actions a, .mod-events-listing .event-list .photo-split.box-white .content .actions a, .photo-split.box-white .content .actions .ac-modal .ac-answer > .ac-text, .ac-modal .photo-split.box-white .content .actions .ac-answer > .ac-text, .photo-split.box-white .content .mod-product-features .event-list .actions a, .mod-product-features .event-list .photo-split.box-white .content .actions a {
  color: #000000;
  border-color: #679146;
}
.photo-split.box-white .content .actions .btn:hover, .photo-split.box-white .content .actions .cta-btn:hover, .photo-split.box-white .content .actions .fsSubmitButton:hover, .photo-split.box-white .content .actions .secondary-btn:hover, .photo-split.box-white .content .actions .ghost-btn:hover, .photo-split.box-white .content .events-listing .event-list .actions a:hover, .events-listing .event-list .photo-split.box-white .content .actions a:hover, .photo-split.box-white .content .actions .white-ghost:hover, .photo-split.box-white .content .actions .black-ghost:hover, .photo-split.box-white .content .actions .access-login .login-forms .login-content .login-btn:hover, .access-login .login-forms .login-content .photo-split.box-white .content .actions .login-btn:hover, .photo-split.box-white .content .mod-events-listing .event-list .actions a:hover, .mod-events-listing .event-list .photo-split.box-white .content .actions a:hover, .photo-split.box-white .content .actions .ac-modal .ac-answer > .ac-text:hover, .ac-modal .photo-split.box-white .content .actions .ac-answer > .ac-text:hover, .photo-split.box-white .content .mod-product-features .event-list .actions a:hover, .mod-product-features .event-list .photo-split.box-white .content .actions a:hover {
  color: #fff;
}
.photo-split.box-white .content:after {
  background: #fff;
}
.photo-split.box-black .content {
  background: #E6EFF2;
  color: #fff;
}
.photo-split.box-black .content .actions .btn, .photo-split.box-black .content .actions .cta-btn, .photo-split.box-black .content .actions .fsSubmitButton, .photo-split.box-black .content .actions .secondary-btn, .photo-split.box-black .content .actions .ghost-btn, .photo-split.box-black .content .events-listing .event-list .actions a, .events-listing .event-list .photo-split.box-black .content .actions a, .photo-split.box-black .content .actions .white-ghost, .photo-split.box-black .content .actions .black-ghost, .photo-split.box-black .content .actions .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .photo-split.box-black .content .actions .login-btn, .photo-split.box-black .content .mod-events-listing .event-list .actions a, .mod-events-listing .event-list .photo-split.box-black .content .actions a, .photo-split.box-black .content .actions .ac-modal .ac-answer > .ac-text, .ac-modal .photo-split.box-black .content .actions .ac-answer > .ac-text, .photo-split.box-black .content .mod-product-features .event-list .actions a, .mod-product-features .event-list .photo-split.box-black .content .actions a {
  color: #fff;
  border-color: #679146;
}
.photo-split.box-black .content:after {
  background: #E6EFF2;
}

.content-split {
  zoom: 1;
}
.content-split:before, .content-split:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.content-split:after {
  clear: both;
}
.content-split {
  padding: 3em 0em;
  max-width: 1400px;
  margin: 0 auto;
}
.content-split .content-left {
  padding: 2em;
}
@media screen and (min-width: 950px) {
  .content-split .content-left {
    width: 50%;
    float: left;
    padding: 3em;
  }
}
.content-split .content-right {
  padding: 2em;
}
@media screen and (min-width: 950px) {
  .content-split .content-right {
    width: 50%;
    float: right;
    padding: 3em;
  }
}
.content-split ul.links {
  padding: 0;
  margin: 0 0 1em;
  list-style: none;
}
.content-split ul.links li {
  padding: 0;
  margin: 0 0 0.25em;
}
.content-split ul.links a {
  color: #000000;
}
.content-split .content {
  padding: 2em;
  text-align: center;
  position: relative;
  color: #000000;
}
.content-split .icon {
  margin-bottom: 1em;
}
.content-split h2 {
  margin-bottom: 0.5em;
}
.content-split .copy {
  margin-bottom: 2em;
}
.content-split .features {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-bottom: 2em;
}
.content-split .actions .btn, .content-split .actions .cta-btn, .content-split .actions .content .fsSubmitButton, .content .content-split .actions .fsSubmitButton, .content-split .actions .secondary-btn, .content-split .actions .ghost-btn, .content-split .events-listing .event-list .actions a, .events-listing .event-list .content-split .actions a, .content-split .actions .white-ghost, .content-split .actions .black-ghost, .content-split .actions .access-login .login-forms .login-content .login-btn, .access-login .login-forms .login-content .content-split .actions .login-btn, .content-split .mod-events-listing .event-list .actions a, .mod-events-listing .event-list .content-split .actions a, .content-split .actions .ac-modal .ac-answer > .ac-text, .ac-modal .content-split .actions .ac-answer > .ac-text, .content-split .mod-product-features .event-list .actions a, .mod-product-features .event-list .content-split .actions a {
  margin: 0 1em 1em 0;
  color: #fff;
  border-color: #fff;
}

.cross-block-selection {
  padding: 3em 2em;
}
.cross-block-selection * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cross-block-selection > .content {
  max-width: 1000px;
  margin: 0 auto;
}
.content .cross-block-selection {
  padding: 3em 0;
}
.cross-block-selection .block-name {
  display: none;
}
.cross-block-selection .block-area {
  zoom: 1;
}
.cross-block-selection .block-area:before, .cross-block-selection .block-area:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.cross-block-selection .block-area:after {
  clear: both;
}
.cross-block-selection .block-area .photo {
  padding: 2em 0;
}
@media screen and (min-width: 950px) {
  .cross-block-selection .block-area .photo {
    float: left;
    width: 35%;
  }
}
@media screen and (min-width: 950px) {
  .cross-block-selection .block-area .content {
    float: right;
    width: 65%;
  }
}
@media screen and (min-width: 950px) {
  .cross-block-selection .block-area .content .inner {
    margin: 0 0 0 10rem;
  }
}
.cross-block-selection .copy img {
  width: auto;
  height: auto;
}
.cross-block-selection .copy {
  margin-bottom: 1.5em;
}
.cross-block-selection .owl-nav {
  position: relative;
  width: 200px;
  height: 34px;
  margin: 0 auto;
  top: 42px;
  z-index: 10;
}
@media screen and (min-width: 950px) {
  .cross-block-selection .owl-nav {
    top: 26px;
  }
}
.cross-block-selection .owl-nav .owl-prev {
  height: 34px;
  width: 19px;
  position: absolute;
  left: 0;
  cursor: pointer;
  background: url("/images/cross-block-prev.svg") center no-repeat;
}
.cross-block-selection .owl-nav .owl-next {
  height: 34px;
  width: 19px;
  position: absolute;
  right: 0;
  cursor: pointer;
  background: url("/images/cross-block-next.svg") center no-repeat;
}
.cross-block-selection .owl-carousel .owl-dots .owl-dot {
  width: 19px;
  height: 19px;
  margin: 0 1rem;
  background: #BFB7B0;
  cursor: pointer;
  z-index: 15;
  position: relative;
}
.cross-block-selection .owl-carousel .owl-dots .owl-dot.active {
  background: #D7282F;
}

.multi-photo-area {
  padding-top: 0vw;
  background-size: cover !important;
  min-height: 49vw;
  padding-bottom: 7em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.multi-photo-area:before {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 10vw 0;
  border-color: transparent #fff transparent transparent;
  left: 0;
}
.multi-photo-area:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10vw 0 0 100vw;
  border-color: transparent transparent transparent #fff;
  bottom: 0;
  left: 0;
}
.multi-photo-area .photos {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-bottom: 1em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.multi-photo-area .photos > div {
  margin: 0 25px;
  width: 20%;
  height: auto;
  display: inline-block;
  min-width: 250px;
}
.multi-photo-area .photos img {
  width: 100%;
  border-radius: 25% 7%;
}
.multi-photo-area .content-back {
  padding: 2em;
  color: #fff;
  position: relative;
  z-index: 3;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 1;
}
.multi-photo-area .content-back.right {
  text-align: right;
}
@media screen and (min-width: 950px) {
  .multi-photo-area .content-back > .content {
    max-width: 70%;
  }
}
.multi-photo-area .content-back > .content {
  display: inline-block;
}
.multi-photo-area .content-back > .content .f-header {
  font-size: 4vw;
}
@media screen and (max-width: 750px) {
  .multi-photo-area .content-back > .content .f-header {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1750px) {
  .multi-photo-area .content-back > .content .f-header {
    font-size: 7rem;
  }
}
.multi-photo-area .content-back > .content .f-header {
  margin-bottom: 0.3em;
  color: #fff;
  position: relative;
}
.active.multi-photo-area .content-back > .content .f-header {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.multi-photo-area .content-back > .content .description {
  line-height: 1.6;
  margin-bottom: 2em;
  font-size: 1.3vw;
}
@media screen and (max-width: 1230.7692307692px) {
  .multi-photo-area .content-back > .content .description {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1538.4615384615px) {
  .multi-photo-area .content-back > .content .description {
    font-size: 2rem;
  }
}
.multi-photo-area .content-back .actions a {
  color: #fff;
}

@-webkit-keyframes blockAnim {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  80% {
    opacity: 0.8;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes blockAnim {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  80% {
    opacity: 0.8;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.icon-block, .icon-block-vertical {
  margin: 0 auto 1em;
  text-align: center;
  display: inline-block;
}
.icon-block.scroll, .scroll.icon-block-vertical {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.icon-block.active, .active.icon-block-vertical {
  -webkit-animation: blockAnim 0.8s ease-in;
  animation: blockAnim 0.8s ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.icon-block, .icon-block-vertical {
  width: 360px;
  max-width: 100%;
  padding: 1em;
  text-align: center;
}
.icon-block .icon, .icon-block-vertical .icon {
  margin-bottom: 1em;
}
.icon-block .icon img, .icon-block-vertical .icon img {
  width: 215px;
}
.icon-block .copy h3, .icon-block-vertical .copy h3 {
  color: #000000;
  text-transform: uppercase;
  font-size: 1.7vw;
}
@media screen and (max-width: 1294.1176470588px) {
  .icon-block .copy h3, .icon-block-vertical .copy h3 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 2235.2941176471px) {
  .icon-block .copy h3, .icon-block-vertical .copy h3 {
    font-size: 3.8rem;
  }
}
.icon-block .copy h3, .icon-block-vertical .copy h3 {
  margin-bottom: 0.7em;
}
.icon-block .copy .description, .icon-block-vertical .copy .description {
  font-size: 2rem;
  margin-bottom: 1em;
}
.icon-block-vertical .icon img {
  width: 100px;
}
.icon-block-vertical .f-icon-header {
  color: #001F34;
  text-transform: uppercase;
  font-size: 1.7vw;
}
@media screen and (max-width: 1294.1176470588px) {
  .icon-block-vertical .f-icon-header {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1764.7058823529px) {
  .icon-block-vertical .f-icon-header {
    font-size: 3rem;
  }
}
.icon-block-vertical .f-icon-header {
  margin-bottom: 0.7em;
}

.icon-block-horizontal.scroll {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.icon-block-horizontal.active {
  -webkit-animation: blockAnim 0.8s ease-in both;
  animation: blockAnim 0.8s ease-in both;
}
.icon-block-horizontal {
  margin: 0 0 1em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-block-horizontal .icon {
  min-width: 90px;
  max-width: 90px;
}
.icon-block-horizontal .copy {
  padding-left: 1em;
  padding-top: 1em;
}
.icon-block-horizontal .copy .f-icon-header {
  color: #001F34;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-size: 1.9vw;
}
@media screen and (max-width: 1263.1578947368px) {
  .icon-block-horizontal .copy .f-icon-header {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1578.9473684211px) {
  .icon-block-horizontal .copy .f-icon-header {
    font-size: 3rem;
  }
}
.icon-block-horizontal .copy .description {
  font-size: 1.3vw;
}
@media screen and (max-width: 1230.7692307692px) {
  .icon-block-horizontal .copy .description {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1538.4615384615px) {
  .icon-block-horizontal .copy .description {
    font-size: 2rem;
  }
}
.explore-area-vertical {
  padding: 3em 2em 2em;
}
.explore-area-vertical > .content {
  max-width: 1400px;
  margin: 0 auto;
  zoom: 1;
}
.explore-area-vertical > .content:before, .explore-area-vertical > .content:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.explore-area-vertical > .content:after {
  clear: both;
}
.content .explore-area-vertical {
  padding: 5em 0;
}
.explore-area-vertical .info {
  margin-bottom: 2em;
}
@media screen and (min-width: 950px) {
  .explore-area-vertical .info {
    float: left;
    width: 50%;
    padding-right: 2em;
    margin-bottom: 0;
  }
}
.explore-area-vertical .info .f-header {
  font-weight: 700;
  color: #006882;
  font-size: 2.6vw;
}
@media screen and (max-width: 1000px) {
  .explore-area-vertical .info .f-header {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1538.4615384615px) {
  .explore-area-vertical .info .f-header {
    font-size: 4rem;
  }
}
.explore-area-vertical .info .f-header {
  margin-bottom: 0.7em;
  text-transform: none;
  font-family: open-sans, sans-serif;
  position: relative;
}
.active.explore-area-vertical .info .f-header {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.explore-area-vertical .info .copy {
  margin-bottom: 2em;
  font-size: 1.3vw;
}
@media screen and (max-width: 1230.7692307692px) {
  .explore-area-vertical .info .copy {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1538.4615384615px) {
  .explore-area-vertical .info .copy {
    font-size: 2rem;
  }
}
.explore-area-vertical .info .actions .cta-lnk, .explore-area-vertical .info .actions .item-block .f-item-header a, .item-block .f-item-header .explore-area-vertical .info .actions a, .explore-area-vertical .info .actions .item-block .f-item-header, .item-block .explore-area-vertical .info .actions .f-item-header, .explore-area-vertical .info .actions .compare-chart table.editableTable .sub_row a, .compare-chart table.editableTable .sub_row .explore-area-vertical .info .actions a, .explore-area-vertical .info .actions .compare-chart table.mod-privacy .sub_row a, .compare-chart table.mod-privacy .sub_row .explore-area-vertical .info .actions a, .explore-area-vertical .info .branches-listing .branch-list-item .actions a, .branches-listing .branch-list-item .explore-area-vertical .info .actions a, .explore-area-vertical .info .actions .tabs-area .tab-header, .tabs-area .explore-area-vertical .info .actions .tab-header, .explore-area-vertical .info .cross-sell-area .cross-sells .actions a, .cross-sell-area .cross-sells .explore-area-vertical .info .actions a, .explore-area-vertical .info .actions .photo-split ul.links a, .photo-split ul.links .explore-area-vertical .info .actions a, .explore-area-vertical .info .actions .content-split ul.links a, .content-split ul.links .explore-area-vertical .info .actions a, .explore-area-vertical .info .multi-photo-area .content-back .actions a, .multi-photo-area .content-back .explore-area-vertical .info .actions a, .explore-area-vertical .info .actions .icon-block .action a, .icon-block .action .explore-area-vertical .info .actions a, .explore-area-vertical .info .actions .icon-block-vertical .action a, .icon-block-vertical .action .explore-area-vertical .info .actions a, .explore-area-vertical .info .actions .icon-block-horizontal .copy .action, .icon-block-horizontal .copy .explore-area-vertical .info .actions .action {
  display: inline-block;
  margin-bottom: 0.5em;
}
.explore-area-vertical .info .actions .cta-lnk:after, .explore-area-vertical .info .actions .item-block .f-item-header a:after, .item-block .f-item-header .explore-area-vertical .info .actions a:after, .explore-area-vertical .info .actions .item-block .f-item-header:after, .item-block .explore-area-vertical .info .actions .f-item-header:after, .explore-area-vertical .info .actions .compare-chart table.editableTable .sub_row a:after, .compare-chart table.editableTable .sub_row .explore-area-vertical .info .actions a:after, .explore-area-vertical .info .actions .compare-chart table.mod-privacy .sub_row a:after, .compare-chart table.mod-privacy .sub_row .explore-area-vertical .info .actions a:after, .explore-area-vertical .info .branches-listing .branch-list-item .actions a:after, .branches-listing .branch-list-item .explore-area-vertical .info .actions a:after, .explore-area-vertical .info .actions .tabs-area .tab-header:after, .tabs-area .explore-area-vertical .info .actions .tab-header:after, .explore-area-vertical .info .cross-sell-area .cross-sells .actions a:after, .cross-sell-area .cross-sells .explore-area-vertical .info .actions a:after, .explore-area-vertical .info .actions .photo-split ul.links a:after, .photo-split ul.links .explore-area-vertical .info .actions a:after, .explore-area-vertical .info .actions .content-split ul.links a:after, .content-split ul.links .explore-area-vertical .info .actions a:after, .explore-area-vertical .info .multi-photo-area .content-back .actions a:after, .multi-photo-area .content-back .explore-area-vertical .info .actions a:after, .explore-area-vertical .info .actions .icon-block .action a:after, .icon-block .action .explore-area-vertical .info .actions a:after, .explore-area-vertical .info .actions .icon-block-vertical .action a:after, .icon-block-vertical .action .explore-area-vertical .info .actions a:after, .explore-area-vertical .info .actions .icon-block-horizontal .copy .action:after, .icon-block-horizontal .copy .explore-area-vertical .info .actions .action:after {
  content: "|";
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
.explore-area-vertical .info .actions .cta-lnk:last-of-type:after, .explore-area-vertical .info .actions .item-block .f-item-header a:last-of-type:after, .item-block .f-item-header .explore-area-vertical .info .actions a:last-of-type:after, .explore-area-vertical .info .actions .item-block .f-item-header:last-of-type:after, .item-block .explore-area-vertical .info .actions .f-item-header:last-of-type:after, .explore-area-vertical .info .actions .compare-chart table.editableTable .sub_row a:last-of-type:after, .compare-chart table.editableTable .sub_row .explore-area-vertical .info .actions a:last-of-type:after, .explore-area-vertical .info .actions .compare-chart table.mod-privacy .sub_row a:last-of-type:after, .compare-chart table.mod-privacy .sub_row .explore-area-vertical .info .actions a:last-of-type:after, .explore-area-vertical .info .branches-listing .branch-list-item .actions a:last-of-type:after, .branches-listing .branch-list-item .explore-area-vertical .info .actions a:last-of-type:after, .explore-area-vertical .info .actions .tabs-area .tab-header:last-of-type:after, .tabs-area .explore-area-vertical .info .actions .tab-header:last-of-type:after, .explore-area-vertical .info .cross-sell-area .cross-sells .actions a:last-of-type:after, .cross-sell-area .cross-sells .explore-area-vertical .info .actions a:last-of-type:after, .explore-area-vertical .info .actions .photo-split ul.links a:last-of-type:after, .photo-split ul.links .explore-area-vertical .info .actions a:last-of-type:after, .explore-area-vertical .info .actions .content-split ul.links a:last-of-type:after, .content-split ul.links .explore-area-vertical .info .actions a:last-of-type:after, .explore-area-vertical .info .multi-photo-area .content-back .actions a:last-of-type:after, .multi-photo-area .content-back .explore-area-vertical .info .actions a:last-of-type:after, .explore-area-vertical .info .actions .icon-block .action a:last-of-type:after, .icon-block .action .explore-area-vertical .info .actions a:last-of-type:after, .explore-area-vertical .info .actions .icon-block-vertical .action a:last-of-type:after, .icon-block-vertical .action .explore-area-vertical .info .actions a:last-of-type:after, .explore-area-vertical .info .actions .icon-block-horizontal .copy .action:last-of-type:after, .icon-block-horizontal .copy .explore-area-vertical .info .actions .action:last-of-type:after {
  content: none;
}
.explore-area-vertical .info .actions .cta-btn, .explore-area-vertical .info .actions .content .fsSubmitButton, .content .explore-area-vertical .info .actions .fsSubmitButton, .explore-area-vertical .info .actions .secondary-btn, .explore-area-vertical .info .actions .ac-modal .ac-answer > .ac-text, .ac-modal .explore-area-vertical .info .actions .ac-answer > .ac-text {
  margin: 0 20px 20px 0;
}
@media screen and (min-width: 950px) {
  .explore-area-vertical .links {
    float: right;
    width: 50%;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .explore-area-vertical .links .icon-block-vertical {
    width: 50%;
  }
}

.category-listing-alt > .content {
  max-width: 1800px !important;
}
.category-listing-alt .list-items, .category-listing-alt .branch_managers {
  padding: 0 0 35px !important;
}
.category-listing-alt .intro h2 {
  margin: 0 0 0.5em;
}
.category-listing-alt .intro h2 p {
  font-size: 1em;
}
.category-listing-alt .intro p {
  font-size: 1.6vw;
}
@media screen and (max-width: 1062.5px) {
  .category-listing-alt .intro p {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1125px) {
  .category-listing-alt .intro p {
    font-size: 1.8rem;
  }
}

.category-listing, .category-listing-simple, .category-listing-alt {
  padding: 0 2em;
}
.category-listing > .content, .category-listing-simple > .content, .category-listing-alt > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.content .category-listing, .content .category-listing-simple, .content .category-listing-alt {
  padding: 0;
}
.category-listing .listing-header, .category-listing-simple .listing-header, .category-listing-alt .listing-header {
  zoom: 1;
}
.category-listing .listing-header:before, .category-listing-simple .listing-header:before, .category-listing-alt .listing-header:before, .category-listing .listing-header:after, .category-listing-simple .listing-header:after, .category-listing-alt .listing-header:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.category-listing .listing-header:after, .category-listing-simple .listing-header:after, .category-listing-alt .listing-header:after {
  clear: both;
}
.category-listing .listing-header, .category-listing-simple .listing-header, .category-listing-alt .listing-header {
  padding: 1vw 0;
  border-bottom: solid 1px #006882;
}
.category-listing .listing-header .icon, .category-listing-simple .listing-header .icon, .category-listing-alt .listing-header .icon {
  width: 5%;
  float: left;
  min-width: 50px;
}
.category-listing .listing-header .icon img, .category-listing-simple .listing-header .icon img, .category-listing-alt .listing-header .icon img {
  width: 100%;
}
.category-listing .listing-header .f-listing-header, .category-listing-simple .listing-header .f-listing-header, .category-listing-alt .listing-header .f-listing-header {
  width: 95%;
  max-width: calc(100% - 50px);
  display: inline-block;
  padding-left: 0.5em;
  margin: 0;
  font-weight: 500;
  color: #000000;
  font-family: open-sans, sans-serif;
  font-size: 4vw;
}
@media screen and (max-width: 750px) {
  .category-listing .listing-header .f-listing-header, .category-listing-simple .listing-header .f-listing-header, .category-listing-alt .listing-header .f-listing-header {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .category-listing .listing-header .f-listing-header, .category-listing-simple .listing-header .f-listing-header, .category-listing-alt .listing-header .f-listing-header {
    font-size: 4rem;
  }
}
@media screen and (min-width: 950px) {
  .category-listing .list-items, .category-listing-simple .list-items, .category-listing-alt .list-items, .category-listing .branch_managers, .category-listing-simple .branch_managers, .category-listing-alt .branch_managers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
}
.category-listing .list-items, .category-listing-simple .list-items, .category-listing-alt .list-items, .category-listing .branch_managers, .category-listing-simple .branch_managers, .category-listing-alt .branch_managers {
  padding: 35px 0;
}

.category-listing-simple .listing-header .f-listing-header {
  width: 100%;
  max-width: 100%;
  float: none;
  padding-left: 0;
  color: #006882;
  text-transform: uppercase;
  font-size: 1.7vw;
}
@media screen and (max-width: 1294.1176470588px) {
  .category-listing-simple .listing-header .f-listing-header {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1764.7058823529px) {
  .category-listing-simple .listing-header .f-listing-header {
    font-size: 3rem;
  }
}

.item-block {
  display: inline-block;
  padding: 0;
  margin: 0 5% 60px 0;
  max-width: 400px;
}
@media screen and (max-width: 950px) {
  .item-block {
    width: 100%;
  }
}
@media screen and (min-width: 950px) {
  .item-block {
    width: 30%;
  }
}
.item-block:nth-child(3n+3) {
  margin-right: 0;
}
.scroll .item-block {
  opacity: 0;
}
.active .item-block {
  -webkit-animation: blockAnim 0.8s ease-in both;
  animation: blockAnim 0.8s ease-in both;
}
.active .item-block:nth-child(1) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
}
.active .item-block:nth-child(2) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.active .item-block:nth-child(3) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
}
.active .item-block:nth-child(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.active .item-block:nth-child(5) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
}
.active .item-block:nth-child(6) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.active .item-block:nth-child(7) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
}
.active .item-block:nth-child(8) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.active .item-block:nth-child(9) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
}
.active .item-block:nth-child(10) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.active .item-block:nth-child(11) {
  -webkit-animation-delay: 1.375s;
  animation-delay: 1.375s;
}
.active .item-block:nth-child(12) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.active .item-block:nth-child(13) {
  -webkit-animation-delay: 1.625s;
  animation-delay: 1.625s;
}
.active .item-block:nth-child(14) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.active .item-block:nth-child(15) {
  -webkit-animation-delay: 1.875s;
  animation-delay: 1.875s;
}
.active .item-block:nth-child(16) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.active .item-block:nth-child(17) {
  -webkit-animation-delay: 2.125s;
  animation-delay: 2.125s;
}
.active .item-block:nth-child(18) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}
.active .item-block:nth-child(19) {
  -webkit-animation-delay: 2.375s;
  animation-delay: 2.375s;
}
.active .item-block:nth-child(20) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.item-block .f-item-header {
  margin-bottom: 0.5em;
  color: #000000;
}
.item-block .f-item-header a {
  color: #000000;
  text-transform: none;
  text-decoration: underline;
}
.item-block .f-item-header {
  font-size: 2vw;
}
@media screen and (max-width: 1000px) {
  .item-block .f-item-header {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1150px) {
  .item-block .f-item-header {
    font-size: 2.3rem;
  }
}
.item-block .f-item-header a {
  display: block;
  font-size: 2vw;
}
@media screen and (max-width: 1000px) {
  .item-block .f-item-header a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1750px) {
  .item-block .f-item-header a {
    font-size: 3.5rem;
  }
}
.item-block .copy {
  font-size: 1.3vw;
}
@media screen and (max-width: 1230.7692307692px) {
  .item-block .copy {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1230.7692307692px) {
  .item-block .copy {
    font-size: 1.6rem;
  }
}

.product-info {
  padding: 0 2em;
}
.product-info > .content {
  max-width: 1000px;
  margin: 0 auto;
}
.content .product-info {
  padding: 0;
}

.product-photo {
  width: 100%;
  margin-bottom: 4vw;
}
.product-photo img {
  border-radius: 30px 10px;
  width: 100%;
}

.f-content-header {
  text-align: center;
  font-weight: 700;
  color: #006882;
  font-size: 2.6vw;
}
@media screen and (max-width: 1000px) {
  .f-content-header {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1653.8461538462px) {
  .f-content-header {
    font-size: 4.3rem;
  }
}
.f-content-header {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 0.7em;
}

.product-copy {
  margin-bottom: 40px;
  font-size: 1.3vw;
}
@media screen and (max-width: 1230.7692307692px) {
  .product-copy {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1538.4615384615px) {
  .product-copy {
    font-size: 2rem;
  }
}

.product-section {
  margin-bottom: 2.5em;
  padding: 0 2em;
}
.product-section .content {
  max-width: 1400px;
  margin: 0 auto;
}
.content .product-section {
  padding: 0;
}
.product-section .f-product-header {
  font-weight: 700;
  color: #006882;
  font-size: 1.904vw;
}
@media screen and (max-width: 1260.5042016807px) {
  .product-section .f-product-header {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1680.6722689076px) {
  .product-section .f-product-header {
    font-size: 3.2rem;
  }
}
.product-section .f-product-header {
  margin-bottom: 0.5em;
}
.product-section .copy {
  margin-bottom: 2vw;
  font-size: 1.3vw;
}
@media screen and (max-width: 1230.7692307692px) {
  .product-section .copy {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1538.4615384615px) {
  .product-section .copy {
    font-size: 2rem;
  }
}
.product-section .copy li {
  margin-bottom: 1em;
}
.product-section .actions a {
  margin: 0 1em 0.5em 0;
}

.product-cta {
  text-align: center;
  margin-bottom: 40px;
}
.product-cta .copy {
  margin-bottom: 1em;
}
.product-cta .actions a {
  margin: 0 1em 0.5em 0;
}
.product-cta .actions.t-left {
  text-align: left;
  margin-bottom: 2em;
}

.main-content:has(.features-product) > .accordion-item p {
  font-size: 1.2rem;
}
.main-content:has(.features-product) > .accordion-item .editableTable th, .main-content:has(.features-product) > .accordion-item .mod-privacy th {
  font-size: 1.4rem;
  text-align: left;
}
.main-content:has(.features-product) > .accordion-item .editableTable td, .main-content:has(.features-product) > .accordion-item .mod-privacy td {
  font-weight: 600;
  font-size: 1.2rem;
  text-align: left;
}

.split-block, .membership-split-block {
  padding: 5vw 2em;
  margin-bottom: 5vw;
}
.split-block > .content, .membership-split-block > .content {
  max-width: 1400px;
  margin: 0 auto;
  zoom: 1;
}
.split-block > .content:before, .membership-split-block > .content:before, .split-block > .content:after, .membership-split-block > .content:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.split-block > .content:after, .membership-split-block > .content:after {
  clear: both;
}
.content .split-block, .content .membership-split-block {
  padding: 5vw 0;
}
@media screen and (min-width: 950px) {
  .split-block .col-1, .membership-split-block .col-1 {
    float: left;
    width: 50%;
    padding-right: 25px;
  }
  .split-block .col-2, .membership-split-block .col-2 {
    float: right;
    width: 50%;
    padding-left: 25px;
  }
}
.split-block .f-split-header, .membership-split-block .f-split-header {
  font-weight: 700;
  color: #006882;
  font-size: 2.6vw;
}
@media screen and (max-width: 1000px) {
  .split-block .f-split-header, .membership-split-block .f-split-header {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1653.8461538462px) {
  .split-block .f-split-header, .membership-split-block .f-split-header {
    font-size: 4.3rem;
  }
}
.split-block .f-split-header, .membership-split-block .f-split-header {
  margin-bottom: 0.7em;
}
.split-block .description, .membership-split-block .description {
  font-size: 1.3vw;
}
@media screen and (max-width: 1230.7692307692px) {
  .split-block .description, .membership-split-block .description {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1538.4615384615px) {
  .split-block .description, .membership-split-block .description {
    font-size: 2rem;
  }
}
.split-block .description, .membership-split-block .description {
  margin-bottom: 2.5em;
}
.split-block .actions .cta-lnk, .membership-split-block .actions .cta-lnk, .split-block .actions .compare-chart table.editableTable .sub_row a, .membership-split-block .actions .compare-chart table.editableTable .sub_row a, .compare-chart table.editableTable .sub_row .split-block .actions a, .compare-chart table.editableTable .sub_row .membership-split-block .actions a, .split-block .actions .compare-chart table.mod-privacy .sub_row a, .membership-split-block .actions .compare-chart table.mod-privacy .sub_row a, .compare-chart table.mod-privacy .sub_row .split-block .actions a, .compare-chart table.mod-privacy .sub_row .membership-split-block .actions a, .split-block .branches-listing .branch-list-item .actions a, .membership-split-block .branches-listing .branch-list-item .actions a, .branches-listing .branch-list-item .split-block .actions a, .branches-listing .branch-list-item .membership-split-block .actions a, .split-block .actions .tabs-area .tab-header, .membership-split-block .actions .tabs-area .tab-header, .tabs-area .split-block .actions .tab-header, .tabs-area .membership-split-block .actions .tab-header, .split-block .cross-sell-area .cross-sells .actions a, .membership-split-block .cross-sell-area .cross-sells .actions a, .cross-sell-area .cross-sells .split-block .actions a, .cross-sell-area .cross-sells .membership-split-block .actions a, .split-block .actions .photo-split ul.links a, .membership-split-block .actions .photo-split ul.links a, .photo-split ul.links .split-block .actions a, .photo-split ul.links .membership-split-block .actions a, .split-block .actions .content-split ul.links a, .membership-split-block .actions .content-split ul.links a, .content-split ul.links .split-block .actions a, .content-split ul.links .membership-split-block .actions a, .split-block .multi-photo-area .content-back .actions a, .membership-split-block .multi-photo-area .content-back .actions a, .multi-photo-area .content-back .split-block .actions a, .multi-photo-area .content-back .membership-split-block .actions a, .split-block .actions .icon-block .action a, .membership-split-block .actions .icon-block .action a, .icon-block .action .split-block .actions a, .icon-block .action .membership-split-block .actions a, .split-block .actions .icon-block-vertical .action a, .membership-split-block .actions .icon-block-vertical .action a, .icon-block-vertical .action .split-block .actions a, .icon-block-vertical .action .membership-split-block .actions a, .split-block .actions .icon-block-horizontal .copy .action, .membership-split-block .actions .icon-block-horizontal .copy .action, .icon-block-horizontal .copy .split-block .actions .action, .icon-block-horizontal .copy .membership-split-block .actions .action, .split-block .actions .item-block .f-item-header, .membership-split-block .actions .item-block .f-item-header, .item-block .split-block .actions .f-item-header, .item-block .membership-split-block .actions .f-item-header, .split-block .actions .item-block .f-item-header a, .membership-split-block .actions .item-block .f-item-header a, .item-block .f-item-header .split-block .actions a, .item-block .f-item-header .membership-split-block .actions a {
  display: inline-block;
  margin-bottom: 0.5em;
}
.split-block .actions .cta-lnk:after, .membership-split-block .actions .cta-lnk:after, .split-block .actions .compare-chart table.editableTable .sub_row a:after, .membership-split-block .actions .compare-chart table.editableTable .sub_row a:after, .compare-chart table.editableTable .sub_row .split-block .actions a:after, .compare-chart table.editableTable .sub_row .membership-split-block .actions a:after, .split-block .actions .compare-chart table.mod-privacy .sub_row a:after, .membership-split-block .actions .compare-chart table.mod-privacy .sub_row a:after, .compare-chart table.mod-privacy .sub_row .split-block .actions a:after, .compare-chart table.mod-privacy .sub_row .membership-split-block .actions a:after, .split-block .branches-listing .branch-list-item .actions a:after, .membership-split-block .branches-listing .branch-list-item .actions a:after, .branches-listing .branch-list-item .split-block .actions a:after, .branches-listing .branch-list-item .membership-split-block .actions a:after, .split-block .actions .tabs-area .tab-header:after, .membership-split-block .actions .tabs-area .tab-header:after, .tabs-area .split-block .actions .tab-header:after, .tabs-area .membership-split-block .actions .tab-header:after, .split-block .cross-sell-area .cross-sells .actions a:after, .membership-split-block .cross-sell-area .cross-sells .actions a:after, .cross-sell-area .cross-sells .split-block .actions a:after, .cross-sell-area .cross-sells .membership-split-block .actions a:after, .split-block .actions .photo-split ul.links a:after, .membership-split-block .actions .photo-split ul.links a:after, .photo-split ul.links .split-block .actions a:after, .photo-split ul.links .membership-split-block .actions a:after, .split-block .actions .content-split ul.links a:after, .membership-split-block .actions .content-split ul.links a:after, .content-split ul.links .split-block .actions a:after, .content-split ul.links .membership-split-block .actions a:after, .split-block .multi-photo-area .content-back .actions a:after, .membership-split-block .multi-photo-area .content-back .actions a:after, .multi-photo-area .content-back .split-block .actions a:after, .multi-photo-area .content-back .membership-split-block .actions a:after, .split-block .actions .icon-block .action a:after, .membership-split-block .actions .icon-block .action a:after, .icon-block .action .split-block .actions a:after, .icon-block .action .membership-split-block .actions a:after, .split-block .actions .icon-block-vertical .action a:after, .membership-split-block .actions .icon-block-vertical .action a:after, .icon-block-vertical .action .split-block .actions a:after, .icon-block-vertical .action .membership-split-block .actions a:after, .split-block .actions .icon-block-horizontal .copy .action:after, .membership-split-block .actions .icon-block-horizontal .copy .action:after, .icon-block-horizontal .copy .split-block .actions .action:after, .icon-block-horizontal .copy .membership-split-block .actions .action:after, .split-block .actions .item-block .f-item-header:after, .membership-split-block .actions .item-block .f-item-header:after, .item-block .split-block .actions .f-item-header:after, .item-block .membership-split-block .actions .f-item-header:after, .split-block .actions .item-block .f-item-header a:after, .membership-split-block .actions .item-block .f-item-header a:after, .item-block .f-item-header .split-block .actions a:after, .item-block .f-item-header .membership-split-block .actions a:after {
  content: "|";
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
.split-block .actions .cta-lnk:last-of-type:after, .membership-split-block .actions .cta-lnk:last-of-type:after, .split-block .actions .compare-chart table.editableTable .sub_row a:last-of-type:after, .membership-split-block .actions .compare-chart table.editableTable .sub_row a:last-of-type:after, .compare-chart table.editableTable .sub_row .split-block .actions a:last-of-type:after, .compare-chart table.editableTable .sub_row .membership-split-block .actions a:last-of-type:after, .split-block .actions .compare-chart table.mod-privacy .sub_row a:last-of-type:after, .membership-split-block .actions .compare-chart table.mod-privacy .sub_row a:last-of-type:after, .compare-chart table.mod-privacy .sub_row .split-block .actions a:last-of-type:after, .compare-chart table.mod-privacy .sub_row .membership-split-block .actions a:last-of-type:after, .split-block .branches-listing .branch-list-item .actions a:last-of-type:after, .membership-split-block .branches-listing .branch-list-item .actions a:last-of-type:after, .branches-listing .branch-list-item .split-block .actions a:last-of-type:after, .branches-listing .branch-list-item .membership-split-block .actions a:last-of-type:after, .split-block .actions .tabs-area .tab-header:last-of-type:after, .membership-split-block .actions .tabs-area .tab-header:last-of-type:after, .tabs-area .split-block .actions .tab-header:last-of-type:after, .tabs-area .membership-split-block .actions .tab-header:last-of-type:after, .split-block .cross-sell-area .cross-sells .actions a:last-of-type:after, .membership-split-block .cross-sell-area .cross-sells .actions a:last-of-type:after, .cross-sell-area .cross-sells .split-block .actions a:last-of-type:after, .cross-sell-area .cross-sells .membership-split-block .actions a:last-of-type:after, .split-block .actions .photo-split ul.links a:last-of-type:after, .membership-split-block .actions .photo-split ul.links a:last-of-type:after, .photo-split ul.links .split-block .actions a:last-of-type:after, .photo-split ul.links .membership-split-block .actions a:last-of-type:after, .split-block .actions .content-split ul.links a:last-of-type:after, .membership-split-block .actions .content-split ul.links a:last-of-type:after, .content-split ul.links .split-block .actions a:last-of-type:after, .content-split ul.links .membership-split-block .actions a:last-of-type:after, .split-block .multi-photo-area .content-back .actions a:last-of-type:after, .membership-split-block .multi-photo-area .content-back .actions a:last-of-type:after, .multi-photo-area .content-back .split-block .actions a:last-of-type:after, .multi-photo-area .content-back .membership-split-block .actions a:last-of-type:after, .split-block .actions .icon-block .action a:last-of-type:after, .membership-split-block .actions .icon-block .action a:last-of-type:after, .icon-block .action .split-block .actions a:last-of-type:after, .icon-block .action .membership-split-block .actions a:last-of-type:after, .split-block .actions .icon-block-vertical .action a:last-of-type:after, .membership-split-block .actions .icon-block-vertical .action a:last-of-type:after, .icon-block-vertical .action .split-block .actions a:last-of-type:after, .icon-block-vertical .action .membership-split-block .actions a:last-of-type:after, .split-block .actions .icon-block-horizontal .copy .action:last-of-type:after, .membership-split-block .actions .icon-block-horizontal .copy .action:last-of-type:after, .icon-block-horizontal .copy .split-block .actions .action:last-of-type:after, .icon-block-horizontal .copy .membership-split-block .actions .action:last-of-type:after, .split-block .actions .item-block .f-item-header:last-of-type:after, .membership-split-block .actions .item-block .f-item-header:last-of-type:after, .item-block .split-block .actions .f-item-header:last-of-type:after, .item-block .membership-split-block .actions .f-item-header:last-of-type:after, .split-block .actions .item-block .f-item-header a:last-of-type:after, .membership-split-block .actions .item-block .f-item-header a:last-of-type:after, .item-block .f-item-header .split-block .actions a:last-of-type:after, .item-block .f-item-header .membership-split-block .actions a:last-of-type:after {
  content: none;
}
.split-block .actions .cta-btn, .split-block .actions .content .fsSubmitButton, .content .split-block .actions .fsSubmitButton, .membership-split-block .actions .cta-btn, .membership-split-block .actions .content .fsSubmitButton, .content .membership-split-block .actions .fsSubmitButton, .split-block .actions .secondary-btn, .membership-split-block .actions .secondary-btn, .split-block .actions .ac-modal .ac-answer > .ac-text, .membership-split-block .actions .ac-modal .ac-answer > .ac-text, .ac-modal .split-block .actions .ac-answer > .ac-text, .ac-modal .membership-split-block .actions .ac-answer > .ac-text {
  margin: 0 1em 0.5em 0;
}

/*** Locations Page ***/
.mod-atm-location {
  background: #E6EFF2;
  padding: 3.5em 2em;
}
.mod-atm-location .content .f-item-header {
  margin: 0;
}
.mod-atm-location .content h2 {
  font-size: 2.4vw;
}
@media screen and (max-width: 1250px) {
  .mod-atm-location .content h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1875px) {
  .mod-atm-location .content h2 {
    font-size: 4.5rem;
  }
}
.mod-atm-location .content h2 {
  text-align: center;
  margin: 0 0 1em;
}
.mod-atm-location .content .intro h2 {
  font-size: 1.5em;
}

.branch-staff {
  padding: 3.5em 2em;
}
.branch-staff .content h2 {
  font-size: 2.4vw;
}
@media screen and (max-width: 1250px) {
  .branch-staff .content h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1875px) {
  .branch-staff .content h2 {
    font-size: 4.5rem;
  }
}
.branch-staff .content h2 {
  text-align: center;
  margin: 0 0 1em;
}

.location-info {
  padding: 2.5em 2em;
}
.location-info .content .contact h2 {
  font-size: 2.4vw;
}
@media screen and (max-width: 1250px) {
  .location-info .content .contact h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1875px) {
  .location-info .content .contact h2 {
    font-size: 4.5rem;
  }
}
.location-info .content .contact h2 {
  margin: 0 0 0.5em;
  line-height: 1.125;
}
@media screen and (min-width: 950px) {
  .location-info .content .contact {
    width: 33%;
    display: inline-block;
  }
}
@media screen and (min-width: 950px) {
  .location-info .content .hours {
    width: 65%;
  }
}
.location-info .content .hours {
  display: inline-block;
}
@media screen and (min-width: 950px) {
  .location-info .content .hours .branch_hours_set {
    width: 50%;
    display: inline-block;
  }
}
.location-info .content .hours .branch_hours_label h3 {
  font-size: 2.4vw;
}
@media screen and (max-width: 1250px) {
  .location-info .content .hours .branch_hours_label h3 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1875px) {
  .location-info .content .hours .branch_hours_label h3 {
    font-size: 4.5rem;
  }
}
.location-info .content .hours .branch_hours_label h3 {
  margin: 0 0 0.5em;
  line-height: 1.125;
}
.location-info .content .branch_contact_info, .location-info .content .branch_hours_days {
  margin: 0 0 1em;
}
.location-info .content .branch_contact_info dl dt, .location-info .content .branch_contact_info dl dd, .location-info .content .branch_hours_days dl dt, .location-info .content .branch_hours_days dl dd {
  display: inline;
}
.location-info .content .branch_contact_info dl dt, .location-info .content .branch_hours_days dl dt {
  font-weight: 800;
}
.location-info .content .branch_contact_info dl dd, .location-info .content .branch_hours_days dl dd {
  margin-left: 10px;
}

.mod-holiday-hours {
  padding: 3.5em 2em;
}
.mod-holiday-hours .content .intro {
  margin: 0 auto 3em;
  text-align: center;
}
.mod-holiday-hours .content .intro h2 {
  font-size: 2.4vw;
}
@media screen and (max-width: 1250px) {
  .mod-holiday-hours .content .intro h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1875px) {
  .mod-holiday-hours .content .intro h2 {
    font-size: 4.5rem;
  }
}
.mod-holiday-hours .content .intro h2 {
  margin: 0 0 0.5em;
}
.mod-holiday-hours .content .branch_hours_days dl {
  margin: 0 0 1.5em;
}
@media screen and (min-width: 950px) {
  .mod-holiday-hours .content .branch_hours_days dl {
    width: 33%;
    display: inline-block;
  }
}
.mod-holiday-hours .content .branch_hours_days {
  display: inline-block;
}
.mod-holiday-hours .content .branch_hours_days dt {
  font-weight: 800;
}
.mod-holiday-hours .content .branch_hours_days dd {
  margin-left: 0;
}

.bg-blue {
  background: #E6EFF2;
}

.branch-list-item {
  padding: 3em 0;
}
@media screen and (max-width: 950px) {
  .branch-list-item .photo {
    width: 314px;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 950px) {
  .branch-list-item .photo {
    width: calc(100% - 500px);
    float: left;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1250px) {
  .branch-list-item .photo {
    width: calc(100% - 650px);
  }
}
@media screen and (min-width: 950px) {
  .branch-list-item .copy {
    width: 50%;
    max-width: 450px;
    float: right;
  }
}
@media screen and (min-width: 1250px) {
  .branch-list-item .copy {
    max-width: 570px;
  }
}
.branch-list-item .copy .branch_contact_info {
  margin: 0 0 1em;
}
.branch-list-item .copy .branch_contact_info dl dt, .branch-list-item .copy .branch_contact_info dl dd {
  display: inline;
}
.branch-list-item .copy .branch_contact_info dl dt {
  font-weight: 800;
}
.branch-list-item .copy .branch_contact_info dl dd {
  margin-left: 10px;
}
.branch-list-item .copy h2.f-h3 a {
  text-decoration: none;
  color: #000;
  margin: 0;
}
.branch-list-item .copy h2.f-h3 {
  margin: 0 0 0.35em;
  font-size: 2.4vw;
}
@media screen and (max-width: 1250px) {
  .branch-list-item .copy h2.f-h3 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1875px) {
  .branch-list-item .copy h2.f-h3 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 950px) {
  .branch-list-item .action {
    max-width: 270px;
    text-align: center;
  }
}
@media screen and (min-width: 950px) {
  .branch-list-item .action {
    max-width: 370px;
  }
}
.branch-list-item .action a {
  width: 100%;
  margin: 0 0 1.5em;
}
.branch-list-item .action a:last-of-type {
  margin-bottom: none;
}

/** Old Code below **/
.map-holder {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 40;
  height: calc(100vh - 70px);
  width: 100%;
  min-height: 750px;
  display: none;
}
@media screen and (max-width: 950px) {
  .map-holder {
    display: none !important;
  }
}

#map-canvas {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 950px) {
  .location-search-area {
    padding: 30vh 0 0 0;
    height: calc(100vh - 145px);
    padding: 0;
    min-height: 750px;
  }
}
@media screen and (max-width: 950px) {
  .location-search-area {
    height: auto;
    padding: 0;
    background-size: cover;
    position: relative;
    background-position: top;
  }
}
.location-search-area {
  background-size: cover;
  position: relative;
}
.location-search-area .content {
  position: relative;
}
.location-search-area .background-video {
  -o-object-position: top;
  object-position: top;
}
.location-search-area .location-search {
  padding: 0;
}
@media screen and (min-width: 950px) {
  .location-search-area .location-search {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    min-height: 750px;
    height: calc(100vh - 145px);
    max-width: 567px;
    width: 100%;
  }
}
.location-search-area .location-search {
  background: rgba(0, 31, 52, 0.9);
  color: #fff;
}
.location-search-area .location-search h2 {
  margin-bottom: 0.7em;
  font-size: 2.6rem;
}
.location-search-area .location-search .f-search-header {
  text-align: left;
  font-size: 2vw;
}
@media screen and (max-width: 1000px) {
  .location-search-area .location-search .f-search-header {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1750px) {
  .location-search-area .location-search .f-search-header {
    font-size: 3.5rem;
  }
}
.location-search-area .location-search .f-search-header {
  color: #fff;
  margin-bottom: 1em;
}
.location-search-area .location-search .f-map-search-label {
  font-weight: 300;
  color: #fff;
  margin-bottom: 0.3em;
  font-size: 1.4vw;
}
@media screen and (max-width: 1000px) {
  .location-search-area .location-search .f-map-search-label {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1428.5714285714px) {
  .location-search-area .location-search .f-map-search-label {
    font-size: 2rem;
  }
}
.location-search-area .location-search .search-box-entry {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.location-search-area .location-search .search-box-entry .search-inp {
  width: calc(100% - 135px);
  border: none;
  background: #FFF;
  border-radius: 7px 0 0 7px;
  height: 60px;
  padding: 0 20px;
}
.location-search-area .location-search .search-box-entry .cta-btn, .location-search-area .location-search .search-box-entry .content .fsSubmitButton, .content .location-search-area .location-search .search-box-entry .fsSubmitButton, .location-search-area .location-search .search-box-entry .secondary-btn, .location-search-area .location-search .search-box-entry .ac-modal .ac-answer > .ac-text, .ac-modal .location-search-area .location-search .search-box-entry .ac-answer > .ac-text {
  width: 135px;
  border-radius: 0 7px 7px 0;
  height: 60px;
  font-size: 1.6rem;
}
.location-search-area .location-search .sub-links {
  text-align: left;
}
.location-search-area .location-search .sub-links a {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  font-size: 1.4vw;
}
@media screen and (max-width: 1000px) {
  .location-search-area .location-search .sub-links a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1428.5714285714px) {
  .location-search-area .location-search .sub-links a {
    font-size: 2rem;
  }
}
.location-search-area .location-search .sub-links a {
  color: #E6EFF2;
  position: relative;
}
.location-search-area .video-area {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (min-width: 950px) {
  .location-search-area .video-area {
    display: block;
  }
}
.location-search-area .initial-search {
  padding: 2em;
}
.location-search-area .location-search-result {
  display: none;
  height: 100%;
  padding: 2em;
  position: relative;
}
.location-search-area .location-search-result:after {
  content: "";
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#006882), color-stop(30%, rgba(0, 104, 130, 0.85)), to(rgba(0, 104, 130, 0)));
  background: linear-gradient(to top, #006882 0%, rgba(0, 104, 130, 0.85) 30%, rgba(0, 104, 130, 0) 100%);
}
.location-search-area .location-search-result .cta-btn, .location-search-area .location-search-result .content .fsSubmitButton, .content .location-search-area .location-search-result .fsSubmitButton, .location-search-area .location-search-result .secondary-btn, .location-search-area .location-search-result .ac-modal .ac-answer > .ac-text, .ac-modal .location-search-area .location-search-result .ac-answer > .ac-text {
  color: #fff;
}
.location-search-area .location-search-result .loc-search-back {
  margin: 0 0 0.5em;
  text-align: left;
  font-size: 1.1vw;
}
@media screen and (max-width: 1272.7272727273px) {
  .location-search-area .location-search-result .loc-search-back {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1454.5454545455px) {
  .location-search-area .location-search-result .loc-search-back {
    font-size: 1.6rem;
  }
}
.location-search-area .location-search-result .loc-search-back {
  font-weight: normal;
  text-transform: uppercase;
  colo: #fff;
  display: block;
}
.location-search-area .location-search-result .loc-search-back:before {
  content: "›";
  display: inline-block;
  color: #E6EFF2;
  font-size: 2em;
  position: relative;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 7px;
  left: -8px;
  font-weight: normal;
  line-height: 0.1;
}
.location-search-area .location-search-result .location-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.location-search-area .location-search-result .location-sort .sort-buttons {
  border: solid 1px #da6427;
  overflow: hidden;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.location-search-area .location-search-result .location-sort .f-sort {
  margin-right: 1em;
}
.location-search-area .location-search-result .location-sort .loc-sort-branches, .location-search-area .location-search-result .location-sort .loc-sort-atms {
  font-size: 1.4vw;
}
@media screen and (max-width: 928.5714285714px) {
  .location-search-area .location-search-result .location-sort .loc-sort-branches, .location-search-area .location-search-result .location-sort .loc-sort-atms {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1142.8571428571px) {
  .location-search-area .location-search-result .location-sort .loc-sort-branches, .location-search-area .location-search-result .location-sort .loc-sort-atms {
    font-size: 1.6rem;
  }
}
.location-search-area .location-search-result .location-sort .loc-sort-branches, .location-search-area .location-search-result .location-sort .loc-sort-atms {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  padding: 0.6em 2em;
  background: none;
}
.location-search-area .location-search-result .location-sort .loc-sort-branches.active, .location-search-area .location-search-result .location-sort .loc-sort-atms.active {
  background: #E6EFF2;
}
.location-search-area .location-search-result .branch-list {
  overflow: auto;
  padding-bottom: 200px;
  height: calc(100vh - 300px);
  min-height: 450px;
}
.location-search-area .location-search-result .atm-box {
  background: #E6EFF2;
  display: none;
}
.atm-view.location-search-area .location-search-result .atm-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}

.location-search-area .location-search-result .atm-box {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: absolute;
  padding: 20px 40px;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.location-search-area .location-search-result .atm-box > img {
  width: 85px;
  margin-right: 20px;
}
.location-search-area .location-search-result .atm-box:after {
  content: url(/images/arrow-white.svg);
  position: static;
  display: inline-block;
}
.location-search-area .branch-item {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  padding: 20px 0;
  border-top: solid 1px #679146;
  color: #fff;
}
.location-search-area .branch-item .f-branch-title {
  color: #fff;
  font-size: 1.4vw;
}
@media screen and (max-width: 1285.7142857143px) {
  .location-search-area .branch-item .f-branch-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1571.4285714286px) {
  .location-search-area .branch-item .f-branch-title {
    font-size: 2.2rem;
  }
}
.location-search-area .branch-item .f-branch-title {
  font-weight: 700;
  margin-bottom: 0.2em;
}
.location-search-area .branch-item .address {
  font-size: 1.2vw;
}
@media screen and (max-width: 1166.6666666667px) {
  .location-search-area .branch-item .address {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1500px) {
  .location-search-area .branch-item .address {
    font-size: 1.8rem;
  }
}
.location-search-area .branch-item .actions {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.location-search-area .branch-item .actions a {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding-right: 40px;
}
.location-search-area .branch-item .actions a:after {
  content: url(/images/arrow-orange.svg);
  position: absolute;
  display: inline-block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/**********
 CSS for diamond masking 
 ********/
#home .lrg-diamond, #home .sm-diamond {
  z-index: 9999;
}
@media screen and (max-width: 950px) {
  #home .lrg-diamond, #home .sm-diamond {
    width: calc(100% + 100px);
    left: -50px;
    margin-bottom: 1em;
    margin-top: 0;
  }
}
@media screen and (min-width: 950px) {
  #home .lrg-diamond, #home .sm-diamond {
    margin-top: -4%;
  }
}

#home .sm-diamond {
  z-index: 9999;
  margin-top: 0%;
}

.lrg-diamond, .sm-diamond {
  max-width: 1000px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.lrg-diamond .svg, .sm-diamond .svg {
  left: 0px;
  top: 0px;
}
.lrg-diamond svg.clip-svg, .sm-diamond svg.clip-svg {
  height: 100%;
  width: 100%;
  z-index: 1;
}
.lrg-diamond .border, .sm-diamond .border {
  background: url("../images/border-white-triangle.svg") center center no-repeat;
  background-size: 90% 90%;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
}
.lrg-diamond .svg-defs, .sm-diamond .svg-defs {
  height: 0;
  width: 0;
}

.sm-diamond {
  max-width: 320px;
}
@media screen and (max-width: 950px) {
  #home .sm-diamond {
    width: 100%;
    left: auto;
    margin-bottom: 0em;
  }
}
.sm-diamond {
  height: 25%;
}
.sm-diamond .svg-background,
.sm-diamond .svg-image {
  clip-path: url(#clip-sm-diamond-0);
}
.sm-diamond {
  z-index: 1;
}
.sm-diamond h2 {
  position: absolute;
  z-index: 3;
  top: 39%;
  text-align: center;
  width: 80%;
  left: 10%;
  margin: 0;
}
.sm-diamond h2 a {
  color: #fff;
  text-decoration: none !important;
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
}
.sm-diamond h2 a:hover:after {
  width: 80%;
  background: #fff;
  -webkit-transition: width 0.5s ease, background-color 0.5s ease;
  transition: width 0.5s ease, background-color 0.5s ease;
}
.sm-diamond h2 a:after {
  content: "";
  display: block;
  margin: auto;
  height: 4px;
  width: 0px;
  -webkit-transition: width 0.5s ease, background-color 0.5s ease;
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.sm-diamond .opacity {
  pointer-events: none;
  background: url(../images/opacity.svg) top center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
}

#home .left .intro, #home .right .intro {
  text-align: center;
}

.mod-polygon-area {
  padding: 0 2em;
  position: relative;
}
@media screen and (max-width: 950px) {
  .mod-polygon-area {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1000px) {
  .mod-polygon-area {
    height: 740px;
  }
}
@media screen and (min-width: 1200px) {
  .mod-polygon-area {
    height: 930px;
  }
}
.mod-polygon-area > .content {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .mod-polygon-area {
  padding: 0;
}
.mod-polygon-area .center {
  margin: 1em auto;
}
.mod-polygon-area .left {
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .mod-polygon-area .left {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .mod-polygon-area .left {
    margin: 0 auto;
    margin-left: -9vw;
    width: calc(100% - 530px);
    max-width: 1000px;
    display: block;
    float: none;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1200px) {
  .mod-polygon-area .left {
    margin-left: -15vw;
    width: calc(100% - 570px);
    display: inline-block;
    float: left;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1800px) {
  .mod-polygon-area .left {
    margin-left: -20%;
  }
}
.mod-polygon-area .group-diamond {
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .mod-polygon-area .group-diamond {
    position: relative;
  }
}
@media screen and (min-width: 1000px) {
  .mod-polygon-area .group-diamond {
    margin: 0 0 4em;
    max-width: 638px;
    float: right;
    width: 100%;
  }
  .mod-polygon-area .group-diamond .row:nth-child(odd) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    float: right;
  }
  .mod-polygon-area .group-diamond .row:nth-child(even) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    float: left;
    margin-top: -129px;
  }
  .mod-polygon-area .group-diamond .group {
    width: 636px;
  }
  .mod-polygon-area .group-diamond {
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .mod-polygon-area .group-diamond .group {
    width: 627px;
  }
}
@media screen and (min-width: 1550px) {
  .mod-polygon-area .group-diamond {
    margin-top: 23px;
    float: right;
    width: 1218px;
    margin-right: 5em;
  }
}
.mod-polygon-area .group-diamond .txt-left .intro {
  text-align: left;
}
.mod-polygon-area .group-diamond .txt-right .intro {
  text-align: right;
}
.mod-polygon-area .group-diamond .intro {
  text-align: center;
  margin: 0 auto 3em;
}
.mod-polygon-area .group-diamond .intro h2 {
  font-size: 1.7vw;
}
@media screen and (max-width: 1764.7058823529px) {
  .mod-polygon-area .group-diamond .intro h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 2235.2941176471px) {
  .mod-polygon-area .group-diamond .intro h2 {
    font-size: 3.8rem;
  }
}
.mod-polygon-area .group-diamond .intro h2 {
  line-height: 1.125;
}
.mod-polygon-area .group-diamond .intro h2 em {
  font-size: 3.5vw;
}
@media screen and (max-width: 1714.2857142857px) {
  .mod-polygon-area .group-diamond .intro h2 em {
    font-size: 6rem;
  }
}
@media screen and (min-width: 2085.7142857143px) {
  .mod-polygon-area .group-diamond .intro h2 em {
    font-size: 7.3rem;
  }
}
.mod-polygon-area .group-diamond .intro h2 em {
  line-height: 1.125;
}
.mod-polygon-area .group-diamond .intro p {
  font-size: 1.6vw;
}
@media screen and (max-width: 1062.5px) {
  .mod-polygon-area .group-diamond .intro p {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1250px) {
  .mod-polygon-area .group-diamond .intro p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .mod-polygon-area .group-diamond .intro {
    margin: 2em auto 2em;
    max-width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .mod-polygon-area .group-diamond .intro {
    margin: 4em auto 3em;
    max-width: 720px;
  }
}
.mod-polygon-area .group-diamond .col-dia {
  vertical-align: top;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .mod-polygon-area .group-diamond .col-dia {
    width: 100%;
    margin: 0 auto 1.5em;
  }
}
@media screen and (min-width: 1000px) {
  .mod-polygon-area .group-diamond .col-dia {
    max-width: 250px;
    display: inline-block;
    margin: 10px 13px 0 0;
  }
}
.mod-polygon-area .group-diamond .col-dia {
  /* @include responsive(1200px) {
       max-width: 320px; 
       display: inline-block;
       margin: 10px 13px 0 0;
       width: 33%;}*/
}

#home .mod-polygon-area .left {
  display: none;
}
@media screen and (min-width: 1000px) {
  #home .mod-polygon-area .left {
    display: block;
  }
}

/*** Underline content links ***/
main a:not([class]), main a[class=speedbump], main a[class=""], main a[class=email_bump] {
  text-decoration: underline;
}

.mod-blue-area {
  background: #E6EFF2;
  position: relative;
  padding: 0 2em;
}

/** Sidebar Nav **/
.sidebar.sticky {
  position: fixed;
}
.sidebar.stuck {
  position: absolute;
  bottom: 0;
  top: auto !important;
  right: 0 !important;
}

.mod-cross-promo {
  padding: 0 2em;
}
.mod-cross-promo h2 {
  text-align: center;
}
.mod-cross-promo h2 em {
  font-size: 4.182vw;
}
@media screen and (max-width: 1195.600191296px) {
  .mod-cross-promo h2 em {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1745.5762792922px) {
  .mod-cross-promo h2 em {
    font-size: 7.3rem;
  }
}
.mod-cross-promo > .content {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 3em;
  padding-bottom: 3em;
}
.mod-cross-promo > .content .promo {
  max-width: 550px;
  margin: 0 auto 60px;
}
.mod-cross-promo > .content .promo .copy {
  padding: 0 1em;
  margin-bottom: 1em;
}
.mod-cross-promo > .content .promo {
  text-align: center;
}
@media screen and (min-width: 950px) {
  .mod-cross-promo > .content .promo {
    width: 45%;
    display: inline-block;
    padding: 0;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 950px) {
  .mod-cross-promo > .content .promo .photo {
    height: 320px;
  }
}
.mod-cross-promo > .content .promo .photo {
  background-size: cover !important;
  position: relative;
}
.mod-cross-promo > .content .promo .photo:before {
  content: "";
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  position: absolute;
  top: 23px;
  left: 23px;
  z-index: 3;
  border: solid 3px #fff;
}
.mod-cross-promo > .content .promo .photo {
  overflow: hidden;
  margin: 0 0 1em;
}
.mod-cross-promo > .content .promo .photo img {
  width: 100%;
}
.mod-cross-promo > .content .promo .copy p {
  margin: 0 0 1.5em;
  font-size: 1.8rem;
  line-height: 1.5;
}
.mod-cross-promo > .content .promo .copy h2 {
  margin: 0 0 0.5em;
  line-height: 1.2;
}
.mod-cross-promo > .content .promo .copy h2 p {
  font-size: 1em;
}

.mod-polygon-info-alt {
  margin-bottom: 0px !important;
}

.mod-polygon-info, .mod-polygon-info-alt {
  padding: 0 2em;
}
@media screen and (min-width: 1250px) {
  .mod-polygon-info, .mod-polygon-info-alt {
    margin: 0 0 5em;
  }
}
.mod-polygon-info, .mod-polygon-info-alt {
  position: relative;
}
@media screen and (max-width: 950px) {
  .mod-polygon-info, .mod-polygon-info-alt {
    overflow-x: hidden;
    margin-bottom: 3em;
  }
}
.mod-polygon-info > .content, .mod-polygon-info-alt > .content {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.content .mod-polygon-info, .content .mod-polygon-info-alt {
  padding: 0;
}
.mod-polygon-info .content.center, .mod-polygon-info-alt .content.center {
  margin: 1.5em auto;
}
.mod-polygon-info .content.center .lrg-diamond, .mod-polygon-info-alt .content.center .lrg-diamond, .mod-polygon-info .content.center .sm-diamond, .mod-polygon-info-alt .content.center .sm-diamond {
  max-width: 500px;
  width: 90%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 950px) {
  .mod-polygon-info .content.left, .mod-polygon-info-alt .content.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mod-polygon-info .content.left .polygon, .mod-polygon-info-alt .content.left .polygon {
  width: 100%;
  margin-bottom: 3em;
}
@media screen and (min-width: 1250px) {
  .mod-polygon-info .content.left .polygon, .mod-polygon-info-alt .content.left .polygon {
    width: calc(100% - 556px);
    display: inline-block;
    float: none;
    margin-left: -15vw;
    vertical-align: middle;
  }
}
.mod-polygon-info .content.left .intro h2, .mod-polygon-info-alt .content.left .intro h2 {
  font-size: 1.7vw;
}
@media screen and (max-width: 1294.1176470588px) {
  .mod-polygon-info .content.left .intro h2, .mod-polygon-info-alt .content.left .intro h2 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 2235.2941176471px) {
  .mod-polygon-info .content.left .intro h2, .mod-polygon-info-alt .content.left .intro h2 {
    font-size: 3.8rem;
  }
}
.mod-polygon-info .content.left .intro h2 em, .mod-polygon-info-alt .content.left .intro h2 em {
  font-size: 3.5vw;
}
@media screen and (max-width: 1428.5714285714px) {
  .mod-polygon-info .content.left .intro h2 em, .mod-polygon-info-alt .content.left .intro h2 em {
    font-size: 5rem;
  }
}
@media screen and (min-width: 2085.7142857143px) {
  .mod-polygon-info .content.left .intro h2 em, .mod-polygon-info-alt .content.left .intro h2 em {
    font-size: 7.3rem;
  }
}
@media screen and (max-width: 950px) {
  .mod-polygon-info .content.left .intro, .mod-polygon-info-alt .content.left .intro {
    position: relative;
  }
}
@media screen and (min-width: 1250px) {
  .mod-polygon-info .content.left .intro, .mod-polygon-info-alt .content.left .intro {
    top: 0;
    right: 0;
    margin-top: 100px;
    width: 50%;
  }
}
.mod-polygon-info .content.right, .mod-polygon-info-alt .content.right {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 950px) {
  .mod-polygon-info .content.right, .mod-polygon-info-alt .content.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mod-polygon-info .content.right .polygon, .mod-polygon-info-alt .content.right .polygon {
  width: 100%;
}
@media screen and (min-width: 950px) {
  .mod-polygon-info .content.right .polygon, .mod-polygon-info-alt .content.right .polygon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 1250px) {
  .mod-polygon-info .content.right .polygon, .mod-polygon-info-alt .content.right .polygon {
    width: calc(100% - 556px);
    display: inline-block;
    margin-top: 0;
    margin-right: -15vw;
    vertical-align: middle;
  }
}
@media screen and (min-width: 950px) {
  .mod-polygon-info .content.right .intro, .mod-polygon-info-alt .content.right .intro {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.mod-polygon-info .content.right .intro h2, .mod-polygon-info-alt .content.right .intro h2 {
  font-size: 1.7vw;
}
@media screen and (max-width: 1294.1176470588px) {
  .mod-polygon-info .content.right .intro h2, .mod-polygon-info-alt .content.right .intro h2 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 2235.2941176471px) {
  .mod-polygon-info .content.right .intro h2, .mod-polygon-info-alt .content.right .intro h2 {
    font-size: 3.8rem;
  }
}
.mod-polygon-info .content.right .intro h2 em, .mod-polygon-info-alt .content.right .intro h2 em {
  font-size: 3.5vw;
}
@media screen and (max-width: 1428.5714285714px) {
  .mod-polygon-info .content.right .intro h2 em, .mod-polygon-info-alt .content.right .intro h2 em {
    font-size: 5rem;
  }
}
@media screen and (min-width: 2085.7142857143px) {
  .mod-polygon-info .content.right .intro h2 em, .mod-polygon-info-alt .content.right .intro h2 em {
    font-size: 7.3rem;
  }
}
@media screen and (max-width: 950px) {
  .mod-polygon-info .content.right .intro, .mod-polygon-info-alt .content.right .intro {
    position: relative;
  }
}
@media screen and (min-width: 1250px) {
  .mod-polygon-info .content.right .intro, .mod-polygon-info-alt .content.right .intro {
    top: 0;
    left: 0;
    margin-top: 100px;
    width: 50%;
  }
}
.mod-polygon-info .content.right .intro .description, .mod-polygon-info-alt .content.right .intro .description {
  margin-bottom: 2em;
}

.mod-add-serv {
  padding: 3em 2em;
  background: #E6EFF2;
}
.mod-add-serv > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.content .mod-add-serv {
  padding: 0;
}
.mod-add-serv .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 950px) {
  .mod-add-serv .content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.mod-add-serv .content {
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col {
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 950px) {
  .col {
    width: 100%;
  }
}
@media screen and (min-width: 1250px) {
  .col {
    width: 50%;
  }
}

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

/*** setup wrapper class options **/
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-bottom > div, .no-margin-bottom > section {
  margin-bottom: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-bottom > div, .no-padding-bottom > section {
  padding-bottom: 0 !important;
}

.padded {
  padding: 90px 0;
}

.copy ul ul {
  padding-top: 0.7em;
}

/** Membership Area */
.membership-area {
  position: relative;
  background: #F4F4F5;
  overflow: hidden;
  padding: 10vw 0;
}
.membership-area:before {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 10vw 0;
  border-color: transparent #fff transparent transparent;
  left: 0;
}
.membership-area:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10vw 0 0 100vw;
  border-color: transparent transparent transparent #ffffff;
}
.membership-area .f-header {
  color: #006882;
  text-transform: none;
  font-weight: 700;
  font-size: 2.6vw;
}
@media screen and (max-width: 1000px) {
  .membership-area .f-header {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1653.8461538462px) {
  .membership-area .f-header {
    font-size: 4.3rem;
  }
}

@media screen and (max-width: 950px) {
  .membership-split-block {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.membership-split-block .description {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media screen and (min-width: 950px) {
  .membership-split-block .description {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.membership-split-block .description {
  line-height: 1.8;
  font-size: 1vw;
}
@media screen and (max-width: 1400px) {
  .membership-split-block .description {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 2000px) {
  .membership-split-block .description {
    font-size: 2rem;
  }
}

.home-benefits .explore-area-vertical .content .info .f-header {
  font-size: 4vw;
}
@media screen and (max-width: 750px) {
  .home-benefits .explore-area-vertical .content .info .f-header {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1750px) {
  .home-benefits .explore-area-vertical .content .info .f-header {
    font-size: 7rem;
  }
}
.home-benefits .explore-area-vertical .content .info .f-header {
  margin-bottom: 0.3em;
  font-family: open-sans, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #E6EFF2;
}
.home-benefits .explore-area-vertical .content .info .f-header strong {
  font-family: thirsty_softbold, _serif;
  text-transform: none;
  font-weight: 700;
}

.video-section {
  padding: 0 2em;
  margin-bottom: 15vw;
  text-align: center;
}
.video-section > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.content .video-section {
  padding: 0;
}
.video-section .f-video-header {
  font-size: 2.04vw;
}
@media screen and (max-width: 1078.431372549px) {
  .video-section .f-video-header {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1862.7450980392px) {
  .video-section .f-video-header {
    font-size: 3.8rem;
  }
}
.video-section .f-video-header em, .video-section .f-video-header bold {
  font-size: 4.182vw;
}
@media screen and (max-width: 1195.600191296px) {
  .video-section .f-video-header em, .video-section .f-video-header bold {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1745.5762792922px) {
  .video-section .f-video-header em, .video-section .f-video-header bold {
    font-size: 7.3rem;
  }
}

.full-page > .page-cols > .content {
  padding-bottom: 3em;
}

.full-page > div {
  padding: 0 2em;
}
.full-page > div > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.content .full-page > div {
  padding: 0;
}

.ta-left {
  text-align: left !important;
}

.events-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 950px) {
  .events-listing {
    display: block;
  }
}
@media screen and (min-width: 950px) {
  .events-listing .event-list {
    margin-right: 40px;
    margin-bottom: 40px;
    width: calc(33.33% - 27px);
  }
  .events-listing .event-list:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
.events-listing .event-list .description .f-h4, .events-listing .event-list .description .branch-details h3, .branch-details .events-listing .event-list .description h3, .events-listing .event-list .description .branch-details h4, .branch-details .events-listing .event-list .description h4, .events-listing .event-list .description .branch-details .branch_hours_label, .branch-details .events-listing .event-list .description .branch_hours_label {
  font-size: 1.428vw;
}
@media screen and (max-width: 1400.5602240896px) {
  .events-listing .event-list .description .f-h4, .events-listing .event-list .description .branch-details h3, .branch-details .events-listing .event-list .description h3, .events-listing .event-list .description .branch-details h4, .branch-details .events-listing .event-list .description h4, .events-listing .event-list .description .branch-details .branch_hours_label, .branch-details .events-listing .event-list .description .branch_hours_label {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1540.6162464986px) {
  .events-listing .event-list .description .f-h4, .events-listing .event-list .description .branch-details h3, .branch-details .events-listing .event-list .description h3, .events-listing .event-list .description .branch-details h4, .branch-details .events-listing .event-list .description h4, .events-listing .event-list .description .branch-details .branch_hours_label, .branch-details .events-listing .event-list .description .branch_hours_label {
    font-size: 2.2rem;
  }
}
.events-listing .event-list .description .event-date {
  font-size: 1.292vw;
}
@media screen and (max-width: 1393.1888544892px) {
  .events-listing .event-list .description .event-date {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1547.9876160991px) {
  .events-listing .event-list .description .event-date {
    font-size: 2rem;
  }
}
.events-listing .event-list .description .event-date {
  margin-bottom: 0.75em;
}
.events-listing .event-list .description .event-date:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 21px;
  height: 21px;
  background: url(/wp-content/themes/new-tripoli-fresh/images/ico-cal.svg) no-repeat;
  background-size: contain;
}
.events-listing .event-list .description .location {
  width: 70%;
  font-size: 1.5rem;
  margin: 0 auto 2em;
}
.events-listing .event-list .photo {
  margin-bottom: 0.5em;
  position: relative;
}
.events-listing .event-list .photo:before {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 3;
  border: solid 2px #fff;
}
.events-listing .event-list .f-h4, .events-listing .event-list .branch-details h3, .branch-details .events-listing .event-list h3, .events-listing .event-list .branch-details h4, .branch-details .events-listing .event-list h4, .events-listing .event-list .branch-details .branch_hours_label, .branch-details .events-listing .event-list .branch_hours_label {
  font-size: 1.598vw;
}
@media screen and (max-width: 1251.5644555695px) {
  .events-listing .event-list .f-h4, .events-listing .event-list .branch-details h3, .branch-details .events-listing .event-list h3, .events-listing .event-list .branch-details h4, .branch-details .events-listing .event-list h4, .events-listing .event-list .branch-details .branch_hours_label, .branch-details .events-listing .event-list .branch_hours_label {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1689.6120150188px) {
  .events-listing .event-list .f-h4, .events-listing .event-list .branch-details h3, .branch-details .events-listing .event-list h3, .events-listing .event-list .branch-details h4, .branch-details .events-listing .event-list h4, .events-listing .event-list .branch-details .branch_hours_label, .branch-details .events-listing .event-list .branch_hours_label {
    font-size: 2.7rem;
  }
}
.events-listing .event-list .f-h4, .events-listing .event-list .branch-details h3, .branch-details .events-listing .event-list h3, .events-listing .event-list .branch-details h4, .branch-details .events-listing .event-list h4, .events-listing .event-list .branch-details .branch_hours_label, .branch-details .events-listing .event-list .branch_hours_label {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.blog-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 950px) {
  .blog-listing {
    display: block;
  }
}
@media screen and (min-width: 950px) {
  .blog-listing .blog-article-ticker {
    margin-right: 40px;
    margin-bottom: 40px;
    width: calc(33.33% - 27px);
  }
  .blog-listing .blog-article-ticker:nth-of-type(3n+2) {
    margin-right: 0;
  }
}
.blog-listing .blog-article-ticker .blog-article-header {
  font-size: 1.428vw;
}
@media screen and (max-width: 1400.5602240896px) {
  .blog-listing .blog-article-ticker .blog-article-header {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1540.6162464986px) {
  .blog-listing .blog-article-ticker .blog-article-header {
    font-size: 2.2rem;
  }
}
.blog-listing .blog-article-ticker .blog-article-header {
  margin-bottom: 0.7em;
  font-weight: 700;
}
.blog-listing .blog-article-ticker .description {
  font-size: 1.292vw;
}
@media screen and (max-width: 1393.1888544892px) {
  .blog-listing .blog-article-ticker .description {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1547.9876160991px) {
  .blog-listing .blog-article-ticker .description {
    font-size: 2rem;
  }
}
.blog-listing .blog-article-ticker .description {
  margin-bottom: 2em;
}
.blog-listing .blog-article-ticker .photo {
  margin-bottom: 0.5em;
  position: relative;
}
.blog-listing .blog-article-ticker .photo:before {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 3;
  border: solid 2px #fff;
}
.blog-listing .blog-article-ticker .action {
  text-align: center;
}

/** FORMS **/
.fsSectionHeader {
  padding: 0 !important;
  background: none !important;
  text-align: left !important;
}
.fsSectionHeader .fsSectionHeading {
  text-align: left !important;
}

.fsForm {
  padding: 0 !important;
  margin: 0 0 2em 0 !important;
}

.content .fsSubmitButton {
  background-color: #67913B !important;
  border-radius: 7px !important;
}

.pg-investments .f-bio-name {
  text-transform: uppercase;
  font-weight: 700;
}
.pg-investments .mod-directory-alt {
  margin-bottom: 1em;
  padding: 4em 2em;
}
.pg-investments .mod-directory-alt .photo img {
  min-width: 300px;
}
.pg-investments .actions {
  max-width: 350px;
  margin-left: 40px;
}
.pg-investments .actions a {
  display: block;
  margin-bottom: 1em;
}

.video-pop-header {
  display: none;
}

/* ROUTING # MODAL IE9+
   ================================================== */
#ac_content h3 {
  margin: 0 0 0.5em 0;
}

#ac_content p {
  margin: 0 0 0.25em 0;
}

#ac_content h3 strong {
  color: #DF4726;
}

.ac_close {
  display: block;
  float: right;
  position: relative;
  z-index: 9999;
}

.ac_btn {
  display: inline-block;
  padding: 0.5em;
  width: 100px;
  background: #D5D753;
  color: #333;
  text-align: center;
  margin: 15px;
  text-decoration: none;
}

.ac_open_btn {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: left;
}

#ac_footer {
  min-height: 40px;
}

.ac_learn_more_btn {
  width: 120px;
}

.ac_options {
  text-align: center;
  margin-bottom: 1em;
}

.modal-content {
  color: #777;
  font-size: 0.8em;
}

.modal-content, .edepagree {
  background: none repeat scroll 0 0 #fff;
  height: 50%;
  margin: 6% auto 0;
  overflow: scroll;
  padding: 2.5em;
  width: 50%;
}

.edepagree {
  border-top: 1px solid;
  height: auto;
  margin-top: 0;
  padding: 1em 2em;
}

#ac_back, .modal-overlay {
  background: url("https://www.salisburybank.com/images/overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.ac_holder {
  display: none;
  height: 100%;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
}

.ac_pop {
  background: none repeat scroll 0 0 #fff;
  margin: 0 auto;
  max-width: 600px;
  padding: 0 18px 18px 18px;
  width: 96%;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ac_pop h1 {
  text-align: left;
}

#ac_header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  padding: 0 0 10px;
}

.ac_pop h4 {
  color: #df4726;
  font-weight: bold;
  margin: 0 0 0.1em;
}

.agimg h2 {
  padding-top: 10px;
  text-transform: uppercase;
}

.ac_pop h2, .agimg h2 {
  color: #df4726;
  margin: 0;
}

#AddCdTerm, #AddJointApp {
  display: none;
}

.container .main.common {
  padding: 0;
}

.container {
  width: 100%;
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}

/** MODAL **/
.modal-back {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}

.modal-holder {
  position: absolute;
  max-width: 700px;
  left: 50%;
  top: 10%;
  max-height: 80%;
  overflow-y: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #FFF;
  overflow: visible;
}

.modal-text {
  padding: 2em;
  position: relative;
}

.modal-close-btn {
  cursor: pointer;
  position: absolute;
  top: -25px;
  right: 0;
}

@media screen and (max-width: 950px) {
  .splide__slide__container {
    height: auto !important;
  }
  section.feature-slide.photo-area {
    height: auto !important;
  }
}
@media print {
  header,
  nav,
  footer {
    display: none;
  }
  img {
    max-width: 500px;
  }
  body {
    font: 14pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    color: #000000;
  }
  .cross-sell-carousel .f-h2, .f-h1-feature, .feature-slide .feature-text .feature-header, .photo-area-info .info-copy h2, p, h1, h2, h3, h4, h5, dd, dt, .bottom-footer p, .bottom-footer a {
    color: #000000;
  }
  .photo-area-info .info-copy {
    width: 100%;
  }
  img, a, nav.ada-footer-bar, .photo-area-info .info-icons,
  .photo-area .image img, .photo-area-complex .image img, .photo-area-header .image img {
    display: none;
  }
  .top-header-bar .logo img {
    display: block !important;
  }
  .photo-area, .photo-area-complex, .photo-area-header {
    height: 300px;
    min-height: 300px;
  }
  .icon-information-area .explore-links .explore-block, .icon-information-area-simple .explore-links .explore-block {
    width: 33%;
    float: left;
    padding: 1em;
  }
  .cross-sell-blocks .cs-block {
    width: 50%;
    float: left;
    padding: 1em;
  }
  .photo-area-complex .photo-area-info {
    width: 100%;
    background: 0 0;
    z-index: 20;
    padding: 1em;
    position: relative;
    top: 0;
    left: 0;
  }
}