@charset "utf-8";
/* 
	ebfa.less
	Project: EITCA (Employee Industry Training Centres)
*/
/* 
	typography.less
	Project: Local 424
*/
/*------ imports ------*/
/* 
	definitions.less
	Project: Local 424
*/
/* colours */
/* fonts */
@font-face {
  font-family: 'Dirty Headline';
  src: url('fonts/DirtyHeadline.woff2') format('woff2'), url('fonts/DirtyHeadline.woff') format('woff'), url('fonts/DirtyHeadline.svg#DirtyHeadline') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* responsive breakpoints */
/* 
	mixins.less
	Project: Local 424
*/
/****** GENERAL ******/
.full {
  width: 100%;
}
.fluid-max {
  max-width: 1220px;
  padding: 0 20px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.fluid-min {
  max-width: 960px;
  padding: 0 20px;
  display: block;
  margin: auto;
  position: relative;
}
.section {
  position: relative;
}
.content-wrap {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrap.wide {
  max-width: 1680px;
}
.text-wrap {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrap .col.wide,
.text-wrap .col.wide {
  width: 650px;
  max-width: 55%;
}
.content-wrap .col.aside,
.text-wrap .col.aside {
  width: 480px;
  max-width: 40%;
  padding-left: 5%;
}
@media all and (max-width:1440px) {
  .content-wrap,
  .text-wrap {
    width: calc(100% - 180px);
  }
  .text-wrap .col.wide {
    max-width: 70%;
  }
  .text-wrap .col.aside {
    max-width: 25%;
    padding-left: 5%;
  }
}
@media all and (max-width:1366px) {
  .content-wrap .col.wide {
    float: none;
    max-width: 100%;
  }
  .content-wrap .col.aside {
    float: none;
    max-width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }
}
@media all and (max-width:1280px) {
  .text-wrap .col.wide {
    max-width: 65%;
  }
  .text-wrap .col.aside {
    max-width: 35%;
    padding-left: 5%;
  }
}
@media all and (max-width:1024px) {
  .content-wrap,
  .text-wrap {
    width: calc(100% - 120px);
  }
  .text-wrap {
    padding: 0 30px;
  }
}
@media all and (max-width:768px) {
  .content-wrap,
  .text-wrap {
    width: 100%;
  }
  .text-wrap .col.wide {
    float: none;
    max-width: 100%;
  }
  .text-wrap .col.aside {
    float: none;
    max-width: 100%;
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }
  .section.text-wrap {
    padding: 0;
  }
}
.f_right {
  float: right;
  display: block;
}
.f_left {
  float: left;
  display: block;
}
.clear {
  display: block;
  clear: both;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.noborder {
  border: 0 !important;
}
.nobg {
  background: none !important;
}
.hidden {
  display: none !important;
}
.text-attn {
  color: #ffc301 !important;
}
.text-alert {
  color: #ee2e30 !important;
}
.text-success {
  color: #3ea70b !important;
}
.req {
  color: #ee2e30;
}
.truncate {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.img-fluid {
  width: 100%;
  height: auto;
}
.dash {
  display: inline-block;
  margin: 0 5px;
  color: #eeeeee;
}
.fontawesome {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}
/****** Tables ******/
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.v-bottom {
  vertical-align: bottom;
}
.vh-middle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.d-table {
  display: table;
  table-layout: fixed;
}
.d-table.auto {
  table-layout: auto;
}
.d-row {
  display: table-row;
}
.d-cell {
  display: table-cell;
}
@media all and (max-width:480px) {
  .d-row,
  .d-cell {
    display: block;
    padding: 0;
  }
  .d-row {
    padding-bottom: 10px;
  }
}
/****** Overlays ******/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a9abaf;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}
.overlay.theme2 {
  background-color: #062653;
}
.overlay.gradient {
  background: -webkit-linear-gradient(left, #062653, #a9abaf);
  background: -o-linear-gradient(right, #062653, #a9abaf);
  background: -moz-linear-gradient(right, #062653, #a9abaf);
  background: linear-gradient(to right, #062653, #a9abaf);
}
.overlay.black {
  background-color: #111111;
}
.overlay.solid {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.text-gradient {
  color: #062653;
  background: #062653;
  background: -webkit-linear-gradient(left, #062653 0%, #a9abaf 25%, #062653 50%, #a9abaf 75%, #062653 100%);
  background: -o-linear-gradient(right, #062653 0%, #a9abaf 25%, #062653 50%, #a9abaf 75%, #062653 100%);
  background: -moz-linear-gradient(right, #062653 0%, #a9abaf 25%, #062653 50%, #a9abaf 75%, #062653 100%);
  background: linear-gradient(to right, #062653 0%, #a9abaf 25%, #062653 50%, #a9abaf 75%, #062653 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient.flat {
  background: -webkit-linear-gradient(left, #062653, #a9abaf);
  background: -o-linear-gradient(right, #062653, #a9abaf);
  background: -moz-linear-gradient(right, #062653, #a9abaf);
  background: linear-gradient(to right, #062653, #a9abaf);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient.flat.dark {
  background: -webkit-linear-gradient(left, #a9abaf, #333333);
  background: -o-linear-gradient(right, #a9abaf, #333333);
  background: -moz-linear-gradient(right, #a9abaf, #333333);
  background: linear-gradient(to right, #a9abaf, #333333);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shimmer {
  color: #062653;
  background: #062653;
  background: -webkit-linear-gradient(left, #062653 0%, #a9abaf 25%, #062653 50%, #a9abaf 75%, #062653 100%);
  background: -o-linear-gradient(right, #062653 0%, #a9abaf 25%, #062653 50%, #a9abaf 75%, #062653 100%);
  background: -moz-linear-gradient(right, #062653 0%, #a9abaf 25%, #062653 50%, #a9abaf 75%, #062653 100%);
  background: linear-gradient(to right, #062653 0%, #a9abaf 25%, #062653 50%, #a9abaf 75%, #062653 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  -webkit-animation: shimmer 6s linear infinite;
  -ms-animation: shimmer 6s linear infinite;
  animation: shimmer 6s linear infinite;
}
.shimmer.flat {
  background: -webkit-linear-gradient(left, #062653, #a9abaf);
  background: -o-linear-gradient(right, #062653, #a9abaf);
  background: -moz-linear-gradient(right, #062653, #a9abaf);
  background: linear-gradient(to right, #062653, #a9abaf);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shimmer.flat.dark {
  background: -webkit-linear-gradient(left, #a9abaf, #333333);
  background: -o-linear-gradient(right, #a9abaf, #333333);
  background: -moz-linear-gradient(right, #a9abaf, #333333);
  background: linear-gradient(to right, #a9abaf, #333333);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shimmer-bg {
  background: -webkit-linear-gradient(left, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, -webkit-linear-gradient(bottom, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, -webkit-linear-gradient(right, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, -webkit-linear-gradient(top, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background: -o-linear-gradient(right, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, linear-gradient(top, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, linear-gradient(left, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, linear-gradient(bottom, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background: -moz-linear-gradient(right, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, linear-gradient(top, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, linear-gradient(left, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, linear-gradient(bottom, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background: linear-gradient(to right, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, linear-gradient(to top, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, linear-gradient(to left, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, linear-gradient(to bottom, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background-size: 300% 1px, 1px 300%;
  animation: shimmer-border 10s infinite linear;
}
/****** Fonts ******/
.headline {
  font-family: "Dirty Headline";
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 400;
}
.highlight > span {
  padding: 2px 3px 4px 3px;
  color: #ffffff;
  background-image: linear-gradient(to right, #a9abaf 0, #a9abaf 100%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media all and (max-width:768px) {
  .highlight > span {
    padding: 2px 3px 2px 1px;
  }
}
.highlight.anim-highlight > span {
  background-size: 100% 100%;
}
.highlight.anim-complete > span,
.highlight.no-anim > span {
  box-shadow: 10px 0 0 #a9abaf, -10px 0 0 #a9abaf;
}
.touch .parallax {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: none;
  background-position: center;
}
.no-touch .parallax {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@-moz-document url-prefix() {
  .touch .parallax {
    background-attachment: fixed;
    background-size: cover;
  }
}
/****** Borders ******/
.title-support {
  position: relative;
}
.title-support:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  max-width: 350px;
  width: 90%;
  height: 3px;
  background: rgba(197, 179, 120, 0.25);
}
.title-support.aos-animate:after {
  -webkit-animation: expand 1s ease 0.75s;
  -ms-animation: expand 1s ease 0.75s;
  animation: expand 1s ease 0.75s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media all and (max-width:1024px) {
  .title-support:after {
    max-width: 200px;
  }
}
/****** Backgrounds ******/
/****** MIXINS ******/
/*------ flexbox ------*/
/****** BUTTONS ******/
.button,
a.button,
button.button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding: 30px 25px;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  border: none;
  background: #062653;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.button .fa,
a.button .fa,
button.button .fa {
  margin: 0 10px;
  font-size: 20px;
  line-height: 14px;
  color: #ffffff;
}
.button .fa:first-child,
a.button .fa:first-child,
button.button .fa:first-child {
  margin-left: 0;
}
.button.button-beige,
a.button.button-beige,
button.button.button-beige {
  background: #c5b378;
}
.button.button-beige small,
a.button.button-beige small,
button.button.button-beige small {
  color: #ffffff;
}
.button.button-white,
a.button.button-white,
button.button.button-white {
  background: #ffffff;
}
.button:hover,
a.button:hover,
button.button:hover {
  color: #ffffff;
  background: #333333;
}
.button + .button,
a.button + .button,
button.button + .button {
  vertical-align: top;
  margin-bottom: 3px;
}
.button.inverse {
  color: #062653;
  background: #ffffff;
}
.button.inverse .fa {
  color: #062653;
}
.button.inverse:hover {
  color: #ffffff;
  background-color: #0a395a;
}
.button.inverse:hover .fa {
  color: #ffffff;
}
.button.button-small {
  padding: 25px 30px;
  font-size: 16px;
}
.button.button-small .fa {
  margin: 0 10px 0 0;
  font-size: 18px;
}
.button.button-mini {
  padding: 10px 15px;
  font-size: 16px;
}
.button.button-mini .fa {
  margin: 0 10px 0 0;
  font-size: 15px;
}
.button.submit {
  font-weight: 700;
  text-transform: uppercase;
}
@media all and (max-width:1366px) {
  .button,
  a.button,
  button.button {
    padding: 20px 24px;
    font-size: 16px;
  }
  .button .fa,
  a.button .fa,
  button.button .fa {
    font-size: 18px;
  }
  .button.button-small {
    padding: 18px 22px;
    font-size: 16px;
  }
  .button.button-small .fa {
    font-size: 18px;
  }
}
/* ------ animations ------*/
[data-animate] {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
[data-animate].animated {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.animate-stay {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anim-typewriter {
  visibility: hidden;
}
@keyframes come-in-left {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    left: -40px;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    left: 0px;
  }
}
@-moz-keyframes come-in-left {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    left: -40px;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    left: 0px;
  }
}
@-webkit-keyframes come-in-left {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    left: -40px;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    left: 0px;
  }
}
@keyframes come-in-bottom {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    bottom: -40px;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    bottom: 0px;
  }
}
@-moz-keyframes come-in-bottom {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    bottom: -40px;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    bottom: 0px;
  }
}
@-webkit-keyframes come-in-bottom {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    bottom: -40px;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    bottom: 0px;
  }
}
.come-in-left {
  -webkit-animation: come-in-left 0s ease 0s;
  -ms-animation: come-in-left 0s ease 0s;
  animation: come-in-left 0s ease 0s;
}
.come-in-bottom {
  -webkit-animation: come-in-bottom 0s ease 0s;
  -ms-animation: come-in-bottom 0s ease 0s;
  animation: come-in-bottom 0s ease 0s;
}
@keyframes fly-up-right {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    top: -12px;
    right: 0px;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    top: -60px;
    right: -65px;
  }
}
@-moz-keyframes fly-up-right {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    top: -12px;
    right: 0px;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    top: -60px;
    right: -65px;
  }
}
@-webkit-keyframes fly-up-right {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    top: -12px;
    right: 0px;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    top: -60px;
    right: -65px;
  }
}
@keyframes scroll-down {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(12px);
  }
}
@-moz-keyframes scroll-down {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(12px);
  }
}
@-webkit-keyframes scroll-down {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(12px);
  }
}
@-webkit-keyframes bounce-right {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(6px);
  }
}
@keyframes bounce-right {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(6px);
  }
}
.bounce-right {
  -webkit-animation-name: bounce-right;
  animation-name: bounce-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes shimmer {
  to {
    background-position: 200% center;
  }
}
@-moz-keyframes shimmer {
  to {
    background-position: 200% center;
  }
}
@-webkit-keyframes shimmer {
  to {
    background-position: 200% center;
  }
}
@-webkit-keyframes shimmer-bg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes shimmer-bg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes shimmer-bg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes shimmer-border {
  50% {
    background-position: 460% 0, 100% 320%, 310% 100%, 0% 310%;
  }
}
@-moz-keyframes shimmer-border {
  50% {
    background-position: 460% 0, 100% 320%, 310% 100%, 0% 310%;
  }
}
@-webkit-keyframes shimmer-border {
  50% {
    background-position: 460% 0, 100% 320%, 310% 100%, 0% 310%;
  }
}
/*---------- EXPAND (PANEL TITLE AND BLOCKQUOTE LINES) ----------*/
@-moz-keyframes expand {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes expand {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes expand {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.expand {
  -webkit-animation-name: expand;
  -moz-animation-name: expand;
  -ms-animation-name: expand;
  -o-animation-name: expand;
  animation-name: expand;
}
.expand.paused {
  width: 0%;
}
@-moz-keyframes expandDouble {
  0% {
    width: 0%;
  }
  100% {
    width: 200%;
  }
}
@-webkit-keyframes expandDouble {
  0% {
    width: 0%;
  }
  100% {
    width: 200%;
  }
}
@keyframes expandDouble {
  0% {
    width: 0%;
  }
  100% {
    width: 200%;
  }
}
.expandDouble {
  -webkit-animation-name: expandDouble;
  -moz-animation-name: expandDouble;
  -ms-animation-name: expandDouble;
  -o-animation-name: expandDouble;
  animation-name: expandDouble;
}
.expandDouble.paused {
  width: 0%;
}
@-moz-keyframes expandQuarter {
  0% {
    width: 0%;
  }
  100% {
    width: 25%;
  }
}
@-webkit-keyframes expandQuarter {
  0% {
    width: 0%;
  }
  100% {
    width: 25%;
  }
}
@keyframes expandQuarter {
  0% {
    width: 0%;
  }
  100% {
    width: 25%;
  }
}
.expandQuarter {
  -webkit-animation-name: expandQuarter;
  -moz-animation-name: expandQuarter;
  -ms-animation-name: expandQuarter;
  -o-animation-name: expandQuarter;
  animation-name: expandQuarter;
}
.expandQuarter.paused {
  width: 0%;
}
@-moz-keyframes expandHalf {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes expandHalf {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
@keyframes expandHalf {
  0% {
    width: 0%;
  }
  50% {
    width: 50%;
  }
}
.expandHalf {
  -webkit-animation-name: expandHalf;
  -moz-animation-name: expandHalf;
  -ms-animation-name: expandHalf;
  -o-animation-name: expandHalf;
  animation-name: expandHalf;
}
.expandHalf.paused {
  width: 0%;
}
@keyframes shake {
  0% {
    transform: rotateZ(0);
  }
  10% {
    transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
/*------ global elements------*/
body,
td,
button {
  font: 20px 'Barlow', Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #666666;
  line-height: 1.6;
  letter-spacing: -0.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  max-width: 100%;
}
img[width] {
  height: auto;
}
p {
  padding: 0 0 20px;
  margin: 0;
}
p.half-padd {
  padding-bottom: 10px;
}
strong {
  font-weight: 700;
}
small {
  display: inline-block;
  font-size: 85%;
  line-height: 1.5;
  color: #bfbfbf;
}
blockquote {
  position: relative;
  margin: 30px 0 40px;
  padding: 30px 50px;
  max-width: 70%;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #c5b378;
}
blockquote p:last-child {
  padding-bottom: 0;
}
blockquote:before,
blockquote:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 80%;
  max-width: 350px;
  height: 1px;
  background: rgba(197, 179, 120, 0.25);
}
blockquote:before {
  top: 0;
}
blockquote:after {
  bottom: 0;
}
@media all and (max-width:768px) {
  blockquote {
    max-width: 100%;
  }
}
@media all and (max-width:480px) {
  blockquote {
    padding: 30px 25px;
  }
}
ul,
ol {
  padding: 0 0 20px;
  margin: 0 0 0 40px;
}
hr {
  border: 0;
  border-top: 1px solid rgba(197, 179, 120, 0.25);
  height: 0px;
  background: #ffffff;
  padding: 0;
  margin: 30px 0 40px;
}
table {
  border-collapse: collapse;
  margin: 10px 0 30px;
}
table th {
  padding: 12px 15px;
  text-align: left;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  background-color: #333333;
}
table td {
  padding: 8px 12px;
  line-height: 1.4;
}
table td a:not(.button) {
  font-style: normal;
  font-weight: 700;
  color: #062653;
}
table td a:not(.button):hover {
  color: #ee2e30;
}
table td .button {
  margin: 0 3px 2px;
}
table td form {
  white-space: nowrap;
}
table tr:nth-child(2n+1) td {
  background: #eeeeee;
}
table tr:nth-child(2n+1) td small {
  color: #a9abaf;
}
table label {
  display: none;
  margin: 0;
}
table.invisible th,
table.invisible td,
table.invisible tr:nth-child(2n+1) td {
  background-color: transparent;
}
table.invisible th {
  color: #0a395a;
}
table.invisible th > td:first-child,
table.invisible tr > td:first-child {
  padding-left: 0;
}
table.data-table th,
table.data-table td {
  font-size: 18px;
}
table.data-table td {
  padding: 15px;
}
@media all and (max-width:1024px) {
  table.respond-tablet {
    width: 100% !important;
    border: 1px solid #cccccc;
  }
  table.respond-tablet tr.header-row,
  table.respond-tablet th {
    display: none;
  }
  table.respond-tablet td {
    display: block;
    width: auto !important;
    padding: 10px 15px 0;
    line-height: 1.4;
    text-align: left;
  }
  table.respond-tablet td:first-child {
    padding-top: 20px;
  }
  table.respond-tablet td:last-child {
    padding-bottom: 20px;
  }
  table.respond-tablet label {
    display: inline-block;
    font-weight: bold;
  }
  table.respond-tablet.invisible {
    border: none;
  }
  table.respond-tablet.invisible th,
  table.respond-tablet.invisible td {
    padding-left: 0;
  }
}
@media all and (max-width:768px) {
  body,
  td {
    font-size: 18px;
  }
  table:not(.noresponsive):not(.fc-list-table):not(.respond-tablet) {
    width: 100% !important;
    border: 1px solid #cccccc;
  }
  table:not(.noresponsive):not(.fc-list-table):not(.respond-tablet) tr.header-row,
  table:not(.noresponsive):not(.fc-list-table):not(.respond-tablet) th {
    display: none;
  }
  table:not(.noresponsive):not(.fc-list-table):not(.respond-tablet) td {
    display: block;
    width: auto !important;
    padding: 10px 15px 0;
    line-height: 1.4;
    text-align: left;
  }
  table:not(.noresponsive):not(.fc-list-table):not(.respond-tablet) td:first-child {
    padding-top: 20px;
  }
  table:not(.noresponsive):not(.fc-list-table):not(.respond-tablet) td:last-child {
    padding-bottom: 20px;
  }
  table:not(.noresponsive):not(.fc-list-table):not(.respond-tablet) label {
    display: inline-block;
    font-weight: bold;
  }
  table:not(.noresponsive):not(.fc-list-table):not(.respond-tablet).invisible {
    border: none;
  }
  table:not(.noresponsive):not(.fc-list-table):not(.respond-tablet).invisible th,
  table:not(.noresponsive):not(.fc-list-table):not(.respond-tablet).invisible td {
    padding-left: 0;
  }
}
/*------ typography ------*/
/*remove outlines from links and inputs*/
a,
a img,
input,
select,
textarea,
button,
.slick-slide,
.ui-accordion-header,
.ui-dialog {
  outline: none;
}
img {
  border: 0;
}
input::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner,
:focus {
  border: 0;
  outline: none;
}
::selection {
  background: #0a395a;
  color: #ffffff;
}
::-moz-selection {
  background: #0a395a;
  color: #ffffff;
}
/* global links */
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a {
  color: #0a395a;
}
a:hover {
  color: #395494;
}
/* headings reset */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: .25em 0 .35em;
  padding: 0;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-style: normal;
  font-weight: 900;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-family: "Dirty Headline";
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 400;
  font-size: 100px;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 48px;
  color: #062653;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 24px;
  color: #c5b378;
}
h6 {
  font-size: 22px;
  font-weight: 700;
}
@media all and (max-width:1366px) {
  h1 {
    font-size: 88px;
  }
  h2 {
    font-size: 56px;
  }
}
@media all and (max-width:1024px) {
  h1 {
    font-size: 68px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 42px;
  }
}
@media all and (max-width:768px) {
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media all and (max-width:480px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 22px;
  }
}
#email-content h1 {
  font-size: 60px;
}
#email-content h2 {
  font-size: 40px;
}
#email-content h3 {
  font-size: 36px;
}
#email-content h5 {
  font-size: 20px;
}
#email-content p {
  font-size: 18px;
}
p + h2,
ul + h2,
ol + h2,
table + h2 {
  margin-top: 20px;
}
p + h3,
ul + h3,
ol + h3,
table + h3 {
  margin-top: 15px;
}
p + h4,
ul + h4,
ol + h4,
table + h4 {
  margin-top: 10px;
}
p + h5,
ul + h5,
ol + h5,
table + h5 {
  margin-top: 5px;
}
/* 
	layout.less
	Project: Local 424
*/
/*------ reset ------*/
* {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/*------ clearfix ------*/
.clearfix:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix,
html .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
/* ------ header/navigation ------ */
#header {
  position: relative;
  z-index: 99;
  top: 0;
  margin: 0 auto;
  width: calc(100% - 180px);
}
@media all and (max-width:1024px) {
  #header {
    width: 100%;
  }
}
#header-contact {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 30px 50px;
  font-size: 21px;
  font-style: normal;
  background-color: #062653;
}
#header-contact a {
  color: #ffffff;
}
#header-contact i {
  padding: 3px 15px 0 0;
  font-size: 14px;
}
@media all and (max-width:1024px) {
  #header-contact {
    padding: 20px 35px;
    font-size: 18px;
  }
}
@media all and (max-width:768px) {
  #header-contact {
    padding: 15px 30px;
  }
}
@media all and (max-width:480px) {
  #header-contact:not(.landing-page) {
    display: none;
  }
}
#navigation-bar {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#navigation-bar.faded {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
#navigation-bar.faded:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#navigation-bar.sticky #nav-toggle,
#navigation-bar.sticky #account-nav-toggle {
  width: 60px;
  height: 60px;
}
#navigation-bar.sticky #nav-toggle {
  padding: 18px;
}
#navigation-bar.sticky #nav-toggle span {
  height: 2px;
}
#navigation-bar.sticky #nav-toggle span:nth-child(1),
#navigation-bar.sticky #nav-toggle span:nth-child(2) {
  top: 2px;
}
#navigation-bar.sticky #nav-toggle span:nth-child(3),
#navigation-bar.sticky #nav-toggle span:nth-child(4) {
  top: 10px;
}
#navigation-bar.sticky #nav-toggle span:nth-child(5),
#navigation-bar.sticky #nav-toggle span:nth-child(6) {
  top: 18px;
}
#navigation-bar.sticky #nav-toggle:hover span:nth-child(3),
#navigation-bar.sticky #nav-toggle:hover span:nth-child(4) {
  left: 5px;
}
#navigation-bar.sticky #account-nav-toggle {
  padding: 8px;
}
#navigation-bar.sticky #account-nav-toggle i {
  padding: 10px;
}
#navigation-bar.sticky #nav-logo-wrap {
  width: 60px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#navigation-bar.sticky #nav-logo-wrap a {
  padding: 10px;
}
#navigation-bar.sticky #nav-logo-wrap a img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#navigation-bar.sticky #nav-logo-wrap a.ebfa {
  padding: 10px 15px;
}
#navigation-bar.sticky #cart-icon {
  width: 60px;
  font-size: 22px;
}
#navigation-bar.sticky #cart-icon .fa-stack .fa-shopping-cart {
  font-size: 20px;
}
#navigation-bar.sticky #cart-icon .fa-stack:after {
  font-size: 10px;
}
@media all and (max-width:1024px) {
  #navigation-bar {
    position: absolute;
    width: 100%;
  }
  #navigation-bar.faded {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
#main-navigation,
#account-navigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 300px;
  height: 100%;
  font-weight: 800;
  font-style: normal;
  background: #062653;
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#main-navigation h2,
#account-navigation h2 {
  text-align: center;
}
#main-navigation .close-menu,
#account-navigation .close-menu {
  display: block;
  margin-top: -20px;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#main-navigation .close-menu i,
#account-navigation .close-menu i {
  margin-right: 5px;
  font-size: 14px;
}
#main-navigation .close-menu:hover small,
#account-navigation .close-menu:hover small {
  color: #ffffff;
}
#main-navigation .menu-scroll,
#account-navigation .menu-scroll {
  position: absolute;
  width: 100%;
  height: calc(100% - 160px);
  padding-bottom: 50px;
}
#main-navigation ul,
#account-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-navigation ul li,
#account-navigation ul li {
  position: relative;
}
#main-navigation ul li a,
#account-navigation ul li a {
  position: relative;
  display: block;
  padding: 15px 20px;
  line-height: 1.2;
  letter-spacing: .2px;
  font-size: 18px;
  color: #ffffff;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
}
#main-navigation ul li a .sub-open,
#account-navigation ul li a .sub-open {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
  padding: 20px;
  font-size: 12px;
  line-height: 20px;
}
#main-navigation ul li a .sub-open:hover,
#account-navigation ul li a .sub-open:hover {
  color: #ee2e30;
}
#main-navigation ul li a.logout-btn,
#account-navigation ul li a.logout-btn {
  font-size: 16px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
#main-navigation ul li a:hover,
#account-navigation ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
#main-navigation ul li.contact-info,
#account-navigation ul li.contact-info {
  margin-top: 20px;
  font-weight: 600;
}
#main-navigation ul li.contact-info .d-cell,
#account-navigation ul li.contact-info .d-cell {
  padding: 8px 0;
}
#main-navigation ul li.contact-info .fa,
#account-navigation ul li.contact-info .fa {
  padding: 0px 8px 0px 10px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
#main-navigation ul li.contact-info a,
#account-navigation ul li.contact-info a {
  padding-left: 0;
  font-size: 16px;
  border-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
#main-navigation ul li.contact-info .d-row:hover .fa,
#account-navigation ul li.contact-info .d-row:hover .fa,
#main-navigation ul li.contact-info .d-row:hover a,
#account-navigation ul li.contact-info .d-row:hover a {
  color: #ffffff;
  background: none;
}
#main-navigation ul.sub-nav,
#account-navigation ul.sub-nav {
  display: none;
  background: #031023;
}
#main-navigation ul.sub-nav li a,
#account-navigation ul.sub-nav li a {
  padding-left: 32px;
  font-size: 16px;
}
#main-navigation ul.sub-nav .sub-nav,
#account-navigation ul.sub-nav .sub-nav {
  background: #01050c;
}
#main-navigation ul.sub-nav .sub-nav li a,
#account-navigation ul.sub-nav .sub-nav li a {
  padding-left: 46px;
}
#main-navigation ul.sub-nav .sub-nav .sub-nav,
#account-navigation ul.sub-nav .sub-nav .sub-nav {
  background: #000000;
}
#main-navigation ul.sub-nav .sub-nav .sub-nav li a,
#account-navigation ul.sub-nav .sub-nav .sub-nav li a {
  padding-left: 60px;
}
#main-navigation ul.sub-nav .sub-nav .sub-nav .sub-nav,
#account-navigation ul.sub-nav .sub-nav .sub-nav .sub-nav {
  background: #000000;
}
#main-navigation ul.sub-nav .sub-nav .sub-nav .sub-nav li a,
#account-navigation ul.sub-nav .sub-nav .sub-nav .sub-nav li a {
  padding-left: 76px;
}
#main-navigation:after,
#account-navigation:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
#account-navigation {
  background: #ee2e30;
}
#account-navigation h2 .fa {
  font-size: 80px;
  color: #ffffff;
}
#account-navigation .close-menu {
  margin-top: -10px;
}
#account-navigation .menu-scroll {
  padding-bottom: 110px;
}
#account-navigation ul.sub-nav {
  background: #d71214;
}
#account-navigation ul.sub-nav .sub-nav {
  background: #c01011;
}
#account-navigation ul.sub-nav .sub-nav .sub-nav {
  background: #a80e0f;
}
#account-navigation ul.sub-nav .sub-nav .sub-nav .sub-nav {
  background: #d7242b;
}
#account-navigation .menu-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  margin: 20px 0 20px -60px;
  max-width: 120px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
#account-navigation .menu-logo.ebfa {
  margin: 20px 0 20px -40px;
  max-width: 80px;
}
#page-wrap {
  position: relative;
}
#page-wrap:before {
  content: '';
  position: absolute;
  z-index: 999;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, #c5b378 0%, rgba(197, 179, 120, 0.6) 65%, rgba(197, 179, 120, 0.4) 85%, rgba(197, 179, 120, 0) 100%);
  background: -o-linear-gradient(right, #c5b378 0%, rgba(197, 179, 120, 0.6) 65%, rgba(197, 179, 120, 0.4) 85%, rgba(197, 179, 120, 0) 100%);
  background: -moz-linear-gradient(right, #c5b378 0%, rgba(197, 179, 120, 0.6) 65%, rgba(197, 179, 120, 0.4) 85%, rgba(197, 179, 120, 0) 100%);
  background: linear-gradient(to right, #c5b378 0%, rgba(197, 179, 120, 0.6) 65%, rgba(197, 179, 120, 0.4) 85%, rgba(197, 179, 120, 0) 100%);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#page-wrap.menu-open {
  overflow: hidden;
}
#page-wrap.menu-open #main-navigation {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#page-wrap.menu-open #main-navigation:after {
  width: 0;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
#page-wrap.menu-open:before {
  left: 300px;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#page-wrap.menu-open:after {
  z-index: 998;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#page-wrap.ac-menu-open {
  overflow-y: hidden;
}
#page-wrap.ac-menu-open #account-navigation {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#page-wrap.ac-menu-open #account-navigation:after {
  width: 0;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
#page-wrap.ac-menu-open:before {
  left: 300px;
  background: -webkit-linear-gradient(left, #c5b378 0%, rgba(197, 179, 120, 0.6) 65%, rgba(197, 179, 120, 0.4) 85%, rgba(197, 179, 120, 0) 100%);
  background: -o-linear-gradient(right, #c5b378 0%, rgba(197, 179, 120, 0.6) 65%, rgba(197, 179, 120, 0.4) 85%, rgba(197, 179, 120, 0) 100%);
  background: -moz-linear-gradient(right, #c5b378 0%, rgba(197, 179, 120, 0.6) 65%, rgba(197, 179, 120, 0.4) 85%, rgba(197, 179, 120, 0) 100%);
  background: linear-gradient(to right, #c5b378 0%, rgba(197, 179, 120, 0.6) 65%, rgba(197, 179, 120, 0.4) 85%, rgba(197, 179, 120, 0) 100%);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#page-wrap.ac-menu-open:after {
  z-index: 998;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
@media all and (max-width:480px) {
  #main-navigation ul li.contact-info .d-row,
  #account-navigation ul li.contact-info .d-row {
    display: table-row;
  }
  #main-navigation ul li.contact-info .d-cell,
  #account-navigation ul li.contact-info .d-cell {
    display: table-cell;
  }
  #account-navigation {
    left: auto;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  #page-wrap.menu-open:before {
    left: 0px;
  }
  #page-wrap.ac-menu-open:before {
    right: 0px;
    left: auto;
    background: -webkit-linear-gradient(right, #c5b378 0%, rgba(197, 179, 120, 0.6) 65%, rgba(197, 179, 120, 0.4) 85%, rgba(197, 179, 120, 0) 100%);
    background: -o-linear-gradient(left, #c5b378 0%, rgba(197, 179, 120, 0.6) 65%, rgba(197, 179, 120, 0.4) 85%, rgba(197, 179, 120, 0) 100%);
    background: -moz-linear-gradient(left, #c5b378 0%, rgba(197, 179, 120, 0.6) 65%, rgba(197, 179, 120, 0.4) 85%, rgba(197, 179, 120, 0) 100%);
    background: linear-gradient(to left, #c5b378 0%, rgba(197, 179, 120, 0.6) 65%, rgba(197, 179, 120, 0.4) 85%, rgba(197, 179, 120, 0) 100%);
  }
}
#nav-toggle {
  position: relative;
  width: 90px;
  height: 90px;
  padding: 30px;
  background: #062653;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#nav-toggle .toggle-wrap {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
#nav-toggle span:nth-child(even) {
  left: 50%;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#nav-toggle span:nth-child(odd) {
  left: 0px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#nav-toggle span:nth-child(1),
#nav-toggle span:nth-child(2) {
  top: 0px;
}
#nav-toggle span:nth-child(3),
#nav-toggle span:nth-child(4) {
  top: 10px;
}
#nav-toggle span:nth-child(5),
#nav-toggle span:nth-child(6) {
  top: 20px;
}
#nav-toggle:hover span:nth-child(1),
#nav-toggle:hover span:nth-child(2) {
  width: 96%;
  left: 1px;
}
#nav-toggle:hover span:nth-child(3),
#nav-toggle:hover span:nth-child(4) {
  width: 65%;
  left: 6px;
}
#nav-toggle:hover span:nth-child(5),
#nav-toggle:hover span:nth-child(6) {
  width: 96%;
  left: 1px;
}
#nav-toggle.open span:nth-child(1),
#nav-toggle.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle.open span:nth-child(2),
#nav-toggle.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-toggle.open span:nth-child(1) {
  left: 5px;
  top: 8px;
}
#nav-toggle.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 8px;
}
#nav-toggle.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#nav-toggle.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#nav-toggle.open span:nth-child(5) {
  left: 5px;
  top: 13px;
}
#nav-toggle.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 13px;
}
#nav-toggle:hover {
  background: #333333;
}
#account-nav-toggle {
  position: relative;
  width: 90px;
  height: 90px;
  padding: 15px;
  text-align: center;
  color: #ffffff;
  background: #ee2e30;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#account-nav-toggle i {
  padding: 15px;
  border: 2px solid #ee2e30;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#account-nav-toggle:hover i {
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media all and (max-width:480px) {
  #nav-toggle,
  #account-nav-toggle {
    float: left;
  }
  #account-nav-toggle {
    float: right;
  }
}
#nav-logo-wrap {
  margin-top: 15px;
  width: 90px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#nav-logo-wrap a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
#nav-logo-wrap a img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#nav-logo-wrap a.ebfa {
  padding: 10px 30px;
}
#nav-logo-wrap a.active,
#nav-logo-wrap a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#cart-icon {
  margin-top: 15px;
  width: 90px;
  font-size: 28px;
  text-align: center;
}
#cart-icon a {
  color: #062653;
}
#cart-icon a:hover {
  color: #333333;
}
#cart-icon a:hover .fa-shopping-cart {
  animation: shake 1200ms;
}
#cart-icon .fa-stack {
  position: relative;
}
#cart-icon .fa-stack .fa-shopping-cart {
  font-size: 22px;
}
#cart-icon .fa-stack:after {
  position: absolute;
  right: -8px;
  top: -4px;
  content: attr(data-count);
  padding: .6em;
  min-width: 2em;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  line-height: .75em;
  color: white;
  background: #ee2e30;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media all and (max-width:1024px) {
  #nav-toggle,
  #account-nav-toggle {
    width: 60px;
    height: 60px;
  }
  #nav-toggle {
    padding: 18px 14px;
  }
  #account-nav-toggle {
    padding: 8px;
  }
  #account-nav-toggle i {
    padding: 10px;
  }
  #nav-logo-wrap {
    display: none;
  }
  #cart-icon {
    width: 60px;
    font-size: 22px;
  }
  #cart-icon .fa-stack .fa-shopping-cart {
    font-size: 20px;
  }
  #cart-icon .fa-stack:after {
    font-size: 10px;
  }
}
@media all and (max-width:480px) {
  #cart-icon {
    float: left;
    margin-top: 10px;
  }
}
/*------ landing page ------*/
#landing-wrap {
  position: relative;
  z-index: 10;
  display: flex;
  margin: 0 90px;
  min-height: 800px;
}
#landing-wrap h1 {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  z-index: 30;
  margin: 0 auto;
  max-width: 75%;
  color: #ffffff;
  pointer-events: none;
}
#landing-wrap .banner-column {
  width: calc(33.33333333%);
  height: 100%;
  position: relative;
}
#landing-wrap .banner-column a {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
#landing-wrap .banner-column .multilayer-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#landing-wrap .banner-column .multilayer-bg .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#landing-wrap .banner-column .multilayer-bg .layer.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
}
#landing-wrap .banner-column .multilayer-bg .layer.pattern {
  background: url("../images/ui/bg-graph.png");
  background-repeat: repeat;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
#landing-wrap .banner-column .multilayer-bg .layer.dark-overlay {
  background: #111111;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
#landing-wrap .banner-column .content-column {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
#landing-wrap .banner-column .content-column.ebfa-logo img {
  width: 400px;
}
#landing-wrap .banner-column .content-column img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 300px;
  max-width: 90%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#landing-wrap .banner-column .content-column .button {
  top: -40px;
  padding: 30px 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#landing-wrap .banner-column:hover .multilayer-bg .dark-overlay {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
#landing-wrap .banner-column:hover .content-column img {
  margin-top: -40px;
}
#landing-wrap .banner-column:hover .content-column .button {
  top: 40px;
  margin-top: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
@notebook-alt {
  #landing-wrap h1 {
    top: 110px;
    font-size: 76px;
  }
}
@media all and (max-width:1024px) {
  #landing-wrap {
    display: block;
  }
  #landing-wrap h1 {
    top: 75px;
    font-size: 40px;
  }
  #landing-wrap .banner-column {
    width: 100%;
    height: calc(100% / 4 + 10px);
  }
  #landing-wrap .banner-column .multilayer-bg .bg-image {
    background-position: center;
  }
  #landing-wrap .banner-column .content-column {
    padding-bottom: 0;
    vertical-align: middle;
  }
  #landing-wrap .banner-column .content-column img {
    display: inline-block;
    vertical-align: middle;
    right: -100px;
  }
  #landing-wrap .banner-column .content-column .button {
    top: 0;
    left: -40px;
  }
  #landing-wrap .banner-column:nth-of-type(1) {
    height: calc(100% / 2 - 20px);
    padding-bottom: 20px;
  }
  #landing-wrap .banner-column:nth-of-type(1) .content-column {
    vertical-align: bottom;
  }
  #landing-wrap .banner-column:hover .content-column img {
    right: 0;
    margin-top: 0;
  }
  #landing-wrap .banner-column:hover .content-column .button {
    top: 0;
    left: 0;
    margin-top: 0;
  }
}
@media all and (max-width:768px) {
  #landing-wrap {
    margin: 0;
  }
  #landing-wrap h1 {
    top: 100px;
    max-width: 60%;
    font-size: 32px;
  }
  #landing-wrap .banner-column .content-column img {
    display: block;
    right: 0;
    width: 250px;
    margin: 0 auto;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  #landing-wrap .banner-column .content-column .button {
    display: none;
  }
  #landing-wrap .banner-column:hover .content-column img {
    margin-top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media all and (max-width:480px) {
  #landing-wrap {
    margin: 0;
  }
  #landing-wrap h1 {
    top: 100px;
    max-width: 80%;
    font-size: 32px;
  }
}
/*------ body content ------*/
#page-banner {
  position: relative;
  min-height: 500px;
  margin: 0 auto 100px;
  padding: 0 90px;
}
#page-banner #page-logo {
  display: none;
  position: absolute;
  z-index: 99;
  left: 40px;
  top: 40px;
}
#page-banner #page-logo a {
  display: block;
}
#page-banner .page-title {
  position: relative;
  z-index: 11;
  height: inherit;
  font-size: 24px;
}
#page-banner .page-title .text-wrap {
  display: flex;
  align-items: center;
  height: inherit;
}
#page-banner .page-title .text-wrap .col {
  position: relative;
  padding: 50px 0;
}
#page-banner .page-title .subtitle {
  display: block;
  position: relative;
  z-index: 1;
}
#page-banner .page-title h1 {
  position: relative;
  margin: 0 0 40px;
  padding-bottom: 20px;
}
#page-banner .page-title h1 > span {
  position: relative;
  display: inline;
  background: -webkit-linear-gradient(left, #062653, #a9abaf);
  background: -o-linear-gradient(right, #062653, #a9abaf);
  background: -moz-linear-gradient(right, #062653, #a9abaf);
  background: linear-gradient(to right, #062653, #a9abaf);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#page-banner .page-title h1 > span.dark {
  background: -webkit-linear-gradient(left, #a9abaf, #333333);
  background: -o-linear-gradient(right, #a9abaf, #333333);
  background: -moz-linear-gradient(right, #a9abaf, #333333);
  background: linear-gradient(to right, #a9abaf, #333333);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#page-banner .page-title h1 > span em {
  display: none;
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -10px;
  width: calc(100% + 20px);
  height: 76px;
  background: #ffffff;
}
#page-banner .page-title h1:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  max-width: 350px;
  width: 90% !important;
  height: 3px;
  background: rgba(197, 179, 120, 0.25);
}
#page-banner .page-title h1 + p {
  padding-left: 10px;
}
#page-banner .page-title h1 + p:before {
  content: " ";
  display: block;
}
#page-banner .page-title h1.aos-animate:after {
  -webkit-animation: expand 1s ease 0.75s;
  -ms-animation: expand 1s ease 0.75s;
  animation: expand 1s ease 0.75s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-banner .page-title p {
  padding-bottom: 0;
}
#page-banner .page-title small {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
}
#page-banner .page-title .button {
  margin-top: 40px;
}
#page-banner .page-title .more-hours {
  margin-top: 10px;
  padding-bottom: 0;
}
#page-banner .page-title .more-hours a small {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#page-banner .page-title .more-hours a:hover small {
  color: #062653;
}
#page-banner #banner-image {
  position: absolute;
  top: 0;
  right: 90px;
  z-index: 10;
  overflow: hidden;
  max-width: 40%;
  height: calc(100% + 200px);
}
#page-banner #banner-image img {
  max-height: 100%;
}
#page-banner.no-bg {
  margin: 0 auto;
  min-height: 380px;
  border-bottom: 1px solid #e1e1e1;
}
#page-banner.no-bg .page-title {
  padding: 40px 80px;
}
#page-banner.no-bg .page-title .text-wrap .col {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
#page-banner.no-bg:before {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/ui/bg-graph.png");
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
#page-banner.no-bg + #body-content {
  margin-top: 0;
  padding-top: 0;
}
#page-banner + .panel {
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 82%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 82%, #ffffff 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 82%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
}
@media all and (min-width: 1900px) {
  #page-banner #page-logo {
    display: block;
  }
}
@media all and (max-width:1366px) {
  #page-banner {
    min-height: 400px;
  }
  #page-banner #banner-image {
    right: 0;
  }
}
@media all and (max-width:1024px) {
  #page-banner {
    padding: 0 60px;
    min-height: 300px;
  }
  #page-banner .page-title h1 {
    max-width: 90%;
  }
  #page-banner .page-title h1 > span {
    display: inline-block;
  }
  #page-banner .page-title h1 > span br {
    display: none;
  }
  #page-banner .page-title h1 > span em {
    display: block;
  }
  #page-banner .page-title h1:after {
    max-width: 200px;
  }
  #page-banner .page-title .text-wrap {
    width: 100%;
  }
  #page-banner #banner-image {
    height: calc(100% + 50px);
    max-width: 80%;
  }
  #page-banner #banner-image img {
    max-width: 100%;
  }
  #page-banner.has-searchbar:not(.no-bg) {
    margin-bottom: 200px;
  }
  #page-banner.no-bg {
    padding: 0;
  }
  #page-banner.no-bg .page-title h1 > span {
    display: inline;
  }
  #page-banner.no-bg .page-title h1 > span br {
    display: block;
  }
  #page-banner.no-bg .page-title h1 > span em {
    display: none;
  }
  #page-banner + .panel {
    background: #ffffff;
  }
}
@media all and (max-width:768px) {
  #page-banner {
    min-height: 200px;
  }
  #page-banner .page-title h1 {
    max-width: 100%;
    word-wrap: break-word;
    word-break: break-word;
  }
  #page-banner .page-title p {
    font-size: 20px;
  }
  #page-banner .page-title .text-wrap {
    padding-right: 0;
    min-height: 400px;
  }
  #page-banner .page-title .text-wrap .col {
    padding-top: 120px;
  }
  #page-banner.no-bg .page-title h1 {
    max-width: 85%;
  }
}
@media all and (max-width:480px) {
  #page-banner {
    min-height: 100px;
    padding: 0;
  }
  #page-banner #page-logo {
    display: block;
    top: 5px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
  }
  #page-banner #page-logo.ebfa {
    width: 60px;
    margin-left: -30px;
  }
  #page-banner .page-title .subtitle {
    display: inline-block;
    padding: 2px 6px;
    background: #ffffff;
  }
  #page-banner .page-title h1 {
    max-width: 90%;
  }
  #page-banner .page-title h1 > span em {
    height: 58px;
  }
  #page-banner .page-title p {
    font-size: 18px;
  }
  #page-banner .page-title p.anim-complete > span {
    box-shadow: 8px 0 0 #a9abaf, -8px 0 0 #a9abaf;
  }
  #page-banner .page-title small {
    font-size: 16px;
  }
  #page-banner .page-title .text-wrap {
    padding-right: 30px;
    min-height: 320px;
  }
  #page-banner .page-title .text-wrap .col {
    margin-bottom: 40px;
    padding-top: 150px;
  }
  #page-banner.has-searchbar:not(.no-bg) {
    margin-bottom: 100px;
  }
  #page-banner.no-bg .page-title {
    padding: 20px 0;
  }
  #page-banner.no-bg .page-title h1 {
    max-width: 100%;
  }
  #page-banner.no-bg .page-title .text-wrap .col {
    margin-bottom: 20px;
  }
}
.search-bar {
  padding: 30px 0;
  background-blend-mode: multiply;
  background-color: rgba(6, 38, 83, 0.95);
  background-image: url("../images/ui/bg-graph-50.png");
}
.search-bar .input {
  padding-right: 75px;
  width: 45%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.search-bar .input:hover,
.search-bar .input:focus {
  color: #062653;
  background: #ffffff;
}
.search-bar .input:hover + .search-button,
.search-bar .input:focus + .search-button {
  color: #062653;
  border-left: 1px solid rgba(6, 38, 83, 0.5);
}
.search-bar .input:hover + .search-button:hover,
.search-bar .input:focus + .search-button:hover {
  color: #d7242b;
}
.search-bar .search-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 5px 5px -60px;
  padding: 5px 18px;
  color: #ffffff;
  background: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search-bar #clear-search {
  margin-left: 10px;
  font-size: 16px;
  color: #cccccc;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search-bar #clear-search i {
  margin-right: 2px;
  font-size: 14px;
}
.search-bar #clear-search:hover {
  color: #ffffff;
}
.search-bar .col.wide .input {
  width: 90%;
}
.search-bar .col.wide #clear-search {
  display: block;
  margin-left: 30px;
  text-align: left;
}
@media all and (max-width:1024px) {
  .search-bar .input {
    width: 80%;
  }
}
@media all and (max-width:768px) {
  .search-bar .input {
    width: calc(100% - 55px);
  }
  .search-bar #clear-search {
    display: block;
    margin-left: 30px;
    text-align: left;
  }
}
/*------ slideshow ------*/
#slideshow-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 90px;
  height: 100%;
  min-height: 801px;
}
#slideshow-wrap #page-logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 99;
}
#slideshow-wrap .move-along {
  position: absolute;
  z-index: 20;
  bottom: 80px;
  left: 50%;
  margin-left: -25px;
  padding: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#slideshow-wrap .move-along img {
  display: inline-block;
  vertical-align: middle;
}
#slideshow-wrap .move-along:hover img {
  -webkit-animation: scroll-down 0.8s ease 0s;
  -ms-animation: scroll-down 0.8s ease 0s;
  animation: scroll-down 0.8s ease 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#slideshow-wrap[class^="swiper"] #slideshow {
  visibility: visible;
}
#slideshow-wrap + #body-content {
  padding-top: 100px;
}
#slideshow {
  min-height: 801px;
  visibility: hidden;
  background: #062653;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#slideshow .slide {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#slideshow .slide .slide-img {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#slideshow .slide .slide-img:before {
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/ui/bg-graph-dark3.png");
  background-position: center center;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
#slideshow .slide .slide-content {
  position: absolute;
  z-index: 10;
  top: 50%;
  bottom: auto;
  width: 100%;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#slideshow .slide .slide-content .title,
#slideshow .slide .slide-content p,
#slideshow .slide .slide-content .button {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#slideshow .slide .slide-content .title {
  display: inline-block;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-family: "Dirty Headline";
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 400;
  font-size: 100px;
  color: #ffffff;
}
#slideshow .slide .slide-content .title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  max-width: 350px;
  width: 90%;
  height: 3px;
  background: rgba(255, 255, 255, 0.25);
}
#slideshow .slide .slide-content .title.aos-animate:after {
  -webkit-animation: expand 1s ease 0.75s;
  -ms-animation: expand 1s ease 0.75s;
  animation: expand 1s ease 0.75s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
#slideshow .slide .slide-content .description {
  margin: 0 0 30px 0;
  line-height: 1.2;
  font-size: 24px;
  color: #eeeeee;
}
#slideshow .slide .slide-content .description > span {
  padding: 2px 3px 4px 3px;
  color: #ffffff;
  background-image: linear-gradient(to right, #a9abaf 0, #a9abaf 100%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media all and (max-width:768px) {
  #slideshow .slide .slide-content .description > span {
    padding: 2px 3px 2px 1px;
  }
}
#slideshow .slide .slide-content .description.anim-highlight > span {
  background-size: 100% 100%;
}
#slideshow .slide .slide-content .description.anim-complete > span,
#slideshow .slide .slide-content .description.no-anim > span {
  box-shadow: 10px 0 0 #a9abaf, -10px 0 0 #a9abaf;
}
#slideshow .slide .slide-content .button {
  font-style: normal;
}
#slideshow .slide .main-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a9abaf;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
#slideshow .slide .main-overlay.theme2 {
  background-color: #062653;
}
#slideshow .slide .main-overlay.gradient {
  background: -webkit-linear-gradient(left, #062653, #a9abaf);
  background: -o-linear-gradient(right, #062653, #a9abaf);
  background: -moz-linear-gradient(right, #062653, #a9abaf);
  background: linear-gradient(to right, #062653, #a9abaf);
}
#slideshow .slide .main-overlay.black {
  background-color: #111111;
}
#slideshow .slide .main-overlay.solid {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
@media all and (max-width:1366px) {
  #slideshow .slide .slide-content .title {
    font-size: 80px;
  }
  #slideshow .slide .slide-content .description {
    font-size: 28px;
  }
}
@media all and (max-width:1024px) {
  #slideshow-wrap {
    margin: 0 60px;
  }
  #slideshow-wrap #page-logo {
    top: 20px;
    max-width: 150px;
  }
  #slideshow .slide .slide-content .title {
    font-size: 66px;
  }
}
@media all and (max-width:768px) {
  #slideshow-wrap {
    min-height: 650px;
    margin: 0;
  }
  #slideshow-wrap #page-logo {
    left: 100px;
  }
  #slideshow {
    min-height: 650px;
  }
  #slideshow .slide .slide-content .title {
    font-size: 56px;
  }
  #slideshow .slide .slide-content .description {
    font-size: 26px;
  }
}
@media all and (max-width:480px) {
  #slideshow-wrap #page-logo {
    top: 5px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
  }
  #slideshow-wrap .move-along {
    bottom: 30px;
  }
  #slideshow .slide .slide-content .title {
    font-size: 50px;
  }
  #slideshow .slide .slide-content .description {
    font-size: 22px;
  }
}
/*------ body content ------*/
#body-content {
  overflow: hidden;
  margin-top: -100px;
  min-height: 400px;
  background: url("../images/ui/bg-body.png") repeat-x;
}
#body-content.landing-page {
  margin-top: 0;
}
.content-tabs {
  background: none;
  display: block;
  padding-top: 5px;
}
.content-tabs > ul {
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: normal;
  background: transparent;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.content-tabs > ul li {
  display: inline-block;
  position: relative;
}
.content-tabs > ul li a {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 1px;
  margin-right: 1px;
  padding: 20px;
  color: #a9abaf;
  background: transparent;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.content-tabs > ul li a:hover {
  color: #c5b378;
  background: transparent;
}
.content-tabs > ul li.ui-state-hover a,
.content-tabs > ul li.ui-state-hover a:hover {
  color: #666666;
}
.content-tabs > ul li.ui-state-active a,
.content-tabs > ul li.ui-state-active a:hover {
  z-index: 2;
  color: #c5b378;
  background: transparent;
}
.content-tabs > ul li.ui-state-active a:before,
.content-tabs > ul li.ui-state-active a:hover:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 3px;
  background: rgba(197, 179, 120, 0.25);
}
.content-tabs > ul li.magic-line {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 3px;
  background: #c5b378;
}
.content-tabs .ui-tabs-panel {
  display: block;
  clear: both;
  padding: 60px 0 20px;
}
.content-tabs .ui-tabs-panel > h1,
.content-tabs .ui-tabs-panel > h2,
.content-tabs .ui-tabs-panel > h3,
.content-tabs .ui-tabs-panel > h4,
.content-tabs .ui-tabs-panel > h5 {
  margin-top: 0;
}
.content-tabs .ui-tabs-select {
  display: none;
  background-color: #ffffff;
  border-bottom: 2px solid #c5b378;
}
.content-tabs .ui-tabs-select:hover,
.content-tabs .ui-tabs-select:focus {
  color: #c5b378;
  background-position: 98% 0;
}
@media all and (max-width:768px) {
  .content-tabs.ui-tabs .ui-tabs-nav {
    display: block;
    margin-bottom: 30px;
    padding: 0;
  }
  .content-tabs.ui-tabs .ui-tabs-nav li {
    display: block;
  }
  .content-tabs.ui-tabs .ui-tabs-nav li a {
    min-width: 0;
    padding: 20px;
  }
  .content-tabs.ui-tabs .ui-tabs-panel {
    padding: 40px 10px 0px;
  }
  .content-tabs.ui-tabs .ui-tabs-nav {
    display: none;
  }
  .content-tabs.ui-tabs .ui-tabs-select {
    display: block;
    max-width: 100%;
  }
}
/*------ panels ------*/
.panel {
  position: relative;
  display: block;
  width: 100%;
  padding: 80px 0 60px;
}
.panel .panel-title {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.panel .panel-title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  max-width: 350px;
  width: 90%;
  height: 3px;
  background: rgba(255, 255, 255, 0.25);
}
.panel .panel-title.aos-animate:after {
  -webkit-animation: expand 1s ease 0.75s;
  -ms-animation: expand 1s ease 0.75s;
  animation: expand 1s ease 0.75s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
.panel .panel-title.full {
  padding-bottom: 0;
}
.panel .panel-title.full:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  max-width: 350px;
  width: 90%;
  height: 3px;
  background: rgba(197, 179, 120, 0.25);
}
.panel .panel-title.full.aos-animate:after {
  -webkit-animation: expand 1s ease 0.75s;
  -ms-animation: expand 1s ease 0.75s;
  animation: expand 1s ease 0.75s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
.panel .panel-title.full:after {
  margin: 0 auto;
}
.panel .panel-content {
  position: relative;
  z-index: 1;
}
.panel .panel-content img {
  max-width: 100%;
  height: auto;
}
.panel .panel-content iframe,
.panel .panel-content embed,
.panel .panel-content object {
  max-width: 100%;
}
.panel .panel-content .panel-title h2,
.panel .panel-content .panel-title h3,
.panel .panel-content .panel-title h4,
.panel .panel-content .panel-title h5,
.panel .panel-content .panel-title h6 {
  line-height: 1.3;
}
.panel .panel-content .panel-title h2 {
  margin-bottom: 10px;
}
.panel .panel-content .panel-title .subtitle {
  color: #666666;
}
.panel.standard .panel-title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  max-width: 350px;
  width: 90%;
  height: 3px;
  background: #ffffff;
}
.panel.standard .panel-title.aos-animate:after {
  -webkit-animation: expand 1s ease 0.75s;
  -ms-animation: expand 1s ease 0.75s;
  animation: expand 1s ease 0.75s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
.panel.standard + .panel.parallax,
.panel.standard + .panel.cta {
  margin-top: 50px;
}
.panel.standard + .panel.standard,
.panel.standard + .panel.side {
  padding-top: 0;
}
.panel.standard .aside.banner-padd {
  padding-top: 200px;
}
.panel.standard:not(:first-child) .panel-title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  max-width: 350px;
  width: 90%;
  height: 3px;
  background: rgba(197, 179, 120, 0.5);
}
.panel.standard:not(:first-child) .panel-title.aos-animate:after {
  -webkit-animation: expand 1s ease 0.75s;
  -ms-animation: expand 1s ease 0.75s;
  animation: expand 1s ease 0.75s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
.panel.side .panel-title {
  display: block;
  margin-bottom: 0;
}
.panel.side .panel-title h2 {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Dirty Headline";
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 400;
  font-size: 100px;
  color: #062653;
  background: -webkit-linear-gradient(left, #a9abaf, #333333);
  background: -o-linear-gradient(right, #a9abaf, #333333);
  background: -moz-linear-gradient(right, #a9abaf, #333333);
  background: linear-gradient(to right, #a9abaf, #333333);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.panel.side .side-content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-left: 40px;
}
.panel.side .side-content .highlight {
  padding-left: 10px;
}
.panel.side .main-panel-content {
  position: relative;
  margin-bottom: 60px;
  padding: 60px 0 45px 0;
  color: #ffffff;
}
.panel.side .main-panel-content small {
  color: #ffffff;
}
.panel.side .main-panel-content .pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panel.side .main-panel-content .pattern-overlay:before {
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/ui/bg-graph-dark3.png");
  background-position: center center;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=55.00000000000001);
}
.panel.side .panel-image-wrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 110px;
  width: calc(50% - 110px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.panel.side .panel-image {
  font-size: 0;
  text-align: right;
}
.panel.side .panel-right .side-content {
  float: right;
}
.panel.side .panel-left .side-content {
  float: left;
  padding-left: 0;
  padding-right: 40px;
}
.panel.side .panel-left .panel-image-wrap {
  left: auto;
  right: 110px;
}
.panel.side .map-wrap {
  width: 100%;
  height: 580px;
}
.panel.side .map-wrap > .map {
  width: 100%;
  height: 100%;
}
.panel.side.no-bg {
  padding-bottom: 0;
}
.panel.side.no-bg .side-content {
  width: 70%;
  padding-left: 0;
}
.panel.side.no-bg .main-panel-content {
  margin-bottom: 0;
}
.panel.side.no-bg + .panel.gallery {
  padding-top: 0;
}
.panel.side + .panel.parallax {
  margin-top: 0;
}
.panel.side:not(.no-bg) + .panel.side {
  padding-top: 0;
}
.panel.parallax {
  overflow: hidden;
  padding: 100px 0;
  color: #ffffff;
  background-color: #a9abaf;
}
.panel.parallax .panel-content {
  position: relative;
  z-index: 3;
  font-size: 36px;
  line-height: 1.2;
}
.panel.parallax .panel-content h2 {
  position: relative;
  display: inline-block;
  font-family: "Dirty Headline";
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 400;
  font-size: 100px;
  color: #ffffff;
}
.panel.parallax .panel-content .button {
  margin-top: 30px;
}
.panel.parallax .pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panel.parallax .pattern-overlay:before {
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/ui/bg-graph-dark3.png");
  background-position: center center;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.panel.parallax .overlay.black {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}
.panel.parallax.no-bg {
  padding: 80px 0;
}
.panel.parallax.no-bg .panel-content {
  font-size: 32px;
}
.panel.parallax.no-bg .panel-content h2 {
  font-size: 90px;
}
.panel.parallax.no-bg .pattern-overlay {
  z-index: 2;
}
.panel.parallax.no-bg .pattern-overlay:before {
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/ui/bg-graph-dark3.png");
  background-position: center center;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}
.panel.parallax + .panel.standard,
.panel.parallax + .panel.faq,
.panel.parallax + .panel.promo-boxes,
.panel.parallax + .panel.testimonial {
  margin-top: 50px;
}
.panel.cta {
  padding-bottom: 0;
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
  background: #083370;
}
.panel.cta h2 {
  margin-bottom: 60px;
  padding-right: 40%;
  font-family: "Dirty Headline";
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 400;
  font-size: 100px;
  color: #ffffff;
}
.panel.cta .cta-bottom {
  padding: 60px 0;
  font-style: normal;
  background: rgba(255, 255, 255, 0.1);
}
.panel.cta .cta-bottom .text-wrap {
  display: table;
  width: 100%;
}
.panel.cta .cta-bottom p,
.panel.cta .cta-bottom .button-wrap {
  display: table-cell;
  vertical-align: middle;
}
.panel.cta .cta-bottom p {
  padding: 0 20px 0 0;
  max-width: 60%;
}
.panel.cta .cta-bottom p .fancy-text {
  font-weight: 900;
}
.panel.cta .cta-bottom .button-wrap {
  max-width: 100%;
  white-space: nowrap;
  font-size: 16px;
}
.panel.cta .cta-bottom .button-wrap a {
  margin: 1px 1px 0 0;
}
.panel.cta .cta-bottom .button-wrap a i {
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.panel.cta .pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panel.cta .pattern-overlay:before {
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/ui/bg-graph-dark3.png");
  background-position: center center;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}
.panel.cta + .panel.standard,
.panel.cta + .panel.faq,
.panel.cta + .panel.promo-boxes,
.panel.cta + .panel.testimonial {
  margin-top: 50px;
}
.panel.promo-boxes {
  text-align: center;
}
.panel.promo-boxes .promo-wrap {
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}
.panel.promo-boxes .promo-box {
  display: inline-block;
  vertical-align: top;
  max-width: 33%;
  margin: 0 10px 15px;
  text-align: left;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-top: none;
  -webkit-box-flex: 1 0 30%;
  -moz-box-flex: 1 0 30%;
  -webkit-flex: 1 0 30%;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
}
.panel.promo-boxes .promo-box .img-holder {
  position: relative;
  overflow: hidden;
  left: -1px;
  width: calc(100% + 2px);
}
.panel.promo-boxes .promo-box .img-holder a {
  display: block;
}
.panel.promo-boxes .promo-box .img-holder img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.panel.promo-boxes .promo-box .promo-content {
  padding: 30px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.panel.promo-boxes .promo-box .promo-content .h4 {
  font-size: 28px;
}
.panel.promo-boxes .promo-box .promo-content .description {
  padding-left: 10px;
}
.panel.promo-boxes .promo-box .promo-content .description > span {
  padding: 2px 3px 4px 3px;
  color: #ffffff;
  background-image: linear-gradient(to right, #a9abaf 0, #a9abaf 100%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media all and (max-width:768px) {
  .panel.promo-boxes .promo-box .promo-content .description > span {
    padding: 2px 3px 2px 1px;
  }
}
.panel.promo-boxes .promo-box .promo-content .description.anim-highlight > span {
  background-size: 100% 100%;
}
.panel.promo-boxes .promo-box .promo-content .description.anim-complete > span,
.panel.promo-boxes .promo-box .promo-content .description.no-anim > span {
  box-shadow: 10px 0 0 #a9abaf, -10px 0 0 #a9abaf;
}
.panel.promo-boxes .promo-box .promo-content a:hover {
  color: #ee2e30;
}
.panel.promo-boxes .promo-box:hover .img-holder img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.panel.gallery .panel-text {
  padding-bottom: 30px;
}
.panel.gallery .dynamic-gallery {
  position: relative;
  overflow: hidden;
}
.panel.gallery .dynamic-gallery .light-gallery .grid-sizer,
.panel.gallery .dynamic-gallery .light-gallery .gal-item {
  width: calc(16.66666667%);
}
.panel.gallery .dynamic-gallery .light-gallery .gal-item {
  position: relative;
  float: left;
}
.panel.gallery .dynamic-gallery .light-gallery .gal-item a {
  display: block;
  border: 1px solid #eeeeee;
}
.panel.gallery .dynamic-gallery .light-gallery .gal-item a img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.panel.gallery .dynamic-gallery .light-gallery .gal-item a .overlay {
  background: -webkit-linear-gradient(left, #062653, #a9abaf);
  background: -o-linear-gradient(right, #062653, #a9abaf);
  background: -moz-linear-gradient(right, #062653, #a9abaf);
  background: linear-gradient(to right, #062653, #a9abaf);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.panel.gallery .dynamic-gallery .light-gallery .gal-item a:before {
  position: absolute;
  z-index: 3;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f338";
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  font-style: normal;
  top: calc(50% - 20px);
  left: calc(50% - 15px);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  text-shadow: -1px 2px 2px #111111;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.panel.gallery .dynamic-gallery .light-gallery .gal-item a:hover .overlay {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.panel.gallery .dynamic-gallery .light-gallery .gal-item a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.panel.staff .staff-box {
  display: inline-block;
  vertical-align: top;
  max-width: 20%;
  padding: 10px 15px;
  text-align: center;
}
.panel.staff .staff-box a {
  display: block;
}
.panel.staff .staff-box .img-holder {
  position: relative;
  display: table;
  width: 100%;
  font-size: 0;
}
.panel.staff .staff-box .img-holder .img-wrap {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel.staff .staff-box .img-holder .img-bg {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  background: -webkit-linear-gradient(left, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, -webkit-linear-gradient(bottom, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, -webkit-linear-gradient(right, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, -webkit-linear-gradient(top, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background: -o-linear-gradient(right, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, linear-gradient(top, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, linear-gradient(left, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, linear-gradient(bottom, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background: -moz-linear-gradient(right, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, linear-gradient(top, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, linear-gradient(left, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, linear-gradient(bottom, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background: linear-gradient(to right, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, linear-gradient(to top, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, linear-gradient(to left, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, linear-gradient(to bottom, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background-size: 300% 1px, 1px 300%;
  animation: shimmer-border 10s infinite linear;
  background-size: 300% 100%, 100% 300%;
}
.panel.staff .staff-box .img-holder .img-overlay {
  position: absolute;
  overflow: hidden;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table-row;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.panel.staff .staff-box .img-holder .img-overlay span {
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-top: -20px;
  margin-left: -9px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-indent: -20%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.panel.staff .staff-box .img-holder .img-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a9abaf;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  background-color: #111111;
}
.panel.staff .staff-box .img-holder .img-overlay:before.theme2 {
  background-color: #062653;
}
.panel.staff .staff-box .img-holder .img-overlay:before.gradient {
  background: -webkit-linear-gradient(left, #062653, #a9abaf);
  background: -o-linear-gradient(right, #062653, #a9abaf);
  background: -moz-linear-gradient(right, #062653, #a9abaf);
  background: linear-gradient(to right, #062653, #a9abaf);
}
.panel.staff .staff-box .img-holder .img-overlay:before.black {
  background-color: #111111;
}
.panel.staff .staff-box .img-holder .img-overlay:before.solid {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.panel.staff .staff-box .img-holder .img-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a9abaf;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  background: -webkit-linear-gradient(left, #062653, #a9abaf);
  background: -o-linear-gradient(right, #062653, #a9abaf);
  background: -moz-linear-gradient(right, #062653, #a9abaf);
  background: linear-gradient(to right, #062653, #a9abaf);
}
.panel.staff .staff-box .img-holder .img-overlay:after.theme2 {
  background-color: #062653;
}
.panel.staff .staff-box .img-holder .img-overlay:after.gradient {
  background: -webkit-linear-gradient(left, #062653, #a9abaf);
  background: -o-linear-gradient(right, #062653, #a9abaf);
  background: -moz-linear-gradient(right, #062653, #a9abaf);
  background: linear-gradient(to right, #062653, #a9abaf);
}
.panel.staff .staff-box .img-holder .img-overlay:after.black {
  background-color: #111111;
}
.panel.staff .staff-box .img-holder .img-overlay:after.solid {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.panel.staff .staff-box .img-holder img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.panel.staff .staff-box .staff-content {
  padding: 20px 15px 25px;
  font-size: 16px;
  line-height: 1.2;
  color: #a9abaf;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.panel.staff .staff-box .staff-content h5 {
  margin-bottom: 5px;
  color: #062653;
}
.panel.staff .staff-box .staff-content p {
  display: block;
}
.panel.staff .staff-box:hover .img-holder .img-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.panel.staff .staff-box:hover .img-holder .img-overlay span {
  text-indent: 0;
}
@media all and (max-width:1440px) {
  .panel.cta .cta-bottom .text-wrap {
    width: calc(100% - 180px);
  }
  .panel.gallery .dynamic-gallery .light-gallery .grid-sizer,
  .panel.gallery .dynamic-gallery .light-gallery .gal-item {
    width: calc(20%);
  }
}
@media all and (max-width:1366px) {
  .panel.parallax .panel-content,
  .panel.cta .panel-content {
    font-size: 32px;
  }
  .panel.parallax .panel-content h2,
  .panel.cta .panel-content h2,
  .panel.side .panel-content h2 {
    font-size: 84px;
  }
  .panel.parallax.no-bg .panel-content h2,
  .panel.cta.no-bg .panel-content h2,
  .panel.side.no-bg .panel-content h2 {
    font-size: 72px;
  }
}
@media all and (max-width:1280px) {
  .panel.side:not(.no-bg) .panel-title h2 {
    margin-bottom: 60px;
  }
  .panel.side:not(.no-bg) .main-panel-content {
    padding-top: 0;
  }
  .panel.side .panel-image-wrap {
    position: relative;
    width: 100%;
    top: -60px;
    margin-top: 0 !important;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  .panel.side .panel-image {
    text-align: center;
  }
  .panel.side .panel-right .side-content,
  .panel.side .panel-left .side-content {
    float: none;
    width: 80%;
  }
  .panel.side .panel-right .panel-image-wrap,
  .panel.side .panel-left .panel-image-wrap {
    left: auto;
    right: auto;
  }
  .panel.side .map-wrap {
    height: 300px;
  }
  .panel.side.no-bg .side-content {
    width: 90%;
  }
  .panel.gallery .dynamic-gallery .light-gallery .grid-sizer,
  .panel.gallery .dynamic-gallery .light-gallery .gal-item {
    width: calc(25%);
  }
  .panel.staff .staff-box {
    max-width: calc(25%);
  }
}
@media all and (max-width:1024px) {
  .panel .panel-title:after {
    max-width: 200px !important;
  }
  .panel.side .panel-image img {
    max-width: 90%;
  }
  .panel.side .panel-content .side-content,
  .panel.side .main-panel-content .side-content,
  .panel.side .panel-right .side-content,
  .panel.side .panel-left .side-content {
    padding-left: 0;
    padding-right: 0;
  }
  .panel.parallax .panel-content,
  .panel.cta .panel-content {
    font-size: 28px;
  }
  .panel.parallax .panel-content h2,
  .panel.cta .panel-content h2,
  .panel.side .panel-content h2 {
    font-size: 76px;
  }
  .panel.parallax.no-bg .panel-content h2,
  .panel.cta.no-bg .panel-content h2,
  .panel.side.no-bg .panel-content h2 {
    font-size: 66px;
  }
  .panel.cta .cta-bottom .text-wrap {
    width: calc(100% - 120px);
  }
  .panel.promo-boxes .promo-box {
    max-width: 49%;
    -webkit-box-flex: 2 0 46%;
    -moz-box-flex: 2 0 46%;
    -webkit-flex: 2 0 46%;
    -ms-flex: 2 0 46%;
    flex: 2 0 46%;
  }
  .panel.gallery .dynamic-gallery .light-gallery .grid-sizer,
  .panel.gallery .dynamic-gallery .light-gallery .gal-item {
    width: calc(33.33333333%);
  }
  .panel.staff .staff-box {
    max-width: calc(33.33333333%);
  }
}
@media all and (max-width:768px) {
  .panel.standard .col {
    margin-bottom: 40px;
  }
  .panel.standard .col.aside:not(.top-aside) {
    margin-bottom: 0;
  }
  .panel.standard .col.aside.top-aside {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .panel.standard .aside.banner-padd {
    margin-top: 0;
    padding-top: 0;
  }
  .panel.side .highlight {
    font-size: 20px;
  }
  .panel.side .panel-image-wrap {
    margin-bottom: -20px;
  }
  .panel.cta h2 {
    padding-right: 20%;
  }
  .panel.cta .cta-bottom .text-wrap {
    width: 100%;
  }
  .panel.cta .cta-bottom .text-wrap p,
  .panel.cta .cta-bottom .text-wrap .button-wrap {
    display: block;
    padding: 0;
    max-width: 100%;
    text-align: left;
  }
  .panel.cta .cta-bottom .text-wrap .button-wrap {
    margin-top: 25px;
  }
  .panel.promo-boxes .promo-box {
    width: 100%;
    max-width: 410px;
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .panel.gallery .dynamic-gallery .light-gallery .grid-sizer,
  .panel.gallery .dynamic-gallery .light-gallery .gal-item {
    width: calc(50%);
  }
}
@media all and (max-width:480px) {
  .panel {
    padding: 60px 0 50px;
  }
  .panel.parallax .panel-content,
  .panel.cta .panel-content {
    font-size: 26px;
  }
  .panel.parallax .panel-content h2,
  .panel.cta .panel-content h2,
  .panel.side .panel-content h2 {
    font-size: 56px;
  }
  .panel.parallax.no-bg .panel-content h2,
  .panel.cta.no-bg .panel-content h2,
  .panel.side.no-bg .panel-content h2 {
    font-size: 48px;
  }
  .panel.parallax {
    padding: 60px 0;
  }
  .panel.parallax .panel-content {
    font-size: 22px;
  }
  .panel.cta .cta-bottom .button-wrap a {
    display: block;
  }
  .panel.staff .staff-box {
    max-width: calc(50%);
    padding: 10px;
  }
  .panel.staff .staff-box .staff-content {
    padding-top: 12px;
  }
}
/* ------ quick links ------ */
.quick-link {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 250px;
  padding: 10px;
  text-align: center;
}
.quick-link .link-holder {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.quick-link .link-holder .link-wrap {
  position: relative;
  z-index: 12;
  overflow: hidden;
  display: table;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.quick-link .link-holder .link-wrap span {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
}
.quick-link .link-holder .link-wrap span small {
  display: block;
  margin-bottom: -20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #c5b378;
}
.quick-link .link-holder .link-bg {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  background: -webkit-linear-gradient(left, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, -webkit-linear-gradient(bottom, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, -webkit-linear-gradient(right, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, -webkit-linear-gradient(top, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background: -o-linear-gradient(right, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, linear-gradient(top, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, linear-gradient(left, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, linear-gradient(bottom, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background: -moz-linear-gradient(right, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, linear-gradient(top, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, linear-gradient(left, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, linear-gradient(bottom, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background: linear-gradient(to right, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, linear-gradient(to top, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, linear-gradient(to left, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, linear-gradient(to bottom, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background-size: 300% 1px, 1px 300%;
  animation: shimmer-border 10s infinite linear;
  background-size: 300% 100%, 100% 300%;
}
.quick-link .link-holder .link-overlay {
  position: absolute;
  overflow: hidden;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table-row;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.quick-link .link-holder .link-overlay:before {
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/ui/bg-graph.png");
  background-position: center center;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.quick-link .link-holder .link-overlay:before {
  background-position: 115px 115px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.quick-link .link-holder .link-overlay:after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a9abaf;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  background-color: #111111;
}
.quick-link .link-holder .link-overlay:after.theme2 {
  background-color: #062653;
}
.quick-link .link-holder .link-overlay:after.gradient {
  background: -webkit-linear-gradient(left, #062653, #a9abaf);
  background: -o-linear-gradient(right, #062653, #a9abaf);
  background: -moz-linear-gradient(right, #062653, #a9abaf);
  background: linear-gradient(to right, #062653, #a9abaf);
}
.quick-link .link-holder .link-overlay:after.black {
  background-color: #111111;
}
.quick-link .link-holder .link-overlay:after.solid {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.quick-link:hover .link-holder .link-overlay:before {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
@media all and (max-width:1024px) {
  .quick-link {
    width: 200px;
    height: 200px;
  }
  .quick-link .link-holder .link-wrap span {
    font-size: 18px;
  }
  .quick-link .link-holder .link-wrap span small {
    font-size: 28px;
  }
}
@media all and (max-width:768px) {
  .panel-links {
    float: none;
    text-align: center;
  }
}
@media all and (max-width:480px) {
  .quick-link {
    width: 160px;
    height: 160px;
  }
  .quick-link .link-holder .link-wrap span {
    font-size: 16px;
  }
  .quick-link .link-holder .link-wrap span small {
    font-size: 26px;
  }
}
/* ------ news/events ------ */
#events-wrapper {
  position: relative;
  margin-top: 100px;
}
#events-wrapper .col.wide {
  width: 920px;
}
.event {
  margin-bottom: 60px;
}
.event .event-banner {
  margin-bottom: 40px;
}
.event .event-shares {
  float: left;
  width: 120px;
  margin-top: 15px;
  padding: 0 35px;
}
.event .event-shares p {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #a9abaf;
  border-bottom: 1px solid #eeeeee;
}
.event .event-shares p span {
  display: block;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  font-style: normal;
  color: #062653;
}
.event .event-content {
  float: right;
  width: calc(100% - 120px);
  padding-left: 20px;
  word-break: break-word;
}
.event .event-content .event-title h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
  color: #333333;
}
.event .event-content .event-title h2 a {
  color: #333333;
}
.event .event-content .event-title h2 a:hover {
  color: #062653;
}
.event .event-content .event-title .date {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 35px;
}
.event .event-content .event-title .date > span {
  padding: 2px 3px 4px 3px;
  color: #ffffff;
  background-image: linear-gradient(to right, #a9abaf 0, #a9abaf 100%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media all and (max-width:768px) {
  .event .event-content .event-title .date > span {
    padding: 2px 3px 2px 1px;
  }
}
.event .event-content .event-title .date.anim-highlight > span {
  background-size: 100% 100%;
}
.event .event-content .event-title .date.anim-complete > span,
.event .event-content .event-title .date.no-anim > span {
  box-shadow: 10px 0 0 #a9abaf, -10px 0 0 #a9abaf;
}
.event .event-content .event-title .date span {
  padding: 6px 3px 8px 3px;
  display: inline;
}
.event .event-content .event-title .date span:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  max-width: 350px;
  width: 90%;
  height: 3px;
  background: #eeeeee;
  -webkit-animation: expand 1s ease 0.75s;
  -ms-animation: expand 1s ease 0.75s;
  animation: expand 1s ease 0.75s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
.event.fade-in {
  display: none;
}
#event-wrapper {
  padding-bottom: 40px;
}
#event-wrapper .event {
  margin-bottom: 40px;
}
#event-wrapper .event .event-content {
  float: none;
  padding-top: 60px;
  padding-left: 0;
  width: 100%;
}
#event-wrapper .event .event-shares {
  float: none;
  margin-top: 30px;
  padding-left: 0;
  width: 100%;
}
#event-wrapper .event .event-shares p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  padding: 0 10px 0;
  border-bottom: none;
  border-right: 1px solid #eeeeee;
}
#event-wrapper .event .event-shares > div {
  display: inline-block;
}
#event-banner img {
  width: 100%;
}
#event-scroller {
  width: 45%;
  padding-right: 10%;
}
#event-scroller.fix {
  position: fixed;
  top: 0;
  right: 0;
  margin-top: 40px;
}
#event-scroller.fix #scroll-wrap {
  position: absolute;
}
#events-filter {
  margin-left: 60px;
  max-width: 440px;
}
#events-filter .select {
  margin-bottom: 10px;
  height: 62px;
  font-size: 16px;
  background-position: 97% -44px;
}
#events-list {
  position: relative;
  overflow: hidden;
  margin-left: 60px;
  max-width: 440px;
  width: calc(100% - 60px);
  height: calc(100% - 110px);
}
#events-list #scroll-wrap {
  position: relative;
  overflow: hidden;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#events-list .scroll-event {
  position: relative;
  min-height: 115px;
  border-bottom: 1px solid #eeeeee;
}
#events-list .scroll-event .img-wrap {
  position: absolute;
  overflow: hidden;
  width: 40%;
  height: 100%;
  font-size: 0;
}
#events-list .scroll-event .img-wrap .progress {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 10px;
  background: #ee2e30;
  -moz-box-shadow: 0px 0px 4px 0px rgba(11, 11, 11, 0.35);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(11, 11, 11, 0.35);
  box-shadow: 0px 0px 4px 0px rgba(11, 11, 11, 0.35);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#events-list .scroll-event .img-wrap .progress .progress-container {
  height: 100%;
  width: 100%;
}
#events-list .scroll-event .img-wrap .progress .progress-container .progress-bar {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 0px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#events-list .scroll-event .img-wrap img {
  width: 100%;
  min-height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
#events-list .scroll-event .img-wrap a {
  position: absolute;
  overflow: hidden;
  width: 99.5%;
  height: 100%;
}
#events-list .scroll-event a {
  display: block;
  color: #0a395a;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#events-list .scroll-event a:hover {
  color: #ee2e30;
}
#events-list .scroll-event p {
  width: 60%;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 1.2;
}
#events-list .scroll-event p small {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
}
#events-list .scroll-event p span {
  display: inline-block;
  font-weight: 700;
}
#events-list .scroll-event.current .img-wrap img,
#events-list .scroll-event:hover .img-wrap img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#events-list .scroll-event.current .img-wrap .progress {
  left: 0;
}
@media all and (max-width:1366px) {
  #events-wrapper .col {
    float: none;
  }
  .event {
    margin-bottom: 80px;
  }
  #event-scroller {
    float: none;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #event-scroller.wide {
    max-width: 1680px;
  }
  #event-scroller .col.wide {
    width: 650px;
    max-width: 55%;
  }
  #event-scroller .col.aside {
    width: 480px;
    max-width: 40%;
    padding-left: 5%;
  }
  #event-scroller #events-filter {
    margin: 0 auto 40px auto;
  }
  #event-scroller #events-list {
    display: none;
  }
  #event-scroller.fix {
    position: relative;
  }
}
@media all and (max-width:1024px) {
  #events-wrapper {
    width: 100%;
  }
  #event-scroller {
    padding: 0;
    width: 60%;
  }
}
@media all and (max-width:768px) {
  .event .event-banner {
    margin-bottom: 20px;
  }
  .event .event-content {
    float: none;
    padding: 0 35px;
    width: 100%;
  }
  .event .event-shares {
    float: none;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
  }
  .event .event-shares p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    padding: 0 10px 0;
    text-align: center;
    border-bottom: none;
    border-right: 1px solid #eeeeee;
  }
  .event .event-shares > div {
    display: inline-block;
  }
  #event-scroller {
    width: 100%;
  }
}
@media all and (max-width:480px) {
  .event .event-shares,
  .event .event-content {
    padding: 0;
  }
  .event .event-shares {
    font-size: 12px;
  }
  .event .event-shares p {
    font-size: 12px;
    margin-right: 10px;
  }
  .event .event-shares p span {
    font-size: 20px;
  }
  #event-wrapper .event .event-shares p {
    display: none;
  }
}
/*------ staff page ------*/
#staff-listing .panel.staff {
  text-align: left;
}
#staff-listing .panel-title {
  margin-bottom: 40px;
}
#staff-listing .panel-title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  max-width: 350px;
  width: 90%;
  height: 3px;
  background: rgba(197, 179, 120, 0.25);
}
#staff-listing .panel-title.aos-animate:after {
  -webkit-animation: expand 1s ease 0.75s;
  -ms-animation: expand 1s ease 0.75s;
  animation: expand 1s ease 0.75s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
#staff-listing .staff-list {
  margin: 20px 0 30px 0;
  padding: 0;
  list-style: none;
}
#staff-listing #staff-bio h2 {
  margin-top: 0;
}
#staff-listing #staff-details .img-holder {
  position: relative;
  display: table;
  width: 100%;
  max-width: 250px;
  margin: 0 auto 30px;
  font-size: 0;
}
#staff-listing #staff-details .img-holder .img-wrap {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#staff-listing #staff-details .img-holder .img-bg {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  background: -webkit-linear-gradient(left, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, -webkit-linear-gradient(bottom, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, -webkit-linear-gradient(right, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, -webkit-linear-gradient(top, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background: -o-linear-gradient(right, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, linear-gradient(top, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, linear-gradient(left, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, linear-gradient(bottom, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background: -moz-linear-gradient(right, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, linear-gradient(top, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, linear-gradient(left, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, linear-gradient(bottom, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background: linear-gradient(to right, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, linear-gradient(to top, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, linear-gradient(to left, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, linear-gradient(to bottom, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background-size: 300% 1px, 1px 300%;
  animation: shimmer-border 10s infinite linear;
  background-size: 300% 100%, 100% 300%;
}
#staff-listing #staff-details .img-holder img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#staff-listing #staff-details h5 {
  margin-bottom: 20px;
}
#staff-listing #staff-details h5 small {
  font-weight: 700;
  font-size: 18px;
}
#staff-listing #staff-details p {
  line-height: 1.2;
}
#staff-listing #staff-details i {
  margin-right: 6px;
  font-size: 16px;
}
@media all and (max-width:768px) {
  #staff-listing #staff-details .img-holder {
    float: left;
    margin-right: 40px;
    width: 33%;
  }
  #staff-listing #staff-details + hr {
    clear: both;
  }
}
@media all and (max-width:480px) {
  #staff-listing #staff-details .img-holder {
    float: none;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 80%;
  }
  #staff-listing .staff-list {
    text-align: center;
  }
}
/*------ faq page ------*/
#faqs > h4 {
  margin: 30px 0;
  padding-bottom: 10px;
  position: relative;
}
#faqs > h4:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  max-width: 350px;
  width: 90%;
  height: 3px;
  background: rgba(197, 179, 120, 0.25);
}
#faqs > h4.aos-animate:after {
  -webkit-animation: expand 1s ease 0.75s;
  -ms-animation: expand 1s ease 0.75s;
  animation: expand 1s ease 0.75s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
#faqs > h4:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  max-width: 350px;
  width: 90%;
  height: 3px;
  background: rgba(197, 179, 120, 0.25);
}
#faqs > h4.aos-animate:after {
  -webkit-animation: expand 1s ease 0.75s;
  -ms-animation: expand 1s ease 0.75s;
  animation: expand 1s ease 0.75s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
#faqs > h4:first-child {
  margin-top: 0;
}
#faqs .faq-question {
  position: relative;
  padding-bottom: 15px;
  font-size: 22px;
  cursor: pointer;
}
#faqs .faq-question .ui-accordion-header-icon {
  position: absolute;
  top: 10px;
  font-size: 16px;
  color: #ee2e30;
}
#faqs .faq-question .faq-title {
  display: block;
  margin-left: 40px;
}
#faqs .faq-question .faq-title > span {
  padding: 2px 3px 4px 3px;
  color: #ffffff;
  background-image: linear-gradient(to right, #a9abaf 0, #a9abaf 100%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media all and (max-width:768px) {
  #faqs .faq-question .faq-title > span {
    padding: 2px 3px 2px 1px;
  }
}
#faqs .faq-question .faq-title.anim-highlight > span {
  background-size: 100% 100%;
}
#faqs .faq-question .faq-title.anim-complete > span,
#faqs .faq-question .faq-title.no-anim > span {
  box-shadow: 10px 0 0 #a9abaf, -10px 0 0 #a9abaf;
}
#faqs .faq-question .faq-title > span {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#faqs .faq-question .faq-title span {
  display: inline;
}
#faqs .faq-question:hover:after,
#faqs .faq-question.ui-state-active:after {
  width: 100%;
}
#faqs .faq-answer {
  padding: 0 0 20px 52px;
  overflow: auto;
}
#search-faq > h4 {
  display: inline-block;
  margin: 30px 0;
  padding-bottom: 10px;
  position: relative;
}
#search-faq > h4:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  max-width: 350px;
  width: 90%;
  height: 3px;
  background: rgba(197, 179, 120, 0.25);
}
#search-faq > h4.aos-animate:after {
  -webkit-animation: expand 1s ease 0.75s;
  -ms-animation: expand 1s ease 0.75s;
  animation: expand 1s ease 0.75s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
#search-faq > h4:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  max-width: 350px;
  width: 90%;
  height: 3px;
  background: rgba(197, 179, 120, 0.25);
}
#search-faq > h4.aos-animate:after {
  -webkit-animation: expand 1s ease 0.75s;
  -ms-animation: expand 1s ease 0.75s;
  animation: expand 1s ease 0.75s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
#search-faq > h4:first-child {
  margin-top: 0;
}
@media all and (max-width:1024px) {
  #faqs .faq-question {
    font-size: 20px;
  }
}
@media all and (max-width:480px) {
  #faqs .faq-question {
    font-size: 18px;
  }
}
/* ------ account styles ------ */
#account-page-navigation {
  max-width: 30%;
  padding-right: 40px;
}
.divide {
  display: block;
  margin-top: 5px;
  padding-top: 2px;
  border-top: 1px solid #cccccc;
}
.attendee-confirm,
.attendee-withdraw,
.waitlist-withdraw {
  display: block;
  font-size: 16px;
}
.attendee-confirm {
  font-size: 18px;
}
.attendee-withdraw small,
.waitlist-withdraw small {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.attendee-withdraw:hover small,
.waitlist-withdraw:hover small {
  color: #ee2e30;
}
/* ------ ticket/message system styles ------ */
.ticket-response {
  margin-bottom: 30px;
  text-align: left;
  font-size: 18px;
}
.ticket-response .response-from,
.ticket-response time {
  display: inline-block;
  margin: 0 10px 4px 0;
  font-size: 16px;
  color: #a9abaf;
}
.ticket-response .response {
  position: relative;
  display: inline-block;
  min-width: 45%;
  max-width: 95%;
  padding: 20px;
  background: rgba(169, 171, 175, 0.2);
}
.ticket-response .response p:last-child {
  padding-bottom: 0;
}
.ticket-response .response:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  top: 50%;
  margin-top: -12px;
  bottom: auto;
  left: -14px;
  right: auto;
  border-width: 12px 14px 12px 0;
  border-style: solid;
  border-color: transparent rgba(169, 171, 175, 0.2);
}
.ticket-response.admin {
  text-align: right;
  font-size: 20px;
}
.ticket-response.admin .response-from {
  color: #062653;
}
.ticket-response.admin .response {
  background: rgba(6, 38, 83, 0.15);
}
.ticket-response.admin .response:after {
  left: auto;
  right: -14px;
  border-width: 12px 0 12px 14px;
  border-color: transparent rgba(6, 38, 83, 0.15);
}
#add-ticket-response .ticket-response .response {
  width: 100%;
  padding-right: 20px;
}
#add-ticket-response .ticket-response .response textarea {
  color: #666666;
  background: none;
}
#add-ticket-response .ticket-response .response textarea:hover,
#add-ticket-response .ticket-response .response textarea:focus {
  color: inherit;
  background: none;
}
/* ------ file sharing ------ */
.file-row td {
  line-height: 1.4;
}
.file-row small {
  color: #a9abaf;
}
.file-row .new-file {
  position: relative;
  display: inline-block;
  margin-left: -33px;
  width: 30px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.file-row .new-file i {
  font-size: 26px;
  color: #062653;
}
.file-row .new-file i.fa-spin {
  animation-duration: 10s;
}
.file-row .new-file span {
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -13px;
  font-weight: 900;
  font-size: 8px;
  color: #ffffff;
}
/*------ surveys and polls ------*/
#surveys .survey-question + .survey-question {
  margin-top: 30px;
}
#surveys .survey-answer {
  color: #062653;
}
#surveys .stats-bar {
  margin-bottom: 5px;
  background: #eeeeee;
}
#surveys .stats-bar .stat-wrapper {
  position: relative;
  height: 30px;
  line-height: 30px;
}
#surveys .stats-bar .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #c5b378;
}
#surveys .stats-bar p {
  position: relative;
  margin: 0;
  padding: 0 20px 0 0;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}
@media all and (max-width:1024px) {
  #survey-form .button {
    display: inline-block;
    margin: 0 5px 5px 0;
    float: none;
  }
}
/* ------ registration styles ------ */
#registration .show-attendees {
  font-size: 16px;
  cursor: pointer;
}
#registration .show-attendees i {
  position: relative;
  top: -1px;
  font-size: 10px;
}
#registration #schedule-table td {
  padding-top: 4px;
  padding-bottom: 4px;
}
@media all and (max-width:768px) {
  #registration #course-list {
    padding-bottom: 0;
  }
  #registration .col.aside {
    margin-top: 0;
  }
  #registration .event-shares {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: left;
  }
  #reg-cart table tr {
    position: relative;
    display: block;
  }
  #reg-cart table tr td.right {
    vertical-align: top;
    text-align: right;
    padding: 0;
    margin: 0;
  }
  #reg-cart table tr td.right .remove-from-cart {
    position: absolute;
    top: 6px;
    right: 13px;
  }
}
@media all and (max-width:480px) {
  #reg-cart #totals + p + hr + a,
  #reg-cart #totals + p + hr + a + a {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  #reg-cart #totals + p + hr + a.button-beige,
  #reg-cart #totals + p + hr + a + a.button-beige {
    color: #c5b378;
    background: #ffffff;
  }
  #reg-cart #totals + p + hr + a.button-beige:hover,
  #reg-cart #totals + p + hr + a + a.button-beige:hover {
    color: #062653;
  }
}
#course-list:not(.promo-boxes) {
  padding-top: 0;
}
#course-reviews .rating-wrap {
  margin-bottom: 60px;
}
#course-reviews .rating-wrap .rating-bar {
  margin-right: 0;
  margin-bottom: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}
#course-reviews .rating-wrap .rating-bar .rating-stars {
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
#course-reviews .rating-wrap .rating-bar .review-count {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 350px;
  max-width: 350px;
  height: 30px;
  background: #eeeeee;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  flex-grow: 2;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
#course-reviews .rating-wrap .rating-bar .review-count span {
  display: block;
  width: 0;
  height: 100%;
  background: #c5b378;
}
#course-reviews .rating-wrap .rating-bar small {
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#course-reviews .rating-bar {
  display: inline-block;
  margin-right: 20px;
  color: #c5b378;
}
#course-reviews .rating-bar + small {
  display: inline-block;
}
#course-reviews .review-box {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}
#course-reviews .review-box .review {
  margin-top: 5px;
  font-size: 18px;
}
@media all and (max-width:480px) {
  #course-reviews .rating-wrap .rating-bar .rating-stars {
    font-size: 16px;
  }
}
#instructor-details .img-holder {
  position: relative;
  display: table;
  width: 100%;
  max-width: 250px;
  margin: 0 auto 30px;
  font-size: 0;
}
#instructor-details .img-holder .img-wrap {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#instructor-details .img-holder .img-bg {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  background: -webkit-linear-gradient(left, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, -webkit-linear-gradient(bottom, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, -webkit-linear-gradient(right, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, -webkit-linear-gradient(top, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background: -o-linear-gradient(right, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, linear-gradient(top, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, linear-gradient(left, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, linear-gradient(bottom, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background: -moz-linear-gradient(right, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, linear-gradient(top, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, linear-gradient(left, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, linear-gradient(bottom, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background: linear-gradient(to right, #a9abaf, #062653, #a9abaf) 160% 0 repeat-x, linear-gradient(to top, #a9abaf, #062653, #a9abaf) 100% 20% repeat-y, linear-gradient(to left, #a9abaf, #062653, #a9abaf) 10% 100% repeat-x, linear-gradient(to bottom, #a9abaf, #062653, #a9abaf) 0% 10% repeat-y;
  background-size: 300% 1px, 1px 300%;
  animation: shimmer-border 10s infinite linear;
  background-size: 300% 100%, 100% 300%;
}
#instructor-details .img-holder img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#instructor-details h5 {
  margin-bottom: 20px;
}
#instructor-details h5 small {
  font-weight: 700;
  font-size: 18px;
}
#instructor-details p {
  line-height: 1.2;
}
#instructor-details i {
  margin-right: 6px;
  font-size: 16px;
}
@media all and (max-width:768px) {
  #instructor-details .img-holder {
    float: left;
    margin-right: 40px;
    width: 33%;
  }
  #instructor-details + hr {
    clear: both;
  }
}
@media all and (max-width:480px) {
  #instructor-details .img-holder {
    float: none;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 80%;
  }
}
#instructor-time break + small {
  margin-bottom: 5px;
  font-size: 14px;
}
#instructor-time break + small i {
  margin-right: 5px;
  font-size: 12px;
}
#instructor-time .view-file {
  position: absolute;
  top: -26px;
  right: 15px;
  font-size: 16px;
}
@media all and (max-width:640px) {
  #instructor-time .input-group.flex-0 {
    float: right;
  }
  #instructor-time .view-file {
    top: 3px;
    right: 0;
  }
}
#calendar-location,
#calendar-list-view {
  position: absolute;
  z-index: 2;
  top: 15px;
  cursor: pointer;
}
#calendar-location {
  right: 80px;
  max-width: 30%;
  cursor: pointer;
}
#calendar-list-view {
  right: 20px;
  padding: 10px 14px 11px 14px;
  background: #eeeeee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#calendar-list-view:hover {
  color: #eeeeee;
  background: #333333;
}
#event-cal {
  display: none;
}
#event-cal.calendar-grid {
  display: block;
}
#event-cal.calendar-grid .fc-left {
  position: relative;
  margin: 0 0 40px;
  padding: 10px 0px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
#event-cal.calendar-grid .fc-left:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  max-width: 350px;
  width: 90%;
  height: 3px;
  background: rgba(197, 179, 120, 0.25);
}
#event-cal.calendar-grid .fc-left.aos-animate:after {
  -webkit-animation: expand 1s ease 0.75s;
  -ms-animation: expand 1s ease 0.75s;
  animation: expand 1s ease 0.75s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
#event-cal.calendar-grid .fc-left h2 {
  width: 350px;
  float: left;
  font-size: 48px;
}
#event-cal.calendar-grid .fc-left .fc-button {
  padding: 0 5px;
  height: auto;
  font-size: 48px;
  line-height: 48px;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#event-cal.calendar-grid .fc-left .fc-button.fc-prev-button {
  padding-left: 20px;
}
#event-cal.calendar-grid .fc-left .fc-button:hover {
  color: #c5b378;
}
#event-cal.calendar-grid .fc-view-container {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#event-cal.calendar-grid .fc-view-container.loading {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
#event-cal.calendar-grid .fc-view-container.loading:before {
  position: absolute;
  z-index: 2;
  top: calc(50% - 66px);
  left: calc(50% - 35px);
  content: "\f1ce";
  font-family: FontAwesome;
  font-style: normal;
  font-size: 70px;
  color: #062653;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
#event-cal.calendar-grid table {
  margin: 0;
}
#event-cal.calendar-grid .fc-head-container {
  border-color: #c5b378;
}
#event-cal.calendar-grid .fc-day-header {
  border: 0;
  color: #ffffff;
  background-color: #c5b378;
  text-transform: uppercase;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  line-height: 50px;
}
#event-cal.calendar-grid .fc-widget-content {
  background: #ffffff;
}
#event-cal.calendar-grid .fc-widget-content .fc-day.fc-today {
  background: rgba(197, 179, 120, 0.15);
}
#event-cal.calendar-grid .fc-day-number {
  padding: 5px;
  font-size: 14px;
}
#event-cal.calendar-grid .fc-day-grid-event {
  margin: 0px 4px 4px;
  padding: 6px 10px;
  font-size: 16px;
}
#event-cal.calendar-grid .fc-day-grid-event .fc-title {
  display: block;
}
#event-cal.calendar-grid .fc-more {
  font-size: 16px;
  color: #a9abaf;
}
#event-cal.calendar-grid .fc-more:before {
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
}
#event-cal.calendar-grid .fc-more:hover {
  color: #ee2e30;
  text-decoration: none;
}
#event-cal.calendar-grid .fc-popover {
  width: 350px;
}
#event-cal.calendar-grid .fc-popover .fc-header {
  padding: 10px 12px;
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  background: #062653;
}
#event-cal.calendar-grid .fc-popover .fc-header .fc-close {
  margin-top: 8px;
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#event-cal.calendar-grid .fc-popover .fc-header .fc-close:hover {
  color: #ee2e30;
}
#event-cal.calendar-grid .fc-popover .fc-header .fc-title:before {
  display: inline-block;
  padding-right: 8px;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
}
#event-list .cal-header {
  position: relative;
  margin: 0 0 40px;
  padding: 10px 20px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
#event-list .cal-header:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  max-width: 350px;
  width: 90%;
  height: 3px;
  background: rgba(197, 179, 120, 0.25);
}
#event-list .cal-header.aos-animate:after {
  -webkit-animation: expand 1s ease 0.75s;
  -ms-animation: expand 1s ease 0.75s;
  animation: expand 1s ease 0.75s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
#event-list .cal-header .cal-title {
  width: 220px;
}
#event-list .cal-header .cal-buttons {
  margin-top: -6px;
  padding-left: 20px;
  font-size: 40px;
  line-height: 40px;
}
#event-list .cal-header .cal-buttons a:hover {
  color: #c5b378;
}
#event-list .cal-content .cal-event {
  margin: 0 0 20px 0;
  border: 1px solid #eeeeee;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  flex-flow: nowrap;
  justify-content: flex-start;
  align-items: center;
}
#event-list .cal-content .cal-event .cal-date {
  padding: 20px 0;
  width: 100px;
  text-align: center;
}
#event-list .cal-content .cal-event .cal-date .month {
  display: block;
  font-size: 16px;
}
#event-list .cal-content .cal-event .cal-date .date {
  display: inline-block;
  padding: 2px 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background: #c5b378;
}
#event-list .cal-content .cal-event .cal-details {
  padding: 20px 30px;
  border-left: 1px solid #eeeeee;
}
#event-list .cal-content .cal-event .cal-details h5 {
  margin-top: 0;
}
#event-list .cal-content .cal-event .cal-details p i {
  margin-right: 5px;
  width: 20px;
  text-align: center;
  font-size: 14px;
  color: #a9abaf;
}
#event-list .cal-content .cal-event .cal-details p > span {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
}
#event-list .cal-content .cal-event .cal-details p > span > span {
  display: inline-block;
  vertical-align: top;
  max-width: 90%;
}
#event-list .cal-content .cal-event .cal-details p .button {
  margin-top: 10px;
}
#event-list .cal-content .cal-event .cal-details + * {
  margin-right: 20px;
  margin-left: auto;
}
#event-list .cal-content .cal-event .button {
  margin-right: 20px;
}
#event-list.calendar-grid {
  display: none;
}
#event-list.calendar-grid .cal-header {
  padding: 10px 20px 10px 0;
}
#event-list.calendar-grid .cal-header .cal-title {
  width: 350px;
  font-size: 48px;
}
@media all and (max-width:1024px) {
  #calendar-location {
    top: 110px;
    left: 30px;
    right: auto;
    max-width: 75%;
  }
  #calendar-list-view {
    top: 110px;
    right: 30px;
  }
  #event-cal.calendar-grid .fc-header-toolbar {
    margin-bottom: 90px;
  }
  #event-cal.calendar-grid + #event-list .cal-header {
    margin-bottom: 120px;
  }
}
@media all and (max-width:768px) {
  #calendar-location {
    top: 100px;
  }
  #calendar-list-view {
    display: none;
  }
  #event-cal.calendar-grid {
    display: none;
  }
  #event-cal.calendar-grid + #event-list {
    display: block;
  }
  #event-cal.calendar-grid + #event-list .cal-header {
    margin-bottom: 140px;
  }
  #event-cal.calendar-grid + #event-list .cal-header .cal-title {
    width: 280px;
    font-size: 34px;
  }
  #event-list .cal-header {
    padding: 10px 0;
  }
  #event-list .cal-content .cal-event {
    display: block;
  }
  #event-list .cal-content .cal-event .cal-date {
    width: auto;
    background: url("../images/ui/bg-graph-30.png") center center;
    border-bottom: 1px solid #eeeeee;
  }
  #event-list .cal-content .cal-event .cal-details {
    border-left: none;
  }
  #event-list .cal-content .cal-event .cal-details h5 {
    margin-bottom: 15px;
  }
  #event-list .cal-content .cal-event .button {
    margin: 0 30px 20px;
  }
}
@media all and (max-width:480px) {
  #event-cal.calendar-grid + #event-list .cal-header .cal-title {
    width: auto;
    font-size: 28px;
  }
}
#event-modal .modal-img {
  position: relative;
  z-index: 1;
  max-width: 55%;
  margin-left: 30px;
  margin-bottom: 20px;
  float: right;
}
#event-modal .cal-date {
  font-weight: 900;
  color: #a9abaf;
}
#event-modal .cal-date .date {
  margin-left: 3px;
  padding: 2px 10px;
}
#event-modal .cal-details h5 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 34px;
  position: relative;
}
#event-modal .cal-details h5:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  max-width: 350px;
  width: 90%;
  height: 3px;
  background: rgba(197, 179, 120, 0.25);
}
#event-modal .cal-details h5.aos-animate:after {
  -webkit-animation: expand 1s ease 0.75s;
  -ms-animation: expand 1s ease 0.75s;
  animation: expand 1s ease 0.75s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
#event-modal .cal-details h5:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  max-width: 350px;
  width: 90%;
  height: 3px;
  background: rgba(197, 179, 120, 0.25);
}
#event-modal .cal-details h5.aos-animate:after {
  -webkit-animation: expand 1s ease 0.75s;
  -ms-animation: expand 1s ease 0.75s;
  animation: expand 1s ease 0.75s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
#event-modal .cal-details p i {
  margin-right: 5px;
  width: 20px;
  text-align: center;
  font-size: 14px;
  color: #a9abaf;
}
#event-modal .cal-details p > span {
  display: block;
}
#event-modal .button-wrap {
  margin-top: 20px;
}
#event-modal .button-wrap .button {
  margin: 10px 10px 0 0;
}
#event-modal .button-wrap small {
  display: block;
}
.rating-selector {
  margin: 6px 0 30px;
}
.rating-selector i,
.rating-selector small {
  vertical-align: middle;
}
.rating-selector i {
  font-size: 48px;
  color: #a9abaf;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rating-selector i:hover,
.rating-selector i.active {
  font-weight: 700;
  color: #062653;
}
.rating-selector i:hover,
.rating-selector i.selected {
  color: #111111;
}
.rating-selector small {
  margin-left: 20px;
}
.icon.card {
  position: relative;
  display: inline-block;
  margin-top: -25px;
  margin-left: 3px;
  width: 28px;
  height: 20px;
  background: url("../images/ui/card_sprite.png") 0 0 no-repeat;
}
.icon.card.visa {
  background-position: 0 0;
}
.icon.card.mc {
  background-position: -31px 0;
}
.icon.card.amex {
  background-position: -93px 0;
}
.icon.card.discover {
  background-position: -62px 0;
}
.icon.card.inactive {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}
/* ------ jobline page ------ */
#jobline .input {
  padding: 10px 8px 10px 12px;
  border: 1px solid #cccccc;
}
#jobline .for-checkbox {
  height: 26px;
}
#jobline .for-checkbox:before {
  border: 1px solid #cccccc;
}
#jobline .ui-sortable-helper td {
  background: #cccccc;
}
#jobline #jobline-bidding-list .bid-col {
  cursor: pointer;
}
#jobline #jobline-bidding-list .bid-col:hover i {
  color: #062653;
}
#jobline #jobline-bidding-list .bidding-instructions label {
  display: none;
}
#jobline #jobline-bidding-list .bidding-instructions td {
  color: #ffffff;
  background: #666666;
}
@media all and (max-width:1024px) {
  #jobline .bid-col,
  #jobline .bid-priority {
    display: inline-block;
    padding-bottom: 5px;
    height: 72px;
    border-bottom: 1px solid #cccccc;
  }
  #jobline .bid-col > label,
  #jobline .bid-priority > label {
    margin-right: 6px;
  }
  #jobline .bid-col {
    padding-top: 20px;
    width: 100% !important;
  }
  #jobline .bid-col .for-checkbox:before {
    margin-top: 0;
  }
  #jobline .bid-priority {
    width: 60% !important;
    text-align: right;
  }
  #jobline .bid-priority .input {
    width: 50px;
  }
}
.ui-dialog .ui-dialog-content[id^="jobline-modal-"] {
  padding: 0;
}
.ui-dialog .ui-dialog-content[id^="jobline-modal-"] .job-details {
  margin: 0;
}
.ui-dialog .ui-dialog-content[id^="jobline-modal-"] .job-details td {
  padding: 30px 0 30px 30px;
  line-height: 1.6;
  font-size: 18px;
}
.ui-dialog .ui-dialog-content[id^="jobline-modal-"] .job-details + div {
  padding: 0 30px 20px;
}
.ui-dialog .ui-dialog-content[id^="jobline-modal-"] .job-description {
  padding: 10px 30px;
}
@media all and (max-width:768px) {
  .ui-dialog .ui-dialog-content[id^="jobline-modal-"] .job-details {
    border: 0;
  }
  .ui-dialog .ui-dialog-content[id^="jobline-modal-"] .job-details td {
    display: table-cell;
  }
}
@media all and (max-width:768px) {
  .ui-dialog .ui-dialog-content[id^="jobline-modal-"] .job-details td {
    padding: 20px 0 20px 30px;
    font-size: 16px;
  }
}
/* ------ contact page ------ */
#contact-info .panel-title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  max-width: 350px;
  width: 90%;
  height: 3px;
  background: rgba(197, 179, 120, 0.25);
}
#contact-info .panel-title.aos-animate:after {
  -webkit-animation: expand 1s ease 0.75s;
  -ms-animation: expand 1s ease 0.75s;
  animation: expand 1s ease 0.75s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
#contact-info table td {
  padding-top: 2px;
  padding-bottom: 2px;
}
#contact-info .contact-left,
#contact-info .contact-right {
  max-width: 50%;
}
.contact-left {
  padding-right: 30px;
}
@media all and (max-width:1024px) {
  #contact-info .contact-left,
  #contact-info .contact-right {
    max-width: 100%;
    float: none;
  }
}
#contact-form .fieldset-left,
#contact-form .fieldset-right {
  width: 50%;
}
#contact-form .fieldset-left {
  padding-right: 10px;
}
#contact-form input,
#contact-form textarea {
  padding: 20px 18px;
}
#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder {
  color: #a9abaf;
}
#contact-form input:-moz-placeholder,
#contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #a9abaf;
}
#contact-form input::-moz-placeholder,
#contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #a9abaf;
}
#contact-form input:-ms-input-placeholder,
#contact-form textarea:-ms-input-placeholder {
  color: #a9abaf;
}
#contact-form input:hover,
#contact-form textarea:hover,
#contact-form input:focus,
#contact-form textarea:focus {
  background-color: #333333;
}
#contact-form input:hover::-webkit-input-placeholder,
#contact-form textarea:hover::-webkit-input-placeholder,
#contact-form input:focus::-webkit-input-placeholder,
#contact-form textarea:focus::-webkit-input-placeholder {
  color: #ffffff;
}
#contact-form input:hover:-moz-placeholder,
#contact-form textarea:hover:-moz-placeholder,
#contact-form input:focus:-moz-placeholder,
#contact-form textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
#contact-form input:hover::-moz-placeholder,
#contact-form textarea:hover::-moz-placeholder,
#contact-form input:focus::-moz-placeholder,
#contact-form textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
#contact-form input:hover:-ms-input-placeholder,
#contact-form textarea:hover:-ms-input-placeholder,
#contact-form input:focus:-ms-input-placeholder,
#contact-form textarea:focus:-ms-input-placeholder {
  color: #ffffff;
}
#contact-form select {
  padding: 0 18px;
}
#contact-form textarea {
  min-height: 238px;
}
/* ------ footer ------ */
#footer {
  margin-top: 80px;
}
#footer #footer-site-nav {
  white-space: nowrap;
  margin-bottom: 20px;
}
#footer #footer-site-nav a {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 20px 15px 0;
  font-size: 0;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
}
#footer #footer-site-nav a img {
  max-width: 100%;
}
#footer #footer-site-nav a.ebfa-logo {
  padding: 0 20px 0;
}
#footer #footer-site-nav a.active,
#footer #footer-site-nav a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#footer .footer-contact {
  font-size: 18px;
  color: #a9abaf;
}
#footer .footer-contact .text-wrap {
  border-top: 1px solid #cccccc;
}
#footer .footer-contact .footer-col {
  display: inline-block;
  vertical-align: top;
  max-width: 33%;
  padding: 30px 50px 0 0;
}
#footer .footer-contact .footer-col p:last-child {
  padding-bottom: 0;
}
#footer .footer-contact a {
  color: #a9abaf;
}
#footer .footer-contact a:hover {
  color: #062653;
}
#footer .footer-contact small a {
  color: #a9abaf;
}
#footer .footer-contact small a:hover {
  color: #062653;
}
#footer.landing-page {
  display: none;
  margin-top: -200px;
  padding-top: 260px;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 82%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 82%, #ffffff 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 82%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
}
@media all and (max-width:1024px) {
  #footer {
    margin: 80px 0 60px;
  }
  #footer #footer-site-nav a {
    max-width: 25%;
  }
  #footer #footer-site-nav a.ebfa-logo {
    max-width: 50%;
  }
  #footer .footer-contact .footer-col {
    max-width: 50%;
  }
  #footer .footer-contact .footer-col.last {
    max-width: 100%;
  }
  #footer.landing-page {
    padding-top: 300px;
  }
}
@media all and (max-width:768px) {
  #footer #footer-site-nav a {
    max-width: 40%;
  }
  #footer .footer-contact .footer-col {
    padding-top: 20px;
    max-width: 100%;
  }
}
@media all and (max-width:480px) {
  #footer {
    margin: 60px 0 40px;
    text-align: center;
  }
  #footer #footer-site-nav a {
    padding: 20px;
    text-align: center;
  }
  #footer #footer-site-nav a.ebfa-logo {
    padding: 0;
    max-width: 15%;
  }
  #footer .footer-contact {
    font-size: 16px;
  }
  #footer .footer-contact .footer-col {
    display: block;
    padding-right: 0;
  }
}
/* ------ icons ------ */
#social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  /*-webkit-columns: @width @count;
	-moz-columns: @width @count;
	columns: @width @count;*/
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 50%;
  -moz-column-width: 50%;
  column-width: 50%;
}
#social-icons li {
  display: block;
  margin: 0 1px 1px 0;
  padding: 0;
  border: 0;
}
#social-icons li a {
  position: relative;
  display: block;
}
#social-icons li a span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  line-height: 20px;
}
#social-icons li a:hover {
  color: #666666;
}
#social-icons li a:hover span.fab-facebook {
  color: #3b5998;
}
#social-icons li a:hover span.fab-google-plus {
  color: #d94a39;
}
#social-icons li a:hover span.fab-linkedin {
  color: #1b92bd;
}
#social-icons li a:hover span.fab-pinterest {
  color: #cb2027;
}
#social-icons li a:hover span.fab-twitter {
  color: #00bdec;
}
#social-icons li a:hover span.fab-youtube {
  color: #d20800;
}
#social-icons li a:hover span.fab-instagram {
  color: #316c95;
}
#social-icons li a:hover span.fab-houzz {
  color: #7cc04b;
}
@media all and (max-width:480px) {
  #social-icons {
    /*-webkit-columns: @width @count;
	-moz-columns: @width @count;
	columns: @width @count;*/
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
  }
  #social-icons li {
    display: inline-block;
    margin: 0 10px 5px 0;
  }
  #social-icons li a span {
    margin-right: 0;
  }
}
/*------ forms styles ------*/
.page-form {
  min-width: 50%;
}
.side-form {
  position: relative;
}
.side-form .input {
  padding-right: 80px;
  width: 100%;
  color: #ffffff;
  background: #c5b378;
}
.side-form .input::-webkit-input-placeholder {
  color: #ffffff;
}
.side-form .input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.side-form .input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.side-form .input:-ms-input-placeholder {
  color: #ffffff;
}
.side-form .input:hover,
.side-form .input:focus {
  color: #062653;
  background: #ffffff;
}
.side-form .input:hover + .search-button,
.side-form .input:focus + .search-button {
  color: #062653;
  border-left: 1px solid rgba(6, 38, 83, 0.5);
}
.side-form .input:hover + .search-button:hover,
.side-form .input:focus + .search-button:hover {
  color: #d7242b;
}
.side-form .input:hover::-webkit-input-placeholder,
.side-form .input:focus::-webkit-input-placeholder {
  color: #a9abaf;
}
.side-form .input:hover:-moz-placeholder,
.side-form .input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #a9abaf;
}
.side-form .input:hover::-moz-placeholder,
.side-form .input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #a9abaf;
}
.side-form .input:hover:-ms-input-placeholder,
.side-form .input:focus:-ms-input-placeholder {
  color: #a9abaf;
}
.side-form .search-button {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  padding: 5px 18px;
  color: #ffffff;
  background: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  pointer-events: fill;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form-row {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.form-row .input-group,
.form-row > div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form-row .input-group .input-wrap,
.form-row > div .input-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.form-row .input-group .input-wrap span,
.form-row > div .input-wrap span {
  display: inline-block;
  padding: 0 3px 0 3px;
  line-height: 52px;
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form-row .input-group .input-wrap .input,
.form-row > div .input-wrap .input {
  max-width: 30%;
  -webkit-box-flex: 30;
  -moz-box-flex: 30;
  -webkit-flex: 30;
  -ms-flex: 30;
  flex: 30;
}
.form-row .input-group + .fa,
.form-row > div + .fa,
.form-row .input-group + .fas,
.form-row > div + .fas {
  line-height: 50px;
}
.form-row .input-group.flex-0,
.form-row > div.flex-0 {
  padding-right: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
}
.form-row .input-group.short,
.form-row > div.short {
  -webkit-box-flex: 0.5;
  -moz-box-flex: 0.5;
  -webkit-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}
.form-row .input-group {
  position: relative;
  padding-right: 10px;
}
.form-row .input-group label.show-mobile {
  display: none;
}
.form-row .input-group:last-child {
  padding-right: 0;
}
.form-row break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.form-row.half {
  max-width: calc(50% - 5px);
}
fieldset {
  margin-bottom: 15px;
  padding: 20px;
  color: #333333;
  border: 1px solid #eeeeee;
  background: #fafafa;
}
fieldset legend {
  margin-bottom: -10px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 16px;
}
input,
textarea,
select {
  padding: 15px 18px;
  width: 100%;
  height: 52px;
  font: 18px 'Barlow', Helvetica, Arial, sans-serif;
  line-height: 52px;
  background-color: #eeeeee;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #a9abaf;
  font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: #a9abaf;
  font-style: italic;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: #a9abaf;
  font-style: italic;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #a9abaf;
  font-style: italic;
}
input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus {
  color: #ffffff;
  background-color: #666666;
}
input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder,
select:hover::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: #cccccc;
}
input:hover:-moz-placeholder,
textarea:hover:-moz-placeholder,
select:hover:-moz-placeholder,
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}
input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder,
select:hover::-moz-placeholder,
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}
input:hover:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder,
select:hover:-ms-input-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: #cccccc;
}
input[readonly],
textarea[readonly],
select[readonly],
input[disabled],
textarea[disabled],
select[disabled] {
  color: #333333;
  background-color: #eeeeee;
  cursor: default;
}
input[readonly]::-webkit-input-placeholder,
textarea[readonly]::-webkit-input-placeholder,
select[readonly]::-webkit-input-placeholder,
input[disabled]::-webkit-input-placeholder,
textarea[disabled]::-webkit-input-placeholder,
select[disabled]::-webkit-input-placeholder {
  color: #a9abaf;
}
input[readonly]:-moz-placeholder,
textarea[readonly]:-moz-placeholder,
select[readonly]:-moz-placeholder,
input[disabled]:-moz-placeholder,
textarea[disabled]:-moz-placeholder,
select[disabled]:-moz-placeholder {
  /* Firefox 18- */
  color: #a9abaf;
}
input[readonly]::-moz-placeholder,
textarea[readonly]::-moz-placeholder,
select[readonly]::-moz-placeholder,
input[disabled]::-moz-placeholder,
textarea[disabled]::-moz-placeholder,
select[disabled]::-moz-placeholder {
  /* Firefox 19+ */
  color: #a9abaf;
}
input[readonly]:-ms-input-placeholder,
textarea[readonly]:-ms-input-placeholder,
select[readonly]:-ms-input-placeholder,
input[disabled]:-ms-input-placeholder,
textarea[disabled]:-ms-input-placeholder,
select[disabled]:-ms-input-placeholder {
  color: #a9abaf;
}
input.short,
textarea.short,
select.short {
  width: 50%;
}
input.shortest,
textarea.shortest,
select.shortest {
  max-width: 200px;
}
input.error,
textarea.error,
select.error {
  border-left: 2px solid #ee2e30;
}
input[type=file],
textarea[type=file],
select[type=file] {
  line-height: 1;
  font-size: 14px;
}
select {
  padding: 0 18px;
  background-image: url("../images/ui/select-arrow.png");
  background-position: 98% 0;
  background-repeat: no-repeat;
}
select:not([disabled]):hover,
select:not([disabled]):focus {
  background-position: 98% -50px;
}
select:not([disabled]):hover option,
select:not([disabled]):focus option,
select:not([disabled]):hover optgroup,
select:not([disabled]):focus optgroup {
  color: #666666;
  background: #ffffff;
}
select.solid {
  color: #ffffff;
  background-color: #062653;
  background-position: 98% -50px;
}
select.solid:hover,
select.solid:focus {
  color: #ffffff;
  background-color: #333333;
}
select.solid:hover::-webkit-input-placeholder,
select.solid:focus::-webkit-input-placeholder {
  color: #ffffff;
}
select.solid:hover:-moz-placeholder,
select.solid:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
select.solid:hover::-moz-placeholder,
select.solid:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
select.solid:hover:-ms-input-placeholder,
select.solid:focus:-ms-input-placeholder {
  color: #ffffff;
}
select.fit {
  vertical-align: top;
  height: 100%;
  min-height: 66px;
  max-height: 66px;
  background-position: 98% 8px;
}
select.fit:hover {
  background-position: 98% -43px;
}
textarea {
  resize: none;
  min-height: 136px;
  line-height: 1.2;
}
label {
  display: block;
  color: #0a395a;
}
.user-reme {
  margin-top: 10px;
}
button {
  font-size: inherit;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.checkbox,
.radio {
  position: absolute;
  opacity: 0;
}
.checkbox + label,
.radio + label {
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 0;
}
.checkbox + label:before,
.radio + label:before {
  content: '';
  display: block;
  float: left;
  margin-top: 4px;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background-color: #eeeeee;
}
.checkbox:hover + label:before,
.radio:hover + label:before {
  background-color: #a9abaf;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.checkbox:checked + label:after,
.radio:checked + label:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 14px;
  width: 2px;
  height: 2px;
  background-color: #062653;
  box-shadow: 2px 0 0 #062653, 4px 0 0 #062653, 4px -2px 0 #062653, 4px -4px 0 #062653, 4px -6px 0 #062653, 4px -8px 0 #062653;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox:disabled:hover + label,
.radio:disabled:hover + label {
  cursor: default;
}
.checkbox:disabled:hover + label:before,
.radio:disabled:hover + label:before {
  background-color: #eeeeee;
}
.checkbox-group .checkbox + label,
.checkbox-group .radio + label {
  display: inline-block;
  margin-right: 25px;
  font-style: normal;
  font-size: 18px;
  color: #333333;
}
.terms-container {
  padding-top: 30px;
}
.terms-container p {
  padding-bottom: 10px;
}
.terms-container > div {
  font-size: 16px;
}
.terms-container #terms-conditions-content {
  padding: 20px;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #eeeeee;
}
@media all and (max-width:1440px) {
  .page-form {
    min-width: 65%;
  }
}
@media all and (max-width:1024px) {
  .page-form {
    width: 100%;
  }
}
@media all and (max-width:640px) {
  .form-row {
    display: block;
  }
  .form-row .input-group,
  .form-row > div {
    padding-right: 0;
  }
  .form-row .input-group:not(:last-child),
  .form-row > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .form-row .input-group label.hide-mobile {
    display: none;
  }
  .form-row .input-group label.show-mobile {
    display: block;
  }
  .form-row .fa,
  .form-row .fas {
    line-height: 20px;
  }
  .form-row.half {
    max-width: 100%;
  }
  .form-row.mobile-divide:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
  }
  .form-row .select.fit {
    min-height: 56px;
    max-height: 56px;
    margin-bottom: 5px;
    background-position: 98% 2px;
  }
  .form-row .select.fit:hover,
  .form-row .select.fit:focus {
    background-position: 98% -48px;
  }
}
.grecaptcha-badge {
  display: none !important;
}
/*------ dialog ------*/
.dialog,
.hidden-modal {
  display: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-widget-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a395a;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ui-dialog {
  position: absolute;
  overflow: hidden;
  z-index: 10000;
  padding: 0;
  background: #ffffff;
  outline: none !important;
  -moz-box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
  box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
}
.ui-dialog .ui-dialog-titlebar {
  padding: 20px;
  font-family: "Dirty Headline";
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 400;
  font-size: 30px;
  font-style: normal;
  background: #333333;
}
.ui-dialog .ui-dialog-titlebar span,
.ui-dialog .ui-dialog-titlebar button,
.ui-dialog .ui-dialog-titlebar i {
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ui-dialog .ui-dialog-titlebar .ui-button {
  margin: -15px 0;
  padding: 10px 15px;
  float: right;
  text-transform: uppercase;
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
.ui-dialog .ui-dialog-titlebar .ui-button:hover span,
.ui-dialog .ui-dialog-titlebar .ui-button:hover button,
.ui-dialog .ui-dialog-titlebar .ui-button:hover i {
  color: #ee2e30 !important;
}
.ui-dialog .ui-dialog-content {
  padding: 20px;
  font-size: 18px;
}
.ui-dialog .ui-dialog-buttonpane {
  clear: both;
  margin-bottom: 10px;
  padding: 0 5px;
}
.ui-dialog .ui-dialog-buttonpane .ui-button {
  margin: 0 15px 5px 15px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  color: #ffffff;
  outline: none !important;
  border: 0;
  background: #062653;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ui-dialog .ui-dialog-buttonpane .ui-button .fa {
  margin-right: 5px;
}
.ui-dialog .ui-dialog-buttonpane .ui-button:hover {
  background: #333333;
  color: #ffffff;
}
.ui-dialog:not([aria-describedby="event-modal"]),
.ui-dialog:not([aria-describedby=^"jobline-modal-"]) {
  width: 340px !important;
}
.ui-dialog.dialog-error .ui-dialog-titlebar {
  background: #ee2e30;
}
.ui-dialog.dialog-error .ui-dialog-titlebar .ui-button:hover i {
  color: #333333 !important;
}
.ui-dialog.dialog-success .ui-dialog-titlebar {
  background: #3ea70b;
}
@media all and (max-width:768px) {
  .ui-dialog {
    max-width: 500px;
  }
}
@media all and (max-width:640px) {
  .ui-dialog {
    max-width: 400px;
  }
}
@media all and (max-width:480px) {
  .ui-dialog {
    max-width: 300px;
  }
  .ui-dialog .ui-dialog-titlebar {
    font-size: 22px;
  }
  .ui-dialog .ui-dialog-titlebar .ui-button {
    font-size: 16px;
  }
  .ui-dialog .ui-dialog-content {
    font-size: 16px;
  }
}
/*------ tooltip ------*/
.tippy-popper .tippy-tooltip {
  background: #333333;
  -moz-box-shadow: 0px 0px 0px 2px #a9abaf;
  -webkit-box-shadow: 0px 0px 0px 2px #a9abaf;
  box-shadow: 0px 0px 0px 2px #a9abaf;
}
.tippy-popper[x-placement^='top'] .tippy-arrow {
  border-top-color: #333333;
}
.tippy-popper[x-placement^='bottom'] .tippy-arrow {
  border-bottom-color: #333333;
}
.tippy-popper[x-placement^='left'] .tippy-arrow {
  border-left-color: #333333;
}
.tippy-popper[x-placement^='right'] .tippy-arrow {
  border-right-color: #333333;
}
/*------ form alerts (success/error) ------*/
.alert {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 250px;
  margin: 20px 0;
  padding: 55px 20px 25px 20px;
  font-size: 16px;
  font-style: normal;
  line-height: 1.2;
  border: 1px solid rgba(197, 179, 120, 0.25);
}
.alert p {
  padding: 0;
}
.alert p a {
  font-weight: 700;
}
.alert .alert-title {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: "Dirty Headline";
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  color: #ffffff;
}
.alert .alert-title:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
}
.alert.success .alert-title {
  background: #3ea70b;
}
.alert.success .alert-title:before {
  content: "\f058";
}
.alert.error .alert-title {
  background: #ee2e30;
}
.alert.error .alert-title:before {
  content: "\f071";
}
.alert.notice .alert-title {
  background: #333333;
}
.alert.notice .alert-title:before {
  content: "\f06a";
}
@media all and (max-width:768px) {
  .alert {
    display: block;
  }
}
/* ------ share buttons ------ */
.a2a_svg,
.a2a_count {
  border-radius: 0 !important;
}
.a2a_default_style a {
  float: none !important;
  display: inline-block;
  margin: 0px 0 5px 0;
  padding: 10px !important;
  width: 45px;
  height: 45px;
  text-align: center;
}
.a2a_default_style a[class*="facebook"] {
  background: #3b5998;
}
.a2a_default_style a[class*="facebook"]:hover {
  background: #2d4373;
}
.a2a_default_style a[class*="google"] {
  background: #d94a39;
}
.a2a_default_style a[class*="google"]:hover {
  background: #bb3424;
}
.a2a_default_style a[class*="linkedin"] {
  background: #1b92bd;
}
.a2a_default_style a[class*="linkedin"]:hover {
  background: #157090;
}
.a2a_default_style a[class*="pinterest"] {
  background: #cb2027;
}
.a2a_default_style a[class*="pinterest"]:hover {
  background: #9f191f;
}
.a2a_default_style a[class*="twitter"] {
  background: #00bdec;
}
.a2a_default_style a[class*="twitter"]:hover {
  background: #0094b9;
}
.a2a_default_style a[class*="youtube"] {
  background: #d20800;
}
.a2a_default_style a[class*="youtube"]:hover {
  background: #9f0600;
}
.a2a_default_style a[class*="instagram"] {
  background: #316c95;
}
.a2a_default_style a[class*="instagram"]:hover {
  background: #24506f;
}
.a2a_default_style a[class*="houzz"] {
  background: #7cc04b;
}
.a2a_default_style a[class*="houzz"]:hover {
  background: #64a038;
}
.a2a_default_style a[class*="reddit"] {
  background: #ff4500;
}
.a2a_default_style a[class*="reddit"]:hover {
  background: #cc3700;
}
.a2a_default_style a[class*="email"] {
  background: #a9abaf;
}
.a2a_default_style a[class*="email"]:hover {
  background: #8f9196;
}
.a2a_default_style a i {
  margin: 0 !important;
  line-height: 25px !important;
}
@media all and (max-width:480px) {
  .a2a_default_style a {
    width: 35px;
    height: 35px;
    line-height: 14px !important;
  }
  .a2a_default_style a i {
    font-size: 14px;
    line-height: 14px !important;
  }
  .a2a_default_style a[class*="email"] i {
    font-size: 12px;
  }
}
#account-nav-toggle {
  background: #a9abaf;
}
#account-nav-toggle i {
  border: 2px solid #a9abaf;
}
#account-navigation {
  background: #a9abaf;
}
#account-navigation ul li a .sub-open:hover {
  color: #ffffff;
}
#account-navigation ul.sub-nav {
  background: #8f9196;
}
#account-navigation ul.sub-nav .sub-nav {
  background: #81848a;
}
#account-navigation ul.sub-nav .sub-nav .sub-nav {
  background: #75787d;
}
#account-navigation ul.sub-nav .sub-nav .sub-nav .sub-nav {
  background: #666666;
}
#page-wrap:before {
  background: -webkit-linear-gradient(left, #cccccc 0%, rgba(204, 204, 204, 0.6) 65%, rgba(204, 204, 204, 0.4) 85%, rgba(204, 204, 204, 0) 100%);
  background: -o-linear-gradient(right, #cccccc 0%, rgba(204, 204, 204, 0.6) 65%, rgba(204, 204, 204, 0.4) 85%, rgba(204, 204, 204, 0) 100%);
  background: -moz-linear-gradient(right, #cccccc 0%, rgba(204, 204, 204, 0.6) 65%, rgba(204, 204, 204, 0.4) 85%, rgba(204, 204, 204, 0) 100%);
  background: linear-gradient(to right, #cccccc 0%, rgba(204, 204, 204, 0.6) 65%, rgba(204, 204, 204, 0.4) 85%, rgba(204, 204, 204, 0) 100%);
}
#page-wrap.ac-menu-open:before {
  background: -webkit-linear-gradient(left, #cccccc 0%, rgba(204, 204, 204, 0.6) 65%, rgba(204, 204, 204, 0.4) 85%, rgba(204, 204, 204, 0) 100%);
  background: -o-linear-gradient(right, #cccccc 0%, rgba(204, 204, 204, 0.6) 65%, rgba(204, 204, 204, 0.4) 85%, rgba(204, 204, 204, 0) 100%);
  background: -moz-linear-gradient(right, #cccccc 0%, rgba(204, 204, 204, 0.6) 65%, rgba(204, 204, 204, 0.4) 85%, rgba(204, 204, 204, 0) 100%);
  background: linear-gradient(to right, #cccccc 0%, rgba(204, 204, 204, 0.6) 65%, rgba(204, 204, 204, 0.4) 85%, rgba(204, 204, 204, 0) 100%);
}
#page-banner .page-title h1 > span {
  background-clip: unset;
  text-fill-color: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: none;
  color: #062653;
}
.panel.side .panel-title h2 {
  background: -webkit-linear-gradient(left, #062653, #a9abaf);
  background: -o-linear-gradient(right, #062653, #a9abaf);
  background: -moz-linear-gradient(right, #062653, #a9abaf);
  background: linear-gradient(to right, #062653, #a9abaf);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content-tabs > ul li a {
  color: #395494;
}
.content-tabs > ul li.ui-state-hover a:hover {
  color: #062653;
}
