/* SCSS Compiled */
/*@import "../../../themes/jcc/css/all.css";*/
/*usage  @include font-size(13);*/
/*width-desktop-medium*/
/*width-desktop-medium*/
/*width- desktop-small*/
/*width-tablet*/
/*width-tablet*/
/*width-mobile*/
/*---Grid Variables -----------------------------------------*/
.container, .t3 .bin, .t2 .bin {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1408px;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.container:before, .t3 .bin:before, .t2 .bin:before, .container:after, .t3 .bin:after, .t2 .bin:after {
  content: "";
  position: relative;
}
.container:after, .t3 .bin:after, .t2 .bin:after {
  clear: both;
}
.col-2 {
  width: calc((4.1193181818% * 2) + (1.0653409091% * 2));
}

.col-3 {
  width: calc((4.1193181818% * 3) + (1.0653409091% * 4));
}

.col-4 {
  width: calc((4.1193181818% * 4) + (1.0653409091% * 6));
}

.col-5 {
  width: calc((4.1193181818% * 5) + (1.0653409091% * 8));
}

.col-6 {
  width: calc((4.1193181818% * 6) + (1.0653409091% * 10));
}

.col-7 {
  width: calc((4.1193181818% * 7) + (1.0653409091% * 12));
}

.col-8 {
  width: calc((4.1193181818% * 8) + (1.0653409091% * 14));
}

.col-9 {
  width: calc((4.1193181818% * 9) + (1.0653409091% * 16));
}

.col-10 {
  width: calc((4.1193181818% * 10) + (1.0653409091% * 18));
}

.col-11 {
  width: calc((4.1193181818% * 11) + (1.0653409091% * 20));
}

.col-12 {
  width: calc((4.1193181818% * 12) + (1.0653409091% * 22));
}

.col-13 {
  width: calc((4.1193181818% * 13) + (1.0653409091% * 24));
}

.col-14 {
  width: calc((4.1193181818% * 14) + (1.0653409091% * 26));
}

.col-15 {
  width: calc((4.1193181818% * 15) + (1.0653409091% * 28));
}

.col-16 {
  width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
}
@media (max-width: 736px) {
  .col-16 {
    padding: 0 10px !important;
  }
}

/* Brand Colors ------------------------------------------------*/
/*---orange----*/
/*---yellow----*/
/*---teal----*/
/*---dark teal----*/
/*---purple----*/
/*---medium teal----*/
/*---dark blue----*/
/*---Grey----*/
/*----Border-Grey------*/
/*----Dark------*/
/*---- Green ---- */
/*---- Green ---- */
/* Color Combination Adjustments ------------------------------*/
.white-text h1, .bg-image h1, .white-text h2, .bg-image h2, .white-text h3, .bg-image h3, .white-text h4, .bg-image h4, .white-text h5, .bg-image h5, .white-text h6, .bg-image h6, .white-text a, .bg-image a, .white-text p, .bg-image p, .white-text li, .bg-image li {
  color: white;
  fill: white;
}

/* Global Elements ---------------------------*/
body {
  color: #585858;
  fill: #ff9400;
  font-family: "Helvetica", sans-serif, Arial, Helvetica, sans-serif;
}

/* This used to work for parent element of button divs */
/* But it is not enough now, below dont hide play button parent div */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */
/* This one works */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls {
  display: none !important;
}

.dsjTSx {
  background: #DC143C !important;
}

/* Templates styles ---------------------------*/
.t2 .bin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: visible;
}
.t2 .bin .left {
  background-color: #f9f9f9;
  border-right: 1px solid #eaeaea;
  width: 280px;
  overflow: visible;
}
.t2 .bin .left:before {
  width: 500%;
  height: 100%;
  content: "";
  background-color: inherit;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1248px) {
  .t2 .bin .left {
    width: 100%;
    padding: 15px 15px;
    border-right: none;
    border-bottom: 1px solid #eaeaea;
  }
}
.t2 .bin .left .side-nav {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t2 .bin .left .side-nav:before {
  display: none;
  cursor: pointer;
}
@media (max-width: 1248px) {
  .t2 .bin .left .side-nav:before {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #003a73;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 5;
    content: "\e003";
    font-size: 1.5em;
    font-family: "uja-hudson";
  }
  .t2 .bin .left .side-nav.open {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 205px 0 69px 0;
    position: fixed;
    z-index: 90;
    background-color: white;
  }
  .t2 .bin .left .side-nav.open:before {
    position: fixed;
    top: 225px;
    right: 25px;
    z-index: 5;
    content: "\e003";
    font-size: 1.5em;
    font-family: "uja-hudson";
  }
  .t2 .bin .left .side-nav.open ul {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
  }
  .t2 .bin .left .side-nav.open ul:after {
    display: none;
  }
  .t2 .bin .left .side-nav.open ul li {
    font-family: "Helvetica", sans-serif;
  }
  .t2 .bin .left .side-nav.open ul li a {
    text-align: left;
    font-family: "Helvetica", sans-serif;
  }
  .t2 .bin .left .side-nav.open ul li.active {
    position: relative;
  }
  .t2 .bin .left .side-nav.open ul li.active a {
    text-align: left;
  }
}
@media (max-width: 1008px) {
  .t2 .bin .left .side-nav.open {
    padding: 75px 0 69px 0;
  }
  .t2 .bin .left .side-nav.open:before {
    top: 100px;
  }
}
.t2 .bin .left .side-nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.t2 .bin .left .side-nav ul:before {
  display: none;
}
@media (max-width: 1248px) {
  .t2 .bin .left .side-nav ul {
    padding: 70px 15px 0 15px;
    background-color: white;
    border: 1px solid #eaeaea;
    height: 70px;
    overflow: hidden;
    cursor: pointer;
  }
  .t2 .bin .left .side-nav ul:after {
    content: "EXPLORE";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #003a73;
    text-align: center;
    width: 100%;
    background-color: #fff;
    z-index: 50;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
  }
}
.t2 .bin .left .side-nav ul li {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t2 .bin .left .side-nav ul li > ul {
  border: none;
}
.t2 .bin .left .side-nav ul li > ul li {
  font-family: "Helvetica", sans-serif;
}
.t2 .bin .left .side-nav ul li > ul li:first-child {
  border-top: 1px solid #eaeaea;
}
.t2 .bin .left .side-nav ul li > ul li a {
  padding: 10px 30px;
  font-family: "Helvetica", sans-serif;
  color: #585858;
  font-size: 0.8em;
  font-weight: 400;
}
@media (max-width: 1248px) {
  .t2 .bin .left .side-nav ul li > ul {
    padding: 0 0 0 20px !important;
    width: auto !important;
    height: auto !important;
    overflow: hidden !important;
  }
  .t2 .bin .left .side-nav ul li > ul li:first-child {
    border-top: none;
  }
}
.t2 .bin .left .side-nav ul li > ul:after {
  display: none;
}
@media (max-width: 1248px) {
  .t2 .bin .left .side-nav ul li {
    border: none;
  }
}
.t2 .bin .left .side-nav ul li:before {
  display: none;
}
.t2 .bin .left .side-nav ul li:last-child {
  border-bottom: none;
}
.t2 .bin .left .side-nav ul li:hover > a {
  color: #003a73;
}
.t2 .bin .left .side-nav ul li.active {
  background-color: white;
}
@media (max-width: 1248px) {
  .t2 .bin .left .side-nav ul li.active {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
  }
}
.t2 .bin .left .side-nav ul li.active > a {
  color: #003a73;
}
@media (max-width: 1248px) {
  .t2 .bin .left .side-nav ul li.active > a {
    text-align: center;
  }
}
.t2 .bin .left .side-nav ul li a {
  width: 100%;
  padding: 20px 30px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  display: block;
  color: #585858;
  font-family: "Helvetica", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t2 .bin .right {
  width: calc(100% - 280px);
}
@media (max-width: 1248px) {
  .t2 .bin .right {
    width: 100%;
    border-right: none;
  }
}

.t3 .bin {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: visible;
}
.t3 .bin .left {
  border-right: 1px solid #eaeaea;
  width: 45%;
  overflow: visible;
}
@media (max-width: 1008px) {
  .t3 .bin .left {
    display: none;
  }
}
.t3 .bin .right {
  background-color: #f9f9f9;
  width: 55%;
  overflow: visible;
}
.t3 .bin .right:before {
  width: 500%;
  height: 100%;
  content: "";
  background-color: inherit;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1008px) {
  .t3 .bin .right {
    width: 100%;
    border-right: none;
  }
}

@media (max-width: 1008px) {
  .t4 .box-75 {
    width: 100%;
  }
}
.t4 .box-25 {
  border-left: 1px solid #e1e1e1;
}
@media (max-width: 1008px) {
  .t4 .box-25 {
    display: none;
  }
}
.t4 .box-25:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 600%;
  height: 100%;
  background-color: #f9f9f9;
}
.t4 .bg-image.blog {
  background: url("../images/bg-hero-blog.png") no-repeat 50% 50%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.t4 .bg-image.inner-blog {
  background: url("../images/bg-hero-blog-inner.png") no-repeat 50% 50%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.t4 .container, .t4 .t2 .bin, .t2 .t4 .bin, .t4 .t3 .bin, .t3 .t4 .bin {
  overflow: visible;
}
.t4 .blogs-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 25px 0 1.0653409091%;
}
@media (max-width: 1008px) {
  .t4 .blogs-list {
    padding: 0 25px 0 25px;
  }
}
@media (max-width: 736px) {
  .t4 .blogs-list {
    padding: 0 20px;
  }
}
.t4 .blog-entry {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}
.t4 .blog-entry:last-child {
  border: none;
}
@media (max-width: 736px) {
  .t4 .blog-entry {
    padding: 25px 0;
  }
}
.t4 .blog-entry .img-frame {
  float: left;
  width: 31%;
  margin: 0 3% 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.t4 .blog-entry .img-frame img {
  width: 100%;
  display: block;
}
@media (max-width: 736px) {
  .t4 .blog-entry .img-frame {
    margin: 0;
    float: none;
    width: 100%;
  }
}
.t4 .blog-entry .text {
  width: 66%;
  float: left;
}
@media (max-width: 736px) {
  .t4 .blog-entry .text {
    margin: 15px 0 0;
    float: none;
    width: 100%;
  }
}
.t4 .blog-entry .text .title {
  margin: 0;
  color: #006fd1;
  font-weight: 500;
}
@media (max-width: 736px) {
  .t4 .blog-entry .text .title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.t4 .blog-entry .text .meta {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
.t4 .blog-entry .text .meta a {
  text-decoration: none;
}
.t4 .blog-entry .text p {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 15px 0;
}
.t4 .blog-entry .text p span {
  color: #ff9400;
}
@media (max-width: 736px) {
  .t4 .blog-entry .text p {
    display: none;
  }
}
.t4 .blog-entry .more {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  color: #006fd1;
}
.t4 .blog-entry .more:after {
  content: "\e003";
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-hudson";
  padding: 0 0 4px 10px;
}
.t4 .blog-entry .tags {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 15px 0 0;
  font-style: normal;
}
@media (max-width: 736px) {
  .t4 .blog-entry .tags {
    display: none;
  }
}
.t4 .blog-entry .tags a {
  text-decoration: none;
}
.t4 .blog-entry .tags:before {
  content: "\e00a";
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-hudson";
  padding: 0 10px 0 0;
  color: #ff9400;
  font-size: 14px;
  font-size: 1.4rem;
}
.t4 .blog-entry:hover .img-frame {
  border: 2px solid #006fd1;
}
.t4 .blog-post {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 25px 25px 1.0653409091%;
}
@media (max-width: 1008px) {
  .t4 .blog-post {
    padding: 0 25px 25px 25px;
  }
}
@media (max-width: 736px) {
  .t4 .blog-post {
    padding: 0 20px 20px 20px;
  }
}
.t4 .blog-post img {
  width: 100%;
  margin: 0 0 25px 0;
}
.t4 .blog-post img.share {
  width: auto;
  margin: 0;
}
.t4 .blog-post .meta {
  display: block;
  font-style: normal;
  margin: 25px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.t4 .blog-post .meta a {
  text-decoration: none;
}
.t4 .blog-post .tags {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 15px 0 0;
  font-style: normal;
}
@media (max-width: 736px) {
  .t4 .blog-post .tags {
    display: none;
  }
}
.t4 .blog-post .tags a {
  text-decoration: none;
}
.t4 .blog-post .tags:before {
  content: "\e00a";
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-hudson";
  padding: 0 10px 0 0;
  color: #fbc600;
  font-size: 14px;
  font-size: 1.4rem;
}
.t4 .sidebar {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 25px;
}
.t4 .sidebar .search {
  width: 100%;
  position: relative;
}
.t4 .sidebar .search:after {
  content: "\e000";
  display: block;
  font-family: "uja-hudson";
  position: absolute;
  right: 10px;
  color: #ff9400;
  top: 9px;
}
.t4 .sidebar .search .text {
  height: 38px;
  line-height: 38px;
  font-style: italic;
  margin: 0;
}
.t4 .sidebar .heading {
  padding: 0 0 12px 0;
  margin: 35px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #585858;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #e1e1e1;
}
.t4 .sidebar .heading.category:before {
  content: "\e00c";
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-hudson";
  color: #ff9400;
  padding: 0 10px 0 0;
}
.t4 .sidebar .heading.tag:before {
  content: "\e00a";
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-hudson";
  color: #ff9400;
  padding: 0 10px 0 0;
}
.t4 .sidebar .heading.archive {
  cursor: pointer;
}
.t4 .sidebar .heading.archive:before {
  content: "\e00b";
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-hudson";
  color: #ff9400;
  padding: 0 10px 0 0;
}
.t4 .sidebar .heading.archive:after {
  content: "";
  display: block;
  border-top: 6px solid #585858;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 20px;
  top: 10px;
}
.t4 .sidebar .heading.archive.open:after {
  content: "";
  display: block;
  border-bottom: 6px solid #585858;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 20px;
  top: 10px;
}
.t4 .sidebar .categories {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.t4 .sidebar .categories a {
  display: block;
  color: #585858;
  text-decoration: none;
  margin: 13px 0 0;
}
.t4 .sidebar .tags {
  margin: 12px 0 0;
  display: inline-block;
  font-style: normal;
  padding: 0 20px;
}
.t4 .sidebar .tags a {
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
}
.t4 .sidebar .archives {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  display: none;
}
.t4 .sidebar .archives .month {
  width: 100%;
  overflow: hidden;
  margin: 15px 0 0;
}
.t4 .sidebar .archives .month .tog {
  font-size: 14px;
  font-size: 1.4rem;
  color: #585858;
  position: relative;
  display: block;
  text-decoration: none;
}
.t4 .sidebar .archives .month .tog:after {
  content: "\e003";
  display: block;
  position: absolute;
  font-family: "uja-hudson";
  top: 2px;
  right: 0;
  color: #ff9400;
}
.t4 .sidebar .archives .month .tog.open:after {
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.t4 .sidebar .archives .entries {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  display: none;
}
.t4 .sidebar .archives .entries a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  margin: 5px 0 0;
}
.t4 .related {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px 25px 1.0653409091%;
}
@media (max-width: 1008px) {
  .t4 .related {
    padding: 0 25px 25px 25px;
  }
}
@media (max-width: 736px) {
  .t4 .related {
    padding: 0 20px 10px 20px;
  }
}
.t4 .related .heading {
  padding: 0 0 12px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #585858;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #e1e1e1;
}
.t4 .related .heading:before {
  content: "\e00d";
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-hudson";
  color: #ff9400;
  padding: 0 10px 0 0;
}
.t4 .related .hold {
  width: 100%;
  overflow: hidden;
}
.t4 .related .hold .item {
  width: 49%;
  float: left;
  height: 230px;
  position: relative;
  display: flex;
  margin: 25px 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.t4 .related .hold .item:first-child {
  background: url("../images/img-related-1.png") no-repeat 50% 50%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.t4 .related .hold .item:last-child {
  background: url("../images/img-related-2.png") no-repeat 50% 50%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.t4 .related .hold .item .link, .t4 .related .hold .item a {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.t4 .related .hold .item:hover .link, .t4 .related .hold .item:hover a {
  background-color: rgba(0, 108, 163, 0.85);
}
.t4 .related .hold .item .text {
  margin: auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  pointer-events: none;
}
.t4 .related .hold .item .text .title {
  margin: 0;
  color: #fff;
}
.t4 .related .hold .item .text .more {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
.t4 .related .hold .item .text .more:after {
  content: "\e00e";
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-hudson";
  padding: 0 0 4px 10px;
}
.t4 .related .hold .item:last-child {
  float: right;
}
@media (max-width: 736px) {
  .t4 .related .hold .item {
    float: none !important;
    width: 100% !important;
    height: 160px;
  }
}

@media (max-width: 1008px) {
  .t5 .box-75 {
    width: 100%;
  }
}
.t5 .box-25 {
  border-left: 1px solid #e1e1e1;
}
@media (max-width: 1008px) {
  .t5 .box-25 {
    width: 100%;
  }
}
.t5 .box-25:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 600%;
  height: 100%;
  background-color: #f9f9f9;
}
.t5 .container, .t5 .t2 .bin, .t2 .t5 .bin, .t5 .t3 .bin, .t3 .t5 .bin {
  overflow: visible;
}
.t5 .career-details {
  width: 100%;
  overflow: hidden;
  padding: 40px 20px;
}
.t5 .career-form-box {
  margin: 0 auto !important;
}

.t7 .box-75 {
  border-left: 1px solid #e1e1e1;
}
@media (max-width: 1008px) {
  .t7 .box-75 {
    width: 100%;
  }
}
.t7 .box-25 {
  border-left: 1px solid #e1e1e1;
}
@media (max-width: 1008px) {
  .t7 .box-25 {
    width: 100%;
  }
}
.t7 .box-25:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 600%;
  height: 100%;
  background-color: #f9f9f9;
}
.t7 .container, .t7 .t2 .bin, .t2 .t7 .bin, .t7 .t3 .bin, .t3 .t7 .bin {
  overflow: visible;
}

/*rows base stylings & Settings --------------*/
.row {
  width: 100%;
  height: auto;
  position: relative;
  background-color: white;
  overflow: hidden;
  border: none;
  border-bottom: none;
}
.row:last-child {
  border-bottom: none;
}
.row > .container, .t2 .row > .bin, .t3 .row > .bin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row > .container .content, .t2 .row > .bin .content, .t3 .row > .bin .content {
  width: 100%;
}

/*---Primary settings --------*/
.no-hero #main {
  border-top: 200px solid #585858;
}
@media (max-width: 1008px) {
  .no-hero #main {
    border-top: 65px solid #585858;
  }
}

.type-75-25.fw .box-75 .item, .type-75-25.fw .box-25 .item, .type-25-75.fw .box-75 .item, .type-25-75.fw .box-25 .item {
  max-width: 700px;
}
.type-75-25.fw .box-75:first-child .content, .type-75-25.fw .box-25:first-child .content, .type-25-75.fw .box-75:first-child .content, .type-25-75.fw .box-25:first-child .content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.type-75-25.fw .box-75:last-child .content, .type-75-25.fw .box-25:last-child .content, .type-25-75.fw .box-75:last-child .content, .type-25-75.fw .box-25:last-child .content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.type-75-25.fw .box-75 .item, .type-25-75.fw .box-75 .item {
  max-width: 900px;
}
@media (max-width: 1008px) {
  .type-75-25.fw .item, .type-25-75.fw .item {
    max-wdith: 100% !important;
  }
}
@media (max-width: 1008px) {
  .type-75-25 .box-75, .type-25-75 .box-75 {
    width: 50%;
  }
  .type-75-25 .box-25, .type-25-75 .box-25 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .type-75-25 .box-75, .type-25-75 .box-75 {
    width: 100%;
  }
  .type-75-25 .box-25, .type-25-75 .box-25 {
    width: 100%;
  }
}

.type-50-50.fw .box-50 .item {
  max-width: 600px;
}
@media (max-width: 1248px) {
  .type-50-50.fw .box-50 .item {
    max-width: 100%;
  }
}
.type-50-50.fw .box-50:first-child .content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.type-50-50.fw .box-50:last-child .content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .type-50-50 .box-50 {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1008px) {
  .type-33-33-33 .box-33 {
    width: 33.333333%;
  }
}
@media (max-width: 768px) {
  .type-33-33-33 .box-33 {
    width: 100%;
  }
}

.type-67-33.fw .box-66 .item, .type-67-33.fw .box-33 .item, .type-33-67.fw .box-66 .item, .type-33-67.fw .box-33 .item {
  width: 100%;
}
.type-67-33.fw .box-66:first-child .content, .type-67-33.fw .box-33:first-child .content, .type-33-67.fw .box-66:first-child .content, .type-33-67.fw .box-33:first-child .content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.type-67-33.fw .box-66:last-child .content, .type-67-33.fw .box-33:last-child .content, .type-33-67.fw .box-66:last-child .content, .type-33-67.fw .box-33:last-child .content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.type-67-33.fw .box-66 .item, .type-33-67.fw .box-66 .item {
  width: 100%;
}
.type-67-33.fw .box-67 .item, .type-33-67.fw .box-67 .item {
  width: 100%;
}
@media (max-width: 1008px) {
  .type-67-33.fw .item, .type-33-67.fw .item {
    max-wdith: 100% !important;
  }
}
@media (max-width: 1248px) {
  .type-67-33 .box-66, .type-67-33 .box-67, .type-33-67 .box-66, .type-33-67 .box-67 {
    width: 50%;
  }
  .type-67-33 .box-33, .type-33-67 .box-33 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .type-67-33 .box-66, .type-67-33 .box-67, .type-33-67 .box-66, .type-33-67 .box-67 {
    width: 100%;
  }
  .type-67-33 .box-33, .type-33-67 .box-33 {
    width: 100%;
  }
}

@media (max-width: 1008px) {
  .type-25-25-25-25 .box-25 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .type-25-25-25-25 .box-25 {
    width: 100%;
  }
}

.type-60-40.fw .box-60 .item, .type-60-40.fw .box-40 .item, .type-40-60.fw .box-60 .item, .type-40-60.fw .box-40 .item {
  max-width: 500px;
}
.type-60-40.fw .box-60:first-child .content, .type-60-40.fw .box-40:first-child .content, .type-40-60.fw .box-60:first-child .content, .type-40-60.fw .box-40:first-child .content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.type-60-40.fw .box-60:last-child .content, .type-60-40.fw .box-40:last-child .content, .type-40-60.fw .box-60:last-child .content, .type-40-60.fw .box-40:last-child .content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.type-60-40.fw .box-60 .item, .type-40-60.fw .box-60 .item {
  max-width: 900px;
}
@media (max-width: 1008px) {
  .type-60-40.fw .item, .type-40-60.fw .item {
    max-wdith: 100% !important;
  }
}
@media (max-width: 1248px) {
  .type-60-40 .box-60, .type-40-60 .box-60 {
    width: 50%;
  }
  .type-60-40 .box-40, .type-40-60 .box-40 {
    width: 50%;
  }
}
@media (max-width: 1008px) {
  .type-60-40 .box-60, .type-40-60 .box-60 {
    width: 100%;
  }
  .type-60-40 .box-40, .type-40-60 .box-40 {
    width: 100%;
  }
}

/*boxes used to build rows ------------------*/
div[class^=box-], div[class*=box-] {
  vertical-align: middle;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-color: inherit;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div[class^=box-] .icon, div[class*=box-] .icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin: 15px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
div[class^=box-] .icon:after, div[class*=box-] .icon:after {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 1px;
  background-color: #006fd1;
  content: "";
  position: absolute;
}
div[class^=box-] .icon svg, div[class*=box-] .icon svg {
  width: 100%;
  height: auto;
  fill: inherit;
}
div[class^=box-] .icon img, div[class*=box-] .icon img {
  width: 100%;
  height: auto;
}
div[class^=box-] .content, div[class*=box-] .content {
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div[class^=box-] .content div, div[class*=box-] .content div {
  position: relative;
}
div[class^=box-] .content twitterwidget, div[class*=box-] .content twitterwidget {
  min-width: 1px !important;
}
div[class^=box-] .content iframe, div[class*=box-] .content iframe {
  min-width: 100px !important;
}

.box-25 {
  width: 25%;
}
@media (max-width: 1008px) {
  .box-25 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .box-25 {
    width: 100%;
  }
}

.box-33 {
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .box-33 {
    width: 100%;
  }
}

.box-40 {
  width: 40%;
}
@media (max-width: 1008px) {
  .box-40 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .box-40 {
    width: 100%;
  }
}

.box-50 {
  width: 50%;
}
@media (max-width: 768px) {
  .box-50 {
    width: 100%;
  }
}

.box-60 {
  width: 60%;
}
@media (max-width: 1008px) {
  .box-60 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .box-60 {
    width: 100%;
  }
}

.box-66, .box-67 {
  width: 66.6666666667%;
}
@media (max-width: 1008px) {
  .box-66, .box-67 {
    width: 100%;
  }
}

.box-75 {
  width: 75%;
}
@media (max-width: 768px) {
  .box-75 {
    width: 100%;
  }
}

.box-100 {
  width: 100%;
}

/*---Variables------------------------------*/
.gap > [class^=box-], .gap div[class*=box-] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 6px;
}
@media (max-width: 736px) {
  .gap > [class^=box-], .gap div[class*=box-] {
    padding: 6px 0;
  }
}

.fw > .container, .t2 .fw > .bin, .t3 .fw > .bin {
  max-width: 100%;
}
.fw > .container .box-50 .item, .t2 .fw > .bin .box-50 .item, .t3 .fw > .bin .box-50 .item {
  max-width: 600px;
}
.fw > .container .box-50:first-child .content, .t2 .fw > .bin .box-50:first-child .content, .t3 .fw > .bin .box-50:first-child .content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.fw > .container .box-50:last-child .content, .t2 .fw > .bin .box-50:last-child .content, .t3 .fw > .bin .box-50:last-child .content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.pad-thin {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}
@media (max-width: 1008px) {
  .pad-thin {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
}
@media (max-width: 736px) {
  .pad-thin {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
}

.pad {
  padding-top: 6em !important;
  padding-bottom: 6em !important;
}
@media (max-width: 1008px) {
  .pad {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
}
@media (max-width: 736px) {
  .pad {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
}

.pad-thick {
  padding-top: 9em !important;
  padding-bottom: 9em !important;
}
@media (max-width: 1008px) {
  .pad-thick {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
  }
}
@media (max-width: 736px) {
  .pad-thick {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
}

.align-center .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.text-center .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.white-text, .bg-image {
  fill: white !important;
}
.white-text div .icon:after, .bg-image div .icon:after {
  background-color: #fff !important;
}
.white-text h1, .bg-image h1, .white-text h2, .bg-image h2, .white-text h3, .bg-image h3, .white-text h4, .bg-image h4, .white-text h5, .bg-image h5, .white-text h6, .bg-image h6, .white-text a, .bg-image a, .white-text p, .bg-image p, .white-text li, .bg-image li {
  color: white !important;
}
.white-text form label, .bg-image form label {
  color: #fff !important;
}

.bg-image {
  background-image: url("../images/bg-3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-image:after {
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block !important;
  opacity: 0.45;
  filter: alpha(opacity=45);
  content: "";
}

.gradient:after {
  background-image: url("../images/ov-1.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block !important;
  opacity: 0.7;
  filter: alpha(opacity=70);
  content: "";
}

.pattern:before {
  background-image: url("../images/pattern-1.png");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block !important;
  content: "";
}

.border {
  border-bottom: 1px solid #eaeaea;
}
.border div[class^=box-], .border div[class*=" box-"] {
  border-color: white;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-right-style: solid;
  border-bottom-style: solid;
}
.border div[class^=box-]:last-child, .border div[class*=" box-"]:last-child {
  border-right-width: 0px;
}
@media (max-width: 1008px) {
  .border div[class^=box-], .border div[class*=" box-"] {
    border-bottom-width: 1px;
  }
  .border div[class^=box-]:nth-child(2n+2), .border div[class*=" box-"]:nth-child(2n+2) {
    border-right-width: 0px;
  }
  .border div[class^=box-]:nth-last-child(-n+2), .border div[class*=" box-"]:nth-last-child(-n+2) {
    border-bottom-width: 0px;
  }
}
@media (max-width: 736px) {
  .border div[class^=box-], .border div[class*=" box-"] {
    border-right-width: 0px;
    border-bottom-width: 1px;
  }
  .border div[class^=box-]:nth-last-child(-n+2), .border div[class*=" box-"]:nth-last-child(-n+2) {
    border-bottom-width: 1px;
  }
  .border div[class^=box-]:last-child, .border div[class*=" box-"]:last-child {
    border-bottom-width: 0px;
  }
}
.border div[class^=box-] .content, .border div[class*=" box-"] .content {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: inherit;
}
.border div[class^=box-] .content:last-child, .border div[class*=" box-"] .content:last-child {
  border-bottom-width: 0px;
}
@media (max-width: 736px) {
  .border div[class^=box-] .content, .border div[class*=" box-"] .content {
    border-bottom-width: 1px;
  }
}
.border div[class^=box-] .staff-single .sec-2, .border div[class*=" box-"] .staff-single .sec-2 {
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}

.link-box {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5 !important;
  border: none;
  border-bottom: none !important;
}
.link-box:before {
  color: inherit;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 3px;
  background-color: #ff9400;
  font-size: 1.3em;
  text-align: center;
  content: "";
}

.no-overflow {
  overflow: visible !important;
}
.no-overflow .container, .no-overflow .t2 .bin, .t2 .no-overflow .bin, .no-overflow .t3 .bin, .t3 .no-overflow .bin {
  overflow: visible;
}

.no-border {
  border: none !important;
}

/*--- Skins ---------------------------------*/
.bg-color-1, .bg-color-13, .bg-color-13.bg-image, .bg-color-12, .bg-color-12.bg-image, .bg-color-10, .bg-color-10.bg-image, .bg-color-9, .bg-color-9.bg-image, .bg-color-8, .bg-color-8.bg-image, .bg-color-7, .bg-color-7.bg-image, .bg-color-6, .bg-color-6.bg-image, .bg-color-5, .bg-color-5.bg-image, .bg-color-4, .bg-color-4.bg-image, .bg-color-3, .bg-color-3.bg-image, .bg-color-2, .bg-color-2.bg-image, .bg-color-1.bg-image {
  color: #fff;
  fill: #fbc600;
  background-color: #006fd1;
}
.bg-color-1 > .container, .bg-color-13 > .container, .bg-color-12 > .container, .bg-color-10 > .container, .bg-color-9 > .container, .bg-color-8 > .container, .bg-color-7 > .container, .bg-color-6 > .container, .bg-color-5 > .container, .bg-color-4 > .container, .bg-color-3 > .container, .bg-color-2 > .container, .t2 .bg-color-1 > .bin, .t2 .bg-color-13 > .bin, .t2 .bg-color-12 > .bin, .t2 .bg-color-10 > .bin, .t2 .bg-color-9 > .bin, .t2 .bg-color-8 > .bin, .t2 .bg-color-7 > .bin, .t2 .bg-color-6 > .bin, .t2 .bg-color-5 > .bin, .t2 .bg-color-4 > .bin, .t2 .bg-color-3 > .bin, .t2 .bg-color-2 > .bin, .t3 .bg-color-1 > .bin, .t3 .bg-color-13 > .bin, .t3 .bg-color-12 > .bin, .t3 .bg-color-10 > .bin, .t3 .bg-color-9 > .bin, .t3 .bg-color-8 > .bin, .t3 .bg-color-7 > .bin, .t3 .bg-color-6 > .bin, .t3 .bg-color-5 > .bin, .t3 .bg-color-4 > .bin, .t3 .bg-color-3 > .bin, .t3 .bg-color-2 > .bin, .bg-color-1.bg-image > .container {
  z-index: 1;
}
.bg-color-1 .icon:after, .bg-color-13 .icon:after, .bg-color-12 .icon:after, .bg-color-10 .icon:after, .bg-color-9 .icon:after, .bg-color-8 .icon:after, .bg-color-7 .icon:after, .bg-color-6 .icon:after, .bg-color-5 .icon:after, .bg-color-4 .icon:after, .bg-color-3 .icon:after, .bg-color-2 .icon:after, .bg-color-1.bg-image .icon:after {
  background-color: #fbc600 !important;
}
.bg-color-1:after, .bg-color-13:after, .bg-color-13.bg-image:after, .bg-color-12:after, .bg-color-12.bg-image:after, .bg-color-10:after, .bg-color-10.bg-image:after, .bg-color-9:after, .bg-color-9.bg-image:after, .bg-color-8:after, .bg-color-8.bg-image:after, .bg-color-7:after, .bg-color-7.bg-image:after, .bg-color-6:after, .bg-color-6.bg-image:after, .bg-color-5:after, .bg-color-5.bg-image:after, .bg-color-4:after, .bg-color-4.bg-image:after, .bg-color-3:after, .bg-color-3.bg-image:after, .bg-color-2:after, .bg-color-2.bg-image:after, .bg-color-1.bg-image:after {
  background-color: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block !important;
  opacity: 0.95;
  filter: alpha(opacity=95);
  content: "";
}
.bg-color-1 .link-box:before, .bg-color-13 .link-box:before, .bg-color-12 .link-box:before, .bg-color-10 .link-box:before, .bg-color-9 .link-box:before, .bg-color-8 .link-box:before, .bg-color-7 .link-box:before, .bg-color-6 .link-box:before, .bg-color-5 .link-box:before, .bg-color-4 .link-box:before, .bg-color-3 .link-box:before, .bg-color-2 .link-box:before, .bg-color-1.bg-image .link-box:before {
  background-color: #fff;
}
.bg-color-1 h1, .bg-color-13 h1, .bg-color-13.bg-image h1, .bg-color-12 h1, .bg-color-12.bg-image h1, .bg-color-10 h1, .bg-color-10.bg-image h1, .bg-color-9 h1, .bg-color-9.bg-image h1, .bg-color-8 h1, .bg-color-8.bg-image h1, .bg-color-7 h1, .bg-color-7.bg-image h1, .bg-color-6 h1, .bg-color-6.bg-image h1, .bg-color-5 h1, .bg-color-5.bg-image h1, .bg-color-4 h1, .bg-color-4.bg-image h1, .bg-color-3 h1, .bg-color-3.bg-image h1, .bg-color-2 h1, .bg-color-2.bg-image h1, .bg-color-1 h2, .bg-color-13 h2, .bg-color-13.bg-image h2, .bg-color-12 h2, .bg-color-12.bg-image h2, .bg-color-10 h2, .bg-color-10.bg-image h2, .bg-color-9 h2, .bg-color-9.bg-image h2, .bg-color-8 h2, .bg-color-8.bg-image h2, .bg-color-7 h2, .bg-color-7.bg-image h2, .bg-color-6 h2, .bg-color-6.bg-image h2, .bg-color-5 h2, .bg-color-5.bg-image h2, .bg-color-4 h2, .bg-color-4.bg-image h2, .bg-color-3 h2, .bg-color-3.bg-image h2, .bg-color-2 h2, .bg-color-2.bg-image h2, .bg-color-1 h3, .bg-color-13 h3, .bg-color-13.bg-image h3, .bg-color-12 h3, .bg-color-12.bg-image h3, .bg-color-10 h3, .bg-color-10.bg-image h3, .bg-color-9 h3, .bg-color-9.bg-image h3, .bg-color-8 h3, .bg-color-8.bg-image h3, .bg-color-7 h3, .bg-color-7.bg-image h3, .bg-color-6 h3, .bg-color-6.bg-image h3, .bg-color-5 h3, .bg-color-5.bg-image h3, .bg-color-4 h3, .bg-color-4.bg-image h3, .bg-color-3 h3, .bg-color-3.bg-image h3, .bg-color-2 h3, .bg-color-2.bg-image h3, .bg-color-1 h4, .bg-color-13 h4, .bg-color-13.bg-image h4, .bg-color-12 h4, .bg-color-12.bg-image h4, .bg-color-10 h4, .bg-color-10.bg-image h4, .bg-color-9 h4, .bg-color-9.bg-image h4, .bg-color-8 h4, .bg-color-8.bg-image h4, .bg-color-7 h4, .bg-color-7.bg-image h4, .bg-color-6 h4, .bg-color-6.bg-image h4, .bg-color-5 h4, .bg-color-5.bg-image h4, .bg-color-4 h4, .bg-color-4.bg-image h4, .bg-color-3 h4, .bg-color-3.bg-image h4, .bg-color-2 h4, .bg-color-2.bg-image h4, .bg-color-1 h5, .bg-color-13 h5, .bg-color-13.bg-image h5, .bg-color-12 h5, .bg-color-12.bg-image h5, .bg-color-10 h5, .bg-color-10.bg-image h5, .bg-color-9 h5, .bg-color-9.bg-image h5, .bg-color-8 h5, .bg-color-8.bg-image h5, .bg-color-7 h5, .bg-color-7.bg-image h5, .bg-color-6 h5, .bg-color-6.bg-image h5, .bg-color-5 h5, .bg-color-5.bg-image h5, .bg-color-4 h5, .bg-color-4.bg-image h5, .bg-color-3 h5, .bg-color-3.bg-image h5, .bg-color-2 h5, .bg-color-2.bg-image h5, .bg-color-1 h6, .bg-color-13 h6, .bg-color-13.bg-image h6, .bg-color-12 h6, .bg-color-12.bg-image h6, .bg-color-10 h6, .bg-color-10.bg-image h6, .bg-color-9 h6, .bg-color-9.bg-image h6, .bg-color-8 h6, .bg-color-8.bg-image h6, .bg-color-7 h6, .bg-color-7.bg-image h6, .bg-color-6 h6, .bg-color-6.bg-image h6, .bg-color-5 h6, .bg-color-5.bg-image h6, .bg-color-4 h6, .bg-color-4.bg-image h6, .bg-color-3 h6, .bg-color-3.bg-image h6, .bg-color-2 h6, .bg-color-2.bg-image h6, .bg-color-1.bg-image h1, .bg-image.bg-color-13 h1, .bg-image.bg-color-12 h1, .bg-image.bg-color-10 h1, .bg-image.bg-color-9 h1, .bg-image.bg-color-8 h1, .bg-color-1.bg-image h2, .bg-image.bg-color-13 h2, .bg-image.bg-color-12 h2, .bg-image.bg-color-10 h2, .bg-image.bg-color-9 h2, .bg-image.bg-color-8 h2, .bg-color-1.bg-image h3, .bg-image.bg-color-13 h3, .bg-image.bg-color-12 h3, .bg-image.bg-color-10 h3, .bg-image.bg-color-9 h3, .bg-image.bg-color-8 h3, .bg-color-1.bg-image h4, .bg-image.bg-color-13 h4, .bg-image.bg-color-12 h4, .bg-image.bg-color-10 h4, .bg-image.bg-color-9 h4, .bg-image.bg-color-8 h4, .bg-color-1.bg-image h5, .bg-image.bg-color-13 h5, .bg-image.bg-color-12 h5, .bg-image.bg-color-10 h5, .bg-image.bg-color-9 h5, .bg-image.bg-color-8 h5, .bg-color-1.bg-image h6, .bg-image.bg-color-13 h6, .bg-image.bg-color-12 h6, .bg-image.bg-color-10 h6, .bg-image.bg-color-9 h6, .bg-image.bg-color-8 h6 {
  color: #fbc600;
}
.bg-color-1 p, .bg-color-13 p, .bg-color-13.bg-image p, .bg-color-12 p, .bg-color-12.bg-image p, .bg-color-10 p, .bg-color-10.bg-image p, .bg-color-9 p, .bg-color-9.bg-image p, .bg-color-8 p, .bg-color-8.bg-image p, .bg-color-7 p, .bg-color-7.bg-image p, .bg-color-6 p, .bg-color-6.bg-image p, .bg-color-5 p, .bg-color-5.bg-image p, .bg-color-4 p, .bg-color-4.bg-image p, .bg-color-3 p, .bg-color-3.bg-image p, .bg-color-2 p, .bg-color-2.bg-image p, .bg-color-1 li, .bg-color-13 li, .bg-color-13.bg-image li, .bg-color-12 li, .bg-color-12.bg-image li, .bg-color-10 li, .bg-color-10.bg-image li, .bg-color-9 li, .bg-color-9.bg-image li, .bg-color-8 li, .bg-color-8.bg-image li, .bg-color-7 li, .bg-color-7.bg-image li, .bg-color-6 li, .bg-color-6.bg-image li, .bg-color-5 li, .bg-color-5.bg-image li, .bg-color-4 li, .bg-color-4.bg-image li, .bg-color-3 li, .bg-color-3.bg-image li, .bg-color-2 li, .bg-color-2.bg-image li, .bg-color-1.bg-image p, .bg-color-1.bg-image li {
  color: white;
}
.bg-color-1 a, .bg-color-13 a, .bg-color-13.bg-image a, .bg-color-12 a, .bg-color-12.bg-image a, .bg-color-10 a, .bg-color-10.bg-image a, .bg-color-9 a, .bg-color-9.bg-image a, .bg-color-8 a, .bg-color-8.bg-image a, .bg-color-7 a, .bg-color-7.bg-image a, .bg-color-6 a, .bg-color-6.bg-image a, .bg-color-5 a, .bg-color-5.bg-image a, .bg-color-4 a, .bg-color-4.bg-image a, .bg-color-3 a, .bg-color-3.bg-image a, .bg-color-2 a, .bg-color-2.bg-image a, .bg-color-1.bg-image a {
  color: #fff;
}
.bg-color-1 form, .bg-color-13 form, .bg-color-13.bg-image form, .bg-color-12 form, .bg-color-12.bg-image form, .bg-color-10 form, .bg-color-10.bg-image form, .bg-color-9 form, .bg-color-9.bg-image form, .bg-color-8 form, .bg-color-8.bg-image form, .bg-color-7 form, .bg-color-7.bg-image form, .bg-color-6 form, .bg-color-6.bg-image form, .bg-color-5 form, .bg-color-5.bg-image form, .bg-color-4 form, .bg-color-4.bg-image form, .bg-color-3 form, .bg-color-3.bg-image form, .bg-color-2 form, .bg-color-2.bg-image form, .bg-color-1.bg-image form {
  color: #fff !important;
}
.bg-color-1 .btn-1, .bg-color-13 .btn-1, .bg-color-12 .btn-1, .bg-color-10 .btn-1, .bg-color-9 .btn-1, .bg-color-8 .btn-1, .bg-color-7 .btn-1, .bg-color-6 .btn-1, .bg-color-5 .btn-1, .bg-color-4 .btn-1, .bg-color-3 .btn-1, .bg-color-2 .btn-1, .bg-color-1.bg-image .btn-1 {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}
.bg-color-1 .btn-1:hover, .bg-color-13 .btn-1:hover, .bg-color-12 .btn-1:hover, .bg-color-10 .btn-1:hover, .bg-color-9 .btn-1:hover, .bg-color-8 .btn-1:hover, .bg-color-7 .btn-1:hover, .bg-color-6 .btn-1:hover, .bg-color-5 .btn-1:hover, .bg-color-4 .btn-1:hover, .bg-color-3 .btn-1:hover, .bg-color-2 .btn-1:hover, .bg-color-1.bg-image .btn-1:hover {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}
.bg-color-1 .btn-2, .bg-color-13 .btn-2, .bg-color-12 .btn-2, .bg-color-10 .btn-2, .bg-color-9 .btn-2, .bg-color-8 .btn-2, .bg-color-7 .btn-2, .bg-color-6 .btn-2, .bg-color-5 .btn-2, .bg-color-4 .btn-2, .bg-color-3 .btn-2, .bg-color-2 .btn-2, .bg-color-1.bg-image .btn-2 {
  color: white !important;
  background-color: #fbc600 !important;
  border-color: #fbc600 !important;
}
.bg-color-1 .btn-2:hover, .bg-color-13 .btn-2:hover, .bg-color-12 .btn-2:hover, .bg-color-10 .btn-2:hover, .bg-color-9 .btn-2:hover, .bg-color-8 .btn-2:hover, .bg-color-7 .btn-2:hover, .bg-color-6 .btn-2:hover, .bg-color-5 .btn-2:hover, .bg-color-4 .btn-2:hover, .bg-color-3 .btn-2:hover, .bg-color-2 .btn-2:hover, .bg-color-1.bg-image .btn-2:hover {
  color: white !important;
  background-color: #fbc600 !important;
  border-color: #fbc600 !important;
}
.bg-color-1 .footable > thead > tr > th, .bg-color-13 .footable > thead > tr > th, .bg-color-12 .footable > thead > tr > th, .bg-color-10 .footable > thead > tr > th, .bg-color-9 .footable > thead > tr > th, .bg-color-8 .footable > thead > tr > th, .bg-color-7 .footable > thead > tr > th, .bg-color-6 .footable > thead > tr > th, .bg-color-5 .footable > thead > tr > th, .bg-color-4 .footable > thead > tr > th, .bg-color-3 .footable > thead > tr > th, .bg-color-2 .footable > thead > tr > th, .bg-color-1.bg-image .footable > thead > tr > th {
  background-color: #eaeaea;
  color: #585858;
  border: 1px solid #585858;
  border-top: none;
}
.bg-color-1 .career-single .item .hold, .bg-color-13 .career-single .item .hold, .bg-color-12 .career-single .item .hold, .bg-color-10 .career-single .item .hold, .bg-color-9 .career-single .item .hold, .bg-color-8 .career-single .item .hold, .bg-color-7 .career-single .item .hold, .bg-color-6 .career-single .item .hold, .bg-color-5 .career-single .item .hold, .bg-color-4 .career-single .item .hold, .bg-color-3 .career-single .item .hold, .bg-color-2 .career-single .item .hold, .bg-color-1.bg-image .career-single .item .hold {
  background-color: #fbc600 !important;
  border: none !important;
}
.bg-color-1 .career-single .item .hold .icon, .bg-color-13 .career-single .item .hold .icon, .bg-color-12 .career-single .item .hold .icon, .bg-color-10 .career-single .item .hold .icon, .bg-color-9 .career-single .item .hold .icon, .bg-color-8 .career-single .item .hold .icon, .bg-color-7 .career-single .item .hold .icon, .bg-color-6 .career-single .item .hold .icon, .bg-color-5 .career-single .item .hold .icon, .bg-color-4 .career-single .item .hold .icon, .bg-color-3 .career-single .item .hold .icon, .bg-color-2 .career-single .item .hold .icon, .bg-color-1.bg-image .career-single .item .hold .icon {
  color: #006fd1;
  fill: #006fd1;
}
.bg-color-1 .career-single .item .hold .name, .bg-color-13 .career-single .item .hold .name, .bg-color-12 .career-single .item .hold .name, .bg-color-10 .career-single .item .hold .name, .bg-color-9 .career-single .item .hold .name, .bg-color-8 .career-single .item .hold .name, .bg-color-7 .career-single .item .hold .name, .bg-color-6 .career-single .item .hold .name, .bg-color-5 .career-single .item .hold .name, .bg-color-4 .career-single .item .hold .name, .bg-color-3 .career-single .item .hold .name, .bg-color-2 .career-single .item .hold .name, .bg-color-1.bg-image .career-single .item .hold .name {
  color: #006fd1;
}
.bg-color-1 .career-single .item .text p span, .bg-color-13 .career-single .item .text p span, .bg-color-12 .career-single .item .text p span, .bg-color-10 .career-single .item .text p span, .bg-color-9 .career-single .item .text p span, .bg-color-8 .career-single .item .text p span, .bg-color-7 .career-single .item .text p span, .bg-color-6 .career-single .item .text p span, .bg-color-5 .career-single .item .text p span, .bg-color-4 .career-single .item .text p span, .bg-color-3 .career-single .item .text p span, .bg-color-2 .career-single .item .text p span, .bg-color-1.bg-image .career-single .item .text p span {
  color: #fff;
}
.bg-color-1 .career-single .item .text .title, .bg-color-13 .career-single .item .text .title, .bg-color-12 .career-single .item .text .title, .bg-color-10 .career-single .item .text .title, .bg-color-9 .career-single .item .text .title, .bg-color-8 .career-single .item .text .title, .bg-color-7 .career-single .item .text .title, .bg-color-6 .career-single .item .text .title, .bg-color-5 .career-single .item .text .title, .bg-color-4 .career-single .item .text .title, .bg-color-3 .career-single .item .text .title, .bg-color-2 .career-single .item .text .title, .bg-color-1.bg-image .career-single .item .text .title {
  color: #fff;
}
.bg-color-1 .career-single .item .text .btn-1, .bg-color-13 .career-single .item .text .btn-1, .bg-color-12 .career-single .item .text .btn-1, .bg-color-10 .career-single .item .text .btn-1, .bg-color-9 .career-single .item .text .btn-1, .bg-color-8 .career-single .item .text .btn-1, .bg-color-7 .career-single .item .text .btn-1, .bg-color-6 .career-single .item .text .btn-1, .bg-color-5 .career-single .item .text .btn-1, .bg-color-4 .career-single .item .text .btn-1, .bg-color-3 .career-single .item .text .btn-1, .bg-color-2 .career-single .item .text .btn-1, .bg-color-1 .career-single .item .text .btn-2, .bg-color-13 .career-single .item .text .btn-2, .bg-color-12 .career-single .item .text .btn-2, .bg-color-10 .career-single .item .text .btn-2, .bg-color-9 .career-single .item .text .btn-2, .bg-color-8 .career-single .item .text .btn-2, .bg-color-7 .career-single .item .text .btn-2, .bg-color-6 .career-single .item .text .btn-2, .bg-color-5 .career-single .item .text .btn-2, .bg-color-4 .career-single .item .text .btn-2, .bg-color-3 .career-single .item .text .btn-2, .bg-color-2 .career-single .item .text .btn-2, .bg-color-1.bg-image .career-single .item .text .btn-1, .bg-color-1.bg-image .career-single .item .text .btn-2 {
  border: 1px solid #fbc600 !important;
  color: #fff !important;
  background-color: #fbc600 !important;
}
.bg-color-1 .career-single .item .text .btn-1:hover, .bg-color-13 .career-single .item .text .btn-1:hover, .bg-color-12 .career-single .item .text .btn-1:hover, .bg-color-10 .career-single .item .text .btn-1:hover, .bg-color-9 .career-single .item .text .btn-1:hover, .bg-color-8 .career-single .item .text .btn-1:hover, .bg-color-7 .career-single .item .text .btn-1:hover, .bg-color-6 .career-single .item .text .btn-1:hover, .bg-color-5 .career-single .item .text .btn-1:hover, .bg-color-4 .career-single .item .text .btn-1:hover, .bg-color-3 .career-single .item .text .btn-1:hover, .bg-color-2 .career-single .item .text .btn-1:hover, .bg-color-1 .career-single .item .text .btn-2:hover, .bg-color-13 .career-single .item .text .btn-2:hover, .bg-color-12 .career-single .item .text .btn-2:hover, .bg-color-10 .career-single .item .text .btn-2:hover, .bg-color-9 .career-single .item .text .btn-2:hover, .bg-color-8 .career-single .item .text .btn-2:hover, .bg-color-7 .career-single .item .text .btn-2:hover, .bg-color-6 .career-single .item .text .btn-2:hover, .bg-color-5 .career-single .item .text .btn-2:hover, .bg-color-4 .career-single .item .text .btn-2:hover, .bg-color-3 .career-single .item .text .btn-2:hover, .bg-color-2 .career-single .item .text .btn-2:hover, .bg-color-1.bg-image .career-single .item .text .btn-1:hover, .bg-color-1.bg-image .career-single .item .text .btn-2:hover {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.bg-color-2, .bg-color-2.bg-image {
  color: #fff;
  fill: #00c3d9;
  background-color: #009290;
}
.bg-color-2 .icon:after, .bg-color-2.bg-image .icon:after {
  background-color: #00c3d9 !important;
}
.bg-color-2 h1, .bg-color-2 h2, .bg-color-2 h3, .bg-color-2 h4, .bg-color-2 h5, .bg-color-2 h6, .bg-color-2.bg-image h1, .bg-color-2.bg-image h2, .bg-color-2.bg-image h3, .bg-color-2.bg-image h4, .bg-color-2.bg-image h5, .bg-color-2.bg-image h6 {
  color: #00c3d9;
}
.bg-color-2 p, .bg-color-2 li, .bg-color-2 a, .bg-color-2.bg-image p, .bg-color-2.bg-image li, .bg-color-2.bg-image a {
  color: #fff;
}
.bg-color-2 .btn-1, .bg-color-2.bg-image .btn-1 {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}
.bg-color-2 .btn-1:hover, .bg-color-2.bg-image .btn-1:hover {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}
.bg-color-2 .btn-2, .bg-color-2.bg-image .btn-2 {
  color: white !important;
  background-color: #006fd1 !important;
  border-color: #006fd1 !important;
}
.bg-color-2 .btn-2:hover, .bg-color-2.bg-image .btn-2:hover {
  color: white !important;
  background-color: #006fd1 !important;
  border-color: #006fd1 !important;
}

.bg-color-3, .bg-color-3.bg-image {
  color: #fff;
  fill: #006fd1;
  background-color: #fbc600;
}
.bg-color-3 .icon:after, .bg-color-3.bg-image .icon:after {
  background-color: #006fd1 !important;
}
.bg-color-3 h1, .bg-color-3 h2, .bg-color-3 h3, .bg-color-3 h4, .bg-color-3 h5, .bg-color-3 h6, .bg-color-3.bg-image h1, .bg-color-3.bg-image h2, .bg-color-3.bg-image h3, .bg-color-3.bg-image h4, .bg-color-3.bg-image h5, .bg-color-3.bg-image h6 {
  color: #006fd1;
}
.bg-color-3 p, .bg-color-3 li, .bg-color-3 a, .bg-color-3.bg-image p, .bg-color-3.bg-image li, .bg-color-3.bg-image a {
  color: #fff;
}
.bg-color-3 ul li:before, .bg-color-3.bg-image ul li:before {
  background-color: #fff;
}
.bg-color-3 ol li:before, .bg-color-3.bg-image ol li:before {
  color: #fff;
}
.bg-color-3 .btn-2, .bg-color-3.bg-image .btn-2 {
  color: white !important;
  background-color: #006fd1 !important;
  border-color: #006fd1 !important;
}
.bg-color-3 .btn-2:hover, .bg-color-3.bg-image .btn-2:hover {
  color: white !important;
  background-color: #006fd1 !important;
  border-color: #006fd1 !important;
}

.bg-color-4, .bg-color-4.bg-image {
  color: #fff;
  fill: #fff;
  background-color: #00c3d9;
}
.bg-color-4 .icon:after, .bg-color-4.bg-image .icon:after {
  background-color: #fff !important;
}
.bg-color-4 h1, .bg-color-4 h2, .bg-color-4 h3, .bg-color-4 h4, .bg-color-4 h5, .bg-color-4 h6, .bg-color-4.bg-image h1, .bg-color-4.bg-image h2, .bg-color-4.bg-image h3, .bg-color-4.bg-image h4, .bg-color-4.bg-image h5, .bg-color-4.bg-image h6 {
  color: #fff;
}
.bg-color-4 p, .bg-color-4 li, .bg-color-4 a, .bg-color-4.bg-image p, .bg-color-4.bg-image li, .bg-color-4.bg-image a {
  color: #fff;
}
.bg-color-4 .career-single .item .hold, .bg-color-4.bg-image .career-single .item .hold {
  background-color: #009290 !important;
  border: none !important;
}
.bg-color-4 .career-single .item .hold .icon, .bg-color-4.bg-image .career-single .item .hold .icon {
  color: #00c3d9;
  fill: #00c3d9;
}
.bg-color-4 .career-single .item .hold .name, .bg-color-4.bg-image .career-single .item .hold .name {
  color: #00c3d9;
}
.bg-color-4 .career-single .item .text p span, .bg-color-4.bg-image .career-single .item .text p span {
  color: #fff;
}
.bg-color-4 .career-single .item .text .title, .bg-color-4.bg-image .career-single .item .text .title {
  color: #006fd1;
}
.bg-color-4 .career-single .item .text .btn-1, .bg-color-4 .career-single .item .text .btn-2, .bg-color-4.bg-image .career-single .item .text .btn-1, .bg-color-4.bg-image .career-single .item .text .btn-2 {
  border: 1px solid #fbc600 !important;
  color: #fff !important;
  background-color: #fbc600 !important;
}
.bg-color-4 .career-single .item .text .btn-1:hover, .bg-color-4 .career-single .item .text .btn-2:hover, .bg-color-4.bg-image .career-single .item .text .btn-1:hover, .bg-color-4.bg-image .career-single .item .text .btn-2:hover {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.bg-color-5, .bg-color-5.bg-image {
  color: #fff;
  fill: #368246;
  background-color: #733375;
}
.bg-color-5 .icon:after, .bg-color-5.bg-image .icon:after {
  background-color: #368246 !important;
}
.bg-color-5 h1, .bg-color-5 h2, .bg-color-5 h3, .bg-color-5 h4, .bg-color-5 h5, .bg-color-5 h6, .bg-color-5.bg-image h1, .bg-color-5.bg-image h2, .bg-color-5.bg-image h3, .bg-color-5.bg-image h4, .bg-color-5.bg-image h5, .bg-color-5.bg-image h6 {
  color: #368246;
}
.bg-color-5 p, .bg-color-5 li, .bg-color-5 a, .bg-color-5.bg-image p, .bg-color-5.bg-image li, .bg-color-5.bg-image a {
  color: #fff;
}
.bg-color-5 .career-single .item .hold, .bg-color-5.bg-image .career-single .item .hold {
  background-color: #eaeaea !important;
  border: none !important;
}
.bg-color-5 .career-single .item .hold .icon, .bg-color-5.bg-image .career-single .item .hold .icon {
  color: #fbc600;
  fill: #fbc600;
}
.bg-color-5 .career-single .item .hold .name, .bg-color-5.bg-image .career-single .item .hold .name {
  color: #fbc600;
}
.bg-color-5 .career-single .item .text p span, .bg-color-5.bg-image .career-single .item .text p span {
  color: #fff;
}
.bg-color-5 .career-single .item .text .title, .bg-color-5.bg-image .career-single .item .text .title {
  color: #368246;
}
.bg-color-5 .career-single .item .text .btn-1, .bg-color-5 .career-single .item .text .btn-2, .bg-color-5.bg-image .career-single .item .text .btn-1, .bg-color-5.bg-image .career-single .item .text .btn-2 {
  border: 1px solid #fbc600 !important;
  color: #fff !important;
  background-color: #fbc600 !important;
}
.bg-color-5 .career-single .item .text .btn-1:hover, .bg-color-5 .career-single .item .text .btn-2:hover, .bg-color-5.bg-image .career-single .item .text .btn-1:hover, .bg-color-5.bg-image .career-single .item .text .btn-2:hover {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.bg-color-6, .bg-color-6.bg-image {
  color: #fff;
  fill: #368246;
  background-color: #ff9400;
}
.bg-color-6 .icon:after, .bg-color-6.bg-image .icon:after {
  background-color: #368246 !important;
}
.bg-color-6 h1, .bg-color-6 h2, .bg-color-6 h3, .bg-color-6 h4, .bg-color-6 h5, .bg-color-6 h6, .bg-color-6.bg-image h1, .bg-color-6.bg-image h2, .bg-color-6.bg-image h3, .bg-color-6.bg-image h4, .bg-color-6.bg-image h5, .bg-color-6.bg-image h6 {
  color: #368246;
}
.bg-color-6 p, .bg-color-6 li, .bg-color-6 a, .bg-color-6.bg-image p, .bg-color-6.bg-image li, .bg-color-6.bg-image a {
  color: #fff;
}
.bg-color-6 ul li:before, .bg-color-6.bg-image ul li:before {
  background-color: #fff;
}
.bg-color-6 ol li:before, .bg-color-6.bg-image ol li:before {
  color: #fff;
}

.bg-color-7, .bg-color-7.bg-image {
  background-color: #003a73;
  color: white;
  fill: #fff;
}
.bg-color-7 a, .bg-color-7.bg-image a {
  color: #00c3d9;
}
.bg-color-7 .icon:after, .bg-color-7.bg-image .icon:after {
  background-color: #fff !important;
}
.bg-color-7 h1, .bg-color-7 h2, .bg-color-7 h3, .bg-color-7 h4, .bg-color-7 h5, .bg-color-7 h6, .bg-color-7 li, .bg-color-7.bg-image h1, .bg-color-7.bg-image h2, .bg-color-7.bg-image h3, .bg-color-7.bg-image h4, .bg-color-7.bg-image h5, .bg-color-7.bg-image h6, .bg-color-7.bg-image li {
  color: #fff;
}
.bg-color-7 .title, .bg-color-7.bg-image .title {
  color: #fff;
}
.bg-color-7 .btn-1, .bg-color-7.bg-image .btn-1 {
  color: white !important;
  background-color: transparent !important;
  border-color: white !important;
}
.bg-color-7 .btn-1:hover, .bg-color-7.bg-image .btn-1:hover {
  background-color: transparent !important;
  color: white !important;
}
.bg-color-7 .btn-2, .bg-color-7.bg-image .btn-2 {
  color: #003a73 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.bg-color-7 .btn-2:hover, .bg-color-7.bg-image .btn-2:hover {
  background-color: transparent !important;
  color: white !important;
  border: 1px solid #fff !important;
}
.bg-color-7 form input[type=submit].b-w, .bg-color-7.bg-image form input[type=submit].b-w {
  background-color: #fff !important;
  color: #006fd1 !important;
}
.bg-color-7 form input[type=submit].b-w:hover, .bg-color-7.bg-image form input[type=submit].b-w:hover {
  border: 1px solid #fff;
  background-color: transparent !important;
  color: #fff !important;
}
.bg-color-7 .staff-single .item .sec-3 .detail .phone a, .bg-color-7.bg-image .staff-single .item .sec-3 .detail .phone a {
  color: #585858;
}
.bg-color-7 .event-single .item .hold .date, .bg-color-7.bg-image .event-single .item .hold .date {
  color: #fff !important;
}
.bg-color-7 .event-single .item .hold .text .title, .bg-color-7.bg-image .event-single .item .hold .text .title {
  color: #fff !important;
}
.bg-color-7 .event-single .item .hold .text .more, .bg-color-7.bg-image .event-single .item .hold .text .more {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.bg-color-7 .event-single .item:hover .thumb:after, .bg-color-7.bg-image .event-single .item:hover .thumb:after {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-color-7 .event-single .item:hover .hold .date, .bg-color-7.bg-image .event-single .item:hover .hold .date {
  color: #006fd1;
}
.bg-color-7 .event-single .item:hover .hold .text h4, .bg-color-7.bg-image .event-single .item:hover .hold .text h4 {
  color: #006fd1;
}
.bg-color-7 .event-single .item:hover .hold .text .more, .bg-color-7.bg-image .event-single .item:hover .hold .text .more {
  border: 1px solid #fff !important;
  color: #006fd1 !important;
  background-color: #fff !important;
}
.bg-color-7 .events-gallery .intro .title, .bg-color-7.bg-image .events-gallery .intro .title {
  color: #fff !important;
}
.bg-color-7 .events-gallery .intro .title span, .bg-color-7.bg-image .events-gallery .intro .title span {
  color: #fff !important;
}
.bg-color-7 .events-gallery .intro .title:after, .bg-color-7.bg-image .events-gallery .intro .title:after {
  color: #fff;
}
.bg-color-7 .blog-list .info .title, .bg-color-7 .career-list .info .title, .bg-color-7.bg-image .blog-list .info .title, .bg-color-7.bg-image .career-list .info .title {
  color: #fff;
}
.bg-color-7 .events-calendar .days .icon, .bg-color-7.bg-image .events-calendar .days .icon {
  background-color: #ff9400;
}
.bg-color-7 .events-calendar .days, .bg-color-7.bg-image .events-calendar .days {
  border-right: 6px solid #ff9400;
}
.bg-color-7 .events-calendar .days .icon::before, .bg-color-7.bg-image .events-calendar .days .icon::before {
  border-left: 20px solid #ff9400 !important;
}
.bg-color-7 .events-calendar .days h4, .bg-color-7.bg-image .events-calendar .days h4 {
  color: #fff;
}
.bg-color-7 .events-calendar .days table th, .bg-color-7.bg-image .events-calendar .days table th {
  color: #fff;
}
.bg-color-7 .events-calendar .days table td span, .bg-color-7.bg-image .events-calendar .days table td span {
  color: #fff;
}
.bg-color-7 .events-calendar .days table td span.event, .bg-color-7.bg-image .events-calendar .days table td span.event {
  background-color: #ff9400;
  color: #fff;
}
.bg-color-7 .events-calendar .days .all, .bg-color-7.bg-image .events-calendar .days .all {
  border: 1px solid #fff;
  color: #fff;
}
.bg-color-7 .events-calendar .days .all:hover, .bg-color-7.bg-image .events-calendar .days .all:hover {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #006fd1 !important;
}
.bg-color-7 .events-calendar .events .more a, .bg-color-7.bg-image .events-calendar .events .more a {
  color: #00c3d9;
}
.bg-color-7 .events-calendar .events .event p, .bg-color-7.bg-image .events-calendar .events .event p {
  color: #585858;
}
.bg-color-7 .events-calendar .events .event a, .bg-color-7.bg-image .events-calendar .events .event a {
  color: #00c3d9;
}
.bg-color-7 .blog-single .item .text .title a, .bg-color-7.bg-image .blog-single .item .text .title a {
  color: #ff9400;
}
.bg-color-7 .career-list .list .item:hover, .bg-color-7.bg-image .career-list .list .item:hover {
  background-color: #ff9400;
}
.bg-color-7 .career-list .list .item:hover .icon:after, .bg-color-7.bg-image .career-list .list .item:hover .icon:after {
  background-color: #fff !important;
}
.bg-color-7 .gallery-list-module .list .item .thumb, .bg-color-7.bg-image .gallery-list-module .list .item .thumb {
  background-color: #ff9400;
}
.bg-color-7 .gallery-list-module .list .item .title, .bg-color-7.bg-image .gallery-list-module .list .item .title {
  color: #ff9400;
}
.bg-color-7 .program-list .list .item .text .icon svg, .bg-color-7.bg-image .program-list .list .item .text .icon svg {
  fill: #ff9400;
}
.bg-color-7 .program-list .list .item .text .title, .bg-color-7.bg-image .program-list .list .item .text .title {
  color: #006fd1;
}
.bg-color-7 .program-list .list .item .text .btn-1, .bg-color-7.bg-image .program-list .list .item .text .btn-1 {
  border: 1px solid #006fd1 !important;
  color: #006fd1 !important;
}
.bg-color-7 .program-list .list .item:hover .text .btn-1, .bg-color-7.bg-image .program-list .list .item:hover .text .btn-1 {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.bg-color-7 .program-single .item .text .btn-1, .bg-color-7.bg-image .program-single .item .text .btn-1 {
  border: 1px solid #003a73 !important;
  color: #003a73 !important;
}
.bg-color-7 .program-single .item:hover .text .btn-1, .bg-color-7.bg-image .program-single .item:hover .text .btn-1 {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.bg-color-7 .program-single .item .link-box:before, .bg-color-7.bg-image .program-single .item .link-box:before {
  background-color: #003a73;
}
.bg-color-7 .program-single .item:hover .link-box:before, .bg-color-7.bg-image .program-single .item:hover .link-box:before {
  background-color: #fff;
}
.bg-color-7 .staff-single .item .sec-3 .detail .pos, .bg-color-7.bg-image .staff-single .item .sec-3 .detail .pos {
  color: #ff9400;
}
.bg-color-7 .career-list .list .item .icon:after, .bg-color-7.bg-image .career-list .list .item .icon:after {
  background-color: #ff9400;
}
.bg-color-7 .news-module .intro-bar .icon svg, .bg-color-7.bg-image .news-module .intro-bar .icon svg {
  fill: #fff;
  color: #fff;
}
.bg-color-7 .news-module .intro-bar .all, .bg-color-7.bg-image .news-module .intro-bar .all {
  color: #00c3d9;
}

.bg-color-8, .bg-color-8.bg-image {
  background-color: #f9f9f9;
  color: #ff9400;
  fill: #006fd1;
}
.bg-color-8 p, .bg-color-8.bg-image p {
  color: #585858;
}
.bg-color-8 .link-box:before, .bg-color-8.bg-image .link-box:before {
  background-color: #006fd1;
}
.bg-color-8 h1, .bg-color-8 h2, .bg-color-8 h3, .bg-color-8 h4, .bg-color-8 h5, .bg-color-8 h6, .bg-color-8 li, .bg-color-8.bg-image h1, .bg-color-8.bg-image h2, .bg-color-8.bg-image h3, .bg-color-8.bg-image h4, .bg-color-8.bg-image h5, .bg-color-8.bg-image h6, .bg-color-8.bg-image li {
  color: #585858;
}
.bg-color-8 a, .bg-color-8.bg-image a {
  color: #003a73;
}
.bg-color-8 .btn-1, .bg-color-8.bg-image .btn-1 {
  color: #006fd1 !important;
  background-color: transparent !important;
  border-color: #006fd1 !important;
}
.bg-color-8 .btn-1:hover, .bg-color-8.bg-image .btn-1:hover {
  color: #006fd1 !important;
  background-color: transparent !important;
  border-color: #006fd1 !important;
}
.bg-color-8 .btn-2, .bg-color-8.bg-image .btn-2 {
  color: white !important;
  background-color: #006fd1 !important;
  border-color: #006fd1 !important;
}
.bg-color-8 .btn-2:hover, .bg-color-8.bg-image .btn-2:hover {
  color: white !important;
  background-color: #006fd1 !important;
  border-color: #006fd1 !important;
}

.bg-color-9, .bg-color-9.bg-image {
  background-color: #eaeaea;
  color: #ff9400;
  fill: #006fd1;
}
.bg-color-9 p, .bg-color-9.bg-image p {
  color: #585858;
}
.bg-color-9 .link-box:before, .bg-color-9.bg-image .link-box:before {
  background-color: #006fd1;
}
.bg-color-9 h1, .bg-color-9 h2, .bg-color-9 h3, .bg-color-9 h4, .bg-color-9 h5, .bg-color-9 h6, .bg-color-9 li, .bg-color-9.bg-image h1, .bg-color-9.bg-image h2, .bg-color-9.bg-image h3, .bg-color-9.bg-image h4, .bg-color-9.bg-image h5, .bg-color-9.bg-image h6, .bg-color-9.bg-image li {
  color: #585858;
}
.bg-color-9 a, .bg-color-9.bg-image a {
  color: #003a73;
}
.bg-color-9 .btn-1, .bg-color-9.bg-image .btn-1 {
  color: #006fd1 !important;
  background-color: transparent !important;
  border-color: #006fd1 !important;
}
.bg-color-9 .btn-1:hover, .bg-color-9.bg-image .btn-1:hover {
  color: #006fd1 !important;
  background-color: transparent !important;
  border-color: #006fd1 !important;
}
.bg-color-9 .btn-2, .bg-color-9.bg-image .btn-2 {
  color: white !important;
  background-color: #006fd1 !important;
  border-color: #006fd1 !important;
}
.bg-color-9 .btn-2:hover, .bg-color-9.bg-image .btn-2:hover {
  color: white !important;
  background-color: #006fd1 !important;
  border-color: #006fd1 !important;
}

.bg-color-10, .bg-color-10.bg-image {
  color: white;
  fill: white;
  background-color: #303030;
}
.bg-color-10 .link-box:before, .bg-color-10.bg-image .link-box:before {
  background-color: #fff;
}
.bg-color-10:after, .bg-color-10.bg-image:after {
  background-color: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block !important;
  opacity: 0.95;
  filter: alpha(opacity=95);
  content: "";
}
.bg-color-10 h1, .bg-color-10 h2, .bg-color-10 h3, .bg-color-10 h4, .bg-color-10 h5, .bg-color-10 h6, .bg-color-10.bg-image h1, .bg-color-10.bg-image h2, .bg-color-10.bg-image h3, .bg-color-10.bg-image h4, .bg-color-10.bg-image h5, .bg-color-10.bg-image h6 {
  color: inherit;
  fill: inherit;
}
.bg-color-10 p, .bg-color-10 li, .bg-color-10.bg-image p, .bg-color-10.bg-image li {
  color: white;
}
.bg-color-10 a, .bg-color-10.bg-image a {
  color: #003a73;
}

.bg-color-12, .bg-color-12.bg-image {
  color: white;
  fill: white;
  background-color: #DC143C;
}
.bg-color-12 .link-box:before, .bg-color-12.bg-image .link-box:before {
  background-color: #fff;
}
.bg-color-12:after, .bg-color-12.bg-image:after {
  background-color: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block !important;
  opacity: 0.95;
  filter: alpha(opacity=95);
  content: "";
}
.bg-color-12 h1, .bg-color-12 h2, .bg-color-12 h3, .bg-color-12 h4, .bg-color-12 h5, .bg-color-12 h6, .bg-color-12.bg-image h1, .bg-color-12.bg-image h2, .bg-color-12.bg-image h3, .bg-color-12.bg-image h4, .bg-color-12.bg-image h5, .bg-color-12.bg-image h6 {
  color: inherit;
  fill: inherit;
}
.bg-color-12 p, .bg-color-12 li, .bg-color-12.bg-image p, .bg-color-12.bg-image li {
  color: white;
}
.bg-color-12 a, .bg-color-12.bg-image a {
  color: #003a73;
}

.bg-color-13, .bg-color-13.bg-image {
  color: white;
  fill: white;
  background-color: black;
}
.bg-color-13 .link-box:before, .bg-color-13.bg-image .link-box:before {
  background-color: #fff;
}
.bg-color-13:after, .bg-color-13.bg-image:after {
  background-color: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block !important;
  opacity: 0.95;
  filter: alpha(opacity=95);
  content: "";
}
.bg-color-13 h1, .bg-color-13 h2, .bg-color-13 h3, .bg-color-13 h4, .bg-color-13 h5, .bg-color-13 h6, .bg-color-13.bg-image h1, .bg-color-13.bg-image h2, .bg-color-13.bg-image h3, .bg-color-13.bg-image h4, .bg-color-13.bg-image h5, .bg-color-13.bg-image h6 {
  color: inherit;
  fill: inherit;
}
.bg-color-13 p, .bg-color-13 li, .bg-color-13.bg-image p, .bg-color-13.bg-image li {
  color: white;
}
.bg-color-13 a, .bg-color-13.bg-image a {
  color: #DC143C;
}

.bg-color-1.bg-image:hover:after, .bg-image.bg-color-13:hover:after, .bg-color-2.bg-image:hover:after, .bg-color-3.bg-image:hover:after, .bg-color-4.bg-image:hover:after, .bg-color-5.bg-image:hover:after, .bg-color-6.bg-image:hover:after, .bg-color-7.bg-image:hover:after, .bg-color-12.bg-image:hover:after, .bg-color-8.bg-image:hover:after, .bg-color-9.bg-image:hover:after, .bg-color-10.bg-image:hover:after {
  opacity: 1;
}
.bg-color-1.bg-image .icon:after, .bg-image.bg-color-13 .icon:after, .bg-color-2.bg-image .icon:after, .bg-color-3.bg-image .icon:after, .bg-color-4.bg-image .icon:after, .bg-color-5.bg-image .icon:after, .bg-color-6.bg-image .icon:after, .bg-color-7.bg-image .icon:after, .bg-color-12.bg-image .icon:after, .bg-color-8.bg-image .icon:after, .bg-color-9.bg-image .icon:after, .bg-color-10.bg-image .icon:after {
  background-color: #fff !important;
}

.bg-white, .bg-white.bg-image {
  background-color: white;
  color: #ff9400;
  fill: #006fd1;
}
.bg-white li, .bg-white.bg-image li {
  color: #585858;
}
.bg-white p, .bg-white.bg-image p {
  color: #585858;
}
.bg-white div[class^=box-], .bg-white div[class*=" box-"], .bg-white.bg-image div[class^=box-], .bg-white.bg-image div[class*=" box-"] {
  border-color: #eaeaea;
}

.bg-grey, .bg-grey.bg-image {
  background-color: #f9f9f9;
  color: #ff9400;
  fill: #006fd1;
}
.bg-grey p, .bg-grey.bg-image p {
  color: #585858;
}
.bg-grey li, .bg-grey.bg-image li {
  color: #585858;
}
.bg-grey div[class^=box-], .bg-grey div[class*=" box-"], .bg-grey.bg-image div[class^=box-], .bg-grey.bg-image div[class*=" box-"] {
  border-color: #eaeaea;
}

/*--- Supporting styles -------------------*/
.white-text, .bg-image {
  color: white;
  fill: white;
}
.white-text h1, .bg-image h1, .white-text h2, .bg-image h2, .white-text h3, .bg-image h3, .white-text h4, .bg-image h4, .white-text h5, .bg-image h5, .white-text h6, .bg-image h6, .white-text li, .bg-image li {
  color: white;
}
.white-text p, .bg-image p {
  color: white;
}
.white-text a, .bg-image a {
  color: #3bc1cd;
}
.white-text .btn-1, .bg-image .btn-1 {
  color: white !important;
  background-color: transparent !important;
  border-color: white !important;
}
.white-text .btn-1:hover, .bg-image .btn-1:hover {
  background-color: transparent !important;
  color: white !important;
}
.white-text .btn-2, .bg-image .btn-2 {
  color: white !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.white-text .btn-2:hover, .bg-image .btn-2:hover {
  background-color: transparent !important;
  color: white !important;
}

@media (max-width: 736px) {
  .mobile-height {
    height: 300px;
  }
}

.alert-bar {
  background-color: #ab0033;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
.alert-bar p {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
  margin: 0;
  font-weight: 500;
  line-height: normal;
  padding: 18px 40px 18px 55px;
}
.alert-bar p:before {
  content: "";
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  left: 15px;
  top: 12px;
  width: 30px;
  height: 30px;
  background: url("../images/icon-exclamation.svg") no-repeat 50% 50%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.alert-bar .close {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 16px;
  height: 16px;
}
.alert-bar .close:after {
  content: "\e005";
  display: block;
  font-family: "uja-hudson";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 16px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.cta-box .link-box:before {
  display: none;
}
.cta-box.bg-image:hover:after {
  opacity: 1;
}

/* Brand Fonts & Treatment -------------------------------------*/
.h1, h1 {
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1em;
  margin: 0;
  color: #006fd1;
  position: relative;
}

.h2, h2 {
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.1em;
  margin: 0;
  color: #006fd1;
  position: relative;
}

.h3, h3 {
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.1em;
  margin: 0;
  color: #006fd1;
  position: relative;
}

.h4, h4 {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 1.1em;
  margin: 0;
  color: #006fd1;
  position: relative;
}

.h5, h5 {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1em;
  margin: 0;
  color: #006fd1;
  position: relative;
}

.h6, h6 {
  font-family: "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.1em;
  margin: 0;
  color: #006fd1;
  position: relative;
}

h1 {
  margin: 0.2em 0 0.2em;
}

h2 {
  margin: 0.2em 0 0.2em;
}

h3 {
  margin: 0.2em 0 0.2em;
}

h4 {
  margin: 0.2em 0 0.2em;
}

h5 {
  margin: 0.2em 0 0.2em;
}

h6 {
  margin: 0.2em 0 0.2em;
}

p {
  font-family: "Helvetica", sans-serif;
  padding: 0;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0 0 15px;
  font-size: 20px;
  font-size: 2rem;
  font-size: 1em;
  position: relative;
  color: #585858;
}

.link, a {
  color: #00c3d9;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: none;
}
.link:hover, a:hover, .link.hovered, a.hovered {
  text-decoration: none;
}
.link:active, a:active {
  color: inherit;
}
b {
  font-weight: 600;
  color: #585858;
}

a {
  outline: none !important;
  position: relative;
}
ul {
  margin: 0;
  list-style: none;
  padding: 10px 25px 10px 0;
}
@media (max-width: 736px) {
  ul {
    padding: 10px 0;
    position: relative;
  }
}
ul li {
  position: relative;
  text-decoration: none;
  font-family: "Helvetica", sans-serif;
  line-height: 1.8em;
  padding-left: 48px;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  font-size: 1em;
}
@media (max-width: 736px) {
  ul li {
    padding-left: 20px;
  }
}
ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: 14px;
  background-color: #00c3d9;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
@media (max-width: 736px) {
  ul li:before {
    left: 0;
  }
}

ol {
  margin: 0;
  padding: 10px 25px 10px 0;
  list-style-type: none;
  counter-reset: point;
}
@media (max-width: 736px) {
  ol {
    padding: 10px 0;
    position: relative;
  }
}
ol li {
  padding: 0 0 0 50px;
  line-height: 1.8em;
  list-style: none;
  position: relative;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  font-size: 1em;
  font-family: "Helvetica", sans-serif;
}
@media (max-width: 736px) {
  ol li {
    padding-left: 20px;
  }
}
ol li:before {
  counter-increment: point 1;
  content: counter(point) ".)";
  font-weight: 600;
  position: absolute;
  left: 20px;
  top: 3px;
  width: 20px;
  height: 14px;
  line-height: 1.8em;
  font-size: 16px;
  font-size: 1.6rem;
  color: #00c3d9;
  text-align: center;
}
@media (max-width: 736px) {
  ol li:before {
    left: 0;
  }
}

em {
  font-style: italic;
  position: relative;
}

strong {
  font-weight: 600;
  position: relative;
}

mark {
  color: #006fd1;
  background: none;
  position: relative;
}

hr {
  margin: 0;
  border-bottom: none;
  position: relative;
}

.btn-1 {
  padding: 15px;
  margin: 5px 5px 5px 0;
  text-align: center;
  display: inline-block;
  border-width: 1px !important;
  border-style: solid !important;
  background-color: transparent !important;
  color: #585858;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Helvetica", sans-serif;
}
.btn-1:hover {
  background-color: #585858 !important;
  color: white !important;
}

.btn-2 {
  padding: 15px;
  margin: 5px 5px 5px 0;
  text-align: center;
  display: inline-block;
  border-width: 1px !important;
  border-style: solid !important;
  background-color: #585858;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Helvetica", sans-serif;
}
.btn-2:hover {
  color: white !important;
}

.c-1 {
  color: #006fd1;
  background-color: #006fd1;
  border-color: #006fd1;
}
.c-1:hover {
  background-color: #006fd1 !important;
  color: #fff;
}

.c-2 {
  color: #fbc600;
  background-color: #fbc600;
  border-color: #fbc600;
}
.c-2:hover {
  background-color: #fbc600 !important;
  color: #fff;
}

.c-3 {
  color: #00c3d9;
  background-color: #00c3d9;
  border-color: #00c3d9;
}
.c-3:hover {
  background-color: #00c3d9 !important;
  color: #fff;
}

.c-4 {
  color: #009290;
  background-color: #009290;
  border-color: #009290;
}
.c-4:hover {
  background-color: #009290 !important;
  color: #fff;
}

.c-5 {
  color: #733375;
  background-color: #733375;
  border-color: #733375;
}
.c-5:hover {
  background-color: #733375 !important;
  color: #fff;
}

.c-6 {
  color: #3bc1cd;
  background-color: #3bc1cd;
  border-color: #3bc1cd;
}
.c-6:hover {
  background-color: #3bc1cd !important;
  color: #fff;
}

.c-7 {
  color: #003a73;
  background-color: #003a73;
  border-color: #003a73;
}
.c-7:hover {
  background-color: #003a73 !important;
  color: #fff;
}

/* =============================================================================
	FORMS
	========================================================================== */
form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

label {
  cursor: pointer;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  *overflow: visible;
}

input {
  outline: none;
}

/*Iphone Border Radius Fix*/
input {
  -webkit-border-radius: 0;
}

textarea {
  -webkit-border-radius: 0;
}

input[type=text], input[type=email], input[type=search], input[type=password], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* mobile firefox too! */
}

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

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

button {
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  width: 15px;
  height: 16px;
  padding: 0;
  margin: 0;
}

input, textarea, select {
  font: 100% "Helvetica", sans-serif, "AGaramondProRegular", sans-serif, Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #733375;
}

textarea {
  resize: vertical;
  margin: 0;
  padding: 0;
  overflow: auto;
  vertical-align: top;
  outline: none;
}

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

input:-moz-placeholder {
  color: #818181;
}

input::-moz-placeholder {
  color: #818181;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #818181;
}

input:-ms-input-placeholder {
  color: #818181;
}

input:hover::placeholder {
  color: #ff9400;
}

input:hover:-moz-placeholder {
  color: #ff9400;
}

input:hover::-moz-placeholder {
  color: #ff9400;
}

input:hover::-webkit-input-placeholder {
  color: #ff9400;
}

input:hover:-ms-input-placeholder {
  color: #ff9400;
}

input:hover::placeholder {
  color: #ff9400;
}

textarea:-moz-placeholder {
  color: #818181;
}

textarea::-moz-placeholder {
  color: #818181;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  color: #818181;
}

textarea:-ms-input-placeholder {
  color: #818181;
}

textarea:hover::placeholder {
  color: #ff9400;
}

textarea:hover:-moz-placeholder {
  color: #ff9400;
}

textarea:hover::-moz-placeholder {
  color: #ff9400;
}

textarea:hover::-webkit-input-placeholder {
  color: #ff9400;
}

textarea:hover:-ms-input-placeholder {
  color: #ff9400;
}

textarea:hover::placeholder {
  color: #ff9400;
}

input::-ms-clear {
  display: none;
}

.form .fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 736px) {
  .form .fields {
    display: block;
  }
}
.form .fields > .field {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media (max-width: 736px) {
  .form .fields > .field {
    padding: 0;
  }
}
.form .fields.two > .field, .form .fields.two > .fields {
  width: 50%;
}
@media (max-width: 736px) {
  .form .fields.two > .field, .form .fields.two > .fields {
    width: 100%;
  }
}
.form .fields.two .field:first-child {
  padding-left: 0;
}
.form .fields.two .field:last-child {
  padding-right: 0;
}
.form .fields.two .field.narrow {
  width: 30%;
}
@media (max-width: 1248px) {
  .form .fields.two .field.narrow {
    width: 40%;
  }
}
@media (max-width: 1008px) {
  .form .fields.two .field.narrow {
    width: 30%;
  }
}
@media (max-width: 736px) {
  .form .fields.two .field.narrow {
    width: 100%;
  }
}
.form .fields.two .field.wide {
  width: 70%;
}
@media (max-width: 1248px) {
  .form .fields.two .field.wide {
    width: 60%;
  }
}
@media (max-width: 1008px) {
  .form .fields.two .field.wide {
    width: 70%;
  }
}
@media (max-width: 736px) {
  .form .fields.two .field.wide {
    width: 100%;
  }
}
@media (max-width: 736px) {
  .form .fields.three:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
  }
}
.form .fields.three > .field, .form .fields.three > .fields {
  width: 33%;
}
@media (max-width: 736px) {
  .form .fields.three > .field, .form .fields.three > .fields {
    width: 100%;
  }
  .form .fields.three > .field.inline, .form .fields.three > .fields.inline {
    width: 47%;
  }
  .form .fields.three > .field.inline.left, .form .fields.three > .fields.inline.left {
    float: left;
    clear: left;
  }
  .form .fields.three > .field.inline.right, .form .fields.three > .fields.inline.right {
    clear: right;
    float: right;
  }
}
.form .fields.three .field:first-child {
  padding-left: 0;
}
.form .fields.three .field:last-child {
  padding-right: 0;
}
.form h5 {
  position: relative;
  width: 100%;
  margin: 10px 0;
}
.form h5:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.form h5 span {
  padding: 0 10px 0 0;
  background-color: #fff;
  position: relative;
  color: #003a73;
  z-index: 1;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=search],
select,
textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #818181;
  margin-bottom: 25px;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #585858;
}
input[type=text]:hover, input[type=text]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:hover,
input[type=search]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  color: #ff9400;
  border: 1px solid #ff9400;
}
input[type=text].error,
input[type=tel].error,
input[type=email].error,
input[type=password].error,
input[type=search].error,
select.error,
textarea.error {
  color: red;
  border-color: red;
}
input[type=text].error:-moz-placeholder,
input[type=tel].error:-moz-placeholder,
input[type=email].error:-moz-placeholder,
input[type=password].error:-moz-placeholder,
input[type=search].error:-moz-placeholder,
select.error:-moz-placeholder,
textarea.error:-moz-placeholder {
  color: red;
}
input[type=text].error::-moz-placeholder,
input[type=tel].error::-moz-placeholder,
input[type=email].error::-moz-placeholder,
input[type=password].error::-moz-placeholder,
input[type=search].error::-moz-placeholder,
select.error::-moz-placeholder,
textarea.error::-moz-placeholder {
  color: red;
  opacity: 1;
}
input[type=text].error::-webkit-input-placeholder,
input[type=tel].error::-webkit-input-placeholder,
input[type=email].error::-webkit-input-placeholder,
input[type=password].error::-webkit-input-placeholder,
input[type=search].error::-webkit-input-placeholder,
select.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: red;
}
input[type=text].error:-ms-input-placeholder,
input[type=tel].error:-ms-input-placeholder,
input[type=email].error:-ms-input-placeholder,
input[type=password].error:-ms-input-placeholder,
input[type=search].error:-ms-input-placeholder,
select.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: red;
}
input[type=text].success,
input[type=tel].success,
input[type=email].success,
input[type=password].success,
input[type=search].success,
select.success,
textarea.success {
  color: #8ac768;
  border-color: #8ac768;
}
input[type=text].success:-moz-placeholder,
input[type=tel].success:-moz-placeholder,
input[type=email].success:-moz-placeholder,
input[type=password].success:-moz-placeholder,
input[type=search].success:-moz-placeholder,
select.success:-moz-placeholder,
textarea.success:-moz-placeholder {
  color: #8ac768;
}
input[type=text].success::-moz-placeholder,
input[type=tel].success::-moz-placeholder,
input[type=email].success::-moz-placeholder,
input[type=password].success::-moz-placeholder,
input[type=search].success::-moz-placeholder,
select.success::-moz-placeholder,
textarea.success::-moz-placeholder {
  color: #8ac768;
  opacity: 1;
}
input[type=text].success::-webkit-input-placeholder,
input[type=tel].success::-webkit-input-placeholder,
input[type=email].success::-webkit-input-placeholder,
input[type=password].success::-webkit-input-placeholder,
input[type=search].success::-webkit-input-placeholder,
select.success::-webkit-input-placeholder,
textarea.success::-webkit-input-placeholder {
  color: #8ac768;
}
input[type=text].success:-ms-input-placeholder,
input[type=tel].success:-ms-input-placeholder,
input[type=email].success:-ms-input-placeholder,
input[type=password].success:-ms-input-placeholder,
input[type=search].success:-ms-input-placeholder,
select.success:-ms-input-placeholder,
textarea.success:-ms-input-placeholder {
  color: #8ac768;
}

textarea {
  height: 194px;
  padding: 20px;
  resize: vertical;
}

label {
  display: block;
  color: #fff;
}

input[type=checkbox],
input[type=radio] {
  float: left;
}

.chk-label {
  overflow: hidden;
}

.imp {
  width: 100%;
  position: relative;
}
.imp .text, .imp .selectric {
  width: 100% !important;
  float: none !important;
}
.imp:after {
  content: "*";
  display: block;
  background-color: #ff9400;
  color: #fff;
  width: 23px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap {
  width: 100%;
  position: relative;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}
.wrap .text, .wrap .selectric-wrapper, .wrap .imp {
  width: 49%;
  float: left;
}
.wrap .text:last-child, .wrap .selectric-wrapper:last-child, .wrap .imp:last-child {
  float: right;
}
@media (max-width: 736px) {
  .wrap .text, .wrap .selectric-wrapper, .wrap .imp {
    width: 100% !important;
    float: none !important;
  }
}

.field {
  width: 100%;
  overflow: hidden;
}

.file-upload:before {
  content: "\e011";
  font-family: "uja-hudson";
  display: block;
  position: absolute;
  color: #585858;
  right: 30px;
  top: 13px;
  font-size: 20px;
  font-size: 2rem;
  z-index: 10;
}

input[type=file] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}

input[type=submit] {
  float: right;
}
@media (max-width: 736px) {
  input[type=submit] {
    float: none;
    width: 100%;
  }
}

.form-section {
  padding: 2em;
  width: 100%;
}

form .cards {
  display: block;
  margin: 15px 0;
}
form .email {
  width: 100%;
  position: relative;
}
form .email:before {
  content: "\e007";
  font-size: 30px;
  font-size: 3rem;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  font-family: "uja-hudson";
  color: #733375;
}
form .pass {
  width: 100%;
  position: relative;
}
form .pass:before {
  content: "\e008";
  font-size: 30px;
  font-size: 3rem;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  font-family: "uja-hudson";
  color: #733375;
}
form .good:after {
  content: "\e009";
  font-size: 20px;
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  font-family: "uja-hudson";
  color: #8ac768;
}
form .fail:after {
  content: "\e002";
  font-size: 20px;
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  font-family: "uja-hudson";
  color: red;
}
form div {
  position: static;
}

div[class^=box-] .content form .wrap, div[class*=" box-"] .content form .wrap {
  position: static;
}

.box-100 .form {
  width: calc((4.1193181818% * 8) + (1.0653409091% * 14));
  margin: 0 auto;
}
@media (max-width: 1248px) {
  .box-100 .form {
    width: 100%;
  }
}

.box-50 form .wrap {
  width: 100%;
  position: relative;
}
.box-50 form .wrap:after {
  content: "";
  display: block;
  clear: both;
}
.box-50 form .wrap .text, .box-50 form .wrap .selectric, .box-50 form .wrap .imp {
  width: 100% !important;
  float: none !important;
}

.box-25 form .wrap {
  width: 100%;
  position: relative;
}
.box-25 form .wrap:after {
  content: "";
  display: block;
  clear: both;
}
.box-25 form .wrap .text, .box-25 form .wrap .selectric, .box-25 form .wrap .imp {
  width: 100% !important;
  float: none !important;
}

select.custom {
  display: none;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
  left: 0;
}

input[type=checkbox] + label {
  position: relative;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  color: #585858;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=checkbox] + label:before {
  top: 5px;
  content: "";
  display: inline-block;
  position: relative;
  height: 22px;
  width: 22px;
  cursor: pointer;
  color: #fff;
  background-color: #fff;
  border: 1px solid #585858;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 15px;
}

input[type=checkbox]:checked + label:before {
  background: url("../images/ico-check.svg") no-repeat 50% 50% #ff9400;
  -moz-background-size: 80%;
  -webkit-background-size: 80%;
  background-size: 80%;
  color: #ff9400;
  border: 1px solid #ff9400;
}

input[type=checkbox]:checked + label {
  cursor: pointer;
  color: #ff9400;
}

/*radio*/
input[type=radio] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
}

input[type=radio] + label {
  position: relative;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  color: #585858;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio] + label:before {
  top: 5px;
  content: "";
  display: inline-block;
  position: relative;
  height: 22px;
  width: 22px;
  cursor: pointer;
  color: #fff;
  background-color: #fff;
  border: 1px solid #585858;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 15px;
}

input[type=radio]:checked + label:before {
  background: none;
  color: #fff;
  border: 4px solid #ff9400;
  background-size: 55%;
  background-position: center center;
  background-repeat: no-repeat;
}

input[type=radio]:checked + label:after {
  background: none;
  color: #fff;
  background-size: 55%;
  background-position: center center;
  background-repeat: no-repeat;
  top: 14px;
  left: 5px;
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

input[type=radio]:checked + label {
  cursor: pointer;
  color: #ff9400;
}

.shadow {
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  z-index: 1000;
}

.alert {
  margin: auto;
  width: 600px;
  height: 120px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px 0 120px;
  position: relative;
  z-index: 1100 !important;
  display: flex;
}
.alert .close {
  position: absolute;
  top: 5px;
  right: 5px;
  text-decoration: none;
  color: #303030;
}
.alert .box {
  position: absolute !important;
  left: 0;
  top: 0;
  background-color: #003a73;
  width: 80px;
  height: 120px;
}
.alert .box:before {
  content: "\e014";
  display: block;
  color: #fff;
  font-family: "uja-hudson";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 26px;
  margin: -13px 0 0 -13px;
  font-size: 26px;
  font-size: 2.6rem;
}
.alert .box:after {
  content: "";
  display: block;
  position: absolute;
  border-left: 12px solid #003a73;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  width: 0;
  height: 0;
  right: -12px;
  top: 50%;
  margin: -12px 0 0;
}
.alert p {
  font-style: italic;
  margin: auto 0 !important;
}
.alert p span {
  color: #003a73;
}
@media (max-width: 736px) {
  .alert {
    width: 90%;
    display: block;
    height: auto;
    padding: 0;
  }
  .alert .close {
    color: #fff;
  }
  .alert .box {
    position: relative !important;
    width: 100%;
    display: block;
    height: 60px;
  }
  .alert .box:after {
    content: "";
    display: block;
    position: absolute;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #003a73;
    border-bottom: none;
    width: 0;
    height: 0;
    right: 50%;
    top: 100%;
    margin: 0 -12px 0 0;
  }
  .alert p {
    margin: 0 !important;
    display: block;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.success {
  margin: auto;
  width: 600px;
  height: 120px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px 0 120px;
  position: relative;
  z-index: 1100 !important;
  display: flex;
}
.success .close {
  position: absolute;
  top: 5px;
  right: 5px;
  text-decoration: none;
  color: #303030;
}
.success .box {
  position: absolute !important;
  left: 0;
  top: 0;
  background-color: #fbc600;
  width: 80px;
  height: 120px;
}
.success .box:before {
  content: "\e016";
  display: block;
  color: #fff;
  font-family: "uja-hudson";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 26px;
  margin: -13px 0 0 -13px;
  font-size: 26px;
  font-size: 2.6rem;
}
.success .box:after {
  content: "";
  display: block;
  position: absolute;
  border-left: 12px solid #fbc600;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  width: 0;
  height: 0;
  right: -12px;
  top: 50%;
  margin: -12px 0 0;
}
.success p {
  font-style: italic;
  margin: auto 0;
}
.success p span {
  color: #fbc600;
}
@media (max-width: 736px) {
  .success {
    width: 90%;
    display: block;
    height: auto;
    padding: 0;
  }
  .success .close {
    color: #fff;
  }
  .success .box {
    position: relative !important;
    width: 100%;
    display: block;
    height: 60px;
  }
  .success .box:after {
    content: "";
    display: block;
    position: absolute;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fbc600;
    border-bottom: none;
    width: 0;
    height: 0;
    right: 50%;
    top: 100%;
    margin: 0 -12px 0 0;
  }
  .success p {
    margin: 0;
    display: block;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@font-face {
  font-family: "uja-hudson";
  src: url("../fonts/xuja-hudson.eot");
  src: url("../fonts/xuja-hudson.eot?#iefix") format("embedded-opentype"), url("../fonts/xuja-hudson.woff") format("woff"), url("../fonts/xuja-hudson.ttf") format("truetype"), url("../fonts/xuja-hudson.svg#xuja-hudson") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-core, .box-25 .staff-single .item .sec-3 .detail .hold .email:before, .box-25 .staff-single .item .sec-3 .detail .hold .phone:before, .box-33 .staff-single .item .sec-3 .detail .hold .email:before, .box-33 .staff-single .item .sec-3 .detail .hold .phone:before, .staff-single .item .sec-3 .detail .email:before, .staff-single .item .sec-3 .detail .phone:before, .staff-content .phil .title:before, .staff-content .card .detail .email:before, .staff-content .card .detail .phone:before, .program-filters .search-text:after, [class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "uja-hudson" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  padding: 0 5px;
}

[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before {
  font-family: "uja-hudson" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "uja-hudson" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-1:before {
  content: "\e000";
}

.icon-icon-2:before {
  content: "\e001";
}

.icon-icon-3:before {
  content: "\e002";
}

.icon-icon-4:before {
  content: "\e003";
}

.icon-icon-5:before {
  content: "\e004";
}

.icon-icon-6:before {
  content: "\e005";
}

.icon-icon-7:before {
  content: "\e006";
}

.icon-icon-8:before {
  content: "\e007";
}

.icon-icon-9:before {
  content: "\e008";
}

.icon-icon-10:before {
  content: "\e009";
}

.icon-icons-40:before {
  content: "\e00a";
}

.icon-icons-46:before {
  content: "\e00b";
}

.icon-icons-45:before {
  content: "\e00c";
}

.icon-icons-47:before {
  content: "\e00d";
}

.icon-icons-15:before {
  content: "\e00e";
}

.icon-icons-2:before {
  content: "\e00f";
}

.icon-icons-37:before {
  content: "\e010";
}

.icon-xicons-50:before {
  content: "\e011";
}

.icon-icons-36:before {
  content: "\e012";
}

.icon-icons-42:before {
  content: "\e013";
}

.icon-icons-17:before {
  content: "\e014";
}

.icon-icons-18:before {
  content: "\e015";
}

.icon-icons-32:before {
  content: "\e016";
}

.icon-icons-48:before {
  content: "\e017";
}

.icon-icons-43:before {
  content: "\e018";
}

@font-face {
  font-family: "uja-riverdale";
  src: url("../fonts/uja-riverdale.eot");
  src: url("../fonts/uja-riverdale.eot?#iefix") format("embedded-opentype"), url("../fonts/uja-riverdale.woff") format("woff"), url("../fonts/uja-riverdale.ttf") format("truetype"), url("../fonts/uja-riverdale.svg#uja-riverdale") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-core, .box-25 .staff-single .item .sec-3 .detail .hold .email:before, .box-25 .staff-single .item .sec-3 .detail .hold .phone:before, .box-33 .staff-single .item .sec-3 .detail .hold .email:before, .box-33 .staff-single .item .sec-3 .detail .hold .phone:before, .staff-single .item .sec-3 .detail .email:before, .staff-single .item .sec-3 .detail .phone:before, .staff-content .phil .title:before, .staff-content .card .detail .email:before, .staff-content .card .detail .phone:before, .program-filters .search-text:after, [class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "uja-sephardic" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  padding: 0 5px;
}

[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before {
  font-family: "uja-sephardic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "uja-sephardic" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  font-family: "Helvetica", sans-serif;
  margin: 0 0 1em 0;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #006fd1;
  background: #fff;
  position: relative;
  text-align: left;
}
.selectric .label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 48px 0 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 48px;
  color: #585858;
  height: 48px;
  font-family: "Helvetica", sans-serif;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 48px;
  height: 48px;
  color: #006fd1;
  overflow: hidden;
}
.selectric .button:after {
  content: "\e003";
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-hudson";
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  line-height: 48px;
  font-size: 16px;
  text-indent: 0;
}

.selectric-focus .selectric {
  border: 1px solid #006fd1;
}
.selectric-focus .selectric .label {
  color: #006fd1;
}

.selectric-hover .selectric {
  border: 1px solid #006fd1;
}
.selectric-hover .selectric .label {
  color: #006fd1;
}
.selectric-hover .selectric .button:after {
  color: #ff9400;
}

.selectric-open {
  z-index: 9999 !important;
}
.selectric-open div {
  z-index: 10 !important;
}
.selectric-open .selectric {
  border: 1px solid #006fd1;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-open .button:after {
  color: #ff9400;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 47px;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute !important;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: -1;
  border: 1px solid #006fd1;
  border-top: none;
  max-height: 150px;
  overflow-y: scroll;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  min-height: 50px;
}
.selectric-items li {
  display: block;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Helvetica", sans-serif;
}
.selectric-items li:before {
  display: none;
}
.selectric-items li.selected {
  background: #006fd1;
  color: #fff;
}
.selectric-items li:hover {
  background: #006fd1;
  color: #fff;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.eot");
  src: url("../fonts/Helvetica.eot") format("embedded-opentype"), url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff") format("woff"), url("../fonts/Helvetica.ttf") format("truetype"), url("../fonts/Helvetica.svg#Helvetica") format("svg");
}
@font-face {
  font-family: "AGaramondProRegular";
  src: url("../fonts/AGaramondProRegular.eot");
  src: url("../fonts/AGaramondProRegular.eot") format("embedded-opentype"), url("../fonts/AGaramondProRegular.woff2") format("woff2"), url("../fonts/AGaramondProRegular.woff") format("woff"), url("../fonts/AGaramondProRegular.ttf") format("truetype"), url("../fonts/AGaramondProRegular.svg#AGaramondProRegular") format("svg");
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  /* ease (default) */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  /* ease (default) */
}

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

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

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  height: 100%;
}
.owl-carousel div {
  max-width: none !important;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  height: 100%;
}

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

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

.owl-carousel .owl-stage-outer {
  position: relative;
  height: 100%;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

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

.owl-carousel .owl-controls .owl-dots {
  position: absolute;
  bottom: 45px;
  right: 45px;
  z-index: 10;
}
@media (max-width: 736px) {
  .owl-carousel .owl-controls .owl-dots {
    right: 20px;
    bottom: 20px;
  }
}
.owl-carousel .owl-controls .owl-dots .owl-dot {
  float: left;
  margin: 0 0 0 4px;
}
.owl-carousel .owl-controls .owl-dots .owl-dot span {
  display: block;
  border: 3px solid #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: transparent;
  width: 9px;
  height: 9px;
}
@media (max-width: 736px) {
  .owl-carousel .owl-controls .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
  }
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
  border: 3px solid #fbc600;
}

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

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

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

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

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

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

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

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

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

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

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

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

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

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

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

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

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

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

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 138px;
  z-index: 999;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .container, header .t2 .bin, .t2 header .bin, header .t3 .bin, .t3 header .bin {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  overflow: visible;
}
header .content {
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .content:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.15;
  right: 0;
  bottom: -1px;
  position: absolute;
}
header .holder {
  height: 100%;
  position: relative;
}
@media (max-width: 1008px) {
  header .holder {
    height: calc(100% - 64px);
    position: fixed;
    overflow-y: scroll;
    top: 64px;
    left: 0;
    width: 100%;
    display: none;
    background-color: #fff;
  }
}
header .mobile-categories {
  display: none;
}
header .logo-box {
  height: 100%;
  float: left;
  padding: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 246px;
}
header .logo-box .logo-white {
  display: inline;
}
header .logo-box .logo-blue {
  display: none;
}
header .logo-box:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 0.15;
  right: 0;
  top: 0;
  position: absolute;
}
header .logo-box img {
  height: 100%;
}
@media (max-width: 1008px) {
  header .logo-box {
    padding: 10px;
    margin: 0 0 0 20px;
  }
}
header nav {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 110px 0 246px;
  height: 100%;
}
header nav .mobile-programs {
  display: none;
}
header nav ul {
  height: 100%;
  padding: 0;
  margin: 0;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header nav ul .item {
  height: 100%;
  padding: 5px 15px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  color: white;
  font-size: 0.8em;
  text-transform: lowercase;
  font-weight: 300;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1248px) {
  header nav ul .item {
    padding: 5px 10px;
  }
}
header nav ul .item a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Helvetica", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1248px) {
  header nav ul .item a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
header nav ul .item:before {
  display: none;
}
header nav ul .item:last-child {
  border-right: none;
}
header nav ul .item.active {
  background-color: #ff9400;
  color: white;
}
header nav ul .item.active .dropdown {
  display: block;
}
@media (max-width: 1008px) {
  header nav ul .item.active {
    background-color: #2d3642;
  }
}
header nav ul .item:hover a {
  color: #006fd1;
}
header nav ul .item.drop:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 10px;
  right: 50%;
  margin: 0 -3px 0 0;
  border-top: 5px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
header nav ul .item.active:after {
  border-top: none;
  border-bottom: 5px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
header nav ul .item .dropdown {
  display: none;
  width: 180px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -90px;
  background: rgba(46, 125, 225, 0.8);
}
header nav ul .item .dropdown a {
  display: block;
  padding: 12px 15px;
  text-align: center;
}
header nav ul .item .dropdown a:hover {
  background: #28599e;
}
@media (max-width: 1008px) {
  header nav ul .item .dropdown a:hover {
    background-color: #2d3642;
  }
}
@media (max-width: 1008px) {
  header nav .dropdown-arrow {
    display: block;
    position: absolute;
    right: 30px;
    top: 24px;
    width: 0;
    height: 0;
    border-top: 6px solid #006fd1;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  header nav .dropdown-arrow:before {
    width: 35px;
    height: 35px;
    position: absolute;
    left: -17px;
    top: -20px;
    cursor: pointer;
    content: "";
  }
  header nav .dropdown-arrow.open {
    border-top: none;
    border-bottom: 6px solid #006fd1;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  header nav .mobile-programs {
    display: block;
    width: 100%;
  }
  header nav .mobile-programs .prog {
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #006fd1;
    display: block;
    font-size: 0.8em;
    line-height: 1.8;
    border-bottom: 1px solid #e3e3e3;
  }
  header nav .mobile-programs .prog:hover {
    color: #fff;
    background: rgba(59, 218, 237, 0.8);
  }
  header nav .mobile-programs .prog:after {
    content: "";
    display: block;
    position: absolute;
    right: 30px;
    top: 24px;
    width: 0;
    height: 0;
    border-top: 6px solid #006fd1;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
}
@media (max-width: 1008px) and (max-width: 1008px) {
  header nav .mobile-programs .prog:after {
    display: none;
  }
}
@media (max-width: 1008px) {
  header nav .mobile-programs .prog.open:after {
    border-top: none;
    border-bottom: 6px solid #006fd1;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
}
@media (max-width: 1008px) {
  header nav .mobile-programs ul {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    display: none;
  }
  header nav .mobile-programs ul li {
    padding: 0;
    border-bottom: 1px solid #e3e3e3;
  }
  header nav .mobile-programs ul li:after {
    content: "";
    display: none;
    position: absolute;
    right: 30px;
    top: 24px;
    width: 0;
    height: 0;
    border-top: 6px solid #006fd1;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  header nav .mobile-programs ul li.open:after {
    border-top: none;
    border-bottom: 6px solid #006fd1;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  header nav .mobile-programs ul li:before {
    display: none;
  }
  header nav .mobile-programs ul li:hover {
    background: rgba(59, 218, 237, 0.8);
  }
  header nav .mobile-programs ul li:hover > a {
    color: #fff;
  }
  header nav .mobile-programs ul li a {
    display: inline-block;
    padding: 15px 20px 15px 30px;
    text-transform: uppercase;
    color: #919191;
    position: relative;
    font-size: 0.8em;
    line-height: 1.8;
    font-weight: 500;
  }
  header nav .mobile-programs ul li ul {
    background-color: #e1e1e1;
    display: none;
  }
  header nav .mobile-programs ul li ul li {
    border: none;
  }
  header nav .mobile-programs ul li ul li:after {
    display: none;
  }
  header nav .mobile-programs ul li ul li:hover {
    background: rgba(59, 218, 237, 0.8);
  }
  header nav .mobile-programs ul li ul li:hover > a {
    color: #fff;
  }
  header nav .mobile-programs ul li ul li a {
    padding: 10px 20px 10px 30px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: normal;
    font-size: 0.7em;
    display: block;
  }
  header nav .mobile-programs ul li ul li a:after {
    display: none;
  }
}
@media (max-width: 1008px) {
  header nav ul {
    display: block;
    float: none;
  }
  header nav ul .item {
    display: block;
    border-bottom: 1px solid #383f43;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0;
  }
  header nav ul .item a {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
  }
  header nav ul .item.drop:after {
    display: none;
  }
  header nav ul .item .dropdown {
    position: relative;
    display: block;
    width: 100%;
    top: inherit;
    left: inherit;
    margin: 0;
    text-align: left;
    background-color: rgba(54, 61, 65, 0.95);
  }
  header nav ul .item .dropdown a {
    text-align: left;
    padding: 12px 50px;
  }
}
header .tools {
  height: 100%;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}
header .tools .icon- {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding: 5px 55px;
  height: 100%;
  width: 66px;
  display: block;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: hidden;
  text-indent: -600px;
}
header .tools .icon-:before {
  position: absolute;
  color: #fff;
  font-size: 1.5em;
  line-height: 138px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0;
  text-indent: 0;
}
header .tools .icon-:hover:before {
  color: #006fd1;
}
header .tools .icon-.search:before {
  content: "\e000";
}
header .tools .icon-.search.open:before {
  content: "\e005";
}
header .tools .icon-.login:before {
  content: "\e001";
}
header .tools .icon-.login.open:before {
  content: "\e005";
}
header .tools .icon-.open {
  background-color: #fff;
}
header .tools .icon-.open:before {
  color: #006fd1;
}
header .tools .icon-:last-child {
  border-right: none;
}
header .tools .icon- a {
  display: none;
}
@media (max-width: 1008px) {
  header .tools {
    width: 100%;
    height: 41px;
  }
  header .tools .icon- {
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    line-height: 40px;
    padding: 0;
    text-indent: 0;
  }
  header .tools .icon-:before {
    font-size: 1em;
    position: static;
    display: inline-block;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: auto;
    height: auto;
    line-height: normal;
  }
  header .tools .icon-.login:before {
    padding: 0 5px 0 0;
  }
  header .tools .icon-.search:before {
    padding: 0 5px 0 0;
  }
  header .tools .icon- a {
    display: inline-block;
    padding: 0 0 0 5px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
  }
}
header .menu-icon {
  height: 65px;
  width: 65px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  float: right;
  z-index: 100;
  display: none;
  margin: 0 10px 0 0;
}
@media (max-width: 1008px) {
  header .menu-icon {
    display: block;
  }
}
header .menu-icon span span {
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .menu-icon .block-1 {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
}
header .menu-icon .block-2 {
  opacity: 1;
}
header .menu-icon .block-3 {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  bottom: 0;
  margin: 0;
}
header .menu-icon.open {
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .menu-icon.open span {
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}
header .menu-icon.open span span {
  background-color: #fff !important;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .menu-icon.open .block-1 {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
header .menu-icon.open .block-2 {
  opacity: 0;
}
header .menu-icon.open .block-3 {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 10px;
}
header .menu-icon .box {
  position: relative;
  display: block;
  width: 32px;
  left: 50%;
  margin: 0 0 0 -16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
header .menu-icon .box .block-1, header .menu-icon .box .block-2, header .menu-icon .box .block-3 {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: relative;
  display: block;
  margin-bottom: 7px;
}
header .menu-icon .box .block-3 {
  margin: 0;
}
header .programs-btn {
  display: block;
  float: right;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 0.8em;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1248px) {
  header .programs-btn {
    padding: 0px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
header .programs-btn span {
  cursor: pointer;
}
header .programs-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin: 0 0 0 12px;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
header .programs-btn:hover {
  color: #006fd1;
}
header .programs-btn:hover:after {
  border-top: 6px solid #006fd1;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .programs-btn.open {
  color: #006fd1;
}
header .programs-btn.open:after {
  border-top: none !important;
  border-bottom: 6px solid #006fd1;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
header.second {
  background-color: #fff;
  height: 110px;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
header.second nav {
  padding: 0 110px 0 166px;
}
header.second .programs-btn {
  color: #585858;
}
header.second .programs-btn:after {
  border-top: 6px solid #585858;
}
header.second .programs-btn:hover {
  background: #006fd1;
  color: #fff;
}
header.second .programs-btn:hover:after {
  border-top: 6px solid #fff;
}
header.second .programs-btn.open {
  background: #006fd1;
  color: #fff;
}
header.second .programs-btn.open:after {
  border-bottom: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
header.second .menu-icon span span {
  background-color: #006fd1 !important;
}
header.second .logo-box {
  width: 166px;
}
header.second .logo-box:after {
  background-color: #eaeaea;
  opacity: 1;
}
header.second .logo-box .logo-white {
  display: none;
}
header.second .logo-box .logo-blue {
  display: inline;
}
header.second .tools .icon- {
  border-left: 1px solid #eaeaea;
}
header.second .tools .icon-:before {
  color: #006fd1;
  line-height: 110px;
}
header.second .tools .icon-:hover, header.second .tools .icon-.open {
  background-color: #006fd1;
}
header.second .tools .icon-:hover:before, header.second .tools .icon-.open:before {
  color: #fff;
}
header.second nav ul .item a {
  color: #585858;
}
header.second nav ul .item:hover {
  background: #006fd1;
}
header.second nav ul .item:hover a {
  color: #fff;
}
@media (max-width: 1008px) {
  header {
    height: 64px;
  }
  header .logo-box {
    width: auto !important;
  }
  header.second {
    height: 64px;
  }
  header.second-mob, header.second-mob.second {
    background-color: #fff;
  }
  header.second-mob .menu-icon span span, header.second-mob.second .menu-icon span span {
    background-color: #006fd1 !important;
  }
  header.second-mob .logo-white, header.second-mob.second .logo-white {
    display: none;
  }
  header.second-mob .logo-blue, header.second-mob.second .logo-blue {
    display: block;
  }
  header.second-mob .tools, header.second-mob.second .tools {
    float: none;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    line-height: 41px !important;
  }
  header.second-mob .tools .icon-, header.second-mob.second .tools .icon- {
    background-color: #fff !important;
    color: #585858 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 41px !important;
  }
  header.second-mob .tools .icon-:last-child, header.second-mob.second .tools .icon-:last-child {
    border-left: 1px solid #eaeaea;
  }
  header.second-mob .tools .icon-:before, header.second-mob.second .tools .icon-:before {
    color: #006fd1 !important;
    line-height: 41px !important;
  }
  header.second-mob .tools .icon-:hover, header.second-mob.second .tools .icon-:hover {
    background-color: #006fd1 !important;
    color: #fff !important;
  }
  header.second-mob .tools .icon-:hover:before, header.second-mob.second .tools .icon-:hover:before {
    color: #fff !important;
  }
  header.second-mob nav, header.second-mob.second nav, header.second-mob.second nav, header.second-mob.second.second nav {
    padding: 0;
    height: auto;
  }
  header.second-mob nav .item, header.second-mob.second nav .item, header.second-mob.second nav .item, header.second-mob.second.second nav .item {
    border-bottom: 1px solid #eaeaea;
  }
  header.second-mob nav .item a, header.second-mob.second nav .item a, header.second-mob.second nav .item a, header.second-mob.second.second nav .item a {
    color: #585858;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
  }
  header.second-mob nav .item a:hover, header.second-mob.second nav .item a:hover, header.second-mob.second nav .item a:hover, header.second-mob.second.second nav .item a:hover {
    background-color: #006fd1;
    color: #fff;
  }
  header.second-mob.second, header.second-mob.second.second {
    height: 64px;
  }
  header .mobile-categories {
    display: block;
  }
  header .mobile-categories .category {
    width: 100%;
  }
  header .mobile-categories .category .title {
    background-color: #006fbc;
    color: #fff;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #0461a2;
    cursor: pointer;
    font-family: "Helvetica", sans-serif;
  }
  header .mobile-categories .category .title:after {
    display: block;
    content: "\e006";
    font-family: "uja-hudson";
    font-size: 10px;
    font-size: 1rem;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -8px 0 0;
  }
  header .mobile-categories .category .title.open:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  header .mobile-categories .category .section {
    background-color: #004fbe;
    display: none;
  }
  header .mobile-categories .category .section .name {
    width: 100%;
    overflow: hidden;
    padding: 15px 20px;
    cursor: pointer;
    font-family: "Helvetica", sans-serif;
  }
  header .mobile-categories .category .section .name.open {
    background-color: #005be9;
  }
  header .mobile-categories .category .section .name .icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
  }
  header .mobile-categories .category .section .name .icon svg, header .mobile-categories .category .section .name .icon img {
    fill: #fff;
    color: #fff;
  }
  header .mobile-categories .category .section .name p {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    font-family: "Helvetica", sans-serif;
  }
  header .mobile-categories .category .section .list {
    padding: 0 20px 0 65px;
    display: none;
    background-color: #005be9;
  }
  header .mobile-categories .category .section .list li {
    padding: 0;
  }
  header .mobile-categories .category .section .list li a {
    color: #fff;
    display: block;
    padding: 4px 0;
    font-family: "Helvetica", sans-serif;
  }
  header .mobile-categories .category .section .list li a:hover {
    color: #fbc600;
  }
  header .mobile-categories .category .section .list li:before {
    display: none;
  }
}

.sub-categories {
  position: fixed;
  left: 0;
  width: 100%;
  top: 138px;
  z-index: 999;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1008px) {
  .sub-categories {
    display: none;
  }
}
.sub-categories .container, .sub-categories .t2 .bin, .t2 .sub-categories .bin, .sub-categories .t3 .bin, .t3 .sub-categories .bin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.sub-categories .item {
  width: 33.33%;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid rgba(119, 120, 123, 0.5);
}
.sub-categories .item:first-child {
  border: none;
}
.sub-categories .item.open {
  background-color: #004fbe;
}
.sub-categories .item a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Helvetica", sans-serif;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 68px;
  background-color: rgba(35, 31, 32, 0.25);
}
.sub-categories .item a:hover {
  color: #006fd1;
}
.sub-categories .item a span {
  position: relative;
  padding: 0 15px 0 0;
  display: inline-block;
}
.sub-categories .item a span:after {
  display: block;
  content: "\e006";
  font-family: "uja-hudson";
  font-size: 8px;
  font-size: 0.8rem;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  margin: 1px 0 0;
}
.sub-categories .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: rgba(35, 31, 32, 0.25);
  position: absolute;
  bottom: 0;
  left: 0;
}
.sub-categories .item.open a span:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sub-categories.second {
  top: 110px !important;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #006fd1;
}
.sub-categories.second .item {
  border-left: 1px solid #005fc7;
}
.sub-categories.second .item:after {
  background-color: #004fbe;
}
.sub-categories.second .item a {
  background-color: transparent;
}
.sub-categories.second .item:hover {
  background-color: #004fbe;
}
.sub-categories.second .item:hover a {
  color: #fff;
}
.sub-categories.second .item:first-child {
  border: none;
}
.sub-categories.second .item:first-child:hover:before {
  content: "";
  display: block;
  width: 500%;
  right: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #004fbe;
}
.sub-categories.second .item:first-child.open {
  border: none;
}
.sub-categories.second .item:first-child.open:before {
  content: "";
  display: block;
  width: 500%;
  right: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #004fbe;
}
.sub-categories.second .item:last-child:hover:before {
  content: "";
  display: block;
  width: 500%;
  left: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #004fbe;
}
.sub-categories.second .item:last-child.open {
  border: none;
}
.sub-categories.second .item:last-child.open:before {
  content: "";
  display: block;
  width: 500%;
  left: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #004fbe;
}

.drop-section {
  position: fixed;
  width: 100%;
  height: calc(100% - 206px);
  background-color: #fff;
  top: 206px;
  left: 0;
  z-index: 999;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: none;
}
.drop-section.second {
  top: 178px;
  height: calc(100% - 178px);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.drop-section .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.drop-section .sections {
  width: 50%;
  height: 100%;
  /*@include flex-direction(column);*/
  background-color: #006fd1;
  overflow-y: scroll;
}
.drop-section .sections .section {
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.drop-section .sections .section .name {
  width: 35%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-color: #004fbe;
}
.drop-section .sections .section .name .icon {
  width: 60px;
}
.drop-section .sections .section .name .icon svg, .drop-section .sections .section .name .icon img {
  color: #fff;
  fill: #fff;
}
.drop-section .sections .section .name p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Helvetica", sans-serif;
  text-align: center;
}
.drop-section .sections .section .list {
  width: 65%;
  height: 100%;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.drop-section .sections .section .list li {
  padding: 0;
  height: 20%;
  width: 50%;
}
.drop-section .sections .section .list li:before {
  display: none;
}
.drop-section .sections .section .list li a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  line-height: normal;
  font-family: "Helvetica", sans-serif;
}
.drop-section .sections .section .list li a:hover {
  color: #fbc600;
}
@media (max-width: 1248px) {
  .drop-section .sections .section .list li {
    height: auto;
  }
}
.drop-section .sections .section:hover .name {
  background-color: #0052ef;
}
.drop-section .sections .section:hover .list {
  background-color: #005be9;
}
.drop-section .intro {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.drop-section .intro.active {
  z-index: 50;
}
.drop-section .intro .item {
  width: 100%;
  padding: 0 75px;
  position: relative;
  z-index: 10;
}

.menu-dropdown {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  overflow: auto;
  background-color: rgba(0, 111, 209, 0.95);
}
@media (max-width: 1008px) {
  .menu-dropdown {
    z-index: 2200;
    height: calc(100% - 105px);
    top: 105px;
  }
}
.menu-dropdown.open {
  display: block;
}
.menu-dropdown .link-box:before {
  color: white;
}
.menu-dropdown .container, .menu-dropdown .t2 .bin, .t2 .menu-dropdown .bin, .menu-dropdown .t3 .bin, .t3 .menu-dropdown .bin {
  height: auto;
  overflow: visible;
  padding: 90px 0;
}
@media (max-width: 1008px) {
  .menu-dropdown .container, .menu-dropdown .t2 .bin, .t2 .menu-dropdown .bin, .menu-dropdown .t3 .bin, .t3 .menu-dropdown .bin {
    padding: 0;
  }
}
.menu-dropdown .info {
  width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
  margin: 0 1.0653409091%;
  overflow: hidden;
}
.menu-dropdown .info .title {
  font-size: 1.4em;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  padding-top: 15px;
  margin: 0;
  float: left;
  width: auto;
}
.menu-dropdown .info .close {
  float: right;
  color: #fff;
  margin: 15px 0 0;
  cursor: pointer;
}
@media (max-width: 736px) {
  .menu-dropdown .info .close {
    margin: 8px 0 0;
  }
}
.menu-dropdown .parent {
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0 90px 0;
  position: absolute;
}
@media (max-width: 1008px) {
  .menu-dropdown .parent {
    padding: 0;
  }
}
.menu-dropdown .parent.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu-dropdown .parent .list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu-dropdown .item {
  background-color: #003c5b;
  width: calc((4.1193181818% * 4) + (1.0653409091% * 6));
  height: 250px;
  margin: 20px 1.0653409091%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.menu-dropdown .item:hover {
  background-color: white;
}
.menu-dropdown .item:hover .title, .menu-dropdown .item:hover .icon svg, .menu-dropdown .item:hover .link-box:before {
  fill: #003c5b;
  color: #003c5b;
}
@media (max-width: 1248px) {
  .menu-dropdown .item {
    height: 200px;
  }
}
.menu-dropdown .item .icon {
  width: 75px;
  height: auto;
  padding-bottom: 20px;
}
@media (max-width: 1248px) {
  .menu-dropdown .item .icon {
    width: 45px;
    padding-bottom: 30px;
  }
}
.menu-dropdown .item .icon svg {
  fill: white;
}
.menu-dropdown .item .title {
  width: 100%;
  position: absolute;
  color: white;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 60px;
}

.search-box {
  width: 100%;
  display: block;
  overflow: auto;
  padding: 0 1.0653409091% !important;
  height: calc(100vh - 160px);
}
.search-box .search-result-text.error {
  color: #fff !important;
}
.search-box.open {
  z-index: 10;
  display: block !important;
}
.search-box .info {
  overflow: hidden;
  width: 100%;
  margin: 110px 0 0;
}
.search-box .info .title {
  float: left;
  color: #fff;
  width: auto !important;
}
@media (max-width: 1008px) {
  .search-box .info {
    margin: 0 1.0653409091%;
  }
}
.search-box .filters-box {
  width: 100%;
  margin: 15px 0 0;
}
.search-box .filters-box:after {
  content: "";
  display: block;
  clear: both;
}
.search-box .filters-box .search-text {
  float: left;
  width: 30%;
  position: relative;
}
.search-box .filters-box .search-text:after {
  content: "\e000";
  font-family: "uja-hudson";
  display: block;
  position: absolute;
  left: 18px;
  font-size: 20px;
  font-size: 2rem;
  top: 14px;
  color: #fff;
}
.search-box .filters-box .search-text .text {
  padding: 0 20px 0 50px;
  margin: 0;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.search-box .filters-box .search-text .text:hover {
  background-color: #fff;
  color: #006fd1;
}
.search-box .filters-box .search-text .text:focus {
  background-color: #fff;
  color: #006fd1;
}
.search-box .filters-box .search-text input:-moz-placeholder {
  color: #fff;
}
.search-box .filters-box .search-text input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search-box .filters-box .search-text input::-webkit-input-placeholder {
  color: #fff;
}
.search-box .filters-box .search-text input:-ms-input-placeholder {
  color: #fff;
}
.search-box .filters-box .search-text input:hover::placeholder {
  color: #006fd1;
}
.search-box .filters-box .search-text input:hover:-moz-placeholder {
  color: #006fd1;
}
.search-box .filters-box .search-text input:hover::-moz-placeholder {
  color: #006fd1;
}
.search-box .filters-box .search-text input:hover::-webkit-input-placeholder {
  color: #006fd1;
}
.search-box .filters-box .search-text input:hover:-ms-input-placeholder {
  color: #006fd1;
}
.search-box .filters-box .search-text input:hover::placeholder {
  color: #006fd1;
}
.search-box .filters-box .search-text input:focus::placeholder {
  color: #006fd1;
}
.search-box .filters-box .search-text input:focus:-moz-placeholder {
  color: #006fd1;
}
.search-box .filters-box .search-text input:focus::-moz-placeholder {
  color: #006fd1;
}
.search-box .filters-box .search-text input:focus::-webkit-input-placeholder {
  color: #006fd1;
}
.search-box .filters-box .search-text input:focus:-ms-input-placeholder {
  color: #006fd1;
}
.search-box .filters-box .search-text input:focus::placeholder {
  color: #006fd1;
}
.search-box .filters-box .search-text.focus:after {
  color: #006fd1;
}
.search-box .filters-box .search-text:hover:after {
  color: #006fd1;
}
@media (max-width: 1008px) {
  .search-box .filters-box .search-text {
    width: 49%;
  }
}
.search-box .filters-box .filters {
  float: right;
  width: 68%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.search-box .filters-box .filters .box-1 {
  width: 36%;
}
.search-box .filters-box .filters .box-2 {
  width: 36%;
}
.search-box .filters-box .filters .box-3 {
  width: 22%;
}
.search-box .filters-box .filters .box-4 .btn-2 {
  background-color: #ff9400 !important;
  color: #fff !important;
}
.search-box .filters-box .filters .selectric-wrapper {
  width: 100%;
  margin: 0;
}
.search-box .filters-box .filters .selectric-wrapper .selectric {
  background-color: transparent;
  border: 1px solid #fff;
}
.search-box .filters-box .filters .selectric-wrapper .selectric .label {
  color: #fff;
}
.search-box .filters-box .filters .selectric-wrapper .selectric .button:after {
  color: #fff;
}
.search-box .filters-box .filters .selectric-items {
  border: 1px solid #fff;
}
.search-box .filters-box .filters .selectric-open .selectric {
  background-color: #fff;
}
.search-box .filters-box .filters .selectric-open .selectric .label {
  color: #006fd1;
}
.search-box .filters-box .filters .selectric-open .selectric .button:after {
  color: #006fd1;
}
@media (max-width: 1008px) {
  .search-box .filters-box .filters {
    display: none;
    position: static;
    top: 100px;
    left: 0;
    z-index: 10;
    padding: 20px 0 0;
    width: 100%;
    background-color: transparent;
    border: none;
  }
  .search-box .filters-box .filters .box-1 {
    width: 39%;
    float: left;
  }
  .search-box .filters-box .filters .box-2 {
    width: 59%;
    float: right;
    margin: -23px 0 0;
  }
  .search-box .filters-box .filters .box-3 {
    width: 100%;
    float: right;
    margin: 10px 0 0;
  }
}
@media (max-width: 736px) {
  .search-box .filters-box .filters {
    top: 90px;
  }
}
.search-box .filters-box .filter-toggle {
  display: none;
}
@media (max-width: 1008px) {
  .search-box .filters-box .filter-toggle {
    width: 49%;
    display: block;
    float: right;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 48px;
    position: relative;
    z-index: 20;
    padding: 0 25px;
    text-align: left;
  }
  .search-box .filters-box .filter-toggle:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin: -3px 0 0;
    position: absolute;
    top: 50%;
    right: 13px;
  }
  .search-box .filters-box .filter-toggle.open:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: none;
  }
}
.search-box .count {
  display: block;
  margin: 25px 0 0;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.search-box .count span {
  color: #ff9400;
}
.search-box .results {
  width: 100%;
  overflow: hidden;
  padding: 0 0 80px 0;
}
.search-box .results .result {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 50px;
  margin: 20px 0 0;
}
@media (max-width: 1008px) {
  .search-box .results .result {
    padding: 20px;
  }
}
@media (max-width: 736px) {
  .search-box .results .result {
    display: block;
  }
}
.search-box .results .result:hover {
  border: 1px solid #ff9400;
}
.search-box .results .result:hover .btn {
  color: #ff9400;
  background-color: #fff;
  border: 1px solid #ff9400;
}
.search-box .results .result .link-box:before {
  display: none;
}
.search-box .results .result .thumb {
  border: 1px solid #009290;
  text-align: center;
  width: 23%;
  height: auto;
  position: relative;
  display: block;
  padding: 0;
  background-color: #000;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1008px) {
  .search-box .results .result .thumb {
    width: 36%;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 736px) {
  .search-box .results .result .thumb {
    width: 100%;
  }
}
.search-box .results .result .thumb img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.search-box .results .result .text {
  width: 75%;
}
@media (max-width: 1008px) {
  .search-box .results .result .text {
    width: 60%;
  }
}
@media (max-width: 736px) {
  .search-box .results .result .text {
    width: 100%;
    margin: 15px 0 0;
  }
}
.search-box .results .result .text .title {
  margin: 0;
  font-size: 23px;
  font-size: 2.3rem;
}
.search-box .results .result .text .meta {
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin: 3px 0;
}
.search-box .results .result .text .meta span {
  color: #ff9400;
  vertical-align: middle;
}
.search-box .results .result .text .date {
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}
.search-box .results .result .text h6 {
  margin: 0;
  color: #003a73;
  font-size: 18px;
  font-size: 1.8rem;
}
.search-box .results .result .text p {
  padding: 15px 0 0;
  margin: 15px 0;
  border-top: 1px solid #e3e3e3;
}
@media (max-width: 736px) {
  .search-box .results .result .text p {
    display: none;
  }
}
.search-box .results .result .text .btn {
  display: inline-block;
  width: auto;
  margin: 15px 0 0;
}
@media (max-width: 1008px) {
  .search-box {
    padding: 0 20px 25px 20px !important;
  }
}
@media (max-width: 736px) {
  .search-box {
    display: block !important;
    height: calc(100vh - 145px);
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .search-box .info {
    display: block;
    position: static;
  }
  .search-box .info .title {
    width: 70% !important;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.programs-dropdown {
  position: fixed;
  z-index: 1300;
  width: 100%;
  left: 0;
  display: none;
  top: -100px;
  max-height: calc(100% - 100px);
  overflow-y: scroll;
}
.programs-dropdown .container, .programs-dropdown .t2 .bin, .t2 .programs-dropdown .bin, .programs-dropdown .t3 .bin, .t3 .programs-dropdown .bin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3;
}
.programs-dropdown .intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 400px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.programs-dropdown .intro .section {
  height: 50%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.programs-dropdown .intro .section:first-child {
  border-bottom: 1px solid #fff;
}
.programs-dropdown .intro:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
.programs-dropdown .intro .text {
  width: 100%;
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  color: #fff;
}
.programs-dropdown .intro .text h3, .programs-dropdown .intro .text p {
  color: #fff;
}
.programs-dropdown .intro .text p {
  font-weight: 600;
}
.programs-dropdown .intro .text .btn-2:hover {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.programs-dropdown .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  width: calc(100% - 400px);
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.programs-dropdown .list:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009290;
  opacity: 1;
  z-index: 5;
}
.programs-dropdown .list .section {
  width: 33.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  margin: 0 -1px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  border-right: 1px solid rgba(254, 254, 254, 0.2);
}
.programs-dropdown .list .section:nth-child(3n) {
  border: none;
}
.programs-dropdown .list .section .title {
  color: #fff;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(254, 254, 254, 0.5);
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 7px 0;
}
.programs-dropdown .list .section .title:hover {
  color: #733375;
}
.programs-dropdown .list .section a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 10px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.programs-dropdown .list .section a:hover {
  color: #733375;
}
.programs-dropdown .register {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.programs-dropdown .register p {
  font-weight: bold;
  margin: 0 15px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 1248px) {
  .programs-dropdown {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .programs-dropdown .list {
    width: 100%;
    min-width: 100px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .programs-dropdown .intro {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100%;
  }
}
@media (max-width: 1008px) {
  .programs-dropdown {
    display: none !important;
  }
}

#footer {
  border: none;
  padding: 0 0 85px;
}
#footer .content {
  margin: 0;
  width: 100%;
  text-align: left;
}
#footer .top-section {
  border-top: 1px solid #eaeaea;
}
#footer .top-section h6 {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 10px 0;
}
#footer .top-section p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 10px 0;
}
#footer .top-section .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#footer .top-section .wrap .address {
  width: 30%;
  padding: 30px 20px;
}
#footer .top-section .wrap .address .icon {
  width: 110px;
}
#footer .top-section .wrap .address .icon img {
  width: 100%;
}
#footer .top-section .wrap .address .dir {
  font-size: 13px;
  font-size: 1.3rem;
  color: #006fd1;
  text-transform: uppercase;
  font-weight: 500;
}
#footer .top-section .wrap .address .dir:before {
  content: "";
  background: url("../images/icon-compas.svg") no-repeat 50% 50%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #006fd1;
  vertical-align: middle;
  font-weight: 400;
  margin: -4px 10px 0 0;
}
@media (max-width: 1008px) {
  #footer .top-section .wrap .address {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
  }
}
#footer .top-section .wrap .join {
  width: 30%;
  padding: 30px 20px;
  border-left: 1px solid #eaeaea;
}
#footer .top-section .wrap .join form {
  width: 100%;
  overflow: hidden;
  max-width: 300px;
}
#footer .top-section .wrap .join form .text {
  float: left !important;
  width: 60% !important;
  border: 1px solid #eaeaea;
  margin: 0;
  height: 50px;
  display: block;
}
#footer .top-section .wrap .join form .submit {
  float: left !important;
  width: 40% !important;
  border: none;
  background-color: #006fd1;
  line-height: 50px;
  height: 50px;
  color: #fff;
  font-weight: 500;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
}
#footer .top-section .wrap .join .social {
  width: 100%;
  overflow: hidden;
}
#footer .top-section .wrap .join .social li {
  padding: 0;
  float: left;
  width: 30px;
  margin: 0 10px 0 0;
}
#footer .top-section .wrap .join .social li:before {
  display: none;
}
@media (max-width: 1008px) {
  #footer .top-section .wrap .join {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #eaeaea;
  }
}
#footer .top-section .wrap .phones {
  width: 20%;
  padding: 30px 20px;
  border-left: 1px solid #eaeaea;
}
@media (max-width: 1008px) {
  #footer .top-section .wrap .phones {
    width: 50%;
    border: none;
    border-bottom: 1px solid #eaeaea;
  }
  #footer .top-section .wrap .phones:last-child {
    border-left: 1px solid #eaeaea;
  }
}
#footer .bottom-section {
  background-color: #006fd1;
  text-align: center;
  padding: 10px 0;
}
#footer .bottom-section .container, #footer .bottom-section .t2 .bin, .t2 #footer .bottom-section .bin, #footer .bottom-section .t3 .bin, .t3 #footer .bottom-section .bin {
  padding: 0 20px;
}
#footer .bottom-section .container:after, #footer .bottom-section .t2 .bin:after, .t2 #footer .bottom-section .bin:after, #footer .bottom-section .t3 .bin:after, .t3 #footer .bottom-section .bin:after {
  display: block;
}
#footer .bottom-section p {
  margin: 5px 0 0;
  color: #fff;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
}
#footer .bottom-section p a {
  color: #00c3d9;
}
#footer .bottom-section .jcc-logo {
  display: block;
  float: right;
}
@media (max-width: 768px) {
  #footer .bottom-section p {
    float: none;
  }
  #footer .bottom-section .jcc-logo {
    float: none;
    display: inline-block;
    margin: 10px 0 0;
  }
}

.fixed-footer {
  min-height: 64px;
  height: auto;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 500;
  width: 100%;
  background: #fafafa;
  border-top: 1px solid #e3e3e3;
}
@media (max-width: 768px) {
  .fixed-footer {
    padding-bottom: 42px;
  }
}
.fixed-footer > .container, .t2 .fixed-footer > .bin, .t3 .fixed-footer > .bin {
  overflow: visible;
}
.fixed-footer .content {
  padding: 0;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1008px) {
  .fixed-footer .content {
    padding: 0;
  }
}
.fixed-footer .content .rightside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.fixed-footer .content .rightside .social {
  padding-right: 30px;
}
.fixed-footer .content .social {
  padding: 0;
  top: 18px;
}
@media (max-width: 1008px) {
  .fixed-footer .content .social {
    display: none;
  }
}
.fixed-footer .content .social li {
  padding: 0;
  margin: 0 5px;
  width: 30px;
  display: inline-block;
  height: 30px;
}
.fixed-footer .content .social li:before {
  display: none;
}
.fixed-footer .content .social li a, .fixed-footer .content .social li img {
  display: block;
  height: 100%;
  width: 100%;
}
.fixed-footer .content .phone {
  border-left: 1px solid #e3e3e3;
  line-height: 64px;
  color: #006fd1;
  margin: 0;
  text-align: left;
  width: 300px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 50px;
  -webkit-appearance: none;
  font-weight: normal;
}
.fixed-footer .content .phone:after {
  content: "\e00c";
  font-family: "uja-riverdale";
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin: -10px 0 0;
}
@media (max-width: 1008px) {
  .fixed-footer .content .phone {
    border: none;
  }
}
@media (max-width: 736px) {
  .fixed-footer .content .phone {
    width: 64px;
    overflow: hidden;
    text-indent: -999px;
    padding: 0;
  }
  .fixed-footer .content .phone:after {
    text-indent: 0;
  }
}
.fixed-footer .content .chat-btn {
  display: block;
  background: url("../images/chat-btn.png") no-repeat 50% 50%;
  width: 75px;
  height: 75px;
  position: absolute;
  right: 30px;
  top: -20px;
}
@media (max-width: 1008px) {
  .fixed-footer .content .chat-btn {
    display: none;
  }
}
.fixed-footer .content .cta {
  width: calc(100% - 650px);
  background-color: #009290;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px 0 30px;
  cursor: pointer;
}
@media (max-width: 1008px) {
  .fixed-footer .content .cta {
    display: none;
  }
}
.fixed-footer .content .cta:after {
  content: "\e017";
  font-family: "uja-riverdale";
  display: block;
  position: absolute;
  top: 25px;
  color: #fff;
  right: 30px;
}
.fixed-footer .content .cta .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
  color: #fff;
  font-family: "AGaramondProRegular", sans-serif;
}
.fixed-footer .content .cta .title em {
  display: block;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Helvetica", sans-serif;
}
@media (max-width: 1248px) {
  .fixed-footer .content .cta .title em {
    display: none;
  }
}
.fixed-footer .content .hours-toggle {
  line-height: 64px;
  border-right: 1px solid #e3e3e3;
  position: relative;
  color: #006fd1;
  min-width: 350px;
  padding: 0 35px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.fixed-footer .content .hours-toggle em {
  font-style: normal;
  font-weight: 600;
}
.fixed-footer .content .hours-toggle em i {
  font-style: normal;
}
@media (max-width: 1008px) {
  .fixed-footer .content .hours-toggle em {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    padding: 0 0 0 20px;
  }
}
@media (max-width: 736px) {
  .fixed-footer .content .hours-toggle em {
    text-align: center;
    padding: 0;
  }
  .fixed-footer .content .hours-toggle em i {
    display: none;
  }
}
.fixed-footer .content .hours-toggle span {
  color: #009290;
  font-weight: 400;
}
.fixed-footer .content .hours-toggle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid #006fd1;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -4px 0 0;
}
.fixed-footer .content .hours-toggle.open:after {
  border-top: none;
  border-bottom: 7px solid #006fd1;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
@media (max-width: 1008px) {
  .fixed-footer .content .hours-toggle {
    width: calc(100% - 64px);
    min-width: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.fixed-footer .hours {
  display: none;
  width: 100%;
  float: left;
  border-top: 1px solid #e3e3e3;
  padding: 0;
}
.fixed-footer .hours .item {
  float: left;
  width: 25% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 15px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-right: 1px solid #e3e3e3;
}
.fixed-footer .hours .item:last-child {
  border: none;
}
.fixed-footer .hours .item .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.fixed-footer .hours .item .icon img {
  width: 40px;
  height: auto;
}
.fixed-footer .hours .item .icon svg, .fixed-footer .hours .item .icon .injected-svg {
  color: #009290;
  fill: #009290;
  max-width: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}
.fixed-footer .hours .item p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  color: #006fd1;
  line-height: 1.3em;
  font-weight: 500;
}
.fixed-footer .hours .item p span {
  color: #fbc600;
  padding: 0;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}
.fixed-footer .hours .mobile-phone {
  display: none;
}
@media (max-width: 1008px) {
  .fixed-footer .hours {
    padding: 0;
    position: fixed;
    top: 65px;
    background: #fafafa;
    height: calc(100% - 130px);
    z-index: 100;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    text-transform: none;
  }
  .fixed-footer .hours .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 80%;
  }
  .fixed-footer .hours .item {
    width: 50% !important;
    height: 50%;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    margin: 0 -1px 0 0;
  }
  .fixed-footer .hours .item:nth-child(2n) {
    border-right: none !important;
  }
  .fixed-footer .hours .item:last-child {
    border-bottom: 1px solid #e3e3e3;
  }
  .fixed-footer .hours .item .icon {
    margin: 0;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fixed-footer .hours .item .icon img {
    max-width: 20%;
  }
  .fixed-footer .hours .item p {
    display: block;
    width: 100%;
  }
  .fixed-footer .hours .item span {
    display: block;
  }
  .fixed-footer .hours .mobile-phone {
    display: block;
    padding: 10px;
    height: 20%;
    text-align: center;
    display: flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .fixed-footer .hours .mobile-phone p {
    color: #fbc600;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
  }
  .fixed-footer .hours .mobile-phone p:first-child {
    display: block;
    width: 100%;
  }
  .fixed-footer .hours .mobile-phone .call {
    color: #006fd1;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 35px;
    -webkit-appearance: none;
    font-weight: normal;
    display: inline-block;
  }
  .fixed-footer .hours .mobile-phone .call:after {
    content: "\e00c";
    font-family: "uja-riverdale";
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -10px 0 0;
  }
}
@media (max-width: 768px) {
  .fixed-footer .hours {
    height: calc(100% - 172px);
  }
}

.hours-popup .container .section .table .holder .item .hh-day p, .hours-popup .t2 .bin .section .table .holder .item .hh-day p, .t2 .hours-popup .bin .section .table .holder .item .hh-day p, .hours-popup .t3 .bin .section .table .holder .item .hh-day p, .t3 .hours-popup .bin .section .table .holder .item .hh-day p {
  width: 50%;
  float: left;
}

.hours-popup .container .section .table .holder .item .hh-day .hh-times-box, .hours-popup .t2 .bin .section .table .holder .item .hh-day .hh-times-box, .t2 .hours-popup .bin .section .table .holder .item .hh-day .hh-times-box, .hours-popup .t3 .bin .section .table .holder .item .hh-day .hh-times-box, .t3 .hours-popup .bin .section .table .holder .item .hh-day .hh-times-box {
  width: 50%;
  float: right;
}

.hours-popup .container .section .table .holder .item .hh-day .hh-times-box span, .hours-popup .t2 .bin .section .table .holder .item .hh-day .hh-times-box span, .t2 .hours-popup .bin .section .table .holder .item .hh-day .hh-times-box span, .hours-popup .t3 .bin .section .table .holder .item .hh-day .hh-times-box span, .t3 .hours-popup .bin .section .table .holder .item .hh-day .hh-times-box span {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  overflow: hidden;
  display: block;
  text-align: right;
}

.fixed-footer .content .hours-toggle .reg p {
  font-style: normal;
  color: #00adbb;
  font-size: 1.6rem;
  font-weight: 600;
  width: 100px;
  float: left;
  line-height: normal;
}

.fixed-footer .content .hours-toggle .reg p span {
  font-style: normal;
  color: #00adbb;
  font-size: 1.6rem;
  font-weight: 600;
  width: 100px;
  float: none;
  line-height: normal;
}

.fixed-footer .content .hours-toggle .reg {
  padding: 10px 0;
}

.fixed-footer .content .hours-toggle .reg .c-hours-toggle {
  color: #b31aab;
  font-weight: 400;
  line-height: normal;
  margin: 0 10px 0 110px;
}

@media (max-width: 1008px) {
  .fixed-footer .content .hours-toggle .reg .c-hours-toggle {
    font-size: 1.4rem;
  }

  .fixed-footer .content .hours-toggle .reg p span {
    display: none;
  }

  .fixed-footer .content .hours-toggle .reg p {
    width: 50px;
    font-size: 1.4rem;
  }

  .fixed-footer .content .hours-toggle .reg .c-hours-toggle {
    margin: 0 10px 0 50px;
  }
}
.fixed-footer .hours .wrap {
  display: flex;
}

.hours-popup {
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow-y: scroll;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  background-color: rgba(254, 254, 254, 0.9);
  -webkit-overflow-scrolling: touch;
}
.hours-popup .close {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url("../images/icon-close-white.svg") no-repeat 50% 50% #006fd1;
  -moz-background-size: 45%;
  -webkit-background-size: 45%;
  background-size: 45%;
  z-index: 10;
}
@media (max-width: 1008px) {
  .hours-popup .close {
    top: 20px;
  }
}
.hours-popup .container, .hours-popup .t2 .bin, .t2 .hours-popup .bin, .hours-popup .t3 .bin, .t3 .hours-popup .bin {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.hours-popup .container .section, .hours-popup .t2 .bin .section, .t2 .hours-popup .bin .section, .hours-popup .t3 .bin .section, .t3 .hours-popup .bin .section {
  width: 100%;
  margin: 20px 0 0;
}
.hours-popup .container .section .title, .hours-popup .t2 .bin .section .title, .t2 .hours-popup .bin .section .title, .hours-popup .t3 .bin .section .title, .t3 .hours-popup .bin .section .title {
  font-size: 27px;
  font-size: 2.7rem;
  padding: 0;
  margin: 0;
}
.hours-popup .container .section .table, .hours-popup .t2 .bin .section .table, .t2 .hours-popup .bin .section .table, .hours-popup .t3 .bin .section .table, .t3 .hours-popup .bin .section .table {
  width: 100%;
  margin: 20px 0 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
.hours-popup .container .section .table .holder, .hours-popup .t2 .bin .section .table .holder, .t2 .hours-popup .bin .section .table .holder, .hours-popup .t3 .bin .section .table .holder, .t3 .hours-popup .bin .section .table .holder {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hours-popup .container .section .table .holder .item, .hours-popup .t2 .bin .section .table .holder .item, .t2 .hours-popup .bin .section .table .holder .item, .hours-popup .t3 .bin .section .table .holder .item, .t3 .hours-popup .bin .section .table .holder .item {
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin: 0 -1px -1px 0;
  width: 33.33%;
  position: relative;
  padding: 10px 20px;
}
.hours-popup .container .section .table .holder .item:nth-child(3n), .hours-popup .t2 .bin .section .table .holder .item:nth-child(3n), .t2 .hours-popup .bin .section .table .holder .item:nth-child(3n), .hours-popup .t3 .bin .section .table .holder .item:nth-child(3n), .t3 .hours-popup .bin .section .table .holder .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 1008px) {
  .hours-popup .container .section .table .holder .item, .hours-popup .t2 .bin .section .table .holder .item, .t2 .hours-popup .bin .section .table .holder .item, .hours-popup .t3 .bin .section .table .holder .item, .t3 .hours-popup .bin .section .table .holder .item {
    width: 50% !important;
    border-right: 1px solid #e3e3e3 !important;
  }
  .hours-popup .container .section .table .holder .item:nth-child(2n), .hours-popup .t2 .bin .section .table .holder .item:nth-child(2n), .t2 .hours-popup .bin .section .table .holder .item:nth-child(2n), .hours-popup .t3 .bin .section .table .holder .item:nth-child(2n), .t3 .hours-popup .bin .section .table .holder .item:nth-child(2n) {
    border-right: none !important;
  }
}
@media (max-width: 768px) {
  .hours-popup .container .section .table .holder .item, .hours-popup .t2 .bin .section .table .holder .item, .t2 .hours-popup .bin .section .table .holder .item, .hours-popup .t3 .bin .section .table .holder .item, .t3 .hours-popup .bin .section .table .holder .item {
    width: 100% !important;
    border-right: none !important;
  }
}
.hours-popup .container .section .table .holder .item:after, .hours-popup .t2 .bin .section .table .holder .item:after, .t2 .hours-popup .bin .section .table .holder .item:after, .hours-popup .t3 .bin .section .table .holder .item:after, .t3 .hours-popup .bin .section .table .holder .item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  z-index: 10;
}
.hours-popup .container .section .table .holder .item h6, .hours-popup .t2 .bin .section .table .holder .item h6, .t2 .hours-popup .bin .section .table .holder .item h6, .hours-popup .t3 .bin .section .table .holder .item h6, .t3 .hours-popup .bin .section .table .holder .item h6 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
.hours-popup .container .section .table .holder .item p, .hours-popup .t2 .bin .section .table .holder .item p, .t2 .hours-popup .bin .section .table .holder .item p, .hours-popup .t3 .bin .section .table .holder .item p, .t3 .hours-popup .bin .section .table .holder .item p {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  overflow: hidden;
}
.hours-popup .container .section .table .holder .item p em, .hours-popup .t2 .bin .section .table .holder .item p em, .t2 .hours-popup .bin .section .table .holder .item p em, .hours-popup .t3 .bin .section .table .holder .item p em, .t3 .hours-popup .bin .section .table .holder .item p em {
  float: left;
  width: 50%;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  font-weight: 500;
}
.hours-popup .container .section .table .holder .item p span, .hours-popup .t2 .bin .section .table .holder .item p span, .t2 .hours-popup .bin .section .table .holder .item p span, .hours-popup .t3 .bin .section .table .holder .item p span, .t3 .hours-popup .bin .section .table .holder .item p span {
  display: block;
  width: 50%;
  float: right;
  text-align: right;
}
.hours-popup .container .section.first .title, .hours-popup .t2 .bin .section.first .title, .t2 .hours-popup .bin .section.first .title, .hours-popup .t3 .bin .section.first .title, .t3 .hours-popup .bin .section.first .title {
  color: #006fd1;
}
.hours-popup .container .section.first .table .holder .item h6, .hours-popup .t2 .bin .section.first .table .holder .item h6, .t2 .hours-popup .bin .section.first .table .holder .item h6, .hours-popup .t3 .bin .section.first .table .holder .item h6, .t3 .hours-popup .bin .section.first .table .holder .item h6 {
  color: #006fd1;
}
.hours-popup .container .section.second .title, .hours-popup .t2 .bin .section.second .title, .t2 .hours-popup .bin .section.second .title, .hours-popup .t3 .bin .section.second .title, .t3 .hours-popup .bin .section.second .title {
  color: #009290;
}
.hours-popup .container .section.second .table .holder .item, .hours-popup .t2 .bin .section.second .table .holder .item, .t2 .hours-popup .bin .section.second .table .holder .item, .hours-popup .t3 .bin .section.second .table .holder .item, .t3 .hours-popup .bin .section.second .table .holder .item {
  width: 25%;
}
.hours-popup .container .section.second .table .holder .item:nth-child(3n), .hours-popup .t2 .bin .section.second .table .holder .item:nth-child(3n), .t2 .hours-popup .bin .section.second .table .holder .item:nth-child(3n), .hours-popup .t3 .bin .section.second .table .holder .item:nth-child(3n), .t3 .hours-popup .bin .section.second .table .holder .item:nth-child(3n) {
  border-right: 1px solid #e3e3e3;
}
.hours-popup .container .section.second .table .holder .item:nth-child(4n), .hours-popup .t2 .bin .section.second .table .holder .item:nth-child(4n), .t2 .hours-popup .bin .section.second .table .holder .item:nth-child(4n), .hours-popup .t3 .bin .section.second .table .holder .item:nth-child(4n), .t3 .hours-popup .bin .section.second .table .holder .item:nth-child(4n) {
  border-right: none;
}
@media (max-width: 1248px) {
  .hours-popup .container .section.second .table .holder .item, .hours-popup .t2 .bin .section.second .table .holder .item, .t2 .hours-popup .bin .section.second .table .holder .item, .hours-popup .t3 .bin .section.second .table .holder .item, .t3 .hours-popup .bin .section.second .table .holder .item {
    width: 33.33%;
  }
  .hours-popup .container .section.second .table .holder .item:nth-child(4n), .hours-popup .t2 .bin .section.second .table .holder .item:nth-child(4n), .t2 .hours-popup .bin .section.second .table .holder .item:nth-child(4n), .hours-popup .t3 .bin .section.second .table .holder .item:nth-child(4n), .t3 .hours-popup .bin .section.second .table .holder .item:nth-child(4n) {
    border-right: 1px solid #e3e3e3;
  }
  .hours-popup .container .section.second .table .holder .item:nth-child(3n), .hours-popup .t2 .bin .section.second .table .holder .item:nth-child(3n), .t2 .hours-popup .bin .section.second .table .holder .item:nth-child(3n), .hours-popup .t3 .bin .section.second .table .holder .item:nth-child(3n), .t3 .hours-popup .bin .section.second .table .holder .item:nth-child(3n) {
    border-right: none;
  }
}
.hours-popup .container .section.second .table .holder .item h6, .hours-popup .t2 .bin .section.second .table .holder .item h6, .t2 .hours-popup .bin .section.second .table .holder .item h6, .hours-popup .t3 .bin .section.second .table .holder .item h6, .t3 .hours-popup .bin .section.second .table .holder .item h6 {
  color: #009290;
}

.opened-menu-mobile #privy-container, .opened-menu-mobile #convertfoxChat {
  display: none !important;
}

.koRTCj {
  background: #DC143C !important;
  font-weight: bold;
}

.hero-main {
  width: 100%;
  min-height: 75vh;
  height: auto;
}
@media (max-width: 1008px) {
  .hero-main {
    min-height: 600px;
  }
}
.hero-main .item {
  width: calc((4.1193181818% * 11) + (1.0653409091% * 20));
  padding: 250px 10px 100px 10px;
  text-align: center;
  margin: auto;
}
@media (max-width: 1008px) {
  .hero-main .item {
    width: calc((4.1193181818% * 14) + (1.0653409091% * 26));
    padding: 10px;
  }
}
.hero-main .item .title {
  font-family: "Helvetica", sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1em;
  padding: 0;
  margin: 0 0 9px 0;
}
@media (max-width: 1008px) {
  .hero-main .item .title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.hero-main .item .sub-title, .hero-main .hero-2-module .item .job-title, .hero-2-module .hero-main .item .job-title {
  font-family: "AGaramondProRegular", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.1em;
  padding: 0;
  margin: 0 0 9px 0;
}
@media (max-width: 1008px) {
  .hero-main .item .sub-title, .hero-main .hero-2-module .item .job-title, .hero-2-module .hero-main .item .job-title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.hero-main .item .info {
  font-family: "AGaramondProRegular", sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.1em;
  padding: 0;
  margin: 0 0 9px 0;
}
@media (max-width: 1008px) {
  .hero-main .item .info {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .hero-main .item .info span {
    display: block;
  }
}
.hero-main .item .btn-1 {
  background-color: #006fd1 !important;
  border: 1px solid #006fd1 !important;
  color: #fff !important;
  line-height: normal;
  padding: 20px 40px;
  margin: 20px 0 0;
}
.hero-main .item .btn-1:hover {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #006fd1 !important;
}

.hero-2-module {
  width: 100%;
  height: auto;
  padding: 290px 1.0653409091% 200px 1.0653409091% !important;
}
@media (max-width: 1008px) {
  .hero-2-module {
    padding-top: 175px !important;
  }
}
.hero-2-module .item {
  width: 60%;
  z-index: 1;
}
.hero-2-module .item:before {
  display: none !important;
}
@media (max-width: 1248px) {
  .hero-2-module .item {
    width: 80%;
  }
}
@media (max-width: 1008px) {
  .hero-2-module .item {
    width: 80%;
    padding: 0 20px;
  }
}
@media (max-width: 1008px) {
  .hero-2-module .item {
    width: 100%;
    padding: 0 20px;
  }
}
.hero-2-module .item .title {
  padding: 5px 0;
  margin: 0;
  font-size: 2em;
  font-weight: 400;
  color: white;
  z-index: 1;
  position: relative;
}
.hero-2-module .item .sub-title, .hero-2-module .item .job-title {
  font-family: "Helvetica", sans-serif;
  padding: 0;
  margin: 5px 0;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 300;
  color: white;
  z-index: 1;
  position: relative;
}
.hero-2-module .breadcrumbs {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.0653409091%;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff !important;
  z-index: 10;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-transform: lowercase;
}
@media (max-width: 1008px) {
  .hero-2-module .breadcrumbs {
    display: none;
  }
}
.hero-2-module .breadcrumbs a {
  color: white !important;
  padding: 5px 10px;
  background-color: #006fd1;
  text-decoration: none;
  border: none;
  margin-right: 10px;
  margin-right: 10px;
}
.hero-2-module .breadcrumbs a:hover {
  background-color: #733375;
}

.hero-contact-module {
  width: 100%;
  min-height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 !important;
}
.hero-contact-module .holder {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 1008px) {
  .hero-contact-module {
    height: auto;
  }
}
@media (max-width: 736px) {
  .hero-contact-module .holder {
    display: block;
    width: 100%;
  }
}
.hero-contact-module .link-box:before {
  color: white;
}
.hero-contact-module .content {
  padding: 0 !important;
  width: 100%;
  height: 100%;
}
.hero-contact-module .left {
  width: 100%;
  min-height: 800px;
  border-color: white !important;
  background: url("../images/bg-contact-hero.png") no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.hero-contact-module .left .inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
}
.hero-contact-module .left .item {
  position: absolute;
  right: 2em;
  width: 650px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
@media (max-width: 1408px) {
  .hero-contact-module .left .item {
    width: 560px;
  }
}
@media (max-width: 1248px) {
  .hero-contact-module .left .item {
    width: 450px;
  }
}
@media (max-width: 1008px) {
  .hero-contact-module .left .item {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    right: 0;
  }
}
@media (max-width: 736px) {
  .hero-contact-module .left .item {
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    padding: 1em;
    padding-top: 120px;
  }
}
.hero-contact-module .left .item .title {
  font-size: 2.1em;
  line-height: 1.3em;
  font-weight: 600;
  color: white;
}
@media (max-width: 1008px) {
  .hero-contact-module .left .item .title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.hero-contact-module .left .item .des {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4em;
  font-weight: 400;
  padding-bottom: 5px;
  color: white;
}
.hero-contact-module .left .item .des.alt {
  color: #fbc600;
}
.hero-contact-module .left .item .des a {
  color: #fbc600;
  text-decoration: none;
  border: none;
}
.hero-contact-module .left .item .cta {
  padding: 15px 15px;
  background-color: white;
  color: #ff9400;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: none;
}
.hero-contact-module .left .breadcrumbs {
  width: 650px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 35px;
  right: 2em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  z-index: 10;
  margin: 0;
}
@media (max-width: 1408px) {
  .hero-contact-module .left .breadcrumbs {
    width: 560px;
  }
}
@media (max-width: 1248px) {
  .hero-contact-module .left .breadcrumbs {
    width: 450px;
  }
}
@media (max-width: 1008px) {
  .hero-contact-module .left .breadcrumbs {
    display: none;
  }
}
.hero-contact-module .left .breadcrumbs a {
  color: white !important;
  padding: 5px 10px;
  background-color: #006fd1;
  text-decoration: none;
  border: none;
  margin-right: 10px;
  margin-right: 10px;
}
.hero-contact-module .left .breadcrumbs a:hover {
  background-color: #733375;
}
@media (max-width: 736px) {
  .hero-contact-module .left {
    width: 100%;
    height: auto;
  }
  .hero-contact-module .left .item {
    transform: translateY(0px);
    position: relative !important;
  }
}
.hero-contact-module .right {
  width: 100%;
  height: 800px;
  border-color: white !important;
  padding: 0;
  position: relative;
  pointer-events: none !important;
}
.hero-contact-module .right:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.35;
}
.hero-contact-module .right .location {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ff9400;
  color: #fff;
  width: 210px;
  height: 60px;
  line-height: 60px;
  font-weight: 600;
  font-size: 17px;
  font-size: 1.7rem;
  margin: 0;
  z-index: 100;
  text-align: center;
}
@media (max-width: 736px) {
  .hero-contact-module .right .location {
    width: 100%;
  }
}
.hero-contact-module .right iframe {
  width: 100%;
  height: 100%;
}
.hero-contact-module .right iframe html body #mapDiv .place-card {
  display: none !important;
}
.hero-contact-module .right .google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.hero-contact-module .right .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 736px) {
  .hero-contact-module .right {
    width: 100%;
    height: 400px;
  }
  .hero-contact-module .right .content .location {
    left: 50%;
    margin: 0 0 0 -105px;
  }
}

.hero .slide-show .slide:before {
  display: none !important;
}
.hero .slide-show .slide:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hero .bg-image:after {
  opacity: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hero .slide-show .slide .item {
  padding: 230px 1.0653409091% 100px 1.0653409091% !important;
}
@media (max-width: 1008px) {
  .hero .slide-show .slide .item {
    padding: 0 20px !important;
  }
}

.event-list-1-module {
  width: 100%;
  padding: 2.5em 0 2.5em 0 !important;
}
.event-list-1-module .intro {
  margin: 0 1.0653409091%;
  padding: 0;
  width: 100%;
  text-align: center;
}
.event-list-1-module .intro .title {
  font-size: 1.5em;
  font-weight: 600;
  color: #585858;
}
.event-list-1-module .intro .title:before {
  color: #ff9400;
  font-size: 2em;
}
.event-list-1-module .intro .des {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9em;
  color: #585858;
  padding: 3px 0;
}
.event-list-1-module .intro .des:before {
  content: "TODAY: ";
  color: #ff9400;
}
.event-list-1-module .list {
  padding: 20px 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.event-list-1-module .list .item {
  width: calc((4.1193181818% * 4) + (1.0653409091% * 6));
  margin: 1.0653409091%;
  float: left;
  position: relative;
  text-align: center;
  border: 1px solid #eaeaea;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event-list-1-module .list .item:hover {
  border: 1px solid #ff9400;
  background-color: #ff9400;
}
.event-list-1-module .list .item:hover .con .info .title, .event-list-1-module .list .item:hover .con .info .date, .event-list-1-module .list .item:hover .con .info .time, .event-list-1-module .list .item:hover .con .info .cta {
  color: white;
}
.event-list-1-module .list .item:hover .con .cta {
  background-color: #ff9400;
  border-color: #ff9400;
}
.event-list-1-module .list .item:hover .con .cta:before {
  color: white;
}
@media (max-width: 1248px) {
  .event-list-1-module .list .item {
    width: calc((4.1193181818% * 8) + (1.0653409091% * 14));
  }
}
@media (max-width: 736px) {
  .event-list-1-module .list .item {
    width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
  }
  .event-list-1-module .list .item:nth-child(n+3) {
    display: none;
  }
}
.event-list-1-module .list .item .thumb {
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding: 0;
  background-color: #ff9400;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event-list-1-module .list .item .thumb img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event-list-1-module .list .item .con {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.event-list-1-module .list .item .con .info {
  text-align: left;
  padding: 15px;
  width: 85%;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event-list-1-module .list .item .con .info .title {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
  color: #ff9400;
}
.event-list-1-module .list .item .con .info .date {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 600;
  color: #585858;
}
.event-list-1-module .list .item .con .info .time {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 300;
}
.event-list-1-module .list .item .con .cta {
  width: 15%;
  background-color: #f9f9f9;
  border-left: #eaeaea;
  padding: 0;
  border-left: 1px solid #eaeaea;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event-list-1-module .list .item .con .cta:before {
  color: #ff9400;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.event-list-1-module .end {
  text-align: center;
  padding: 5px 0;
}
.event-list-1-module .end .cta-button {
  padding: 15px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ff9400;
  background-color: white;
  color: #ff9400;
  text-transform: uppercase;
  font-weight: 600;
}
.event-list-1-module .end .cta-button:hover {
  background-color: #ff9400;
  color: white;
}
.event-list-1-module .link-box:before {
  display: none;
}

.events-gallery {
  padding: 0 2em;
}
.events-gallery .intro {
  width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
  margin: 0 1.0653409091%;
  overflow: hidden;
}
.events-gallery .intro .title {
  margin: 30px 0 0;
  position: relative;
  padding: 0 0 0 60px;
  color: #585858;
  font-weight: 300;
  float: left;
}
@media (max-width: 1008px) {
  .events-gallery .intro .title {
    width: 63%;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 736px) {
  .events-gallery .intro .title {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.events-gallery .intro .title:after {
  content: "\e003";
  font-family: "uja-hudson";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  color: #006fd1;
  font-size: 50px;
  font-size: 5rem;
}
.events-gallery .intro .title span {
  color: #006fd1;
}
.events-gallery .intro .title em {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
  margin: 4px 0 0;
}
.events-gallery .intro .event-ctrl {
  float: right;
  border-right: 1px solid #e3e3e3;
  background-color: #fff;
}
.events-gallery .intro .event-ctrl span {
  float: right;
  border-left: 1px solid #e3e3e3;
  font-size: 20px;
  font-size: 2rem;
  padding: 40px 20px;
  color: #ff9400;
  cursor: pointer;
}
.events-gallery .intro .event-ctrl span img {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  max-width: none !important;
  position: static !important;
}
.events-gallery .intro .event-ctrl span img * {
  fill: #ff9400;
}
.events-gallery .intro .event-ctrl span.prev img {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 736px) {
  .events-gallery .intro .event-ctrl {
    width: 100%;
    float: none;
    border-top: 1px solid #e3e3e3;
    margin: 20px 0 0;
    overflow: hidden;
  }
  .events-gallery .intro .event-ctrl span {
    text-align: center;
    padding: 20px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.events-gallery .list {
  width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
  margin: 0 1.0653409091%;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  background-color: #fff;
}
.events-gallery .owl-item {
  border-right: 1px solid #e3e3e3;
}
@media (max-width: 736px) {
  .events-gallery .owl-item {
    border: none;
  }
}
.events-gallery .item {
  padding: 20px 0 50px 0;
  margin: 0 20px;
  min-height: 460px;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1008px) {
  .events-gallery .item {
    min-height: 400px;
  }
}
@media (max-width: 736px) {
  .events-gallery .item {
    min-height: 460px;
  }
}
.events-gallery .item:hover .thumb {
  background-color: #006fd1;
}
.events-gallery .item:hover .thumb .icon {
  background: transparent;
}
.events-gallery .item .title {
  color: #006fd1;
}
@media (max-width: 736px) {
  .events-gallery .item .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.events-gallery .item .thumb {
  border: 1px solid #fff;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding: 0;
  background-color: #000;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.events-gallery .item .thumb .icon {
  left: 0;
  top: 0;
  background-color: rgba(0, 111, 209, 0.85);
  margin: auto;
  padding: 10px;
  position: absolute;
  z-index: 5;
  color: white;
  width: 75px;
  height: 75px;
}
.events-gallery .item .thumb .icon:after {
  display: none;
}
.events-gallery .item .thumb .icon svg {
  color: #fff;
  fill: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.events-gallery .item .thumb img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.events-gallery .item .date {
  font-style: normal;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 0 0;
  color: #585858;
}
.events-gallery .item .title {
  margin: 5px 0 0;
  font-size: 20px;
  font-size: 2rem;
}
.events-gallery .item .link-box:before {
  background-color: #006fd1;
}

.event-single {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em;
}
.event-single .item {
  height: 540px;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event-single .item:before {
  left: 0;
  top: 0;
  background: rgba(1, 85, 128, 0.9);
  margin: auto;
  position: absolute;
  color: white;
  font-size: 4em;
  width: 100px;
  height: 100px;
  padding: 20px 10px 0;
  z-index: 10;
  text-align: center;
  font-family: "uja-hudson" !important;
  content: "\e00d";
  display: block;
}
@media (max-width: 1008px) {
  .event-single .item {
    min-height: 300px;
  }
}
.event-single .item .link-box {
  z-index: 10 !important;
}
.event-single .item .link-box:before {
  width: 45%;
  right: inherit;
  color: #fff;
  background-color: transparent;
}
.event-single .item .thumb {
  border: 1px solid #fff;
  text-align: center;
  width: 100%;
  height: 540px;
  position: relative;
  display: block;
  padding: 0;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background: url("../images/img-event-thumb.png") no-repeat 0 0 #000;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.event-single .item .thumb:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 45%;
  background-color: rgba(41, 140, 191, 0.8);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 5;
}
.event-single .item .thumb:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 2;
}
.event-single .item .thumb img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event-single .item .hold {
  position: absolute;
  left: 0;
  width: 45%;
  height: 540px;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}
.event-single .item .hold .date {
  position: absolute;
  padding: 0 0 0 135px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 48px;
  color: #fff;
  font-style: normal;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
.event-single .item .hold .title {
  margin: 0;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 736px) {
  .event-single .item .hold .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.event-single .item .hold .des {
  color: #fff;
  margin: 5px 0 0;
}
.event-single .item .hold .more {
  display: inline-block;
  border: 1px solid #fff;
  margin: 15px 0 0;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.event-single .item .hold .more span {
  font-size: 20px;
  font-size: 2rem;
}
.event-single .item .hold .text {
  margin: auto;
}
.event-single .item:hover .thumb:after {
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event-single .item:hover .hold .more {
  background-color: #fff;
  color: #ff9400;
}
@media (max-width: 1008px) {
  .event-single .item {
    min-height: 540px;
  }
  .event-single .item:before {
    width: 80px;
    height: 80px;
    padding: 12px 10px 0;
    font-size: 3.5em;
  }
  .event-single .item .hold {
    width: 100%;
    padding: 0 55px 0 140px;
  }
  .event-single .item .link-box:before {
    width: 100%;
    right: 0;
  }
  .event-single .item .thumb:after {
    width: 100px;
  }
}
@media (max-width: 736px) {
  .event-single .item {
    height: auto;
    padding: 0 0 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 490px;
  }
  .event-single .item:before {
    width: 60px;
    height: 60px;
    padding: 10px;
    font-size: 3em;
  }
  .event-single .item .hold {
    width: 100%;
    padding: 0;
    position: static;
    display: block;
    height: auto;
  }
  .event-single .item .hold .date {
    position: static;
    margin: 5px 0;
    padding: 0;
    color: #585858;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .event-single .item .hold .text {
    width: 100%;
  }
  .event-single .item .hold .text .des {
    display: none;
  }
  .event-single .item .hold .text .more {
    border: 1px solid #ff9400;
    color: #ff9400;
  }
  .event-single .item .hold .text .title {
    font-size: 22px;
    font-size: 2.2rem;
    color: #ff9400;
  }
  .event-single .item .link-box:before {
    width: 100%;
    right: 0;
    color: #ff9400;
    bottom: 0;
  }
  .event-single .item .thumb {
    height: 250px;
  }
  .event-single .item .thumb:after {
    display: none;
  }
}

.box-50 .event-single .item {
  min-height: 540px;
  height: auto;
}
.box-50 .event-single .item:before {
  width: 80px;
  height: 80px;
  padding: 12px 10px 0;
  font-size: 3.5em;
}
.box-50 .event-single .item .hold {
  width: 100%;
  height: 100%;
  padding: 0 55px 0 140px;
}
.box-50 .event-single .item .hold .date {
  top: 35px;
}
.box-50 .event-single .item .link-box:before {
  width: 100%;
  right: 0;
}
.box-50 .event-single .item .thumb:after {
  width: 100px;
}
.box-50 .event-single .item:hover .thumb:after {
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1248px) {
  .box-50 .event-single .item .hold .text .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 1008px) {
  .box-50 .event-single .item {
    height: auto;
    padding: 0 0 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 490px;
  }
  .box-50 .event-single .item:before {
    width: 60px;
    height: 60px;
    padding: 10px;
    font-size: 3em;
  }
  .box-50 .event-single .item .hold {
    width: 100%;
    padding: 0;
    position: static;
    display: block;
    height: auto;
  }
  .box-50 .event-single .item .hold .date {
    position: static;
    margin: 5px 0;
    padding: 0;
    color: #585858;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box-50 .event-single .item .hold .text {
    width: 100%;
  }
  .box-50 .event-single .item .hold .text .des {
    display: none;
  }
  .box-50 .event-single .item .hold .text .more {
    border: 1px solid #ff9400;
    color: #ff9400;
  }
  .box-50 .event-single .item .hold .text .title {
    font-size: 22px;
    font-size: 2.2rem;
    color: #ff9400;
  }
  .box-50 .event-single .item .link-box:before {
    width: 100%;
    right: 0;
    color: #ff9400;
    bottom: -10px;
  }
  .box-50 .event-single .item .thumb {
    height: 250px;
  }
  .box-50 .event-single .item .thumb:after {
    display: none;
  }
}

.box-25 .event-single .item {
  height: auto;
  padding: 0 0 50px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 490px;
}
.box-25 .event-single .item:before {
  width: 60px;
  height: 60px;
  padding: 10px;
  font-size: 3em;
}
.box-25 .event-single .item .hold {
  width: 100%;
  padding: 0;
  position: static;
  display: block;
  height: auto;
}
.box-25 .event-single .item .hold .date {
  position: static;
  margin: 5px 0;
  padding: 0;
  color: #585858;
  font-size: 14px;
  font-size: 1.4rem;
}
.box-25 .event-single .item .hold .text {
  width: 100%;
}
.box-25 .event-single .item .hold .text .des {
  display: none;
}
.box-25 .event-single .item .hold .text .more {
  border: 1px solid #006fd1;
  color: #006fd1;
}
.box-25 .event-single .item .hold .text .title {
  font-size: 22px;
  font-size: 2.2rem;
  color: #006fd1;
}
.box-25 .event-single .item .link-box:before {
  width: 100%;
  right: 0;
  color: #ff9400;
  bottom: 0;
}
@media (max-width: 1008px) {
  .box-25 .event-single .item .link-box:before {
    bottom: -10px;
  }
}
.box-25 .event-single .item .thumb {
  height: 250px;
}
.box-25 .event-single .item .thumb:after {
  width: 100%;
  opacity: 0;
}
.box-25 .event-single .item:hover .thumb:after {
  opacity: 1;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-25 .event-single .item:hover .more {
  background-color: #006fd1;
  color: #fff !important;
}

.events-calendar {
  width: 100%;
}
.events-calendar .holder {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: top;
  flex-direction: row;
  position: relative;
  min-height: 670px;
}
@media (max-width: 736px) {
  .events-calendar .holder {
    display: block;
  }
}
.events-calendar .days {
  width: 40%;
  position: relative;
  border-right: 6px solid #003a73;
  z-index: 10 !important;
  padding: 180px 55px 0 20px;
}
.events-calendar .days .icon {
  background-color: #003a73;
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 150px;
  line-height: 130px;
  text-align: center;
  color: #fff;
  padding: 0;
}
.events-calendar .days .icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid #003a73;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 50%;
  right: -20px;
  margin: -20px 0 0;
}
.events-calendar .days .icon:before {
  border-left-color: #003a73 !important;
}
.events-calendar .days .icon span {
  font-size: 50px;
  font-size: 5rem;
}
.events-calendar .days .icon h4, .events-calendar .days .icon p {
  display: none;
}
.events-calendar .days h4 {
  color: #006fd1;
  margin: 0;
}
.events-calendar .days .all {
  padding: 0 20px;
  float: right;
  border-color: #006fd1;
  color: #006fd1;
}
.events-calendar .days .all:hover {
  background-color: #006fd1;
  color: #fff;
}
.events-calendar .days table {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.events-calendar .days table th, .events-calendar .days table td {
  height: 35px;
}
.events-calendar .days table th {
  font-weight: normal;
  line-height: 35px;
  color: #808080;
}
.events-calendar .days table td {
  text-align: center;
}
.events-calendar .days table td span {
  width: 35px;
  height: 35px;
  display: inline-block;
  cursor: pointer;
  color: #808080;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  line-height: 35px;
}
.events-calendar .days table td span.event {
  color: #006fd1;
}
.events-calendar .days table td span.active {
  background-color: #006fd1;
  color: #fff;
}
@media (max-width: 1008px) {
  .events-calendar .days {
    width: 50%;
  }
}
@media (max-width: 736px) {
  .events-calendar .days {
    width: 100%;
    border-right: none;
    padding: 0;
    overflow: visible;
  }
  .events-calendar .days .icon {
    width: 100%;
    position: relative;
    text-align: center;
    height: auto;
    line-height: normal;
    padding: 30px 20px;
  }
  .events-calendar .days .icon:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid #006fd1;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: none;
    position: absolute;
    top: 100%;
    right: 50%;
    margin: 0 -20px 0 0;
  }
  .events-calendar .days .icon h4, .events-calendar .days .icon p {
    display: block;
    color: #fff;
    margin: 5px 0;
  }
  .events-calendar .days table, .events-calendar .days .month, .events-calendar .days .all {
    display: none;
  }
}
.events-calendar .events {
  width: 60%;
  position: relative;
  padding: 0 0 80px 0;
}
.events-calendar .events .date {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 45px;
  background-color: #006fd1;
  height: 150px;
  line-height: 150px;
}
.events-calendar .events .date p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-transform: uppercase;
}
.events-calendar .events .event {
  margin: 15px 20px 0 50px;
  position: relative;
  padding: 0 0 15px 0;
}
.events-calendar .events .event:after {
  content: "";
  display: block;
  width: 20%;
  border-bottom: 1px dotted #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.events-calendar .events .event .title {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  color: #006fd1;
}
.events-calendar .events .event .time {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  color: #585858;
}
.events-calendar .events .event .time span {
  font-size: 18px;
  font-size: 1.8rem;
}
.events-calendar .events .event p {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.events-calendar .events .event a {
  text-transform: uppercase;
  color: #006fd1;
  font-size: 12px;
  font-size: 1.2rem;
}
.events-calendar .events .event a span {
  vertical-align: unset;
}
.events-calendar .events .more {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  left: 50px;
  border-top: 1px solid #e3e3e3;
}
.events-calendar .events .more a {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  color: #006fd1;
}
.events-calendar .events .more a span {
  vertical-align: unset;
}
@media (max-width: 1008px) {
  .events-calendar .events {
    width: 50%;
  }
}
@media (max-width: 736px) {
  .events-calendar .events {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 65px 0;
  }
  .events-calendar .events .date {
    display: none;
  }
  .events-calendar .events .event {
    margin: 15px 20px 0 20px;
  }
  .events-calendar .events .event:after {
    width: 100%;
  }
  .events-calendar .events .more {
    background-color: #f9f9f9;
    left: 0;
    padding: 20px;
    text-align: center;
  }
}

.event-calendar-2-module {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.event-calendar-2-module .item {
  width: 100%;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.event-calendar-2-module .intro-bar {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.event-calendar-2-module .intro-bar .icon {
  width: 40px;
  height: 40px;
  float: left;
}
.event-calendar-2-module .intro-bar .icon:after {
  display: none;
}
.event-calendar-2-module .intro-bar .title {
  float: left;
  line-height: 40px;
  margin: 15px 0 0;
}
.event-calendar-2-module .intro-bar .all {
  float: right;
  margin: 15px 15px 0 0;
  line-height: 40px;
  color: #006fd1;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
.event-calendar-2-module .intro-bar .all:after {
  content: "\e007";
  display: inline-block;
  font-family: "uja-hudson";
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 0 0 17px;
}
@media (max-width: 1008px) {
  .event-calendar-2-module .intro-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .event-calendar-2-module .intro-bar .icon {
    margin: 0 15px 0;
  }
  .event-calendar-2-module .intro-bar .title {
    width: auto;
    margin: 0;
  }
  .event-calendar-2-module .intro-bar .all {
    display: none;
  }
}
@media (max-width: 736px) {
  .event-calendar-2-module .intro-bar .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
  }
}
.event-calendar-2-module .list {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.event-calendar-2-module .list .con {
  width: 25%;
  height: 510px;
  background-color: white;
  padding: 12px 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.event-calendar-2-module .list .con .el {
  width: 100%;
  height: 100%;
  padding: 5px;
  background-color: black;
}
.event-calendar-2-module .list .con .el .time {
  padding: 15px;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  text-align: right;
}
.event-calendar-2-module .list .con .el .time em {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  display: block;
}
.event-calendar-2-module .list .con .el .time span {
  display: inline-block;
  background-color: #006fd1;
  line-height: 34px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  padding: 0 15px;
  margin: 10px 0 0;
}
.event-calendar-2-module .list .con .el .text {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
}
.event-calendar-2-module .list .con .el .text .icon {
  margin: 0;
  padding: 0;
  width: 40px;
}
.event-calendar-2-module .list .con .el .text .icon:after {
  display: none;
}
.event-calendar-2-module .list .con .el .text .title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
}
.event-calendar-2-module .list .con .el .text .more {
  margin: 15px 0 0;
  background-color: #006fd1;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.event-calendar-2-module .list .con .el .text .more:after {
  content: "\e003";
  display: block;
  font-family: "uja-hudson";
  position: absolute;
  right: 15px;
  top: 0;
}
.event-calendar-2-module .list .con .el:hover:after {
  background-color: #006fd1;
  opacity: 0.85;
}
.event-calendar-2-module .list .con .el:hover .time span {
  background-color: #fff;
  color: #006fd1;
}
.event-calendar-2-module .list .con .el:hover .more {
  background-color: #fff !important;
  color: #006fd1 !important;
}
@media (max-width: 1008px) {
  .event-calendar-2-module .list .con {
    width: 50%;
    flex: 1 1 50%;
    height: 400px;
  }
}
@media (max-width: 736px) {
  .event-calendar-2-module .list .con {
    width: 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 1008px) {
  .event-calendar-2-module .list {
    padding: 0;
  }
}
.event-calendar-2-module .mobile-all {
  display: none;
}
@media (max-width: 1008px) {
  .event-calendar-2-module .mobile-all {
    display: block;
    float: right;
    margin: 15px 15px 0 0;
    line-height: 40px;
    color: #006fd1;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .event-calendar-2-module .mobile-all:after {
    content: "\e007";
    display: inline-block;
    font-family: "uja-hudson";
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 0 0 17px;
  }
}

.program-single {
  width: 100%;
}
.program-single .item {
  width: 100%;
  padding: 2em 1.0653409091%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.program-single .item .link-box:before {
  display: none;
}
.program-single .item .thumb {
  text-align: center;
  width: 25%;
  height: auto;
  position: relative;
  display: block;
  padding: 0;
  background-color: #000;
  overflow: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background-image: url("../images/img-program-thumb.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.program-single .item .thumb .icon {
  left: 50%;
  top: 50%;
  margin: -55px 0 0 -45px;
  position: absolute;
  color: white;
  font-size: 4em;
  width: 100px;
  height: 100px;
  padding: 20px 10px 0 10px;
  z-index: 10;
  display: none;
  /* temporary style fix */
}
.program-single .item .thumb .icon svg {
  color: #fff;
  fill: #fff;
}
.program-single .item .thumb:after {
  display: none;
}
.program-single .item .thumb img {
  display: block;
  position: absolute !important;
  height: 100%;
  max-width: none !important;
  width: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1408px) {
  .program-single .item .thumb img {
    width: auto;
  }
}
.program-single .item .text {
  width: 75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  border: 1px solid #e3e3e3;
  border-left: 5px solid #003a73;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.program-single .item .text .title {
  color: #ff9400;
  font-size: 2.2rem;
}
.program-single .item .text p span {
  color: #ff9400;
}
.program-single .item .text p {
  width: 80%;
}
.program-single .item .text > span {
  display: none;
}
.program-single .item:hover .thumb:after {
  display: none;
}
.program-single .item:hover .text {
  background-color: #ff9400;
  border: 1px solid #ff9400;
  border-left: 5px solid #ff9400;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.program-single .item:hover .text span {
  color: #fff;
}
.program-single .item:hover .text p {
  color: #fff;
}
.program-single .item:hover .text .title {
  color: #fff;
}
.program-single .item:hover .text .btn-1 {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 736px) {
  .program-single .item {
    display: block;
    margin: 2em 0;
  }
  .program-single .item .thumb {
    display: block;
    width: 100%;
    height: 250px;
  }
  .program-single .item .text {
    text-align: center;
    width: 100%;
    border: 1px solid #e3e3e3;
  }
  .program-single .item .text p {
    display: none;
  }
  .program-single .item .text > span {
    color: #003a73;
    display: block;
    font-size: 60px;
    font-size: 6rem;
  }
  .program-single .item:hover .text {
    border: 1px solid #e3e3e3 !important;
  }
  .program-single .item:hover .text span {
    color: #fff;
  }
}

.box-50 .program-single .item {
  padding: 2em 1em;
}
.box-50 .program-single .item .thumb {
  width: 45%;
  overflow: hidden;
}
.box-50 .program-single .item .thumb img {
  max-width: none !important;
  position: absolute !important;
  width: auto;
}
.box-50 .program-single .item .text {
  width: 55%;
}
@media (max-width: 1008px) {
  .box-50 .program-single .item {
    display: block;
    padding: 2em 1em;
  }
  .box-50 .program-single .item .thumb {
    display: block;
    height: 250px;
    width: 100%;
  }
  .box-50 .program-single .item .text {
    width: 100%;
    border: 1px solid #e3e3e3;
  }
  .box-50 .program-single .item .text > span {
    display: block;
    color: #003a73;
    font-size: 60px;
    font-size: 6rem;
  }
  .box-50 .program-single .item:hover .text {
    border: 1px solid #e3e3e3 !important;
  }
  .box-50 .program-single .item:hover .text span {
    color: #fff;
  }
}

.box-33 .program-single .item {
  display: block;
  margin: 2em;
  border: 1px solid #e3e3e3;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.box-33 .program-single .item .link-box:before {
  bottom: 20px;
  color: #003a73;
  display: block;
}
.box-33 .program-single .item .thumb {
  text-align: center;
  width: 100%;
  height: 250px;
  position: relative;
  display: block;
  padding: 0;
  background-color: #000;
  overflow: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-33 .program-single .item .thumb .icon {
  left: 50%;
  top: 50%;
  margin: -55px 0 0 -45px;
  position: absolute;
  color: white;
  font-size: 4em;
  width: 100px;
  height: 100px;
  padding: 20px 10px 0 10px;
  z-index: 10;
}
.box-33 .program-single .item .thumb .icon svg {
  color: #fff;
  fill: #fff;
}
.box-33 .program-single .item .thumb:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(41, 140, 191, 0.8);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 5;
}
.box-33 .program-single .item .thumb:before {
  display: none;
}
.box-33 .program-single .item .thumb img {
  display: block;
  position: relative !important;
  height: 100%;
  max-width: none !important;
  width: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-33 .program-single .item .text {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px 50px 20px;
  text-align: center;
  border: none;
  height: 70%;
  border-top: 5px solid #003a73;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-33 .program-single .item .text .title {
  color: #ff9400;
  margin: 0;
}
.box-33 .program-single .item .text p {
  display: none;
}
.box-33 .program-single .item .text .btn-1 {
  margin: 10px 0 0;
}
.box-33 .program-single .item:hover .link-box:before {
  color: #fff;
}
.box-33 .program-single .item:hover .thumb:after {
  display: none;
}
.box-33 .program-single .item:hover .text {
  background-color: #ff9400;
  border-top: 5px solid #ff9400;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 736px) {
  .box-33 .program-single .item:hover .text {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-top: 5px solid #ff9400 !important;
  }
}
.box-33 .program-single .item:hover .text span {
  color: #fff;
}
.box-33 .program-single .item:hover .text p {
  color: #fff;
}
.box-33 .program-single .item:hover .text .title {
  color: #fff;
}
.box-33 .program-single .item:hover .text .btn-1 {
  color: #fff;
  border-color: #fff;
}

.box-25 .program-single .item {
  display: block;
  margin: 2em;
  border: 1px solid #e3e3e3;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.box-25 .program-single .item .link-box:before {
  bottom: 20px;
  color: #003a73;
  display: block;
}
.box-25 .program-single .item .thumb {
  text-align: center;
  width: 100%;
  height: 250px;
  position: relative;
  display: block;
  padding: 0;
  background-color: #000;
  overflow: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-25 .program-single .item .thumb .icon {
  left: 50%;
  top: 50%;
  margin: -55px 0 0 -45px;
  position: absolute;
  color: white;
  font-size: 4em;
  width: 100px;
  height: 100px;
  padding: 20px 10px 0 10px;
  z-index: 10;
}
.box-25 .program-single .item .thumb .icon svg {
  color: #fff;
  fill: #fff;
}
.box-25 .program-single .item .thumb:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(41, 140, 191, 0.8);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 5;
}
.box-25 .program-single .item .thumb:before {
  display: none;
}
.box-25 .program-single .item .thumb img {
  display: block;
  position: relative !important;
  height: 100%;
  max-width: none !important;
  width: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-25 .program-single .item .text {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px 50px 20px;
  text-align: center;
  border: none;
  height: 70%;
  border-top: 5px solid #003a73;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-25 .program-single .item .text .title {
  color: #ff9400;
  margin: 0;
}
.box-25 .program-single .item .text p {
  display: none;
}
.box-25 .program-single .item .text .btn-1 {
  margin: 10px 0 0;
}
.box-25 .program-single .item:hover .link-box:before {
  color: #fff;
}
.box-25 .program-single .item:hover .thumb:after {
  display: none;
}
.box-25 .program-single .item:hover .text {
  background-color: #ff9400;
  border-top: 5px solid #ff9400;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 736px) {
  .box-25 .program-single .item:hover .text {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-top: 5px solid #ff9400 !important;
  }
}
.box-25 .program-single .item:hover .text span {
  color: #fff;
}
.box-25 .program-single .item:hover .text p {
  color: #fff;
}
.box-25 .program-single .item:hover .text .title {
  color: #fff;
}
.box-25 .program-single .item:hover .text .btn-1 {
  color: #fff;
  border-color: #fff;
}

.program-list {
  width: 100%;
  display: block !important;
}
@media (max-width: 1008px) {
  .program-list {
    padding: 0 2em;
  }
}
.program-list .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 2em;
}
@media (max-width: 1008px) {
  .program-list .list {
    padding: 0;
  }
}
.program-list .list .item {
  width: 23%;
  margin: 2em 1%;
  border: 1px solid #e3e3e3;
  overflow: hidden;
}
@media (max-width: 1008px) {
  .program-list .list .item {
    width: 48%;
  }
}
@media (max-width: 736px) {
  .program-list .list .item {
    width: 100%;
  }
}
.program-list .list .item .link-box:before {
  display: none;
}
.program-list .list .item .thumb img {
  display: block;
}
.program-list .list .item .text {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px;
  text-align: center;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.program-list .list .item .text .title {
  font-size: 1.5em;
  color: #ff9400;
  margin: 0;
}
.program-list .list .item .text p span {
  color: #ff9400;
}
.program-list .list .item .text .btn-1 {
  margin: 10px 0 0;
}
.program-list .list .item .text .icon svg {
  color: #003a73;
  fill: #003a73;
}
.program-list .list .item:hover .text {
  background-color: #ff9400;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.program-list .list .item:hover .text span {
  color: #fff;
}
.program-list .list .item:hover .text p {
  color: #fff;
}
.program-list .list .item:hover .text .title {
  color: #fff;
}
.program-list .list .item:hover .text .btn-1 {
  color: #fff;
  border-color: #fff;
}
.program-list .list .item:hover .text .icon svg {
  color: #fff;
  fill: #fff;
}

.program-filters {
  width: 100%;
  padding: 30px 3%;
  position: relative;
  z-index: 10 !important;
}
@media (max-width: 1008px) {
  .program-filters {
    padding: 20px 2em;
  }
}
.program-filters .selectric-wrapper {
  width: 25%;
  margin: 0;
  float: left;
  z-index: 10;
}
@media (max-width: 736px) {
  .program-filters .selectric-wrapper {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.program-filters .search-text {
  float: right;
  width: 73%;
  position: relative;
}
@media (max-width: 736px) {
  .program-filters .search-text {
    float: none;
    width: 100%;
  }
}
.program-filters .search-text:after {
  content: "\e000";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  color: #585858;
  font-size: 20px;
  margin: -11px 0 0;
}
.program-filters .search-text .text {
  margin: 0;
  padding: 0 20px 0 50px;
}

.program-results-module {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 25px;
  background-color: #fff;
}
.program-results-module .total {
  width: 100%;
  position: relative;
  display: block;
  font-style: normal;
  color: #585858;
  font-size: 12px;
  font-size: 1.2rem;
}
.program-results-module .total:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 50%;
  right: 0;
}
.program-results-module .total i {
  font-weight: bold;
  font-style: normal;
}
.program-results-module .total span {
  background-color: #fff;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 10;
}
.program-results-module .result {
  width: 100%;
  border: 1px solid #eee;
  padding: 20px 50px;
  margin: 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.program-results-module .result:hover {
  border: 1px solid #006fd1;
}
.program-results-module .result .holder {
  width: 60%;
}
.program-results-module .result .holder .title {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.program-results-module .result .holder .type {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ff9400;
  margin: 5px 0 0;
  padding: 0;
}
.program-results-module .result .holder .tags {
  margin: 5px 0 0;
  color: #3bc1cd;
  font-size: 12px;
  font-size: 1.2rem;
}
.program-results-module .result .holder .tags a {
  display: inline-block;
  color: #3bc1cd;
}
.program-results-module .result .holder .detail {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.program-results-module .result .holder .detail p {
  margin: 0;
  padding: 10px 0;
  display: inline-block;
  width: 30%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
}
.program-results-module .result .holder .detail p strong {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 1008px) {
  .program-results-module .result .holder {
    width: 100%;
  }
  .program-results-module .result .holder .detail p {
    width: 50%;
  }
  .program-results-module .result .holder .detail p:first-child {
    width: 100%;
  }
  .program-results-module .result .holder .detail p:last-child {
    width: 100%;
  }
}
.program-results-module .result .options {
  width: 40%;
  text-align: center;
}
@media (max-width: 1008px) {
  .program-results-module .result .options {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 1008px) {
  .program-results-module .result {
    padding: 15px;
  }
}

.search-filters {
  width: 100%;
  position: relative;
  z-index: 10;
}
.search-filters .title {
  background-color: #006fd1;
  color: #fff;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 20px 25px;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
}
.search-filters .section {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
.search-filters .section .name {
  color: #006fd1;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 20px 25px;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.search-filters .section .name:after {
  content: "\e006";
  display: block;
  color: #006fd1;
  font-family: "uja-hudson";
  position: absolute;
  right: 20px;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  top: 50%;
  margin: -10px 0 0;
}
.search-filters .section .name.open {
  border-bottom: 1px solid #e1e1e1;
}
.search-filters .section .name.open:after {
  content: "\e008";
}
.search-filters .section .drop {
  padding: 15px 20px;
}
.search-filters .section .drop input[type=checkbox] + label {
  margin: 5px 0;
}
.search-filters .section .drop input[type=checkbox] + label:before {
  border: 1px solid #e1e1e1;
  background-color: transparent;
}
.search-filters .section .drop input[type=checkbox]:checked + label:before {
  background-color: #006fd1;
}
.search-filters .section .drop .text {
  margin: 0;
}
@media (max-width: 1008px) {
  .search-filters {
    display: none;
    position: fixed;
    z-index: 100;
    top: 65px;
    left: 0;
    width: 100%;
    height: calc(100% - 130px);
    background-color: #f7f7f7;
    overflow-y: scroll;
  }
  .search-filters .title {
    position: relative;
    cursor: pointer;
  }
  .search-filters .title:after {
    content: "\e002";
    display: block;
    color: #fff;
    font-family: "uja-riverdale";
    position: absolute;
    right: 19px;
    font-weight: normal;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    top: 50%;
    margin: -10px 0 0;
  }
}

.mobile-search-filters {
  display: none;
}
@media (max-width: 1008px) {
  .mobile-search-filters {
    display: block;
    width: 100%;
    z-index: 10;
    color: #545454;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    line-height: 50px;
    text-transform: uppercase;
    background-color: #fff;
  }
  .mobile-search-filters:after {
    content: "\e004";
    display: block;
    color: #000;
    font-family: "uja-riverdale";
    position: absolute;
    right: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    top: 50%;
    margin: -7px 0 0;
  }
}

.program-find-module {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.program-find-module .item {
  z-index: 10;
  float: right;
  width: 500px;
  text-align: left;
  padding: 80px 50px 80px 50px;
}
.program-find-module .item .title {
  margin: 0;
}
.program-find-module .item form {
  width: 320px;
}
.program-find-module .item form .submit {
  display: block;
  width: 100%;
  color: #fff;
  float: none;
  padding: 15px;
}
@media (max-width: 1008px) {
  .program-find-module {
    width: 100% !important;
  }
  .program-find-module .item {
    width: 100% !important;
    max-width: 100% !important;
    padding: 60px 20px 80px 20px;
  }
  .program-find-module .item form {
    width: 100%;
  }
}

.program-sessions-module {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 25px;
  background-color: #fff;
}
.program-sessions-module .item {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #eee;
  padding: 20px 50px;
  margin: 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.program-sessions-module .item .link-box:before {
  display: none;
}
.program-sessions-module .item:hover {
  border: 1px solid #006fd1;
}
.program-sessions-module .item:hover .btn-1 {
  background-color: #006fd1 !important;
  color: #fff;
}
.program-sessions-module .item .holder {
  width: 60%;
}
.program-sessions-module .item .holder .title {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.program-sessions-module .item .holder .instructor {
  margin: 5px 0 0;
  color: #003a73;
  font-size: 16px;
  font-size: 1.6rem;
}
.program-sessions-module .item .holder .instructor a {
  display: inline-block;
  color: #003a73;
}
.program-sessions-module .item .holder .des {
  margin: 10px 0 0;
  line-height: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 1008px) {
  .program-sessions-module .item .holder .des {
    display: none;
  }
}
.program-sessions-module .item .holder .detail {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.program-sessions-module .item .holder .detail p {
  margin: 0;
  padding: 10px 0;
  display: inline-block;
  width: 30%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
}
.program-sessions-module .item .holder .detail p strong {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 1008px) {
  .program-sessions-module .item .holder {
    width: 100%;
  }
  .program-sessions-module .item .holder .detail p {
    width: 50%;
  }
  .program-sessions-module .item .holder .detail p:first-child {
    width: 100%;
  }
}
.program-sessions-module .item .options {
  width: 40%;
  text-align: center;
}
@media (max-width: 1008px) {
  .program-sessions-module .item .options {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 1008px) {
  .program-sessions-module .item {
    padding: 15px;
  }
}

.programs-module {
  width: 100%;
}
.programs-module > div {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.programs-module .item {
  width: 100%;
  margin: 0;
  max-width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  float: none !important;
}
.programs-module .item:before {
  display: none !important;
}
.programs-module .item:after {
  display: none !important;
}
.programs-module .item:last-child {
  border: none;
}
.programs-module .item .link-box {
  z-index: 15 !important;
}
.programs-module .item .link-box:before {
  display: none;
}
.programs-module .item .thumb {
  width: 15%;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 15%;
  background-color: rgba(0, 0, 0, 0.05);
}
.programs-module .item .thumb .icon {
  width: 40px;
  margin: auto;
  padding: 0;
}
.programs-module .item .thumb .icon svg {
  fill: inherit;
  color: inherit;
}
.programs-module .item .thumb .icon:after {
  display: none;
}
.programs-module .item .text {
  width: 85%;
  position: relative;
  z-index: 10;
  padding: 35px 80px 35px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: 1 1 85%;
}
.programs-module .item .text .title {
  color: inherit;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
}
.programs-module .item .text p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #585858;
  margin: 5px 0 0;
}
.programs-module .item .text:after {
  content: "\e003";
  font-family: "uja-hudson";
  display: block;
  position: absolute;
  right: 35px;
  top: 50%;
  font-size: 14px;
  font-size: 1.4rem;
  margin: -7px 0 0;
}
.programs-module .item:hover .title, .programs-module .item:hover p {
  color: #fff !important;
}
.programs-module .item:hover .text:after {
  color: #fff !important;
}
.programs-module .item:hover .thumb {
  background-color: rgba(0, 0, 0, 0.2);
}
.programs-module .item:hover .thumb svg {
  fill: #fff !important;
  color: #fff !important;
}
.programs-module .item.calor-1 {
  color: #ff9400;
  fill: #ff9400;
}
.programs-module .item.calor-1:hover {
  background-color: #ff9400;
}
.programs-module .item.calor-2 {
  color: #fbc600;
  fill: #fbc600;
}
.programs-module .item.calor-2:hover {
  background-color: #fbc600;
}
.programs-module .item.calor-3 {
  color: #00c3d9;
  fill: #00c3d9;
}
.programs-module .item.calor-3:hover {
  background-color: #00c3d9;
}
.programs-module .item.calor-4 {
  color: #009290;
  fill: #009290;
}
.programs-module .item.calor-4:hover {
  background-color: #009290;
}
.programs-module .item.calor-5 {
  color: #733375;
  fill: #733375;
}
.programs-module .item.calor-5:hover {
  background-color: #733375;
}
.programs-module .item.calor-6 {
  color: #3bc1cd;
  fill: #3bc1cd;
}
.programs-module .item.calor-6:hover {
  background-color: #3bc1cd;
}
.programs-module .item.calor-7 {
  color: #003a73;
  fill: #003a73;
}
.programs-module .item.calor-7:hover {
  background-color: #003a73;
}
.programs-module .item.calor-8 {
  color: #f9f9f9;
  fill: #f9f9f9;
}
.programs-module .item.calor-8:hover {
  background-color: #f9f9f9;
}
.programs-module .item.calor-9 {
  color: #eaeaea;
  fill: #eaeaea;
}
.programs-module .item.calor-9:hover {
  background-color: #eaeaea;
}
.programs-module .item.calor-10 {
  color: #303030;
  fill: #303030;
}
.programs-module .item.calor-10:hover {
  background-color: #303030;
}
@media (max-width: 1008px) {
  .programs-module {
    display: block;
  }
  .programs-module .item {
    background-color: #ececec;
  }
  .programs-module .item .thumb {
    width: 30%;
    background-color: transparent;
  }
  .programs-module .item .text {
    background-color: #f9f9f9;
    width: 70%;
    padding: 20px 35px 20px 20px;
  }
  .programs-module .item .text:after {
    right: 15px;
  }
  .programs-module .item:hover .text {
    background-color: transparent;
  }
}

.box-100 .programs-module .item {
  max-width: 50% !important;
}
@media (max-width: 1008px) {
  .box-100 .programs-module {
    display: block;
  }
  .box-100 .programs-module .item {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.box-75 .programs-module .item {
  max-width: 50% !important;
}
@media (max-width: 1008px) {
  .box-75 .programs-module {
    display: block;
  }
  .box-75 .programs-module .item {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.wysiwyg {
  padding: 1.5em 2em;
  width: 100%;
}
.wysiwyg > div {
  z-index: 1;
}

.wysiwyg-center-module {
  width: calc((4.1193181818% * 12) + (1.0653409091% * 22)) !important;
  text-align: center;
  margin: 2em auto;
  padding: 1.5em 5em;
  z-index: 10;
}
@media (max-width: 736px) {
  .wysiwyg-center-module {
    padding: 1.5em;
    margin: 0;
    width: 100% !important;
  }
}
.wysiwyg-center-module > * {
  z-index: 1;
}

.form-section {
  width: 100%;
  position: relative;
  margin: auto;
  max-width: 800px !important;
}
.form-section .form {
  width: 100%;
  position: relative;
}

.login-module {
  width: 100%;
}
.login-module > div {
  margin: auto;
  padding: 3em 2em;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.login-module > div .intro {
  width: 40%;
  padding: 0 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
.login-module > div .intro .title {
  color: #733375;
  font-size: 30px;
  font-size: 3rem;
}
.login-module > div .intro .title span {
  color: #006fd1;
}
.login-module > div .intro:after {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  right: 0;
  height: 60%;
  border-right: 1px solid #eee;
}
.login-module > div .login-form {
  width: 60%;
  padding: 0 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1008px) {
  .login-module > div .login-form {
    padding: 0 20px;
  }
}
.login-module > div .login-form .text {
  border: none;
  border-bottom: 1px solid #eeeeee;
  background: transparent;
  color: #585858;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 20px 0 45px;
  margin: 0 0 15px 0;
}
.login-module > div .login-form input:-moz-placeholder {
  color: #585858;
}
.login-module > div .login-form input::-moz-placeholder {
  color: #585858;
  opacity: 1;
}
.login-module > div .login-form input::-webkit-input-placeholder {
  color: #585858;
}
.login-module > div .login-form input:-ms-input-placeholder {
  color: #585858;
}
.login-module > div .login-form .wrap {
  text-align: left;
}
.login-module > div .login-form .wrap input[type=checkbox] + label {
  float: left;
  color: #585858;
  font-size: 13px;
  font-size: 1.3rem;
}
.login-module > div .login-form .wrap input[type=checkbox] + label:before {
  background-color: transparent;
  border: 1px solid #585858;
}
.login-module > div .login-form .wrap input[type=checkbox]:checked + label:before {
  background-color: #585858;
}
.login-module > div .login-form .wrap .forgot {
  float: right;
  color: #585858;
  margin: 8px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.login-module > div .login-form .wrap .forgot span {
  color: #733375;
}
.login-module > div .login-form .submit {
  width: 100%;
  display: block;
  border: 1px solid #733375;
  padding: 0;
  text-align: center;
  background: #733375;
  color: #fff;
  line-height: 58px;
  height: 58px;
  margin: 25px 0;
}
.login-module > div .login-form .submit:hover {
  background: #fff;
  color: #733375;
}
.login-module > div .login-form .reg {
  color: #585858;
  font-size: 13px;
  font-size: 1.3rem;
}
.login-module > div .login-form .reg span {
  color: #733375;
}
@media (max-width: 1008px) {
  .login-module > div {
    display: block;
    width: 100%;
  }
  .login-module > div .intro {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .login-module > div .intro:after {
    display: none;
  }
  .login-module > div .intro p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .login-module > div .login-form {
    width: 100%;
    padding: 0;
  }
}

.box-50 .login-module > div, .box-25 .login-module > div {
  display: block;
  width: 100%;
}
.box-50 .login-module > div .intro, .box-25 .login-module > div .intro {
  width: 100%;
  text-align: center;
  padding: 0;
  float: none;
}
.box-50 .login-module > div .intro:after, .box-25 .login-module > div .intro:after {
  display: none;
}
.box-50 .login-module > div .intro p, .box-25 .login-module > div .intro p {
  font-size: 14px;
  font-size: 1.4rem;
}
.box-50 .login-module > div .login-form, .box-25 .login-module > div .login-form {
  width: 100%;
  padding: 0;
}

.events-slider-module .owl-controls, .events-slider-module .owl-nav {
  position: static !important;
}
.events-slider-module .owl-nav .owl-prev,
.events-slider-module .owl-nav .owl-next {
  position: absolute !important;
}
.events-slider-module .item .icon:after {
  display: none;
}
.events-slider-module .item .view {
  border: 1px solid #003a73;
}

.subscribe-module {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subscribe-module .item {
  z-index: 10;
  float: left;
  width: 500px;
  text-align: left;
  padding: 80px 20px 80px 50px;
}
.subscribe-module .item .title {
  margin: 0;
}
.subscribe-module .item form {
  width: 320px;
}
.subscribe-module .item form .submit {
  display: block;
  width: 100%;
  color: #fff;
  float: none;
  padding: 15px;
}
.subscribe-module .item form .selectric {
  background-color: transparent;
  border: 1px solid #fff;
}
.subscribe-module .item form .selectric .label {
  color: #fff;
}
.subscribe-module .item form .selectric .button:after {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.subscribe-module .item form .selectric-items {
  border: 1px solid #fff;
}
.subscribe-module .item form .selectric-items li {
  color: #006fd1;
}
.subscribe-module .item form .selectric-items li:hover {
  color: #fff;
  background-color: #006fd1;
}
.subscribe-module .item form .selectric-items li.selected {
  background: transparent;
  color: #006fd1;
}
.subscribe-module .item form .selectric-items li.selected:hover {
  background-color: #006fd1;
  color: #fff;
}
.subscribe-module .item form .selectric-open .selectric {
  background-color: #fff;
}
.subscribe-module .item form .selectric-open .selectric .label {
  color: #006fd1;
}
.subscribe-module .item form .selectric-open .selectric .button:after {
  color: #006fd1;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 1008px) {
  .subscribe-module {
    width: 100%;
  }
  .subscribe-module .item {
    width: 100% !important;
    max-width: 100% !important;
    padding: 60px 20px;
  }
  .subscribe-module .item form {
    width: 100%;
  }
}

.membership-type-module {
  width: 100%;
}
.membership-type-module .list {
  width: 100%;
  border: 1px solid #eee;
}
.membership-type-module .list .item {
  width: 100%;
  padding: 15px 50px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.membership-type-module .list .item:nth-child(even) {
  background-color: #fafafa;
}
.membership-type-module .list .item:last-child {
  border: none;
}
.membership-type-module .list .item:hover {
  background-color: rgba(0, 144, 217, 0.25);
}
.membership-type-module .list .item:hover .btn-1 {
  background-color: #006fd1 !important;
  color: #fff !important;
}
.membership-type-module .list .item p {
  margin: 0;
}
.membership-type-module .list .item .name {
  color: #006fd1;
  text-transform: uppercase;
  font-weight: 500;
  line-height: normal;
  width: 45%;
}
.membership-type-module .list .item .name span {
  display: block;
  line-height: normal;
  color: #585858;
  text-transform: none;
  font-weight: 300;
}
.membership-type-module .list .item .fee, .membership-type-module .list .item .rate {
  width: 20%;
}
@media (max-width: 1008px) {
  .membership-type-module .list .item {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
  }
}
@media (max-width: 736px) {
  .membership-type-module .list .item {
    display: block;
    padding: 0;
  }
  .membership-type-module .list .item p {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
  }
  .membership-type-module .list .item span {
    display: block;
    margin: 15px auto;
    width: 110px;
  }
}

.news-module {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.news-module .item {
  width: 100%;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.news-module .intro-bar {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.news-module .intro-bar .icon {
  width: 40px;
  float: left;
  height: 40px;
}
.news-module .intro-bar .icon:after {
  display: none;
}
.news-module .intro-bar .title {
  float: left;
  line-height: 40px;
  margin: 15px 0 0;
}
.news-module .intro-bar .all {
  float: right;
  margin: 15px 15px 0 0;
  line-height: 40px;
  color: #006fd1;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
.news-module .intro-bar .all:after {
  content: "\e007";
  display: inline-block;
  font-family: "uja-hudson";
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 0 0 17px;
}
@media (max-width: 1008px) {
  .news-module .intro-bar .icon {
    margin: 0;
    width: 12%;
  }
  .news-module .intro-bar .title {
    float: right;
    width: 85%;
    margin: 8px 0 0;
  }
  .news-module .intro-bar .all {
    display: none;
  }
}
@media (max-width: 736px) {
  .news-module .intro-bar .icon {
    width: 20%;
  }
  .news-module .intro-bar .title {
    width: 75%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
  }
}
.news-module .list {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.news-module .list .con {
  width: 25%;
  height: 255px;
  background-color: white;
  padding: 12px 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-module .list .con .el {
  width: 100%;
  height: 100%;
  padding: 5px;
  background-color: black;
  position: relative;
}
.news-module .list .con .el .icon {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 40px;
  top: 15px;
  left: 15px;
  z-index: 10;
}
.news-module .list .con .el .icon img, .news-module .list .con .el .icon svg {
  width: 100%;
}
.news-module .list .con .el .icon:after {
  display: none;
}
.news-module .list .con .el .time {
  padding: 15px;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  text-align: right;
  width: 100px;
}
.news-module .list .con .el .time em {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
}
.news-module .list .con .el .time span {
  display: inline-block;
  background-color: #006fd1;
  line-height: 34px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  padding: 0 15px;
  margin: 10px 0 0;
}
.news-module .list .con .el .text {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
}
.news-module .list .con .el .text .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
.news-module .list .con .el .text .more {
  margin: 15px 0 0;
  background-color: #006fd1;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.news-module .list .con .el .text .more:after {
  content: "\e003";
  display: block;
  font-family: "uja-hudson";
  position: absolute;
  right: 15px;
  top: 0;
}
.news-module .list .con .el:hover:after {
  background-color: #006fd1;
  opacity: 0.85;
}
.news-module .list .con .el:hover .time span {
  background-color: #fff;
  color: #006fd1;
}
.news-module .list .con .el:hover .more {
  background-color: #fff;
  color: #006fd1 !important;
}
@media (max-width: 1008px) {
  .news-module .list .con {
    width: 50%;
    flex: 1 1 50%;
    height: 300px;
  }
}
@media (max-width: 736px) {
  .news-module .list .con {
    width: 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 1008px) {
  .news-module .list {
    padding: 0;
  }
}
.news-module .mobile-all {
  display: none;
}
@media (max-width: 1008px) {
  .news-module .mobile-all {
    display: block;
    float: right;
    margin: 15px 15px 0 0;
    line-height: 40px;
    color: #006fd1;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news-module .mobile-all:after {
    content: "\e007";
    display: inline-block;
    font-family: "uja-hudson";
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 0 0 17px;
  }
}

.schedule-module {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.schedule-module .left {
  width: 33% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.schedule-module .left:hover:after {
  opacity: 0.95;
}
.schedule-module .left .item {
  padding: 3em 2em;
  z-index: 10;
}
.schedule-module .left .item h2, .schedule-module .left .item p {
  color: #fff;
}
.schedule-module .left .item .icon:after {
  background-color: #fff !important;
}
.schedule-module .left .item .icon svg {
  fill: #fff;
}
@media (max-width: 1008px) {
  .schedule-module .left {
    width: 50% !important;
  }
}
@media (max-width: 736px) {
  .schedule-module .left {
    width: 100% !important;
  }
}
.schedule-module .right {
  width: 67% !important;
  text-align: left !important;
}
.schedule-module .right .item {
  height: 100%;
}
.schedule-module .right ul {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 300px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1008px) {
  .schedule-module .right ul {
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.schedule-module .right ul li {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #585858;
  padding: 0 0 0 80px;
  flex: 1 1 50%;
  line-height: 1.4em;
}
.schedule-module .right ul li a {
  color: #585858;
}
.schedule-module .right ul li strong {
  display: block;
}
.schedule-module .right ul li:before {
  content: "";
  background-color: transparent;
  background: url("../images/icon-clock-yellow.svg") no-repeat 50% 50%;
  width: 20px;
  height: 20px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #fbc600;
  font-size: 20px;
  font-size: 2rem;
  left: 50px;
  top: 3px;
}
.schedule-module .right ul li:hover {
  color: #006fd1;
}
.schedule-module .right ul li:hover a {
  color: #006fd1;
}
.schedule-module .right ul li:hover:before {
  background: url("../images/icon-clock-blue.svg") no-repeat 50% 50%;
}
@media (max-width: 1008px) {
  .schedule-module .right ul li {
    width: 100%;
    flex: 1 1 100%;
    padding: 10px 20px 10px 50px;
  }
  .schedule-module .right ul li:before {
    left: 15px;
    top: 13px;
  }
}
@media (max-width: 1008px) {
  .schedule-module .right {
    width: 50% !important;
  }
}
@media (max-width: 736px) {
  .schedule-module .right {
    width: 100% !important;
  }
}

.touch-module {
  width: 100%;
  background-image: url("../images/mail-pattern.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4em 0;
}
.touch-module .item {
  width: 100%;
  max-width: 1408px !important;
  position: relative;
}
@media (max-width: 1408px) {
  .touch-module .item {
    max-width: 1248px !important;
  }
}
@media (max-width: 1248px) {
  .touch-module .item {
    max-width: 1008px !important;
  }
}
@media (max-width: 1008px) {
  .touch-module .item {
    max-width: 768px !important;
  }
}
@media (max-width: 768px) {
  .touch-module .item {
    max-width: 736px !important;
  }
}
@media (max-width: 736px) {
  .touch-module .item {
    max-width: 100% !important;
  }
}
.touch-module:after {
  opacity: 0.1 !important;
}
.touch-module .form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.touch-module .form .text {
  width: 24%;
  line-height: 60px;
  height: 60px;
  border: 1px solid #fff;
  background-color: transparent;
}
.touch-module .form .text:focus {
  color: #fff;
}
.touch-module .form input:-moz-placeholder {
  color: #fff;
}
.touch-module .form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.touch-module .form input::-webkit-input-placeholder {
  color: #fff;
}
.touch-module .form input:-ms-input-placeholder {
  color: #fff;
}
.touch-module .form input:hover::placeholder {
  color: #fff;
}
.touch-module .form input:hover:-moz-placeholder {
  color: #fff;
}
.touch-module .form input:hover::-moz-placeholder {
  color: #fff;
}
.touch-module .form input:hover::-webkit-input-placeholder {
  color: #fff;
}
.touch-module .form input:hover:-ms-input-placeholder {
  color: #fff;
}
.touch-module .form input:hover::placeholder {
  color: #fff;
}
.touch-module .form input:focus:-moz-placeholder {
  color: #fff;
}
.touch-module .form input:focus::-moz-placeholder {
  color: #fff;
}
.touch-module .form input:focus::-webkit-input-placeholder {
  color: #fff;
}
.touch-module .form input:focus:-ms-input-placeholder {
  color: #fff;
}
.touch-module .form input:focus::placeholder {
  color: #fff;
}
.touch-module .form .submit {
  width: 21%;
  margin: 0;
  padding: 0;
  background-color: #006fd1 !important;
  border: 1px solid #006fd1 !important;
  height: 60px;
  line-height: 60px;
  font-family: "Helvetica", sans-serif;
}
.touch-module .form .submit:hover {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #006fd1 !important;
}
@media (max-width: 1008px) {
  .touch-module {
    padding: 2em 20px;
  }
  .touch-module .form {
    display: block;
  }
  .touch-module .form .text, .touch-module .form .submit {
    width: 100%;
  }
}

.image-module {
  text-align: center;
  padding: 3em 2em;
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-module > div {
  z-index: 1;
  margin: 0 auto;
}
.image-module img {
  max-width: 100%;
  width: auto;
  height: auto;
}

div[class^=box-] .content > div, div[class*=" box-"] .content > div {
  z-index: 1;
  width: 100%;
}

.events-calendar .days .icon {
  margin: 0;
}

.events-calendar .days .icon:before {
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ff9400;
  border-top: 20px solid transparent;
  content: "";
  display: block;
  height: 0;
  margin: -20px 0 0;
  position: absolute;
  right: -20px;
  top: 50%;
  width: 0;
}

.events-calendar .days .icon:after {
  display: none;
}

.gform_wrapper .gform_title {
  color: #006fd1;
}

.cart {
  padding: 35px;
}
.cart h4 {
  color: #84c561;
}
.cart .details h5 {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
}

.upcoming-events {
  width: 100%;
}
.upcoming-events .holder {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.upcoming-events .holder .events-btn {
  display: block;
  width: 100%;
  max-width: 600px;
  background: #006fd1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 80px 0 30px;
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  font-size: 2.5rem;
  height: 64px;
  position: absolute;
  top: -64px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.upcoming-events .holder .events-btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background: url("../images/icon-carrot-white.svg") no-repeat 50% 50% rgba(0, 0, 0, 0.15);
  -moz-background-size: 40%;
  -webkit-background-size: 40%;
  background-size: 40%;
}
.upcoming-events .holder .main-events {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px;
}
.upcoming-events .holder .main-events .event {
  width: 48%;
  min-height: 500px;
  position: relative;
  cursor: pointer;
}
.upcoming-events .holder .main-events .event:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background: rgba(46, 173, 187, 0.9);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 10;
}
.upcoming-events .holder .main-events .event:hover:after {
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.upcoming-events .holder .main-events .event:hover:before {
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.upcoming-events .holder .main-events .event .date {
  display: block;
  position: absolute;
  color: #fff;
  top: 35px;
  left: 35px;
  z-index: 10;
  font-style: normal;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  line-height: 25px;
}
.upcoming-events .holder .main-events .event .date span {
  display: block;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 500;
  line-height: 60px;
}
.upcoming-events .holder .main-events .event .text {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 35px;
  color: #fff;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.upcoming-events .holder .main-events .event .text .title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
.upcoming-events .holder .main-events .event .text .more {
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  width: 150px;
  margin: 20px 0 0;
  display: block;
}
.upcoming-events .holder .other {
  width: 40%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 40px;
  border-left: 1px solid #e3e3e3;
}
.upcoming-events .holder .other .events {
  max-height: 500px;
  overflow-y: auto;
}
.upcoming-events .holder .other .event {
  display: none;
  padding: 15px 0;
  width: 100%;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #e3e3e3;
}
.upcoming-events .holder .other .event:nth-child(-n+5), .upcoming-events .holder .other .event.active {
  display: block;
}
.upcoming-events .holder .other .event:after {
  content: "\e017";
  font-family: "uja-riverdale";
  display: block;
  position: absolute;
  top: 50%;
  margin: -9px 0 0;
  right: 0;
}
.upcoming-events .holder .other .event .date {
  display: block;
  width: 100%;
  color: #585858;
  font-size: 12px;
  font-size: 1.2rem;
}
.upcoming-events .holder .other .event:hover .date {
  color: #ff9400;
}
.upcoming-events .holder .other .more {
  margin: 20px 0 0;
}
@media (max-width: 1008px) {
  .upcoming-events .holder .main-events {
    width: 100%;
    padding: 30px 40px;
  }
  .upcoming-events .holder .other {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .upcoming-events .holder .main-events .event {
    width: 100%;
    min-height: 360px;
    margin: 20px 0 0;
  }
  .upcoming-events .holder .other {
    padding: 0 30px 20px 30px;
    text-align: center;
  }
  .upcoming-events .holder .other .event {
    display: none;
  }
  .upcoming-events .holder .other .more {
    width: 100%;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.products-list {
  width: 100%;
  padding: 20px 20px 0 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.products-list .item {
  padding: 20px;
  border: 1px solid #e3e3e3;
  text-align: center;
  width: 32%;
  margin: 0 1% 20px 0;
}
@media (max-width: 736px) {
  .products-list .item {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.products-list .item img {
  margin: 20px 0;
}
.products-list .item:hover {
  border: 1px solid #ff9400;
}
.products-list .item .title {
  color: #ff9400;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 40px 0 0;
}
.products-list .item span {
  color: #009290;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  margin: 0 5px 0 0;
}
.products-list .item .disc:after {
  content: "";
  display: block;
  border-bottom: 1px solid #009290;
  top: 50%;
  left: -10%;
  width: 120%;
  position: absolute;
}
.products-list .item p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #003a73;
}

.product-details {
  display: flex;
  flex-wrap: wrap;
}
.product-details .aside-gallery {
  width: 50%;
  padding: 25px;
}
@media (max-width: 736px) {
  .product-details .aside-gallery {
    width: 100%;
  }
}
.product-details .aside-gallery .carousel-lite {
  overflow: hidden;
}
.product-details .aside-gallery .carousel-lite ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-details .aside-gallery .carousel-lite ul li {
  padding: 0 10px;
  text-align: center;
  height: auto !important;
}
.product-details .aside-gallery .carousel-lite ul li:before {
  display: none;
}
.product-details .aside-gallery .carousel-lite ul li img {
  width: 100%;
  cursor: pointer;
}
.product-details .aside-gallery .carousel-lite .car-next {
  display: block;
  position: absolute;
  top: 50%;
  margin: -20px 0 0;
  right: 10px;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
}
.product-details .aside-gallery .carousel-lite .car-next:after {
  content: "\e00e";
  font-family: "uja-hudson";
  color: #ff9400;
  display: block;
}
.product-details .aside-gallery .carousel-lite .car-prev {
  display: block;
  position: absolute;
  top: 50%;
  margin: -20px 0 0;
  left: 10px;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
}
.product-details .aside-gallery .carousel-lite .car-prev:after {
  content: "\e00e";
  font-family: "uja-hudson";
  color: #ff9400;
  display: block;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-details .aside-gallery img {
  max-width: none !important;
  height: auto !important;
}
.product-details .aside-gallery .center-image {
  text-align: center;
  padding: 40px;
}
.product-details .aside-gallery .center-image img {
  width: 60%;
}
.product-details .aside-gallery .thumbs {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 0;
  position: relative;
  padding: 0 40px;
}
.product-details .aside-gallery .thumbs .hold {
  overflow: hidden;
}
.product-details .description {
  width: 50%;
  padding: 50px;
  border-left: 1px solid #e3e3e3;
}
@media (max-width: 736px) {
  .product-details .description {
    width: 100%;
    border: none;
    padding: 20px;
    border-top: 1px solid #e3e3e3;
  }
}
.product-details .description .title {
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
  color: #ff9400;
  font-weight: 500;
}
.product-details .description .share {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
.product-details .description .share img {
  vertical-align: middle;
  margin: 0 0 4px 5px;
}
.product-details .description .des {
  font-size: 14px;
  font-size: 1.4rem;
}
.product-details .description .price {
  color: #003a73;
  font-size: 23px;
  font-size: 2.3rem;
}
.product-details .description .price span {
  color: #009290;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
}
.product-details .description .price .disc:after {
  content: "";
  display: block;
  border-bottom: 1px solid #009290;
  top: 50%;
  left: -10%;
  width: 120%;
  position: absolute;
}
.product-details .description .wrap p {
  float: left;
  margin: 0 25px 0 0;
  line-height: 50px;
}
.product-details .description .wrap .selectric-wrapper {
  width: auto !important;
  float: left !important;
}
.product-details .description .btn-1 {
  min-width: 200px;
}

.blog-single {
  width: 100%;
}
.blog-single .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.blog-single .item .hold {
  width: 34%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 30px;
  border: 2px solid transparent;
}
.blog-single .item .hold .thumb {
  border: 1px solid #009290;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding: 0;
  background-color: #000;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blog-single .item .hold .thumb img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blog-single .item .hold .meta {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 5px 0 0;
}
.blog-single .item .hold .meta a {
  text-decoration: none;
}
.blog-single .item .text {
  width: 66%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 70px;
}
@media (max-width: 736px) {
  .blog-single .item .text {
    margin: 15px 0 0;
    float: none;
    width: 100%;
  }
}
.blog-single .item .text .title {
  margin: 0;
  color: #006fd1;
  font-weight: 500;
}
.blog-single .item .text .title a {
  color: #006fd1;
}
@media (max-width: 736px) {
  .blog-single .item .text .title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.blog-single .item .text .meta {
  display: none;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
.blog-single .item .text .meta a {
  text-decoration: none;
}
.blog-single .item .text p {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 15px 0;
}
.blog-single .item .text p span {
  color: #ff9400;
}
@media (max-width: 736px) {
  .blog-single .item .text p {
    display: none;
  }
}
.blog-single .item .text .more {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.blog-single .item .text .more:after {
  content: "\e003";
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-hudson";
  padding: 0 0 4px 10px;
}
.blog-single .item .text .tags {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 0 0;
  font-style: normal;
}
@media (max-width: 736px) {
  .blog-single .item .text .tags {
    display: none;
  }
}
.blog-single .item .text .tags a {
  text-decoration: none;
}
.blog-single .item .text .tags:before {
  content: "\e00a";
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-hudson";
  padding: 0 10px 0 0;
  color: #fbc600;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 1008px) {
  .blog-single .item .hold {
    padding: 120px 20px 120px 20px;
  }
  .blog-single .item .text {
    padding: 0 20px;
  }
}
@media (max-width: 736px) {
  .blog-single .item {
    display: block;
  }
  .blog-single .item .hold {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2em;
    border: 2px solid transparent;
    border-bottom: 1px solid #ececec;
  }
  .blog-single .item .hold .meta {
    display: none;
  }
  .blog-single .item .text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 2em;
    margin: 0;
  }
  .blog-single .item .text p {
    margin: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .blog-single .item .text .meta {
    display: block;
  }
  .blog-single .item .text .tags {
    display: none;
  }
}

.box-50 .blog-single {
  width: 100%;
}
.box-50 .blog-single .item .hold {
  width: 40%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 20px 120px 20px;
  border: 2px solid transparent;
}
.box-50 .blog-single .item .text {
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
.box-50 .blog-single .item .text .title {
  font-size: 26px;
  font-size: 2.6rem;
}
@media (max-width: 1008px) {
  .box-50 .blog-single .item {
    display: block;
  }
  .box-50 .blog-single .item .hold {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2em;
    border: 2px solid transparent;
    border-bottom: 1px solid #ececec;
  }
  .box-50 .blog-single .item .hold .meta {
    display: none;
  }
  .box-50 .blog-single .item .text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 2em;
    margin: 0;
  }
  .box-50 .blog-single .item .text p {
    margin: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box-50 .blog-single .item .text .meta {
    display: block;
  }
  .box-50 .blog-single .item .text .tags {
    display: none;
  }
}

.box-25 .blog-single {
  width: 100%;
  padding: 2em;
}
.box-25 .blog-single .item {
  display: block;
}
.box-25 .blog-single .item .hold {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  background-color: transparent !important;
  border: 2px solid transparent;
}
.box-25 .blog-single .item .hold .meta {
  display: none;
}
.box-25 .blog-single .item .text {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}
.box-25 .blog-single .item .text .title {
  font-size: 20px;
  font-size: 2rem;
}
.box-25 .blog-single .item .text p {
  margin: 5px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.box-25 .blog-single .item .text .meta {
  display: block;
}
.box-25 .blog-single .item .text .tags {
  display: none;
}

.border .box-100 .blog-single .hold {
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
@media (max-width: 1008px) {
  .border .box-100 .blog-single .hold {
    border-left: none;
    border-right: none;
  }
}

.border .box-50 .blog-single .hold {
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
@media (max-width: 1008px) {
  .border .box-50 .blog-single .hold {
    border-left: none;
    border-right: none;
  }
}
.border .box-50:last-child .blog-single .hold {
  border-right: 1px solid #eaeaea;
  border-left: none;
}
@media (max-width: 1008px) {
  .border .box-50:last-child .blog-single .hold {
    border-left: none;
    border-right: none;
  }
}

.blog-list {
  width: 100%;
  padding: 2em;
}
.blog-list .info {
  width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
  padding: 0 1.0653409091%;
}
.blog-list .info .title {
  margin: 0;
  font-weight: 400;
  color: #006fd1;
}
.blog-list .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}
@media (max-width: 1008px) {
  .blog-list .list {
    flex-wrap: wrap;
  }
}
.blog-list .list .item {
  width: calc((4.1193181818% * 4) + (1.0653409091% * 6));
  margin: 0 1.0653409091% 20px 1.0653409091%;
}
@media (max-width: 1008px) {
  .blog-list .list .item {
    width: calc((4.1193181818% * 8) + (1.0653409091% * 14));
    float: left;
    margin: 10px 1.0653409091%;
  }
}
@media (max-width: 736px) {
  .blog-list .list .item {
    width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
    float: none;
    margin: 10px 1.0653409091%;
  }
}
.blog-list .list .thumb {
  border: 1px solid #009290;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding: 0;
  background-color: #000;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blog-list .list .thumb img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blog-list .list .meta {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 5px 0 0;
}
.blog-list .list .meta a {
  text-decoration: none;
}
.blog-list .list .title {
  margin: 5px 0 0;
  color: #006fd1;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
.blog-list .list p {
  margin: 5px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.blog-list .list p span {
  color: #ff9400;
}
@media (max-width: 736px) {
  .blog-list .list p {
    display: none;
  }
}
.blog-list .list .more {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.blog-list .list .more:after {
  content: "\e003";
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-hudson";
  padding: 0 0 4px 10px;
}
.blog-list .list .link-box:before {
  display: none;
}
@media (max-width: 1008px) {
  .blog-list .item .hold {
    padding: 120px 20px 120px 20px;
  }
  .blog-list .item .text {
    padding: 0 20px;
  }
}
@media (max-width: 736px) {
  .blog-list .item {
    display: block;
  }
  .blog-list .item .hold {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    background-color: transparent !important;
    border: 2px solid transparent;
  }
  .blog-list .item .hold .meta {
    display: none;
  }
  .blog-list .item .text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .blog-list .item .text p {
    margin: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .blog-list .item .text .meta {
    display: block;
  }
  .blog-list .item .text .tags {
    display: none;
  }
}

.career-single {
  width: 100%;
}
.career-single > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.career-single .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
.career-single .item .hold {
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 20px 80px 20px;
  text-align: center;
}
.career-single .item .hold .name {
  color: #ff9400;
  font-size: 20px;
  font-size: 2rem;
}
.career-single .item .hold .icon {
  color: #ff9400;
  fill: #ff9400;
  width: auto;
  margin: 1.5em;
  padding: 0;
}
.career-single .item .hold .icon:after {
  display: none;
}
.career-single .item .hold .icon svg {
  width: 150px;
  height: 150px;
}
.career-single .item .text {
  width: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 70px;
}
@media (max-width: 736px) {
  .career-single .item .text {
    margin: 15px 0 0;
    float: none;
    width: 100%;
  }
}
.career-single .item .text .title {
  margin: 0;
  color: #006fd1;
  font-weight: 500;
}
@media (max-width: 736px) {
  .career-single .item .text .title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.career-single .item .text p {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 5px 0 15px 0;
}
.career-single .item .text p span {
  color: #006fd1;
}
@media (max-width: 736px) {
  .career-single .item .text p {
    display: none;
  }
}
@media (max-width: 736px) {
  .career-single .item {
    display: block;
  }
  .career-single .item .hold {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: 2px solid transparent;
    border-bottom: 1px solid #eaeaea;
  }
  .career-single .item .hold .icon {
    height: auto !important;
    width: auto !important;
    margin: 15px !important;
    font-size: 100px;
    font-size: 10rem;
  }
  .career-single .item .text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5em;
  }
  .career-single .item .text .title {
    margin: 0 0 10px 0;
  }
  .career-single .item .text p {
    display: none;
  }
  .career-single .item .text .btn {
    width: auto;
    display: inline-block;
  }
}
.career-single .text-center .item .hold {
  text-align: center;
}

.box-50 .career-single {
  width: 100%;
}
.box-50 .career-single .item .hold {
  width: 40%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 20px 100px 20px;
}
.box-50 .career-single .item .hold .icon svg {
  width: 130px;
}
.box-50 .career-single .item .text {
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 1008px) {
  .box-50 .career-single .item {
    display: block;
  }
  .box-50 .career-single .item .hold {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: 2px solid transparent;
    border-bottom: 1px solid #eaeaea;
  }
  .box-50 .career-single .item .text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5em;
  }
  .box-50 .career-single .item .text .title {
    margin: 0 0 10px 0;
  }
  .box-50 .career-single .item .text p {
    display: none;
  }
}

.border .box-100 .blog-single .hold {
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}

.border .box-50 .blog-single .hold {
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
.border .box-50:last-child .blog-single .hold {
  border-right: 1px solid #eaeaea;
  border-left: none;
}

.box-33 .career-single {
  width: 100%;
}
.box-33 .career-single .item {
  display: block;
}
.box-33 .career-single .item .hold {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.5em;
  border: 2px solid transparent;
  border-bottom: 1px solid #eaeaea;
}
.box-33 .career-single .item .hold .icon {
  padding: 20px 0 0;
}
.box-33 .career-single .item .hold .icon svg {
  width: 60px;
  height: 60px;
}
.box-33 .career-single .item .text {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5em;
}
.box-33 .career-single .item .text .title {
  margin: 0 0 10px 0;
  font-size: 21px;
  font-size: 2.1rem;
}
.box-33 .career-single .item .text p {
  display: none;
}

.box-25 .career-single {
  width: 100%;
}
.box-25 .career-single .item {
  display: block;
}
.box-25 .career-single .item .hold {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.5em;
  border: 2px solid transparent;
  border-bottom: 1px solid #eaeaea;
}
.box-25 .career-single .item .hold .icon {
  padding: 20px 0 0;
}
.box-25 .career-single .item .hold .icon svg {
  width: 60px;
  height: 60px;
}
.box-25 .career-single .item .text {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5em;
}
.box-25 .career-single .item .text .title {
  margin: 0 0 10px 0;
  font-size: 21px;
  font-size: 2.1rem;
}
.box-25 .career-single .item .text p {
  display: none;
}

.box-25:first-child .career-single .item {
  border-left: 1px solid #eaeaea;
}
@media (max-width: 1008px) {
  .box-25:first-child .career-single .item {
    border-left: none;
  }
}

.box-25:last-child .career-single .item {
  border-right: 1px solid #eaeaea;
}
@media (max-width: 1008px) {
  .box-25:last-child .career-single .item {
    border-left: none;
  }
}

.career-list {
  width: 100%;
  padding: 2em;
}
.career-list .info {
  width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
  margin: 0 1.0653409091%;
}
.career-list .info .title {
  margin: 0;
  font-weight: 400;
  color: #006fd1;
}
.career-list .list {
  width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 1.0653409091%;
}
.career-list .list .item {
  width: 31%;
  padding: 20px 40px 40px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 190px;
  margin: 10px 1% 0 1%;
  border: 1px solid #e3e3e3;
  background-color: #fafafa;
}
.career-list .list .item .name {
  color: #006fd1;
  font-size: 16px;
  font-size: 1.6rem;
}
.career-list .list .item .icon {
  font-size: 40px;
  font-size: 4rem;
  color: #ff9400;
  fill: #ff9400;
  width: 60px;
}
.career-list .list .item .icon:after {
  background-color: #ff9400;
}
.career-list .list .item .title {
  margin: 0;
  color: #006fd1;
  font-weight: 500;
}
.career-list .list .item p {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 0;
}
.career-list .list .item .link-box:before {
  bottom: 20px;
}
.career-list .list .item:hover {
  background-color: #006fd1;
}
.career-list .list .item:hover .title, .career-list .list .item:hover p, .career-list .list .item:hover .icon {
  color: #fff;
  fill: #fff;
}
.career-list .list .item:hover .icon:after {
  background-color: #fff;
}
.career-list .list .item:hover .link-box:before {
  background-color: #fff;
}
.career-list .list .item.bg-color-1, .career-list .list .item.bg-color-2, .career-list .list .item.bg-color-3, .career-list .list .item.bg-color-4, .career-list .list .item.bg-color-5, .career-list .list .item.bg-color-6, .career-list .list .item.bg-color-7, .career-list .list .item.bg-color-8, .career-list .list .item.bg-color-9, .career-list .list .item.bg-color-10, .career-list .list .item.bg-color-12, .career-list .list .item.bg-color-13 {
  background-color: #006fd1 !important;
}
.career-list .list .item.bg-color-1 .icon, .career-list .list .item.bg-color-2 .icon, .career-list .list .item.bg-color-3 .icon, .career-list .list .item.bg-color-4 .icon, .career-list .list .item.bg-color-5 .icon, .career-list .list .item.bg-color-6 .icon, .career-list .list .item.bg-color-7 .icon, .career-list .list .item.bg-color-8 .icon, .career-list .list .item.bg-color-9 .icon, .career-list .list .item.bg-color-10 .icon, .career-list .list .item.bg-color-12 .icon, .career-list .list .item.bg-color-13 .icon {
  fill: #fbc600 !important;
  color: #fbc600 !important;
  z-index: 1;
}
.career-list .list .item.bg-color-1 .title, .career-list .list .item.bg-color-2 .title, .career-list .list .item.bg-color-3 .title, .career-list .list .item.bg-color-4 .title, .career-list .list .item.bg-color-5 .title, .career-list .list .item.bg-color-6 .title, .career-list .list .item.bg-color-7 .title, .career-list .list .item.bg-color-8 .title, .career-list .list .item.bg-color-9 .title, .career-list .list .item.bg-color-10 .title, .career-list .list .item.bg-color-12 .title, .career-list .list .item.bg-color-13 .title {
  color: #fbc600 !important;
  z-index: 1;
}
.career-list .list .item.bg-color-1 .name, .career-list .list .item.bg-color-2 .name, .career-list .list .item.bg-color-3 .name, .career-list .list .item.bg-color-4 .name, .career-list .list .item.bg-color-5 .name, .career-list .list .item.bg-color-6 .name, .career-list .list .item.bg-color-7 .name, .career-list .list .item.bg-color-8 .name, .career-list .list .item.bg-color-9 .name, .career-list .list .item.bg-color-10 .name, .career-list .list .item.bg-color-12 .name, .career-list .list .item.bg-color-13 .name {
  color: #fff !important;
  z-index: 1;
}
.career-list .list .item.bg-color-1 .link-box:before, .career-list .list .item.bg-color-2 .link-box:before, .career-list .list .item.bg-color-3 .link-box:before, .career-list .list .item.bg-color-4 .link-box:before, .career-list .list .item.bg-color-5 .link-box:before, .career-list .list .item.bg-color-6 .link-box:before, .career-list .list .item.bg-color-7 .link-box:before, .career-list .list .item.bg-color-8 .link-box:before, .career-list .list .item.bg-color-9 .link-box:before, .career-list .list .item.bg-color-10 .link-box:before, .career-list .list .item.bg-color-12 .link-box:before, .career-list .list .item.bg-color-13 .link-box:before {
  color: #fbc600 !important;
}
.career-list .list .item.bg-color-4 {
  background-color: #00c3d9 !important;
}
.career-list .list .item.bg-color-4 .icon {
  fill: #fff !important;
  color: #fff !important;
  z-index: 1;
}
.career-list .list .item.bg-color-4 .title {
  color: #fff !important;
  z-index: 1;
}
.career-list .list .item.bg-color-4 .name {
  color: #fff !important;
  z-index: 1;
}
.career-list .list .item.bg-color-4 .link-box:before {
  color: #fff !important;
}
.career-list .list .item.bg-color-5 {
  background-color: #733375 !important;
}
.career-list .list .item.bg-color-5 .icon {
  fill: #368246 !important;
  color: #368246 !important;
  z-index: 1;
}
.career-list .list .item.bg-color-5 .title {
  color: #368246 !important;
  z-index: 1;
}
.career-list .list .item.bg-color-5 .name {
  color: #fff !important;
  z-index: 1;
}
.career-list .list .item.bg-color-5 .link-box:before {
  color: #368246 !important;
}
@media (max-width: 1008px) {
  .career-list .list .item {
    width: 31%;
    padding: 20px 20px 40px 20px;
  }
  .career-list .list .item .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .career-list .list .item p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 736px) {
  .career-list .list {
    display: block;
  }
  .career-list .list .item {
    width: 100%;
    padding: 20px 20px 40px 20px;
    margin: 10px 0;
  }
  .career-list .list .item .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .career-list .list .item p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.careers-categories {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.careers-categories .item {
  width: 25% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 35px;
  text-align: center;
}
@media (max-width: 1008px) {
  .careers-categories .item {
    width: 50% !important;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 -1px -1px 0;
  }
}
@media (max-width: 736px) {
  .careers-categories .item {
    width: 100% !important;
    border-right: none;
    padding: 30px 20px;
  }
}
.careers-categories .item .title {
  color: #ff9400;
}

.border .careers-categories .item {
  border-right: 1px solid #e3e3e3;
}
.border .careers-categories .item:last-child {
  border: none;
}

.links-block {
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
.links-block .holder {
  width: 100%;
  display: flex;
  height: 100%;
}
.links-block .des {
  padding: 50px;
  width: 25%;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  background-color: #f9f9f9;
}
.links-block .des .title {
  color: #ff9400;
}
.links-block .des p {
  color: #585858;
}
.links-block .list {
  width: 75%;
  padding: 50px 40px;
}
.links-block .list ul {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.links-block .list ul li {
  display: block;
  width: 30%;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
  margin: 0 0 0 3%;
}
.links-block .list ul li:before {
  display: none;
}
.links-block .list ul li a {
  display: block;
  position: relative;
  padding: 0 15px 0 0;
  color: #585858;
}
.links-block .list ul li a:after {
  content: "\e003";
  font-family: "uja-hudson";
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
}
.links-block .list ul li a:hover {
  color: #ff9400;
}
@media (max-width: 1008px) {
  .links-block .holder {
    display: block;
    border-right: none;
    border-left: none;
  }
  .links-block .des {
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px;
  }
  .links-block .list {
    width: 100%;
    padding: 20px;
  }
  .links-block .list ul li {
    width: 47%;
    margin: 0 3% 0 0;
  }
}
@media (max-width: 736px) {
  .links-block .des {
    text-align: center;
  }
  .links-block .list ul li {
    width: 100%;
    margin: 0;
  }
}

.box-50 .links-block .holder {
  display: block;
  border-right: 1px solid #e3e3e3;
}
@media (max-width: 1008px) {
  .box-50 .links-block .holder {
    border: none;
  }
}
.box-50 .links-block .des {
  width: 100%;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #e3e3e3;
}
.box-50 .links-block .list {
  width: 100%;
}
.box-50 .links-block .list li {
  width: 47%;
}
@media (max-width: 1008px) {
  .box-50 .links-block .list li {
    width: 100%;
  }
}
@media (max-width: 736px) {
  .box-50 .links-block .des {
    text-align: center;
  }
  .box-50 .links-block .list ul li {
    width: 100%;
  }
}

.box-50:last-child .links-block .holder {
  border-right: none;
}

.box-33 .links-block .holder {
  display: block;
  border-right: 1px solid #e3e3e3;
}
@media (max-width: 736px) {
  .box-33 .links-block .holder {
    border-right: none;
  }
}
.box-33 .links-block .des {
  width: 100%;
  border-right: 0;
  border-left: 0;
  padding: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.box-33 .links-block .list {
  padding: 30px;
  width: 100%;
}
.box-33 .links-block .list li {
  width: 100%;
}

.box-33:last-child .links-block .holder {
  border-right: none;
}

@media (max-width: 1008px) {
  .box-33:nth-child(2) .links-block .holder {
    border-right: none !important;
  }
}
.box-25 .links-block .holder {
  display: block;
  border-right: 1px solid #e3e3e3;
}
@media (max-width: 736px) {
  .box-25 .links-block .holder {
    border-right: none;
  }
}
.box-25 .links-block .des {
  width: 100%;
  border-right: 0;
  border-left: 0;
  padding: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.box-25 .links-block .list {
  padding: 30px;
  width: 100%;
}
.box-25 .links-block .list li {
  width: 100%;
}

.box-25:last-child .links-block .holder {
  border-right: none;
}

@media (max-width: 1008px) {
  .box-25:nth-child(2) .links-block .holder {
    border-right: none !important;
  }
}
.downloads-block {
  width: 100%;
}
.downloads-block .holder {
  width: 100%;
  display: flex;
}
.downloads-block .des {
  padding: 50px;
  width: 25%;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}
.downloads-block .des .title {
  color: #003a73;
}
.downloads-block .list {
  width: 75%;
  padding: 50px 40px;
  background: #fff;
}
.downloads-block .list ul {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.downloads-block .list ul li {
  display: block;
  width: 30%;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
  margin: 0 0 0 3%;
}
.downloads-block .list ul li:before {
  display: none;
}
.downloads-block .list ul li a {
  display: block;
  position: relative;
  padding: 0 15px 0 0;
  color: #585858;
}
.downloads-block .list ul li a:after {
  content: "\e011";
  font-family: "uja-hudson";
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
}
.downloads-block .list ul li a:hover {
  color: #003a73;
}
@media (max-width: 1008px) {
  .downloads-block .holder {
    display: block;
    border-right: none;
    border-left: none;
  }
  .downloads-block .des {
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px;
  }
  .downloads-block .list {
    width: 100%;
    padding: 20px;
  }
  .downloads-block .list ul li {
    width: 47%;
    margin: 0 3% 0 0;
  }
}
@media (max-width: 736px) {
  .downloads-block .des {
    text-align: center;
  }
  .downloads-block .list ul li {
    width: 100%;
    margin: 0;
  }
}

.box-50 .downloads-block .holder {
  display: block;
  border-right: 1px solid #e3e3e3;
}
@media (max-width: 1008px) {
  .box-50 .downloads-block .holder {
    border-right: none;
  }
}
.box-50 .downloads-block .des {
  width: 100%;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #e3e3e3;
}
.box-50 .downloads-block .list {
  width: 100%;
}
.box-50 .downloads-block .list li {
  width: 47%;
}
@media (max-width: 1008px) {
  .box-50 .downloads-block .list li {
    width: 100%;
  }
}
@media (max-width: 736px) {
  .box-50 .downloads-block .des {
    text-align: center;
  }
  .box-50 .downloads-block .list ul li {
    width: 100%;
  }
}

.box-50:last-child .downloads-block .holder {
  border-right: none;
}

.box-33 .downloads-block .holder {
  display: block;
  border-right: 1px solid #e3e3e3;
}
@media (max-width: 736px) {
  .box-33 .downloads-block .holder {
    border-right: none;
  }
}
.box-33 .downloads-block .des {
  width: 100%;
  border-right: 0;
  border-left: 0;
  padding: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.box-33 .downloads-block .list {
  padding: 30px;
  width: 100%;
}
.box-33 .downloads-block .list li {
  width: 100%;
}

.box-33:last-child .downloads-block .holder {
  border-right: none;
}

@media (max-width: 1008px) {
  .box-33:nth-child(2) .downloads-block .holder {
    border-right: none !important;
  }
}
.box-25 .downloads-block .holder {
  display: block;
  border-right: 1px solid #e3e3e3;
}
@media (max-width: 736px) {
  .box-25 .downloads-block .holder {
    border-right: none;
  }
}
.box-25 .downloads-block .des {
  width: 100%;
  border-right: 0;
  border-left: 0;
  padding: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.box-25 .downloads-block .list {
  padding: 30px;
  width: 100%;
}
.box-25 .downloads-block .list li {
  width: 100%;
}

.box-25:last-child .downloads-block .holder {
  border-right: none;
}

@media (max-width: 1008px) {
  .box-25:nth-child(2) .downloads-block .holder {
    border-right: none !important;
  }
}
.download-single {
  width: 100%;
}
.download-single .item {
  width: calc((4.1193181818% * 10) + (1.0653409091% * 18));
  text-align: center;
  padding: 50px 0;
  margin: 0 auto;
}
.download-single .item span {
  font-size: 60px;
  font-size: 6rem;
}
.download-single .item .title {
  color: #ff9400;
}
@media (max-width: 1008px) {
  .download-single .item {
    width: 100%;
  }
}
.download-single .item .btn {
  margin: 10px 0 0;
}
@media (max-width: 736px) {
  .download-single .item {
    text-align: center;
    padding: 60px;
    border-bottom: 1px solid #e3e3e3;
  }
  .download-single .item p {
    display: none;
  }
  .download-single .item .btn {
    width: auto;
    display: inline-block;
  }
}

.box-50 .download-single .item {
  width: 100%;
  padding: 50px 80px;
  text-align: left;
  border-right: 1px solid #e3e3e3;
}
@media (max-width: 736px) {
  .box-50 .download-single .item {
    text-align: center;
    padding: 60px;
    border-right: none;
    border-bottom: 1px solid #e3e3e3;
  }
  .box-50 .download-single .item p {
    display: none;
  }
}

.box-50:last-child .download-single .item {
  border: none;
}

.box-33 .download-single .item {
  width: auto;
  padding: 3em 2em;
  text-align: left;
  border: 1px solid #e3e3e3;
  margin: 2em;
}
@media (max-width: 736px) {
  .box-33 .download-single .item {
    text-align: center;
    padding: 60px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #e3e3e3;
  }
  .box-33 .download-single .item p {
    display: none;
  }
}

@media (max-width: 736px) {
  .box-33:last-child .download-single .item {
    border: none;
  }
}

.box-25 .download-single .item {
  width: 100%;
  padding: 3em 2em;
  text-align: left;
  border: 1px solid #e3e3e3;
  margin: 2em;
}
@media (max-width: 736px) {
  .box-25 .download-single .item {
    text-align: center;
    padding: 60px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #e3e3e3;
  }
  .box-25 .download-single .item p {
    display: none;
  }
}

@media (max-width: 736px) {
  .box-25:last-child .download-single .item {
    border: none;
  }
}

.slide-show {
  width: 100%;
  height: 500px;
  padding: 1em !important;
}
@media (max-width: 1008px) {
  .slide-show {
    height: 650px;
    padding: 1em !important;
  }
}
@media (max-width: 736px) {
  .slide-show {
    padding: 1em 0 !important;
  }
}
.slide-show .slide {
  width: 100%;
  height: 100%;
  background-color: black;
  padding: 0;
  position: relative;
  background-image: url("../images/bg-2.jpg");
}
.slide-show .slide .item {
  position: absolute;
  left: 2em;
  width: 60%;
  padding: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
@media (max-width: 1248px) {
  .slide-show .slide .item {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 736px) {
  .slide-show .slide .item {
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    padding: 1em;
    padding-top: 120px;
  }
}
.slide-show .slide .item .title {
  font-size: 2.1em;
  line-height: 1.3em;
  font-weight: 600;
  color: white;
}
.slide-show .slide .item .des {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 400;
  padding-bottom: 5px;
  color: white;
}
.slide-show .slide .item .cta {
  padding: 20px 30px;
  border: 1px solid white !important;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: none;
  display: inline-block;
  background-color: transparent !important;
}
.slide-show .slide video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background-color: #000;
}
.slide-show .controls {
  display: none;
}
.slide-show .owl-carousel .owl-controls .owl-dots .owl-dot.active span {
  background-color: #3f8b3b;
  border-color: #3f8b3b;
}

.hero .slide-show {
  height: 560px;
  padding: 0 !important;
}
.hero .slide-show .slide {
  display: flex;
}
.hero .slide-show .item {
  max-width: 1408px;
  margin: auto;
  position: relative;
  top: inherit;
  left: inherit;
  width: 100%;
  padding: 0 50% 0 1.0653409091%;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 1408px) {
  .hero .slide-show .item {
    max-width: 1248px;
  }
}
@media (max-width: 1248px) {
  .hero .slide-show .item {
    max-width: 1008px;
  }
}
@media (max-width: 1008px) {
  .hero .slide-show .item {
    max-width: 768px;
    padding: 0 1.0653409091%;
  }
}
@media (max-width: 768px) {
  .hero .slide-show .item {
    max-width: 736px;
    padding: 0 20px;
  }
}
@media (max-width: 736px) {
  .hero .slide-show .item {
    max-width: 100%;
  }
}
.hero .slide-show .owl-controls {
  max-width: 1408px !important;
  width: 100%;
  position: relative;
  bottom: 0;
  margin: 0 auto;
}
@media (max-width: 1408px) {
  .hero .slide-show .owl-controls {
    max-width: 1248px !important;
  }
}
@media (max-width: 1248px) {
  .hero .slide-show .owl-controls {
    max-width: 1008px !important;
  }
}
@media (max-width: 768px) {
  .hero .slide-show .owl-controls {
    max-width: 736px !important;
  }
}
@media (max-width: 736px) {
  .hero .slide-show .owl-controls {
    max-width: 100% !important;
  }
}
.hero .slide-show .owl-controls .owl-dots {
  right: 20px;
}

.box-50 .slide-show .slide .item {
  width: 90%;
}

.image-module {
  text-align: center;
  padding: 3em 2em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-module > div {
  z-index: 1;
  margin: 0 auto;
}
.image-module img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-module {
  padding: 3em 2em;
}
.video-module > div {
  opacity: 1;
  width: 100%;
  height: auto;
}
.video-module .video {
  position: relative;
  padding: 0 1em;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-module iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.gallery-list-module {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0.5em 0;
}
.gallery-list-module .link-box:before {
  display: none;
}
.gallery-list-module .intro {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.0653409091%;
  width: 100%;
}
.gallery-list-module .intro .title {
  font-weight: normal;
}
@media (max-width: 1008px) {
  .gallery-list-module .intro {
    padding: 0 10px;
  }
}
.gallery-list-module .list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1008px) {
  .gallery-list-module .list {
    padding: 0 10px;
    display: block;
  }
}
.gallery-list-module .list .item {
  width: calc((4.1193181818% * 4) + (1.0653409091% * 6));
  margin: 0 1.0653409091%;
  float: left;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gallery-list-module .list .item .hidden {
  display: none;
}
@media (max-width: 1008px) {
  .gallery-list-module .list .item {
    width: calc((4.1193181818% * 8) + (1.0653409091% * 14));
    margin: 0 1.0653409091% 20px 1.0653409091%;
  }
}
@media (max-width: 736px) {
  .gallery-list-module .list .item {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.gallery-list-module .list .item:hover .thumb img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.gallery-list-module .list .item:hover .thumb:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 736px) {
  .gallery-list-module .list .item .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.gallery-list-module .list .item .thumb {
  border: none;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding: 0;
  background-color: #006fd1;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gallery-list-module .list .item .thumb:after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  font-size: 20px;
  line-height: 40px;
  background-color: rgba(0, 111, 209, 0.7);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gallery-list-module .list .item .thumb img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gallery-page-module {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0.5em 0;
}
.gallery-page-module .link-box:before {
  display: none;
}
.gallery-page-module .intro {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.0653409091%;
  width: 100%;
}
.gallery-page-module .intro .title {
  font-weight: normal;
}
@media (max-width: 1008px) {
  .gallery-page-module .intro {
    padding: 0 10px;
  }
}
.gallery-page-module .gallery-list {
  width: 100%;
}
@media (max-width: 1008px) {
  .gallery-page-module .gallery-list {
    padding: 0 10px;
    display: block;
  }
}
.gallery-page-module .gallery-list .item {
  width: calc((4.1193181818% * 2) + (1.0653409091% * 2));
  margin: 1.0653409091%;
  float: left;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1008px) {
  .gallery-page-module .gallery-list .item {
    width: calc((4.1193181818% * 4) + (1.0653409091% * 6));
  }
}
@media (max-width: 736px) {
  .gallery-page-module .gallery-list .item {
    width: calc((4.1193181818% * 8) + (1.0653409091% * 14));
  }
}
.gallery-page-module .gallery-list .item:hover .thumb:after {
  opacity: 1;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 736px) {
  .gallery-page-module .gallery-list .item .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.gallery-page-module .gallery-list .item .thumb {
  border: none;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding: 0;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gallery-page-module .gallery-list .item .thumb:after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  font-size: 20px;
  line-height: 40px;
  background-color: rgba(0, 111, 209, 0.7);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gallery-page-module .gallery-list .item .thumb img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cta-block {
  padding: 3em 2em;
  margin: 2em;
  border: 1px solid #e3e3e3 !important;
  text-align: center;
  z-index: 1;
}
.cta-block .link-box:before {
  display: none;
}
.cta-block.bg-image {
  color: #fff;
  fill: #fff;
}
.cta-block.bg-image a {
  border: 1px solid #fff;
}
.cta-block.bg-image p {
  color: inherit;
}
.cta-block.solo-image {
  padding: 0;
  border: none;
  overflow: hidden;
}
.cta-block.solo-image .link-box:before {
  display: none;
}
.cta-block.solo-image img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
}
@media (max-width: 736px) {
  .cta-block {
    margin: 2em 0;
  }
  .cta-block.solo-image img {
    width: auto;
    max-width: none !important;
    height: 100%;
  }
}

.box-100 .cta-block {
  width: calc((4.1193181818% * 10) + (1.0653409091% * 18)) !important;
  margin: 2em auto;
}
@media (max-width: 1008px) {
  .box-100 .cta-block {
    width: 100% !important;
    margin: 2em;
  }
}
@media (max-width: 736px) {
  .box-100 .cta-block {
    margin: 2em 0;
  }
}

.share-module {
  padding: 100px 60px;
  width: 100%;
}
@media (max-width: 736px) {
  .share-module {
    text-align: center;
    padding: 40px 20px;
  }
  .share-module p {
    display: none;
  }
}

.box-100 .share-module {
  width: calc((4.1193181818% * 10) + (1.0653409091% * 18));
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1008px) {
  .box-100 .share-module {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 20px;
  }
}

.staff-content {
  width: 100%;
  height: auto;
  z-index: 1;
}
@media (max-width: 736px) {
  .staff-content {
    -moz-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
    z-index: 10;
  }
}
.staff-content .card {
  width: 100%;
  height: auto;
  padding: 1em 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 736px) {
  .staff-content .card {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}
.staff-content .card .thumb {
  width: 100%;
  max-width: 120px;
  height: auto;
  border: none;
}
@media (max-width: 736px) {
  .staff-content .card .thumb {
    max-width: 160px;
    margin: auto;
  }
}
.staff-content .card .thumb img {
  width: 100%;
  height: auto;
  display: inherit;
}
.staff-content .card .detail {
  padding: 10px 15px;
}
@media (max-width: 736px) {
  .staff-content .card .detail {
    width: 100%;
    padding: 10px 0;
  }
}
.staff-content .card .detail .phone {
  padding: 0;
  margin: 0;
  color: #006fd1;
}
.staff-content .card .detail .phone:before {
  content: "\e012";
  color: inherit;
}
@media (max-width: 736px) {
  .staff-content .card .detail .phone {
    border-bottom: 1px solid #eaeaea;
    padding: 5px 15px;
    width: 100%;
  }
}
.staff-content .card .detail .email {
  padding: 0;
  margin: 0;
  color: #006fd1;
}
.staff-content .card .detail .email:before {
  content: "\e010";
  color: inherit;
}
@media (max-width: 736px) {
  .staff-content .card .detail .email {
    border-bottom: 1px solid #eaeaea;
    padding: 5px 15px;
    width: 100%;
  }
}
.staff-content .card .detail .socials {
  padding: 5px 0;
}
@media (max-width: 736px) {
  .staff-content .card .detail .socials {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
  }
}
.staff-content .card .detail .socials a {
  display: inline-block;
  padding: 0 2px;
}
.staff-content .card .detail .socials img {
  width: 25px;
}
.staff-content .sum {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 1em 2.5em;
  margin: 0;
}
@media (max-width: 736px) {
  .staff-content .sum {
    padding: 0 15px;
  }
}
.staff-content .phil {
  width: 100%;
  height: auto;
  padding: 1em 2em;
}
@media (max-width: 736px) {
  .staff-content .phil {
    padding: 25px 15px;
  }
}
.staff-content .phil .title {
  padding: 0;
  margin: 0;
  color: #003a73;
  font-size: 1.5em;
}
.staff-content .phil .title:before {
  content: "\e018";
  padding: 0;
  font-size: 1.3em;
  float: left;
}
@media (max-width: 1008px) {
  .staff-content .phil .title:before {
    margin: 0 10px 0 0;
  }
}
.staff-content .phil .title span:before {
  content: "";
  border-bottom: 1px solid #003a73;
  width: 23%;
  display: inline-block;
  font-size: 1em;
  vertical-align: middle;
  margin: 0 10px;
}
@media (max-width: 1008px) {
  .staff-content .phil .title span:before {
    display: none;
  }
}
.staff-content .phil .title span {
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 736px) {
  .staff-content .phil .title:after {
    display: none;
  }
  .staff-content .phil .title:before {
    padding: 0 10px 0 0;
  }
}
.staff-content .phil .des {
  padding: 5px 0;
  margin: 0;
  color: #003a73;
}

.staff-image-2 {
  width: auto;
  height: auto;
  max-width: 90%;
  margin: auto;
  display: block;
}

.staff-list-1 {
  padding: 1em 0 !important;
}
.staff-list-1 > div {
  width: 100%;
}
.staff-list-1 .info {
  width: 50%;
  padding: 1em 1.0653409091%;
}
@media (max-width: 1008px) {
  .staff-list-1 .info {
    width: 100%;
  }
}
.staff-list-1 .info .title {
  padding: 5px;
  margin: 0;
}
.staff-list-1 .info .des {
  padding: 5px;
  margin: 0;
}
.staff-list-1 .list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em 0;
}
@media (max-width: 736px) {
  .staff-list-1 .list {
    padding: 1em 10px;
  }
}
.staff-list-1 .list .item {
  width: 25%;
  padding: 0 1.0653409091%;
}
.staff-list-1 .list .item:hover .thumb {
  border: 2px solid #006fd1;
}
.staff-list-1 .list .item:hover .thumb:before {
  color: #006fd1;
}
.staff-list-1 .list .item:hover .thumb:after {
  display: block;
}
.staff-list-1 .list .item .link-box:before {
  display: none;
}
.staff-list-1 .list .item .thumb {
  width: 100%;
  height: auto;
  border-width: 2px;
  border-color: transparent;
  border-style: solid;
}
.staff-list-1 .list .item .thumb:before {
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2.5em;
  text-align: center;
  z-index: 3;
}
@media (max-width: 736px) {
  .staff-list-1 .list .item .thumb:before {
    bottom: 0;
  }
}
.staff-list-1 .list .item .thumb:after {
  content: "+";
  display: none;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  background-color: rgba(0, 111, 209, 0.7);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  line-height: 73px;
  text-align: center;
  font-size: 40px;
}
.staff-list-1 .list .item .thumb img {
  width: 100%;
  height: auto;
  display: inherit;
}
.staff-list-1 .list .item .con {
  width: 100%;
  padding-top: 1em;
}
.staff-list-1 .list .item .con .name {
  padding: 0;
  margin: 0;
  color: #006fd1;
  font-size: 18px;
  font-size: 1.8rem;
}
.staff-list-1 .list .item .con .pos {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #585858;
}
.staff-list-1 .list .item .con a {
  font-size: 30px;
  display: none;
}
@media (max-width: 1008px) {
  .staff-list-1 .list .item {
    width: 50%;
    margin: 20px 0;
  }
}
@media (max-width: 736px) {
  .staff-list-1 .list .item {
    width: 100%;
  }
  .staff-list-1 .list .item .thumb {
    width: 49%;
    float: left;
  }
  .staff-list-1 .list .item .thumb:after {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    font-size: 20px;
    line-height: 40px;
  }
  .staff-list-1 .list .item .con {
    width: 49%;
    float: right;
    padding: 0;
  }
  .staff-list-1 .list .item .con a {
    display: inline-block;
  }
}

.staff-list-2 {
  padding: 1em 0 !important;
}
.staff-list-2 .info {
  width: 50%;
  padding: 1em 1.0653409091%;
}
@media (max-width: 1008px) {
  .staff-list-2 .info {
    width: 100%;
  }
}
.staff-list-2 .info .title {
  padding: 5px;
  margin: 0;
}
@media (max-width: 736px) {
  .staff-list-2 .info .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.staff-list-2 .info .des {
  padding: 5px;
  margin: 0;
}
.staff-list-2 .list {
  width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 1.0653409091%;
}
@media (max-width: 736px) {
  .staff-list-2 .list {
    padding: 0 10px;
  }
}
.staff-list-2 .list .item {
  width: calc((4.1193181818% * 2) + (1.0653409091% * 2));
  margin: 1em 1.0653409091%;
}
@media (max-width: 1008px) {
  .staff-list-2 .list .item {
    width: calc((4.1193181818% * 4) + (1.0653409091% * 6));
  }
}
.staff-list-2 .list .item:hover .thumb {
  border: 2px solid #006fd1;
}
.staff-list-2 .list .item:hover .thumb:before {
  color: #006fd1;
}
.staff-list-2 .list .item:hover .thumb:after {
  display: block;
}
.staff-list-2 .list .item .link-box:before {
  display: none;
}
.staff-list-2 .list .item .thumb {
  width: 100%;
  height: auto;
  border-width: 2px;
  border-color: transparent;
  border-style: solid;
}
.staff-list-2 .list .item .thumb:before {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2.5em;
  text-align: center;
  z-index: 3;
}
.staff-list-2 .list .item .thumb:after {
  content: "+";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  font-size: 22px;
  line-height: 36px;
  background-color: rgba(0, 111, 209, 0.7);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.staff-list-2 .list .item .thumb img {
  width: 100%;
  height: auto;
  display: inherit;
}
.staff-list-2 .list .item .con {
  width: 100%;
  padding-top: 0.5em;
}
.staff-list-2 .list .item .con .name {
  padding: 0;
  margin: 0;
  color: #006fd1 !important;
  font-size: 15px;
  font-size: 1.5rem;
}
.staff-list-2 .list .item .con .pos {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #585858;
}
.staff-list-2 .list .item .con a {
  font-size: 30px;
  display: none;
}
@media (max-width: 736px) {
  .staff-list-2 .list .item {
    width: 48%;
    margin: 20px 1%;
    padding: 0;
  }
  .staff-list-2 .list .item .con a {
    display: inline-block;
  }
}

.staff-single .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 500px;
}
.staff-single .item .sec-1 {
  background-image: url("../images/staff-body.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30%;
}
@media (max-width: 1008px) {
  .staff-single .item .sec-1 {
    display: none;
  }
}
.staff-single .item .sec-2 {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 1008px) {
  .staff-single .item .sec-2 {
    width: 50%;
  }
}
@media (max-width: 736px) {
  .staff-single .item .sec-2 {
    width: 100%;
    padding: 1.5em 0;
  }
}
.staff-single .item .sec-2 .thumb {
  width: 85%;
  border: 2px solid #006fd1;
  margin: auto;
}
.staff-single .item .sec-2 .thumb img {
  width: 100%;
  height: auto;
  display: inherit;
}
.staff-single .item .sec-3 {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 1008px) {
  .staff-single .item .sec-3 {
    width: 50%;
  }
}
@media (max-width: 736px) {
  .staff-single .item .sec-3 {
    width: 100%;
  }
  .staff-single .item .sec-3 .sum {
    display: none;
  }
}
.staff-single .item .sec-3 .detail {
  width: 100%;
}
.staff-single .item .sec-3 .detail .name {
  color: #006fd1;
  margin: 0;
}
.staff-single .item .sec-3 .detail .pos {
  margin: 0 0 10px 0;
}
.staff-single .item .sec-3 .detail .thumb {
  display: none;
}
.staff-single .item .sec-3 .detail .phone {
  padding: 0;
  margin: 0 0 5px -3px;
  color: #585858;
}
.staff-single .item .sec-3 .detail .phone:before {
  content: "\e012";
  color: #006fd1;
  font-size: 25px;
  font-size: 2.5rem;
}
.staff-single .item .sec-3 .detail .email {
  padding: 0;
  margin: 0 0 5px -3px;
  color: #006fd1;
}
.staff-single .item .sec-3 .detail .email:before {
  content: "\e010";
  color: #006fd1;
  font-size: 25px;
  font-size: 2.5rem;
}
.staff-single .item .sec-3 .detail .socials {
  padding: 10px 0;
}
.staff-single .item .sec-3 .detail .socials a {
  display: inline-block;
  padding: 0 2px;
}
.staff-single .item .sec-3 .detail .socials img {
  width: 25px;
}
.staff-single .item .sec-3 .detail .sum {
  margin: 0 0 5px 0;
}
.staff-single .item .sec-3 .detail .sum span {
  color: #006fd1;
}
.staff-single .item .sec-3 .detail .more {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.staff-single .item .sec-3 .detail .more:after {
  content: "\e003";
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-hudson";
  padding: 0 0 4px 10px;
}

.box-50 .staff-single .item .sec-1, .box-50 .staff-single .item .sec-2 {
  display: none;
}
.box-50 .staff-single .item .sec-3 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-50 .staff-single .item .sec-3 .detail .short-sec {
  width: 100%;
  overflow: hidden;
  margin: 0 0 5px 0;
}
.box-50 .staff-single .item .sec-3 .detail .thumb {
  display: block;
  width: 30%;
  margin: 0 5% 0 0;
  float: left;
}
.box-50 .staff-single .item .sec-3 .detail .thumb img {
  width: 100%;
  height: auto;
}
.box-50 .staff-single .item .sec-3 .detail .hold {
  float: none;
  width: auto;
}
@media (max-width: 736px) {
  .box-50 .staff-single .item .sec-3 .detail .thumb, .box-50 .staff-single .item .sec-3 .detail .hold {
    width: 100%;
    margin: 0;
    float: none;
  }
  .box-50 .staff-single .item .sec-3 .sum {
    display: none;
  }
}

.box-33 .staff-single .item .sec-1, .box-33 .staff-single .item .sec-2 {
  display: none;
}
.box-33 .staff-single .item .sec-3 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-33 .staff-single .item .sec-3 .detail .short-sec {
  width: 100%;
  overflow: hidden;
  margin: 0 0 5px 0;
}
.box-33 .staff-single .item .sec-3 .detail .thumb {
  display: block;
  width: 100%;
}
.box-33 .staff-single .item .sec-3 .detail .name {
  font-size: 21px;
  font-size: 2.1rem;
}
.box-33 .staff-single .item .sec-3 .detail .hold {
  width: 105%;
}
.box-33 .staff-single .item .sec-3 .detail .hold .phone {
  padding: 0 0 0 33px;
  margin: 0 0 5px 0;
  color: #585858;
}
.box-33 .staff-single .item .sec-3 .detail .hold .phone:before {
  content: "\e012";
  color: #006fd1;
  font-size: 25px;
  font-size: 2.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
.box-33 .staff-single .item .sec-3 .detail .hold .phone a {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}
.box-33 .staff-single .item .sec-3 .detail .hold .email {
  padding: 0 0 0 33px;
  margin: 0 0 5px 0;
  color: #006fd1;
}
.box-33 .staff-single .item .sec-3 .detail .hold .email:before {
  content: "\e010";
  color: #006fd1;
  font-size: 25px;
  font-size: 2.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
.box-33 .staff-single .item .sec-3 .detail .hold .email a {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}
.box-33 .staff-single .item .sec-3 .detail .sum {
  display: none;
}

.box-25 .staff-single .item .sec-1, .box-25 .staff-single .item .sec-2 {
  display: none;
}
.box-25 .staff-single .item .sec-3 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-25 .staff-single .item .sec-3 .detail .short-sec {
  width: 100%;
  overflow: hidden;
  margin: 0 0 5px 0;
}
.box-25 .staff-single .item .sec-3 .detail .thumb {
  display: block;
  width: 100%;
}
.box-25 .staff-single .item .sec-3 .detail .name {
  font-size: 21px;
  font-size: 2.1rem;
}
.box-25 .staff-single .item .sec-3 .detail .hold {
  width: 100%;
}
.box-25 .staff-single .item .sec-3 .detail .hold .phone {
  padding: 0 0 0 33px;
  margin: 0 0 5px 0;
  color: #585858;
}
.box-25 .staff-single .item .sec-3 .detail .hold .phone:before {
  content: "\e012";
  color: #006fd1;
  font-size: 25px;
  font-size: 2.5rem;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 0 0 -3px;
}
.box-25 .staff-single .item .sec-3 .detail .hold .phone a {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}
.box-25 .staff-single .item .sec-3 .detail .hold .email {
  padding: 0 0 0 33px;
  margin: 0 0 5px 0;
  color: #006fd1;
}
.box-25 .staff-single .item .sec-3 .detail .hold .email:before {
  content: "\e010";
  color: #006fd1;
  font-size: 25px;
  font-size: 2.5rem;
  position: absolute;
  left: 0;
  margin: 0 0 0 -3px;
  top: 0;
}
.box-25 .staff-single .item .sec-3 .detail .hold .email a {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}
.box-25 .staff-single .item .sec-3 .detail .sum {
  display: none;
}

.testimonials {
  width: 100%;
  height: 500px;
}
.testimonials .holder {
  width: calc((4.1193181818% * 10) + (1.0653409091% * 18));
  margin: 0 auto;
  position: relative;
  height: 100%;
}
@media (max-width: 1008px) {
  .testimonials .holder {
    width: 100%;
  }
}
.testimonials .icon svg {
  color: #fbc600;
  fill: #fbc600 !important;
}
.testimonials .slide {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 0 60px 0;
  overflow: hidden;
}
.testimonials .slide .box {
  width: 22%;
  float: left;
  text-align: center;
}
.testimonials .slide .box span {
  display: block;
  color: #fbc600;
  font-size: 120px;
  font-size: 12rem;
  line-height: 120px;
}
.testimonials .slide .box p {
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
  color: #fbc600;
}
.testimonials .slide .box .icon {
  height: auto;
}
.testimonials .slide .box .icon:after {
  background-color: #fbc600;
}
.testimonials .slide .text {
  width: 78%;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  border-left: 1px solid #e3e3e3;
}
.testimonials .slide .text .author {
  float: right;
  color: #fbc600;
  font-style: normal;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
}
.testimonials .slide .text .author:before {
  content: "";
  width: 68%;
  border-bottom: 1px solid #fbc600;
  vertical-align: middle;
  display: block;
  position: absolute;
  right: 110%;
  top: 50%;
}
.testimonials .slide .text .pos {
  float: right;
  width: 100%;
  text-align: right;
  color: #fbc600;
  font-size: 13px;
  font-size: 1.3rem;
}
.testimonials .owl-carousel .owl-controls .owl-dots {
  width: 100%;
  right: 0;
  text-align: center;
}
.testimonials .owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  float: none;
}
.testimonials .owl-carousel .owl-controls .owl-dots .owl-dot span {
  border: 1px solid #e3e3e3;
}
.testimonials .owl-carousel .owl-controls .owl-dots .owl-dot.active span {
  background-color: #fbc600;
}
@media (max-width: 736px) {
  .testimonials .owl-carousel .owl-controls .owl-dots {
    width: auto;
    right: 20px;
  }
}
@media (max-width: 736px) {
  .testimonials {
    height: auto;
  }
  .testimonials .holder {
    width: 100%;
  }
  .testimonials .slide {
    padding: 60px 20px;
  }
}
@media (max-width: 736px) and (max-width: 736px) {
  .testimonials .slide {
    padding: 40px 20px 60px 20px;
  }
}
@media (max-width: 736px) {
  .testimonials .slide .box {
    width: 100%;
    float: none;
    text-align: left;
  }
  .testimonials .slide .box span {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media (max-width: 736px) {
  .testimonials .slide .text {
    width: 100%;
    float: none;
    padding: 0;
    border: none;
  }
}

.box-50 .testimonials {
  height: 600px;
}
@media (max-width: 1008px) {
  .box-50 .testimonials {
    height: 700px;
  }
}
@media (max-width: 736px) {
  .box-50 .testimonials {
    height: auto;
  }
}
.box-50 .testimonials .holder {
  width: 100%;
}
.box-50 .testimonials .slide {
  padding: 60px 20px;
}
@media (max-width: 736px) {
  .box-50 .testimonials .slide {
    padding: 40px 20px 60px 20px;
  }
}
.box-50 .testimonials .slide .box {
  width: 100%;
  float: none;
  text-align: left;
}
.box-50 .testimonials .slide .box span {
  font-size: 70px;
  font-size: 7rem;
}
.box-50 .testimonials .slide .text {
  width: 100%;
  float: none;
  padding: 0;
  border: none;
}

/*# sourceMappingURL=all.css.map */
