@charset "utf-8";
/* 
	layout.less

	Project: WSP Theme 1

*/
/*------ imports ------*/
/* 
	global.less
	
*/
/*------ imports ------*/
/* 
	core.less
	
*/
/*------ responsive ------*/
/*------ imports ------*/
/* 
	mixins.less

*/
/*------ typography ------*/
/*------ forms ------*/
/*------ clearfix ------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .clearfix,
html .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/*------ display ------*/
.full {
  width: 100%;
}
.auto {
  width: auto;
}
.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;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.noborder {
  border: 0 !important;
}
.nobg {
  background: none !important;
}
.hidden {
  display: none !important;
}
/*------ flexbox ------*/
/*------ filters ------*/
/*------ transformations ------*/
/*------ animations ------*/
/*------ reset ------*/
* {
  margin: 0;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/*------ typography ------*/
body,
th,
td {
  line-height: 1.4;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  padding: 0 0 20px;
  margin: 0;
}
ul,
ol {
  padding: 0 0 20px;
  margin: 0 0 0 40px;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.025em;
}
h1 {
  margin: 0;
}
h2 {
  margin: 0 0 30px;
}
h3 {
  margin: 0 0 25px;
}
h4 {
  margin: 0 0 20px;
}
h5 {
  margin: 0 0 15px;
  line-height: 1.2;
}
h6 {
  margin: 0;
  line-height: 1.2;
}
p + h2,
ul + h2,
ol + h2,
table + h2,
blockquote + h2 {
  margin-top: 20px;
}
p + h3,
ul + h3,
ol + h3,
table + h3,
blockquote + h3 {
  margin-top: 15px;
}
p + h4,
ul + h4,
ol + h4,
table + h4,
blockquote + h4 {
  margin-top: 10px;
}
p + h5,
ul + h5,
ol + h5,
table + h5,
blockquote + h5 {
  margin-top: 5px;
}
small {
  display: inline-block;
  letter-spacing: 0em;
}
blockquote p,
quote p {
  padding: 0;
}
/*------ interface ------*/
body,
html {
  width: 100%;
  height: 100%;
}
body {
  max-width: 480px;
}
@media all and (min-width: 481px) {
  body {
    max-width: 768px;
  }
}
@media all and (min-width: 769px) {
  body {
    max-width: 1024px;
  }
}
@media all and (min-width: 1025px) {
  body {
    max-width: 1366px;
  }
}
@media all and (min-width: 1367px) {
  body {
    max-width: 1920px;
  }
}
@media all and (min-width: 1921px) {
  body {
    max-width: none;
  }
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  max-width: 100%;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0px;
  padding: 0;
  margin: 0 0 20px 0;
}
table {
  border-collapse: collapse;
  margin: 10px 0 30px;
}
table label {
  display: none;
  margin: 0;
}
@media all and (max-width: 768px) {
  table {
    width: 100% !important;
    border: 1px solid #ccc;
  }
  table tr.header-row,
  table th {
    display: none;
  }
  table td {
    display: block;
    width: auto !important;
    text-align: left;
  }
  table label {
    display: inline-block;
    font-weight: bold;
  }
  table.noresponsive tr.header-row {
    display: table-row;
  }
  table.noresponsive th,
  table.noresponsive td {
    display: table-cell;
  }
}
/*------ forms ------*/
label {
  display: block;
}
.input,
.select,
.textarea,
.button {
  border: 1px solid #ccc;
  background: #fff;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0 0 10px;
  height: 60px;
  max-width: 100%;
  outline: none;
  -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-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.input::-webkit-input-placeholder,
.select::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
.button::-webkit-input-placeholder {
  color: inherit;
}
.input:-ms-input-placeholder,
.select:-ms-input-placeholder,
.textarea:-ms-input-placeholder,
.button:-ms-input-placeholder {
  color: inherit;
}
.input::-moz-placeholder,
.select::-moz-placeholder,
.textarea::-moz-placeholder,
.button::-moz-placeholder {
  color: inherit;
}
.input:-moz-placeholder,
.select:-moz-placeholder,
.textarea:-moz-placeholder,
.button:-moz-placeholder {
  color: inherit;
}
.select {
  background-image: url("../../images/ui/select-arrow.png");
  background-position: calc(100% - 10px) calc(50% + 2px);
  background-repeat: no-repeat;
}
select::-ms-expand {
  display: none;
}
:root .select {
  padding: 10px 0px 10px 20px \ ;
}
.textarea {
  height: 130px;
  resize: none;
  overflow: auto;
}
.button,
a.button {
  cursor: pointer;
  width: auto;
  display: inline-block;
  padding: 0 20px;
  margin: 0;
  line-height: 60px;
}
.button .fas,
a.button .fas {
  margin-right: 8px;
}
.checkbox,
.radio {
  display: none;
}
.checkbox + label,
.radio + label {
  position: relative;
  display: inline-block;
  padding: 1px 10px 1px 26px;
  cursor: pointer;
  line-height: 20px !important;
  width: auto !important;
  margin-bottom: 5px;
}
.checkbox + label:before,
.radio + label:before {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  text-align: center;
  color: inherit;
  background: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\";
}
.radio + label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 10px;
  text-indent: 1px;
}
.checkbox + label:before,
.radio + label:before {
  content: " ";
}
.checkbox:checked + label:before {
  content: "\f00c";
}
.radio:checked + label:before {
  content: "\f111";
}
.checkbox:disabled + label:before,
.radio:disabled + label:before {
  background-color: #eee;
}
.recaptcha-wrapper {
  display: block;
}
.g-recaptcha {
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform: scale(0.9) rotate(0.02deg);
  -moz-transform: scale(0.9) rotate(0.02deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.g-recaptcha div {
  margin: 0 auto;
}
/*---- dialog ----*/
.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: rgba(0, 0, 0, 0.5);
}
.ui-dialog {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  padding: 0;
  overflow: hidden;
  max-width: calc(100% - 40px);
  outline: none !important;
  background: #fff;
  text-shadow: none;
  border: 1px solid #fff;
  font-size: 18px;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 15px;
  position: relative;
  background: #333;
  color: #fff;
  font-weight: bold;
}
.ui-dialog .ui-dialog-title {
  margin: 0 25px 0 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 0 0 0 1px;
  height: 20px;
  background: none;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 0;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  background: none;
  color: #fff;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 10px 15px;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 10px 0 0 0;
  padding: 5px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 10px 10px 10px 0;
  cursor: pointer;
  outline: none;
  border: 0;
  padding: 10px 15px;
  background: #333;
  color: #fff;
  -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 button:hover {
  background: #999;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
/* 
	definitions.less
	
*/
/*------ typography ------*/
html {
  font-size: 16px;
}
body,
th,
td {
  font-size: 16px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
.font-style {
  font-style: normal;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 800;
}
body {
  font-style: normal;
}
a {
  color: #ed2f2b;
}
a:hover,
a:active {
  color: #00b5e4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
}
h1 {
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff;
}
h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #00b5e4;
}
h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ed2f2b;
}
h4 {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #999999;
}
h5 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000000;
  line-height: 1.2;
}
h6 {
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  line-height: 1.2;
}
small {
  font-size: 14px;
  color: #999999;
}
blockquote,
quote {
  border-left: 5px solid rgba(0, 181, 228, 0.2);
  padding: 20px 30px;
  margin: 10px 0 30px;
  font-size: 140%;
  line-height: 1.2;
  color: #000000;
  font-weight: 700;
}
blockquote p,
quote p {
  padding: 0;
}
::selection {
  background: #999999;
  color: #ffffff;
}
::-moz-selection {
  background: #999999;
  color: #ffffff;
}
.color-theme1 {
  color: #00b5e4 !important;
}
.color-theme2 {
  color: #ed2f2b !important;
}
.color-theme3 {
  color: #999999 !important;
}
@media all and (min-width: 481px) {
  h1 {
    font-size: 48px;
    font-size: 3rem;
  }
  h2 {
    font-size: 48px;
    font-size: 3rem;
  }
  h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h5 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 769px) {
  body,
  th,
  td {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
  h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
  h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  small {
    font-size: 16px;
  }
  blockquote,
  quote {
    padding: 40px 50px;
    margin: 20px 0 50px;
    font-size: 200%;
  }
}
@media all and (min-width: 1367px) {
  h1 {
    font-size: 72px;
    font-size: 4.5rem;
  }
  h2 {
    font-size: 72px;
    font-size: 4.5rem;
  }
  h3 {
    font-size: 42px;
    font-size: 2.625rem;
  }
  h4 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  h5 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h6 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
/*------ interface ------*/
table th {
  background-color: #00b5e4;
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 800;
  font-style: normal;
}
table tr:nth-child(2n+1) td {
  background: #f2f2f2;
}
/*------ email template ------*/
body.email-template {
  background: #eee;
  max-width: none;
}
body.email-template #email-wrapper {
  margin: 0 auto;
}
body.email-template #email-wrapper #email-header {
  padding: 30px 0;
  background: none;
}
body.email-template #email-wrapper #email-header img {
  display: block;
}
body.email-template #email-wrapper #email-content {
  padding: 0 0 30px;
  background: none;
}
body.email-template #email-wrapper #email-content #email-content-inner {
  background: #fff;
  padding: 30px 30px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.email-template #email-wrapper #email-content #email-content-inner h3 {
  color: #00b5e4;
}
body.email-template #email-wrapper #email-footer {
  padding: 20px 0;
  background: none;
  border-top: 1px solid #ccc;
  text-align: center;
}
/* 
	animations.less
	
*/
/*------ fadeup ------*/
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-ms-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
#page-hero #page-header,
#slideshow #page-header,
#page-hero .slide-content,
#slideshow .slide-content {
  opacity: 0;
}
#page-hero.animated #page-header,
#slideshow.animated #page-header,
#page-hero.animated .slide-content,
#slideshow.animated .slide-content {
  -webkit-animation: fadeup 0.6s ease-out 0.2s;
  -ms-animation: fadeup 0.6s ease-out 0.2s;
  animation: fadeup 0.6s ease-out 0.2s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#scroll-down-btn {
  opacity: 0;
}
#scroll-down-btn.animated {
  -webkit-animation: fadeup 0.6s ease-out 0.4s;
  -ms-animation: fadeup 0.6s ease-out 0.4s;
  animation: fadeup 0.6s ease-out 0.4s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.panel.standard,
.panel.side,
.panel.parallax .panel-content,
.panel.cta .panel-header,
.panel.cta .button,
.promo-box {
  opacity: 0;
}
.animated .slide-content,
.animated.panel.standard,
.animated.panel.side,
.animated.panel.parallax .panel-content,
.animated.panel.cta .panel-header {
  -webkit-animation: fadeup 0.6s ease-out 0.4s;
  -ms-animation: fadeup 0.6s ease-out 0.4s;
  animation: fadeup 0.6s ease-out 0.4s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.animated.panel.cta .button:first-child {
  -webkit-animation: fadeup 0.6s ease-out 0.7s;
  -ms-animation: fadeup 0.6s ease-out 0.7s;
  animation: fadeup 0.6s ease-out 0.7s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.animated.panel.cta .button:last-child {
  -webkit-animation: fadeup 0.6s ease-out 1s;
  -ms-animation: fadeup 0.6s ease-out 1s;
  animation: fadeup 0.6s ease-out 1s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.animated.promo-box {
  -webkit-animation: fadeup 0.6s ease-out 0s;
  -ms-animation: fadeup 0.6s ease-out 0s;
  animation: fadeup 0.6s ease-out 0s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.animated.promo-box:nth-child(2n) {
  -webkit-animation: fadeup 0.6s ease-out 0.3s;
  -ms-animation: fadeup 0.6s ease-out 0.3s;
  animation: fadeup 0.6s ease-out 0.3s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.animated.promo-box:nth-child(3n) {
  -webkit-animation: fadeup 0.6s ease-out 0.6s;
  -ms-animation: fadeup 0.6s ease-out 0.6s;
  animation: fadeup 0.6s ease-out 0.6s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#body-content .panel:first-child {
  opacity: 1;
  -webkit-animation: fadeup 0s ease-out 0s;
  -ms-animation: fadeup 0s ease-out 0s;
  animation: fadeup 0s ease-out 0s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/*------ scaleup ------*/
@-webkit-keyframes scaleup {
  0% {
    opacity: 0;
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform: scale(0.5) rotate(0.02deg);
    -moz-transform: scale(0.5) rotate(0.02deg);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1) rotate(0.02deg);
    -moz-transform: scale(1) rotate(0.02deg);
  }
}
@-moz-keyframes scaleup {
  0% {
    opacity: 0;
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform: scale(0.5) rotate(0.02deg);
    -moz-transform: scale(0.5) rotate(0.02deg);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1) rotate(0.02deg);
    -moz-transform: scale(1) rotate(0.02deg);
  }
}
@-ms-keyframes scaleup {
  0% {
    opacity: 0;
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform: scale(0.5) rotate(0.02deg);
    -moz-transform: scale(0.5) rotate(0.02deg);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1) rotate(0.02deg);
    -moz-transform: scale(1) rotate(0.02deg);
  }
}
@-o-keyframes scaleup {
  0% {
    opacity: 0;
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform: scale(0.5) rotate(0.02deg);
    -moz-transform: scale(0.5) rotate(0.02deg);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1) rotate(0.02deg);
    -moz-transform: scale(1) rotate(0.02deg);
  }
}
@keyframes scaleup {
  0% {
    opacity: 0;
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform: scale(0.5) rotate(0.02deg);
    -moz-transform: scale(0.5) rotate(0.02deg);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1) rotate(0.02deg);
    -moz-transform: scale(1) rotate(0.02deg);
  }
}
.panel.gallery .dynamic-gallery .gal-item {
  opacity: 0;
}
.panel.gallery .dynamic-gallery .gal-item.animated {
  -webkit-animation: scaleup 0.5s ease-out 0s;
  -ms-animation: scaleup 0.5s ease-out 0s;
  animation: scaleup 0.5s ease-out 0s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/*------ spinner ------*/
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*---- globals ------*/
.fluid-min,
.fluid-max {
  position: relative;
  margin: 0 auto;
}
.fluid-min {
  max-width: 1280px;
}
.fluid-max {
  max-width: 1580px;
}
.responsive-bg {
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.touch .responsive-bg {
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.overlay.overlay-theme1 {
  background-color: #00b5e4;
}
.overlay.overlay-theme2 {
  background-color: #ed2f2b;
}
.overlay.overlay-gradient {
  background: #00b5e4;
  background: -moz-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #00b5e4), color-stop(100%, #ed2f2b));
  background: -webkit-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: -o-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: -ms-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b5e4', endColorstr='#ed2f2b', GradientType=1);
}
.overlay.overlay-black {
  background-color: #000;
}
.overlay.solid {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.hpadding-s {
  padding-left: 20px;
  padding-right: 20px;
}
.hpadding-m {
  padding-left: 30px;
  padding-right: 30px;
}
.hpadding-l {
  padding-left: 40px;
  padding-right: 40px;
}
.text-large {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 180%;
  line-height: 1.2;
}
.text-medium {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 180%;
  line-height: 1.2;
  font-size: 140%;
  margin-top: 10px;
}
/*------ forms ------*/
.button,
a.button {
  color: #ffffff;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 25px;
  height: auto;
  line-height: 1.4;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-shadow: 0 0 0 transparent;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -ms-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.button:hover,
a.button:hover,
.button:active,
a.button:active {
  background: #ffffff;
  color: #00b5e4;
}
.button:disabled,
a.button:disabled,
.button.disabled,
a.button.disabled {
  background: #eee !important;
  color: #ccc !important;
  cursor: default;
}
.button span.phone:before,
a.button span.phone:before,
.button span.tollfree:before,
a.button span.tollfree:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3cd";
  font-style: normal;
  padding-right: 8px;
}
.button span.mailto:before,
a.button span.mailto:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f0e0";
  font-style: normal;
  padding-right: 8px;
}
form {
  padding-bottom: 20px;
}
form fieldset,
form .container {
  border: 0;
  padding: 0 !important;
}
form label {
  margin-bottom: 5px;
}
form .input,
form .select,
form .textarea {
  width: 100%;
  height: 60px;
  font-style: normal;
}
form .input::-webkit-input-placeholder,
form .select::-webkit-input-placeholder,
form .textarea::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
form .input:-ms-input-placeholder,
form .select:-ms-input-placeholder,
form .textarea:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
form .input::-moz-placeholder,
form .select::-moz-placeholder,
form .textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
form .input:-moz-placeholder,
form .select:-moz-placeholder,
form .textarea:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
form .input:focus,
form .select:focus,
form .textarea:focus {
  color: #00b5e4;
}
form .input.error,
form .select.error,
form .textarea.error {
  color: #ed2f2b;
  border-color: #ed2f2b;
}
form .input.error::-webkit-input-placeholder,
form .select.error::-webkit-input-placeholder,
form .textarea.error::-webkit-input-placeholder {
  color: #ed2f2b;
  opacity: 1;
}
form .input.error:-ms-input-placeholder,
form .select.error:-ms-input-placeholder,
form .textarea.error:-ms-input-placeholder {
  color: #ed2f2b;
  opacity: 1;
}
form .input.error::-moz-placeholder,
form .select.error::-moz-placeholder,
form .textarea.error::-moz-placeholder {
  color: #ed2f2b;
  opacity: 1;
}
form .input.error:-moz-placeholder,
form .select.error:-moz-placeholder,
form .textarea.error:-moz-placeholder {
  color: #ed2f2b;
  opacity: 1;
}
form .textarea {
  height: 160px;
  padding-top: 20px;
}
form .button {
  background-color: #00b5e4;
  color: #fff;
  -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 .button:hover,
form .button:active {
  background-color: #ed2f2b;
  color: #fff;
}
form .button:disabled i,
form .button.disabled i {
  display: none;
}
form .button:disabled:before,
form .button.disabled:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f110";
  font-style: normal;
  display: inline-block;
  position: relative;
  left: -5px;
  -webkit-animation: spinner 1.5s linear infinite;
  -ms-animation: spinner 1.5s linear infinite;
  animation: spinner 1.5s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
form .checkbox + label:before,
form .radio + label:before {
  color: #00b5e4;
}
form h4 {
  color: #00b5e4;
}
span.req {
  color: #ed2f2b;
}
.alert {
  margin: 0 0 30px;
}
.alert p {
  padding: 0 20px 10px;
  border: 1px solid #ccc;
  border-top: 0;
}
.alert p a {
  color: #999999;
}
.alert p a:hover,
.alert p a:active {
  color: #333333;
}
.alert p strong {
  display: block;
  padding: 10px 20px;
  margin: 0 -20px 10px -20px;
  background: #555555;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
.alert.success p {
  border-color: #00b5e4;
  color: #00b5e4;
}
.alert.success strong {
  background: #00b5e4;
}
.alert.error p {
  border-color: #ed2f2b;
  color: #ed2f2b;
}
.alert.error strong {
  background: #ed2f2b;
}
.ui-dialog {
  font-size: 16px;
  font-size: 1rem;
}
.ui-dialog .ui-dialog-titlebar {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #555555;
  text-transform: uppercase;
  font-weight: 800;
}
.ui-dialog .ui-dialog-buttonpane button {
  font-size: inherit;
  font-style: inherit;
  background-color: #00b5e4;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
  background-color: #ed2f2b;
}
.ui-dialog.dialog-error .ui-dialog-titlebar {
  background-color: #ed2f2b;
}
.ui-dialog.dialog-success .ui-dialog-titlebar {
  background-color: #00b5e4;
}
#forgot-form .input {
  width: calc(100% - 60px);
  float: left;
  display: block;
}
#forgot-form .button {
  width: 60px;
  height: 60px;
  padding: 0;
  float: left;
  display: block;
  text-align: center;
}
#forgot-form .button i {
  margin: 0;
}
#forgot-form .button:before {
  left: auto;
}
#forgot-form .alert {
  margin: 0 0 10px;
}
#forgot-form .alert p {
  padding: 5px 10px;
  color: #fff;
}
#forgot-form .alert.success p {
  border: 1px solid #00b5e4;
  background: #00b5e4;
}
#forgot-form .alert.error p {
  border: 1px solid #ed2f2b;
  background: #ed2f2b;
}
#contact-form {
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
}
#contact-form label {
  display: none;
}
#contact-form .input,
#contact-form .select,
#contact-form .textarea {
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #fff;
}
#contact-form .textarea {
  height: 330px;
}
#contact-form .button {
  background-color: #fff;
  color: #00b5e4;
  float: right;
  display: block;
  -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;
}
#contact-form .button:hover,
#contact-form .button:active {
  background-color: #ed2f2b;
  color: #fff;
  -moz-box-shadow: 0 0 20px 0px rgba(11, 11, 11, 0.35);
  -webkit-box-shadow: 0 0 20px 0px rgba(11, 11, 11, 0.35);
  box-shadow: 0 0 20px 0px rgba(11, 11, 11, 0.35);
}
#contact-form .button:disabled {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
@media all and (min-width: 769px) {
  form .input,
  form .select,
  form .textarea {
    height: 75px;
  }
  form .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  form .container .column {
    width: calc(50% - 5px);
    margin: 0 5px 0 0;
  }
  form .container .column:nth-child(2n) {
    margin: 0 0 0 5px;
  }
  #forgot-form .input {
    width: calc(100% - 75px);
  }
  #forgot-form .button {
    width: 75px;
    height: 75px;
  }
  #contact-form {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  #contact-form .textarea {
    height: 330px;
  }
}
@media all and (min-width: 1025px) {
  .button,
  a.button {
    padding: 25px 40px;
  }
}
/*------ navigation ------*/
#page-navigation {
  position: relative;
  z-index: 500;
  background: #eee;
  border-bottom: 1px solid #ffffff;
}
#page-navigation .container {
  position: relative;
  margin: 0 auto;
  max-width: 1580px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
}
#page-navigation .container #page-logo img {
  display: block;
  max-width: 150px;
  max-height: 80px;
}
#page-navigation.stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
#main-navigation {
  display: none;
  text-align: right;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
}
.ddsmoothmenu ul {
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ddsmoothmenu ul li {
  position: relative;
  display: inline-block;
  float: none;
  text-align: left;
}
.ddsmoothmenu ul li a {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  color: #555555;
  text-transform: uppercase;
  font-weight: 800;
  -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;
}
.ddsmoothmenu ul li a .fas {
  color: #ed2f2b;
  display: inline-block;
  width: 20px;
}
.ddsmoothmenu ul li a:hover,
.ddsmoothmenu ul li a:active,
.ddsmoothmenu ul li a.selected {
  color: #00b5e4;
}
.ddsmoothmenu ul li ul {
  position: absolute;
  left: 0;
  display: none;
  visibility: hidden;
  font-size: 16px;
  font-size: 1rem;
}
.ddsmoothmenu ul li ul li {
  display: list-item;
  float: none;
}
.ddsmoothmenu ul li ul li a {
  width: 300px;
  margin: 0;
  color: #ffffff;
  background: #555555;
}
.ddsmoothmenu ul li ul li a:hover,
.ddsmoothmenu ul li ul li a:active {
  color: #ffffff;
  background-color: #ed2f2b;
}
.ddsmoothmenu ul li ul li ul {
  top: 0;
}
.ddsmoothmenu ul li.menu-header {
  display: none;
}
.ddsmoothmenu ul li.highlight a {
  color: #00b5e4;
}
.ddsmoothmenu ul li.highlight a:hover,
.ddsmoothmenu ul li.highlight a:active,
.ddsmoothmenu ul li.highlight a.selected {
  color: #ed2f2b;
}
.ddsmoothmenu ul li.highlight ul li a {
  color: #ffffff;
}
.ddsmoothmenu ul li.highlight ul li a .fas {
  color: #00b5e4;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.ddsmoothmenu ul li.highlight ul li a:hover,
.ddsmoothmenu ul li.highlight ul li a:active,
.ddsmoothmenu ul li.highlight ul li a.selected {
  color: #ffffff;
}
.ddsmoothmenu ul li.highlight ul li a:hover .fas,
.ddsmoothmenu ul li.highlight ul li a:active .fas,
.ddsmoothmenu ul li.highlight ul li a.selected .fas {
  color: #ffffff;
}
.ddsmoothmenu ul li.login .fas {
  width: 22px;
}
* html .ddsmoothmenu ul li a {
  display: inline-block;
}
* html .ddsmoothmenu {
  height: 1%;
}
#mobile-navigation {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
#mobile-navigation nav {
  display: none;
}
.mblmenu {
  display: block !important;
  position: relative;
  z-index: 100;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 800;
}
.mblmenu .levelHolderClass {
  position: absolute;
  z-index: 1;
  top: 0;
  width: auto;
  margin-left: 20px;
  min-height: 100%;
  zoom: 1;
  cursor: default;
  background: #555555;
}
.mblmenu .rtl {
  margin-right: -100%;
  right: 0;
}
.mblmenu .floatRight {
  float: right;
}
.mblmenu .floatLeft {
  float: left;
}
.mblmenu .cursorPointer {
  cursor: pointer;
}
.mblmenu .iconSpacing_ltr {
  padding: 0;
}
.mblmenu .iconSpacing_rtl {
  padding: 0;
}
.mblmenu .backItemClass {
  display: block;
  padding: 0;
  border-bottom: 1px solid #6f6f6f;
  white-space: nowrap;
}
.mblmenu .backItemClass a {
  padding-left: 70px;
}
.mblmenu .fas {
  display: inline-block;
  color: #ed2f2b;
  font-size: 14px;
  width: 20px;
  line-height: 1.6;
}
.mblmenu .fas.more-icon,
.mblmenu .fas.hit-area,
.mblmenu .fas.fa-times {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  line-height: 1;
  background: #00b5e4;
  color: #ffffff;
  font-size: 16px;
}
.mblmenu .fas.more-icon:before,
.mblmenu .fas.hit-area:before,
.mblmenu .fas.fa-times:before {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  right: 0;
  text-align: center;
}
.mblmenu .fas.fa-times {
  font-size: 14px;
}
.mblmenu .fas.more-icon {
  left: auto;
  right: 0;
}
.mblmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mblmenu li {
  cursor: pointer;
  padding: 0;
  text-align: left !important;
  border-bottom: 1px solid #6f6f6f;
}
.mblmenu li .levelHolderClass {
  -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);
}
.mblmenu li a {
  display: block;
  position: relative;
  z-index: 0;
  outline: none;
  overflow: hidden;
  padding: 0;
  padding: 15px 70px 15px 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  background: none;
  color: #ffffff;
}
.mblmenu li a:hover,
.mblmenu li a:active {
  color: #cccccc;
}
.mblmenu li.menu-contact {
  padding: 10px 20px 20px;
  color: #ffffff;
  border: 0;
}
.mblmenu li.menu-contact ul {
  display: block !important;
  visibility: visible !important;
}
.mblmenu li.menu-contact ul li {
  border: 0;
  display: block;
  clear: both;
}
.mblmenu li.menu-contact ul li .label {
  font-size: 0;
}
.mblmenu li.menu-contact ul li .label:before {
  content: "";
  font-size: 14px;
  float: left;
  display: block;
  width: 14px;
  text-align: center;
  padding: 12px 8px 0 0;
  font-style: normal;
  color: #ed2f2b;
}
.mblmenu li.menu-contact ul li a,
.mblmenu li.menu-contact ul li div {
  padding: 0;
  padding: 8px 0;
  float: left;
  display: block;
}
.mblmenu li.menu-contact ul li a:hover,
.mblmenu li.menu-contact ul li div:hover {
  color: #cccccc;
}
.mblmenu li.menu-contact ul li span.line-1 {
  display: block;
}
.mblmenu li.menu-contact ul li.address .label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
}
.mblmenu li.menu-contact ul li.phone .label:before,
.mblmenu li.menu-contact ul li.tollfree .label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3cd";
}
.mblmenu li.menu-contact ul li.fax .label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ac";
}
.mblmenu li.menu-contact ul li.mailto .label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
}
#menu-toggle {
  position: relative;
  width: 30px;
  height: 22px;
  z-index: 500;
  top: 0;
  right: 0;
  margin: 0 0 0 auto;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-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;
}
#menu-toggle span {
  position: absolute;
  display: block;
  height: 4px;
  width: 100%;
  background: #555555;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-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;
}
#menu-toggle span:nth-child(1) {
  top: 0px;
}
#menu-toggle span:nth-child(2),
#menu-toggle span:nth-child(3) {
  top: 9px;
}
#menu-toggle span:nth-child(4) {
  top: 18px;
}
#menu-toggle.close span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
#menu-toggle.close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-toggle.close span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-toggle.close span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
#account-navigation ul {
  margin: 0;
  padding: 0 0 20px 3px;
  list-style: none;
}
#account-navigation ul li {
  display: block;
  padding: 0 0 5px;
}
#account-navigation ul li i {
  width: 24px;
}
#sitemap {
  margin: 0 0 0 20px;
}
#sitemap ul {
  margin: 0 0 0 20px;
  padding: 0;
}
#sitemap ul li.menu-header {
  display: none;
}
#sitemap .fas {
  display: none;
}
#breadcrumbs {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  padding: 20px;
  font-size: 14px;
}
#breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#breadcrumbs ol li {
  display: inline-block;
}
#breadcrumbs ol li a {
  display: inline-block;
  color: #999999;
  white-space: nowrap;
  text-shadow: 0 0 10px #fff;
}
#breadcrumbs ol li a:hover,
#breadcrumbs ol li a:active {
  color: #00b5e4;
}
#breadcrumbs ol li .arrow {
  padding: 0 5px;
}
body.active #main-navigation .account,
body.active #mobile-navigation .account,
body.active #sitemap .account {
  display: inline-block;
}
body.active #main-navigation .login,
body.active #mobile-navigation .login,
body.active #sitemap .login {
  display: none;
}
body.active #mobile-navigation .account {
  display: block;
}
body.active #sitemap .account {
  display: list-item;
}
body.inactive #main-navigation .account,
body.inactive #mobile-navigation .account,
body.inactive #sitemap .account {
  display: none;
}
body.inactive #main-navigation .login,
body.inactive #mobile-navigation .login,
body.inactive #sitemap .login {
  display: inline-block;
}
body.inactive #mobile-navigation .login {
  display: block;
}
body.inactive #sitemap .login {
  display: list-item;
}
@media all and (min-width: 769px) {
  #page-navigation .container #page-logo img {
    max-width: 200px;
  }
  #breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) {
  .ddsmoothmenu {
    display: block !important;
    margin-left: auto;
  }
  #menu-toggle {
    display: none;
  }
  #breadcrumbs {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*------ header ------*/
#page-contact {
  display: none;
  position: relative;
  margin: 0 auto;
  max-width: 1580px;
  padding: 20px;
}
#page-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#page-contact ul li {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}
#page-contact ul li.fax,
#page-contact ul li .label {
  display: none;
}
#page-contact ul li.phone a:before,
#page-contact ul li.tollfree a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3cd";
  padding-right: 6px;
}
#page-contact ul li.address a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  padding-right: 4px;
}
#page-contact ul li.mailto a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f0e0";
  padding-right: 4px;
}
#page-contact ul li a {
  color: #333333;
  background: #fff;
  padding: 5px 10px;
  -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-contact ul li a:before {
  color: #00b5e4;
  font-style: normal;
  font-size: 14px;
  -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-contact ul li a:hover {
  background-color: #00b5e4;
  color: #ffffff;
}
#page-contact ul li a:hover:before {
  color: #ffffff;
}
#page-hero {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 150px;
  max-height: 250px;
  text-shadow: 2px 2px 5px rgba(11, 11, 11, 0.2);
  border-bottom: 1px solid #fff;
}
#page-hero:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}
#page-hero .container {
  display: block;
  width: 100%;
}
#page-hero #page-header {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  z-index: 2;
  padding: 30px 20px;
}
#page-hero #page-header .page-subtitle {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 180%;
  line-height: 1.2;
  font-size: 140%;
  margin-top: 10px;
}
#page-hero #page-header .page-buttons {
  margin-top: 20px;
}
#page-hero #page-hero-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#page-hero #page-hero-image .responsive-bg {
  width: 100%;
  height: 100%;
  background-attachment: scroll;
}
#page-hero #page-hero-image .overlay {
  background: #00b5e4;
  background: -moz-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #00b5e4), color-stop(100%, #ed2f2b));
  background: -webkit-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: -o-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: -ms-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b5e4', endColorstr='#ed2f2b', GradientType=1);
}
#page-hero.noimage #page-hero-image .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  background: #00b5e4;
}
#slideshow {
  max-height: 300px;
  min-height: 300px;
}
#slideshow .cycle-slideshow {
  position: relative;
  text-shadow: 2px 2px 5px rgba(11, 11, 11, 0.2);
  height: 100%;
}
#slideshow .cycle-slideshow .slide {
  position: relative;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #fff;
  display: none;
}
#slideshow .cycle-slideshow .slide.cycle-slide {
  display: block;
}
#slideshow .cycle-slideshow .slide .container {
  display: block;
  width: 100%;
  height: 100%;
}
#slideshow .cycle-slideshow .slide .slide-content {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
  height: 100%;
  padding: 30px 20px;
}
#slideshow .cycle-slideshow .slide .slide-content .slide-title h2 {
  color: #ffffff;
  margin: 0;
}
#slideshow .cycle-slideshow .slide .slide-content .slide-text {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 180%;
  line-height: 1.2;
  font-size: 140%;
  margin-top: 10px;
}
#slideshow .cycle-slideshow .slide .slide-content .slide-buttons {
  margin-top: 20px;
}
#slideshow .cycle-slideshow .slide .slide-image,
#slideshow .cycle-slideshow .slide .slide-video {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#slideshow .cycle-slideshow .slide .slide-image .responsive-bg,
#slideshow .cycle-slideshow .slide .slide-video .responsive-bg {
  width: 100%;
  height: 100%;
  background-attachment: scroll;
}
#slideshow .cycle-slideshow .slide .slide-image .overlay,
#slideshow .cycle-slideshow .slide .slide-video .overlay {
  background: #00b5e4;
  background: -moz-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #00b5e4), color-stop(100%, #ed2f2b));
  background: -webkit-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: -o-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: -ms-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b5e4', endColorstr='#ed2f2b', GradientType=1);
}
#slideshow .cycle-slideshow .slide .slide-video {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  display: none;
}
#slideshow .cycle-slideshow .slideshow-prev-next {
  position: absolute;
  z-index: 500;
  display: none;
  font-style: normal;
  font-size: 60px;
  background: red;
  left: 0;
  right: 0;
  top: calc(50% - 36px);
}
#slideshow .cycle-slideshow .slideshow-prev-next a {
  position: absolute;
  color: rgba(255, 255, 255, 0.25);
  text-shadow: 0 0 0 transparent;
  -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;
  outline: none;
}
#slideshow .cycle-slideshow .slideshow-prev-next a span {
  display: none;
}
#slideshow .cycle-slideshow .slideshow-prev-next a:hover,
#slideshow .cycle-slideshow .slideshow-prev-next a:active {
  color: #ffffff;
}
#slideshow .cycle-slideshow .slideshow-prev-next #cycle-prev {
  left: 20px;
}
#slideshow .cycle-slideshow .slideshow-prev-next #cycle-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
}
#slideshow .cycle-slideshow .slideshow-prev-next #cycle-next {
  right: 20px;
}
#slideshow .cycle-slideshow .slideshow-prev-next #cycle-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
#slideshow .slideshow-pager {
  display: none;
}
#scroll-down-btn {
  position: absolute;
  display: none;
  z-index: 900;
  top: calc(100% - 85px);
  left: calc(50% - 30px);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 30px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
}
#scroll-down-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
@media all and (min-width: 481px) {
  #page-hero {
    min-height: 200px;
    max-height: 300px;
  }
  #page-hero #page-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #slideshow {
    max-height: 400px;
    min-height: 400px;
  }
  #scroll-down-btn {
    display: block;
  }
}
@media all and (min-width: 769px) {
  #page-contact {
    display: block;
    padding: 20px;
  }
  #page-hero {
    max-height: 400px;
  }
  #page-hero #page-header {
    padding-left: 30px;
    padding-right: 30px;
  }
  #slideshow {
    max-height: 100%;
  }
  #slideshow .cycle-slideshow .slide .slide-content {
    padding-left: 80px;
    padding-right: 80px;
  }
  #slideshow .cycle-slideshow .slideshow-prev-next {
    display: block;
  }
}
@media all and (min-width: 1025px) {
  #page-contact {
    padding: 30px 20px;
  }
  #page-hero {
    min-height: 250px;
    max-height: 450px;
  }
  #page-hero #page-header {
    padding: 60px 40px;
  }
  #page-hero #page-header .page-subtitle {
    color: #ffffff;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 180%;
    line-height: 1.2;
    margin-top: 20px;
  }
  #page-hero #page-header .page-buttons {
    margin-top: 30px;
  }
  #slideshow .cycle-slideshow .slide .slide-content .slide-text {
    color: #ffffff;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 180%;
    line-height: 1.2;
    margin-top: 20px;
  }
  #slideshow .cycle-slideshow .slide .slide-content .slide-buttons {
    margin-top: 30px;
  }
  .no-touch #slideshow .cycle-slideshow .slide .slide-video {
    display: block;
  }
}
@media all and (min-width: 1367px) {
  #page-hero {
    max-height: 500px;
  }
}
/*------ main ------*/
#page-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#body-content {
  background: url("../../images/ui/bg.jpg") center -200px repeat-x;
  margin-top: -100px;
  padding-top: 100px;
}
#contact-locations .container {
  padding: 0;
}
#contact-information #contact-table {
  border: 0;
}
#contact-information #contact-table th {
  width: 120px;
  font-weight: normal;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}
#contact-information #contact-table th,
#contact-information #contact-table td {
  background: none;
  padding: 0 0 10px;
}
#contact-information #contact-table th {
  width: 26px;
}
#contact-information #contact-table th .label {
  display: none;
}
#contact-information #contact-table th:before {
  font-style: normal;
  color: #00b5e4;
  font-size: 16px;
}
#contact-information #contact-table td .title {
  font-weight: 700;
  color: #000000;
}
#contact-information #contact-table tr.address th {
  vertical-align: top;
}
#contact-information #contact-table tr.address th:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
}
#contact-information #contact-table tr.phone th:before,
#contact-information #contact-table tr.phone-alt th:before,
#contact-information #contact-table tr.tollfree th:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3cd";
}
#contact-information #contact-table tr.fax th:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ac";
}
#contact-information #contact-table tr.mailto th:before,
#contact-information #contact-table tr.mailto-alt th:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f0e0";
}
#contact-hours #hours-table {
  border: 0;
  margin-top: 0;
}
#contact-hours #hours-table tr th {
  width: 100px;
  font-weight: normal;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
}
#contact-hours #hours-table tr th,
#contact-hours #hours-table tr td {
  background: none;
}
#contact-hours #hours-table tr.current th,
#contact-hours #hours-table tr.current td {
  font-weight: 700;
  color: #000000;
}
#contact-hours .open-text,
#contact-hours .closing-text,
#contact-hours .closed-text {
  font-weight: 700;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
}
#contact-hours .open-text {
  color: #00b5e4;
}
#contact-hours .closing-text,
#contact-hours .closed-text {
  color: #ed2f2b;
}
#google-map {
  position: relative;
  width: 100%;
  height: 400px;
}
#google-map .container {
  width: 100%;
  height: 100%;
}
#google-map .container #load-map {
  width: 100%;
  height: 100%;
  background: #e5e3df;
}
#google-map .container #map-buttons {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: center;
}
#google-map .container #map-buttons a {
  border: 1px solid #ccc;
  background: #fff;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0 0 10px;
  height: 60px;
  max-width: 100%;
  outline: none;
  -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-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  cursor: pointer;
  width: auto;
  display: inline-block;
  padding: 0 20px;
  margin: 0;
  line-height: 60px;
  color: #ffffff;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 25px;
  height: auto;
  line-height: 1.4;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-shadow: 0 0 0 transparent;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -ms-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  background-color: #00b5e4;
  color: #fff !important;
  margin-bottom: 5px;
}
#google-map .container #map-buttons a::-webkit-input-placeholder {
  color: inherit;
}
#google-map .container #map-buttons a:-ms-input-placeholder {
  color: inherit;
}
#google-map .container #map-buttons a::-moz-placeholder {
  color: inherit;
}
#google-map .container #map-buttons a:-moz-placeholder {
  color: inherit;
}
#google-map .container #map-buttons a .fas {
  margin-right: 8px;
}
#google-map .container #map-buttons a:hover,
#google-map .container #map-buttons a:active {
  background: #ffffff;
  color: #00b5e4;
}
#google-map .container #map-buttons a:disabled,
#google-map .container #map-buttons a.disabled {
  background: #eee !important;
  color: #ccc !important;
  cursor: default;
}
#google-map .container #map-buttons a span.phone:before,
#google-map .container #map-buttons a span.tollfree:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3cd";
  font-style: normal;
  padding-right: 8px;
}
#google-map .container #map-buttons a span.mailto:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f0e0";
  font-style: normal;
  padding-right: 8px;
}
#google-map .container #map-buttons a:hover {
  background-color: #ed2f2b;
}
#switch-location-modal a {
  display: inline-block;
  padding: 5px 0;
  outline: none;
}
#switch-location-modal a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  padding-right: 6px;
  font-style: normal;
}
.photo-galleries {
  margin-top: 20px;
}
.photo-galleries .container {
  padding: 0 !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}
.photo-galleries .container .gallery-box {
  position: relative;
  width: 100%;
  max-width: 640px;
}
.photo-galleries .container .gallery-box .gallery-hover {
  position: relative;
}
.photo-galleries .container .gallery-box .gallery-hover .gallery-image {
  position: relative;
  z-index: 1;
  display: block;
}
.photo-galleries .container .gallery-box .gallery-hover .gallery-image img {
  display: block;
}
.photo-galleries .container .gallery-box .gallery-hover .gallery-image:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  z-index: 3;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-style: normal;
  top: calc(50% - 20px);
  left: calc(50% - 15px);
  opacity: 0;
  text-shadow: 0 0 20px #000;
  -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;
}
.photo-galleries .container .gallery-box .gallery-hover .gallery-image .overlay {
  background: #00b5e4;
  background: -moz-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #00b5e4), color-stop(100%, #ed2f2b));
  background: -webkit-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: -o-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: -ms-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b5e4', endColorstr='#ed2f2b', GradientType=1);
  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;
}
.photo-galleries .container .gallery-box .gallery-hover .gallery-image:hover .overlay {
  opacity: 0.5;
}
.photo-galleries .container .gallery-box .gallery-hover .gallery-image:hover:before {
  opacity: 1;
}
.photo-galleries .container .gallery-box .gallery-content {
  padding: 20px;
}
.photo-galleries .container .gallery-box .gallery-content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 10px;
}
.photo-galleries .container .gallery-box .gallery-content h3 a {
  color: #000000;
}
.photo-galleries .container .gallery-box .gallery-content h3 a:hover,
.photo-galleries .container .gallery-box .gallery-content h3 a:active {
  color: #ed2f2b;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #00b5e4;
}
#project-details {
  margin: 5px 0;
  list-style: none;
  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;
}
#project-details li {
  display: block;
  margin: 0 30px 5px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
#project-details li i {
  display: block;
  -webkit-box-flex: 0 0 50px;
  -moz-box-flex: 0 0 50px;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-right: 10px;
  background: #999999;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#project-details li strong {
  display: block;
  text-transform: uppercase;
  font-weight: 800;
}
#shared-files {
  border: 1px solid #ccc;
}
#shared-files td:first-child {
  width: 20px !important;
  padding-right: 0;
}
@media all and (min-width: 769px) {
  .photo-galleries .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .photo-galleries .container .gallery-box {
    width: 50%;
    padding-right: 10px;
  }
  .photo-galleries .container .gallery-box:nth-child(2n) {
    padding-right: 0;
    padding-left: 10px;
  }
}
/*------ panels ------*/
.panel {
  position: relative;
  padding: 20px 0;
}
.panel .panel-content {
  position: relative;
  z-index: 2;
}
.panel.standard .container {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.panel.standard #google-map {
  height: 300px;
  padding-left: 20px;
  padding-right: 20px;
}
.panel.standard #google-map .container {
  border: 1px solid #ccc;
  padding: 10px;
}
.panel.standard #google-map #map-buttons .switch-btn {
  display: none;
}
.panel.side {
  padding-left: 20px;
  padding-right: 20px;
}
.panel.side .container {
  position: relative;
  margin: 0 auto;
  max-width: 1580px;
  background: #555555;
}
.panel.side .panel-content {
  background: #555555;
  color: #ffffff;
  padding: 40px 30px 20px;
}
.panel.side .panel-content h2,
.panel.side .panel-content h3 {
  color: inherit;
  margin-bottom: 20px;
}
.panel.side .panel-media {
  position: relative;
}
.panel.side .panel-media .panel-image {
  position: relative;
  padding: 0 30px;
}
.panel.side .panel-media .panel-image.centered {
  top: 0 !important;
}
.panel.side .panel-media .panel-image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.panel.side.ltr .panel-content {
  padding-bottom: 0;
}
.panel.side.ltr .panel-media {
  margin-bottom: 30px;
}
.panel.side.ltr .panel-media .panel-image {
  top: 30px;
}
.panel.side.rtl .panel-content {
  padding-top: 0;
}
.panel.side.rtl .panel-media {
  margin-top: 30px;
}
.panel.side.rtl .panel-media .panel-image {
  top: -30px;
}
.panel.standard + .side,
.panel.promo + .side,
.panel.gallery + .side,
.panel.side + .side {
  padding-top: 0;
}
.panel.cta,
.panel.parallax {
  text-shadow: 2px 2px 5px rgba(11, 11, 11, 0.2);
  border-bottom: 1px solid #fff;
}
.panel.cta .panel-content,
.panel.parallax .panel-content {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  padding: 40px 20px;
  color: #ffffff;
}
.panel.cta .panel-content h2,
.panel.parallax .panel-content h2 {
  color: #ffffff;
  margin: 0;
}
.panel.cta .panel-content .panel-text,
.panel.parallax .panel-content .panel-text,
.panel.cta .panel-content .panel-subtitle h3,
.panel.parallax .panel-content .panel-subtitle h3 {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 180%;
  line-height: 1.2;
  font-size: 140%;
  margin-top: 10px;
  margin-bottom: 0;
  font-style: normal;
  text-transform: none;
}
.panel.cta .panel-content .panel-text p:last-child,
.panel.parallax .panel-content .panel-text p:last-child,
.panel.cta .panel-content .panel-subtitle h3 p:last-child,
.panel.parallax .panel-content .panel-subtitle h3 p:last-child,
.panel.cta .panel-content .panel-text ol:last-child,
.panel.parallax .panel-content .panel-text ol:last-child,
.panel.cta .panel-content .panel-subtitle h3 ol:last-child,
.panel.parallax .panel-content .panel-subtitle h3 ol:last-child,
.panel.cta .panel-content .panel-text ul:last-child,
.panel.parallax .panel-content .panel-text ul:last-child,
.panel.cta .panel-content .panel-subtitle h3 ul:last-child,
.panel.parallax .panel-content .panel-subtitle h3 ul:last-child {
  padding-bottom: 0;
}
.panel.cta .panel-content .panel-buttons,
.panel.parallax .panel-content .panel-buttons {
  margin-top: 20px;
  margin-left: -5px;
}
.panel.cta .panel-content .panel-buttons a,
.panel.parallax .panel-content .panel-buttons a {
  margin: 5px;
}
.panel.cta .panel-image,
.panel.parallax .panel-image {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.panel.cta .responsive-bg,
.panel.parallax .responsive-bg {
  width: 100%;
  height: 100%;
}
.panel.promo {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 1580px;
}
.panel.promo .panel-content {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.panel.promo .promo-boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  margin-left: -2px;
  margin-right: -2px;
}
.panel.promo .promo-boxes .promo-box {
  position: relative;
  display: block;
  width: 100%;
  max-width: 640px;
  margin: -1px;
}
.panel.promo .promo-boxes .promo-box .promo-hover {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -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;
}
.panel.promo .promo-boxes .promo-box .promo-hover .promo-title {
  display: none;
}
.panel.promo .promo-boxes .promo-box .promo-hover .promo-text {
  display: block;
  width: 100%;
  white-space: normal;
  color: #fff;
  padding-bottom: 20px;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(11, 11, 11, 0.2);
  padding-left: 20px;
  padding-right: 20px;
}
.panel.promo .promo-boxes .promo-box .promo-hover .promo-button {
  border: 1px solid #ccc;
  background: #fff;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0 0 10px;
  height: 60px;
  max-width: 100%;
  outline: none;
  -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-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  cursor: pointer;
  width: auto;
  display: inline-block;
  padding: 0 20px;
  margin: 0;
  line-height: 60px;
  color: #ffffff;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 25px;
  height: auto;
  line-height: 1.4;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-shadow: 0 0 0 transparent;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -ms-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.panel.promo .promo-boxes .promo-box .promo-hover .promo-button::-webkit-input-placeholder {
  color: inherit;
}
.panel.promo .promo-boxes .promo-box .promo-hover .promo-button:-ms-input-placeholder {
  color: inherit;
}
.panel.promo .promo-boxes .promo-box .promo-hover .promo-button::-moz-placeholder {
  color: inherit;
}
.panel.promo .promo-boxes .promo-box .promo-hover .promo-button:-moz-placeholder {
  color: inherit;
}
.panel.promo .promo-boxes .promo-box .promo-hover .promo-button .fas {
  margin-right: 8px;
}
.panel.promo .promo-boxes .promo-box .promo-hover .promo-button:hover,
.panel.promo .promo-boxes .promo-box .promo-hover .promo-button:active {
  background: #ffffff;
  color: #00b5e4;
}
.panel.promo .promo-boxes .promo-box .promo-hover .promo-button:disabled,
.panel.promo .promo-boxes .promo-box .promo-hover .promo-button.disabled {
  background: #eee !important;
  color: #ccc !important;
  cursor: default;
}
.panel.promo .promo-boxes .promo-box .promo-hover .promo-button span.phone:before,
.panel.promo .promo-boxes .promo-box .promo-hover .promo-button span.tollfree:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3cd";
  font-style: normal;
  padding-right: 8px;
}
.panel.promo .promo-boxes .promo-box .promo-hover .promo-button span.mailto:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f0e0";
  font-style: normal;
  padding-right: 8px;
}
.panel.promo .promo-boxes .promo-box .promo-hover .promo-text,
.panel.promo .promo-boxes .promo-box .promo-hover .promo-button {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.panel.promo .promo-boxes .promo-box .promo-hover .overlay {
  position: absolute;
  z-index: -1;
  background: #00b5e4;
  background: -moz-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #00b5e4), color-stop(100%, #ed2f2b));
  background: -webkit-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: -o-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: -ms-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b5e4', endColorstr='#ed2f2b', GradientType=1);
}
.panel.promo .promo-boxes .promo-box .promo-content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.panel.promo .promo-boxes .promo-box .promo-content .promo-text,
.panel.promo .promo-boxes .promo-box .promo-content .promo-link {
  display: none;
}
.panel.promo .promo-boxes .promo-box .promo-content h3 {
  margin: 0;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.75);
  text-align: center;
  padding: 0 20px;
}
.panel.promo .promo-boxes .promo-box .promo-image {
  position: relative;
  z-index: 0;
}
.panel.promo .promo-boxes .promo-box .promo-image img {
  display: block;
}
.panel.promo .promo-boxes .promo-box:hover .promo-hover {
  opacity: 1;
}
.panel.promo .promo-boxes .promo-box:hover .promo-hover .promo-text,
.panel.promo .promo-boxes .promo-box:hover .promo-hover .promo-button {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.panel.promo .promo-boxes .promo-box:hover .promo-content {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.panel.standard + .promo {
  padding-top: 0;
}
.panel.gallery {
  position: relative;
  overflow: hidden;
}
.panel.gallery .panel-content {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.panel.gallery .panel-content .panel-text {
  padding-bottom: 30px;
}
.panel.gallery .dynamic-gallery {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.panel.gallery .dynamic-gallery .light-gallery .grid-sizer,
.panel.gallery .dynamic-gallery .light-gallery .gal-item {
  width: 50%;
}
.panel.gallery .dynamic-gallery .light-gallery .gal-item {
  float: left;
  display: block;
}
.panel.gallery .dynamic-gallery .light-gallery .gal-item a {
  display: block;
  border: 1px solid #fff;
}
.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: #00b5e4;
  background: -moz-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #00b5e4), color-stop(100%, #ed2f2b));
  background: -webkit-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: -o-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: -ms-linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  background: linear-gradient(45deg, #00b5e4 0%, #ed2f2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b5e4', endColorstr='#ed2f2b', GradientType=1);
  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 {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f065";
  position: absolute;
  z-index: 3;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-style: normal;
  top: calc(50% - 20px);
  left: calc(50% - 15px);
  opacity: 0;
  text-shadow: 0 0 20px #000;
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform: scale(0.5) rotate(0.02deg);
  -moz-transform: scale(0.5) rotate(0.02deg);
  -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;
}
.panel.gallery .dynamic-gallery .light-gallery .gal-item a:hover:before {
  opacity: 1;
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1) rotate(0.02deg);
  -moz-transform: scale(1) rotate(0.02deg);
}
.panel.standard .panel-title,
.panel.promo .panel-title,
.panel.gallery .panel-title {
  position: relative;
  overflow: hidden;
}
.panel.standard .panel-title h2,
.panel.promo .panel-title h2,
.panel.gallery .panel-title h2 {
  display: inline-block;
}
.panel.standard .panel-title:after,
.panel.promo .panel-title:after,
.panel.gallery .panel-title:after {
  position: absolute;
  z-index: 0;
  content: "";
  height: 1px;
  width: 100%;
  top: calc(30%);
  background: #ccc;
  margin-left: 10px;
}
.panel.parallax + .standard,
.panel.cta + .standard,
.panel.parallax + .gallery .panel-header,
.panel.cta + .gallery .panel-header,
.panel.parallax + .promo .panel-header,
.panel.cta + .promo .panel-header {
  margin-top: 20px;
}
#slideshow + #body-content .standard:first-child,
#page-hero + #body-content .standard:first-child,
#slideshow + #body-content .gallery:first-child .panel-header,
#page-hero + #body-content .gallery:first-child .panel-header,
#slideshow + #body-content .promo:first-child .panel-header,
#page-hero + #body-content .promo:first-child .panel-header {
  margin-top: 20px;
}
@media all and (min-width: 481px) {
  .panel.standard .panel-title:after,
  .panel.promo .panel-title:after,
  .panel.gallery .panel-title:after {
    top: calc(35%);
    margin-left: 20px;
  }
  .panel.side .panel-content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .panel.gallery .dynamic-gallery .light-gallery .grid-sizer,
  .panel.gallery .dynamic-gallery .light-gallery .gal-item {
    width: 33.3334%;
  }
  #contact-hours #hours-table tr th {
    width: 150px;
  }
}
@media all and (min-width: 769px) {
  .panel {
    padding: 40px 0;
  }
  .panel.standard .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .panel.standard #google-map {
    padding-left: 30px;
    padding-right: 30px;
  }
  .panel.side {
    padding-left: 30px;
    padding-right: 30px;
  }
  .panel.promo .promo-boxes .promo-box {
    width: 50%;
  }
  .panel.cta .panel-content,
  .panel.parallax .panel-content {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .panel.gallery .panel-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  #contact-locations .location-panel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  #contact-locations .location-panel .column:first-child {
    width: 50%;
    padding-right: 30px;
  }
}
@media all and (min-width: 1025px) {
  .panel.standard .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .panel.standard #google-map {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    height: 400px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .panel.standard #google-map .container {
    padding: 20px;
  }
  .panel.standard #google-map #map-buttons {
    bottom: 30px;
  }
  .panel.side {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .panel.side .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .panel.side .panel-content {
    padding: 60px !important;
    width: 50%;
  }
  .panel.side .panel-content h2 {
    margin-top: 20px;
  }
  .panel.side .panel-media {
    position: relative;
    width: 50%;
    margin: 0 !important;
  }
  .panel.side .panel-media .panel-image {
    position: relative;
    height: 100%;
    padding: 0;
  }
  .panel.side.ltr .panel-media {
    padding-right: 30px;
  }
  .panel.side.ltr .panel-media .panel-image {
    top: 30px;
  }
  .panel.side.rtl .panel-media {
    padding-left: 30px;
  }
  .panel.side.rtl .panel-media .panel-image {
    top: 30px;
  }
  .panel.side.noimage {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .panel.side.noimage .panel-content {
    width: 100%;
  }
  .panel.promo .promo-boxes .promo-box {
    width: 33.33%;
  }
  .panel.cta .panel-content,
  .panel.parallax .panel-content {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .panel.cta .panel-content .panel-text,
  .panel.parallax .panel-content .panel-text,
  .panel.cta .panel-content .panel-subtitle h3,
  .panel.parallax .panel-content .panel-subtitle h3 {
    color: #ffffff;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 180%;
    line-height: 1.2;
    margin-top: 20px;
  }
  .panel.cta .panel-content .panel-buttons,
  .panel.parallax .panel-content .panel-buttons {
    margin-top: 30px;
  }
  .panel.gallery .panel-content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .panel.gallery .dynamic-gallery .light-gallery .grid-sizer,
  .panel.gallery .dynamic-gallery .light-gallery .gal-item {
    width: 25%;
  }
}
@media all and (min-width: 1367px) {
  .panel.promo .promo-boxes .promo-box .promo-hover .promo-button {
    padding: 25px 40px;
  }
  .panel.gallery .dynamic-gallery .light-gallery .grid-sizer,
  .panel.gallery .dynamic-gallery .light-gallery .gal-item {
    width: 16.6667%;
  }
}
/*------ tabs ------*/
.content-tabs .tabs-nav-wrapper ul,
.content-tabs div.tabs-panel {
  display: none;
}
.content-tabs.ui-tabs {
  display: block;
  padding-top: 20px;
}
.content-tabs.ui-tabs .ui-tabs-nav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.content-tabs.ui-tabs .ui-tabs-nav li {
  display: block;
  position: relative;
}
.content-tabs.ui-tabs .ui-tabs-nav li a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 15px;
  border: 0;
  border-bottom: 0;
  margin: 0 0 1px 0;
  outline: none;
  text-decoration: none;
  background: rgba(0, 181, 228, 0.6);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.content-tabs.ui-tabs .ui-tabs-nav li a:hover,
.content-tabs.ui-tabs .ui-tabs-nav li a:active {
  background: #00b5e4;
}
.content-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a,
.content-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a:hover {
  background: #00b5e4;
  z-index: 2;
}
.content-tabs.ui-tabs .ui-tabs-panel {
  display: block;
  clear: both;
  padding: 30px 10px 0;
}
.content-tabs.ui-tabs.responsive-tabs .ui-tabs-nav {
  display: none;
}
.content-tabs.ui-tabs.responsive-tabs .ui-tabs-select {
  display: block;
  max-width: 100%;
}
@media all and (min-width: 769px) {
  .content-tabs.ui-tabs .tabs-nav-wrapper {
    position: relative;
    overflow: hidden;
  }
  .content-tabs.ui-tabs .tabs-nav-wrapper .ui-tabs-nav {
    display: inline-block;
  }
  .content-tabs.ui-tabs .tabs-nav-wrapper:after {
    position: absolute;
    z-index: 0;
    content: "";
    height: 1px;
    width: 100%;
    top: calc(50%);
    background: #ccc;
    margin-left: 20px;
  }
  .content-tabs.ui-tabs .ui-tabs-nav {
    display: block;
    padding: 0;
  }
  .content-tabs.ui-tabs .ui-tabs-nav li {
    display: inline-block;
  }
  .content-tabs.ui-tabs .ui-tabs-nav li a {
    padding: 25px 30px;
    margin: 0 1px 1px 0;
  }
  .content-tabs.ui-tabs .ui-tabs-panel {
    padding: 40px 20px 20px;
  }
  .content-tabs.ui-tabs.responsive-tabs .ui-tabs-nav {
    display: block;
  }
  .content-tabs.ui-tabs.responsive-tabs .ui-tabs-select {
    display: none;
  }
}
/*------ footer ------*/
#footer-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  border-top: 1px solid #ccc;
  margin-top: -1px;
}
#footer-wrapper #page-footer {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
}
#footer-wrapper #page-footer #footer-logo {
  display: inline-block;
  padding-bottom: 20px;
}
#footer-wrapper #page-footer #footer-logo img {
  max-width: 200px;
}
#footer-wrapper #page-footer .container {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
#footer-wrapper #page-footer .contact-snippets {
  list-style: none;
  margin: 0;
}
#footer-wrapper #page-footer .contact-snippets li {
  display: inline-block;
}
#footer-wrapper #page-footer .contact-snippets li a {
  color: #000000;
}
#footer-wrapper #page-footer .contact-snippets li a:hover,
#footer-wrapper #page-footer .contact-snippets li a:active {
  color: #ed2f2b;
}
#footer-wrapper #page-footer .contact-snippets li .label {
  display: none;
}
#footer-wrapper #page-footer .contact-snippets li.address {
  display: block;
  padding-bottom: 20px;
}
#footer-wrapper #page-footer .contact-snippets li.address span.street,
#footer-wrapper #page-footer .contact-snippets li.address span.postal-code {
  white-space: nowrap;
}
#footer-wrapper #page-footer .contact-snippets li.fax {
  display: none;
}
#footer-wrapper #page-footer .contact-snippets li:after {
  display: inline-block;
  content: "/";
  padding: 0 5px;
  color: #999999;
  font-size: 14px;
}
#footer-wrapper #page-footer .contact-snippets li:last-child:after,
#footer-wrapper #page-footer .contact-snippets li.address:after {
  display: none;
}
#footer-wrapper #page-footer #page-disclaimer a {
  color: #999999;
}
#footer-wrapper #page-footer #page-disclaimer a:hover,
#footer-wrapper #page-footer #page-disclaimer a:active {
  color: #ed2f2b;
}
#footer-wrapper #google-map {
  width: 100%;
  height: 300px;
}
#footer-wrapper #google-map .container #map-buttons .google-btn {
  display: none;
}
@media all and (min-width: 769px) {
  #footer-wrapper #page-footer .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (min-width: 1025px) {
  #footer-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  #footer-wrapper #page-footer {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #footer-wrapper #page-footer .container {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }
  #footer-wrapper #page-footer.left {
    width: 50%;
  }
  #footer-wrapper #page-footer.left .container {
    float: right;
    display: block;
    max-width: 640px;
  }
  #footer-wrapper #page-footer .contact-snippets li:after {
    font-size: 16px;
  }
  #footer-wrapper #google-map {
    width: 50%;
    height: auto;
  }
}
/*------ responsive video ------*/
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.video-bg > video {
  position: absolute;
  top: -50%;
  left: -50%;
  bottom: -50%;
  right: -50%;
  display: block !important;
  width: 100%;
  margin: auto;
  z-index: -1;
}
@media all and (min-width: 1025px) {
  .no-touch .video-bg {
    display: block;
  }
}
@media (min-aspect-ratio: 16/9) {
  .video-bg > video {
    width: 100%;
    height: auto;
    /* actually taller than viewport */
    min-height: 100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-bg > video {
    width: auto;
    /* actually wider than viewport */
    height: 100%;
    min-width: 100%;
  }
}
@supports (object-fit: cover) {
  .video-bg > video {
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @supports (-ms-ime-align:auto) {
    @media (min-aspect-ratio: 16/9) {
      .video-bg > video {
        width: 100%;
        height: auto;
        /* actually taller than viewport */
        min-height: 100%;
      }
    }
    @media (max-aspect-ratio: 16/9) {
      .video-bg > video {
        width: auto;
        /* actually wider than viewport */
        height: 100%;
        min-width: 100%;
      }
    }
  }
}
/*------ icons ------*/
.social-icons {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  font-size: 0;
}
.social-icons li {
  display: inline-block;
  margin: 0 0 0 1px;
  padding: 0;
  border: 0;
  text-align: center;
}
.social-icons li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ebebeb;
  overflow: hidden;
  color: #000000;
}
.social-icons li a span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 21px;
  line-height: 40px;
  -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;
}
.social-icons li a span + span {
  top: 100%;
  color: #fff;
}
.social-icons li a:hover span {
  top: -100%;
}
.social-icons li a:hover span + span {
  top: 0;
}
.social-icons li a:hover span + span.fa-facebook {
  background: #3b5998;
}
.social-icons li a:hover span + span.fa-google-plus {
  background: #d94a39;
}
.social-icons li a:hover span + span.fa-linkedin {
  background: #1b92bd;
}
.social-icons li a:hover span + span.fa-pinterest {
  background: #cb2027;
}
.social-icons li a:hover span + span.fa-twitter {
  background: #00bdec;
}
.social-icons li a:hover span + span.fa-youtube {
  background: #d20800;
}
.social-icons li a:hover span + span.fa-instagram {
  background: #316c95;
}
.social-icons li a:hover span + span.fa-houzz {
  background: #7cc04b;
}
.social-icons li a:active span {
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
}
