@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 {
  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: 600;
}

[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 .btn-group > .dropdown-toggle, .input-prepend .add-on, .input-prepend .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 {
  margin-right: -1px;
}

.input-append .uneditable-input, .input-append input, .input-append select, .input-prepend .add-on:first-child, .input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px;
}

.input-append .uneditable-input + .btn-group .btn:last-child, .input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}

.input-append .add-on, .input-append .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 {
  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 input + .btn-group .btn, .input-prepend.input-append select + .btn-group .btn {
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .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 {
  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-prepend .search-query {
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .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, input[type=submit].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large, input[type=submit].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small, input[type=submit].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini, input[type=submit].btn.btn-mini {
  *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;
  }
}
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #495254;
}

body {
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  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-family: open-sans, sans-serif;
  font-weight: 700;
  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-h2, .photo-header h1 {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.125;
}
@media screen and (min-width: 998px) {
  .f-h2, .photo-header h1 {
    font-size: 8rem;
    line-height: 1.125;
  }
}
@media screen and (min-width: 1400px) {
  .f-h2, .photo-header h1 {
    font-size: 8.5rem;
    line-height: 1.125;
  }
}

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

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

.f-h5 {
  font-family: open-sans, sans-serif;
  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-h6 {
  font-family: open-sans, sans-serif;
  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-form-thanks {
  font-size: 3rem;
  margin-bottom: 0.3em;
}

a {
  color: #00AC75;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.btn:hover {
  text-decoration: none;
}

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

.disclosure {
  margin-bottom: 3em;
  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;
  }
}

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

img {
  height: auto;
}

img[src=""] {
  display: none;
}

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

.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 {
  max-width: 1000px;
  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;
}
.video-pop-modal .video-pop-modal-content .video-pop-modal-frame {
  text-align: right;
}
@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 .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%;
}
.video-pop-modal .video-pop-modal-content .video-pop-info {
  padding-top: 60px;
  color: #FFF;
}
@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 .f-video-pop-title {
  font-size: 27px;
  color: #FFF;
  margin-bottom: 0.5em;
}
@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 .video-pop-description {
  font-size: 12px;
  color: #FFF;
  margin-bottom: 1em;
}
@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-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;
}

.btn, .black-ghost, .white-ghost, .internal-page-header .actions a, .head-mobile .mobile-nav-area .mobile-nav-options .chat-btn, .ghost-btn, .cta-btn, .access-login input[type=submit], .secondary-btn {
  background: #00AC75;
  color: #fff;
  border: solid 2px #00AC75;
  display: inline-block;
  padding: 16px 2em;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px;
  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, .black-ghost:hover, .white-ghost:hover, .internal-page-header .actions a:hover, .head-mobile .mobile-nav-area .mobile-nav-options .chat-btn:hover, .ghost-btn:hover, .cta-btn:hover, .access-login input[type=submit]:hover, .secondary-btn:hover, .btn:focus, .black-ghost:focus, .white-ghost:focus, .internal-page-header .actions a:focus, .head-mobile .mobile-nav-area .mobile-nav-options .chat-btn:focus, .ghost-btn:focus, .cta-btn:focus, .access-login input[type=submit]:focus, .secondary-btn:focus, .btn.hovered, .hovered.black-ghost, .hovered.white-ghost, .internal-page-header .actions a.hovered, .head-mobile .mobile-nav-area .mobile-nav-options .hovered.chat-btn, .hovered.ghost-btn, .hovered.cta-btn, .access-login input.hovered[type=submit], .hovered.secondary-btn {
  background: rgb(0, 121, 82.3081395349);
  text-decoration: none;
}
.btn:active, .black-ghost:active, .white-ghost:active, .internal-page-header .actions a:active, .head-mobile .mobile-nav-area .mobile-nav-options .chat-btn:active, .ghost-btn:active, .cta-btn:active, .access-login input[type=submit]:active, .secondary-btn:active {
  background: rgb(0, 121, 82.3081395349);
}
.btn .clicked-text, .black-ghost .clicked-text, .white-ghost .clicked-text, .internal-page-header .actions a .clicked-text, .head-mobile .mobile-nav-area .mobile-nav-options .chat-btn .clicked-text, .ghost-btn .clicked-text, .cta-btn .clicked-text, .access-login input[type=submit] .clicked-text, .secondary-btn .clicked-text {
  display: none;
}
.btn.js-active .clicked-text, .js-active.black-ghost .clicked-text, .js-active.white-ghost .clicked-text, .internal-page-header .actions a.js-active .clicked-text, .head-mobile .mobile-nav-area .mobile-nav-options .js-active.chat-btn .clicked-text, .js-active.ghost-btn .clicked-text, .js-active.cta-btn .clicked-text, .access-login input.js-active[type=submit] .clicked-text, .js-active.secondary-btn .clicked-text {
  display: inline-block;
}
.btn.js-active .initial-text, .js-active.black-ghost .initial-text, .js-active.white-ghost .initial-text, .internal-page-header .actions a.js-active .initial-text, .head-mobile .mobile-nav-area .mobile-nav-options .js-active.chat-btn .initial-text, .js-active.ghost-btn .initial-text, .js-active.cta-btn .initial-text, .access-login input.js-active[type=submit] .initial-text, .js-active.secondary-btn .initial-text {
  display: none;
}

/* Primary action button*/
.cta-btn, .access-login input[type=submit], .secondary-btn {
  background-color: #00AC75;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  padding: 17px 2em;
  border: solid 2px #00AC75;
}
.cta-btn:hover, .access-login input[type=submit]:hover, .secondary-btn:hover, .cta-btn:focus, .access-login input[type=submit]:focus, .secondary-btn:focus, .cta-btn.hovered, .access-login input.hovered[type=submit], .hovered.secondary-btn {
  color: #fff;
  background: rgb(0, 121, 82.3081395349);
}
.cta-btn:active, .access-login input[type=submit]:active, .secondary-btn:active {
  color: #fff;
  background: rgb(0, 121, 82.3081395349);
}

.secondary-btn {
  background-color: #1E78C1;
  text-decoration: none;
  display: inline-block;
}
.secondary-btn:hover, .secondary-btn:focus, .secondary-btn.hovered {
  background: rgb(26.5695067265, 106.2780269058, 170.9304932735);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1E78C1), to(rgba(30, 120, 193, 0)));
  background-image: linear-gradient(#1E78C1, rgba(30, 120, 193, 0));
}

.ghost-btn {
  background: none;
  display: inline-block;
  text-decoration: none;
  border: solid 2px #00AC75;
  background-size: 0 100%;
  color: #00AC75;
}
.ghost-btn:hover, .ghost-btn:focus, .ghost-btn.hovered {
  background: rgb(0, 146.5, 99.6540697674);
  color: #fff;
  border-color: rgb(0, 146.5, 99.6540697674);
}
.ghost-btn:active {
  background: rgb(0, 121, 82.3081395349);
  color: #fff;
}

.white-btn, .head-mobile .mobile-login-area .actions .login-btn {
  background: #fff;
  color: #1E78C1;
  text-transform: uppercase;
  font-size: 1.8rem;
  border-radius: 10px;
  padding: 7px 2em;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

.white-ghost, .internal-page-header .actions a, .head-mobile .mobile-nav-area .mobile-nav-options .chat-btn {
  background: none;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 17px 2em;
  border: solid 2px #fff;
}
.white-ghost:hover, .internal-page-header .actions a:hover, .head-mobile .mobile-nav-area .mobile-nav-options .chat-btn:hover, .white-ghost:focus, .internal-page-header .actions a:focus, .head-mobile .mobile-nav-area .mobile-nav-options .chat-btn:focus, .white-ghost.hovered, .internal-page-header .actions a.hovered, .head-mobile .mobile-nav-area .mobile-nav-options .hovered.chat-btn {
  background: #fff;
  color: #1E78C1;
  border-color: #fff;
}
.white-ghost:active, .internal-page-header .actions a:active, .head-mobile .mobile-nav-area .mobile-nav-options .chat-btn:active {
  color: #fff;
}

.black-ghost {
  background: none;
  display: inline-block;
  text-decoration: none;
  color: #451c00;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 1.6rem;
  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: #495254;
}

/* Links */
.cta-lnk, .search-item-directory .info .action a, .search-item-branch .info .action a, .search-block.photo .info .action a, .search-block.link .action a {
  color: white;
  font-size: 2rem;
  font-weight: 750;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.cta-lnk:after, .search-item-directory .info .action a:after, .search-item-branch .info .action a:after, .search-block.photo .info .action a:after, .search-block.link .action a:after {
  content: "›";
  display: inline-block;
  color: #00AC75;
  font-size: 2em;
  position: relative;
  top: 3px;
  left: 8px;
  font-weight: normal;
  line-height: 0.1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.board-grey.cta-lnk:after, .search-item-directory .info .action a.board-grey:after, .search-item-branch .info .action a.board-grey:after, .search-block.photo .info .action a.board-grey:after, .search-block.link .action a.board-grey:after {
  color: #55565B;
}

.dock-grey.cta-lnk:after, .search-item-directory .info .action a.dock-grey:after, .search-item-branch .info .action a.dock-grey:after, .search-block.photo .info .action a.dock-grey:after, .search-block.link .action a.dock-grey:after {
  color: #B2B1B0;
}

.iced-blue.cta-lnk:after, .search-item-directory .info .action a.iced-blue:after, .search-item-branch .info .action a.iced-blue:after, .search-block.photo .info .action a.iced-blue:after, .search-block.link .action a.iced-blue:after {
  color: #52739E;
}

.loft.cta-lnk:after, .search-item-directory .info .action a.loft:after, .search-item-branch .info .action a.loft:after, .search-block.photo .info .action a.loft:after, .search-block.link .action a.loft:after {
  color: #39AFC7;
}

.orange-splash.cta-lnk:after, .search-item-directory .info .action a.orange-splash:after, .search-item-branch .info .action a.orange-splash:after, .search-block.photo .info .action a.orange-splash:after, .search-block.link .action a.orange-splash:after {
  color: #F16728;
}

.peak.cta-lnk:after, .search-item-directory .info .action a.peak:after, .search-item-branch .info .action a.peak:after, .search-block.photo .info .action a.peak:after, .search-block.link .action a.peak:after {
  color: #8D3210;
}

.poppy.cta-lnk:after, .search-item-directory .info .action a.poppy:after, .search-item-branch .info .action a.poppy:after, .search-block.photo .info .action a.poppy:after, .search-block.link .action a.poppy:after {
  color: #EF4B5D;
}

.retro.cta-lnk:after, .search-item-directory .info .action a.retro:after, .search-item-branch .info .action a.retro:after, .search-block.photo .info .action a.retro:after, .search-block.link .action a.retro:after {
  color: #B6BE34;
}

.sail-yellow.cta-lnk:after, .search-item-directory .info .action a.sail-yellow:after, .search-item-branch .info .action a.sail-yellow:after, .search-block.photo .info .action a.sail-yellow:after, .search-block.link .action a.sail-yellow:after {
  color: #F5CF3D;
}

.shadow.cta-lnk:after, .search-item-directory .info .action a.shadow:after, .search-item-branch .info .action a.shadow:after, .search-block.photo .info .action a.shadow:after, .search-block.link .action a.shadow:after {
  color: #005B78;
}

.sundown.cta-lnk:after, .search-item-directory .info .action a.sundown:after, .search-item-branch .info .action a.sundown:after, .search-block.photo .info .action a.sundown:after, .search-block.link .action a.sundown:after {
  color: #805A89;
}

.vinate.cta-lnk:after, .search-item-directory .info .action a.vinate:after, .search-item-branch .info .action a.vinate:after, .search-block.photo .info .action a.vinate:after, .search-block.link .action a.vinate:after {
  color: #6BC6B7;
}

.cta-lnk:hover, .search-item-directory .info .action a:hover, .search-item-branch .info .action a:hover, .search-block.photo .info .action a:hover, .search-block.link .action a:hover, .cta-lnk:focus, .search-item-directory .info .action a:focus, .search-item-branch .info .action a:focus, .search-block.photo .info .action a:focus, .search-block.link .action a:focus {
  text-decoration: none !important;
}
.cta-lnk:hover:after, .search-item-directory .info .action a:hover:after, .search-item-branch .info .action a:hover:after, .search-block.photo .info .action a:hover:after, .search-block.link .action a:hover:after, .cta-lnk:focus:after, .search-item-directory .info .action a:focus:after, .search-item-branch .info .action a:focus:after, .search-block.photo .info .action a:focus:after, .search-block.link .action a:focus:after {
  opacity: 1;
  left: 12px;
}

.cta-lnk-basic, .photo-area .photo-area-info .photo-area-text a:not([class]), .photo-area .photo-area-info .photo-area-text a[class=""], .photo-area .photo-area-info .photo-area-text a[class=speedbump], .photo-area-complex .photo-area-info .photo-area-text a:not([class]), .photo-area-complex .photo-area-info .photo-area-text a[class=""], .photo-area-complex .photo-area-info .photo-area-text a[class=speedbump], .photo-area-header .photo-area-info .photo-area-text a:not([class]), .photo-area-header .photo-area-info .photo-area-text a[class=""], .photo-area-header .photo-area-info .photo-area-text a[class=speedbump] {
  color: white;
  font-weight: 750;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.cta-lnk-basic:hover, .photo-area .photo-area-info .photo-area-text a:hover:not([class]), .photo-area .photo-area-info .photo-area-text a[class=""]:hover, .photo-area .photo-area-info .photo-area-text a[class=speedbump]:hover, .photo-area-complex .photo-area-info .photo-area-text a:hover:not([class]), .photo-area-complex .photo-area-info .photo-area-text a[class=""]:hover, .photo-area-complex .photo-area-info .photo-area-text a[class=speedbump]:hover, .photo-area-header .photo-area-info .photo-area-text a:hover:not([class]), .photo-area-header .photo-area-info .photo-area-text a[class=""]:hover, .photo-area-header .photo-area-info .photo-area-text a[class=speedbump]:hover, .cta-lnk-basic:focus, .photo-area .photo-area-info .photo-area-text a:focus:not([class]), .photo-area .photo-area-info .photo-area-text a[class=""]:focus, .photo-area .photo-area-info .photo-area-text a[class=speedbump]:focus, .photo-area-complex .photo-area-info .photo-area-text a:focus:not([class]), .photo-area-complex .photo-area-info .photo-area-text a[class=""]:focus, .photo-area-complex .photo-area-info .photo-area-text a[class=speedbump]:focus, .photo-area-header .photo-area-info .photo-area-text a:focus:not([class]), .photo-area-header .photo-area-info .photo-area-text a[class=""]:focus, .photo-area-header .photo-area-info .photo-area-text a[class=speedbump]:focus {
  text-decoration: underline;
}

.arrow-lnk {
  color: white;
  font-size: 2rem;
  font-weight: 750;
  text-transform: uppercase;
  position: relative;
  padding-right: 21px;
}
.arrow-lnk:before {
  content: "";
  display: block;
  background: #00AC75;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 7px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow-lnk:after {
  content: "";
  display: block;
  background: #00AC75;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 16px;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.arrow-lnk:hover, .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: #00AC75;
  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, .cta-btn, .access-login input[type=submit], .secondary-btn, .ghost-btn, .white-ghost, .internal-page-header .actions a, .head-mobile .mobile-nav-area .mobile-nav-options .chat-btn, .black-ghost {
    margin-bottom: 10px;
    width: auto;
  }
}
/** Mobile Nav **

  <header role="banner" class="head-mobile">
    <div class="mobile-header-top">
        <div>
            <h2><a href="/"><img src="/images/logo.svg" alt="Stoneham Bank Logo" class="mobile-logo"></a></h2>
            <span class="mobile-nav-icon js-mobile-nav-open" tabindex="0">
                <span class="line line-1"></span>
                <span class="line line-2"></span>
                <span class="line line-3"></span>
                <span class="menu-text">Menu</span>
            </span>
        </div>
    </div>
    <div class="mobile-nav-area" style="display: none;">
        <nav role="navigation" class="mobile-nav">
            <h3 class="visuallyhidden">Mobile Navigation</h3>
            <?php 
              $api->displayMenu("mobile", "full", true, true, false, false);
            ?>
            <form role="search" action="/search/" method="get" class="mobile-search">
                <label class="visuallyhidden" for="mobile-id-search">Search for Products &amp; Services</label>
                <input id="mobile-id-search" name="search_key" class="search_inp" placeholder="Search..." type="text">
                <button class="visuallyhidden" type="submit">Submit Search</button>
            </form>
        </nav>
    </div>
  </header>

**/
.head-mobile {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 950px) {
  .head-mobile {
    display: none;
  }
}
.head-mobile .fdic-header-section-mobile {
  display: block;
  height: 35px;
}
.head-mobile .fdic-header-section-mobile .fdic-header-mobile {
  width: 20%;
  min-width: 370px;
  position: relative;
  top: 1rem;
  left: 1.5rem;
}
.head-mobile .mobile-header-logo {
  zoom: 1;
}
.head-mobile .mobile-header-logo:before, .head-mobile .mobile-header-logo:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.head-mobile .mobile-header-logo:after {
  clear: both;
}
.head-mobile .mobile-header-logo {
  text-align: center;
  background: #fff;
  height: 70px;
  border-top: 1px solid;
}
.head-mobile .mobile-header-logo .mobile-logo {
  display: block;
  width: 170px;
  position: absolute;
  margin: 0;
  top: 50px;
  left: 30px;
}
.head-mobile .mobile-header-logo .mobile-logo img {
  width: 100%;
}
.head-mobile .mobile-login {
  position: absolute;
  width: 75px;
  height: 70px;
  top: 0;
  right: 75px;
  background: url(/images/ico-login.svg) no-repeat center center;
}
.head-mobile .mobile-login[aria-hidden=false] {
  background: url(/images/ico-login-close.svg) #1E78C1 no-repeat center center;
}
.head-mobile .mobile-nav-icon {
  position: absolute;
  cursor: pointer;
  right: 0;
  z-index: 501;
  top: 36px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: inline-block;
  width: 96px;
  height: 69px;
  background: #fff;
  text-align: center;
}
.head-mobile .mobile-nav-icon .line {
  display: block;
  background: #00AC75;
  width: 38px;
  height: 5px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.head-mobile .mobile-nav-icon .line:not(:last-child) {
  margin: 0 auto 5px;
}
.head-mobile .mobile-nav-icon .line:last-child {
  margin: 0 auto;
}
.head-mobile .mobile-nav-icon:hover .line:not(:last-child), .head-mobile .mobile-nav-icon:focus .line:not(:last-child) {
  margin: 0 auto 7px;
}
.head-mobile .mobile-nav-icon:hover .line:last-child, .head-mobile .mobile-nav-icon:focus .line:last-child {
  margin: 0 auto;
}
.head-mobile .mobile-nav-icon:hover .line-2, .head-mobile .mobile-nav-icon:focus .line-2 {
  width: 21px;
  height: 5px;
}
.head-mobile .mobile-nav-icon:hover .line-3, .head-mobile .mobile-nav-icon:focus .line-3 {
  width: 13px;
}
.head-mobile .mobile-login-area {
  display: none;
  background: #1E78C1;
  padding: 15px 30px;
}
.head-mobile .mobile-login-area .ol-input div {
  margin-bottom: 1em;
}
.head-mobile .mobile-login-area .ol-input input {
  width: 100%;
  height: 53px;
  border-radius: 5px;
  border: solid 1px #8D8D8D;
  padding: 0 1em;
  font-size: 1.6rem;
  margin-bottom: 1em;
  color: #495254;
  margin: 0;
}
.head-mobile .mobile-login-area .ol-input input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #8D8D8D;
}

.head-mobile .mobile-login-area .ol-input input:-moz-placeholder {
  text-transform: uppercase;
  color: #8D8D8D;
}

.head-mobile .mobile-login-area .ol-input input::-moz-placeholder {
  text-transform: uppercase;
  color: #8D8D8D;
}

.head-mobile .mobile-login-area .ol-input input:-ms-input-placeholder {
  text-transform: uppercase;
  color: #8D8D8D;
}

.head-mobile .mobile-login-area .actions {
  zoom: 1;
}
.head-mobile .mobile-login-area .actions:before, .head-mobile .mobile-login-area .actions:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.head-mobile .mobile-login-area .actions:after {
  clear: both;
}
.head-mobile .mobile-login-area .actions .login-btn {
  padding: 17px 3em;
  border-radius: 27px;
  float: left;
  width: 170px;
}
.head-mobile .mobile-login-area .actions .login-links {
  float: right;
  width: 40%;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.head-mobile .mobile-login-area .actions .login-links a {
  color: #fff;
  font-size: 1.4rem;
}
.head-mobile .mobile-login-area .actions .login-links li {
  display: block;
  margin-bottom: 1em;
}
.head-mobile .mobile-login-area .actions .login-links li:last-of-type {
  margin-bottom: 0;
}
.head-mobile.nav-open .mobile-nav-area {
  height: 100vh;
}
.head-mobile {
  /* Mobile Nav Dropdown */
}
.head-mobile .mobile-nav-area {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 505;
  height: 0;
  overflow-x: clip;
  overflow-y: auto;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.head-mobile .mobile-nav-area .mobile-nav-header {
  border-bottom: solid 1px #1E78C1;
  height: 90px;
  position: relative;
}
.head-mobile .mobile-nav-area .mobile-nav-header .mobile-nav-close {
  color: #1E78C1;
  width: 89px;
  height: 100%;
  padding: 0;
  top: 0;
  right: 0;
  font-size: 8rem;
  line-height: 0.001;
  position: absolute;
}
.head-mobile .mobile-nav-area .mobile-nav-header .online-banking-btn {
  right: auto;
  left: 0;
}
.head-mobile .mobile-nav-area .mobile-nav-menu {
  padding: 1em 0 65px;
}
.head-mobile .mobile-nav-area .mobile-search-btn {
  padding: 10px 30px;
}
.head-mobile .mobile-nav-area .menu_nav {
  margin-bottom: 1em;
  padding-top: 1em;
  overflow: auto;
}
.head-mobile .mobile-nav-area .menu_nav > ul > li > a {
  display: block;
  padding: 10px 30px;
  color: #122E67;
  font-weight: 600;
  position: relative;
  text-align: left;
  font-size: 2.6rem;
  text-transform: uppercase;
}
.head-mobile .mobile-nav-area .menu_nav > ul > li > a:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  position: relative;
  width: 16px;
  height: 16px;
  background: url(/images/ico-arrow.svg) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.head-mobile .mobile-nav-area .menu_nav > ul > li > a.js-open:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.head-mobile .mobile-nav-area .menu_nav > ul > li ul {
  display: none;
  background: #00AC75;
  padding: 0 0.25em;
}
.head-mobile .mobile-nav-area .menu_nav > ul > li ul a {
  color: #495254;
  font-size: 1.6rem;
  padding: 0.7em 30px;
  display: block;
}
.head-mobile .mobile-nav-area .menu_nav > ul > li:last-of-type > a {
  display: none;
}
.head-mobile .mobile-nav-area .menu_nav > ul > li:last-of-type > ul {
  background: #fff;
  display: block !important;
  margin-top: 1em;
}
.head-mobile .mobile-nav-area .menu_nav > ul > li:last-of-type a {
  font-size: 1.6rem;
  font-weight: normal;
  color: #1E78C1;
  text-transform: uppercase;
  padding: 0.7em 30px;
}
.head-mobile .mobile-nav-area .menu_nav .mobile-nav-additional {
  padding-top: 10px;
  border-top: 1px solid #495254;
  text-align: right;
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
  margin: 0 auto 25px;
}
.head-mobile .mobile-nav-area .menu_nav .mobile-nav-additional p {
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.head-mobile .mobile-nav-area .menu_nav .mobile-nav-additional p:last-of-type {
  margin-right: 3px;
}
.head-mobile .mobile-nav-area .menu_nav .mobile-nav-additional .mobile-divide {
  height: 34px;
  border-right: 1px solid #495254;
  display: inline-block;
  vertical-align: middle;
}
.head-mobile .mobile-nav-area .menu_nav .mobile-nav-additional a {
  color: #00AC75;
  font-weight: bold;
}
.head-mobile .mobile-nav-area .menu_nav .mobile-nav-chat {
  text-align: center;
  width: 320px;
  margin: 0 auto;
}
.head-mobile .mobile-nav-area .menu_nav .mobile-nav-chat img {
  width: 40px;
}
.head-mobile .mobile-nav-area .menu_nav .mobile-nav-chat p {
  text-align: center;
  display: inline-block;
}
.head-mobile .mobile-nav-area .menu_nav .mobile-nav-chat p a {
  color: #00AC75;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 35px;
}
.head-mobile .mobile-nav-area .menu_nav .mobile-nav-chat p a p {
  margin: 0 5px;
}
.head-mobile .mobile-nav-area .menu_nav .mobile-nav-chat p a img {
  margin: 0 5px;
}
.head-mobile .mobile-nav-area .mobile-nav-options {
  background: #1E78C1;
  padding: 20px 30px 15px 30px;
}
.head-mobile .mobile-nav-area .mobile-nav-options .mobile-search-box {
  margin-bottom: 16px;
  position: relative;
}
.head-mobile .mobile-nav-area .mobile-nav-options .mobile-search-box img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  width: 28px;
}
.head-mobile .mobile-nav-area .mobile-nav-options .mobile-search-box .search-inp-mobile {
  width: 100%;
  height: 53px;
  border-radius: 5px;
  border: solid 1px #8D8D8D;
  padding: 0 1em 0 50px;
  font-size: 1.6rem;
  color: #495254;
  margin: 0;
}
.head-mobile .mobile-nav-area .mobile-nav-options .mobile-search-box .search-inp-mobile::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #8D8D8D;
}

.head-mobile .mobile-nav-area .mobile-nav-options .mobile-search-box .search-inp-mobile:-moz-placeholder {
  text-transform: uppercase;
  color: #8D8D8D;
}

.head-mobile .mobile-nav-area .mobile-nav-options .mobile-search-box .search-inp-mobile::-moz-placeholder {
  text-transform: uppercase;
  color: #8D8D8D;
}

.head-mobile .mobile-nav-area .mobile-nav-options .mobile-search-box .search-inp-mobile:-ms-input-placeholder {
  text-transform: uppercase;
  color: #8D8D8D;
}

.head-mobile .mobile-nav-area .mobile-nav-options .chat-btn {
  display: block;
  width: 100%;
}
.head-mobile .mobile-nav-area .mobile-nav-options .chat-btn:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 5px;
  width: 21px;
  height: 19px;
  background: url(/images/ico-chat-white.svg) no-repeat;
  background-size: contain;
}

.head-desktop {
  position: relative;
  z-index: 200;
  display: none;
  border-bottom: solid 1px #1E78C1;
}
@media screen and (min-width: 950px) {
  .head-desktop {
    display: block;
  }
}
.head-desktop .fdic-header {
  width: 20%;
  min-width: 360px;
  position: absolute;
  top: 0.5rem;
  left: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .head-desktop .fdic-header {
    min-width: 400px;
  }
}
@media screen and (min-width: 1100px) {
  .head-desktop .fdic-header {
    min-width: 470px;
  }
}
.head-desktop .fdic-header .cls-1 {
  font-family: SourceSansPro-It, "Source Sans Pro", "Source Sans 3";
}
.head-desktop .top-header {
  background: #1E78C1;
  height: 40px;
}
.head-desktop .top-header .top-nav {
  float: right;
  height: 40px;
}
.head-desktop .top-header .top-nav ul {
  margin: 0;
  padding: 0;
}
.head-desktop .top-header .top-nav li {
  display: inline-block;
}
.head-desktop .top-header .top-nav a, .head-desktop .top-header .top-nav button {
  display: inline-block;
  height: 40px;
  padding: 10px 16px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  vertical-align: middle;
}
.head-desktop .top-header .top-nav a img, .head-desktop .top-header .top-nav button img {
  height: 13px;
  margin-right: 4px;
}
.head-desktop .top-header .top-nav button {
  padding: 0 16px 0;
}
.head-desktop .top-header .top-nav .tn-chat {
  background: #122E67;
}
.head-desktop .top-header .top-nav .tn-search button {
  min-width: 100px;
}
.head-desktop .bottom-header {
  background: #fff;
  height: 128px;
  position: relative;
}
.head-desktop .bottom-header .logo {
  position: absolute;
  top: 34px;
  left: 20px;
  width: 220px;
}
@media screen and (min-width: 1380px) {
  .head-desktop .bottom-header .logo {
    top: 20px;
    left: 30px;
    width: 320px;
  }
}
.head-desktop .bottom-header .main-navigation {
  position: absolute;
  left: 275px;
  top: 0;
}
@media screen and (min-width: 1380px) {
  .head-desktop .bottom-header .main-navigation {
    left: 370px;
  }
}
.head-desktop .bottom-header .main-navigation ul {
  margin: 0;
  padding: 0;
}
.head-desktop .bottom-header .main-navigation li {
  display: inline-block;
}
.head-desktop .bottom-header .main-navigation a {
  display: inline-block;
  text-transform: uppercase;
  color: #122E67;
  height: 128px;
  font-size: 1.9rem;
  padding: 50px 1vw 0;
  position: relative;
  text-decoration: none;
  font-weight: 700;
}
.head-desktop .bottom-header .main-navigation a:after {
  content: "";
  width: calc(100% - 20px);
  height: 0px;
  background: #00AC75;
  position: absolute;
  left: 10px;
  bottom: 30px;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.head-desktop .bottom-header .main-navigation a {
  /*
  &:before {
  	content: 'close menu';
      width: 83px;
      height: 19px;
      color: #6a6464;
      font-size: 1rem;
      line-height: 2;
      z-index: 2;
      background: #ebebeb;
      font-weight: 400;
      text-transform: none;
      border-radius: 0 0 8px 8px;
      text-align: center;
      position: absolute;
      bottom: 11px;
      left: 50%;
      transform: translateX(-50%);
      box-shadow: inset 0px 1px 1px 0 rgba(0, 0, 0, 0.17);
      opacity: 0;
      transition: opacity .2s ease-in-out;
  }
  */
}
@media screen and (min-width: 1380px) {
  .head-desktop .bottom-header .main-navigation a {
    padding: 50px 30px 0;
    font-size: 2.2rem;
  }
  .head-desktop .bottom-header .main-navigation a:after {
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
.head-desktop .bottom-header .main-navigation a.active:after, .head-desktop .bottom-header .main-navigation a:hover:after {
  height: 8px;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.head-desktop .bottom-header .main-navigation a.active:before {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

.online-banking-btn, .online-banking-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 270px;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0 10px 0 40px;
  height: 100%;
  text-align: left;
  text-transform: uppercase;
  color: #00AC75;
  font-weight: 700;
}
@media screen and (min-width: 1380px) {
  .online-banking-btn, .online-banking-close-btn {
    right: 0;
    width: 340px;
    height: 100%;
    font-size: 2.2rem;
    top: 0;
    padding: 0 30px;
  }
}
.online-banking-btn img, .online-banking-close-btn img {
  float: left;
  margin-right: 10px;
}
.online-banking-btn span, .online-banking-close-btn span {
  display: block;
}
.online-banking-btn span:first-of-type, .online-banking-close-btn span:first-of-type {
  padding-top: 10px;
}
@media screen and (min-width: 1380px) {
  .online-banking-btn span:first-of-type, .online-banking-close-btn span:first-of-type {
    padding-top: 0;
  }
}
.online-banking-btn span.ob-sub, .online-banking-close-btn span.ob-sub {
  display: block;
  color: #122E67;
  font-size: 1.5rem;
}
@media screen and (min-width: 1380px) {
  .online-banking-btn span.ob-sub, .online-banking-close-btn span.ob-sub {
    font-size: 1.8rem;
  }
}

.online-banking-close-btn {
  background: #122E67;
  color: #fff;
}
.online-banking-close-btn span.on-sub {
  color: #fff;
}
.online-banking-close-btn {
  display: none;
}
@media screen and (max-width: 950px) {
  .online-banking-close-btn {
    width: 100%;
    z-index: 600;
  }
}

.login-open .online-banking-close-btn {
  display: block;
}

.login-open .online-banking-btn {
  display: none;
}

.mega-drop {
  display: none;
  padding: 10px 0 0 0;
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 600;
  top: 167px;
  border-bottom: solid 5px #01ac75;
}
.mega-drop .close-menu-btn {
  width: 25px;
  height: 25px;
  border: solid 4px #00AC75;
  color: #00AC75;
  font-size: 3.4rem;
  line-height: 0.6;
  z-index: 2;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
}
.mega-drop .dropdown-menu {
  padding: 30px 30px;
  -webkit-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.25);
}
.mega-drop .dropdown-menu > .content {
  max-width: 1400px;
  margin: 0 auto;
  zoom: 1;
}
.mega-drop .dropdown-menu > .content:before, .mega-drop .dropdown-menu > .content:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.mega-drop .dropdown-menu > .content:after {
  clear: both;
}
.mega-drop .dropdown-menu > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mega-drop .dropdown-menu .dropdown-callout {
  display: inline-block;
  max-width: 430px;
  padding-right: 60px;
  border-right: solid 1px #F0F0F0;
  margin-right: 50px;
  width: 300px;
}
.mega-drop .dropdown-menu .dropdown-content {
  display: inline-block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 350px);
}
.mega-drop .dropdown-menu .dropdown-content .drop-menu-section {
  display: inline-block;
  margin: 0 20px 30px;
  width: 200px;
}
@media screen and (min-width: 1075px) {
  .mega-drop .dropdown-menu .dropdown-content .drop-menu-section {
    width: 290px;
  }
}
.mega-drop .dropdown-menu .dropdown-content .drop-menu-section .f-drop-header a {
  font-size: 2rem;
  color: #122E67;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.mega-drop .dropdown-menu .dropdown-content .drop-menu-section ul {
  padding: 0;
  list-style: none;
}
.mega-drop .dropdown-menu .dropdown-content .drop-menu-section ul li {
  margin-bottom: 0.5em;
}
.mega-drop .dropdown-menu .dropdown-content .drop-menu-section ul a {
  color: #495254;
  text-transform: none;
  font-weight: 400;
  font-size: 1.8rem;
  display: block;
}

.drop-callout .f-drop-header {
  font-size: 4rem;
  margin-bottom: 0.2em;
  color: #122E67;
}
.drop-callout .copy {
  margin-bottom: 1.5em;
}

.breadcrumb {
  font-size: 1.4rem;
  font-weight: 400;
  max-width: 1400px;
  margin: 0 auto;
  font-family: open-sans, sans-serif;
  padding: 2em 0 1em;
  margin-bottom: 0;
  color: #1E78C1;
}
.breadcrumb:before {
  content: none;
  display: inline-block;
  position: relative;
  top: 1px;
  height: 16px;
  width: 18px;
  margin-right: 6px;
  /* background: url(/images/ico-home-green.svg) no-repeat; */
  background-size: contain;
}
.photo-page-header .breadcrumb a:after {
  color: #fff;
}
.breadcrumb a {
  color: #1E78C1;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5em;
  text-decoration: none !important;
}
.breadcrumb a:hover {
  text-decoration: underline !important;
}
.breadcrumb a:after {
  content: "/";
  display: inline-block;
  margin-left: 0.5em;
  font-weight: 700;
  color: #1E78C1;
}
.breadcrumb span {
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  .breadcrumb {
    display: none;
  }
}

/** 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: #1E78C1;
  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 #1E78C1;
  text-align: center;
}

.speedbump_pop_btn_ok, .email_pop_btn_ok {
  background: #3D504A;
  color: #fff;
  margin: 0 10px 10px 0;
  width: 100%;
}
.speedbump_pop_btn_ok:hover, .email_pop_btn_ok:hover {
  background: rgb(83.0638297872, 108.9361702128, 100.7659574468);
}

.speedbump_pop_btn_cancel, .email_pop_btn_cancel {
  color: #1E78C1;
  width: 100%;
}
.speedbump_pop_btn_cancel:hover, .email_pop_btn_cancel:hover {
  background: rgb(83.0638297872, 108.9361702128, 100.7659574468);
  color: #fff;
}

#login-form-business, #login-form-cash {
  display: none;
}

.access-login {
  background: #122E67;
  width: 100%;
  z-index: 510;
  color: #fff;
  position: fixed;
  height: 100vh;
  top: 89px;
  left: 0;
  overflow: auto;
  display: none;
  padding: 90px 30px;
}
@media screen and (min-width: 950px) {
  .access-login {
    top: 168px;
    position: absolute;
    height: auto;
  }
}
.access-login .login-content {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 950px) {
  .access-login .login-form-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.access-login .login-form-inputs > div {
  width: 100%;
  margin-right: 20px;
}
.access-login .login-form-inputs > div input {
  width: 100%;
}
.access-login .login-form-inputs > div {
  display: inline-block;
}
.access-login .login-form-inputs > div:last-of-type {
  margin-right: 0;
}
.access-login input[type=text], .access-login input[type=password] {
  height: 55px;
  border: none;
  border-radius: 7px;
  padding: 0 1em;
  font-size: 2.4rem;
}
.access-login input[type=submit] {
  height: 55px;
}
.access-login .additional-options {
  text-align: right;
  font-size: 1.6rem;
}
.access-login .additional-options a {
  color: #fff;
}

/** Defaults **/
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav li {
  list-style: none;
  padding: 0;
}

@media screen and (min-width: 950px) {
  .internal-nav {
    border-radius: 10px;
  }
}
.internal-nav h3 {
  text-align: center;
  padding: 0.5em;
}
.internal-nav nav {
  text-align: left;
  margin-bottom: 1em;
}
.internal-nav nav li {
  display: block;
  margin: 0;
}
.internal-nav nav li:first-child a {
  border-radius: 5px 5px 0 0;
}
.internal-nav nav li:last-child a {
  border-radius: 0 0 5px 5px;
}
.internal-nav nav li.current a {
  color: #00AC75;
}
.internal-nav nav a {
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 0.5em 1em;
  font-size: 1.2rem;
}
@media screen and (min-width: 998px) {
  .internal-nav nav a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .internal-nav nav a {
    font-size: 1.2rem;
  }
}
.internal-nav nav a:hover, .internal-nav nav a:focus {
  color: #00AC75;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.horizontal-nav {
  background: #122E67;
  color: #fff;
  padding: 1em;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .horizontal-nav {
    display: none;
  }
}
.horizontal-nav ul {
  padding: 0;
}
.horizontal-nav ul li {
  display: inline-block;
}
.horizontal-nav ul a {
  font-weight: 750;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
.internal-page .horizontal-nav {
  padding: 2em 1em;
  font-size: 1.5rem;
}
.internal-page .horizontal-nav a {
  font-weight: 700;
}

/*** Search Window ***/
.search-window {
  width: 100%;
  height: 500px;
  z-index: 499;
  position: absolute;
  color: #fff;
  top: 0px;
  left: 0;
  overflow: auto;
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 950px) {
  .search-window {
    z-index: 529;
    height: 100vh;
    position: fixed;
  }
}
.search-window .head-desktop {
  background: none !important;
}
.search-window .search-content {
  padding: 4em 1em 2em 1em;
  position: absolute;
  top: 90px;
  height: 100vh;
  background: #122E67;
  width: 100%;
  overflow: auto;
  pointer-events: all;
}
@media screen and (min-width: 950px) {
  .search-window .search-content {
    top: 40px;
  }
}
.search-window .search-box {
  width: 415px;
  height: 53px;
  max-width: 100%;
  margin: 0 auto 3em;
  background: none;
  position: relative;
}
.search-window .search-box:before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  left: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/ico-search-blue.svg) no-repeat;
  background-size: contain;
}
.search-window .search-box .search-inp {
  width: 100%;
  height: 53px;
  border-radius: 7px;
  color: #495254;
  padding-left: 50px;
}
.search-window .search-box .search-inp:placeholder {
  font-size: 2rem;
  color: #1E78C1;
  font-style: italic;
}
.search-window .search-close-btn {
  color: #fff;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
  position: absolute;
  top: 0px;
  height: 90px;
  right: 0;
  z-index: 1000;
  background: #122E67;
  width: 94px;
  pointer-events: all;
}
@media screen and (min-width: 950px) {
  .search-window .search-close-btn {
    right: 0px;
    height: 40px;
  }
}
@media screen and (max-width: 950px) {
  .search-window .search-close-btn {
    font-size: 7rem;
    line-height: 0;
    padding-bottom: 10px;
  }
}
.search-window .search-link-area {
  max-width: 600px;
  margin: 0 auto 4em;
  color: #fff;
}
.search-window .search-link-area .f-h6 {
  font-size: 1.6rem;
  padding-bottom: 1.7em;
  margin-bottom: 2em;
  border-bottom: solid 1px #A5A5A5;
  text-align: center;
}
.search-window .search-link-area .search-links {
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.search-window .search-link-area .search-links:before, .search-window .search-link-area .search-links:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.search-window .search-link-area .search-links:after {
  clear: both;
}
@media screen and (min-width: 950px) {
  .search-window .search-link-area .search-links {
    padding: 0 0 0 2em;
    list-style: none;
  }
}
.search-window .search-link-area .search-links li {
  float: left;
  width: 50%;
  margin-bottom: 0.25em;
}
.search-window .search-link-area .search-links a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */
.easy-autocomplete {
  position: relative;
}

.easy-autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px;
}

.easy-autocomplete input:hover, .easy-autocomplete input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.easy-autocomplete a {
  display: block;
}

.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}

.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}

.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}

.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}

.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}

.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}

.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}

.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}

.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}

.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}

.easy-autocomplete.eac-dark {
  color: #fff;
}

.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.easy-autocomplete.eac-dark ul {
  border-color: #333;
}

.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}

.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass {
  color: #fff;
}

.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}

.easy-autocomplete.eac-blue {
  color: #fff;
}

.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}

.easy-autocomplete.eac-yellow {
  color: #333;
}

.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  color: #333;
}

.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}

.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}

.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}

.easy-autocomplete.eac-purple {
  color: #333;
}

.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  color: #333;
}

.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.easy-autocomplete.eac-purple ul {
  border-color: #333;
}

.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}

.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}

.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}

.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}

.easy-autocomplete-container ul li b {
  font-weight: bold;
}

.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}

.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}


/*
.easy-autocomplete.eac-square{font-family:"Roboto", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-square input{border:1px solid #7f8c8d;border-radius:0;color:#7f8c8d;font-family:inherit;font-size:18px;font-style:italic;font-weight:300;margin:0;min-width:350px;padding:12px 43px 12px 15px}.easy-autocomplete.eac-square ul{border-color:#7f8c8d;border-top:0;box-shadow:none;top:0}.easy-autocomplete.eac-square ul li,.easy-autocomplete.eac-square ul .eac-category{border-color:#7f8c8d;font-family:inherit;font-size:16px;font-weight:300;padding:6px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-square ul li *,.easy-autocomplete.eac-square ul .eac-category *{font-weight:300}.easy-autocomplete.eac-square ul li.selected,.easy-autocomplete.eac-square ul .eac-category.selected{background-color:#f1f1f1;font-weight:300}.easy-autocomplete.eac-square ul li b,.easy-autocomplete.eac-square ul .eac-category b{font-weight:600}.easy-autocomplete.eac-round{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-round input{border:2px solid #888;border-radius:10px;color:#888;font-family:inherit;font-size:16px;font-weight:400;margin:0;min-width:300px;padding:10px}.easy-autocomplete.eac-round input:hover,.easy-autocomplete.eac-round input:focus{border-color:#3079ed}.easy-autocomplete.eac-round ul{background:none;border-color:#888;border-width:0;box-shadow:none;min-width:300px;top:20px}.easy-autocomplete.eac-round ul li,.easy-autocomplete.eac-round ul .eac-category{background:#fff;border-color:#3079ed;border-width:0 2px;font-size:14px;padding:8px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-round ul li.selected,.easy-autocomplete.eac-round ul .eac-category.selected{background-color:#d4e3fb}.easy-autocomplete.eac-round ul li:first-child,.easy-autocomplete.eac-round ul .eac-category:first-child{border-radius:10px 10px 0 0;border-width:2px 2px 0}.easy-autocomplete.eac-round ul li:last-child,.easy-autocomplete.eac-round ul .eac-category:last-child{border-radius:0 0 10px 10px;border-width:0 2px 2px}.easy-autocomplete.eac-round ul li b,.easy-autocomplete.eac-round ul .eac-category b{font-weight:700}.easy-autocomplete.eac-funky{font-family:"Inconsolata", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-funky input{background:#07ED89;border:0;border-radius:0;color:#ED076B;font-family:inherit;font-size:18px;min-width:240px;padding:12px}.easy-autocomplete.eac-funky ul{background:transparent;border:0}.easy-autocomplete.eac-funky ul li,.easy-autocomplete.eac-funky ul .eac-category{background:transparent;border:0;color:#ED076B;font-size:18px;padding:4px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-funky ul li.selected,.easy-autocomplete.eac-funky ul .eac-category.selected{color:#8907ED}.easy-autocomplete.eac-solid input{box-shadow:0 1px 2px rgba(0,0,0,0.15) inset;border-color:#ddd;color:#666;font-size:13px;min-height:0;padding:6px 12px}.easy-autocomplete.eac-solid ul li,.easy-autocomplete.eac-solid ul .eac-category{transition:all 0.4s ease 0s}.easy-autocomplete.eac-solid ul li.selected,.easy-autocomplete.eac-solid ul .eac-category.selected{background-color:#f2f2f2}.easy-autocomplete.eac-plate{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-plate input{font-size:13px;padding:6px 12px}.easy-autocomplete.eac-plate ul{background:#b5b5b5;border-radius:6px;border-width:0;top:10px}.easy-autocomplete.eac-plate ul li,.easy-autocomplete.eac-plate ul .eac-category{background:#b5b5b5;color:#FAFAFA;font-size:12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-plate ul li b,.easy-autocomplete.eac-plate ul .eac-category b{color:#ffd464}.easy-autocomplete.eac-plate ul li.selected,.easy-autocomplete.eac-plate ul .eac-category.selected{background:#656565}.easy-autocomplete.eac-plate ul li:first-child,.easy-autocomplete.eac-plate ul .eac-category:first-child{border-radius:6px 6px 0 0}.easy-autocomplete.eac-plate ul li:last-child,.easy-autocomplete.eac-plate ul .eac-category:last-child{border-radius:0 0 6px 6px}.easy-autocomplete.eac-plate-dark{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-plate-dark input{font-size:13px;padding:6px 12px}.easy-autocomplete.eac-plate-dark ul{background:#212121;border-radius:6px;border-width:0;top:10px}.easy-autocomplete.eac-plate-dark ul li,.easy-autocomplete.eac-plate-dark ul .eac-category{background:#212121;color:#FAFAFA;font-size:12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-plate-dark ul li b,.easy-autocomplete.eac-plate-dark ul .eac-category b{color:#ffd464}.easy-autocomplete.eac-plate-dark ul li.selected,.easy-autocomplete.eac-plate-dark ul .eac-category.selected{background:#656565}.easy-autocomplete.eac-plate-dark ul li:first-child,.easy-autocomplete.eac-plate-dark ul .eac-category:first-child{border-radius:6px 6px 0 0}.easy-autocomplete.eac-plate-dark ul li:last-child,.easy-autocomplete.eac-plate-dark ul .eac-category:last-child{border-radius:0 0 6px 6px}
/*# sourceMappingURL=easy-autocomplete.themes.min.css.map */
.easy-autocomplete {
  width: auto !important;
}

.search_results_amount {
  color: #1E78C1;
  margin-bottom: 2em;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media screen and (min-width: 998px) {
  .search_results_amount {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .search_results_amount {
    font-size: 2rem;
  }
}

#search_results {
  padding: 0;
}
#search_results li {
  list-style: none;
  padding: 1em;
}
#search_results li:nth-child(odd) {
  background: #EDF4FA;
}
#search_results li h4 {
  margin-bottom: 0.5em;
  padding: 0;
  margin-bottom: 0.5em;
  max-width: 1400px;
  margin: 0 auto;
}
#search_results li p {
  margin-bottom: 0.5em;
  max-width: 1400px;
  margin: 0 auto;
}
#search_results li .search_page_path {
  font-size: 1.4rem;
}
@media screen and (min-width: 998px) {
  #search_results li .search_page_path {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  #search_results li .search_page_path {
    font-size: 1.8rem;
  }
}

/*** Advanced Search ***/
.advanced-search-header {
  padding: 1em;
  text-align: center;
  margin-bottom: 2em;
}
.advanced-search-header .search-amount {
  text-align: center;
  font-weight: 300;
  font-size: 2.5rem;
  margin-bottom: 0.2em;
}
.advanced-search-header .sh-item {
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 1rem;
  text-align: center;
}
.advanced-search-header .sh-item > img {
  width: 50px;
}
.advanced-search-header .sh-item a {
  color: #555;
}

.search-sub-header {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: solid 3px #EEE;
  padding: 0rem;
}
.search-directory-list .search-sub-header {
  margin-bottom: 3rem;
}
.search-sub-header {
  color: #999;
}
.search-sub-header > img {
  width: 39px;
}

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

.search-item-directory {
  display: block;
  margin: 0;
  padding: 15px;
}
@media screen and (min-width: 950px) {
  .search-item-directory {
    display: inline-block;
    margin: 0 1.5rem 3rem;
  }
}
@media screen and (min-width: 950px) {
  .search-item-directory {
    float: left;
    width: calc(50% - 3rem);
    min-width: 400px;
    zoom: 1;
  }
  .search-item-directory:before, .search-item-directory:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .search-item-directory:after {
    clear: both;
  }
  .search-item-directory > img {
    float: left;
    width: 120px;
  }
  .search-item-directory .info {
    float: right;
    width: calc(100% - 120px);
    padding-left: 30px;
  }
}
.search-item-directory > img {
  margin-bottom: 0.5em;
}
.search-item-directory .info {
  font-size: 1.5rem;
}
.search-item-directory .info .name {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.search-item-directory .info .position {
  font-size: 1.4rem;
  font-weight: light;
}
/*** Pages Listing ***/
.search-page-list .search-item-page {
  padding: 3rem;
  zoom: 1;
}
.search-page-list .search-item-page:before, .search-page-list .search-item-page:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.search-page-list .search-item-page:after {
  clear: both;
}
.search-page-list .search-item-page:nth-child(odd) {
  background: #f7f7f7;
}
@media screen and (min-width: 950px) {
  .search-page-list .search-item-page .icon {
    display: block;
    width: 120px;
    float: left;
    border: solid 1px #CCC;
  }
  .search-page-list .search-item-page .icon img {
    width: 100%;
  }
  .search-page-list .search-item-page .link {
    width: calc(100% - 120px);
    float: right;
    padding-left: 3rem;
  }
  .search-page-list .search-item-page .link .page-name {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 950px) and (min-width: 950px) {
  .search-page-list .search-item-page .link .page-name {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 950px) {
  .search-page-list .search-item-page .link .description {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
  .search-page-list .search-item-page .link .description:empty {
    display: none;
  }
  .search-page-list .search-item-page .link .path {
    font-size: 1.2rem;
    font-weight: 300;
  }
}
.search-page-list .search-item-page .icon {
  display: none;
}

/*** Branch Listing ***/
.search-branch-list {
  zoom: 1;
}
.search-branch-list:before, .search-branch-list:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.search-branch-list:after {
  clear: both;
}

.search-item-branch {
  display: block;
  margin: 0 1.5rem 3rem;
  padding: 15px;
}
.search-item-branch > img {
  margin-bottom: 0.5em;
}
.search-item-branch .info {
  font-size: 1.5rem;
}
.search-item-branch .info .name {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.search-item-branch .info .address {
  font-size: 1.4rem;
  font-weight: light;
}
.search-item-branch .info .action a {
  display: inline-block;
  margin: 0 1.5rem 1.5rem 0;
}
@media screen and (min-width: 950px) {
  .search-item-branch {
    zoom: 1;
  }
  .search-item-branch:before, .search-item-branch:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .search-item-branch:after {
    clear: both;
  }
  .search-item-branch > img {
    float: left;
    width: 120px;
  }
  .search-item-branch .info {
    float: right;
    width: calc(100% - 120px);
    padding-left: 30px;
  }
}

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

.search-block.text {
  font-weight: 300;
  font-size: 3rem;
  padding: 30px;
  clear: both;
}
.search-block.photo {
  display: block;
  margin: 0;
  padding: 15px;
}
@media screen and (min-width: 950px) {
  .search-block.photo {
    display: inline-block;
    margin: 0 1.5rem 3rem;
  }
}
.search-block.photo .content {
  zoom: 1;
}
.search-block.photo .content:before, .search-block.photo .content:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.search-block.photo .content:after {
  clear: both;
}
.search-block.photo .sb-photo {
  margin-bottom: 0.5em;
  width: 120px;
}
.search-block.photo .info {
  font-size: 1.5rem;
}
.search-block.photo .info .name {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.search-block.photo .info .position {
  font-size: 1.4rem;
  font-weight: light;
}
@media screen and (min-width: 950px) {
  .search-block.photo {
    float: left;
    width: calc(50% - 3rem);
    min-width: 400px;
    zoom: 1;
  }
  .search-block.photo:before, .search-block.photo:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .search-block.photo:after {
    clear: both;
  }
  .search-block.photo .sb-photo {
    float: left;
    width: 120px;
  }
  .search-block.photo .sb-info {
    float: right;
    width: calc(100% - 120px);
    padding-left: 30px;
  }
}
.search-block.link .content {
  zoom: 1;
}
.search-block.link .content:before, .search-block.link .content:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.search-block.link .content:after {
  clear: both;
}
.search-block.link {
  display: block;
  margin: 0;
  padding: 15px;
  font-size: 1.5rem;
}
@media screen and (min-width: 950px) {
  .search-block.link {
    display: inline-block;
    margin: 0 1.5rem 3rem;
  }
}
.search-block.link .sb-title {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
/** SEARCH FORM **/
.advanced-search-form {
  text-align: center;
  padding: 30px 30px 10px;
}
.advanced-search-form input[type=search] {
  height: 50px;
  width: calc(100% - 160px);
  max-width: 400px;
  border-radius: 5px;
  border: solid 1px #CCC;
  padding: 0 2rem;
  display: inline-block;
  margin-right: 10px;
}
.advanced-search-form button {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  width: 150px;
  font-size: 1.4rem;
  text-align: center;
  height: 50px;
  border: solid 1px #333;
  color: #333;
  text-transform: uppercase;
}

.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: -12.5px;
  right: -12.5px;
  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 {
  padding: 0.5em;
  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;
  }
}

.browserupgrade {
  background: #EDF4FA;
  padding: 1em;
}

.cookie-notice {
  background: #1E78C1;
  background: rgba(30, 120, 193, 0.9215686275);
  padding: 1em;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999999;
  color: white;
  display: none;
  text-align: center;
  min-height: 100px;
}

.cookie-notice .page-header-info, .cookie-notice .page-header-link {
  padding-top: 0.5em;
  padding-right: 1em;
  margin: 0 1.5em;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.cookie-notice p {
  margin: 0 0 1em;
  font-size: 17px;
  padding-right: 0.5em;
  font-family: "Open sans", sans-serif;
}

.cookie-notice a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.cookie-notice a:hover {
  text-decoration: underline;
}

.cookie-notice .btn.accept {
  background: transparent;
  border: 1px solid white;
  border-radius: 0.5rem;
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Omnes", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 1em;
  line-height: 1em;
  padding: 1rem 2em 1.5rem;
  margin-bottom: 2.125rem;
}

.cookie-notice .btn.accept:hover {
  opacity: 0.6;
}

.cookie-notice button.close {
  position: absolute;
  right: 2em;
  top: 1em;
  background: transparent;
  border: none;
  color: white;
  font-size: 15px;
}

@media only screen and (min-width: 900px) {
  .cookie-notice .page-header-info {
    max-width: 50%;
  }
  .cookie-notice p {
    margin: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .cookie-notice .page-header-link {
    position: absolute;
    right: 2.5em;
    bottom: 3px;
  }
}
/*************/
/** ADA CSS **/
/*************/
/** ADA Bar **/
#mod-ada-bar {
  position: fixed;
  top: 0;
  right: -250px;
  height: 100%;
  background-color: #333;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  width: 250px;
  max-width: 250px;
  z-index: 2147483646;
  overflow: auto;
  /* Slide Effect Transition */
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#mod-ada-bar.active {
  right: 0px;
  /* Slide Effect Transition */
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#mod-ada-bar > * {
  color: #fff;
}

#mod-ada-bar > .mod-ada-bar-inner {
  display: none;
  position: relative;
}

#mod-ada-bar.active > .mod-ada-bar-inner {
  display: block;
}

ul.ada-ul {
  margin: 0 auto;
  padding: 0;
}

#mod-ada-bar li {
  margin: 0 auto 10px;
  padding: 0;
}

#mod-ada-bar li.ada-close {
  margin: 15px 0;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}

#mod-ada-bar li.ada-close {
  margin: 15px 0;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}

#mod-ada-bar li button {
  display: block;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 5px 25px 5px 60px;
  width: 100%;
}
#mod-ada-bar li button.active {
  background-color: #0d0c0c;
}

#mod-ada-bar li button:hover, #mod-ada-bar li button:focus {
  text-decoration: underline;
}

#mod-ada-bar li a {
  display: block;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 5px 25px 5px 60px;
}

#mod-ada-bar li a:hover, #mod-ada-bar li a:focus {
  text-decoration: underline;
}

#mod-ada-bar li .ada-left {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  width: 40px;
}

/* Item Icons */
#mod-ada-bar li.ada-skip-link button {
  background: url("/images/ico-ada-skiplink.svg") 25px 8px no-repeat;
  background-size: 25px;
}
#mod-ada-bar li.ada-skip-link button.active {
  background-color: #0d0c0c;
}

#mod-ada-bar li.ada-contrast button {
  background: url("/images/ico-ada-contrast.svg") 18px 8px no-repeat;
  background-size: 32px;
}
#mod-ada-bar li.ada-contrast button.active {
  background-color: #0d0c0c;
}

#mod-ada-bar li.ada-textsize button {
  background: url("/images/ico-ada-text.svg") 18px 8px no-repeat;
  background-size: 32px;
}
#mod-ada-bar li.ada-textsize button.active {
  background-color: #0d0c0c;
}

#mod-ada-bar li.ada-sitemap a {
  background: url("/images/ico-ada-sitemap.svg") 18px 8px no-repeat;
  background-size: 32px;
}

#mod-ada-bar li.ada-statement a {
  background: url("/images/ico-ada-statement.svg") 18px 8px no-repeat;
  background-size: 32px;
}

#mod-ada-bar li.ada-close button {
  background: url("/images/ico-ada-close.svg") 25px 50% no-repeat;
  background-size: 25px;
  padding: 10px 25px 10px 60px;
}

#mod-ada-bar li .ada-item-title {
  /* 16pt */
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

#mod-ada-bar li .ada-item-keyboard-command {
  /* 13pt */
  font-size: 13px;
  font-weight: normal;
}

.ada-complex-container {
  padding: 10px 25px;
  text-align: left;
}

.ada-complex-container > * {
  color: #fff;
}

.ada-complex-container h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 8px;
  text-transform: uppercase;
}

.ada-complex-container p {
  font-size: 14px;
  margin: 0 auto 8px;
}

.ada-complex-container a {
  font-size: 14px;
  color: #fff !important;
  font-weight: normal;
}

.ada-complex-container a:hover, .ada-complex-container a:focus {
  text-decoration: underline;
}

/** ADA Skip Link **/
.ada-skiplink {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  color: #000;
  background-color: #fff;
  font-weight: bold;
}

.ada-skiplink:focus {
  top: 20px;
  left: 20px;
  overflow: visible;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  padding: 1.25rem;
  border: 2px #000 solid;
  opacity: 1;
  z-index: 10000;
}

/** ADA Ribbon **/
#mod-ada-ribbon {
  position: fixed;
  top: 80%;
  right: 0;
  cursor: pointer;
  z-index: 998;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mod-ada-ribbon button {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: left;
  height: 60px;
  padding: 5px 0px 5px 75px;
  width: 65px;
  cursor: pointer;
  background: url("/images/ico-ada-person.svg") #000 5px 50% no-repeat;
  /* Border Radius to match icon */
  border-radius: 50px 0 0 50px;
  /* Slide Transition Effect */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mod-ada-ribbon button:hover, #mod-ada-ribbon button:focus, #mod-ada-ribbon button.active {
  text-decoration: underline;
  /* Slide Transition Effect */
  width: 210px;
  padding: 5px 5px 5px 75px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.alert {
  font-family: open-sans, sans-serif;
  background: #B71302;
  text-align: center;
  color: #fff;
  padding: 1.3em 1em;
  zoom: 1;
}
.alert:before, .alert:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.alert:after {
  clear: both;
}
.alert {
  font-size: 1.4rem;
}
@media screen and (min-width: 998px) {
  .alert {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .alert {
    font-size: 1.8rem;
  }
}
.alert .alert-content {
  max-width: 800px;
  padding: 0 0px 0 70px;
  text-align: left;
  font-size: 1.6rem;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  zoom: 1;
}
.alert .alert-content:before, .alert .alert-content:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.alert .alert-content:after {
  clear: both;
}
.alert .alert-content .icon {
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 0;
}
.alert .alert-content p:last-of-type {
  margin-bottom: 0;
}
.alert .alert-content a {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 900;
  color: #fff;
}
.alert .alert-content .content {
  padding: 0.5em 0 0 0;
  text-align: left;
}
@media screen and (min-width: 950px) {
  .alert .alert-content .content {
    width: 70%;
    width: calc(100% - 300px);
    float: left;
    padding: 0.5em 1em 0.5em 0;
  }
  .alert .alert-content .content p:last-of-type {
    margin-bottom: 0;
  }
}
.alert .alert-content .actions {
  text-align: left;
}
@media screen and (min-width: 950px) {
  .alert .alert-content .actions {
    width: 300px;
    float: right;
  }
}
.alert .alert-content .actions a {
  display: inline-block;
  padding: 0.5em 2em;
  margin: 0 1em 1em 0;
  border-color: #fff;
  color: #fff;
  margin-bottom: 1em;
  border-width: 1px;
  font-weight: 700;
}
@media screen and (min-width: 950px) {
  .alert .alert-content .actions a {
    width: 100%;
    display: block;
    padding: 0.5em;
    margin: 0;
  }
  .alert .alert-content .actions a:last-of-type {
    margin-bottom: 0;
  }
}
.alert .alert-content .actions a:hover, .alert .alert-content .actions a:focus, .alert .alert-content .actions a.hovered {
  background: #B71302;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(157.7756756757, 16.3810810811, 1.7243243243)), to(#B71302));
  background-image: linear-gradient(rgb(157.7756756757, 16.3810810811, 1.7243243243), #B71302);
}
@media screen and (max-width: 950px) {
  .alert {
    border-bottom: solid 3px #00AC75;
  }
}
.alert.ab-alert {
  background: #B71302;
  color: #fff;
}
.alert.ab-alert .alert-content {
  min-height: 40px;
}
.alert.ab-alert .alert-content:before {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  display: block;
  top: -6px;
  left: 0;
  background: url(/wp-content/themes/bank-theme/images/ico-alert-high.svg) no-repeat;
  background-size: contain;
}
.alert.ab-info {
  background: #EFEDED;
  color: #495254;
}
.alert.ab-info a {
  color: #495254;
}
.alert.ab-info .alert-content:before {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  display: block;
  top: -6px;
  left: 0;
  background: url(/wp-content/themes/bank-theme/images/ico-alert-low.svg) no-repeat;
  background-size: contain;
}
.alert.ab-notice {
  background: #F26729;
  color: #fff;
}
.alert.ab-notice .alert-content {
  min-height: 40px;
}
.alert.ab-notice .alert-content:before {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  display: block;
  top: -6px;
  left: 0;
  background: url(/wp-content/themes/bank-theme/images/ico-alert-medium.svg) no-repeat;
  background-size: contain;
}

/**
  Pannos Feature

    <section role="region" id="sec-feature" class="feature"></section>

    $(".feature").pannosFeature({ 
        slides: slides,
        mobileBreak: 900,
        slideSpeed: 6,
        parallax: false,
        parallaxContent: ".feature-text",
        slideTemplate: "<article class=\'feature-slide\'>"+
                            "::image::"+
                            "<div class=\'feature-info\'>"+
                                "<div class=\'feature-text\'>"+
                                    "<h1 class=\'f-h1-feature\'>::title::</h1>"+
                                    "::description::"+
                                    "<p class=\'mobile-center\'><a href=\'::link::\' class=\'btn cta-btn\'>::link_title::</a></p>"+
                                "</div>"+
                            "</div>"+    
                        "</article>"
    });
**/
.home-feature {
  position: relative;
  background: #fff;
  height: auto !important;
}
@media screen and (min-width: 950px) {
  .home-feature {
    height: 45vw;
    max-height: 800px;
  }
}

.pannosFeature-slide {
  display: block !important;
  position: relative !important;
}
.pannosFeature-slide .f-feature {
  color: #fff;
  line-height: 1;
  margin-bottom: 0.25em;
  font-weight: normal;
  font-size: 4vw;
}
@media screen and (max-width: 875px) {
  .pannosFeature-slide .f-feature {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 2250px) {
  .pannosFeature-slide .f-feature {
    font-size: 9rem;
  }
}
.pannosFeature-slide .f-feature strong {
  font-weight: 900;
  text-transform: uppercase;
}
.pannosFeature-slide .f-feature p {
  margin: 0;
}

.pannosFeature-slide, .pannosFeature-slide > img {
  width: 100%;
}

.pannosFeature-slide .feature-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-size: cover !important;
  background-position: right top;
  background: none;
}
@media screen and (min-width: 950px) {
  .pannosFeature-slide .feature-slide {
    background-position: top center;
  }
}
.pannosFeature-slide .feature-slide .mobile-image {
  padding-bottom: 66%;
  background-size: cover !important;
  background-position: right !important;
}
.pannosFeature-slide .feature-slide.text-right .mobile-image {
  background-position: left;
}
.pannosFeature-slide .feature-slide img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 950px) {
  .pannosFeature-slide .feature-slide img {
    display: none;
  }
}
.pannosFeature-slide .feature-slide strong {
  font-weight: 900;
}
.pannosFeature-slide .feature-slide .feature-info {
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 3;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 950px) {
  .pannosFeature-slide .feature-slide .feature-info {
    text-align: left;
  }
}
.pannosFeature-slide .feature-slide .feature-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
}
@media screen and (min-width: 950px) {
  .pannosFeature-slide .feature-slide .feature-overlay {
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
    background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  }
}
.info-left .pannosFeature-slide .feature-slide .feature-overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 172, 117)), color-stop(40%, rgba(0, 172, 40, 0.6)), to(rgba(179, 196, 114, 0)));
  background: linear-gradient(to right, rgb(0, 172, 117) 0%, rgba(0, 172, 40, 0.6) 40%, rgba(179, 196, 114, 0) 100%);
}
.pannosFeature-slide .feature-slide .feature-text {
  color: #fff;
  z-index: 5;
  position: static;
  padding: 2em 30px;
}
@media screen and (min-width: 950px) {
  .pannosFeature-slide .feature-slide .feature-text {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    text-align: left;
    width: 50%;
    max-width: 700px;
    padding-left: 5em;
    position: absolute;
  }
}
@media screen and (max-width: 950px) {
  .pannosFeature-slide .feature-slide .feature-text {
    background: #EDF4FA;
  }
  .pannosFeature-slide .feature-slide .feature-text h2 {
    color: #1E78C1;
  }
}
.pannosFeature-slide .feature-slide .feature-text .feature-copy {
  font-weight: 600;
  margin-bottom: 2em;
}
@media screen and (max-width: 950px) {
  .pannosFeature-slide .feature-slide .feature-text .feature-copy {
    color: #00AC75;
    font-weight: 400;
  }
}
.pannosFeature-slide .feature-slide .feature-text .btn, .pannosFeature-slide .feature-slide .feature-text .mobile-center .ghost-btn {
  display: inline-block;
  margin: 0 1em 1em 0;
}
@media screen and (max-width: 950px) {
  .pannosFeature-slide .feature-slide .feature-text .btn, .pannosFeature-slide .feature-slide .feature-text .mobile-center .ghost-btn {
    border-color: #1E78C1;
    color: #00AC75;
  }
  .pannosFeature-slide .feature-slide .feature-text .btn:last-of-type, .pannosFeature-slide .feature-slide .feature-text .mobile-center .ghost-btn:last-of-type {
    margin-right: 0;
  }
}
.pannosFeature-slide .feature-slide .feature-text .actions {
  font-family: open-sans, sans-serif;
  line-height: 1.15;
  font-size: 1.6rem;
}
@media screen and (min-width: 998px) {
  .pannosFeature-slide .feature-slide .feature-text .actions {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .pannosFeature-slide .feature-slide .feature-text .actions {
    font-size: 2rem;
  }
}
.pannosFeature-slide .feature-slide .feature-text .mobile-center {
  margin: 1.25em 0 0 0;
}
.pannosFeature-slide .feature-slide .feature-text .mobile-center .ghost-btn {
  background: none;
  border: 2px solid #fff;
  background-size: 0 100%;
  -webkit-transition: border 0.5s ease-in-out, background 0.5s ease-in-out, color 0.7s ease-in-out;
  transition: border 0.5s ease-in-out, background 0.5s ease-in-out, color 0.7s ease-in-out;
}
@media screen and (max-width: 950px) {
  .pannosFeature-slide .feature-slide .feature-text .mobile-center .ghost-btn {
    border: solid 2px #1E78C1;
  }
}
.pannosFeature-slide .feature-slide .feature-text .mobile-center .ghost-btn:hover, .pannosFeature-slide .feature-slide .feature-text .mobile-center .ghost-btn:focus, .pannosFeature-slide .feature-slide .feature-text .mobile-center .ghost-btn.hovered {
  background-color: #00AC75;
  border: 2px solid #00AC75;
}
.pannosFeature-slide .feature-slide .feature-text .mobile-center .ghost-btn:active {
  background-color: #00AC75;
  border: 2px solid #00AC75;
}
.pannosFeature-slide .feature-slide .feature-text .feature-header {
  text-transform: uppercase;
  font-family: open-sans, sans-serif;
}
.pannosFeature-slide .feature-slide .feature-text .feature-header p {
  margin-bottom: 0;
}
.pannosFeature-slide .feature-slide {
  /*
  @include tablet {
      &:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: linear-gradient(to right, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0.45) 45%,rgba(0,0,0,0) 100%);
      }
  }
  */
}
@media screen and (min-width: 950px) {
  .pannosFeature-slide .feature-slide .photo-area-info {
    max-width: none;
    width: calc(100% - 250px) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .pannosFeature-slide .feature-slide .photo-area-info .photo-area-text {
    width: 60%;
    max-width: 800px;
  }
}
@media screen and (min-width: 950px) and (max-width: 1340px) {
  .pannosFeature-slide .feature-slide .photo-area-info.info-left {
    padding-left: 90px;
    padding-right: 0;
  }
  .pannosFeature-slide .feature-slide .photo-area-info.info-right {
    padding-right: 90px;
    padding-left: 0;
  }
}
.pannosFeature-slide .feature-slide .feature-links {
  text-align: center;
  background: #00AC75;
  -webkit-transform: none;
  transform: none;
  position: relative;
  z-index: 50;
  padding: 30px;
  width: 100%;
  font-size: 2.3rem;
  color: #fff;
}
@media screen and (max-width: 950px) {
  .pannosFeature-slide .feature-slide .feature-links {
    background: #F0F1F5;
    color: #122E67;
  }
}
@media screen and (min-width: 950px) {
  .pannosFeature-slide .feature-slide .feature-links {
    position: absolute;
    text-align: left;
    bottom: 10px;
    left: 50%;
    max-width: calc(100% - 250px);
    background: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.pannosFeature-slide .feature-slide .feature-links a {
  font-weight: 600;
  text-decoration: none;
  color: #122E67;
}
@media screen and (min-width: 950px) {
  .pannosFeature-slide .feature-slide .feature-links a {
    color: #fff;
  }
}
.pannosFeature-slide .feature-slide .feature-links span {
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 950px) {
  .pannosFeature-slide .feature-slide .feature-links span {
    display: inline-block;
    margin: 0 20px 20px 0;
  }
}
.pannosFeature-slide .feature-slide .feature-links ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 950px) {
  .pannosFeature-slide .feature-slide .feature-links ul {
    display: inline-block;
  }
}
.pannosFeature-slide .feature-slide .feature-links ul li {
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 950px) {
  .pannosFeature-slide .feature-slide .feature-links ul li {
    display: inline-block;
    margin: 0 20px 20px 0;
  }
}
.pannosFeature-slide .feature-slide .feature-links ul li a {
  display: block;
}

.pannosFeature-controls {
  width: 50px;
  bottom: 55px;
  pointer-events: none;
  padding: 0 0px;
  position: absolute;
  right: 20px;
  text-align: right;
  display: block;
  z-index: 15;
}
@media screen and (max-width: 950px) {
  .pannosFeature-controls {
    top: calc(40vh - 10px);
    right: 0;
    text-align: center;
    padding: 0;
    bottom: auto;
  }
}

/** FEATURE PAUSE BUTTON **/
button.splide__toggle:not(.is-active) .splide__toggle__play {
  display: block;
}
button.splide__toggle:not(.is-active) .splide__toggle__pause {
  display: none;
}
button.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
button.splide__toggle.is-active .splide__toggle__pause {
  display: block;
}

.pannosFeature-pause {
  display: none;
}
@media screen and (min-width: 950px) {
  .pannosFeature-pause {
    position: absolute;
    display: block;
    border-radius: 100%;
    text-indent: -9000em;
    pointer-events: all;
    height: 40px;
    width: 40px;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 500;
    text-indent: -9000em;
    overflow: hidden;
    bottom: 0;
    right: 8px;
  }
}
.pannosFeature-pause:hover {
  opacity: 0.9 !important;
  cursor: pointer;
}
.pannosFeature-pause:before, .pannosFeature-pause:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 18px;
  left: 12px;
  line-height: 0;
  width: 5px;
  border-radius: 2px;
}
.pannosFeature-pause:after {
  left: auto;
  right: 12px;
}
.pannosFeature-pause.js-paused:before {
  content: none;
}
.pannosFeature-pause.js-paused:after {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 12px solid #FFF;
  border-bottom: 8px solid transparent;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  content: "";
  background: none;
}

.pannosFeature-dots {
  display: block;
  position: absolute;
  bottom: 45px;
  z-index: 20;
  right: 20px;
}
@media screen and (max-width: 950px) {
  .pannosFeature-dots {
    bottom: 15px;
  }
}
@media screen and (max-width: 899px) {
  .pannosFeature-dots {
    /* mobile slider dots fix */
  }
  .pannosFeature-dots.splide__pagination--ltr {
    display: grid;
    grid-template-columns: 1fr;
  }
  .pannosFeature-dots.splide__pagination--ltr:has(li:nth-child(6)) {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.pannosFeature-dots .pannosFeature-dot {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: block;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.5);
  text-align: left;
  text-indent: -9000em;
  cursor: pointer;
  pointer-events: all;
}
.pannosFeature-dots .pannosFeature-dot.active {
  background: rgb(255, 255, 255);
}
.pannosFeature-dots .pannosFeature-dot.is-active {
  background: #fff;
}

@media screen and (max-width: 950px) {
  .pannosFeature-arrow {
    display: none !important;
  }
}

.pannosFeature-arrow-next {
  display: inline-block;
  width: 50px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  top: 45%;
  right: 30px;
  z-index: 100;
  border-radius: 6px;
  /* background: rgba(0,0,0,.3) no-repeat -38px 0; */
}
.pannosFeature-arrow-next:after, .pannosFeature-arrow-next:before {
  content: "";
  border-radius: 3px;
  width: 40px;
  height: 2px;
  background: #FFF;
  display: block;
  position: absolute;
}
.pannosFeature-arrow-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 21px;
  left: 8%;
}
.pannosFeature-arrow-next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 49px;
  left: 8%;
}
@media screen and (max-width: 950px) {
  .pannosFeature-arrow-next {
    top: 38%;
  }
}

.pannosFeature-arrow-prev {
  display: inline-block;
  width: 50px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  top: 45%;
  left: 30px;
  z-index: 100;
  border-radius: 6px;
  /* background: rgba(0,0,0,.3) no-repeat top left; */
}
.pannosFeature-arrow-prev:after, .pannosFeature-arrow-prev:before {
  content: "";
  border-radius: 3px;
  width: 40px;
  height: 2px;
  background: #FFF;
  display: block;
  position: absolute;
}
.pannosFeature-arrow-prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8%;
}
.pannosFeature-arrow-prev:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 49px;
  left: 8%;
}
@media screen and (max-width: 950px) {
  .pannosFeature-arrow-prev {
    top: 38%;
  }
}

/** Parallax Feature **/
@media screen and (min-width: 950px) {
  .pannosFeature-slide, .pannosFeature-content, .pannosFeature-slide article {
    width: 100%;
    height: 100%;
    max-height: 800px;
  }
}

/**
  Block - Photo Area

    <section role="region" class="photo-area overlay-{{tag name="overlayType" label="Overlay Type" type="select" options="Full=full|Left Side=left|Right Side=right|Top=top|Bottom=bottom"}}" 
        {{tag name="parralax" label="Photo Type" type="select" options="Parallax=data-parallax|Static="}}>
    <div class="image">{{tag name="img" label="Photo" type="media"}}</div>
    <div class="photo-area-info {{tag name="textAlignment" label="Align Text" type="select" options="Center=info-center|left=info-left|right=info-right"}}">
        <div class="photo-area-text">
            <h2 class="f-h2">{{tag name="title" label="Title" type="textbox"}}</h2>
            {{tag name="copy" label="Copy" type="body"}}
            <p>{{tag name="cta" label="CTA button" type="subcontent"}}</p>
        </div>
    </div>
</section>
**/
@media screen and (max-width: 950px) {
  #sec-feature .overlay-full, #sec-feature .photo-area-header .overlay-bottom, .photo-area-header #sec-feature .overlay-bottom {
    display: none;
  }
  #sec-feature .photo-area, #sec-feature .photo-area-header, #sec-feature .photo-area-complex {
    text-align: left;
    background-color: #fff;
  }
  #sec-feature .photo-area .f-h1, #sec-feature .photo-area-header .f-h1, #sec-feature .photo-area-complex .f-h1, #sec-feature .photo-area .copy, #sec-feature .photo-area-header .copy, #sec-feature .photo-area-complex .copy {
    color: #fff;
  }
}
.photo-area, .photo-area-header, .photo-area-complex {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}
.bg-bottom .photo-area, .bg-bottom .photo-area-header, .bg-bottom .photo-area-complex {
  background-position: bottom center;
}
.bg-center .photo-area, .bg-center .photo-area-header, .bg-center .photo-area-complex {
  background-position: center center;
}
@media screen and (min-width: 950px) {
  .photo-area[data-parallax], [data-parallax].photo-area-header, [data-parallax].photo-area-complex {
    background: none !important;
  }
  .photo-area.auto-height, .auto-height.photo-area-header, .auto-height.photo-area-complex {
    height: auto !important;
  }
}
@media screen and (max-width: 950px) {
  .photo-area, .photo-area-header, .photo-area-complex {
    min-height: 0 !important;
  }
}
.photo-area .btn, .photo-area-header .btn, .photo-area-complex .btn {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}
.photo-area.with-description h1, .with-description.photo-area-header h1, .with-description.photo-area-complex h1 {
  margin-bottom: 0.25em;
}
.photo-area.with-description .description, .with-description.photo-area-header .description, .with-description.photo-area-complex .description {
  margin-bottom: 3em;
}
@media screen and (min-width: 950px) {
  .photo-area, .photo-area-header, .photo-area-complex {
    min-height: 400px;
    height: 38vw;
  }
  .home-feature .photo-area, .home-feature .photo-area-header, .home-feature .photo-area-complex {
    height: 100%;
    max-height: 800px;
  }
}
.photo-area .image, .photo-area-header .image, .photo-area-complex .image {
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .photo-area, .photo-area-header, .photo-area-complex {
    background-color: #1E78C1;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto !important;
    background-size: auto 40vh !important;
    background-position: top !important;
    max-height: none !important;
  }
  .photo-area:before, .photo-area-header:before, .photo-area-complex:before {
    content: "";
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: left top;
    background-image: inherit;
    display: block;
  }
  .photo-area.info-center:before, .info-center.photo-area-header:before, .info-center.photo-area-complex:before, .photo-area.center-photo:before, .center-photo.photo-area-header:before, .center-photo.photo-area-complex:before {
    background-position: center top;
  }
  .photo-area.info-left:before, .info-left.photo-area-header:before, .info-left.photo-area-complex:before, .photo-area.right-photo:before, .right-photo.photo-area-header:before, .right-photo.photo-area-complex:before {
    background-position: right top;
  }
  .photo-area .photo-area-overlay, .photo-area-header .photo-area-overlay, .photo-area-complex .photo-area-overlay {
    height: 40vh !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .photo-area .image, .photo-area-header .image, .photo-area-complex .image {
    display: block !important;
    width: 100%;
    overflow: hidden;
  }
  .photo-area .image img, .photo-area-header .image img, .photo-area-complex .image img {
    max-width: 200% !important;
    width: 200% !important;
  }
  .photo-area.info-left .image img, .info-left.photo-area-header .image img, .info-left.photo-area-complex .image img {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.photo-area .image img, .photo-area-header .image img, .photo-area-complex .image img {
  width: 100%;
}
@media screen and (min-width: 950px) {
  .photo-area.text-light .photo-area-info .photo-area-text h2, .text-light.photo-area-header .photo-area-info .photo-area-text h2, .text-light.photo-area-complex .photo-area-info .photo-area-text h2 {
    color: #fff;
  }
  .photo-area.text-light .photo-area-info .photo-area-text .copy, .text-light.photo-area-header .photo-area-info .photo-area-text .copy, .text-light.photo-area-complex .photo-area-info .photo-area-text .copy {
    color: #fff;
    font-size: 2.3rem;
  }
  .photo-area.text-light .photo-area-info .photo-area-text .ghost-btn, .text-light.photo-area-header .photo-area-info .photo-area-text .ghost-btn, .text-light.photo-area-complex .photo-area-info .photo-area-text .ghost-btn {
    border-color: #fff;
    color: #fff;
  }
  .photo-area.text-light .photo-area-info .photo-area-text .ghost-btn:hover, .text-light.photo-area-header .photo-area-info .photo-area-text .ghost-btn:hover, .text-light.photo-area-complex .photo-area-info .photo-area-text .ghost-btn:hover {
    border-color: #00AC75;
  }
}
@media screen and (max-width: 950px) {
  .photo-area.text-light .photo-area-info .photo-area-text .copy, .text-light.photo-area-header .photo-area-info .photo-area-text .copy, .text-light.photo-area-complex .photo-area-info .photo-area-text .copy {
    padding: 0 30px;
  }
}
.photo-area .photo-area-info, .photo-area-header .photo-area-info, .photo-area-complex .photo-area-info {
  position: relative;
  z-index: 9;
  padding: 2em 2em 4em;
  /* background: $primary-color;*/
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 950px) {
  .photo-area .photo-area-info, .photo-area-header .photo-area-info, .photo-area-complex .photo-area-info {
    padding: 2em;
  }
}
@media screen and (max-width: 950px) {
  .photo-area .photo-area-info, .photo-area-header .photo-area-info, .photo-area-complex .photo-area-info {
    background: #00AC75;
    color: #fff;
    position: static !important;
    -webkit-transform: none !important;
    transform: none !important;
    padding: 2em !important;
  }
}
.photo-area .photo-area-info .photo-area-text .title, .photo-area-header .photo-area-info .photo-area-text .title, .photo-area-complex .photo-area-info .photo-area-text .title {
  color: #fff;
  line-height: 1;
  margin-bottom: 0.25em;
  font-weight: normal;
  font-size: 3vw;
}
@media screen and (max-width: 1000px) {
  .photo-area .photo-area-info .photo-area-text .title, .photo-area-header .photo-area-info .photo-area-text .title, .photo-area-complex .photo-area-info .photo-area-text .title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 2500px) {
  .photo-area .photo-area-info .photo-area-text .title, .photo-area-header .photo-area-info .photo-area-text .title, .photo-area-complex .photo-area-info .photo-area-text .title {
    font-size: 7.5rem;
  }
}
.photo-area .photo-area-info .photo-area-text .title strong, .photo-area-header .photo-area-info .photo-area-text .title strong, .photo-area-complex .photo-area-info .photo-area-text .title strong {
  font-weight: 900;
  text-transform: uppercase;
}
.photo-area .photo-area-info .photo-area-text .title p, .photo-area-header .photo-area-info .photo-area-text .title p, .photo-area-complex .photo-area-info .photo-area-text .title p {
  margin: 0 0 0.3em;
}
.photo-area .photo-area-info .photo-area-text .copy, .photo-area-header .photo-area-info .photo-area-text .copy, .photo-area-complex .photo-area-info .photo-area-text .copy {
  color: #fff;
  margin-bottom: 2em;
}
@media screen and (max-width: 950px) {
  .photo-area .photo-area-info .photo-area-text a, .photo-area-header .photo-area-info .photo-area-text a, .photo-area-complex .photo-area-info .photo-area-text a, .photo-area .photo-area-info .photo-area-text h2, .photo-area-header .photo-area-info .photo-area-text h2, .photo-area-complex .photo-area-info .photo-area-text h2, .photo-area .photo-area-info .photo-area-text .copy, .photo-area-header .photo-area-info .photo-area-text .copy, .photo-area-complex .photo-area-info .photo-area-text .copy {
    color: #fff;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 950px) {
  .photo-area .photo-area-info, .photo-area-header .photo-area-info, .photo-area-complex .photo-area-info {
    position: absolute;
    z-index: 10;
    color: #fff;
    z-index: 5;
    padding: 0;
    width: 80%;
    max-width: 1400px;
    background: none;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .active.photo-area .photo-area-info, .active.photo-area-header .photo-area-info, .active.photo-area-complex .photo-area-info {
    -webkit-animation: fadeIn 0.8s ease-in;
    animation: fadeIn 0.8s ease-in;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .auto-height.photo-area .photo-area-info, .auto-height.photo-area-header .photo-area-info, .auto-height.photo-area-complex .photo-area-info, .auto-height .photo-area .photo-area-info, .auto-height .photo-area-header .photo-area-info, .auto-height .photo-area-complex .photo-area-info {
    position: relative !important;
    padding-top: 4em;
    padding-bottom: 4em;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
  }
  .photo-area .photo-area-info.info-center, .photo-area-header .photo-area-info.info-center, .photo-area-complex .photo-area-info.info-center, .info-center .photo-area .photo-area-info, .info-center .photo-area-header .photo-area-info, .info-center .photo-area-complex .photo-area-info {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1000px;
    margin: 0 auto;
  }
  .auto-height.photo-area .photo-area-info.info-center, .auto-height.photo-area-header .photo-area-info.info-center, .auto-height.photo-area-complex .photo-area-info.info-center, .info-center .photo-area .photo-area-info, .info-center .photo-area-header .photo-area-info, .info-center .photo-area-complex .photo-area-info {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    top: 0 !important;
    left: 0 !important;
  }
  .photo-area .photo-area-info.info-left, .photo-area-header .photo-area-info.info-left, .photo-area-complex .photo-area-info.info-left, .info-left .photo-area .photo-area-info, .info-left .photo-area-header .photo-area-info, .info-left .photo-area-complex .photo-area-info {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    text-align: left;
    width: 50%;
    padding-left: 30px;
  }
  .auto-height.photo-area .photo-area-info.info-left, .auto-height.photo-area-header .photo-area-info.info-left, .auto-height.photo-area-complex .photo-area-info.info-left, .info-left .photo-area .photo-area-info, .info-left .photo-area-header .photo-area-info, .info-left .photo-area-complex .photo-area-info {
    -webkit-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
  }
  .photo-area .photo-area-info.info-right, .photo-area-header .photo-area-info.info-right, .photo-area-complex .photo-area-info.info-right, .info-right .photo-area .photo-area-info, .info-right .photo-area-header .photo-area-info, .info-right .photo-area-complex .photo-area-info {
    text-align: left;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 50%;
    top: 50%;
    text-align: left;
    width: 50%;
    padding-left: 5em;
    padding-right: 30px;
  }
  .auto-height.photo-area .photo-area-info.info-right, .auto-height.photo-area-header .photo-area-info.info-right, .auto-height.photo-area-complex .photo-area-info.info-right, .info-right .photo-area .photo-area-info, .info-right .photo-area-header .photo-area-info, .info-right .photo-area-complex .photo-area-info {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .feature-slide.photo-area .photo-area-info.info-right, .feature-slide.photo-area-header .photo-area-info.info-right, .feature-slide.photo-area-complex .photo-area-info.info-right, .info-right .photo-area .photo-area-info, .info-right .photo-area-header .photo-area-info, .info-right .photo-area-complex .photo-area-info {
    padding-left: 30px;
  }
}
.photo-area .photo-area-overlay, .photo-area-header .photo-area-overlay, .photo-area-complex .photo-area-overlay {
  /*@include mobile { display: none; }*/
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 950px) {
  .photo-area .photo-area-overlay, .photo-area-header .photo-area-overlay, .photo-area-complex .photo-area-overlay {
    display: none;
  }
}
.photo-area .photo-area-overlay.overlay-full, .photo-area-header .photo-area-overlay.overlay-full, .photo-area .photo-area-header .photo-area-overlay.overlay-bottom, .photo-area-header .photo-area .photo-area-overlay.overlay-bottom, .photo-area-header .photo-area-overlay.overlay-bottom, .photo-area-complex .photo-area-overlay.overlay-full {
  background: rgba(0, 0, 0, 0);
}
@-webkit-keyframes opFade {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgb(0, 0, 0);
  }
}
@keyframes opFade {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgb(0, 0, 0);
  }
}
@media screen and (min-width: 950px) {
  .active.photo-area .photo-area-overlay.overlay-full, .active.photo-area-header .photo-area-overlay.overlay-full, .active.photo-area .photo-area-header .photo-area-overlay.overlay-bottom, .photo-area-header .active.photo-area .photo-area-overlay.overlay-bottom, .active.photo-area-header .photo-area-overlay.overlay-bottom, .active.photo-area-complex .photo-area-overlay.overlay-full, .active.photo-area-complex .photo-area-header .photo-area-overlay.overlay-bottom, .photo-area-header .active.photo-area-complex .photo-area-overlay.overlay-bottom {
    -webkit-animation: opFade 0.5s ease-in;
    animation: opFade 0.5s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
.photo-area .photo-area-overlay.overlay-bottom, .photo-area-header .photo-area-overlay.overlay-bottom, .photo-area-complex .photo-area-overlay.overlay-bottom {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0))) !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.photo-area .photo-area-overlay.overlay-top, .photo-area-header .photo-area-overlay.overlay-top, .photo-area-complex .photo-area-overlay.overlay-top {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0))) !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.photo-area .photo-area-overlay.overlay-left, .photo-area-header .photo-area-overlay.overlay-left, .photo-area-complex .photo-area-overlay.overlay-left {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 172, 117)), color-stop(40%, rgba(0, 172, 40, 0.6)), to(rgba(179, 196, 114, 0))) !important;
  background: linear-gradient(to right, rgb(0, 172, 117) 0%, rgba(0, 172, 40, 0.6) 40%, rgba(179, 196, 114, 0) 100%) !important;
}
.photo-area .photo-area-overlay.overlay-right, .photo-area-header .photo-area-overlay.overlay-right, .photo-area-complex .photo-area-overlay.overlay-right {
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 172, 117)), color-stop(40%, rgba(0, 172, 40, 0.6)), to(rgba(179, 196, 114, 0))) !important;
  background: linear-gradient(to left, rgb(0, 172, 117) 0%, rgba(0, 172, 40, 0.6) 40%, rgba(179, 196, 114, 0) 100%) !important;
}
.blue-grad.photo-area .photo-area-overlay.overlay-left, .blue-grad.photo-area-header .photo-area-overlay.overlay-left, .blue-grad.photo-area-complex .photo-area-overlay.overlay-left {
  background: -webkit-gradient(linear, left top, right top, from(rgb(101, 119, 153)), color-stop(40%, rgb(101, 187, 222)), color-stop(65%, rgba(101, 186, 221, 0))) !important;
  background: linear-gradient(to right, rgb(101, 119, 153) 0%, rgb(101, 187, 222) 40%, rgba(101, 186, 221, 0) 65%) !important;
}
.blue-grad.photo-area .photo-area-overlay.overlay-right, .blue-grad.photo-area-header .photo-area-overlay.overlay-right, .blue-grad.photo-area-complex .photo-area-overlay.overlay-right {
  background: -webkit-gradient(linear, right top, left top, from(rgb(101, 119, 153)), color-stop(40%, rgb(101, 187, 222)), color-stop(65%, rgba(101, 186, 221, 0))) !important;
  background: linear-gradient(to left, rgb(101, 119, 153) 0%, rgb(101, 187, 222) 40%, rgba(101, 186, 221, 0) 65%) !important;
}

.photo-area .photo-area-overlay.overlay-blue, .photo-area-header .photo-area-overlay.overlay-blue, .photo-area-complex .photo-area-overlay.overlay-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#1e78c1), to(#122e67)) !important;
  background: linear-gradient(to bottom, #1e78c1 0%, #122e67 100%) !important;
}
.photo-area .photo-area-overlay.overlay-green, .photo-area-header .photo-area-overlay.overlay-green, .photo-area-complex .photo-area-overlay.overlay-green {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #122e67), to(#00ac75));
  background: linear-gradient(to top, #122e67 0, #00ac75 100%);
}

.photo-area-complex .photo-area-info {
  width: 100%;
  background: none;
  z-index: 20;
  padding: 0 1em;
}
@media screen and (max-width: 950px) {
  .photo-area-complex .photo-area-info {
    background: #1E78C1;
    padding: 2em 1em;
  }
}
@media screen and (min-width: 950px) {
  .photo-area-complex .photo-area-info.info-left, .info-left .photo-area-complex .photo-area-info {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    text-align: left;
    width: 50%;
    max-width: 600px;
  }
  .photo-area-complex .photo-area-info.info-right, .info-right .photo-area-complex .photo-area-info {
    text-align: left;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-align: left;
    width: 50%;
    max-width: 600px;
  }
}
@media screen and (max-width: 950px) {
  .photo-area-complex .image {
    display: block !important;
  }
}
@media screen and (max-width: 950px) {
  .photo-area-complex[data-mobile-overlay=yes] .image {
    display: none !important;
  }
  .photo-area-complex[data-mobile-overlay=yes] .photo-area-info {
    background: none;
    position: relative;
  }
  .photo-area-complex[data-mobile-overlay=yes] .photo-area-overlay {
    display: block;
  }
}
@media screen and (min-width: 950px) {
  .pg-home .photo-area-complex {
    height: 600px;
  }
}
.photo-area-complex.business-spotlight .overlay-full, .photo-area-complex.business-spotlight .photo-area-header .overlay-bottom, .photo-area-header .photo-area-complex.business-spotlight .overlay-bottom {
  background: #1e78c1;
}
.photo-area-complex.business-spotlight .photo-area-info {
  background: #1E78C1;
  padding: 1em;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.4rem;
}
@media screen and (min-width: 998px) {
  .photo-area-complex.business-spotlight .photo-area-info {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .photo-area-complex.business-spotlight .photo-area-info {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 950px) {
  .photo-area-complex.business-spotlight .photo-area-info {
    background: none;
  }
}
.photo-area-complex.business-spotlight .photo-area-info h3 {
  margin-bottom: 0.5em;
}

.photo-area-info {
  zoom: 1;
}
.photo-area-info:before, .photo-area-info:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.photo-area-info:after {
  clear: both;
}
.photo-area-info .info-copy {
  text-align: left;
}
@media screen and (min-width: 950px) {
  .photo-area-info .info-copy {
    width: 50%;
    float: left;
  }
}
.photo-area-info .info-copy h2 {
  margin-bottom: 0.5em;
}
.photo-area-info .info-copy h2 strong {
  font-weight: 750;
}
@media screen and (min-width: 950px) {
  .photo-area-info .info-icons {
    width: 50%;
    float: right;
  }
}
.photo-area-info .info-icons .icon-link {
  display: inline-block;
  margin: 2em;
  text-align: center;
}
.photo-area-info .info-icons .icon-link img {
  margin: 0 auto 0.5em;
  width: 145px;
  max-width: 145px;
}
.photo-area-info .info-icons .icon-link a {
  color: #fff;
  text-align: center;
}

/**
Page Header - Simple
<div class="page-header">
    <h1 class="f-h1">::page_name::</h1>
    {{tag name="t566976" label="Page Description" type="body"}}
</div> 

Page Header - With CTA

**/
.page-header {
  text-align: left;
  padding: 2em 30px 1em;
}
.page-header .content {
  max-width: 1400px;
  margin: 0 auto;
}
.page-header .f-h1 {
  margin-bottom: 0em;
  color: #1E78C1;
}
.page-header .breadcrumb {
  font-size: 1.2rem;
  margin-bottom: 2.5em;
  padding: 0;
  color: #495254;
  position: relative;
  z-index: 10;
}
.page-header .breadcrumb a {
  font-size: 1.2rem;
  color: #495254;
  text-decoration: none;
}
.page-header.simple {
  padding-bottom: 0;
  margin-bottom: 0;
}
.pg-about .page-header.simple {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-header .copy {
  max-width: 800px;
  margin: 0 auto;
}
.page-header .nav nav li {
  display: inline-block;
  margin: 0 2em 0.5em;
}
.page-header .nav nav li:last-of-type {
  margin-right: 0;
}
.page-header .nav nav a {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 750;
  position: relative;
  color: #495254;
}
.page-header .nav nav a:hover:after {
  content: "›";
  display: inline-block;
  color: #00AC75;
  font-size: 2em;
  position: absolute;
  font-weight: normal;
  line-height: 0.1;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  top: 11px;
  right: -20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page-header .nav nav a:hover {
  text-decoration: none;
}

.category-description {
  border-bottom: solid 1px #F0F0F0;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}

.photo-page-header {
  color: #fff;
  position: relative;
  z-index: 5;
  height: 27vw;
  max-height: 850px;
  margin: 0;
  margin-bottom: 70px;
}
.photo-page-header .title-block {
  max-width: none;
}
.photo-page-header .f-h1, .photo-page-header a, .photo-page-header .breadcrumb a {
  color: #fff;
}
.photo-page-header .photo-area-text .breadcrumb {
  font-size: 1.2rem;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  color: #fff;
}
.photo-page-header .photo-area-text .breadcrumb a {
  font-size: 1.2rem;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  text-decoration: none;
}
.photo-page-header .photo-area-text .breadcrumb a:hover {
  text-decoration: underline;
}
.photo-page-header h1 {
  padding: 0 0;
  color: #fff;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 950px) {
  .photo-page-header .f-h1, .photo-page-header .f-h3 {
    color: #fff;
  }
}
@media screen and (max-width: 950px) and (min-width: 950px) {
  .photo-page-header h1 {
    padding: 2em 20px;
    margin: 0;
  }
}
.photo-page-header .photo-area-info nav li {
  display: inline-block;
  margin: 0 2em 0.5em;
}
.photo-page-header .photo-area-info nav li:last-of-type {
  margin-right: 0;
}
.photo-page-header .photo-area-info nav a {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 750;
  position: relative;
}
.photo-page-header .photo-area-info nav a:hover:after {
  opacity: 1;
}
.photo-page-header .photo-area-info nav a:hover {
  text-decoration: none;
}

.photo-area-header h2 {
  font-family: open-sans, sans-serif;
  font-weight: normal;
}
.photo-area-header .overlay-bottom {
  opacity: 1 !important;
  background: none !important;
  display: block;
}
@media screen and (min-width: 950px) {
  .photo-area-header .photo-area-info.info-center {
    bottom: 15%;
    top: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

/** Page specific **/
#pg-blog-details h1 {
  padding: 0 20px !important;
}

.photo-header {
  min-height: 300px;
  height: 44vw;
  max-height: 550px;
  margin-bottom: 3em;
}
.photo-header .max-wrap {
  position: relative;
  min-height: 200px;
  height: calc(40vw - 100px);
  max-height: 400px;
}
.photo-header .photo-area-info .f-h1-feature {
  margin-bottom: 0;
}
.photo-header .photo-area-info.info-left {
  -webkit-transform: none;
  transform: none;
  top: auto;
  bottom: 3em;
  left: 0;
}
.photo-header .photo-area-info.info-right {
  -webkit-transform: none;
  transform: none;
  top: auto;
  left: auto;
  bottom: 3em;
  right: 0;
}
.photo-header .photo-area-info.info-center {
  top: auto;
  bottom: 3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 950px) {
  .photo-header {
    height: auto;
    max-height: none;
  }
  .photo-header .max-wrap {
    height: auto;
    max-height: none;
  }
  .photo-header .photo-page-header {
    position: absolute;
    color: #fff;
  }
  .photo-header .photo-page-header h1 {
    color: #fff;
  }
  .photo-header .photo-page-header .photo-area-overlay.overlay-bottom {
    display: block;
  }
  .photo-header .photo-area-info {
    bottom: 0 !important;
    position: relative;
    z-index: 10;
  }
}

.photo-page-header {
  color: #fff;
}
.photo-page-header h1 {
  color: #fff;
}
.photo-page-header .photo-area-overlay.overlay-bottom {
  display: block;
}

.internal-page-header {
  max-width: 1000px;
}
.internal-page-header .actions a {
  display: inline-block;
  margin: 0 0.5em 1em;
}

.photo-page-header {
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 950px) {
  .photo-page-header {
    height: 35vw;
    min-height: 300px !important;
    overflow: visible;
  }
  .photo-page-header .photo-area-overlay {
    display: block !important;
    background: #000 !important;
  }
}
.photo-page-header .breadcrumb {
  text-align: center;
}
.photo-page-header .photo-area-info {
  z-index: 3;
  padding: 0 30px;
  bottom: 18%;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 950px) {
  .photo-page-header .photo-area-info {
    /* padding: 0 4em; */
  }
}
@media screen and (max-width: 950px) {
  .photo-page-header .photo-area-info {
    background: none;
    position: absolute;
    width: 100%;
    top: 0;
  }
  .photo-page-header .photo-area-info .photo-area-text {
    position: static;
    width: 100%;
    padding: 0 30px;
    bottom: 2em;
    left: 50%;
  }
}

@media screen and (min-width: 950px) {
  .menu_nav .js-ph-nav-btn {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .submenu, .photo-area-info {
    padding: 0;
  }
  .submenu .menu_nav .cta-lnk:after, .photo-area-info .menu_nav .cta-lnk:after {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 6px;
    left: 16px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .submenu .menu_nav.js-open .cta-lnk:after, .photo-area-info .menu_nav.js-open .cta-lnk:after {
    left: 6px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .submenu .menu_nav .menu-header-btn, .photo-area-info .menu_nav .menu-header-btn {
    display: block;
    width: 100%;
    text-transform: uppercase;
    padding: 0.8em 30px 0.8em 1em;
    background: #1E78C1;
    color: #fff;
    position: relative;
    text-align: left;
  }
  .submenu .menu_nav .menu-header-btn:before, .submenu .menu_nav .menu-header-btn:after, .photo-area-info .menu_nav .menu-header-btn:before, .photo-area-info .menu_nav .menu-header-btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 2px;
    background: #fff;
    right: 20px;
    top: 50%;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .submenu .menu_nav .menu-header-btn:before, .photo-area-info .menu_nav .menu-header-btn:before {
    -webkit-transform: translate(10px, -50%) rotate(-45deg);
    transform: translate(10px, -50%) rotate(-45deg);
  }
  .submenu .menu_nav .menu-header-btn:after, .photo-area-info .menu_nav .menu-header-btn:after {
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
  }
  .submenu .menu_nav ul, .photo-area-info .menu_nav ul {
    display: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
    left: 0px;
    bottom: -30px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  .submenu .menu_nav ul li, .photo-area-info .menu_nav ul li {
    margin: 0;
    display: block;
  }
  .submenu .menu_nav ul li a, .photo-area-info .menu_nav ul li a {
    display: block;
    padding: 0.8em 1em;
    background: #495254;
    border-bottom: #495254;
    color: #fff;
  }
  .submenu .menu_nav ul li:last-of-type a, .photo-area-info .menu_nav ul li:last-of-type a {
    border-bottom: none;
  }
  .submenu .menu_nav.js-open ul, .photo-area-info .menu_nav.js-open ul {
    display: block;
    opacity: 1;
  }
  .submenu .menu_nav.js-open .menu-header-btn:before, .photo-area-info .menu_nav.js-open .menu-header-btn:before {
    -webkit-transform: translate(10px, -50%) rotate(45deg);
    transform: translate(10px, -50%) rotate(45deg);
  }
  .submenu .menu_nav.js-open .menu-header-btn:after, .photo-area-info .menu_nav.js-open .menu-header-btn:after {
    -webkit-transform: translate(0%, -50%) rotate(-45deg);
    transform: translate(0%, -50%) rotate(-45deg);
  }
}
.cta-header .page-header-copy {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 950px) {
  .cta-header .page-header-copy {
    padding-right: 340px;
  }
}
.cta-header .actions {
  margin-bottom: 1em;
}
@media screen and (min-width: 950px) {
  .cta-header .actions {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
  }
}
.cta-header .actions a {
  margin: 0 1em 1em 0;
  display: block;
}

.title-block {
  text-align: center;
  max-width: 800px;
  padding: 0 25px;
  margin-bottom: 3em;
}
@media screen and (max-width: 950px) {
  .title-block {
    padding: 1em 25px 0;
  }
}
.title-block h1.title {
  color: #122E67;
  text-transform: uppercase;
  font-size: 3em;
  margin-bottom: 0.4em;
  font-weight: 900;
}

.horizontal-jumpnav {
  color: #495254;
  font-size: 1.4rem;
  padding: 3em 1em 2em 0.5;
  border: none;
  border-width: 1px 0;
  background: #EDF4FA;
  z-index: 15;
  position: relative;
  margin: 1em auto 0 auto;
}
.horizontal-jumpnav.sticky {
  position: fixed;
  top: -1em;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.horizontal-jumpnav {
  /*
  	&:after {
  		content: '';
  		width: 30px;
  		height: 30px;
  		display: block;
  		position: absolute;
  		bottom: -16px;
  		left: 50%;
  		transform: translateX(-50%) rotate(45deg);
  		border: solid 1px $tertiary-color;
  		border-width: 0 1px 1px 0;
  		background: $white;	
  	}
  */
}
.horizontal-jumpnav nav {
  text-align: left;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 1.4rem;
}
@media screen and (min-width: 998px) {
  .horizontal-jumpnav nav {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .horizontal-jumpnav nav {
    font-size: 1.8rem;
  }
}
.horizontal-jumpnav nav li {
  display: inline-block;
  padding: 0 1em;
  margin-bottom: 0.5em;
}
.horizontal-jumpnav nav li:first-of-type {
  padding: 0 1em 0 0;
}
.horizontal-jumpnav nav li a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #00AC75;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.horizontal-jumpnav nav li a:hover, .horizontal-jumpnav nav li a:focus {
  color: #00AC75;
  text-decoration: underline;
}

.inner-page-nav {
  background: #EDF4FA;
  border-radius: 0 0 5px 5px;
  margin-bottom: 2em;
  color: #495254;
  padding: 6em 1.5em 2em;
  font-size: 1.4rem;
}
@media screen and (min-width: 998px) {
  .inner-page-nav {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .inner-page-nav {
    font-size: 1.8rem;
  }
}
.inner-page-nav h2 {
  margin-bottom: 0;
  text-transform: none;
}
.inner-page-nav ul, .inner-page-nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inner-page-nav a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.5em 0;
  color: #495254;
}
.inner-page-nav a.current {
  color: #1E78C1;
}

.page-footer {
  padding: 0;
  background: #fff;
  position: relative;
  color: #122E67;
  font-size: 1.4rem;
  border-top: solid 1px #1E78C1;
}
@media screen and (min-width: 950px) {
  .page-footer {
    padding: 70px 100px;
  }
}
@media screen and (max-width: 950px) {
  .page-footer .content {
    padding: 2em 30px;
  }
}
.page-footer .top-footer {
  zoom: 1;
}
.page-footer .top-footer:before, .page-footer .top-footer:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.page-footer .top-footer:after {
  clear: both;
}
.page-footer .top-footer {
  margin-bottom: 2em;
}
.page-footer .top-footer .f-h6 {
  color: #fff;
  margin-bottom: 0.5em;
}
.page-footer .top-footer .footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  position: relative;
  vertical-align: middle;
  margin-bottom: 2em;
}
.page-footer .top-footer .footer-nav nav > ul {
  margin: 0;
  padding: 0;
}
.page-footer .top-footer .footer-nav nav > ul > li {
  display: block;
}
.page-footer .top-footer .footer-nav nav > ul > li a {
  display: block;
  padding: 0;
  color: #122E67;
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  min-width: 24px;
  min-height: 24px;
}
.page-footer .top-footer .footer-nav nav > ul > li > a {
  text-transform: none;
  font-weight: 600;
  padding: 0.8em 0;
  display: block;
  border-top: solid 1px #E5E5E5;
  position: relative;
  min-width: 24px;
  min-height: 24px;
}
.page-footer .top-footer .footer-nav nav > ul > li > a:after {
  content: "";
  width: 15px;
  height: 3px;
  background: #00AC75;
  border-radius: 3px;
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.page-footer .top-footer .footer-nav nav > ul > li > a:before {
  content: "";
  width: 15px;
  height: 3px;
  background: #00AC75;
  border-radius: 3px;
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.page-footer .top-footer .footer-nav nav > ul > li ul {
  display: none;
}
.page-footer .top-footer .footer-nav nav > ul > li ul li a {
  line-height: 1.1;
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 1.7rem;
  min-width: 24px;
  min-height: 24px;
}
.page-footer .top-footer .footer-nav nav > ul > li ul li a:after {
  content: none;
}
@media screen and (min-width: 950px) {
  .page-footer .top-footer .footer-nav nav > ul > li ul li a {
    font-size: 1.4rem;
  }
}
.page-footer .top-footer .footer-nav nav > ul > li.js-open > a:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.page-footer .top-footer .footer-nav nav > ul > li.js-open > ul {
  display: block;
  padding: 1em 0;
}
@media screen and (min-width: 950px) {
  .page-footer .top-footer .footer-nav nav > ul {
    zoom: 1;
  }
  .page-footer .top-footer .footer-nav nav > ul:before, .page-footer .top-footer .footer-nav nav > ul:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .page-footer .top-footer .footer-nav nav > ul:after {
    clear: both;
  }
  .page-footer .top-footer .footer-nav nav > ul li {
    list-style: none;
    display: block;
    text-align: left;
  }
  .page-footer .top-footer .footer-nav nav > ul li a {
    color: #1E78C1;
    display: block;
    font-size: 1.4rem;
    text-transform: none;
    border: none;
  }
  .page-footer .top-footer .footer-nav nav > ul li a:after, .page-footer .top-footer .footer-nav nav > ul li a:before {
    content: none;
  }
  .page-footer .top-footer .footer-nav nav > ul li a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .page-footer .top-footer .footer-nav nav > ul li a:hover {
    text-decoration: underline;
  }
  .page-footer .top-footer .footer-nav nav > ul > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 56px 0 0;
    margin-bottom: 2em;
  }
  .page-footer .top-footer .footer-nav nav > ul > li > a {
    font-size: 2rem;
    color: #122E67;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
  }
  .page-footer .top-footer .footer-nav nav > ul > li ul {
    background: none;
  }
  .page-footer .top-footer .footer-nav nav > ul > li > ul {
    display: block;
  }
  .page-footer .top-footer .footer-nav nav > ul > li ul li a {
    padding: 0.25em 0em 0.25em 0em;
    font-weight: 400;
  }
  .page-footer .top-footer .footer-nav nav > ul > li > ul ul ul {
    display: none;
  }
}
.page-footer .footer-logo {
  margin-bottom: 20px;
}
.page-footer .middle-footer {
  margin-bottom: 2em;
}
.page-footer .middle-footer .footer-links {
  font-size: 2rem;
  font-weight: 400;
  color: #122E67;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 950px) {
  .page-footer .middle-footer .footer-links {
    font-size: 2.4rem;
  }
}
.page-footer .middle-footer .footer-links li {
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 950px) {
  .page-footer .middle-footer .footer-links li {
    margin-bottom: 0;
    display: inline-block;
  }
  .page-footer .middle-footer .footer-links li:after {
    content: "|";
    display: inline-block;
    margin: 0 0.5em 0 0.7em;
    font-weight: 400;
  }
  .page-footer .middle-footer .footer-links li:last-of-type:after {
    content: none;
  }
  .page-footer .middle-footer .footer-links li.social-ico#linkedin-logo {
    margin-right: 0 !important;
  }
  .page-footer .middle-footer .footer-links li.social-ico {
    padding-right: 20px;
  }
  .page-footer .middle-footer .footer-links li.social-ico:after {
    content: none;
  }
}
@media screen and (max-width: 950px) {
  .page-footer .middle-footer .footer-links li.social-ico {
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.page-footer .middle-footer .footer-links li a {
  color: #122E67;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page-footer .middle-footer .footer-links li a:hover {
  text-decoration: underline;
}
.page-footer .bottom-footer {
  zoom: 1;
}
.page-footer .bottom-footer:before, .page-footer .bottom-footer:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.page-footer .bottom-footer:after {
  clear: both;
}
.page-footer .bottom-footer .footer-bugs {
  margin-bottom: 2em;
}
@media screen and (min-width: 950px) {
  .page-footer .bottom-footer .footer-bugs {
    width: 170px;
    float: right;
    margin-bottom: 0;
  }
}
.page-footer .bottom-footer .footer-bugs a {
  display: inline-block;
}
.page-footer .bottom-footer .footer-bugs a:first-of-type {
  margin-right: 0.5em;
}
@media screen and (min-width: 950px) {
  .page-footer .bottom-footer .footer-contact-area {
    width: calc(100% - 170px);
    float: left;
  }
}
.page-footer .bottom-footer .footer-contact-area > p {
  margin-bottom: 0.7em;
}
.page-footer .bottom-footer .copyright {
  margin-bottom: 1em;
}
.page-footer .bottom-footer .copyright > span {
  display: inline-block;
  margin: 0 1.5em 0.5em 0;
  color: #1E78C1;
}
.page-footer .bottom-footer .footer-legal-links {
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #1E78C1;
}
.page-footer .bottom-footer .footer-legal-links li {
  list-style: none;
  display: inline-block;
  margin-bottom: 1em;
}
@media screen and (min-width: 950px) {
  .page-footer .bottom-footer .footer-legal-links li {
    margin-bottom: 0.5em;
  }
}
.page-footer .bottom-footer .footer-legal-links li:after {
  content: "|";
  display: inline-block;
  color: #122E67;
  margin: 0 0.5em 0 0.5em;
}
.page-footer .bottom-footer .footer-legal-links li a {
  color: #1E78C1;
}
.page-footer .bottom-footer .footer-legal-links li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 950px) {
  .layout-sidebar {
    padding: 0 30px;
  }
}
.layout-sidebar > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 950px) {
  .layout-sidebar > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
.layout-sidebar .main {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (min-width: 950px) {
  .layout-sidebar .main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 40px;
    border-right: solid 1px #EDF4FA;
  }
}
@media screen and (max-width: 950px) {
  .layout-sidebar .main {
    padding: 0 30px;
  }
}
.layout-sidebar .sidebar {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 4em;
}
@media screen and (max-width: 950px) {
  .layout-sidebar .sidebar {
    width: 100%;
  }
  .layout-sidebar .sidebar > .sidebar-content > * {
    display: none;
  }
  #pg-contact .layout-sidebar .sidebar {
    padding: 0 30px;
  }
  #pg-contact .layout-sidebar .sidebar > .sidebar-content > * {
    display: block;
  }
  .layout-sidebar .sidebar > .sidebar-content > .sidebar-nav {
    display: block;
  }
  .layout-sidebar .sidebar > .sidebar-content > .sidebar-nav .drop-button {
    font-weight: 700;
    width: 100%;
    text-align: left;
    padding: 1em 30px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    background: #1E78C1;
    position: relative;
    border-bottom: solid 1px #fff;
  }
  .layout-sidebar .sidebar > .sidebar-content > .sidebar-nav .drop-button:after {
    content: "›";
    display: inline-block;
    color: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 4em;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 20px;
    font-weight: normal;
    line-height: 0.1;
  }
  .board-grey.layout-sidebar .sidebar > .sidebar-content > .sidebar-nav .drop-button:after {
    color: #55565B;
  }
  .dock-grey.layout-sidebar .sidebar > .sidebar-content > .sidebar-nav .drop-button:after {
    color: #B2B1B0;
  }
  .iced-blue.layout-sidebar .sidebar > .sidebar-content > .sidebar-nav .drop-button:after {
    color: #52739E;
  }
  .loft.layout-sidebar .sidebar > .sidebar-content > .sidebar-nav .drop-button:after {
    color: #39AFC7;
  }
  .orange-splash.layout-sidebar .sidebar > .sidebar-content > .sidebar-nav .drop-button:after {
    color: #F16728;
  }
  .peak.layout-sidebar .sidebar > .sidebar-content > .sidebar-nav .drop-button:after {
    color: #8D3210;
  }
  .poppy.layout-sidebar .sidebar > .sidebar-content > .sidebar-nav .drop-button:after {
    color: #EF4B5D;
  }
  .retro.layout-sidebar .sidebar > .sidebar-content > .sidebar-nav .drop-button:after {
    color: #B6BE34;
  }
  .sail-yellow.layout-sidebar .sidebar > .sidebar-content > .sidebar-nav .drop-button:after {
    color: #F5CF3D;
  }
  .shadow.layout-sidebar .sidebar > .sidebar-content > .sidebar-nav .drop-button:after {
    color: #005B78;
  }
  .sundown.layout-sidebar .sidebar > .sidebar-content > .sidebar-nav .drop-button:after {
    color: #805A89;
  }
  .vinate.layout-sidebar .sidebar > .sidebar-content > .sidebar-nav .drop-button:after {
    color: #6BC6B7;
  }
  .layout-sidebar .sidebar > .sidebar-content > .sidebar-nav .drop-button:after {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .layout-sidebar .sidebar > .sidebar-content > .sidebar-nav .drop-button.active:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .layout-sidebar .sidebar > .sidebar-content > .sidebar-nav .js-drop-content {
    display: none;
  }
}
@media screen and (min-width: 950px) {
  .layout-sidebar .sidebar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-width: 400px;
    width: 400px;
    padding-left: 40px;
  }
  .layout-sidebar .sidebar .sidebar-nav {
    margin-bottom: 40px;
  }
  .layout-sidebar .sidebar .sidebar-nav .drop-button {
    display: none;
  }
  .layout-sidebar .sidebar .sidebar-nav .js-drop-content {
    display: block !important;
  }
  .layout-sidebar .sidebar .sidebar-content:not(.no-sticky) {
    position: sticky;
    top: 50px;
  }
}

.basic-page-content {
  padding: 0 30px;
  margin-bottom: 2em;
}
.basic-page-content .content {
  max-width: 1400px;
  margin: 0 auto;
}
.basic-page-content ul li, .basic-page-content ol li {
  margin-bottom: 1em;
}

.content-section-basic {
  margin-bottom: 2em;
}
.content-section-basic .f-content-section-header {
  font-size: 3rem;
  margin-bottom: 0.5em;
}

.content-section-middle-align {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 950px) {
  .content-section-middle-align {
    margin: 0 auto 4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.two-col {
  padding: 0 30px;
  margin-bottom: 40px;
}
.two-col > .content {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 950px) {
  .two-col > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 50px;
  }
  .two-col > .content .col1, .two-col > .content .col2 {
    min-width: calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
  .two-col > .content .product {
    margin-bottom: 0;
  }
}
.content .two-col {
  padding: 0;
}

.one-col-builder {
  padding: 0 30px;
  margin-bottom: 40px;
}
.one-col-builder > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.content .one-col-builder {
  padding: 0;
}

.gradient-container {
  margin: 0 auto;
  padding: 6rem 0;
  position: relative;
}
.gradient-container .gradient-wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.gradient-container .gradient-underlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.gradient-container .gradient-underlay.gradient-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#1E78C1), to(#122E67));
  background: linear-gradient(to bottom, #1E78C1 0%, #122E67 100%);
}
.gradient-container .gradient-underlay.gradient-green {
  background: -webkit-gradient(linear, left top, left bottom, from(#00AC75), to(#122E67));
  background: linear-gradient(to bottom, #00AC75 0%, #122E67 100%);
}
@media screen and (min-width: 950px) {
  .gradient-container .gradient-underlay {
    top: 14rem;
    height: calc(100% - 14rem);
  }
  .gradient-container .gradient-underlay.margin-bottom {
    height: calc(100% - 62rem);
  }
}
.gradient-container.margin-bottom {
  margin: 0 auto 4rem;
}
@media screen and (min-width: 950px) {
  .gradient-container.margin-bottom {
    margin: 0 auto;
  }
}
.gradient-container-top-text {
  padding: 2rem 0 0 0;
}
@media screen and (min-width: 950px) {
  .gradient-container-top-text {
    padding: 24rem 0 0 0;
  }
}

.community-header .photo-page-header .photo-area-info {
  bottom: auto;
  top: 16%;
}

/** SMART BANNER ***/
#smartbanner {
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 2px solid #e8e8e8;
  width: 100%;
  height: 80px;
  font-family: "Helvetica Neue", sans-serif;
  background: #fff;
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#smartbanner .sb-container {
  margin: 0 auto;
}

#smartbanner .sb-close {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: subpixel-antialiased;
  border: 0;
  width: 17px;
  height: 100%;
  line-height: 25px;
  color: #999 !important;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 25px;
  padding: 2px 5px;
}

#smartbanner .sb-close:active {
  color: #aaa;
}

#smartbanner .sb-icon {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 55px;
  height: 55px;
  background-size: cover;
}

#smartbanner.no-icon .sb-icon {
  display: none;
}

#smartbanner .sb-info {
  position: absolute;
  left: 98px;
  top: 18px;
  width: 44%;
  font-size: 12px;
  line-height: 1.2em;
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#smartbanner #smartbanner.no-icon .sb-info {
  left: 34px;
}

#smartbanner .sb-info strong {
  display: block;
  font-size: 13px;
  color: #000;
  line-height: 18px;
  font-weight: bold;
}

#smartbanner .sb-info > span {
  display: block;
}

#smartbanner .sb-info em {
  font-style: normal;
  text-transform: uppercase;
}

#smartbanner .sb-button {
  position: absolute;
  right: 20px;
  top: 24px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a !important;
  background: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

#smartbanner .sb-icon.gloss:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 10px 10px 12px 12px;
}

/* iOS*/
#smartbanner.ios .sb-icon {
  border-radius: 9px;
}

#smartbanner.ios .sb-close {
  color: #999 !important;
  padding: 7px;
}

#smartbanner.ios .sb-button {
  background-color: #fff;
  color: #007AFF !important;
  border: 1px solid #007AFF;
}

/* Android */
#smartbanner.android {
  border-color: #ccc;
  border-top: 5px solid rgb(179, 200, 51);
  border-bottom: 2px solid #d6d6d6;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #8d8d8d;
}

#smartbanner.android .sb-close {
  color: #999 !important;
  padding: 5px;
}

#smartbanner.android .sb-close:active {
  color: #eee;
}

#smartbanner.android .sb-info {
  text-shadow: none;
  font-weight: normal;
}

#smartbanner.android .sb-info strong {
  color: #333;
}

#smartbanner.android .sb-info .sb-price {
  color: #b3c833;
}

#smartbanner.android .sb-button {
  min-width: 12%;
  border: 2px solid transparent;
  padding: 0;
  color: #fff !important;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: #b3c833;
}

#smartbanner.android .sb-button span {
  display: block;
  padding: 0 10px;
  text-transform: none;
  text-shadow: none;
}

#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Windows RT */
#smartbanner.windows {
  background: #464646;
  border-bottom: 8px solid #2a2a2a;
  font-family: "wf_SegoeUI", "Segoe UI", "Segoe", "Segoe WP", "Tahoma", "Verdana", "Arial", "sans-serif";
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

#smartbanner.windows .sb-container {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #00bcf2;
}

#smartbanner.windows .sb-icon {
  border-radius: 0px;
}

#smartbanner.windows .sb-info {
  color: #fff;
  text-shadow: none;
  font-weight: normal;
}

#smartbanner.windows .sb-info strong {
  color: #00bcf2;
  text-shadow: 0 0 2px #222;
}

#smartbanner.windows .sb-info .sb-price {
  color: #00bcf2;
}

#smartbanner.windows .sb-button {
  border-radius: 0;
  background: #00bcf2;
  color: #fff !important;
  border: 2px solid #00bcf2;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

#smartbanner.windows .sb-button:hover {
  border: 2px solid rgba(0, 0, 0, 0.2);
}

#smartbanner.windows .sb-close {
  color: #999 !important;
}

/* Windows Phone */
#smartbanner.windows-phone {
  background: #464646;
  border-bottom: 8px solid #2a2a2a;
  font-family: "wf_SegoeUI", "Segoe UI", "Segoe", "Segoe WP", "Tahoma", "Verdana", "Arial", "sans-serif";
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

#smartbanner.windows-phone .sb-container {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #9B4F96;
}

#smartbanner.windows-phone .sb-icon {
  border-radius: 0px;
}

#smartbanner.windows-phone .sb-info {
  color: #fff;
  text-shadow: none;
  font-weight: normal;
}

#smartbanner.windows-phone .sb-info strong {
  color: #9B4F96;
  text-shadow: 0 0 2px #222;
}

#smartbanner.windows-phone .sb-info .sb-price {
  color: #9B4F96;
}

#smartbanner.windows-phone .sb-button {
  border-radius: 0;
  background: #9B4F96;
  color: #fff !important;
  border: 2px solid #9B4F96;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

#smartbanner.windows-phone .sb-button:hover {
  border: 2px solid rgba(0, 0, 0, 0.2);
}

#smartbanner.windows-phone .sb-close {
  color: #999 !important;
}

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

/** Cross Sell Photo Areas */
@media screen and (min-width: 950px) {
  .photo-area-text .icons .icon-block {
    display: inline-block;
    margin: 0 20px 20px 0;
  }
}
.photo-area-text .icons .icon-block .link {
  text-align: center;
}

@-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 {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-block.scroll {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.icon-block.active {
  -webkit-animation: blockAnim 0.8s ease-in;
  animation: blockAnim 0.8s ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 950px) {
  .icon-block {
    display: block;
    max-width: 170px;
  }
}
.icon-block .icon {
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .icon-block .icon {
    width: 60px;
    min-width: 60px;
    margin-right: 30px;
  }
}
.icon-block .link a {
  font-size: 2.2rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  text-decoration: none;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 950px) {
  .icon-block .link a {
    text-align: center;
  }
}
.icon-block .link .copy {
  line-height: 1.5;
}

/** HOME ICON AREA */
.grad-tb {
  background: -webkit-gradient(linear, left bottom, left top, from(#122E67), to(#00AC75));
  background: linear-gradient(to top, #122E67 0%, #00AC75 100%);
}

.explore-block-area.icon-area {
  scroll-snap-align: start;
  color: #fff;
}
.explore-block-area.icon-area .header, .explore-block-area.icon-area .subheader {
  color: #fff;
}
.explore-block-area.icon-area .explore-blocks .icon-block {
  text-align: left;
}
@media screen and (min-width: 950px) {
  .explore-block-area.icon-area .explore-blocks .icon-block {
    text-align: center;
    display: inline-block;
    margin: 0 20px 20px;
    max-width: 320px;
  }
}

.simple-item {
  margin: 0 0 2em;
  padding: 0;
  font-size: 2rem;
}
.simple-item dt {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.5em;
  font-size: 2rem;
}
.simple-item dd {
  margin: 0;
  padding: 0;
}

.cta-area {
  padding: 0 30px;
  margin-bottom: 1em;
  text-align: center;
}
.cta-area > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.content .cta-area {
  padding: 0;
}
.cta-area a {
  margin: 0 1em 1em 0;
}
.cta-area a:last-of-type {
  margin-right: 0;
}

.form-block {
  padding: 0 30px;
  margin-bottom: 50px;
}
.form-block > .content {
  max-width: 1000px;
  margin: 0 auto;
}
.content .form-block {
  padding: 0;
}

@media screen and (min-width: 950px) {
  .about-header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
.about-header .menu .menu-label {
  display: inline-block;
  min-width: 220px;
}
.about-header .menu li {
  margin-right: 1em;
}
.about-header h1.title {
  font-weight: 900 !important;
}

.two-cols .copy {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

@media screen and (max-width: 950px) {
  #community > .photo-area .photo-area-info {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(32, 53, 104)), color-stop(50%, rgba(30, 120, 193, 0.9)), to(rgb(204, 116, 84))) !important;
    background: linear-gradient(to bottom, rgb(32, 53, 104) 0%, rgba(30, 120, 193, 0.9) 50%, rgb(204, 116, 84) 100%) !important;
  }
}
#governance .icon img {
  width: 200px;
}

.horizontal-page-menu {
  padding: 2em 30px;
  text-align: center;
  background: #F0F1F5;
  color: #122E67;
  margin-bottom: 1em;
  font-size: 2.3rem;
}
.horizontal-page-menu .content {
  max-width: 1400px;
  margin: 0 auto;
}
.content .horizontal-page-menu {
  padding: 0;
}
.horizontal-page-menu a {
  font-weight: 600;
  text-decoration: none;
  color: #122E67;
  text-decoration: none;
}
.horizontal-page-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.horizontal-page-menu ul li {
  display: block;
  margin-bottom: 0.5em;
}
.horizontal-page-menu ul li a {
  display: block;
}
@media screen and (min-width: 950px) {
  .horizontal-page-menu .f-menu-title {
    display: inline-block;
    margin: 0 20px 20px 0;
  }
  .horizontal-page-menu ul {
    display: inline-block;
  }
  .horizontal-page-menu ul li {
    display: inline-block;
    margin: 0 20px 20px 0;
  }
  .horizontal-page-menu ul li:after {
    content: "|";
    display: inline-block;
    margin-left: 1em;
  }
  .horizontal-page-menu ul li a {
    position: relative;
    display: inline-block;
  }
  .horizontal-page-menu ul li:last-of-type:after {
    content: none;
  }
}
.horizontal-page-menu .f-menu-title {
  font-size: 2.3rem;
}

.location-photo-header.photo-page-header .photo-area-info {
  bottom: auto;
  top: 5%;
}

/** LINK UNDERLINES */
main a:not([class]), main a[class=speedbump], main a[class=""], main a[class=email_bump], main a.email_bump {
  text-decoration: underline;
}