@charset "UTF-8";
/* SCSS Compiled */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before, q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button, input {
  line-height: normal;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/*@import "global/master-css.scss";*/
/*usage  @include font-size(13);*/
/*width-desktop-medium*/
/*width-desktop-medium*/
/*width- desktop-small*/
/*width-tablet*/
/*width-tablet*/
/*width-mobile*/
/*---Grid Variables -----------------------------------------*/
.container, .t2 .bin, .t3 .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, .t2 .bin:before, .t3 .bin:before, .container:after, .t2 .bin:after, .t3 .bin:after {
  content: "";
  position: relative;
}
.container:after, .t2 .bin:after, .t3 .bin:after {
  clear: both;
}
@media (max-width: 1408px) {
}
@media (max-width: 1248px) {
}
@media (max-width: 1008px) {
}
@media (max-width: 768px) {
}
@media (max-width: 736px) {
}
.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
}
.row:before, .row:after {
  content: " ";
  display: table;
  clear: both;
}
[class^="col"], [class*=" col"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  float: left;
  width: 4.1193181818%;
  margin: 0 1.0653409091%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class^="col"]:before, [class*=" col"]:before, [class^="col"]:after, [class*=" col"]:after {
  content: " ";
  display: table;
  clear: both;
  position: relative;
}
.color [class^="col"], .color [class*=" col"] {
  background-color: grey;
}
.color .container, .color .t2 .bin, .t2 .color .bin, .color .t3 .bin, .t3 .color .bin {
  background: black;
}
[class^="col"].center-box, [class*=" col"].center-box {
  margin: auto;
  float: none !important;
  display: block;
}
.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));
}
.animate {
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.animate:nth-child(odd) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fade-in {
  opacity: 0;
  filter: alpha(opacity=0);
}
.dev-grid {
  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);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  pointer-events: none;
  padding: 0;
  margin: 0 auto !important;
  background-color: transparent;
}
.dev-grid .container, .dev-grid .t2 .bin, .t2 .dev-grid .bin, .dev-grid .t3 .bin, .t3 .dev-grid .bin {
  height: 100%;
  padding: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.dev-grid [class^="col-"], .dev-grid [class*=" col-"] {
  height: 100%;
  background-color: yellow;
}
.dev-grid.on {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dev-grid:after {
  content: "large-desktop";
  background-color: black;
  padding: 10px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  position: absolute;
  color: #fff;
  z-index: 500;
}
@media (max-width: 1408px) {
  .dev-grid:after {
    content: "medium-desktop";
  }
}
@media (max-width: 1248px) {
  .dev-grid:after {
    content: "small-desktop";
  }
}
@media (max-width: 1008px) {
  .dev-grid:after {
    content: "tablet";
  }
}
@media (max-width: 768px) {
  .dev-grid:after {
    content: "large-mobile";
  }
}
@media (max-width: 736px) {
  .dev-grid:after {
    content: "mobile";
  }
}
.dev-grid.on:after {
  opacity: 1;
}
/* Brand Colors ------------------------------------------------*/
/*
 $primary-color: #1a5577;
 $font-color: #222222;
 $secondary-color: #b2d234;
 $placeholder: $secondary-color;
 */
/*$color-1: #1a5577; /*---orange----*/
/*$color-2: #b2d234 ; /*---lime-green----*/
/*$color-3: #eb088c; /*---pink----*/
/*$color-4: #f8943b; /*---light-orange----*/
/*$color-5: #003399; /*---darker-blue----*/
/*$color-6: #07d1ff; /*---sky----*/
/*$color-7: #cc0022; /*---red----*/
/*$color-8: #f9f9f9; /*---grey----*/
/*$color-9: #003399; /*----darker blue------*/
/*$color-10: #000066; /*----dark blue------*/
/*$color-11: #e3e3e3; /*----border------*/
/*$color-12: #1a775c; /*----darker green------*/
/*$color-13: #101010; /*----new black------*/
/* 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 ---------------------------*/
html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #222;
  fill: #1a5577;
  font-family: 'Lato', sans-serif, 'Roboto', sans-serif, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
/*
 * Modifiers
 */
.f-l {
  float: left;
  margin: 0 1em 1em 0;
}
.f-r {
  float: right;
  margin: 0 0 1em 1em;
}
#main {
  margin: 80px 0 0;
}
@media (max-width: 1248px) {
  #main {
    margin: 55px 0 0;
  }
}
#main img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
#main .wysiwyg img {
  height: auto;
}
#main .wysiwyg-center-module img {
  height: auto;
}
.network-site-1 #main {
  margin: 70px 0 0;
}
/* 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;
}
.visualhidden {
  position: absolute;
  top: -99999px;
  left: -99999px;
}
/*fade in blocks*/
.display {
  width: 48%;
  min-height: 200px;
  background: white;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin-right: 4%;
  margin-bottom: 4%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.display:nth-child(even) {
  margin-right: 0;
}
.default-styles {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.default-styles .col-16 .col-8 {
  margin: 0;
}
.default-styles .col-16 .col-8:last-child {
  float: right;
}
@media (max-width: 736px) {
  .default-styles {
    padding: 0 15px;
  }
}
@media (max-width: 1008px) {
  .default-styles .col-16, .default-styles .col-10, .default-styles .col-8, .default-styles .col-6, .default-styles .col-4 {
    width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
  }
}
@media (max-width: 1008px) {
  .default-styles .col-10, .default-styles .col-8, .default-styles .col-6, .default-styles .col-4 {
    margin: 0 auto;
    width: 100%;
  }
}
.default-styles fieldset {
  padding: 0;
}
.page {
  min-height: 100vh;
  background: #fff;
  width: 100%;
  overflow: hidden;
}
.wrapper {
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
}
@media (max-width: 1008px) {
  .wrapper {
    padding: 0;
  }
}
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.character-mapping li {
  display: inline-block;
  vertical-align: middle;
}
.character-mapping li:before {
  display: none;
}
.character-mapping li .icon:before {
  font-size: 40px;
}
@media (max-width: 736px) {
  .no-mobile {
    display: none;
  }
}
div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 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 #e3e3e3;
  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 #e3e3e3;
  }
}
.t2 .bin > .left .title {
  color: #fff;
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
  z-index: 1;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 30px;
  text-align: right;
  font-weight: 600;
}
@media (max-width: 1248px) {
  .t2 .bin > .left .title {
    display: none;
  }
}
.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 ul li:before {
  display: none !important;
}
.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: 30px;
    color: #222;
    z-index: 5;
    content: "\E004";
    font-size: 0.7em;
    font-family: 'uja-riverdale';
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .t2 .bin > .left .side-nav.open {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 140px 0 64px 0;
    position: fixed;
    z-index: 90;
    background-color: white;
  }
  .t2 .bin > .left .side-nav.open:before {
    position: fixed;
    top: 78px;
    right: 18px;
    padding: 10px;
    z-index: 5;
    content: "\E002";
    font-size: 1em;
    font-family: 'uja-riverdale';
  }
  .t2 .bin > .left .side-nav.open > ul {
    width: 100%;
    height: calc(100% - 65px);
    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 a {
    text-align: left;
  }
  .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: 1248px) and (max-width: 1248px) {
  .t2 .bin > .left .side-nav.open > ul li.active {
    pointer-events: unset;
  }
}
@media (max-width: 1008px) {
  .t2 .bin > .left .side-nav.open {
    padding: 65px 0 64px 0;
  }
}
.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;
    height: 70px;
    overflow: hidden;
    cursor: pointer;
  }
  .t2 .bin > .left .side-nav ul:after {
    content: 'EXPLORE';
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    color: #222;
    text-align: left;
    width: 100%;
    background-color: #fff;
    z-index: 5;
    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 #e3e3e3;
  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:first-child {
  border-top: 1px solid #eaeaea;
}
.t2 .bin > .left .side-nav ul li > ul li a {
  padding: 10px 30px;
  color: #222;
  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: #1a5577;
}
.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;
    pointer-events: none;
  }
}
.t2 .bin > .left .side-nav ul li.active > a {
  color: #1a5577;
}
@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: #222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t2 .bin > .right {
  width: calc(100% - 280px);
  z-index: 10;
}
@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 #e3e3e3;
  width: 45%;
  overflow: visible;
  flex: 1 1 45%;
}
@media (max-width: 1008px) {
  .t3 .bin .left {
    display: none;
  }
}
.t3 .bin .right {
  background-color: #f9f9f9;
  width: 55%;
  overflow: visible;
  flex: 1 1 55%;
}
.t3 .bin .right:before {
  width: 500%;
  height: 100%;
  content: "";
  background-color: inherit;
  top: 0;
  left: 0;
  position: absolute;
  z-index: auto;
}
@media (max-width: 1008px) {
  .t3 .bin .right {
    width: 100%;
    flex: 1 1 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: #1a5577;
  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;
  color: #07d1ff;
}
.t4 .blog-entry .text p {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 15px 0;
}
.t4 .blog-entry .text p span {
  color: #1a5577;
}
@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;
}
.t4 .blog-entry .more:after {
  content: '\E005';
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-riverdale";
  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;
  color: #07d1ff;
}
.t4 .blog-entry .tags:before {
  content: '\E01D';
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-riverdale";
  padding: 0 10px 0 0;
  color: #b2d234;
  font-size: 14px;
  font-size: 1.4rem;
}
.t4 .blog-entry:hover .img-frame {
  border: 2px solid #1a5577;
}
.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: '\E01D';
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-riverdale";
  padding: 0 10px 0 0;
  color: #b2d234;
  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: '\E014';
  display: block;
  font-family: "uja-riverdale";
  position: absolute;
  right: 10px;
  color: #1a5577;
  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: #222;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #e1e1e1;
}
.t4 .sidebar .heading.category:before {
  content: '\E025';
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-riverdale";
  color: #1a5577;
  padding: 0 10px 0 0;
}
.t4 .sidebar .heading.tag:before {
  content: '\E01D';
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-riverdale";
  color: #1a5577;
  padding: 0 10px 0 0;
}
.t4 .sidebar .heading.archive {
  cursor: pointer;
}
.t4 .sidebar .heading.archive:before {
  content: '\E024';
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-riverdale";
  color: #1a5577;
  padding: 0 10px 0 0;
}
.t4 .sidebar .heading.archive:after {
  content: '';
  display: block;
  border-top: 6px solid #222;
  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 #222;
  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: #222;
  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: #222;
  position: relative;
  display: block;
  text-decoration: none;
}
.t4 .sidebar .archives .month .tog:after {
  content: '\E017';
  display: block;
  position: absolute;
  font-family: "uja-riverdale";
  top: 2px;
  right: 0;
  color: #1a5577;
}
.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: #222;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #e1e1e1;
}
.t4 .related .heading:before {
  content: '\E025';
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-riverdale";
  color: #1a5577;
  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: '\E017';
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-riverdale";
  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;
}
.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;
  border-bottom: none;
  overflow: hidden;
}
.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;
}
/*---Primgry settings --------*/
.type-75-25.fw .box-75 .item, .type-25-75.fw .box-75 .item, .type-75-25.fw .box-25 .item, .type-25-75.fw .box-25 .item {
  max-width: 700px;
}
.type-75-25.fw .box-75:first-child .content, .type-25-75.fw .box-75:first-child .content, .type-75-25.fw .box-25: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-25-75.fw .box-75:last-child .content, .type-75-25.fw .box-25: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-33-67.fw .box-66 .item, .type-67-33.fw .box-33 .item, .type-33-67.fw .box-33 .item {
  width: 100%;
}
.type-67-33.fw .box-66:first-child .content, .type-33-67.fw .box-66:first-child .content, .type-67-33.fw .box-33: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-33-67.fw .box-66:last-child .content, .type-67-33.fw .box-33: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-33-67 .box-66, .type-67-33 .box-67, .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-33-67 .box-66, .type-67-33 .box-67, .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-40-60.fw .box-60 .item, .type-60-40.fw .box-40 .item, .type-40-60.fw .box-40 .item {
  max-width: 500px;
}
.type-60-40.fw .box-60:first-child .content, .type-40-60.fw .box-60:first-child .content, .type-60-40.fw .box-40: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-40-60.fw .box-60:last-child .content, .type-60-40.fw .box-40: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;
  margin: 0;
  padding: 0;
}
div[class^='box-'] .icon, div[class*=' box-'] .icon {
  width: 75px;
  height: auto;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
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 {
  max-width: 100%;
  height: auto;
}
div[class^='box-'] .content, div[class*=' box-'] .content {
  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;
  max-width: 100%;
  width: 100%;
}
div[class^='box-'] .content > div, div[class*=' box-'] .content > div {
  z-index: 1;
  width: 100%;
}
div[class^='box-'] .content div, div[class*=' box-'] .content div {
  max-width: 100%;
}
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: 736px) {
  .box-25 {
    width: 100%;
  }
}
.box-33 {
  width: 33.33%;
}
@media (max-width: 736px) {
  .box-33 {
    width: 100%;
  }
}
.box-50 {
  width: 50%;
}
@media (max-width: 1008px) {
  .box-50 {
    width: 50%;
  }
}
@media (max-width: 736px) {
  .box-50 {
    width: 100%;
  }
}
.box-75 {
  width: 75%;
}
@media (max-width: 1008px) {
  .box-75 {
    width: 50%;
  }
}
@media (max-width: 736px) {
  .box-75 {
    width: 100%;
  }
}
.box-100 {
  width: 100%;
}
/*---Variables------------------------------*/
.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: 2em !important;
  padding-bottom: 2em !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;
}
.bg-image {
  background-color: #1a5577;
  background-image: none;
  background-size: cover;
  background-position: 50% 50%;
  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.25;
  filter: alpha(opacity=25);
  content: "";
}
.bg-image .bg-white .btn-1 {
  color: inherit !important;
  background-color: transparent !important;
  border-color: inherit !important;
}
.bg-image .bg-white .btn-1:hover {
  color: inherit !important;
  background-color: transparent !important;
  border-color: inherit !important;
}
.bg-image .bg-white .btn-2 {
  color: inherit !important;
  background-color: transparent !important;
  border-color: inherit !important;
}
.bg-image .bg-white .btn-2:hover {
  color: inherit !important;
  background-color: transparent !important;
  border-color: inherit !important;
}
.hero .pb-row {
  background-color: #b2d234;
}
.hero .pb-row h2, .hero .pb-row h5, .hero .pb-row p {
  color: white;
}
.hero .pb-row.bg-image {
  background-position: 50% 0 !important;
  background-color: #1a5577;
}
.hero .pb-row.bg-image:after {
  display: none !important;
}
.hero .pb-row.bg-image:before {
  background: black;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
  filter: alpha(opacity=25);
  display: block !important;
  content: "";
}
.hero.bg-image:after {
  display: none !important;
}
.slide-show .bg-image:after {
  display: none !important;
}
.gradient:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  opacity: 0.35;
  filter: alpha(opacity=35);
  content: "";
}
.hero .bg-image.gradient:after {
  display: block !important;
}
.hero .bg-image.gradient:before {
  display: none !important;
}
.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: "";
}
.bg-overlay:before {
  background: url('../images/hero-overlay.png') no-repeat 50% 50%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  content: "";
}
.white-text, .bg-image {
  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 a, .bg-image a, .white-text p, .bg-image p, .white-text li, .bg-image li {
  color: white;
}
.border {
  border-bottom: 1px solid #e3e3e3;
}
.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-top-width: 0px;
  border-top-style: solid;
  z-index: 1;
}
.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-top-width: 0px;
    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: #1a5577;
  font-size: 1.3em;
  text-align: center;
  content: "";
}
.bg-image .link-box:before {
  background-color: #fff;
}
.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-overlay:after {
  display: none !important;
}
/*--- Skins ---------------------------------*/
.bg-color-1, .bg-color-2, .bg-color-2.bg-image, .bg-black, .bg-black.bg-image, .bg-color-3, .bg-color-3.bg-image, .bg-color-4, .bg-color-4.bg-image, .bg-color-5, .bg-color-5.bg-image, .bg-color-6, .bg-color-6.bg-image, .bg-color-7, .bg-color-7.bg-image, .bg-color-8, .bg-color-8.bg-image, .bg-color-9, .bg-color-9.bg-image, .bg-color-10, .bg-color-10.bg-image, .bg-color-1.bg-image {
  color: white;
  fill: #b2d234;
  background-color: #1a5577;
}
.bg-color-1:after, .bg-color-2:after, .bg-color-2.bg-image:after, .bg-black:after, .bg-black.bg-image:after, .bg-color-3:after, .bg-color-3.bg-image:after, .bg-color-4:after, .bg-color-4.bg-image:after, .bg-color-5:after, .bg-color-5.bg-image:after, .bg-color-6:after, .bg-color-6.bg-image:after, .bg-color-7:after, .bg-color-7.bg-image:after, .bg-color-8:after, .bg-color-8.bg-image:after, .bg-color-9:after, .bg-color-9.bg-image:after, .bg-color-10:after, .bg-color-10.bg-image:after, .bg-color-1.bg-image:after, .bg-color-2.bg-image.bg-image:after, .bg-black.bg-image.bg-image:after, .bg-color-3.bg-image.bg-image:after, .bg-color-4.bg-image.bg-image:after, .bg-color-5.bg-image.bg-image:after, .bg-color-6.bg-image.bg-image:after, .bg-color-7.bg-image.bg-image:after, .bg-color-8.bg-image.bg-image:after, .bg-color-9.bg-image.bg-image:after, .bg-color-10.bg-image.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 h1, .bg-color-2 h1, .bg-color-2.bg-image h1, .bg-black h1, .bg-black.bg-image h1, .bg-color-3 h1, .bg-color-3.bg-image h1, .bg-color-4 h1, .bg-color-4.bg-image h1, .bg-color-5 h1, .bg-color-5.bg-image h1, .bg-color-6 h1, .bg-color-6.bg-image h1, .bg-color-7 h1, .bg-color-7.bg-image h1, .bg-color-8 h1, .bg-color-8.bg-image h1, .bg-color-9 h1, .bg-color-9.bg-image h1, .bg-color-10 h1, .bg-color-10.bg-image h1, .bg-color-1.bg-image h1, .bg-color-1 h2, .bg-color-2 h2, .bg-color-2.bg-image h2, .bg-black h2, .bg-black.bg-image h2, .bg-color-3 h2, .bg-color-3.bg-image h2, .bg-color-4 h2, .bg-color-4.bg-image h2, .bg-color-5 h2, .bg-color-5.bg-image h2, .bg-color-6 h2, .bg-color-6.bg-image h2, .bg-color-7 h2, .bg-color-7.bg-image h2, .bg-color-8 h2, .bg-color-8.bg-image h2, .bg-color-9 h2, .bg-color-9.bg-image h2, .bg-color-10 h2, .bg-color-10.bg-image h2, .bg-color-1.bg-image h2, .bg-color-1 h3, .bg-color-2 h3, .bg-color-2.bg-image h3, .bg-black h3, .bg-black.bg-image h3, .bg-color-3 h3, .bg-color-3.bg-image h3, .bg-color-4 h3, .bg-color-4.bg-image h3, .bg-color-5 h3, .bg-color-5.bg-image h3, .bg-color-6 h3, .bg-color-6.bg-image h3, .bg-color-7 h3, .bg-color-7.bg-image h3, .bg-color-8 h3, .bg-color-8.bg-image h3, .bg-color-9 h3, .bg-color-9.bg-image h3, .bg-color-10 h3, .bg-color-10.bg-image h3, .bg-color-1.bg-image h3, .bg-color-1 h4, .bg-color-2 h4, .bg-color-2.bg-image h4, .bg-black h4, .bg-black.bg-image h4, .bg-color-3 h4, .bg-color-3.bg-image h4, .bg-color-4 h4, .bg-color-4.bg-image h4, .bg-color-5 h4, .bg-color-5.bg-image h4, .bg-color-6 h4, .bg-color-6.bg-image h4, .bg-color-7 h4, .bg-color-7.bg-image h4, .bg-color-8 h4, .bg-color-8.bg-image h4, .bg-color-9 h4, .bg-color-9.bg-image h4, .bg-color-10 h4, .bg-color-10.bg-image h4, .bg-color-1.bg-image h4, .bg-color-1 h5, .bg-color-2 h5, .bg-color-2.bg-image h5, .bg-black h5, .bg-black.bg-image h5, .bg-color-3 h5, .bg-color-3.bg-image h5, .bg-color-4 h5, .bg-color-4.bg-image h5, .bg-color-5 h5, .bg-color-5.bg-image h5, .bg-color-6 h5, .bg-color-6.bg-image h5, .bg-color-7 h5, .bg-color-7.bg-image h5, .bg-color-8 h5, .bg-color-8.bg-image h5, .bg-color-9 h5, .bg-color-9.bg-image h5, .bg-color-10 h5, .bg-color-10.bg-image h5, .bg-color-1.bg-image h5, .bg-color-1 h6, .bg-color-2 h6, .bg-color-2.bg-image h6, .bg-black h6, .bg-black.bg-image h6, .bg-color-3 h6, .bg-color-3.bg-image h6, .bg-color-4 h6, .bg-color-4.bg-image h6, .bg-color-5 h6, .bg-color-5.bg-image h6, .bg-color-6 h6, .bg-color-6.bg-image h6, .bg-color-7 h6, .bg-color-7.bg-image h6, .bg-color-8 h6, .bg-color-8.bg-image h6, .bg-color-9 h6, .bg-color-9.bg-image h6, .bg-color-10 h6, .bg-color-10.bg-image h6, .bg-color-1.bg-image h6, .bg-color-1 li, .bg-color-2 li, .bg-color-2.bg-image li, .bg-black li, .bg-black.bg-image li, .bg-color-3 li, .bg-color-3.bg-image li, .bg-color-4 li, .bg-color-4.bg-image li, .bg-color-5 li, .bg-color-5.bg-image li, .bg-color-6 li, .bg-color-6.bg-image li, .bg-color-7 li, .bg-color-7.bg-image li, .bg-color-8 li, .bg-color-8.bg-image li, .bg-color-9 li, .bg-color-9.bg-image li, .bg-color-10 li, .bg-color-10.bg-image li, .bg-color-1.bg-image li {
  color: #fff !important;
  fill: #fff !important;
}
.bg-color-1 p, .bg-color-2 p, .bg-color-2.bg-image p, .bg-black p, .bg-black.bg-image p, .bg-color-3 p, .bg-color-3.bg-image p, .bg-color-4 p, .bg-color-4.bg-image p, .bg-color-5 p, .bg-color-5.bg-image p, .bg-color-6 p, .bg-color-6.bg-image p, .bg-color-7 p, .bg-color-7.bg-image p, .bg-color-8 p, .bg-color-8.bg-image p, .bg-color-9 p, .bg-color-9.bg-image p, .bg-color-10 p, .bg-color-10.bg-image p, .bg-color-1.bg-image p {
  color: #fff !important;
}
.bg-color-1 .form label, .bg-color-2 .form label, .bg-color-2.bg-image .form label, .bg-black .form label, .bg-black.bg-image .form label, .bg-color-3 .form label, .bg-color-3.bg-image .form label, .bg-color-4 .form label, .bg-color-4.bg-image .form label, .bg-color-5 .form label, .bg-color-5.bg-image .form label, .bg-color-6 .form label, .bg-color-6.bg-image .form label, .bg-color-7 .form label, .bg-color-7.bg-image .form label, .bg-color-8 .form label, .bg-color-8.bg-image .form label, .bg-color-9 .form label, .bg-color-9.bg-image .form label, .bg-color-10 .form label, .bg-color-10.bg-image .form label, .bg-color-1.bg-image .form label {
  color: #fff !important;
}
.bg-color-1 .form span, .bg-color-2 .form span, .bg-color-2.bg-image .form span, .bg-black .form span, .bg-black.bg-image .form span, .bg-color-3 .form span, .bg-color-3.bg-image .form span, .bg-color-4 .form span, .bg-color-4.bg-image .form span, .bg-color-5 .form span, .bg-color-5.bg-image .form span, .bg-color-6 .form span, .bg-color-6.bg-image .form span, .bg-color-7 .form span, .bg-color-7.bg-image .form span, .bg-color-8 .form span, .bg-color-8.bg-image .form span, .bg-color-9 .form span, .bg-color-9.bg-image .form span, .bg-color-10 .form span, .bg-color-10.bg-image .form span, .bg-color-1.bg-image .form span {
  color: #fff;
}
.bg-color-1 .form input[type="radio"]:checked + label, .bg-color-2 .form input[type="radio"]:checked + label, .bg-color-2.bg-image .form input[type="radio"]:checked + label, .bg-black .form input[type="radio"]:checked + label, .bg-black.bg-image .form input[type="radio"]:checked + label, .bg-color-3 .form input[type="radio"]:checked + label, .bg-color-3.bg-image .form input[type="radio"]:checked + label, .bg-color-4 .form input[type="radio"]:checked + label, .bg-color-4.bg-image .form input[type="radio"]:checked + label, .bg-color-5 .form input[type="radio"]:checked + label, .bg-color-5.bg-image .form input[type="radio"]:checked + label, .bg-color-6 .form input[type="radio"]:checked + label, .bg-color-6.bg-image .form input[type="radio"]:checked + label, .bg-color-7 .form input[type="radio"]:checked + label, .bg-color-7.bg-image .form input[type="radio"]:checked + label, .bg-color-8 .form input[type="radio"]:checked + label, .bg-color-8.bg-image .form input[type="radio"]:checked + label, .bg-color-9 .form input[type="radio"]:checked + label, .bg-color-9.bg-image .form input[type="radio"]:checked + label, .bg-color-10 .form input[type="radio"]:checked + label, .bg-color-10.bg-image .form input[type="radio"]:checked + label, .bg-color-1.bg-image .form input[type="radio"]:checked + label {
  color: #fff !important;
}
.bg-color-1 .form input[type="radio"]:checked + label:before, .bg-color-2 .form input[type="radio"]:checked + label:before, .bg-color-2.bg-image .form input[type="radio"]:checked + label:before, .bg-black .form input[type="radio"]:checked + label:before, .bg-black.bg-image .form input[type="radio"]:checked + label:before, .bg-color-3 .form input[type="radio"]:checked + label:before, .bg-color-3.bg-image .form input[type="radio"]:checked + label:before, .bg-color-4 .form input[type="radio"]:checked + label:before, .bg-color-4.bg-image .form input[type="radio"]:checked + label:before, .bg-color-5 .form input[type="radio"]:checked + label:before, .bg-color-5.bg-image .form input[type="radio"]:checked + label:before, .bg-color-6 .form input[type="radio"]:checked + label:before, .bg-color-6.bg-image .form input[type="radio"]:checked + label:before, .bg-color-7 .form input[type="radio"]:checked + label:before, .bg-color-7.bg-image .form input[type="radio"]:checked + label:before, .bg-color-8 .form input[type="radio"]:checked + label:before, .bg-color-8.bg-image .form input[type="radio"]:checked + label:before, .bg-color-9 .form input[type="radio"]:checked + label:before, .bg-color-9.bg-image .form input[type="radio"]:checked + label:before, .bg-color-10 .form input[type="radio"]:checked + label:before, .bg-color-10.bg-image .form input[type="radio"]:checked + label:before, .bg-color-1.bg-image .form input[type="radio"]:checked + label:before {
  border: 4px solid #fff !important;
}
.bg-color-1 .form input[type="checkbox"]:checked + label:before, .bg-color-2 .form input[type="checkbox"]:checked + label:before, .bg-color-2.bg-image .form input[type="checkbox"]:checked + label:before, .bg-black .form input[type="checkbox"]:checked + label:before, .bg-black.bg-image .form input[type="checkbox"]:checked + label:before, .bg-color-3 .form input[type="checkbox"]:checked + label:before, .bg-color-3.bg-image .form input[type="checkbox"]:checked + label:before, .bg-color-4 .form input[type="checkbox"]:checked + label:before, .bg-color-4.bg-image .form input[type="checkbox"]:checked + label:before, .bg-color-5 .form input[type="checkbox"]:checked + label:before, .bg-color-5.bg-image .form input[type="checkbox"]:checked + label:before, .bg-color-6 .form input[type="checkbox"]:checked + label:before, .bg-color-6.bg-image .form input[type="checkbox"]:checked + label:before, .bg-color-7 .form input[type="checkbox"]:checked + label:before, .bg-color-7.bg-image .form input[type="checkbox"]:checked + label:before, .bg-color-8 .form input[type="checkbox"]:checked + label:before, .bg-color-8.bg-image .form input[type="checkbox"]:checked + label:before, .bg-color-9 .form input[type="checkbox"]:checked + label:before, .bg-color-9.bg-image .form input[type="checkbox"]:checked + label:before, .bg-color-10 .form input[type="checkbox"]:checked + label:before, .bg-color-10.bg-image .form input[type="checkbox"]:checked + label:before, .bg-color-1.bg-image .form input[type="checkbox"]:checked + label:before {
  border: 1px solid #fff;
}
.bg-color-1 .form .imp:after, .bg-color-2 .form .imp:after, .bg-color-2.bg-image .form .imp:after, .bg-black .form .imp:after, .bg-black.bg-image .form .imp:after, .bg-color-3 .form .imp:after, .bg-color-3.bg-image .form .imp:after, .bg-color-4 .form .imp:after, .bg-color-4.bg-image .form .imp:after, .bg-color-5 .form .imp:after, .bg-color-5.bg-image .form .imp:after, .bg-color-6 .form .imp:after, .bg-color-6.bg-image .form .imp:after, .bg-color-7 .form .imp:after, .bg-color-7.bg-image .form .imp:after, .bg-color-8 .form .imp:after, .bg-color-8.bg-image .form .imp:after, .bg-color-9 .form .imp:after, .bg-color-9.bg-image .form .imp:after, .bg-color-10 .form .imp:after, .bg-color-10.bg-image .form .imp:after, .bg-color-1.bg-image .form .imp:after {
  background-color: #fff !important;
  color: #1a5577 !important;
}
.bg-color-1 .form h5 span, .bg-color-2 .form h5 span, .bg-color-2.bg-image .form h5 span, .bg-black .form h5 span, .bg-black.bg-image .form h5 span, .bg-color-3 .form h5 span, .bg-color-3.bg-image .form h5 span, .bg-color-4 .form h5 span, .bg-color-4.bg-image .form h5 span, .bg-color-5 .form h5 span, .bg-color-5.bg-image .form h5 span, .bg-color-6 .form h5 span, .bg-color-6.bg-image .form h5 span, .bg-color-7 .form h5 span, .bg-color-7.bg-image .form h5 span, .bg-color-8 .form h5 span, .bg-color-8.bg-image .form h5 span, .bg-color-9 .form h5 span, .bg-color-9.bg-image .form h5 span, .bg-color-10 .form h5 span, .bg-color-10.bg-image .form h5 span, .bg-color-1.bg-image .form h5 span {
  background-color: #1a5577;
}
.bg-color-1 p a, .bg-color-2 p a, .bg-color-2.bg-image p a, .bg-black p a, .bg-black.bg-image p a, .bg-color-3 p a, .bg-color-3.bg-image p a, .bg-color-4 p a, .bg-color-4.bg-image p a, .bg-color-5 p a, .bg-color-5.bg-image p a, .bg-color-6 p a, .bg-color-6.bg-image p a, .bg-color-7 p a, .bg-color-7.bg-image p a, .bg-color-8 p a, .bg-color-8.bg-image p a, .bg-color-9 p a, .bg-color-9.bg-image p a, .bg-color-10 p a, .bg-color-10.bg-image p a, .bg-color-1.bg-image p a {
  color: #039;
}
.bg-color-1 .btn-1, .bg-color-2 .btn-1, .bg-color-2.bg-image .btn-1, .bg-black .btn-1, .bg-black.bg-image .btn-1, .bg-color-3 .btn-1, .bg-color-3.bg-image .btn-1, .bg-color-4 .btn-1, .bg-color-4.bg-image .btn-1, .bg-color-5 .btn-1, .bg-color-5.bg-image .btn-1, .bg-color-6 .btn-1, .bg-color-6.bg-image .btn-1, .bg-color-7 .btn-1, .bg-color-7.bg-image .btn-1, .bg-color-8 .btn-1, .bg-color-8.bg-image .btn-1, .bg-color-9 .btn-1, .bg-color-9.bg-image .btn-1, .bg-color-10 .btn-1, .bg-color-10.bg-image .btn-1, .bg-color-1.bg-image .btn-1 {
  color: white !important;
  background-color: transparent !important;
  border-color: white !important;
}
.bg-color-1 .btn-1:hover, .bg-color-2 .btn-1:hover, .bg-color-2.bg-image .btn-1:hover, .bg-black .btn-1:hover, .bg-black.bg-image .btn-1:hover, .bg-color-3 .btn-1:hover, .bg-color-3.bg-image .btn-1:hover, .bg-color-4 .btn-1:hover, .bg-color-4.bg-image .btn-1:hover, .bg-color-5 .btn-1:hover, .bg-color-5.bg-image .btn-1:hover, .bg-color-6 .btn-1:hover, .bg-color-6.bg-image .btn-1:hover, .bg-color-7 .btn-1:hover, .bg-color-7.bg-image .btn-1:hover, .bg-color-8 .btn-1:hover, .bg-color-8.bg-image .btn-1:hover, .bg-color-9 .btn-1:hover, .bg-color-9.bg-image .btn-1:hover, .bg-color-10 .btn-1:hover, .bg-color-10.bg-image .btn-1:hover, .bg-color-1.bg-image .btn-1:hover {
  background-color: transparent !important;
  color: white !important;
}
.bg-color-1 .btn-2:hover, .bg-color-2 .btn-2:hover, .bg-color-2.bg-image .btn-2:hover, .bg-black .btn-2:hover, .bg-black.bg-image .btn-2:hover, .bg-color-3 .btn-2:hover, .bg-color-3.bg-image .btn-2:hover, .bg-color-4 .btn-2:hover, .bg-color-4.bg-image .btn-2:hover, .bg-color-5 .btn-2:hover, .bg-color-5.bg-image .btn-2:hover, .bg-color-6 .btn-2:hover, .bg-color-6.bg-image .btn-2:hover, .bg-color-7 .btn-2:hover, .bg-color-7.bg-image .btn-2:hover, .bg-color-8 .btn-2:hover, .bg-color-8.bg-image .btn-2:hover, .bg-color-9 .btn-2:hover, .bg-color-9.bg-image .btn-2:hover, .bg-color-10 .btn-2:hover, .bg-color-10.bg-image .btn-2:hover, .bg-color-1.bg-image .btn-2:hover {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.bg-color-1 .c-1:hover, .bg-color-2 .c-1:hover, .bg-color-2.bg-image .c-1:hover, .bg-black .c-1:hover, .bg-black.bg-image .c-1:hover, .bg-color-3 .c-1:hover, .bg-color-3.bg-image .c-1:hover, .bg-color-4 .c-1:hover, .bg-color-4.bg-image .c-1:hover, .bg-color-5 .c-1:hover, .bg-color-5.bg-image .c-1:hover, .bg-color-6 .c-1:hover, .bg-color-6.bg-image .c-1:hover, .bg-color-7 .c-1:hover, .bg-color-7.bg-image .c-1:hover, .bg-color-8 .c-1:hover, .bg-color-8.bg-image .c-1:hover, .bg-color-9 .c-1:hover, .bg-color-9.bg-image .c-1:hover, .bg-color-10 .c-1:hover, .bg-color-10.bg-image .c-1:hover, .bg-color-1.bg-image .c-1:hover, .bg-color-1 .c-2:hover, .bg-color-2 .c-2:hover, .bg-color-2.bg-image .c-2:hover, .bg-black .c-2:hover, .bg-black.bg-image .c-2:hover, .bg-color-3 .c-2:hover, .bg-color-3.bg-image .c-2:hover, .bg-color-4 .c-2:hover, .bg-color-4.bg-image .c-2:hover, .bg-color-5 .c-2:hover, .bg-color-5.bg-image .c-2:hover, .bg-color-6 .c-2:hover, .bg-color-6.bg-image .c-2:hover, .bg-color-7 .c-2:hover, .bg-color-7.bg-image .c-2:hover, .bg-color-8 .c-2:hover, .bg-color-8.bg-image .c-2:hover, .bg-color-9 .c-2:hover, .bg-color-9.bg-image .c-2:hover, .bg-color-10 .c-2:hover, .bg-color-10.bg-image .c-2:hover, .bg-color-1.bg-image .c-2:hover, .bg-color-1 .c-3:hover, .bg-color-2 .c-3:hover, .bg-color-2.bg-image .c-3:hover, .bg-black .c-3:hover, .bg-black.bg-image .c-3:hover, .bg-color-3 .c-3:hover, .bg-color-3.bg-image .c-3:hover, .bg-color-4 .c-3:hover, .bg-color-4.bg-image .c-3:hover, .bg-color-5 .c-3:hover, .bg-color-5.bg-image .c-3:hover, .bg-color-6 .c-3:hover, .bg-color-6.bg-image .c-3:hover, .bg-color-7 .c-3:hover, .bg-color-7.bg-image .c-3:hover, .bg-color-8 .c-3:hover, .bg-color-8.bg-image .c-3:hover, .bg-color-9 .c-3:hover, .bg-color-9.bg-image .c-3:hover, .bg-color-10 .c-3:hover, .bg-color-10.bg-image .c-3:hover, .bg-color-1.bg-image .c-3:hover, .bg-color-1 .c-4:hover, .bg-color-2 .c-4:hover, .bg-color-2.bg-image .c-4:hover, .bg-black .c-4:hover, .bg-black.bg-image .c-4:hover, .bg-color-3 .c-4:hover, .bg-color-3.bg-image .c-4:hover, .bg-color-4 .c-4:hover, .bg-color-4.bg-image .c-4:hover, .bg-color-5 .c-4:hover, .bg-color-5.bg-image .c-4:hover, .bg-color-6 .c-4:hover, .bg-color-6.bg-image .c-4:hover, .bg-color-7 .c-4:hover, .bg-color-7.bg-image .c-4:hover, .bg-color-8 .c-4:hover, .bg-color-8.bg-image .c-4:hover, .bg-color-9 .c-4:hover, .bg-color-9.bg-image .c-4:hover, .bg-color-10 .c-4:hover, .bg-color-10.bg-image .c-4:hover, .bg-color-1.bg-image .c-4:hover, .bg-color-1 .c-5:hover, .bg-color-2 .c-5:hover, .bg-color-2.bg-image .c-5:hover, .bg-black .c-5:hover, .bg-black.bg-image .c-5:hover, .bg-color-3 .c-5:hover, .bg-color-3.bg-image .c-5:hover, .bg-color-4 .c-5:hover, .bg-color-4.bg-image .c-5:hover, .bg-color-5 .c-5:hover, .bg-color-5.bg-image .c-5:hover, .bg-color-6 .c-5:hover, .bg-color-6.bg-image .c-5:hover, .bg-color-7 .c-5:hover, .bg-color-7.bg-image .c-5:hover, .bg-color-8 .c-5:hover, .bg-color-8.bg-image .c-5:hover, .bg-color-9 .c-5:hover, .bg-color-9.bg-image .c-5:hover, .bg-color-10 .c-5:hover, .bg-color-10.bg-image .c-5:hover, .bg-color-1.bg-image .c-5:hover, .bg-color-1 .c-6:hover, .bg-color-2 .c-6:hover, .bg-color-2.bg-image .c-6:hover, .bg-black .c-6:hover, .bg-black.bg-image .c-6:hover, .bg-color-3 .c-6:hover, .bg-color-3.bg-image .c-6:hover, .bg-color-4 .c-6:hover, .bg-color-4.bg-image .c-6:hover, .bg-color-5 .c-6:hover, .bg-color-5.bg-image .c-6:hover, .bg-color-6 .c-6:hover, .bg-color-6.bg-image .c-6:hover, .bg-color-7 .c-6:hover, .bg-color-7.bg-image .c-6:hover, .bg-color-8 .c-6:hover, .bg-color-8.bg-image .c-6:hover, .bg-color-9 .c-6:hover, .bg-color-9.bg-image .c-6:hover, .bg-color-10 .c-6:hover, .bg-color-10.bg-image .c-6:hover, .bg-color-1.bg-image .c-6:hover, .bg-color-1 .c-7:hover, .bg-color-2 .c-7:hover, .bg-color-2.bg-image .c-7:hover, .bg-black .c-7:hover, .bg-black.bg-image .c-7:hover, .bg-color-3 .c-7:hover, .bg-color-3.bg-image .c-7:hover, .bg-color-4 .c-7:hover, .bg-color-4.bg-image .c-7:hover, .bg-color-5 .c-7:hover, .bg-color-5.bg-image .c-7:hover, .bg-color-6 .c-7:hover, .bg-color-6.bg-image .c-7:hover, .bg-color-7 .c-7:hover, .bg-color-7.bg-image .c-7:hover, .bg-color-8 .c-7:hover, .bg-color-8.bg-image .c-7:hover, .bg-color-9 .c-7:hover, .bg-color-9.bg-image .c-7:hover, .bg-color-10 .c-7:hover, .bg-color-10.bg-image .c-7:hover, .bg-color-1.bg-image .c-7:hover {
  background-color: transparent !important;
  color: white !important;
  border: 1px solid #fff !important;
}
.bg-color-1 .selectric, .bg-color-2 .selectric, .bg-color-2.bg-image .selectric, .bg-black .selectric, .bg-black.bg-image .selectric, .bg-color-3 .selectric, .bg-color-3.bg-image .selectric, .bg-color-4 .selectric, .bg-color-4.bg-image .selectric, .bg-color-5 .selectric, .bg-color-5.bg-image .selectric, .bg-color-6 .selectric, .bg-color-6.bg-image .selectric, .bg-color-7 .selectric, .bg-color-7.bg-image .selectric, .bg-color-8 .selectric, .bg-color-8.bg-image .selectric, .bg-color-9 .selectric, .bg-color-9.bg-image .selectric, .bg-color-10 .selectric, .bg-color-10.bg-image .selectric, .bg-color-1.bg-image .selectric {
  background-color: transparent;
  border: 1px solid #fff;
}
.bg-color-1 .selectric .label, .bg-color-2 .selectric .label, .bg-color-2.bg-image .selectric .label, .bg-black .selectric .label, .bg-black.bg-image .selectric .label, .bg-color-3 .selectric .label, .bg-color-3.bg-image .selectric .label, .bg-color-4 .selectric .label, .bg-color-4.bg-image .selectric .label, .bg-color-5 .selectric .label, .bg-color-5.bg-image .selectric .label, .bg-color-6 .selectric .label, .bg-color-6.bg-image .selectric .label, .bg-color-7 .selectric .label, .bg-color-7.bg-image .selectric .label, .bg-color-8 .selectric .label, .bg-color-8.bg-image .selectric .label, .bg-color-9 .selectric .label, .bg-color-9.bg-image .selectric .label, .bg-color-10 .selectric .label, .bg-color-10.bg-image .selectric .label, .bg-color-1.bg-image .selectric .label {
  color: #fff;
}
.bg-color-1 .selectric .button:after, .bg-color-2 .selectric .button:after, .bg-color-2.bg-image .selectric .button:after, .bg-black .selectric .button:after, .bg-black.bg-image .selectric .button:after, .bg-color-3 .selectric .button:after, .bg-color-3.bg-image .selectric .button:after, .bg-color-4 .selectric .button:after, .bg-color-4.bg-image .selectric .button:after, .bg-color-5 .selectric .button:after, .bg-color-5.bg-image .selectric .button:after, .bg-color-6 .selectric .button:after, .bg-color-6.bg-image .selectric .button:after, .bg-color-7 .selectric .button:after, .bg-color-7.bg-image .selectric .button:after, .bg-color-8 .selectric .button:after, .bg-color-8.bg-image .selectric .button:after, .bg-color-9 .selectric .button:after, .bg-color-9.bg-image .selectric .button:after, .bg-color-10 .selectric .button:after, .bg-color-10.bg-image .selectric .button:after, .bg-color-1.bg-image .selectric .button:after {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.bg-color-1 .selectric:hover, .bg-color-2 .selectric:hover, .bg-color-2.bg-image .selectric:hover, .bg-black .selectric:hover, .bg-black.bg-image .selectric:hover, .bg-color-3 .selectric:hover, .bg-color-3.bg-image .selectric:hover, .bg-color-4 .selectric:hover, .bg-color-4.bg-image .selectric:hover, .bg-color-5 .selectric:hover, .bg-color-5.bg-image .selectric:hover, .bg-color-6 .selectric:hover, .bg-color-6.bg-image .selectric:hover, .bg-color-7 .selectric:hover, .bg-color-7.bg-image .selectric:hover, .bg-color-8 .selectric:hover, .bg-color-8.bg-image .selectric:hover, .bg-color-9 .selectric:hover, .bg-color-9.bg-image .selectric:hover, .bg-color-10 .selectric:hover, .bg-color-10.bg-image .selectric:hover, .bg-color-1.bg-image .selectric:hover {
  border: 1px solid #fff;
}
.bg-color-1 .selectric:hover .label, .bg-color-2 .selectric:hover .label, .bg-color-2.bg-image .selectric:hover .label, .bg-black .selectric:hover .label, .bg-black.bg-image .selectric:hover .label, .bg-color-3 .selectric:hover .label, .bg-color-3.bg-image .selectric:hover .label, .bg-color-4 .selectric:hover .label, .bg-color-4.bg-image .selectric:hover .label, .bg-color-5 .selectric:hover .label, .bg-color-5.bg-image .selectric:hover .label, .bg-color-6 .selectric:hover .label, .bg-color-6.bg-image .selectric:hover .label, .bg-color-7 .selectric:hover .label, .bg-color-7.bg-image .selectric:hover .label, .bg-color-8 .selectric:hover .label, .bg-color-8.bg-image .selectric:hover .label, .bg-color-9 .selectric:hover .label, .bg-color-9.bg-image .selectric:hover .label, .bg-color-10 .selectric:hover .label, .bg-color-10.bg-image .selectric:hover .label, .bg-color-1.bg-image .selectric:hover .label {
  color: #fff !important;
}
.bg-color-1 .selectric:hover .button:after, .bg-color-2 .selectric:hover .button:after, .bg-color-2.bg-image .selectric:hover .button:after, .bg-black .selectric:hover .button:after, .bg-black.bg-image .selectric:hover .button:after, .bg-color-3 .selectric:hover .button:after, .bg-color-3.bg-image .selectric:hover .button:after, .bg-color-4 .selectric:hover .button:after, .bg-color-4.bg-image .selectric:hover .button:after, .bg-color-5 .selectric:hover .button:after, .bg-color-5.bg-image .selectric:hover .button:after, .bg-color-6 .selectric:hover .button:after, .bg-color-6.bg-image .selectric:hover .button:after, .bg-color-7 .selectric:hover .button:after, .bg-color-7.bg-image .selectric:hover .button:after, .bg-color-8 .selectric:hover .button:after, .bg-color-8.bg-image .selectric:hover .button:after, .bg-color-9 .selectric:hover .button:after, .bg-color-9.bg-image .selectric:hover .button:after, .bg-color-10 .selectric:hover .button:after, .bg-color-10.bg-image .selectric:hover .button:after, .bg-color-1.bg-image .selectric:hover .button:after {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.bg-color-1 .selectric-items, .bg-color-2 .selectric-items, .bg-color-2.bg-image .selectric-items, .bg-black .selectric-items, .bg-black.bg-image .selectric-items, .bg-color-3 .selectric-items, .bg-color-3.bg-image .selectric-items, .bg-color-4 .selectric-items, .bg-color-4.bg-image .selectric-items, .bg-color-5 .selectric-items, .bg-color-5.bg-image .selectric-items, .bg-color-6 .selectric-items, .bg-color-6.bg-image .selectric-items, .bg-color-7 .selectric-items, .bg-color-7.bg-image .selectric-items, .bg-color-8 .selectric-items, .bg-color-8.bg-image .selectric-items, .bg-color-9 .selectric-items, .bg-color-9.bg-image .selectric-items, .bg-color-10 .selectric-items, .bg-color-10.bg-image .selectric-items, .bg-color-1.bg-image .selectric-items {
  border: 1px solid #fff;
}
.bg-color-1 .selectric-items li, .bg-color-2 .selectric-items li, .bg-color-2.bg-image .selectric-items li, .bg-black .selectric-items li, .bg-black.bg-image .selectric-items li, .bg-color-3 .selectric-items li, .bg-color-3.bg-image .selectric-items li, .bg-color-4 .selectric-items li, .bg-color-4.bg-image .selectric-items li, .bg-color-5 .selectric-items li, .bg-color-5.bg-image .selectric-items li, .bg-color-6 .selectric-items li, .bg-color-6.bg-image .selectric-items li, .bg-color-7 .selectric-items li, .bg-color-7.bg-image .selectric-items li, .bg-color-8 .selectric-items li, .bg-color-8.bg-image .selectric-items li, .bg-color-9 .selectric-items li, .bg-color-9.bg-image .selectric-items li, .bg-color-10 .selectric-items li, .bg-color-10.bg-image .selectric-items li, .bg-color-1.bg-image .selectric-items li {
  color: #1a5577;
}
.bg-color-1 .selectric-items li:hover, .bg-color-2 .selectric-items li:hover, .bg-color-2.bg-image .selectric-items li:hover, .bg-black .selectric-items li:hover, .bg-black.bg-image .selectric-items li:hover, .bg-color-3 .selectric-items li:hover, .bg-color-3.bg-image .selectric-items li:hover, .bg-color-4 .selectric-items li:hover, .bg-color-4.bg-image .selectric-items li:hover, .bg-color-5 .selectric-items li:hover, .bg-color-5.bg-image .selectric-items li:hover, .bg-color-6 .selectric-items li:hover, .bg-color-6.bg-image .selectric-items li:hover, .bg-color-7 .selectric-items li:hover, .bg-color-7.bg-image .selectric-items li:hover, .bg-color-8 .selectric-items li:hover, .bg-color-8.bg-image .selectric-items li:hover, .bg-color-9 .selectric-items li:hover, .bg-color-9.bg-image .selectric-items li:hover, .bg-color-10 .selectric-items li:hover, .bg-color-10.bg-image .selectric-items li:hover, .bg-color-1.bg-image .selectric-items li:hover {
  color: #fff;
  background-color: #1a5577;
}
.bg-color-1 .selectric-items li.selected, .bg-color-2 .selectric-items li.selected, .bg-color-2.bg-image .selectric-items li.selected, .bg-black .selectric-items li.selected, .bg-black.bg-image .selectric-items li.selected, .bg-color-3 .selectric-items li.selected, .bg-color-3.bg-image .selectric-items li.selected, .bg-color-4 .selectric-items li.selected, .bg-color-4.bg-image .selectric-items li.selected, .bg-color-5 .selectric-items li.selected, .bg-color-5.bg-image .selectric-items li.selected, .bg-color-6 .selectric-items li.selected, .bg-color-6.bg-image .selectric-items li.selected, .bg-color-7 .selectric-items li.selected, .bg-color-7.bg-image .selectric-items li.selected, .bg-color-8 .selectric-items li.selected, .bg-color-8.bg-image .selectric-items li.selected, .bg-color-9 .selectric-items li.selected, .bg-color-9.bg-image .selectric-items li.selected, .bg-color-10 .selectric-items li.selected, .bg-color-10.bg-image .selectric-items li.selected, .bg-color-1.bg-image .selectric-items li.selected {
  background: transparent;
  color: #1a5577;
}
.bg-color-1 .selectric-items li.selected:hover, .bg-color-2 .selectric-items li.selected:hover, .bg-color-2.bg-image .selectric-items li.selected:hover, .bg-black .selectric-items li.selected:hover, .bg-black.bg-image .selectric-items li.selected:hover, .bg-color-3 .selectric-items li.selected:hover, .bg-color-3.bg-image .selectric-items li.selected:hover, .bg-color-4 .selectric-items li.selected:hover, .bg-color-4.bg-image .selectric-items li.selected:hover, .bg-color-5 .selectric-items li.selected:hover, .bg-color-5.bg-image .selectric-items li.selected:hover, .bg-color-6 .selectric-items li.selected:hover, .bg-color-6.bg-image .selectric-items li.selected:hover, .bg-color-7 .selectric-items li.selected:hover, .bg-color-7.bg-image .selectric-items li.selected:hover, .bg-color-8 .selectric-items li.selected:hover, .bg-color-8.bg-image .selectric-items li.selected:hover, .bg-color-9 .selectric-items li.selected:hover, .bg-color-9.bg-image .selectric-items li.selected:hover, .bg-color-10 .selectric-items li.selected:hover, .bg-color-10.bg-image .selectric-items li.selected:hover, .bg-color-1.bg-image .selectric-items li.selected:hover {
  background-color: #1a5577;
  color: #fff;
}
.bg-color-1 .selectric-open .selectric, .bg-color-2 .selectric-open .selectric, .bg-color-2.bg-image .selectric-open .selectric, .bg-black .selectric-open .selectric, .bg-black.bg-image .selectric-open .selectric, .bg-color-3 .selectric-open .selectric, .bg-color-3.bg-image .selectric-open .selectric, .bg-color-4 .selectric-open .selectric, .bg-color-4.bg-image .selectric-open .selectric, .bg-color-5 .selectric-open .selectric, .bg-color-5.bg-image .selectric-open .selectric, .bg-color-6 .selectric-open .selectric, .bg-color-6.bg-image .selectric-open .selectric, .bg-color-7 .selectric-open .selectric, .bg-color-7.bg-image .selectric-open .selectric, .bg-color-8 .selectric-open .selectric, .bg-color-8.bg-image .selectric-open .selectric, .bg-color-9 .selectric-open .selectric, .bg-color-9.bg-image .selectric-open .selectric, .bg-color-10 .selectric-open .selectric, .bg-color-10.bg-image .selectric-open .selectric, .bg-color-1.bg-image .selectric-open .selectric {
  background-color: #fff;
  border: 1px solid #fff;
}
.bg-color-1 .selectric-open .selectric .label, .bg-color-2 .selectric-open .selectric .label, .bg-color-2.bg-image .selectric-open .selectric .label, .bg-black .selectric-open .selectric .label, .bg-black.bg-image .selectric-open .selectric .label, .bg-color-3 .selectric-open .selectric .label, .bg-color-3.bg-image .selectric-open .selectric .label, .bg-color-4 .selectric-open .selectric .label, .bg-color-4.bg-image .selectric-open .selectric .label, .bg-color-5 .selectric-open .selectric .label, .bg-color-5.bg-image .selectric-open .selectric .label, .bg-color-6 .selectric-open .selectric .label, .bg-color-6.bg-image .selectric-open .selectric .label, .bg-color-7 .selectric-open .selectric .label, .bg-color-7.bg-image .selectric-open .selectric .label, .bg-color-8 .selectric-open .selectric .label, .bg-color-8.bg-image .selectric-open .selectric .label, .bg-color-9 .selectric-open .selectric .label, .bg-color-9.bg-image .selectric-open .selectric .label, .bg-color-10 .selectric-open .selectric .label, .bg-color-10.bg-image .selectric-open .selectric .label, .bg-color-1.bg-image .selectric-open .selectric .label {
  color: #1a5577;
}
.bg-color-1 .selectric-open .selectric .button:after, .bg-color-2 .selectric-open .selectric .button:after, .bg-color-2.bg-image .selectric-open .selectric .button:after, .bg-black .selectric-open .selectric .button:after, .bg-black.bg-image .selectric-open .selectric .button:after, .bg-color-3 .selectric-open .selectric .button:after, .bg-color-3.bg-image .selectric-open .selectric .button:after, .bg-color-4 .selectric-open .selectric .button:after, .bg-color-4.bg-image .selectric-open .selectric .button:after, .bg-color-5 .selectric-open .selectric .button:after, .bg-color-5.bg-image .selectric-open .selectric .button:after, .bg-color-6 .selectric-open .selectric .button:after, .bg-color-6.bg-image .selectric-open .selectric .button:after, .bg-color-7 .selectric-open .selectric .button:after, .bg-color-7.bg-image .selectric-open .selectric .button:after, .bg-color-8 .selectric-open .selectric .button:after, .bg-color-8.bg-image .selectric-open .selectric .button:after, .bg-color-9 .selectric-open .selectric .button:after, .bg-color-9.bg-image .selectric-open .selectric .button:after, .bg-color-10 .selectric-open .selectric .button:after, .bg-color-10.bg-image .selectric-open .selectric .button:after, .bg-color-1.bg-image .selectric-open .selectric .button:after {
  color: #1a5577;
  font-size: 12px;
  font-size: 1.2rem;
}
.bg-color-1 .selectric-open .selectric:hover .label, .bg-color-2 .selectric-open .selectric:hover .label, .bg-color-2.bg-image .selectric-open .selectric:hover .label, .bg-black .selectric-open .selectric:hover .label, .bg-black.bg-image .selectric-open .selectric:hover .label, .bg-color-3 .selectric-open .selectric:hover .label, .bg-color-3.bg-image .selectric-open .selectric:hover .label, .bg-color-4 .selectric-open .selectric:hover .label, .bg-color-4.bg-image .selectric-open .selectric:hover .label, .bg-color-5 .selectric-open .selectric:hover .label, .bg-color-5.bg-image .selectric-open .selectric:hover .label, .bg-color-6 .selectric-open .selectric:hover .label, .bg-color-6.bg-image .selectric-open .selectric:hover .label, .bg-color-7 .selectric-open .selectric:hover .label, .bg-color-7.bg-image .selectric-open .selectric:hover .label, .bg-color-8 .selectric-open .selectric:hover .label, .bg-color-8.bg-image .selectric-open .selectric:hover .label, .bg-color-9 .selectric-open .selectric:hover .label, .bg-color-9.bg-image .selectric-open .selectric:hover .label, .bg-color-10 .selectric-open .selectric:hover .label, .bg-color-10.bg-image .selectric-open .selectric:hover .label, .bg-color-1.bg-image .selectric-open .selectric:hover .label {
  color: #1a5577 !important;
}
.bg-color-1 .link-box:before, .bg-color-2 .link-box:before, .bg-color-2.bg-image .link-box:before, .bg-black .link-box:before, .bg-black.bg-image .link-box:before, .bg-color-3 .link-box:before, .bg-color-3.bg-image .link-box:before, .bg-color-4 .link-box:before, .bg-color-4.bg-image .link-box:before, .bg-color-5 .link-box:before, .bg-color-5.bg-image .link-box:before, .bg-color-6 .link-box:before, .bg-color-6.bg-image .link-box:before, .bg-color-7 .link-box:before, .bg-color-7.bg-image .link-box:before, .bg-color-8 .link-box:before, .bg-color-8.bg-image .link-box:before, .bg-color-9 .link-box:before, .bg-color-9.bg-image .link-box:before, .bg-color-10 .link-box:before, .bg-color-10.bg-image .link-box:before, .bg-color-1.bg-image .link-box:before {
  color: #fff;
  background-color: #fff;
}
.bg-color-1 .footable > thead > tr > th, .bg-color-2 .footable > thead > tr > th, .bg-color-2.bg-image .footable > thead > tr > th, .bg-black .footable > thead > tr > th, .bg-black.bg-image .footable > thead > tr > th, .bg-color-3 .footable > thead > tr > th, .bg-color-3.bg-image .footable > thead > tr > th, .bg-color-4 .footable > thead > tr > th, .bg-color-4.bg-image .footable > thead > tr > th, .bg-color-5 .footable > thead > tr > th, .bg-color-5.bg-image .footable > thead > tr > th, .bg-color-6 .footable > thead > tr > th, .bg-color-6.bg-image .footable > thead > tr > th, .bg-color-7 .footable > thead > tr > th, .bg-color-7.bg-image .footable > thead > tr > th, .bg-color-8 .footable > thead > tr > th, .bg-color-8.bg-image .footable > thead > tr > th, .bg-color-9 .footable > thead > tr > th, .bg-color-9.bg-image .footable > thead > tr > th, .bg-color-10 .footable > thead > tr > th, .bg-color-10.bg-image .footable > thead > tr > th, .bg-color-1.bg-image .footable > thead > tr > th {
  background-color: #eb088c;
  color: #fff;
  border-top: none;
}
.bg-color-1 .footable > tbody > tr:hover, .bg-color-2 .footable > tbody > tr:hover, .bg-color-2.bg-image .footable > tbody > tr:hover, .bg-black .footable > tbody > tr:hover, .bg-black.bg-image .footable > tbody > tr:hover, .bg-color-3 .footable > tbody > tr:hover, .bg-color-3.bg-image .footable > tbody > tr:hover, .bg-color-4 .footable > tbody > tr:hover, .bg-color-4.bg-image .footable > tbody > tr:hover, .bg-color-5 .footable > tbody > tr:hover, .bg-color-5.bg-image .footable > tbody > tr:hover, .bg-color-6 .footable > tbody > tr:hover, .bg-color-6.bg-image .footable > tbody > tr:hover, .bg-color-7 .footable > tbody > tr:hover, .bg-color-7.bg-image .footable > tbody > tr:hover, .bg-color-8 .footable > tbody > tr:hover, .bg-color-8.bg-image .footable > tbody > tr:hover, .bg-color-9 .footable > tbody > tr:hover, .bg-color-9.bg-image .footable > tbody > tr:hover, .bg-color-10 .footable > tbody > tr:hover, .bg-color-10.bg-image .footable > tbody > tr:hover, .bg-color-1.bg-image .footable > tbody > tr:hover {
  background: #1a5577;
}
.bg-color-1 .bg-white .btn-1, .bg-color-2 .bg-white .btn-1, .bg-color-2.bg-image .bg-white .btn-1, .bg-black .bg-white .btn-1, .bg-black.bg-image .bg-white .btn-1, .bg-color-3 .bg-white .btn-1, .bg-color-3.bg-image .bg-white .btn-1, .bg-color-4 .bg-white .btn-1, .bg-color-4.bg-image .bg-white .btn-1, .bg-color-5 .bg-white .btn-1, .bg-color-5.bg-image .bg-white .btn-1, .bg-color-6 .bg-white .btn-1, .bg-color-6.bg-image .bg-white .btn-1, .bg-color-7 .bg-white .btn-1, .bg-color-7.bg-image .bg-white .btn-1, .bg-color-8 .bg-white .btn-1, .bg-color-8.bg-image .bg-white .btn-1, .bg-color-9 .bg-white .btn-1, .bg-color-9.bg-image .bg-white .btn-1, .bg-color-10 .bg-white .btn-1, .bg-color-10.bg-image .bg-white .btn-1, .bg-color-1.bg-image .bg-white .btn-1 {
  color: inherit !important;
  background-color: transparent !important;
  border-color: inherit !important;
}
.bg-color-1 .bg-white .btn-1:hover, .bg-color-2 .bg-white .btn-1:hover, .bg-color-2.bg-image .bg-white .btn-1:hover, .bg-black .bg-white .btn-1:hover, .bg-black.bg-image .bg-white .btn-1:hover, .bg-color-3 .bg-white .btn-1:hover, .bg-color-3.bg-image .bg-white .btn-1:hover, .bg-color-4 .bg-white .btn-1:hover, .bg-color-4.bg-image .bg-white .btn-1:hover, .bg-color-5 .bg-white .btn-1:hover, .bg-color-5.bg-image .bg-white .btn-1:hover, .bg-color-6 .bg-white .btn-1:hover, .bg-color-6.bg-image .bg-white .btn-1:hover, .bg-color-7 .bg-white .btn-1:hover, .bg-color-7.bg-image .bg-white .btn-1:hover, .bg-color-8 .bg-white .btn-1:hover, .bg-color-8.bg-image .bg-white .btn-1:hover, .bg-color-9 .bg-white .btn-1:hover, .bg-color-9.bg-image .bg-white .btn-1:hover, .bg-color-10 .bg-white .btn-1:hover, .bg-color-10.bg-image .bg-white .btn-1:hover, .bg-color-1.bg-image .bg-white .btn-1:hover {
  color: inherit !important;
  background-color: transparent !important;
  border-color: inherit !important;
}
.bg-color-1 .bg-white .btn-2, .bg-color-2 .bg-white .btn-2, .bg-color-2.bg-image .bg-white .btn-2, .bg-black .bg-white .btn-2, .bg-black.bg-image .bg-white .btn-2, .bg-color-3 .bg-white .btn-2, .bg-color-3.bg-image .bg-white .btn-2, .bg-color-4 .bg-white .btn-2, .bg-color-4.bg-image .bg-white .btn-2, .bg-color-5 .bg-white .btn-2, .bg-color-5.bg-image .bg-white .btn-2, .bg-color-6 .bg-white .btn-2, .bg-color-6.bg-image .bg-white .btn-2, .bg-color-7 .bg-white .btn-2, .bg-color-7.bg-image .bg-white .btn-2, .bg-color-8 .bg-white .btn-2, .bg-color-8.bg-image .bg-white .btn-2, .bg-color-9 .bg-white .btn-2, .bg-color-9.bg-image .bg-white .btn-2, .bg-color-10 .bg-white .btn-2, .bg-color-10.bg-image .bg-white .btn-2, .bg-color-1.bg-image .bg-white .btn-2 {
  color: inherit !important;
  background-color: transparent !important;
  border-color: inherit !important;
}
.bg-color-1 .bg-white .btn-2:hover, .bg-color-2 .bg-white .btn-2:hover, .bg-color-2.bg-image .bg-white .btn-2:hover, .bg-black .bg-white .btn-2:hover, .bg-black.bg-image .bg-white .btn-2:hover, .bg-color-3 .bg-white .btn-2:hover, .bg-color-3.bg-image .bg-white .btn-2:hover, .bg-color-4 .bg-white .btn-2:hover, .bg-color-4.bg-image .bg-white .btn-2:hover, .bg-color-5 .bg-white .btn-2:hover, .bg-color-5.bg-image .bg-white .btn-2:hover, .bg-color-6 .bg-white .btn-2:hover, .bg-color-6.bg-image .bg-white .btn-2:hover, .bg-color-7 .bg-white .btn-2:hover, .bg-color-7.bg-image .bg-white .btn-2:hover, .bg-color-8 .bg-white .btn-2:hover, .bg-color-8.bg-image .bg-white .btn-2:hover, .bg-color-9 .bg-white .btn-2:hover, .bg-color-9.bg-image .bg-white .btn-2:hover, .bg-color-10 .bg-white .btn-2:hover, .bg-color-10.bg-image .bg-white .btn-2:hover, .bg-color-1.bg-image .bg-white .btn-2:hover {
  color: inherit !important;
  background-color: transparent !important;
  border-color: inherit !important;
}
.bg-color-2, .bg-color-2.bg-image {
  color: #fff;
  fill: #1a5577;
  background-color: #b2d234;
}
.bg-color-2 .form h5 span, .bg-color-2.bg-image .form h5 span {
  background-color: #b2d234;
}
.bg-color-2 p, .bg-color-2.bg-image p {
  color: #222 !important;
}
.bg-color-2 p a, .bg-color-2.bg-image p a {
  color: #eb088c;
}
.bg-color-2 a, .bg-color-2.bg-image a {
  color: #eb088c;
}
.bg-color-2 .footable > thead > tr > th, .bg-color-2.bg-image .footable > thead > tr > th {
  background-color: #07d1ff;
  color: #fff;
  border-top: none;
}
.bg-color-2 .footable > tbody > tr:hover, .bg-color-2.bg-image .footable > tbody > tr:hover {
  background: #eb088c;
}
.bg-black, .bg-black.bg-image {
  color: #fff;
  fill: #fff;
  background-color: #000;
}
.bg-black .form h5 span, .bg-black.bg-image .form h5 span {
  background-color: #000;
}
.bg-color-3, .bg-color-3.bg-image {
  background-color: #eb088c;
  color: white;
  fill: #07d1ff;
}
.bg-color-3 .form h5 span, .bg-color-3.bg-image .form h5 span {
  background-color: #eb088c;
}
.bg-color-3 h1, .bg-color-3.bg-image h1, .bg-color-3 h2, .bg-color-3.bg-image h2, .bg-color-3 h3, .bg-color-3.bg-image h3, .bg-color-3 h4, .bg-color-3.bg-image h4, .bg-color-3 h5, .bg-color-3.bg-image h5, .bg-color-3 h6, .bg-color-3.bg-image h6, .bg-color-3 p, .bg-color-3.bg-image p, .bg-color-3 li, .bg-color-3.bg-image li {
  color: inherit;
  fill: inherit;
}
.bg-color-3 p a, .bg-color-3.bg-image p a {
  color: #f8943b;
}
.bg-color-3 .btn-2, .bg-color-3.bg-image .btn-2 {
  color: white !important;
  background-color: #f8943b !important;
  border-color: #f8943b !important;
}
.bg-color-3 .btn-2:hover, .bg-color-3.bg-image .btn-2:hover {
  background-color: #f8943b !important;
  color: white !important;
}
.bg-color-3 .footable > thead > tr > th, .bg-color-3.bg-image .footable > thead > tr > th {
  background-color: #f8943b;
  color: #fff;
  border-top: none;
}
.bg-color-3 .footable > tbody > tr:hover, .bg-color-3.bg-image .footable > tbody > tr:hover {
  background: #b2d234;
}
.bg-color-4, .bg-color-4.bg-image {
  background-color: #07d1ff;
  color: white;
  fill: #eb088c;
}
.bg-color-4 .form h5 span, .bg-color-4.bg-image .form h5 span {
  background-color: #f8943b;
}
.bg-color-4 h1, .bg-color-4.bg-image h1, .bg-color-4 h2, .bg-color-4.bg-image h2, .bg-color-4 h3, .bg-color-4.bg-image h3, .bg-color-4 h4, .bg-color-4.bg-image h4, .bg-color-4 h5, .bg-color-4.bg-image h5, .bg-color-4 h6, .bg-color-4.bg-image h6, .bg-color-4 p, .bg-color-4.bg-image p, .bg-color-4 li, .bg-color-4.bg-image li {
  color: inherit;
  fill: inherit;
}
.bg-color-4 p, .bg-color-4.bg-image p {
  color: #222 !important;
}
.bg-color-4 p a, .bg-color-4.bg-image p a {
  color: #1a5577;
}
.bg-color-4 .btn-1, .bg-color-4.bg-image .btn-1 {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}
.bg-color-4 .btn-1:hover, .bg-color-4.bg-image .btn-1:hover {
  background-color: #1a5577 !important;
  color: white !important;
}
.bg-color-4 .btn-2, .bg-color-4.bg-image .btn-2 {
  color: white !important;
  background-color: #1a5577 !important;
  border-color: #1a5577 !important;
}
.bg-color-4 .btn-2:hover, .bg-color-4.bg-image .btn-2:hover {
  background-color: #1a5577 !important;
  color: white !important;
}
.bg-color-4 .footable > thead > tr > th, .bg-color-4.bg-image .footable > thead > tr > th {
  background-color: #039;
  color: #fff;
  border-top: none;
}
.bg-color-4 .footable > tbody > tr:hover, .bg-color-4.bg-image .footable > tbody > tr:hover {
  background: #b2d234;
}
.bg-color-5, .bg-color-5.bg-image {
  background-color: #1a775c;
  color: white;
  fill: #b2d234;
}
.bg-color-5 h1, .bg-color-5.bg-image h1, .bg-color-5 h2, .bg-color-5.bg-image h2, .bg-color-5 h3, .bg-color-5.bg-image h3, .bg-color-5 h4, .bg-color-5.bg-image h4, .bg-color-5 h5, .bg-color-5.bg-image h5, .bg-color-5 h6, .bg-color-5.bg-image h6, .bg-color-5 li, .bg-color-5.bg-image li {
  color: white;
  fill: white;
}
.bg-color-5 .form h5 span, .bg-color-5.bg-image .form h5 span {
  background-color: #039;
}
.bg-color-5 p a, .bg-color-5.bg-image p a {
  color: #f8943b;
}
.bg-color-5 .footable > thead > tr > th, .bg-color-5.bg-image .footable > thead > tr > th {
  background-color: #1a5577;
  color: #fff;
  border-top: none;
}
.bg-color-5 .footable > tbody > tr:hover, .bg-color-5.bg-image .footable > tbody > tr:hover {
  background: #b2d234;
}
.bg-color-6, .bg-color-6.bg-image {
  background-color: #b2d234;
  color: white;
  fill: white;
}
.bg-color-6 h1, .bg-color-6.bg-image h1, .bg-color-6 h2, .bg-color-6.bg-image h2, .bg-color-6 h3, .bg-color-6.bg-image h3, .bg-color-6 h4, .bg-color-6.bg-image h4, .bg-color-6 h5, .bg-color-6.bg-image h5, .bg-color-6 h6, .bg-color-6.bg-image h6, .bg-color-6 li, .bg-color-6.bg-image li {
  color: white;
  fill: white;
}
.bg-color-6 .form h5 span, .bg-color-6.bg-image .form h5 span {
  background-color: #b2d234;
}
.bg-color-7, .bg-color-7.bg-image {
  background-color: #c02;
  color: white;
  fill: white;
}
.bg-color-7 h1, .bg-color-7.bg-image h1, .bg-color-7 h2, .bg-color-7.bg-image h2, .bg-color-7 h3, .bg-color-7.bg-image h3, .bg-color-7 h4, .bg-color-7.bg-image h4, .bg-color-7 h5, .bg-color-7.bg-image h5, .bg-color-7 h6, .bg-color-7.bg-image h6, .bg-color-7 li, .bg-color-7.bg-image li {
  color: white;
  fill: white;
}
.bg-color-7 .form h5 span, .bg-color-7.bg-image .form h5 span {
  background-color: #c02;
}
.bg-color-8, .bg-color-8.bg-image {
  background-color: #f9f9f9;
  color: white;
  fill: white;
}
.bg-color-8 h1, .bg-color-8.bg-image h1, .bg-color-8 h2, .bg-color-8.bg-image h2, .bg-color-8 h3, .bg-color-8.bg-image h3, .bg-color-8 h4, .bg-color-8.bg-image h4, .bg-color-8 h5, .bg-color-8.bg-image h5, .bg-color-8 h6, .bg-color-8.bg-image h6, .bg-color-8 li, .bg-color-8.bg-image li {
  color: white;
  fill: white;
}
.bg-color-8 .form h5 span, .bg-color-8.bg-image .form h5 span {
  background-color: #f9f9f9;
}
.bg-color-9, .bg-color-9.bg-image {
  background-color: #039;
  color: white;
  fill: white;
}
.bg-color-9 h1, .bg-color-9.bg-image h1, .bg-color-9 h2, .bg-color-9.bg-image h2, .bg-color-9 h3, .bg-color-9.bg-image h3, .bg-color-9 h4, .bg-color-9.bg-image h4, .bg-color-9 h5, .bg-color-9.bg-image h5, .bg-color-9 h6, .bg-color-9.bg-image h6, .bg-color-9 li, .bg-color-9.bg-image li {
  color: white;
  fill: white;
}
.bg-color-9 .form h5 span, .bg-color-9.bg-image .form h5 span {
  background-color: #039;
}
.bg-color-10, .bg-color-10.bg-image {
  color: #fff;
  fill: #fff;
  background-color: #006;
}
.bg-color-10 .form h5 span, .bg-color-10.bg-image .form h5 span {
  background-color: #006;
}
.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.bg-image h1, .bg-color-10 h2, .bg-color-10.bg-image h2, .bg-color-10 h3, .bg-color-10.bg-image h3, .bg-color-10 h4, .bg-color-10.bg-image h4, .bg-color-10 h5, .bg-color-10.bg-image h5, .bg-color-10 h6, .bg-color-10.bg-image h6 {
  color: inherit;
  fill: inherit;
}
.bg-color-10 p, .bg-color-10.bg-image p, .bg-color-10 li, .bg-color-10.bg-image li {
  color: white;
}
.bg-color-10 a, .bg-color-10.bg-image a {
  color: #fff;
}
.bg-color-10 .btn-1, .bg-color-10.bg-image .btn-1 {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}
.bg-color-10 .btn-1:hover, .bg-color-10.bg-image .btn-1:hover {
  background-color: #006 !important;
  color: white !important;
}
.bg-color-10 .btn-2, .bg-color-10.bg-image .btn-2 {
  color: white !important;
  background-color: #1a5577 !important;
  border-color: #1a5577 !important;
}
.bg-color-10 .btn-2:hover, .bg-color-10.bg-image .btn-2:hover {
  background-color: #1a5577 !important;
  color: white !important;
}
/*--- Supporting styles -------------------*/
.white-text, .bg-image {
  color: white !important;
  fill: white !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 li, .bg-image li {
  color: white !important;
}
.white-text p, .bg-image p {
  color: white !important;
}
.white-text a, .bg-image a {
  color: #07d1ff;
}
.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;
}
.bg-white, .bg-white.bg-image {
  background-color: white;
  color: #1a5577;
  fill: #1a5577;
}
.bg-white h1, .bg-white.bg-image h1, .bg-white h2, .bg-white.bg-image h2, .bg-white h3, .bg-white.bg-image h3, .bg-white h4, .bg-white.bg-image h4, .bg-white h5, .bg-white.bg-image h5, .bg-white h6, .bg-white.bg-image h6 {
  color: #1a5577;
}
.bg-white p, .bg-white.bg-image p {
  color: #222;
}
.bg-white div[class^='box-'], .bg-white.bg-image div[class^='box-'], .bg-white div[class*=' box-'], .bg-white.bg-image div[class*=' box-'] {
  border-color: #e3e3e3;
}
.bg-white input[type="text"].text, .bg-white.bg-image input[type="text"].text {
  border: 1px solid #222;
}
.bg-white .selectric, .bg-white.bg-image .selectric {
  border: 1px solid #222;
}
.bg-white .selectric .label, .bg-white.bg-image .selectric .label {
  color: #222;
}
.bg-white .selectric .button:after, .bg-white.bg-image .selectric .button:after {
  color: #222;
}
.bg-white .selectric-items, .bg-white.bg-image .selectric-items {
  border: 1px solid #222;
  border-top: none;
}
.bg-white.bg-image p {
  color: #fff;
}
.bg-grey, .bg-grey.bg-image {
  background-color: #f9f9f9;
  color: #1a5577;
  fill: #1a5577;
}
.bg-grey p, .bg-grey.bg-image p, .bg-grey ul, .bg-grey.bg-image ul, .bg-grey ol, .bg-grey.bg-image ol, .bg-grey li, .bg-grey.bg-image li {
  color: #222 !important;
}
.bg-grey h1, .bg-grey.bg-image h1, .bg-grey h2, .bg-grey.bg-image h2, .bg-grey h3, .bg-grey.bg-image h3, .bg-grey h4, .bg-grey.bg-image h4, .bg-grey h5, .bg-grey.bg-image h5, .bg-grey h6, .bg-grey.bg-image h6 {
  color: #1a5577 !important;
}
.bg-grey div[class^='box-'], .bg-grey.bg-image div[class^='box-'], .bg-grey div[class*=' box-'], .bg-grey.bg-image div[class*=' box-'] {
  border-color: #e3e3e3;
}
.bg-grey .item .form .text, .bg-grey.bg-image .item .form .text {
  border: 1px solid #222;
}
.bg-grey .item .form .selectric, .bg-grey.bg-image .item .form .selectric {
  border: 1px solid #222;
}
.bg-grey .item .form .selectric .label, .bg-grey.bg-image .item .form .selectric .label {
  color: #222;
}
.bg-grey .item .form .selectric .button:after, .bg-grey.bg-image .item .form .selectric .button:after {
  color: #222;
}
.bg-grey .item .form .selectric-items, .bg-grey.bg-image .item .form .selectric-items {
  border: 1px solid #222;
  border-top: none;
}
.bg-grey .bg-image p, .bg-grey.bg-image .bg-image p, .bg-grey .bg-image ul, .bg-grey.bg-image .bg-image ul, .bg-grey .bg-image ol, .bg-grey.bg-image .bg-image ol, .bg-grey .bg-image li, .bg-grey.bg-image .bg-image li {
  color: #fff !important;
}
.bg-grey .bg-image h1, .bg-grey.bg-image .bg-image h1, .bg-grey .bg-image h2, .bg-grey.bg-image .bg-image h2, .bg-grey .bg-image h3, .bg-grey.bg-image .bg-image h3, .bg-grey .bg-image h4, .bg-grey.bg-image .bg-image h4, .bg-grey .bg-image h5, .bg-grey.bg-image .bg-image h5, .bg-grey .bg-image h6, .bg-grey.bg-image .bg-image h6 {
  color: #fff !important;
}
.bg-grey .bg-color-1 p, .bg-grey .bg-color-2 p, .bg-grey .bg-color-2.bg-image p, .bg-grey .bg-black p, .bg-grey .bg-black.bg-image p, .bg-grey .bg-color-3 p, .bg-grey .bg-color-3.bg-image p, .bg-grey .bg-color-4 p, .bg-grey .bg-color-4.bg-image p, .bg-grey .bg-color-5 p, .bg-grey .bg-color-5.bg-image p, .bg-grey .bg-color-6 p, .bg-grey .bg-color-6.bg-image p, .bg-grey .bg-color-7 p, .bg-grey .bg-color-7.bg-image p, .bg-grey .bg-color-8 p, .bg-grey .bg-color-8.bg-image p, .bg-grey .bg-color-9 p, .bg-grey .bg-color-9.bg-image p, .bg-grey .bg-color-10 p, .bg-grey .bg-color-10.bg-image p, .bg-grey.bg-image .bg-color-1 p, .bg-grey.bg-image .bg-color-2 p, .bg-grey.bg-image .bg-color-2.bg-image p, .bg-grey.bg-image .bg-black p, .bg-grey.bg-image .bg-black.bg-image p, .bg-grey.bg-image .bg-color-3 p, .bg-grey.bg-image .bg-color-3.bg-image p, .bg-grey.bg-image .bg-color-4 p, .bg-grey.bg-image .bg-color-4.bg-image p, .bg-grey.bg-image .bg-color-5 p, .bg-grey.bg-image .bg-color-5.bg-image p, .bg-grey.bg-image .bg-color-6 p, .bg-grey.bg-image .bg-color-6.bg-image p, .bg-grey.bg-image .bg-color-7 p, .bg-grey.bg-image .bg-color-7.bg-image p, .bg-grey.bg-image .bg-color-8 p, .bg-grey.bg-image .bg-color-8.bg-image p, .bg-grey.bg-image .bg-color-9 p, .bg-grey.bg-image .bg-color-9.bg-image p, .bg-grey.bg-image .bg-color-10 p, .bg-grey.bg-image .bg-color-10.bg-image p, .bg-grey .bg-color-1 ul, .bg-grey .bg-color-2 ul, .bg-grey .bg-color-2.bg-image ul, .bg-grey .bg-black ul, .bg-grey .bg-black.bg-image ul, .bg-grey .bg-color-3 ul, .bg-grey .bg-color-3.bg-image ul, .bg-grey .bg-color-4 ul, .bg-grey .bg-color-4.bg-image ul, .bg-grey .bg-color-5 ul, .bg-grey .bg-color-5.bg-image ul, .bg-grey .bg-color-6 ul, .bg-grey .bg-color-6.bg-image ul, .bg-grey .bg-color-7 ul, .bg-grey .bg-color-7.bg-image ul, .bg-grey .bg-color-8 ul, .bg-grey .bg-color-8.bg-image ul, .bg-grey .bg-color-9 ul, .bg-grey .bg-color-9.bg-image ul, .bg-grey .bg-color-10 ul, .bg-grey .bg-color-10.bg-image ul, .bg-grey.bg-image .bg-color-1 ul, .bg-grey.bg-image .bg-color-2 ul, .bg-grey.bg-image .bg-color-2.bg-image ul, .bg-grey.bg-image .bg-black ul, .bg-grey.bg-image .bg-black.bg-image ul, .bg-grey.bg-image .bg-color-3 ul, .bg-grey.bg-image .bg-color-3.bg-image ul, .bg-grey.bg-image .bg-color-4 ul, .bg-grey.bg-image .bg-color-4.bg-image ul, .bg-grey.bg-image .bg-color-5 ul, .bg-grey.bg-image .bg-color-5.bg-image ul, .bg-grey.bg-image .bg-color-6 ul, .bg-grey.bg-image .bg-color-6.bg-image ul, .bg-grey.bg-image .bg-color-7 ul, .bg-grey.bg-image .bg-color-7.bg-image ul, .bg-grey.bg-image .bg-color-8 ul, .bg-grey.bg-image .bg-color-8.bg-image ul, .bg-grey.bg-image .bg-color-9 ul, .bg-grey.bg-image .bg-color-9.bg-image ul, .bg-grey.bg-image .bg-color-10 ul, .bg-grey.bg-image .bg-color-10.bg-image ul, .bg-grey .bg-color-1 ol, .bg-grey .bg-color-2 ol, .bg-grey .bg-color-2.bg-image ol, .bg-grey .bg-black ol, .bg-grey .bg-black.bg-image ol, .bg-grey .bg-color-3 ol, .bg-grey .bg-color-3.bg-image ol, .bg-grey .bg-color-4 ol, .bg-grey .bg-color-4.bg-image ol, .bg-grey .bg-color-5 ol, .bg-grey .bg-color-5.bg-image ol, .bg-grey .bg-color-6 ol, .bg-grey .bg-color-6.bg-image ol, .bg-grey .bg-color-7 ol, .bg-grey .bg-color-7.bg-image ol, .bg-grey .bg-color-8 ol, .bg-grey .bg-color-8.bg-image ol, .bg-grey .bg-color-9 ol, .bg-grey .bg-color-9.bg-image ol, .bg-grey .bg-color-10 ol, .bg-grey .bg-color-10.bg-image ol, .bg-grey.bg-image .bg-color-1 ol, .bg-grey.bg-image .bg-color-2 ol, .bg-grey.bg-image .bg-color-2.bg-image ol, .bg-grey.bg-image .bg-black ol, .bg-grey.bg-image .bg-black.bg-image ol, .bg-grey.bg-image .bg-color-3 ol, .bg-grey.bg-image .bg-color-3.bg-image ol, .bg-grey.bg-image .bg-color-4 ol, .bg-grey.bg-image .bg-color-4.bg-image ol, .bg-grey.bg-image .bg-color-5 ol, .bg-grey.bg-image .bg-color-5.bg-image ol, .bg-grey.bg-image .bg-color-6 ol, .bg-grey.bg-image .bg-color-6.bg-image ol, .bg-grey.bg-image .bg-color-7 ol, .bg-grey.bg-image .bg-color-7.bg-image ol, .bg-grey.bg-image .bg-color-8 ol, .bg-grey.bg-image .bg-color-8.bg-image ol, .bg-grey.bg-image .bg-color-9 ol, .bg-grey.bg-image .bg-color-9.bg-image ol, .bg-grey.bg-image .bg-color-10 ol, .bg-grey.bg-image .bg-color-10.bg-image ol, .bg-grey .bg-color-1 li, .bg-grey .bg-color-2 li, .bg-grey .bg-color-2.bg-image li, .bg-grey .bg-black li, .bg-grey .bg-black.bg-image li, .bg-grey .bg-color-3 li, .bg-grey .bg-color-3.bg-image li, .bg-grey .bg-color-4 li, .bg-grey .bg-color-4.bg-image li, .bg-grey .bg-color-5 li, .bg-grey .bg-color-5.bg-image li, .bg-grey .bg-color-6 li, .bg-grey .bg-color-6.bg-image li, .bg-grey .bg-color-7 li, .bg-grey .bg-color-7.bg-image li, .bg-grey .bg-color-8 li, .bg-grey .bg-color-8.bg-image li, .bg-grey .bg-color-9 li, .bg-grey .bg-color-9.bg-image li, .bg-grey .bg-color-10 li, .bg-grey .bg-color-10.bg-image li, .bg-grey.bg-image .bg-color-1 li, .bg-grey.bg-image .bg-color-2 li, .bg-grey.bg-image .bg-color-2.bg-image li, .bg-grey.bg-image .bg-black li, .bg-grey.bg-image .bg-black.bg-image li, .bg-grey.bg-image .bg-color-3 li, .bg-grey.bg-image .bg-color-3.bg-image li, .bg-grey.bg-image .bg-color-4 li, .bg-grey.bg-image .bg-color-4.bg-image li, .bg-grey.bg-image .bg-color-5 li, .bg-grey.bg-image .bg-color-5.bg-image li, .bg-grey.bg-image .bg-color-6 li, .bg-grey.bg-image .bg-color-6.bg-image li, .bg-grey.bg-image .bg-color-7 li, .bg-grey.bg-image .bg-color-7.bg-image li, .bg-grey.bg-image .bg-color-8 li, .bg-grey.bg-image .bg-color-8.bg-image li, .bg-grey.bg-image .bg-color-9 li, .bg-grey.bg-image .bg-color-9.bg-image li, .bg-grey.bg-image .bg-color-10 li, .bg-grey.bg-image .bg-color-10.bg-image li {
  color: #fff !important;
}
.bg-grey .bg-color-1 h1, .bg-grey .bg-color-2 h1, .bg-grey .bg-color-2.bg-image h1, .bg-grey .bg-black h1, .bg-grey .bg-black.bg-image h1, .bg-grey .bg-color-3 h1, .bg-grey .bg-color-3.bg-image h1, .bg-grey .bg-color-4 h1, .bg-grey .bg-color-4.bg-image h1, .bg-grey .bg-color-5 h1, .bg-grey .bg-color-5.bg-image h1, .bg-grey .bg-color-6 h1, .bg-grey .bg-color-6.bg-image h1, .bg-grey .bg-color-7 h1, .bg-grey .bg-color-7.bg-image h1, .bg-grey .bg-color-8 h1, .bg-grey .bg-color-8.bg-image h1, .bg-grey .bg-color-9 h1, .bg-grey .bg-color-9.bg-image h1, .bg-grey .bg-color-10 h1, .bg-grey .bg-color-10.bg-image h1, .bg-grey.bg-image .bg-color-1 h1, .bg-grey.bg-image .bg-color-2 h1, .bg-grey.bg-image .bg-color-2.bg-image h1, .bg-grey.bg-image .bg-black h1, .bg-grey.bg-image .bg-black.bg-image h1, .bg-grey.bg-image .bg-color-3 h1, .bg-grey.bg-image .bg-color-3.bg-image h1, .bg-grey.bg-image .bg-color-4 h1, .bg-grey.bg-image .bg-color-4.bg-image h1, .bg-grey.bg-image .bg-color-5 h1, .bg-grey.bg-image .bg-color-5.bg-image h1, .bg-grey.bg-image .bg-color-6 h1, .bg-grey.bg-image .bg-color-6.bg-image h1, .bg-grey.bg-image .bg-color-7 h1, .bg-grey.bg-image .bg-color-7.bg-image h1, .bg-grey.bg-image .bg-color-8 h1, .bg-grey.bg-image .bg-color-8.bg-image h1, .bg-grey.bg-image .bg-color-9 h1, .bg-grey.bg-image .bg-color-9.bg-image h1, .bg-grey.bg-image .bg-color-10 h1, .bg-grey.bg-image .bg-color-10.bg-image h1, .bg-grey .bg-color-1 h2, .bg-grey .bg-color-2 h2, .bg-grey .bg-color-2.bg-image h2, .bg-grey .bg-black h2, .bg-grey .bg-black.bg-image h2, .bg-grey .bg-color-3 h2, .bg-grey .bg-color-3.bg-image h2, .bg-grey .bg-color-4 h2, .bg-grey .bg-color-4.bg-image h2, .bg-grey .bg-color-5 h2, .bg-grey .bg-color-5.bg-image h2, .bg-grey .bg-color-6 h2, .bg-grey .bg-color-6.bg-image h2, .bg-grey .bg-color-7 h2, .bg-grey .bg-color-7.bg-image h2, .bg-grey .bg-color-8 h2, .bg-grey .bg-color-8.bg-image h2, .bg-grey .bg-color-9 h2, .bg-grey .bg-color-9.bg-image h2, .bg-grey .bg-color-10 h2, .bg-grey .bg-color-10.bg-image h2, .bg-grey.bg-image .bg-color-1 h2, .bg-grey.bg-image .bg-color-2 h2, .bg-grey.bg-image .bg-color-2.bg-image h2, .bg-grey.bg-image .bg-black h2, .bg-grey.bg-image .bg-black.bg-image h2, .bg-grey.bg-image .bg-color-3 h2, .bg-grey.bg-image .bg-color-3.bg-image h2, .bg-grey.bg-image .bg-color-4 h2, .bg-grey.bg-image .bg-color-4.bg-image h2, .bg-grey.bg-image .bg-color-5 h2, .bg-grey.bg-image .bg-color-5.bg-image h2, .bg-grey.bg-image .bg-color-6 h2, .bg-grey.bg-image .bg-color-6.bg-image h2, .bg-grey.bg-image .bg-color-7 h2, .bg-grey.bg-image .bg-color-7.bg-image h2, .bg-grey.bg-image .bg-color-8 h2, .bg-grey.bg-image .bg-color-8.bg-image h2, .bg-grey.bg-image .bg-color-9 h2, .bg-grey.bg-image .bg-color-9.bg-image h2, .bg-grey.bg-image .bg-color-10 h2, .bg-grey.bg-image .bg-color-10.bg-image h2, .bg-grey .bg-color-1 h3, .bg-grey .bg-color-2 h3, .bg-grey .bg-color-2.bg-image h3, .bg-grey .bg-black h3, .bg-grey .bg-black.bg-image h3, .bg-grey .bg-color-3 h3, .bg-grey .bg-color-3.bg-image h3, .bg-grey .bg-color-4 h3, .bg-grey .bg-color-4.bg-image h3, .bg-grey .bg-color-5 h3, .bg-grey .bg-color-5.bg-image h3, .bg-grey .bg-color-6 h3, .bg-grey .bg-color-6.bg-image h3, .bg-grey .bg-color-7 h3, .bg-grey .bg-color-7.bg-image h3, .bg-grey .bg-color-8 h3, .bg-grey .bg-color-8.bg-image h3, .bg-grey .bg-color-9 h3, .bg-grey .bg-color-9.bg-image h3, .bg-grey .bg-color-10 h3, .bg-grey .bg-color-10.bg-image h3, .bg-grey.bg-image .bg-color-1 h3, .bg-grey.bg-image .bg-color-2 h3, .bg-grey.bg-image .bg-color-2.bg-image h3, .bg-grey.bg-image .bg-black h3, .bg-grey.bg-image .bg-black.bg-image h3, .bg-grey.bg-image .bg-color-3 h3, .bg-grey.bg-image .bg-color-3.bg-image h3, .bg-grey.bg-image .bg-color-4 h3, .bg-grey.bg-image .bg-color-4.bg-image h3, .bg-grey.bg-image .bg-color-5 h3, .bg-grey.bg-image .bg-color-5.bg-image h3, .bg-grey.bg-image .bg-color-6 h3, .bg-grey.bg-image .bg-color-6.bg-image h3, .bg-grey.bg-image .bg-color-7 h3, .bg-grey.bg-image .bg-color-7.bg-image h3, .bg-grey.bg-image .bg-color-8 h3, .bg-grey.bg-image .bg-color-8.bg-image h3, .bg-grey.bg-image .bg-color-9 h3, .bg-grey.bg-image .bg-color-9.bg-image h3, .bg-grey.bg-image .bg-color-10 h3, .bg-grey.bg-image .bg-color-10.bg-image h3, .bg-grey .bg-color-1 h4, .bg-grey .bg-color-2 h4, .bg-grey .bg-color-2.bg-image h4, .bg-grey .bg-black h4, .bg-grey .bg-black.bg-image h4, .bg-grey .bg-color-3 h4, .bg-grey .bg-color-3.bg-image h4, .bg-grey .bg-color-4 h4, .bg-grey .bg-color-4.bg-image h4, .bg-grey .bg-color-5 h4, .bg-grey .bg-color-5.bg-image h4, .bg-grey .bg-color-6 h4, .bg-grey .bg-color-6.bg-image h4, .bg-grey .bg-color-7 h4, .bg-grey .bg-color-7.bg-image h4, .bg-grey .bg-color-8 h4, .bg-grey .bg-color-8.bg-image h4, .bg-grey .bg-color-9 h4, .bg-grey .bg-color-9.bg-image h4, .bg-grey .bg-color-10 h4, .bg-grey .bg-color-10.bg-image h4, .bg-grey.bg-image .bg-color-1 h4, .bg-grey.bg-image .bg-color-2 h4, .bg-grey.bg-image .bg-color-2.bg-image h4, .bg-grey.bg-image .bg-black h4, .bg-grey.bg-image .bg-black.bg-image h4, .bg-grey.bg-image .bg-color-3 h4, .bg-grey.bg-image .bg-color-3.bg-image h4, .bg-grey.bg-image .bg-color-4 h4, .bg-grey.bg-image .bg-color-4.bg-image h4, .bg-grey.bg-image .bg-color-5 h4, .bg-grey.bg-image .bg-color-5.bg-image h4, .bg-grey.bg-image .bg-color-6 h4, .bg-grey.bg-image .bg-color-6.bg-image h4, .bg-grey.bg-image .bg-color-7 h4, .bg-grey.bg-image .bg-color-7.bg-image h4, .bg-grey.bg-image .bg-color-8 h4, .bg-grey.bg-image .bg-color-8.bg-image h4, .bg-grey.bg-image .bg-color-9 h4, .bg-grey.bg-image .bg-color-9.bg-image h4, .bg-grey.bg-image .bg-color-10 h4, .bg-grey.bg-image .bg-color-10.bg-image h4, .bg-grey .bg-color-1 h5, .bg-grey .bg-color-2 h5, .bg-grey .bg-color-2.bg-image h5, .bg-grey .bg-black h5, .bg-grey .bg-black.bg-image h5, .bg-grey .bg-color-3 h5, .bg-grey .bg-color-3.bg-image h5, .bg-grey .bg-color-4 h5, .bg-grey .bg-color-4.bg-image h5, .bg-grey .bg-color-5 h5, .bg-grey .bg-color-5.bg-image h5, .bg-grey .bg-color-6 h5, .bg-grey .bg-color-6.bg-image h5, .bg-grey .bg-color-7 h5, .bg-grey .bg-color-7.bg-image h5, .bg-grey .bg-color-8 h5, .bg-grey .bg-color-8.bg-image h5, .bg-grey .bg-color-9 h5, .bg-grey .bg-color-9.bg-image h5, .bg-grey .bg-color-10 h5, .bg-grey .bg-color-10.bg-image h5, .bg-grey.bg-image .bg-color-1 h5, .bg-grey.bg-image .bg-color-2 h5, .bg-grey.bg-image .bg-color-2.bg-image h5, .bg-grey.bg-image .bg-black h5, .bg-grey.bg-image .bg-black.bg-image h5, .bg-grey.bg-image .bg-color-3 h5, .bg-grey.bg-image .bg-color-3.bg-image h5, .bg-grey.bg-image .bg-color-4 h5, .bg-grey.bg-image .bg-color-4.bg-image h5, .bg-grey.bg-image .bg-color-5 h5, .bg-grey.bg-image .bg-color-5.bg-image h5, .bg-grey.bg-image .bg-color-6 h5, .bg-grey.bg-image .bg-color-6.bg-image h5, .bg-grey.bg-image .bg-color-7 h5, .bg-grey.bg-image .bg-color-7.bg-image h5, .bg-grey.bg-image .bg-color-8 h5, .bg-grey.bg-image .bg-color-8.bg-image h5, .bg-grey.bg-image .bg-color-9 h5, .bg-grey.bg-image .bg-color-9.bg-image h5, .bg-grey.bg-image .bg-color-10 h5, .bg-grey.bg-image .bg-color-10.bg-image h5, .bg-grey .bg-color-1 h6, .bg-grey .bg-color-2 h6, .bg-grey .bg-color-2.bg-image h6, .bg-grey .bg-black h6, .bg-grey .bg-black.bg-image h6, .bg-grey .bg-color-3 h6, .bg-grey .bg-color-3.bg-image h6, .bg-grey .bg-color-4 h6, .bg-grey .bg-color-4.bg-image h6, .bg-grey .bg-color-5 h6, .bg-grey .bg-color-5.bg-image h6, .bg-grey .bg-color-6 h6, .bg-grey .bg-color-6.bg-image h6, .bg-grey .bg-color-7 h6, .bg-grey .bg-color-7.bg-image h6, .bg-grey .bg-color-8 h6, .bg-grey .bg-color-8.bg-image h6, .bg-grey .bg-color-9 h6, .bg-grey .bg-color-9.bg-image h6, .bg-grey .bg-color-10 h6, .bg-grey .bg-color-10.bg-image h6, .bg-grey.bg-image .bg-color-1 h6, .bg-grey.bg-image .bg-color-2 h6, .bg-grey.bg-image .bg-color-2.bg-image h6, .bg-grey.bg-image .bg-black h6, .bg-grey.bg-image .bg-black.bg-image h6, .bg-grey.bg-image .bg-color-3 h6, .bg-grey.bg-image .bg-color-3.bg-image h6, .bg-grey.bg-image .bg-color-4 h6, .bg-grey.bg-image .bg-color-4.bg-image h6, .bg-grey.bg-image .bg-color-5 h6, .bg-grey.bg-image .bg-color-5.bg-image h6, .bg-grey.bg-image .bg-color-6 h6, .bg-grey.bg-image .bg-color-6.bg-image h6, .bg-grey.bg-image .bg-color-7 h6, .bg-grey.bg-image .bg-color-7.bg-image h6, .bg-grey.bg-image .bg-color-8 h6, .bg-grey.bg-image .bg-color-8.bg-image h6, .bg-grey.bg-image .bg-color-9 h6, .bg-grey.bg-image .bg-color-9.bg-image h6, .bg-grey.bg-image .bg-color-10 h6, .bg-grey.bg-image .bg-color-10.bg-image h6 {
  color: #fff !important;
}
.bg-grey.bg-image p {
  color: #fff;
}
.decor {
  background: url("../images/img-decor.png") no-repeat 100% 100%;
}
.alert-bar {
  background-color: #c02;
  position: fixed;
  left: 50%;
  top: 160px;
  z-index: 100;
  width: 100%;
  max-width: 1408px;
  margin: 0 0 0 -704px;
}
@media (max-width: 1408px) {
  .alert-bar {
    max-width: 1248px;
    margin: 0 0 0 -624px;
  }
}
@media (max-width: 1248px) {
  .alert-bar {
    max-width: 1008px;
    margin: 0 0 0 -504px;
  }
}
@media (max-width: 1008px) {
  .alert-bar {
    max-width: 768px;
    margin: 0 0 0 -384px;
    top: 80px;
  }
}
@media (max-width: 768px) {
  .alert-bar {
    max-width: 100%;
    left: 0;
    margin: 0 auto;
  }
}
.alert-bar:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #bc0018;
  top: 0;
  left: 0;
  width: 65px;
  height: 100%;
}
.alert-bar:after {
  content: '\E003';
  display: block;
  font-family: 'uja-riverdale';
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 65px;
  margin: -12px 0 0;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  background-image: none !important;
}
.alert-bar h6 {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  padding: 15px 40px 0 80px;
  text-transform: uppercase;
}
.alert-bar p {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  margin: 0;
  font-weight: 300;
  line-height: normal;
  padding: 0 40px 15px 80px;
}
.alert-bar p:before {
  display: none;
}
.alert-bar .close {
  position: absolute;
  top: 50%;
  margin: -8px 0 0;
  right: 15px;
  width: 16px;
  height: 16px;
}
.alert-bar .close:after {
  content: '\E01B';
  display: block;
  font-family: 'uja-riverdale';
  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;
}
/* Brand Fonts & Treatment -------------------------------------*/
.h1, h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1em;
  margin: 0;
  font-weight: bold;
  color: #1a5577;
  position: relative;
}
.h2, h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  color: #1a5577;
  position: relative;
}
.h3, h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  color: #1a5577;
  position: relative;
}
.h4, h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  color: #1a5577;
  position: relative;
}
.h5, h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2em;
  margin: 0;
  color: #1a5577;
  position: relative;
}
.h6, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2em;
  margin: 0;
  color: #1a5577;
  position: relative;
}
h1 {
  margin: 0.5em 0 0.5em;
}
h2 {
  margin: 0.5em 0 0.5em;
}
h3 {
  margin: 0.5em 0 0.5em;
}
h4 {
  margin: 0.5em 0 0.5em;
}
h5 {
  margin: 0.5em 0 0.5em;
}
h6 {
  margin: 0.5em 0 0.5em;
}
p {
  font-family: 'Lato', sans-serif;
  padding: 0;
  font-weight: 300;
  line-height: 1.4em;
  margin: 0 0 15px;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  color: #222;
}
.link, a {
  color: #1a5577;
  -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: #222;
}
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: 'Lato', sans-serif;
  line-height: 1.8em;
  padding-left: 48px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
}
@media (max-width: 736px) {
  ul li {
    padding-left: 20px;
  }
}
ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: 13px;
  background-color: #1a5577;
  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: 400;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Lato', 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: 2px;
  width: 20px;
  height: 14px;
  line-height: 1.8em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #1a5577;
  font-family: 'Lato', sans-serif;
  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: #1a5577;
  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: #222;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-1:hover {
  background-color: #222 !important;
  color: white !important;
}
.btn-2 {
  padding: 20px 30px;
  margin: 5px 5px 5px 0;
  text-align: center;
  display: inline-block;
  border-width: 1px !important;
  border-style: solid !important;
  background-color: #222;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-2:hover {
  color: #222 !important;
  background-color: transparent !important;
  border: 1px solid #222;
}
.c-1 {
  color: #1a5577;
  background-color: #1a5577;
  border: 1px solid #1a5577;
}
.c-1:hover {
  background-color: transparent !important;
  color: #1a5577 !important;
  border: 1px solid #1a5577;
}
.c-2 {
  color: #b2d234;
  background-color: #b2d234;
  border: 1px solid #b2d234;
}
.c-2:hover {
  background-color: transparent !important;
  color: #b2d234 !important;
  border: 1px solid #b2d234;
}
.c-3 {
  color: #eb088c;
  background-color: #eb088c;
  border: 1px solid #eb088c;
}
.c-3:hover {
  background-color: transparent !important;
  color: #eb088c !important;
  border: 1px solid #eb088c;
}
.c-4 {
  color: #f8943b;
  background-color: #f8943b;
  border: 1px solid #f8943b;
}
.c-4:hover {
  background-color: transparent !important;
  color: #f8943b !important;
  border: 1px solid #f8943b;
}
.c-5 {
  color: #039;
  background-color: #039;
  border: 1px solid #039;
}
.c-5:hover {
  background-color: transparent !important;
  color: #039 !important;
  border: 1px solid #039;
}
.c-6 {
  color: #07d1ff;
  background-color: #07d1ff;
  border: 1px solid #07d1ff;
}
.c-6:hover {
  background-color: transparent !important;
  color: #07d1ff !important;
  border: 1px solid #07d1ff;
}
.c-7 {
  color: #c02;
  background-color: #c02;
  border: 1px solid #c02;
}
.c-7:hover {
  color: #c02 !important;
  background-color: transparent !important;
  border: 1px solid #c02;
}
/* =============================================================================
 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% 'Lato', sans-serif, 'Roboto', sans-serif, Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #b2d234;
}
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: #1a5577;
}
input:hover:-moz-placeholder {
  color: #1a5577;
}
input:hover::-moz-placeholder {
  color: #1a5577;
}
input:hover::-webkit-input-placeholder {
  color: #1a5577;
}
input:hover:-ms-input-placeholder {
  color: #1a5577;
}
input:hover::placeholder {
  color: #1a5577;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
input:focus::placeholder {
  color: transparent;
}
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: #1a5577;
}
textarea:hover:-moz-placeholder {
  color: #1a5577;
}
textarea:hover::-moz-placeholder {
  color: #1a5577;
}
textarea:hover::-webkit-input-placeholder {
  color: #1a5577;
}
textarea:hover:-ms-input-placeholder {
  color: #1a5577;
}
textarea:hover::placeholder {
  color: #1a5577;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::placeholder {
  color: transparent;
}
input::-ms-clear {
  display: none;
}
.form {
  z-index: 10;
}
.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: #1a5577;
  z-index: 1;
}
.form h6 {
  color: #1a5577;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  line-height: normal;
}
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: 1em;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  color: #222;
}
input[type="text"]:hover, input[type="tel"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="search"]:hover, select:hover, textarea:hover, input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, select:focus, textarea:focus {
  color: #1a5577;
  border: 1px solid #1a5577;
}
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: #c02;
  border-color: #c02 !important;
}
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: #c02;
}
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: #c02;
  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: #c02;
}
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: #c02;
}
input[type="text"].passed, input[type="tel"].passed, input[type="email"].passed, input[type="password"].passed, input[type="search"].passed, select.passed, textarea.passed {
  color: #b2d234;
  border-color: #b2d234 !important;
}
input[type="text"].passed:-moz-placeholder, input[type="tel"].passed:-moz-placeholder, input[type="email"].passed:-moz-placeholder, input[type="password"].passed:-moz-placeholder, input[type="search"].passed:-moz-placeholder, select.passed:-moz-placeholder, textarea.passed:-moz-placeholder {
  color: #b2d234;
}
input[type="text"].passed::-moz-placeholder, input[type="tel"].passed::-moz-placeholder, input[type="email"].passed::-moz-placeholder, input[type="password"].passed::-moz-placeholder, input[type="search"].passed::-moz-placeholder, select.passed::-moz-placeholder, textarea.passed::-moz-placeholder {
  color: #b2d234;
  opacity: 1;
}
input[type="text"].passed::-webkit-input-placeholder, input[type="tel"].passed::-webkit-input-placeholder, input[type="email"].passed::-webkit-input-placeholder, input[type="password"].passed::-webkit-input-placeholder, input[type="search"].passed::-webkit-input-placeholder, select.passed::-webkit-input-placeholder, textarea.passed::-webkit-input-placeholder {
  color: #b2d234;
}
input[type="text"].passed:-ms-input-placeholder, input[type="tel"].passed:-ms-input-placeholder, input[type="email"].passed:-ms-input-placeholder, input[type="password"].passed:-ms-input-placeholder, input[type="search"].passed:-ms-input-placeholder, select.passed:-ms-input-placeholder, textarea.passed:-ms-input-placeholder {
  color: #b2d234;
}
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: #1a5577;
  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 .selectric-wrapper, .wrap .field, .wrap .imp {
  width: 49%;
  float: left;
}
.wrap .selectric-wrapper:last-child, .wrap .field:last-child, .wrap .imp:last-child {
  float: right;
}
@media (max-width: 736px) {
  .wrap .selectric-wrapper, .wrap .field, .wrap .imp {
    width: 100% !important;
    float: none !important;
  }
}
.three {
  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;
}
.three .selectric-wrapper, .three .field, .three .imp {
  width: 32%;
}
@media (max-width: 736px) {
  .three {
    display: block;
  }
  .three .text, .three .selectric-wrapper, .three .field, .three .imp {
    width: 100% !important;
  }
}
hr {
  margin: 20px 0;
  width: 100%;
  color: #eee;
}
.field {
  width: 100%;
  position: relative;
}
.file-upload:before {
  content: '\E023';
  font-family: 'uja-riverdale';
  display: block;
  position: absolute;
  color: #222;
  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"] {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  float: right;
  background-color: #1a5577;
  color: #fff;
  line-height: 50px;
  height: 50px;
  border: 1px solid #1a5577;
  font-size: 25pxpx;
  font-size: 2.5pxrem;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 736px) {
  input[type="submit"] {
    float: none;
    width: 100%;
  }
}
.form-section {
  padding: 2em;
  width: 100%;
}
form .number {
  display: block;
  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;
}
form .number .text {
  width: 66%;
}
form .number .cards {
  width: 32%;
}
@media (max-width: 1008px) {
  form .number {
    display: block;
  }
  form .number .text, form .number .cards {
    width: 100%;
    margin: 0 0 25px 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-riverdale';
  color: #1a5577;
}
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-riverdale';
  color: #1a5577;
}
form .good .text {
  border: 1px solid #b2d234;
  color: #b2d234 !important;
}
form .good .text:-moz-placeholder {
  color: #b2d234;
}
form .good .text::-moz-placeholder {
  color: #b2d234;
  opacity: 1;
}
form .good .text::-webkit-input-placeholder {
  color: #b2d234;
}
form .good .text:-ms-input-placeholder {
  color: #b2d234;
}
form .good:after {
  content: '\E009';
  font-size: 20px;
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 14px;
  right: 20px;
  font-family: 'uja-riverdale';
  color: #b2d234;
  font-weight: normal;
}
form .fail .text {
  border: 1px solid red;
  color: red !important;
}
form .fail .text:-moz-placeholder {
  color: red;
}
form .fail .text::-moz-placeholder {
  color: red;
  opacity: 1;
}
form .fail .text::-webkit-input-placeholder {
  color: red;
}
form .fail .text:-ms-input-placeholder {
  color: red;
}
form .fail:after {
  content: '\E002';
  font-size: 20px;
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 14px;
  right: 20px;
  font-family: 'uja-riverdale';
  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 .field, .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 .field, .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;
  font-weight: 300;
  color: #222;
  -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 #222;
  -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% #1a5577;
  -moz-background-size: 80%;
  -webkit-background-size: 80%;
  background-size: 80%;
  color: #1a5577;
  border: 1px solid #1a5577;
}
input[type="checkbox"]:checked + label {
  cursor: pointer;
  color: #1a5577;
}
/*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: #222;
  -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 #222;
  -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 #1a5577;
  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: #1a5577;
}
.shadow {
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.65);
  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: #222;
}
.alert .box {
  position: absolute !important;
  left: 0;
  top: 0;
  background-color: #c02;
  width: 80px;
  height: 120px;
}
.alert .box:before {
  content: '\E019';
  display: block;
  color: #fff;
  font-family: "uja-riverdale";
  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 #c02;
  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;
}
.alert p span {
  color: #c02;
}
@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 #c02;
    border-bottom: none;
    width: 0;
    height: 0;
    right: 50%;
    top: 100%;
    margin: 0 -12px 0 0;
  }
  .alert p {
    margin: 0;
    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: #222;
}
.success .box {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #b2d234;
  width: 80px;
  height: 120px;
}
.success .box:before {
  content: '\E034';
  display: block;
  color: #fff;
  font-family: "uja-riverdale";
  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 #b2d234;
  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: #b2d234;
}
@media (max-width: 736px) {
  .success {
    width: 90%;
    display: block;
    height: auto;
    padding: 0;
  }
  .success .close {
    color: #fff;
  }
  .success .box {
    position: relative;
    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 #b2d234;
    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;
  }
}
.pop-up {
  max-width: 95%;
  margin: auto;
  height: auto;
  padding: 2em;
  background-color: #fff;
  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;
  z-index: 10;
}
.pop-up .item {
  width: 100%;
  height: auto;
}
.pop-up .item h1, .pop-up .item h2, .pop-up .item h3, .pop-up .item h4, .pop-up .item h5, .pop-up .item h6, .pop-up .item p {
  width: 100%;
  height: auto;
  text-align: center;
  margin: auto;
  padding: 0;
}
.pop-up .close {
  width: 26px;
  height: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.pop-up .form {
  text-align: center;
  margin: 20px auto;
}
.pop-up .form .text {
  text-align: center;
  font-style: italic;
}
.pop-up .form .submit {
  width: 100%;
  float: none;
  font-weight: 400;
  color: #222;
  background-color: #b2d234;
  border: none;
}
.gform_wrapper .gform_fields li.gfield .ginput_container.ginput_container_date .clear-multi {
  display: table;
  table-layout: flex;
  width: calc(100% + 10px);
  max-width: calc(100% + 10px);
  margin-left: -5px;
}
.gform_wrapper .gform_fields li.gfield .ginput_container.ginput_container_date .clear-multi .ginput_container_date {
  width: auto;
  display: table-cell;
  padding: 0 5px;
}
.gform_wrapper .gform_fields li.gfield .ginput_container.ginput_container_date .clear-multi .ginput_container_date label {
  display: none;
}
.gform_wrapper .gform_fields li.gfield .ginput_container.ginput_container_date .clear-multi .ginput_container_date:after {
  right: 5px;
}
.gform_wrapper .gform_fields li.gfield > .ginput_container.ginput_container_date:after {
  display: none;
}
.gform_wrapper .gform_fields li.gfield .ginput_container.ginput_container_address .address_city, .gform_wrapper .gform_fields li.gfield .ginput_container.ginput_container_address .address_state, .gform_wrapper .gform_fields li.gfield .ginput_container.ginput_container_address .address_zip {
  display: inline-block;
  vertical-align: middle;
  padding-right: 2%;
  width: 32%;
  margin-bottom: 25px !important;
}
.gform_wrapper .gform_fields li.gfield .ginput_container.ginput_container_address .address_zip {
  padding-right: 0;
}
@media (max-width: 1008px) {
  .gform_wrapper .gform_fields li.gfield .ginput_container.ginput_container_date .clear-multi {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .gform_wrapper .gform_fields li.gfield .ginput_container.ginput_container_date .clear-multi .ginput_container_date {
    display: block;
    padding: 0;
    margin-bottom: 25px;
  }
  .gform_wrapper .gform_fields li.gfield .ginput_container.ginput_container_date .clear-multi .ginput_container_date:last-child {
    margin-bottom: 0;
  }
  .gform_wrapper .gform_fields li.gfield .ginput_container.ginput_container_date .clear-multi .ginput_container_date:after {
    right: 0;
  }
  .gform_wrapper .gform_fields li.gfield .ginput_container.ginput_container_address .address_city, .gform_wrapper .gform_fields li.gfield .ginput_container.ginput_container_address .address_state, .gform_wrapper .gform_fields li.gfield .ginput_container.ginput_container_address .address_zip {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.gform_wrapper .gf_progressbar {
  display: none;
}
/* datepicker */
/* table itself */
/* tooltip */
/* bottom nav */
/* top nav */
/* mobile specific elements */
/* global COL fix for this plugin */
/* week view styles */
/* day view styles */
/* list view */
/* Events single page */
/* Listed events */
/* Event Submission */
/* day's listing */
/* list view */
#tribe-events {
  background-color: #fafafa;
}
#tribe-events .hero-2-module .item .title .event-date {
  display: block;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 0;
}
#tribe-events .hero-2-module .item .title .recurringinfo {
  display: none;
}
#tribe-events .selectric .button:after {
  color: #818181;
  font-size: 16px;
}
#tribe-events .selectric-items {
  position: absolute;
}
#tribe-events #tribe-bar-form #tribe-bar-views {
  background: transparent;
  float: left;
  left: inherit;
  margin: 0;
  position: static;
  right: inherit;
  width: 16%;
  padding: 15px 15px 15px 0;
}
#tribe-events #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner {
  background: transparent;
  padding: 0;
}
#tribe-events #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner .selectric-wrapper {
  margin: 0;
}
#tribe-events #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner h3 {
  display: none;
}
#tribe-events #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner label {
  display: none;
}
#tribe-events #tribe-bar-form #tribe-bar-views .tribe-bar-views-list {
  display: none;
}
#tribe-events #tribe-bar-form .tribe-bar-filters {
  float: left;
  width: 70%;
}
#tribe-events #tribe-bar-form .tribe-bar-events-filters-toggle {
  float: left;
  width: 14%;
  padding: 15px;
}
#tribe-events #tribe-bar-form .tribe-bar-events-filters-toggle .tribe-bar-events-filters-toggle-button {
  border-left: 1px solid #e3e3e3;
  padding: 0 0 0 15px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  position: relative;
}
#tribe-events #tribe-bar-form .tribe-bar-events-filters-toggle .tribe-bar-events-filters-toggle-button:after {
  content: "";
  display: block;
  clear: both;
}
#tribe-events #tribe-bar-form .tribe-bar-events-filters-toggle .tribe-bar-events-toggle-arrow:after {
  content: '\E00E';
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-sephardic";
  line-height: 50px;
  font-size: 16px;
  color: #818181;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  text-indent: 0;
  float: right;
  border: none;
}
#tribe-events #tribe-bar-form .tribe-bar-filters-inner {
  width: 100%;
  float: none;
}
#tribe-events #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-date-filter {
  cursor: pointer;
  width: 35%;
}
#tribe-events #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-search-filter {
  width: 45%;
}
#tribe-events #tribe-bar-form.tribe-bar-mini .tribe-bar-events-filters-toggle {
  padding: 10px;
}
#tribe-events #tribe-bar-form.tribe-bar-mini #tribe-bar-views {
  padding: 10px 10px 10px 0;
}
#tribe-events .tribe-events-filters-horizontal .tribe-events-filter-group {
  border: 1px solid #1a5577;
  border-top: none;
}
#tribe-events .tribe-events-filters-horizontal .tribe-events-filter-group:after {
  display: none;
}
#tribe-events .tribe-events-filters-horizontal .tribe-events-filter-group:before {
  display: none;
}
#tribe-events .tribe-events-filters-horizontal .tribe-events-filter-group li {
  color: #585858;
  font-size: 1.6rem;
  font-weight: 500;
}
#tribe-events .tribe-events-filters-horizontal .tribe-events-filter-group li:hover {
  background-color: #1a5577;
  color: #fff;
}
#tribe-events .tribe-events-filters-horizontal .tribe-events-filter-group li:hover label {
  color: #fff;
}
#tribe-events .tribe-events-filters-horizontal .tribe-events-filter-group li:hover label span {
  color: #fff;
}
#tribe-events .tribe-events-filters-horizontal .tribe-events-filter-group li input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}
#tribe-events .tribe-events-filters-horizontal .tribe-events-filter-group label {
  color: #585858;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  vertical-align: middle;
}
#tribe-events [class^="col"] {
  margin: auto;
}
#tribe-events [class^="col"]:before {
  clear: none;
  display: block;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}
#tribe-events [class^="col"]:after {
  clear: none;
  display: block;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}
#tribe-events [class*="col"] {
  margin: auto;
}
#tribe-events [class*="col"]:before {
  clear: none;
  display: block;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}
#tribe-events [class*="col"]:after {
  clear: none;
  display: block;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}
#tribe-events .tribe-events-grid {
  margin: 0 auto;
  max-width: 1368px;
}
#tribe-events .tribe-events-grid .column.first {
  border-left: 0 none;
  float: left;
  margin-right: -100px;
  width: 100px;
}
#tribe-events .tribe-events-grid .column.first div {
  line-height: 60px;
  color: #1a5577;
  font-size: 11px;
  font-weight: 500;
}
#tribe-events .tribe-events-grid .tribe-grid-header .tribe-week-today {
  border: 1px solid #1a5577 !important;
  background-color: #fff;
}
#tribe-events .tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column {
  border-left: 1px solid #d2d2d2;
}
#tribe-events .tribe-events-grid .type-tribe_events a {
  color: #585858;
}
#tribe-events .tribe-events-grid .type-tribe_events a:before {
  content: '\E01D';
  display: block;
  font-family: 'uja-sephardic';
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2.5em;
  color: #585858;
  text-align: center;
}
#tribe-events .tribe-events-grid .type-tribe_events h3.entry-title {
  overflow: visible;
}
#tribe-events .tribe-events-grid .tribe-events-tooltip .tribe-event-duration {
  color: #eb088c;
}
#tribe-events .tribe-events-grid .tribe-events-tooltip .tribe-events-event-thumb {
  width: 100%;
  float: none;
}
#tribe-events .tribe-events-grid .tribe-events-tooltip .tribe-events-event-thumb img {
  width: 100%;
  max-height: none;
}
#tribe-events .tribe-week-grid-hours {
  border-left: 0 none;
  float: left;
  margin-right: -100px;
  width: 100px;
}
#tribe-events .tribe-week-grid-hours div {
  line-height: 60px;
  color: #1a5577;
  font-size: 11px;
  font-weight: 500;
}
#tribe-events .tribe-week-grid-wrapper .tribe-grid-content-wrap {
  float: left;
  padding-left: 100px;
  width: 100%;
}
#tribe-events .tribe-grid-content-wrap {
  padding-left: 100px;
}
#tribe-events .tribe-grid-header {
  background-color: #fff;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
#tribe-events .tribe-grid-header .column span {
  color: #1a5577;
}
#tribe-events .tribe-grid-header .column a span {
  color: #1a5577;
}
#tribe-events .tribe-grid-allday .tribe-events-week-allday-single {
  background-color: rgba(110, 201, 196, 0.35);
  border: none;
}
#tribe-events .tribe-grid-allday .tribe-events-week-allday-single:hover {
  background-color: #1a5577;
}
#tribe-events .tribe-grid-allday .tribe-events-week-allday-single:hover a {
  color: #fff;
}
#tribe-events .tribe-grid-allday .tribe-events-week-allday-single:hover a:before {
  color: #fff;
}
#tribe-events .tribe-grid-body .tribe-events-week-hourly-single {
  background-color: rgba(110, 201, 196, 0.35);
  border: none;
}
#tribe-events .tribe-grid-body .tribe-events-week-hourly-single:hover {
  background-color: #1a5577;
}
#tribe-events .tribe-grid-body .tribe-events-week-hourly-single:hover a {
  color: #fff;
}
#tribe-events .tribe-grid-body .tribe-events-week-hourly-single:hover a:before {
  color: #fff;
}
#tribe-events .tribe-mobile-day-date {
  padding: 20px;
  margin: 0;
  background-color: #fafafa;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  color: #1a5577;
  font-weight: normal;
  font-size: 20px;
}
#tribe-events .events-list #tribe-events-footer {
  padding: 0;
}
#tribe-events .events-list .tribe-events-loop {
  max-width: 1408px;
  padding: 0;
}
#tribe-events .single-tribe_events #tribe-events-footer {
  padding: 0;
}
#tribe-events .tribe-events-day #tribe-events-footer {
  padding: 0;
}
#tribe-events .tribe-events-day .tribe-events-loop {
  max-width: 1408px;
  padding: 0;
}
#tribe-events .tribe-events-day .tribe-events-day-time-slot h5 {
  margin: 0;
  padding: 15px 0;
  color: #585858;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fafafa;
}
#tribe-events .tribe-events-map #tribe-events-footer {
  padding: 0;
}
#tribe-events .tribe-events-photo #tribe-events-footer {
  padding: 0;
}
#tribe-events .single-tribe_organizer .tribe-events-loop {
  max-width: 1408px;
  padding: 0;
}
#tribe-events .single-tribe_venue .tribe-events-loop {
  max-width: 1408px;
  padding: 0;
}
#tribe-events .tribe-events-day-time-slot {
  width: 100%;
  overflow: hidden;
}
#tribe-events .tribe-events-list h2.tribe-events-list-event-title {
  float: none;
  font-size: 27px;
  color: #1a5577;
  font-weight: 500;
  width: 100%;
}
#tribe-events .tribe-events-list .tribe-events-event-image {
  float: left;
  margin: 0 3% 0 0;
  width: 25%;
}
#tribe-events .tribe-events-loop .tribe-events-event-meta {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
#tribe-events .tribe-events-loop .tribe-events-event-meta h3 {
  font-size: 18px;
}
#tribe-events .tribe-events-loop .tribe-events-event-meta .recurringinfo .tribe-events-divider {
  display: none;
}
#tribe-events .tribe-events-loop .tribe-events-event-meta .tribe-updated .recurringinfo {
  display: none;
}
#tribe-events .tribe-events-loop .tribe-events-event-meta .tribe-event-schedule-details .recurringinfo {
  display: none;
}
#tribe-events .tribe-events-loop .tribe-events-event-meta .event-is-recurring a {
  position: relative;
}
#tribe-events .tribe-events-loop .tribe-events-event-meta .event-is-recurring a:after {
  content: '\E034';
  font-family: 'uja-sephardic';
  display: block;
  font-size: 14px;
  color: #585858;
  position: absolute;
  top: -12px;
  right: -12px;
}
#tribe-events .tribe-events-loop .tribe-events-venue-details {
  color: #585858;
  font-style: normal;
}
#tribe-events .tribe-events-loop .tribe-events-venue-details .tribe-address {
  color: #585858;
}
#tribe-events .tribe-events-loop .tribe-events-venue-details .tribe-address span {
  color: #585858;
}
#tribe-events .tribe-events-loop .event-is-recurring .tribe-events-divider {
  margin: 0 5px;
}
#tribe-events .tribe-events-loop .tribe-events-read-more {
  float: right;
  width: auto;
  padding: 0 20px;
}
#tribe-events #not-user {
  text-align: right;
  margin-bottom: 10px;
}
#tribe-events #not-user i {
  color: #1a5577;
}
#tribe-events #not-user a {
  background-color: #1a5577;
  height: 50px;
  line-height: 50px;
  margin: 0 0 0 1em;
  padding: 0;
  width: 120px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
#tribe-events #not-user a:hover {
  background-color: #b2d234;
}
#tribe-events .row {
  padding: 0;
  background-color: transparent;
  border: none;
  overflow: visible;
}
#tribe-events .row:after {
  content: '';
  display: block;
  clear: both;
}
#tribe-events #my-events {
  margin-bottom: 0;
}
#tribe-events #my-events a {
  background-color: #1a5577;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  width: 120px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
#tribe-events #my-events a:hover {
  background-color: #b2d234;
}
#tribe-events .tribe-events-community-add-content {
  width: 724px;
  margin: 0 auto;
}
#tribe-events .tribe-events-community-add-form {
  padding-top: 30px;
}
#tribe-events .tribe-events-community-add-form div {
  position: relative;
}
#tribe-events .tribe-events-community-add-form .tribe-events-community-details {
  border: none;
  padding: 0;
}
#tribe-events .tribe-events-community-add-form .tribe-events-community-details .tribe_sectionheader {
  margin-bottom: 10px;
}
#tribe-events .tribe-events-community-add-form .selectric-items {
  position: absolute;
}
#tribe-events .tribe-events-community-add-form .selectric-items li {
  padding: 10px 20px;
}
#tribe-events .tribe-events-community-add-form label {
  color: #585858;
  margin: 0 0 10px 0;
}
#tribe-events .tribe-events-community-add-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#tribe-events .tribe-events-community-add-form ul li {
  margin: 0;
  padding: 0;
}
#tribe-events .tribe-events-community-add-form ul li:before {
  display: none;
}
#tribe-events .tribe-events-community-add-form textarea {
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-color: #818181;
}
#tribe-events .tribe-events-community-add-form input {
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-color: #818181;
}
#tribe-events .tribe-events-community-add-form .tribe-datetime-block input {
  margin-bottom: 10px;
  height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
}
#tribe-events .tribe-events-community-add-form h4 {
  color: #eb088c !important;
  line-height: normal !important;
  font-size: 14px !important;
  font-weight: 700;
  padding: 10px 0;
}
#tribe-events .tribe-events-community-add-form h4 label {
  color: #eb088c !important;
  line-height: normal !important;
  font-size: 14px !important;
  font-weight: 700;
}
#tribe-events .tribe-events-community-add-form .events-community-post-title label {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  text-transform: capitalize;
  font-weight: 700;
  color: #eb088c;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
#tribe-events .tribe-events-community-add-form .events-community-post-title label.error {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
#tribe-events .tribe-events-community-add-form .events-community-post-content label {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  text-transform: capitalize;
  font-weight: 700;
  color: #eb088c;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
#tribe-events .tribe-events-community-add-form .events-community-post-content label.error {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
#tribe-events .tribe-events-community-add-form .events-community-post-programs label {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  text-transform: capitalize;
  font-weight: 700;
  color: #eb088c;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
#tribe-events .tribe-events-community-add-form .events-community-post-programs label.error {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info {
  margin: 0;
  line-height: 50px;
  font-size: 14px;
  color: #585858;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .fileinput {
  float: left;
  width: 120px;
  margin: 0 20px 0 0;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info label[for="EventImage"] label {
  background-color: #b2d234;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  width: 120px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info input[type="file"] {
  cursor: pointer;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info label {
  margin: 0;
  line-height: 50px;
  font-size: 14px;
  color: #585858;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .tribe-datepicker {
  float: left;
  width: 49%;
  margin: 0;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .timeofdayoptions {
  float: right;
  width: 49%;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .selectric-wrapper {
  width: 31.33%;
  float: left;
  margin: 0 0 0 2%;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .selectric-wrapper .selectric .label {
  color: #818181;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .timezone-row .selectric-wrapper {
  width: 100%;
  float: none;
  margin: 0;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .recurrence-row select {
  width: 100%;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .tribe-event-recurrence {
  padding: 0;
  border: none;
  width: 100%;
  background-color: transparent;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .tribe-event-recurrence .tribe-handle {
  display: none;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .tribe-event-recurrence .selectric-wrapper {
  width: 100%;
  margin: 0 0 20px 0;
  float: none;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .tribe-event-recurrence .recurrence-end {
  width: 100%;
  margin: 20px 0 0;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .tribe-event-recurrence .recurrence-end:after {
  content: '';
  display: block;
  clear: both;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .tribe-event-recurrence .recurrence-end span {
  float: left;
  margin: 0 20px 0 0;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .tribe-event-recurrence .recurrence-end .recurrence-end-range {
  float: left;
  width: 49%;
  margin: 0 2% 0 0;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .tribe-event-recurrence .recurrence-end .recurrence-end-range select {
  width: 65%;
  float: right;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .tribe-event-recurrence .recurrence-end .recurrence-end-range .selectric-wrapper {
  width: 65%;
  float: right;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .tribe-event-recurrence .recurrence-end .recurrence_end_count {
  width: 50%;
  float: left;
  margin: 0 20px 0 0;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info #tribe-add-recurrence {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #1a5577;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  display: block;
  position: relative;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info #tribe-add-recurrence:after {
  content: '+';
  display: inline-block;
  background-color: #1a5577;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  margin: -3px 0 0 5px;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info #tribe-add-recurrence:hover {
  color: #b2d234;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info #tribe-add-exclusion {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #1a5577;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  display: block;
  position: relative;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info #tribe-add-exclusion:after {
  content: '+';
  display: inline-block;
  background-color: #1a5577;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  margin: -3px 0 0 5px;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info #tribe-add-exclusion:hover {
  color: #b2d234;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .tribe-add-post {
  color: #1a5577;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  float: left;
  width: auto;
  line-height: normal;
  height: auto;
  position: relative;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .tribe-add-post:after {
  content: '+';
  display: inline-block;
  background-color: #1a5577;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  margin: -3px 0 0 5px;
}
#tribe-events .tribe-events-community-add-form .tribe-community-event-info .tribe-add-post:hover {
  color: #b2d234;
}
#tribe-events .tribe-events-community-add-form #event_image_uploader .tribe-community-event-info small {
  display: inline-block;
}
#tribe-events .tribe-events-community-add-form #event_datepickers .tribe-community-event-info #recurrence-changed-row {
  line-height: 20px;
  color: #585858;
}
#tribe-events .tribe-events-community-add-form .chosen-container {
  display: none;
}
#tribe-events .tribe-events-community-add-form input[type="checkbox"] {
  opacity: 1;
  float: none;
  width: auto;
  margin: 0 10px 0 0;
  position: static;
}
#tribe-events .tribe-events-community-add-form .tribe-events-community-footer .events-community-submit {
  background-color: #1a5577;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  float: right;
  width: auto;
}
#tribe-events .tribe-events-community-add-form .tribe-events-community-footer .events-community-submit:hover {
  background-color: #b2d234;
}
#tribe-events #event_datepickers .row.allday input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#tribe-events #event_tribe_venue .selectric-wrapper {
  margin: 0 0 20px 0;
  width: 100%;
  float: none;
}
#tribe-events #event_tribe_venue input {
  margin: 0 0 20px 0;
}
#tribe-events #event_tribe_venue .row .venue {
  float: left;
  width: 49%;
}
#tribe-events #event_tribe_venue .row .venue:last-child {
  float: right;
  width: 49%;
}
#tribe-events #event_tribe_venue .row .venue input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#tribe-events #event_tribe_venue .row .venue.maps label {
  float: left;
  margin: 0 20px 0 0;
}
#tribe-events #event_tribe_venue .row .venue.maps input[type="checkbox"] {
  float: left;
  margin: 19px 0 0;
}
#tribe-events #event_tribe_organizer .tribe-community-event-info {
  display: block;
  position: relative;
}
#tribe-events #event_tribe_organizer .tribe-community-event-info:after {
  content: '';
  display: block;
  clear: both;
}
#tribe-events #event_tribe_organizer .tribe-community-event-info .move-linked-post-group {
  display: none;
}
#tribe-events #event_tribe_organizer .tribe-community-event-info .delete-linked-post-group {
  margin: 15px 0 0;
}
#tribe-events #event_tribe_organizer .tribe-community-event-info .dashicons-trash:before {
  font-family: 'uja-sephardic';
  content: '\E011';
  color: #eb088c;
}
#tribe-events #event_tribe_organizer .tribe-community-event-info .selectric-wrapper {
  margin: 0 0 20px 0;
  width: 90%;
}
#tribe-events #event_cost .tribe-community-event-info {
  display: block;
  position: relative;
}
#tribe-events #event_cost .tribe-community-event-info:after {
  content: '';
  display: block;
  clear: both;
}
#tribe-events #event_cost .tribe-community-event-info #EventCurrencySymbol {
  float: left;
  width: 10%;
  margin: 0 4% 0 0;
  text-align: center;
}
#tribe-events #event_cost .tribe-community-event-info .selectric-wrapper {
  float: left;
  width: 25%;
  margin: 0 4% 0 0;
}
#tribe-events #event_cost .tribe-community-event-info #EventCost {
  float: left;
  width: 56%;
  margin: 0;
}
#tribe-events #event_cost .tribe-community-event-info small {
  width: 100%;
  float: left;
  margin: 10px 0 0 44%;
}
#tribe-bar-form {
  max-width: 1368px;
  margin: auto;
  background: none;
}
#tribe-bar-form div {
  position: relative;
}
#tribe-bar-form .tribe-bar-date-filter {
  padding: 15px;
}
#tribe-bar-form .tribe-bar-date-filter label {
  display: none;
}
#tribe-bar-form .tribe-bar-date-filter input {
  border: 1px solid #818181;
  box-sizing: border-box;
  color: #585858;
  font-size: 1.6rem;
  font-weight: 500;
  height: 50px;
  padding: 0 20px;
  width: 100%;
  margin: 0;
  background-color: #fff;
}
#tribe-bar-form .tribe-bar-date-filter input:hover {
  border: 1px solid #1a5577;
  outline: none;
}
#tribe-bar-form .tribe-bar-date-filter input:focus {
  border: 1px solid #1a5577;
  outline: none;
}
#tribe-bar-form .tribe-bar-date-filter input:focus:after {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 30px;
}
#tribe-bar-form .tribe-bar-date-filter:after {
  content: '\E00E';
  font-family: 'uja-sephardic';
  display: block;
  position: absolute;
  right: 35px;
  top: 50%;
  margin: -9px 0 0;
  font-size: 16px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #818181;
}
#tribe-bar-form .tribe-bar-search-filter label {
  display: none;
}
#tribe-bar-form .tribe-bar-search-filter input {
  border: 1px solid #818181;
  box-sizing: border-box;
  color: #585858;
  font-size: 1.6rem;
  font-weight: 500;
  height: 50px;
  padding: 0 20px;
  width: 100%;
  margin: 0;
  background-color: #fff;
  padding: 0 20px 0 50px;
}
#tribe-bar-form .tribe-bar-search-filter input:hover {
  border: 1px solid #1a5577;
  outline: none;
}
#tribe-bar-form .tribe-bar-search-filter input:focus {
  border: 1px solid #1a5577;
  outline: none;
}
#tribe-bar-form .tribe-bar-search-filter input:focus:after {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 30px;
}
#tribe-bar-form .tribe-bar-search-filter:after {
  content: '\E001';
  font-family: 'uja-sephardic';
  display: block;
  position: absolute;
  left: 35px;
  top: 50%;
  margin: -11px 0 0;
  font-size: 20px;
  color: #a8a8a8;
}
#tribe-bar-form .tribe-bar-geoloc-filter label {
  display: none;
}
#tribe-bar-form .tribe-bar-geoloc-filter input {
  border: 1px solid #818181;
  box-sizing: border-box;
  color: #585858;
  font-size: 1.6rem;
  font-weight: 500;
  height: 50px;
  padding: 0 20px;
  width: 100%;
  margin: 0;
  background-color: #fff;
}
#tribe-bar-form .tribe-bar-geoloc-filter input:hover {
  border: 1px solid #1a5577;
  outline: none;
}
#tribe-bar-form .tribe-bar-geoloc-filter input:focus {
  border: 1px solid #1a5577;
  outline: none;
}
#tribe-bar-form .tribe-bar-geoloc-filter input:focus:after {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 30px;
}
#tribe-bar-form .tribe-bar-submit {
  width: 20%;
  margin: 0;
  padding: 15px;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  background-color: #1a5577;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
  background-color: #b2d234;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#tribe-bar-form #tribe_events_filters_toggle {
  float: right;
  width: 15%;
  min-height: 50px;
  line-height: 50px;
  font-size: 13px;
  padding: 0;
  text-align: center;
  background-color: #1a5577;
  color: #fff;
  margin: 15px 0 0;
  text-transform: uppercase;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#tribe-bar-form #tribe_events_filters_toggle:hover {
  background-color: #b2d234;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#tribe-bar-form .tribe-bar-views-inner label {
  color: #585858;
}
#tribe-bar-form .tribe-bar-views-inner .tribe-bar-views-list {
  padding: 0;
}
#tribe-events-content-wrapper #tribe-events-bar {
  margin: 0;
  padding: 0 5px;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
  background: none;
  margin: 0;
  height: auto;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-label {
  float: none;
  text-align: left;
  color: #1a5577;
  display: block;
  font-size: 18px;
  margin: 10px 0 20px 0;
  font-weight: 300;
  width: 100%;
  text-transform: none;
  border: none;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control {
  text-align: right;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control a {
  font-size: 14px;
  color: #818181;
  text-transform: lowercase;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control.tribe-events-filters-mobile-controls a {
  float: left;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  font-size: 11px;
  padding: 0;
  text-align: center;
  background-color: #1a5577;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  box-sizing: border-box;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control.tribe-events-filters-mobile-controls a:hover {
  background-color: #b2d234;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form {
  margin: 0;
  clear: none;
  padding: 0;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form .tribe_events_filter_item input[type="checkbox"] {
  opacity: 1;
  margin: 6px 10px 0 0;
  position: static;
  width: auto;
  height: auto;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form > div {
  width: 31%;
  margin: 0 3% 20px 0;
  float: left;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form > div:last-child {
  margin-right: 0;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form > div h3 {
  border: 1px solid #818181;
  box-sizing: border-box;
  color: #585858;
  font-size: 1.6rem;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  width: 100%;
  margin: 0;
  text-align: left;
  background-color: #fff;
  position: relative;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form > div h3:after {
  content: '\E00E';
  font-family: 'uja-sephardic';
  display: block;
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 16px;
  color: #818181;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form > div h3:before {
  display: none;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form #tribe_events_filter_item_dayofweek {
  display: none;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form #tribe_events_filter_item_timeofday {
  display: none;
}
#tribe-events-content-wrapper .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
  background: none;
  margin: 0;
  height: auto;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper {
  max-width: 1368px;
  margin: 5px auto 0;
  background: none;
  padding: 15px 0;
  border-top: 1px solid #e3e3e3;
  display: none;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filters_toggle {
  display: none;
}
#tribe-events-content-wrapper #tribe-events-content {
  margin: 0;
}
#tribe-events-content-wrapper .tribe-events-filters-content {
  background: none;
  border: none;
  padding: 0 5px;
}
.tribe-filters-open #tribe-events #tribe-bar-form .tribe-bar-events-filters-toggle .tribe-bar-events-toggle-arrow:after {
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper {
  display: block;
  margin: 0 auto;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-date-filter {
  padding: 10px 10px 10px 0;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-search-filter {
  width: 33%;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit {
  padding: 10px;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"] {
  padding: 0;
  font-size: 10px;
}
#tribe-events-content .tribe-events-notices li:before {
  display: none;
}
#tribe-events-content table.tribe-events-calendar {
  margin: 0 auto;
  max-width: 1368px;
}
#tribe-events-content .tribe-events-calendar th {
  color: #1a5577;
  background-color: #fff;
  height: 50px;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
#tribe-events-content .tribe-events-calendar .tribe-events-present {
  border: 2px solid #1a5577 !important;
  position: relative;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] {
  background: none;
  font-weight: 900;
  font-size: 30px;
  color: #1a5577;
  padding: 20px 20px 0 20px;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
  background: none;
  font-weight: 900;
  font-size: 30px;
  color: #1a5577;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a {
  opacity: 1;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a {
  opacity: 1;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-thismonth {
  background-color: #fff;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth div[id*="tribe-events-daynum-"] > a {
  color: #585858;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
  background: none;
  font-weight: 900;
  font-size: 30px;
  color: #1a5577;
  padding: 20px 20px 0 20px;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background: none;
  font-weight: 900;
  font-size: 30px;
  color: #1a5577;
}
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-daynum-"] {
  background: none;
  font-weight: 900;
  font-size: 30px;
  color: #1a5577;
  padding: 20px 20px 0 20px;
}
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  background: none;
  font-weight: 900;
  font-size: 30px;
  color: #1a5577;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-future div[id*="tribe-events-daynum-"] {
  color: #585858;
}
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] {
  margin: 0 20px;
  padding: 0;
}
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
  padding: 10px 0;
}
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {
  color: #585858;
  font-size: 11px;
}
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a:hover {
  color: #b2d234 !important;
}
#tribe-events-content .tribe-events-calendar .tribe-events-viewmore {
  text-align: center;
}
#tribe-events-content .tribe-events-calendar .tribe-events-viewmore a {
  text-align: center;
  color: #585858;
  text-transform: uppercase;
}
#tribe-events-content .tribe-events-calendar .tribe-events-othermonth .tribe-events-viewmore a {
  color: #e3e3e3;
  font-weight: 400;
}
#tribe-events-content .tribe-events-calendar .tribe-events-othermonth:hover .tribe-events-viewmore a {
  opacity: 0.4;
}
#tribe-events-content .tribe-events-calendar td .tribe-events-viewmore a {
  white-space: normal;
}
#tribe-events-content .tribe-events-calendar td:hover {
  box-shadow: none;
  background-color: #1a5577;
}
#tribe-events-content .tribe-events-calendar td:hover div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {
  color: #fff;
}
#tribe-events-content .tribe-events-calendar td:hover .type-tribe_events {
  border-bottom: 1px solid #fff;
}
#tribe-events-content .tribe-events-calendar td:hover .tribe-events-last {
  border: none !important;
}
#tribe-events-content .tribe-events-calendar td:hover .tribe-events-viewmore a {
  color: #fff;
}
#tribe-events-content .tribe-events-calendar td:hover div[id*="tribe-events-daynum-"] {
  color: #fff;
}
#tribe-events-content .tribe-events-calendar td:hover div[id*="tribe-events-daynum-"] a {
  color: #fff;
}
#tribe-events-content .tribe-events-calendar .tribe-events-tooltip {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: none;
  color: #585858;
  padding: 20px;
}
#tribe-events-content .tribe-events-calendar .tribe-events-tooltip p {
  font-size: 14px;
}
#tribe-events-content .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-body {
  position: static;
}
#tribe-events-content .tribe-events-calendar .tribe-events-tooltip .tribe-events-arrow {
  display: block;
  bottom: -24px;
  width: 45px;
  height: 25px;
  background: url('../images/tribe-theme-tooltips-carrot.png') no-repeat center center;
}
#tribe-events-content .tribe-events-calendar .tribe-events-tooltip h4 {
  font-weight: 400;
}
#tribe-events-content .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-thumb {
  float: none;
  width: 100%;
}
#tribe-events-content .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-thumb img {
  width: 100%;
  max-height: none;
}
#tribe-events-content .tribe-events-calendar .tribe-events-tooltip .tribe-events-abbr {
  color: #eb088c;
}
#tribe-events-content .tribe-events-calendar h3.tribe-events-month-event-title .date_time {
  font-size: 10px;
  display: none;
  margin-top: 8px;
}
#tribe-events-content .recurring-info-tooltip {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: none;
  color: #585858;
  padding: 20px;
}
#tribe-events-content .recurring-info-tooltip p {
  font-size: 14px;
}
#tribe-events-content .tribe-events-shortcode.view-week .tribe-events-tooltip {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: none;
  color: #585858;
  padding: 20px;
}
#tribe-events-content .tribe-events-shortcode.view-week .tribe-events-tooltip p {
  font-size: 14px;
}
#tribe-events-content .tribe-events-week .tribe-events-tooltip {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: none;
  color: #585858;
  padding: 20px;
}
#tribe-events-content .tribe-events-week .tribe-events-tooltip p {
  font-size: 14px;
}
#tribe-events-content .recurring-info-tooltip.tribe-events-tooltip {
  width: 320px;
}
#tribe-events-content .tribe-events-arrow {
  display: none;
}
#tribe-events-content #tribe-events-after-footer a.tribe-events-button {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
#tribe-events-content #tribe-events-header {
  margin: 0;
  position: relative;
  background-color: #b2d234;
}
#tribe-events-content #tribe-events-header .tribe-events-header-content {
  max-width: 1368px;
  margin: 0 auto;
}
#tribe-events-content #tribe-events-header .tribe-events-sub-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
#tribe-events-content #tribe-events-header .tribe-events-page-title {
  width: 70%;
  padding: 40px 0;
  margin: 0 auto;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#tribe-events-content #tribe-events-header .tribe-events-page-title a {
  color: inherit;
}
#tribe-events-content a.tribe-events-gcal {
  float: none;
  display: block;
  margin: 25px auto;
  height: 60px;
  line-height: 60px;
  padding: 0;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  width: 300px;
  text-transform: uppercase;
  background-color: #b2d234;
}
#tribe-events-content a.tribe-events-ical {
  float: none;
  display: block;
  margin: 25px auto;
  height: 60px;
  line-height: 60px;
  padding: 0;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  width: 300px;
  text-transform: uppercase;
  background-color: #b2d234;
}
#tribe-events-content a.tribe-events-print {
  float: none;
  display: block;
  margin: 25px auto;
  height: 60px;
  line-height: 60px;
  padding: 0;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  width: 300px;
  text-transform: uppercase;
  background-color: #b2d234;
}
#tribe-events-content #tribe-events-day .type-tribe_events {
  display: flex;
  padding: 0 0 0 60px;
  border: 1px solid #e3e3e3;
  border-top: none;
}
#tribe-events-content #tribe-events-day .type-tribe_events .img-holder {
  width: 25%;
  padding: 45px 0;
  margin: 0;
}
#tribe-events-content #tribe-events-day .type-tribe_events .tribe-events-event-image {
  margin: 0;
  padding: 0;
  width: 100%;
}
#tribe-events-content #tribe-events-day .type-tribe_events .tribe-events-event-image img {
  border: 2px solid #1a5577;
}
#tribe-events-content #tribe-events-day .type-tribe_events .day-holder {
  width: 55%;
  padding: 45px 25px;
}
#tribe-events-content #tribe-events-day .type-tribe_events .day-holder .meta {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}
#tribe-events-content #tribe-events-day .type-tribe_events .day-holder .meta h2.tribe-events-list-event-title {
  float: none;
  font-size: 27px;
  color: #1a5577;
  font-weight: 500;
  width: 100%;
}
#tribe-events-content #tribe-events-day .type-tribe_events .day-holder .meta:after {
  content: '';
  display: block;
  clear: both;
}
#tribe-events-content #tribe-events-day .type-tribe_events .day-holder .tribe-events-list-event-description {
  padding-top: 20px;
  display: block;
  width: 100%;
}
#tribe-events-content #tribe-events-day .type-tribe_events .action {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 0 0 40px;
  width: 20%;
  border-left: 1px solid #e3e3e3;
}
#tribe-events-content #tribe-events-day .type-tribe_events .action a {
  background-color: #1a5577;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  display: block;
  width: auto;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#tribe-events-content #tribe-events-day .type-tribe_events .action a:hover {
  background-color: #b2d234;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#tribe-events-content .event-add-info {
  padding: 0 40px;
}
@media (max-width: 800px) {
  #tribe-events-content .event-add-info {
    padding: 0 20px;
  }
}
#tribe-events-content .tribe-related-events {
  margin-left: -4%;
}
#tribe-events-content .tribe-related-events li {
  margin: 0 0 2% 4%;
}
#tribe-events-content .tribe-related-events li:before {
  display: none;
}
@media (max-width: 770px) {
  #tribe-events-content .tribe-related-events {
    margin-left: 0;
  }
  #tribe-events-content .tribe-related-events li {
    margin: 0 0 12px 0;
  }
}
#tribe_events_filters_form .tribe-events-filter-group {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  width: 100%;
  max-width: 100%;
  text-align: left;
}
#tribe_events_filters_form .tribe-events-filter-group ul li {
  padding: 0;
  background: none;
  text-align: left;
}
#tribe_events_filters_form .tribe-events-filter-group ul li:before {
  display: none;
}
#tribe_events_filters_form .tribe-events-filter-group ul li span {
  color: #1a5577;
}
#tribe-bar-collapse-toggle .tribe-bar-events-toggle-arrow:after {
  content: '\E00E';
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-sephardic";
  font-size: 16px;
  color: #818181;
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  text-indent: 0;
  float: right;
  border: none;
}
#tribe-bar-collapse-toggle.tribe-bar-filters-open .tribe-bar-events-toggle-arrow:after {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.datepicker.dropdown-menu {
  margin: -40px 0 0;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #818181;
  padding: 15px 20px;
}
.datepicker.dropdown-menu th {
  padding: 6px 8px;
  font-size: 14px;
  border-bottom: 1px solid #e3e3e3;
}
.datepicker.dropdown-menu td {
  padding: 6px 8px;
  font-size: 14px;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}
.datepicker.dropdown-menu td:first-child {
  border-left: none;
}
.datepicker-dropdown:before {
  display: none;
}
.datepicker-dropdown:after {
  display: none;
}
.datepicker-dropdown .next {
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
}
.datepicker-dropdown .next:after {
  position: absolute;
  border-left: 10px solid #a8a8a8;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  width: 0;
  height: 0;
  content: '';
  display: block;
  top: 50%;
  right: 0;
  margin: -6px 0 0 0;
}
.datepicker-dropdown .prev {
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
}
.datepicker-dropdown .prev:after {
  position: absolute;
  border-right: 10px solid #a8a8a8;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  width: 0;
  height: 0;
  content: '';
  display: block;
  top: 50%;
  left: 0;
  margin: -6px 0 0 0;
}
.datepicker-dropdown .datepicker-switch {
  color: #a8a8a8;
}
.datepicker table tr td span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.datepicker table tr td span:hover {
  background-color: transparent;
}
.datepicker table tr td span:after {
  content: '';
  display: block;
  border-right: 1px solid #d8d8d8;
  height: 96%;
  position: absolute;
  top: 0;
  width: 0;
  right: -1px;
}
.datepicker table tr td span:nth-child(4n):after {
  display: none;
}
.datepicker table tr td span:before {
  content: '';
  display: block;
  border-bottom: 1px solid #d8d8d8;
  width: 96%;
  position: absolute;
  left: 1%;
  height: 0;
  bottom: -1px;
}
.datepicker table tr td span:nth-child(9):before {
  display: none;
}
.datepicker table tr td span:nth-child(10):before {
  display: none;
}
.datepicker table tr td span:nth-child(11):before {
  display: none;
}
.datepicker table tr td span:nth-child(12):before {
  display: none;
}
#ui-datepicker-div {
  background-color: #fff;
  border: 1px solid #818181;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background-color: #fff;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  border-bottom: none;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  background-color: #fff;
  color: #222;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  background-image: url("../images/icon-select.svg");
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar thead tr th {
  border: none;
  background-color: #fff;
  color: #818181;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar tr td {
  background-color: transparent;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane {
  display: none;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev, #ui-datepicker-div.ui-datepicker .ui-datepicker-next {
  display: none;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next.ui-state-hover {
  background: transparent;
}
#ui-datepicker-div.ui-datepicker select {
  width: 45%;
  margin: 1px 3% 0 0;
}
#tribe-events-footer {
  margin: 0;
  border-bottom: 1px solid #e3e3e3;
}
#tribe-events-footer .tribe-events-sub-nav {
  max-width: 1368px;
  margin: 0 auto;
}
#tribe-events-footer .tribe-events-sub-nav li {
  padding: 0;
  position: relative;
}
#tribe-events-footer .tribe-events-sub-nav li:before {
  display: none;
}
#tribe-events-footer .tribe-events-sub-nav li a {
  font-size: 18px;
  color: #b2d234;
  padding: 30px 0;
  display: block;
  font-weight: 400;
}
#tribe-events-footer .tribe-events-sub-nav li a span {
  display: none;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next.tribe-events-nav-left {
  padding: 0 0 0 30px;
  margin: 0 0 0 40px;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next.tribe-events-nav-left:after {
  content: "\E00E";
  font-family: 'uja-sephardic';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  margin: -13px 0 0;
  top: 50%;
  color: #b2d234;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {
  padding: 0 0 0 30px;
  margin: 0 0 0 40px;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous:after {
  content: "\E00E";
  font-family: 'uja-sephardic';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  margin: -13px 0 0;
  top: 50%;
  color: #b2d234;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous.tribe-events-nav-right {
  padding: 0 30px 0 0;
  margin: 0 40px 0 0;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous.tribe-events-nav-right:after {
  content: "\E00E";
  font-family: 'uja-sephardic';
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  margin: -13px 0 0;
  top: 50%;
  color: #b2d234;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
  padding: 0 30px 0 0;
  margin: 0 40px 0 0;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next:after {
  content: "\E00E";
  font-family: 'uja-sephardic';
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  margin: -13px 0 0;
  top: 50%;
  color: #b2d234;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.events-list #tribe-events-footer {
  padding: 0;
  margin-bottom: 0;
}
.events-list .tribe-events-loop {
  max-width: 1408px;
  padding: 0;
}
.tribe-events-day #tribe-events-footer {
  padding: 0;
  margin-bottom: 0;
}
.tribe-events-day .tribe-events-loop {
  max-width: 1408px;
  padding: 0;
}
#tribe-events-after-footer {
  text-align: center;
}
#tribe-events-header .tribe-events-sub-nav li {
  padding: 0;
  position: relative;
  display: inline;
}
#tribe-events-header .tribe-events-sub-nav li:before {
  display: none;
}
#tribe-events-header .tribe-events-sub-nav li a {
  font-size: 18px;
  color: #fff;
  padding: 30px 0;
  display: block;
  font-weight: 400;
}
#tribe-events-header .tribe-events-sub-nav li a span {
  display: none;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next.tribe-events-nav-left {
  padding: 0 0 0 30px;
  margin: 0 0 0 40px;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next.tribe-events-nav-left:after {
  content: "\E00E";
  font-family: 'uja-sephardic';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  margin: -13px 0 0;
  top: 50%;
  color: #fff;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous {
  padding: 0 0 0 30px;
  margin: 0 0 0 40px;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous:after {
  content: "\E00E";
  font-family: 'uja-sephardic';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  margin: -13px 0 0;
  top: 50%;
  color: #fff;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous a {
  display: inline;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous.tribe-events-nav-right {
  padding: 0 30px 0 0;
  margin: 0 40px 0 0;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous.tribe-events-nav-right:after {
  content: "\E00E";
  font-family: 'uja-sephardic';
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  margin: -13px 0 0;
  top: 50%;
  color: #fff;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next {
  padding: 0 30px 0 0;
  margin: 0 40px 0 0;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next:after {
  content: "\E00E";
  font-family: 'uja-sephardic';
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  margin: -13px 0 0;
  top: 50%;
  color: #fff;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
  display: inline;
}
#tribe-mobile-container {
  margin: 0;
  background-color: #fff;
}
#tribe-mobile-container .tribe-mobile-day-heading {
  padding: 25px;
  margin: 0;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fafafa;
  color: #1a5577;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}
#tribe-mobile-container .tribe-events-mobile {
  border-bottom: 1px solid #e3e3e3;
  padding: 25px 0;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
#tribe-mobile-container .tribe-events-mobile .summary {
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  color: #1a5577;
}
#tribe-mobile-container .tribe-events-mobile .tribe-events-event-schedule-details {
  margin: 10px 0 0;
  text-align: center;
  padding: 0 10px;
}
#tribe-mobile-container .tribe-events-mobile .tribe-events-event-schedule-details .tribe-event-date-start {
  font-size: 14px;
}
#tribe-mobile-container .tribe-events-mobile .tribe-event-description {
  display: none;
}
#tribe-mobile-container .type-tribe_events .tribe-events-event-image {
  display: none;
}
#tribe-mobile-container .type-tribe_events ~ .type-tribe_events {
  border-top: none;
}
#tribe-mobile-container .tribe-events-read-more {
  width: 100%;
  display: block;
  margin: 18px 0 0 !important;
  text-align: center;
  color: #fff;
  background-color: #1a5577;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
#tribe-mobile-container .tribe-events-viewmore {
  border-top: none;
  width: 100%;
  display: block;
  margin: 10px 0 0;
  text-align: center;
  color: #fff;
  background-color: #1a5577;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
}
#tribe-mobile-container .tribe-events-viewmore a {
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
.single-tribe_organizer .tribe-events-loop {
  max-width: 1408px;
  padding: 0;
}
.single-tribe_venue .tribe-events-loop {
  max-width: 1408px;
  padding: 0;
}
.tribe-events-list-separator-month {
  background-color: #fafafa;
  border-bottom: 1px solid #e3e3e3;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.tribe-events-list-separator-month:after {
  display: none;
}
.tribe-events-list-separator-month span {
  font-size: 16px;
  background: none;
  color: #585858;
  text-transform: uppercase;
}
.tribe-events-list .tribe-events-back {
  display: none;
}
#tribe-events-content.tribe-events-single {
  max-width: 1408px;
  padding: 0;
  margin: 0 auto;
}
#tribe-events-content.tribe-events-single .single-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#tribe-events-content.tribe-events-single .tribe-events-back {
  display: none;
}
#tribe-events-content.tribe-events-single .event-content {
  width: 60%;
  float: right;
  background-color: #fff;
  position: relative;
}
#tribe-events-content.tribe-events-single .event-content:after {
  content: '';
  display: block;
  width: 400%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
}
#tribe-events-content.tribe-events-single .type-tribe_events {
  position: relative;
  padding: 40px 40px 40px 70px;
}
#tribe-events-content.tribe-events-single .type-tribe_events .tribe-events-cal-links {
  margin: 15px 0;
  display: table;
  width: 100%;
}
#tribe-events-content.tribe-events-single .type-tribe_events .tribe-events-cal-links a.tribe-events-ical {
  background: none;
  border-bottom: 1px solid #1a5577;
  font-size: 16px;
  color: #1a5577;
  text-transform: uppercase;
  margin: 15px 0;
  padding: 0 0 5px 0;
  line-height: normal;
  height: auto;
  text-align: left;
  width: auto;
  clear: none;
  display: inline-block;
}
#tribe-events-content.tribe-events-single .type-tribe_events .tribe-events-cal-links a.tribe-events-ical:after {
  content: '\e036';
  font-family: 'uja-sephardic';
  font-size: 14px;
  vertical-align: middle;
  padding-left: 3px;
}
#tribe-events-content.tribe-events-single .type-tribe_events .tribe-events-cal-links a.tribe-events-gcal {
  background: none;
  border-bottom: 1px solid #1a5577;
  font-size: 16px;
  color: #1a5577;
  text-transform: uppercase;
  margin: 15px 0;
  padding: 0 0 5px 0;
  line-height: normal;
  height: auto;
  text-align: left;
  width: auto;
  clear: none;
  display: inline-block;
}
#tribe-events-content.tribe-events-single .type-tribe_events .tribe-events-cal-links a.tribe-events-gcal:after {
  content: '\e036';
  font-family: 'uja-sephardic';
  font-size: 14px;
  vertical-align: middle;
  padding-left: 3px;
}
#tribe-events-content.tribe-events-single .type-tribe_events .tribe-events-cal-link {
  display: table-cell;
}
#tribe-events-content.tribe-events-single .type-tribe_events .sharethis {
  border-top: 1px solid #e3e3e3;
  padding-top: 30px;
}
#tribe-events-content.tribe-events-single .tribe-events-notices {
  margin: 0;
  border: none;
  border-radius: 0;
  background: #eb088c;
  text-shadow: none;
  padding: 0 0 0 68px;
  position: relative;
  color: #fff;
}
#tribe-events-content.tribe-events-single .tribe-events-notices ul {
  background: #ac3d6d;
  padding: 16px 22px;
  font-style: italic;
}
#tribe-events-content.tribe-events-single .tribe-events-notices:after {
  display: block;
  position: absolute;
  content: '\e010';
  font-family: 'uja-sephardic';
  font-size: 24px;
  margin-top: -12px;
  top: 50%;
  left: 20px;
}
#tribe-events-content.tribe-events-single .tribe-events-notices:before {
  display: block;
  position: absolute;
  content: '';
  left: 68px;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #eb088c;
  z-index: 1;
}
#tribe-events-content.tribe-events-single .tribe-events-single-event-title {
  color: #1a5577;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  margin: 0 0 10px 0;
}
#tribe-events-content.tribe-events-single .tribe-events-single-event-title:before {
  content: '\E00A';
  display: block;
  font-family: 'uja-sephardic';
  font-size: 50px;
  margin: 0 0 10px 0;
  color: #1a5577;
}
#tribe-events-content.tribe-events-single .event-register-footer {
  display: none;
  position: fixed;
  bottom: 60px;
  left: 0;
  z-index: 10;
  width: 100%;
}
#tribe-events-content.tribe-events-single .event-register-footer a {
  width: 100%;
}
#tribe-events-content.tribe-events-single .aside {
  float: left;
  width: 40%;
  padding: 40px;
}
#tribe-events-content.tribe-events-single .aside .tribe-events-event-meta {
  border: none;
}
#tribe-events-content.tribe-events-single .aside .tribe-events-event-meta .tribe-events-venue-map {
  display: none;
}
#tribe-events-content.tribe-events-single .aside .title {
  margin: 0;
  color: #1a5577;
  font-weight: 400;
}
#tribe-events-content.tribe-events-single .aside .tribe-events-schedule {
  font-size: 16px;
}
#tribe-events-content.tribe-events-single .aside .event-is-recurring {
  font-size: 16px;
}
#tribe-events-content.tribe-events-single .aside .tribe-events-meta-group {
  width: 100%;
  display: block;
  padding: 15px 0 0 0;
  margin: 15px 0 0;
  float: none;
  border-top: 1px solid #e3e3e3;
}
#tribe-events-content.tribe-events-single .aside .tribe-events-meta-group h3 {
  margin: 0 0 10px 0;
}
#tribe-events-content.tribe-events-single .aside .tribe-events-meta-group dt {
  margin: 5px 0;
  color: #eb088c;
}
#tribe-events-content.tribe-events-single .aside .tribe-events-meta-group dd {
  margin: 0;
}
#tribe-events-content.tribe-events-single .aside .tribe-events-meta-group.secondary {
  display: none;
}
#tribe-events-content.tribe-events-single .aside .cart {
  display: none;
}
#tribe-events-content.tribe-events-single .tribe-events-schedule {
  margin: 0;
}
#tribe-events-content.tribe-events-single .tribe-events-schedule h2 {
  font-size: 16px;
  margin: 5px 0;
  color: #585858;
  font-weight: normal;
}
#tribe-events-content.tribe-events-single .event-add-info iframe {
  height: 400px !important;
  border: none;
}
#tribe-events-content.tribe-events-single .cart {
  padding: 20px 40px;
  margin: 0;
  width: 100%;
}
#tribe-events-content.tribe-events-single .cart .tribe-events-tickets-title {
  color: #1a5577;
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 0 12px;
}
#tribe-events-content.tribe-events-single .cart .woocommerce .quantity .qty {
  width: 100px;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  display: block;
  margin: 0 0 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #818181;
  color: #1a5577;
  text-align: left;
}
#tribe-events-content.tribe-events-single .cart .tribe-ticket-quantity {
  width: 100px;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  display: block;
  margin: 0 0 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #818181;
  color: #1a5577;
  text-align: left;
}
#tribe-events-content.tribe-events-single .cart .tribe-events-tickets td {
  vertical-align: top;
  padding: 12px;
}
#tribe-events-content.tribe-events-single .cart .tribe-events-tickets .tribe-tickets-meta-row table {
  width: 60%;
}
#tribe-events-content.tribe-events-single .cart .tribe-events-tickets .tribe-tickets-meta-row table label {
  color: #585858;
  line-height: 50px;
}
#tribe-events-content.tribe-events-single .cart .tribe-events-tickets .tribe-tickets-meta-row table td {
  padding: 12px 0;
}
#tribe-events-content.tribe-events-single .cart .tribe-events-tickets .tribe-tickets-meta-row table input {
  margin: 0;
}
#tribe-events-content.tribe-events-single .cart .tribe-events-tickets .add-to-cart {
  border: none;
}
#tribe-events-content.tribe-events-single .cart .tribe-events-tickets .add-to-cart button {
  background-color: #1a5577;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  border: none;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#tribe-events-content.tribe-events-single .cart .tribe-events-tickets .add-to-cart button:hover {
  background-color: #b2d234;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.g-grid {
  width: 100% !important;
}
.overlay-dialog__frame {
  width: 100% !important;
}
#tribe-community-events {
  background-color: #fff;
}
#tribe-community-events #tribe-events {
  max-width: 1368px;
  padding: 20px;
  margin: 0 auto;
  background-color: #fff;
}
#tribe-community-events #tribe-events .pagination span {
  background-color: #1a5577;
  color: #fff;
}
#tribe-community-events #tribe-events .pagination span:hover {
  background-color: #b2d234;
}
#tribe-community-events #tribe-events .pagination a {
  background-color: #1a5577;
  color: #fff;
}
#tribe-community-events #tribe-events .pagination a:hover {
  background-color: #b2d234;
}
#tribe-community-events #tribe-events .pagination .current {
  background-color: #b2d234;
}
#tribe-community-events #tribe-events .my-events-table-wrapper {
  background: #fff;
}
#tribe-community-events #tribe-events .my-events-table-wrapper table {
  width: 100%;
}
#tribe-community-events #tribe-events .my-events-table-wrapper table td {
  padding: 10px;
}
#tribe-community-events #tribe-events .my-events-table-wrapper table td:first-child {
  text-align: center;
  text-align: center;
}
#tribe-community-events #tribe-events .my-events-table-wrapper table th {
  padding: 20px 10px;
  color: #fff;
  background-color: #b2d234;
  text-align: left;
}
#tribe-community-events #tribe-events .tribe-events-community-summary {
  background-color: #fafafa;
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}
#tribe-community-events #tribe-events .tribe-events-community-summary:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  left: -200%;
  top: 0;
  background-color: #fafafa;
  z-index: 1;
  border-bottom: 1px solid #e3e3e3;
}
#tribe-community-events #tribe-events .tribe-events-community-summary:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  right: -200%;
  top: 0;
  background-color: #fafafa;
  z-index: 1;
  border-bottom: 1px solid #e3e3e3;
}
#tribe-community-events #tribe-events .events-community-post-content textarea {
  width: 100%;
}
#tribe-community-events #tribe-events .events-community-post-title input {
  width: 100%;
}
#tribe-community-events #tribe-events .events-community-post-title .imp input {
  margin-top: 0;
}
#tribe-community-events #add-new {
  margin-bottom: 10px;
}
#tribe-community-events #add-new a {
  background-color: #1a5577;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  width: 120px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
#tribe-community-events #add-new a:hover {
  background-color: #b2d234;
}
#tribe-community-events .table-menu-wrapper {
  float: left;
}
#tribe-community-events .table-menu-wrapper .table-menu-btn {
  background-color: #1a5577;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  width: 120px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
#tribe-community-events .table-menu-wrapper .table-menu-btn:hover {
  background-color: #b2d234;
}
#tribe-community-events .table-menu-wrapper .table-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#tribe-community-events .table-menu-wrapper .table-menu ul li {
  padding: 5px 10px;
}
#tribe-community-events .table-menu-wrapper .table-menu ul li:before {
  display: none;
}
#tribe-community-events .my-events-display-options {
  overflow: hidden;
  padding: 0;
}
#tribe-community-events .my-events-display-options a {
  background-color: #1a5577;
  height: 50px;
  line-height: 50px;
  margin: 0 0 0 1em;
  padding: 0 20px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
}
#tribe-community-events .my-events-display-options a:hover {
  background-color: #b2d234;
}
#tribe-community-events input {
  margin-bottom: 0;
}
#EventBriteDetailDiv h4 {
  text-transform: capitalize;
}
#EventBriteDetailDiv small {
  line-height: normal;
  display: block;
}
.eventForm .tribe_sectionheader h4 {
  text-transform: capitalize;
}
.tribe-community-event-info h4 {
  text-transform: capitalize;
}
.tribe-community-event-info small {
  line-height: normal;
  display: block;
}
#tribe-events-content.tribe-events-list .type-tribe_events {
  display: flex;
  padding: 0 0 0 60px;
  border: 1px solid #e3e3e3;
  border-top: none;
}
#tribe-events-content.tribe-events-list .type-tribe_events .img-holder {
  width: 25%;
  padding: 45px 0;
  margin: 0;
}
#tribe-events-content.tribe-events-list .type-tribe_events .tribe-events-event-image {
  margin: 0;
  padding: 0;
  width: 100%;
}
#tribe-events-content.tribe-events-list .type-tribe_events .tribe-events-event-image img {
  border: 2px solid #1a5577;
}
#tribe-events-content.tribe-events-list .type-tribe_events .day-holder {
  width: 55%;
  padding: 45px 25px;
}
#tribe-events-content.tribe-events-list .type-tribe_events .day-holder .meta {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}
#tribe-events-content.tribe-events-list .type-tribe_events .day-holder .meta h2.tribe-events-list-event-title {
  float: none;
  font-size: 27px;
  color: #1a5577;
  font-weight: 500;
  width: 100%;
}
#tribe-events-content.tribe-events-list .type-tribe_events .day-holder .meta:after {
  content: '';
  display: block;
  clear: both;
}
#tribe-events-content.tribe-events-list .type-tribe_events .day-holder .tribe-events-list-event-description {
  padding-top: 20px;
  display: block;
  width: 100%;
}
#tribe-events-content.tribe-events-list .type-tribe_events .action {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 0 0 40px;
  width: 20%;
  border-left: 1px solid #e3e3e3;
}
#tribe-events-content.tribe-events-list .type-tribe_events .action a {
  background-color: #1a5577;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  display: block;
  width: auto;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#tribe-events-content.tribe-events-list .type-tribe_events .action a:hover {
  background-color: #b2d234;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.tribe-events-notices {
  margin-top: 40px;
}
.select2-results li {
  padding-left: 0;
}
.select2-results li:before {
  display: none;
}
.ui-timepicker-list li:before {
  display: none;
}
@media (max-width: 1408px) {
  #tribe-bar-form {
    max-width: 1368px;
    max-width: 1368px;
  }
  #tribe-events-content table.tribe-events-calendar {
    max-width: 1368px;
  }
  #tribe-events .tribe-events-grid {
    max-width: 1368px;
  }
  #tribe-events .events-list .tribe-events-loop {
    max-width: 1368px;
  }
  #tribe-events .single-tribe_organizer .tribe-events-loop {
    max-width: 1368px;
  }
  #tribe-events .single-tribe_venue .tribe-events-loop {
    max-width: 1368px;
  }
  #tribe-events .tribe-events-day .tribe-events-loop {
    max-width: 1368px;
  }
  .events-list .tribe-events-loop {
    max-width: 1368px;
  }
  .single-tribe_organizer .tribe-events-loop {
    max-width: 1368px;
  }
  .single-tribe_venue .tribe-events-loop {
    max-width: 1368px;
  }
  .tribe-events-day .tribe-events-loop {
    max-width: 1368px;
  }
  #tribe-events-content.tribe-events-single {
    max-width: 1368px;
  }
  #tribe-community-events #tribe-events {
    max-width: 1368px;
  }
}
@media (max-width: 1024px) {
  #tribe-bar-form {
    max-width: 988px;
    max-width: 988px;
  }
  #tribe-bar-form .tribe-bar-date-filter {
    padding: 15px;
  }
  #tribe-bar-form .tribe-bar-submit {
    width: 100%;
    margin: 0;
    padding: 15px;
    margin: 0;
    padding: 0 !important;
    width: 100%;
  }
  #tribe-bar-form #tribe_events_filters_toggle {
    margin: 0;
    width: 100%;
    float: none;
    display: none;
  }
  #tribe-events #tribe-bar-form .tribe-bar-events-filters-toggle {
    padding: 10px 0 0 0 !important;
    width: 100%;
  }
  #tribe-events #tribe-bar-form .tribe-bar-events-filters-toggle .tribe-bar-events-filters-toggle-button {
    border: none;
    background: #f5f5f5;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }
  #tribe-events #tribe-bar-form #tribe-bar-views {
    padding: 0 !important;
    width: 38%;
  }
  #tribe-events #tribe-bar-form .tribe-bar-filters-inner {
    width: 100%;
  }
  #tribe-events #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-date-filter {
    padding: 15px 15px 15px 0;
    width: 50%;
  }
  #tribe-events #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-search-filter {
    padding: 15px 0 15px 15px;
    width: 50%;
  }
  #tribe-events .tribe-events-grid {
    max-width: 988px;
    display: none;
  }
  #tribe-events .events-list .tribe-events-loop {
    max-width: 988px;
  }
  #tribe-events .single-tribe_organizer .tribe-events-loop {
    max-width: 988px;
  }
  #tribe-events .single-tribe_venue .tribe-events-loop {
    max-width: 988px;
  }
  #tribe-events .tribe-events-day .tribe-events-loop {
    max-width: 988px;
  }
  #tribe-events .tribe-events-loop .tribe-events-event-meta .event-is-recurring a:after {
    display: none;
  }
  #tribe-events .tribe-events-loop .type-tribe_events {
    padding: 1.5em 20px;
  }
  #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
    padding: 15px 10px;
    background: #fff;
  }
  #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-label {
    margin: 0;
    padding: 0 0 15px 0;
  }
  #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control {
    float: none;
    width: 100%;
    margin: 0;
  }
  #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form {
    float: none;
    width: 100%;
    clear: none;
    padding: 0;
  }
  #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form > div {
    width: 100%;
    margin: 10px 0;
    float: none;
  }
  #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form > div h3:after {
    right: 10px;
  }
  #tribe-events-content-wrapper .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
    padding: 15px 10px;
    background: #fff;
  }
  #tribe-events-content-wrapper #tribe-events-bar {
    background-color: #fff;
    padding: 10px 5px;
  }
  #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-collapse-toggle {
    float: right;
    width: 58%;
    padding: 11px 15px;
    display: block;
  }
  #tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar td {
    padding: 0 0 10px 0;
  }
  #tribe-events-bar #tribe-bar-form .tribe-bar-filters {
    float: left;
    width: 100%;
  }
  .tribe-filters-open #tribe_events_filters_wrapper {
    position: static !important;
  }
  .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
    position: static !important;
  }
  .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-vertical {
    position: static !important;
  }
  #tribe-events-content table.tribe-events-calendar {
    max-width: 988px;
  }
  #tribe-events-content .recurring-info-tooltip.tribe-events-tooltip {
    display: none !important;
  }
  #tribe-events-content #tribe-events-header .tribe-events-page-title {
    font-size: 26px;
    width: 50%;
  }
  .tribe-events-week #tribe-mobile-container {
    display: block;
    margin: 0;
  }
  .tribe-events-week #tribe-mobile-container .tribe-events-mobile .tribe-event-schedule-details .tribe-event-date-start {
    font-size: 14px;
  }
  .tribe-events-list .tribe-events-event-image + div.tribe-events-content {
    width: 100%;
  }
  .events-list .tribe-events-loop {
    max-width: 988px;
  }
  .single-tribe_organizer .tribe-events-loop {
    max-width: 988px;
  }
  .single-tribe_venue .tribe-events-loop {
    max-width: 988px;
  }
  .tribe-events-day .tribe-events-loop {
    max-width: 988px;
  }
  #tribe-events-content.tribe-events-single {
    max-width: 988px;
  }
  #tribe-events-content.tribe-events-single .aside {
    float: left;
    width: 30%;
    padding: 40px 20px;
  }
  #tribe-events-content.tribe-events-single .type-tribe_events {
    width: 70%;
    padding: 50px 20px 50px 40px;
  }
  #tribe-community-events #tribe-events {
    max-width: 988px;
  }
}
@media (max-width: 748px) {
  #tribe-bar-form {
    max-width: 708px;
    max-width: 708px;
  }
  #tribe-events-content table.tribe-events-calendar {
    max-width: 100%;
  }
  #tribe-events-content .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] {
    font-size: 12px;
    padding: 5px 5px 0 5px;
  }
  #tribe-events-content .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
    font-size: 12px;
  }
  #tribe-events-content .tribe-events-calendar td.tribe-events-thismonth:after {
    background-color: #1a5577;
  }
  #tribe-events-content .tribe-events-calendar td.tribe-events-thismonth:hover:after {
    background-color: #fff;
  }
  #tribe-events-content .tribe-events-calendar td.tribe-events-thismonth.mobile-active {
    background-color: #1a5577;
  }
  #tribe-events-content .tribe-events-calendar td.tribe-events-thismonth.mobile-active:after {
    background-color: #fff;
  }
  #tribe-events-content .tribe-events-calendar td.tribe-events-thismonth.mobile-active div[id*="tribe-events-daynum-"] {
    color: #fff !important;
  }
  #tribe-events-content .tribe-events-calendar td.tribe-events-thismonth.mobile-active a {
    color: #fff !important;
  }
  #tribe-events-content .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
    font-size: 12px;
    padding: 5px 5px 0 5px;
  }
  #tribe-events-content .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    font-size: 12px;
  }
  #tribe-events-content .tribe-events-calendar div[id*="tribe-events-daynum-"] {
    font-size: 12px;
    padding: 5px 5px 0 5px;
  }
  #tribe-events-content .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    font-size: 12px;
  }
  #tribe-events .tribe-events-grid {
    max-width: 100%;
    display: none;
  }
  #tribe-events .events-list .tribe-events-loop {
    max-width: 708px;
  }
  #tribe-events .single-tribe_organizer .tribe-events-loop {
    max-width: 708px;
  }
  #tribe-events .single-tribe_venue .tribe-events-loop {
    max-width: 708px;
  }
  #tribe-events .tribe-events-day .tribe-events-loop {
    max-width: 708px;
  }
  #tribe-events #my-events {
    margin: 0;
    width: 45%;
  }
  #tribe-events #my-events a {
    width: 100%;
  }
  #tribe-events .tribe-events-community-add-content {
    width: 100%;
  }
  #tribe-events .tribe-events-community-add-form .tribe-community-event-info {
    line-height: 30px;
    margin: 10px 0 0;
  }
  #tribe-events .tribe-events-community-add-form .tribe-community-event-info .fileinput {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  #tribe-events .tribe-events-community-add-form .tribe-community-event-info label[for="EventImage"] label {
    width: 100%;
  }
  #tribe-events .tribe-events-community-add-form .tribe-community-event-info label {
    line-height: 30px;
    margin: 10px 0 0;
  }
  #tribe-events .tribe-events-community-add-form .tribe-community-event-info .tribe-datepicker {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  #tribe-events .tribe-events-community-add-form .tribe-community-event-info .timeofdayoptions {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  #tribe-events .tribe-events-community-add-form .tribe-community-event-info .selectric-wrapper:first-child {
    width: 33.33%;
    margin: 0;
  }
  #tribe-events .tribe-events-community-add-form .tribe-community-event-info .tribe-event-recurrence .recurrence-end .recurrence-end-range {
    float: none;
    width: 100%;
    margin: 0;
  }
  #tribe-events .tribe-events-community-add-form .tribe-community-event-info .tribe-event-recurrence .recurrence-end span {
    float: left;
    line-height: 50px;
    margin: 0 10px 0 0;
  }
  #tribe-events .tribe-events-community-add-form .tribe-events-community-footer .events-community-submit {
    width: 100%;
    float: none;
    display: block;
  }
  #tribe-events #event_tribe_venue .row .venue.maps input[type="checkbox"] {
    float: left;
    margin: 9px 0 0;
  }
  #tribe-events #event_tribe_organizer .tribe-community-event-info .selectric-wrapper {
    margin: 0 0 20px 0;
    width: 80%;
  }
  #tribe-events #event_cost .tribe-community-event-info #EventCurrencySymbol {
    float: left;
    width: 20%;
    margin: 0 4% 0 0;
    text-align: center;
  }
  #tribe-events #event_cost .tribe-community-event-info .selectric-wrapper {
    float: left;
    width: 76%;
    margin: 0;
  }
  #tribe-events #event_cost .tribe-community-event-info #EventCost {
    float: left;
    width: 100%;
    margin: 20px 0 0;
  }
  #tribe-events #event_cost .tribe-community-event-info small {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0 0;
  }
  .events-list .tribe-events-loop {
    max-width: 708px;
  }
  .single-tribe_organizer .tribe-events-loop {
    max-width: 708px;
  }
  .single-tribe_venue .tribe-events-loop {
    max-width: 708px;
  }
  .tribe-events-day .tribe-events-loop {
    max-width: 708px;
  }
  #tribe-events-content.tribe-events-single {
    max-width: 708px;
  }
  #tribe-community-events #tribe-events {
    max-width: 708px;
  }
  #tribe-community-events #add-new {
    margin: 0;
    width: 45%;
  }
  #tribe-community-events #add-new a {
    width: 100%;
  }
  #tribe-community-events .table-menu-wrapper {
    width: 45%;
    margin: 0 0 0 10%;
  }
  #tribe-community-events .table-menu-wrapper .table-menu-btn {
    width: 100%;
  }
  #tribe-community-events #not-user {
    width: 50%;
  }
  #tribe-community-events .my-events-display-options a {
    margin: 0 0 10px 0;
    width: 100%;
    float: none;
    display: block;
    padding: 0;
  }
}
@media (max-width: 800px) {
  .events-list #tribe-events-footer {
    margin-top: 0;
    border-top: 1px solid #e3e3e3 !important;
  }
  .tribe-events-day #tribe-events-footer {
    margin-top: 0;
    border-top: 1px solid #e3e3e3 !important;
  }
  #tribe-events-content #tribe-events-after-footer {
    padding: 0 20px;
  }
  #tribe-events-content #tribe-events-after-footer a.tribe-events-button {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  #tribe-events-content a.tribe-events-gcal {
    margin: 10px 0;
    width: 100%;
    line-height: 60px;
    height: 60px;
    font-weight: 500;
    font-size: 16px;
    box-sizing: border-box;
  }
  #tribe-events-content a.tribe-events-ical {
    margin: 10px 0;
    width: 100%;
    line-height: 60px;
    height: 60px;
    font-weight: 500;
    font-size: 16px;
    box-sizing: border-box;
  }
  #tribe-events-content a.tribe-events-print {
    margin: 10px 0;
    width: 100%;
    line-height: 60px;
    height: 60px;
    font-weight: 500;
    font-size: 16px;
    box-sizing: border-box;
  }
  #tribe-events-content #tribe-events-day .type-tribe_events {
    display: block;
    padding: 25px 0;
    width: auto;
    margin: 0 20px;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
    text-align: center;
  }
  #tribe-events-content #tribe-events-day .type-tribe_events:last-child {
    border-bottom: none;
  }
  #tribe-events-content #tribe-events-day .type-tribe_events .img-holder {
    display: none;
  }
  #tribe-events-content #tribe-events-day .type-tribe_events .day-holder {
    width: 100%;
    padding: 0;
  }
  #tribe-events-content #tribe-events-day .type-tribe_events .day-holder .meta {
    border: none;
    background-color: transparent;
  }
  #tribe-events-content #tribe-events-day .type-tribe_events .day-holder .meta h2.tribe-events-list-event-title {
    font-size: 17px;
  }
  #tribe-events-content #tribe-events-day .type-tribe_events .day-holder .meta .tribe-events-event-meta {
    margin: 0;
    padding: 0;
  }
  #tribe-events-content #tribe-events-day .type-tribe_events .day-holder .tribe-events-event-meta {
    border: none;
    background-color: transparent;
  }
  #tribe-events-content #tribe-events-day .type-tribe_events .day-holder .tribe-events-event-meta span {
    color: #585858;
  }
  #tribe-events-content #tribe-events-day .type-tribe_events .day-holder .tribe-events-venue-details {
    border: none;
  }
  #tribe-events-content #tribe-events-day .type-tribe_events .action {
    width: 100%;
    padding: 0;
  }
  #tribe-events-content #tribe-events-day .type-tribe_events .action a {
    width: 100%;
  }
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next.tribe-events-nav-left {
    margin: 0;
    background: none;
    border: none;
  }
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next.tribe-events-nav-left:after {
    left: 40px;
    cursor: pointer;
  }
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next.tribe-events-nav-left:after #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous:after {
    left: 10px;
  }
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous.tribe-events-nav-right {
    margin: 0;
    background: none;
    border: none;
  }
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous.tribe-events-nav-right:after {
    right: 10px;
    right: 40px;
    cursor: pointer;
  }
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {
    margin: 0;
    background: none;
    border: none;
  }
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a {
    margin: 0;
    background: none;
    padding: 10px 0;
    opacity: 0;
  }
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous:after {
    left: 40px;
    cursor: pointer;
  }
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
    margin: 0;
    background: none;
    border: none;
  }
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next:after {
    right: 10px;
    right: 40px;
    cursor: pointer;
  }
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a {
    margin: 0;
    background: none;
    padding: 10px 0;
    opacity: 0;
  }
  #tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
    padding: 0;
    margin: 10px 0;
    line-height: 60px;
    height: 60px;
    font-weight: 500;
    font-size: 16px;
  }
  #tribe-events-footer:after {
    display: none;
  }
  #tribe-events-footer:before {
    display: none;
  }
  #tribe-events-header:after {
    display: none;
  }
  #tribe-events-header:before {
    display: none;
  }
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next.tribe-events-nav-left {
    margin: 0;
    background: none;
    border: none;
  }
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next.tribe-events-nav-left:after {
    left: 10px;
    left: 40px;
    cursor: pointer;
  }
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous.tribe-events-nav-right {
    margin: 0;
    background: none;
    border: none;
  }
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous.tribe-events-nav-right:after {
    right: 10px;
    right: 40px;
    cursor: pointer;
  }
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous {
    margin: 0;
    background: none;
    border: none;
  }
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous:after {
    left: 10px;
    left: 40px;
    cursor: pointer;
  }
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous a {
    margin: 0;
    background: none;
    padding: 10px 0;
    opacity: 0;
    height: 20px;
    overflow: hidden;
    display: block;
  }
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next {
    margin: 0;
    background: none;
    border: none;
  }
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next:after {
    right: 10px;
    right: 40px;
    cursor: pointer;
  }
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
    margin: 0;
    background: none;
    padding: 10px 0;
    opacity: 0;
    height: 20px;
    overflow: hidden;
    display: block;
  }
  #tribe-events .tribe-events-loop .tribe-events-event-image {
    display: none;
  }
  #tribe-events .tribe-events-loop .tribe-events-event-meta {
    float: none;
    width: 100%;
    font-size: 14px;
    text-align: center;
    display: block;
    border: none;
    padding: 0;
    margin: 5px 0;
    background: none;
  }
  #tribe-events .tribe-events-loop .tribe-events-event-meta span {
    color: #585858;
    font-weight: normal;
  }
  #tribe-events .tribe-events-loop .tribe-events-event-meta div {
    border: none;
  }
  #tribe-events .tribe-events-loop .tribe-events-list-event-description {
    float: none;
    width: 100%;
    display: block;
  }
  #tribe-events .tribe-events-loop .tribe-events-list-event-description p {
    display: none;
  }
  #tribe-events .tribe-events-loop .tribe-events-read-more {
    float: none;
    width: 100%;
    padding: 0;
  }
  #tribe-events .tribe-events-list h2.tribe-events-list-event-title {
    float: none;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 16px;
  }
  #tribe-events .tribe-events-list .tribe-events-loop {
    background-color: #fff;
  }
  #tribe-events .tribe-events-day .tribe-events-day-time-slot h5 {
    font-weight: normal;
    color: #1a5577;
  }
  #tribe-events .tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
    border-bottom: 1px solid #e3e3e3;
  }
  #tribe-events .tribe-events-day-time-slot {
    background-color: #fff;
  }
  #tribe-events .tribe-events-day-time-slot .tribe-events-last {
    padding: 1.75em 0 0 0;
    border-bottom: none;
  }
  .tribe-events-list-separator-month {
    padding: 20px 0;
    font-size: 20px;
  }
  .tribe-events-list-separator-month span {
    font-size: 20px;
    color: #1a5577;
  }
  .tribe-events-list-separator-month:after {
    content: "";
    display: block;
    background-color: #fafafa;
    border-bottom: 1px solid #e3e3e3;
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
  }
  .tribe-events-list-separator-month:before {
    content: "";
    display: block;
    background-color: #fafafa;
    border-bottom: 1px solid #e3e3e3;
    position: absolute;
    top: 0;
    right: -200%;
    width: 200%;
    height: 100%;
  }
  #tribe-events-content.tribe-events-single .event-content {
    width: 100%;
    float: none;
  }
  #tribe-events-content.tribe-events-single .type-tribe_events {
    position: relative;
    width: 100%;
    padding: 50px 20px 50px 20px;
  }
  #tribe-events-content.tribe-events-single .type-tribe_events .tribe-events-cal-links {
    display: block;
  }
  #tribe-events-content.tribe-events-single .type-tribe_events .tribe-events-cal-link {
    display: block;
    text-align: center;
  }
  #tribe-events-content.tribe-events-single .type-tribe_events .sharethis {
    text-align: center;
  }
  #tribe-events-content.tribe-events-single .aside {
    float: none;
    width: 100%;
    padding: 20px;
  }
  #tribe-events-content.tribe-events-single .aside .tribe-events-schedule {
    padding: 0;
    border: none;
  }
  #tribe-events-content.tribe-events-single .cart {
    padding: 0;
  }
  #tribe-events-content.tribe-events-single .cart .tribe-events-tickets {
    margin: 20px 0 0;
  }
  #tribe-events-content.tribe-events-single .cart .tribe-events-tickets td {
    display: block;
  }
  #tribe-events-content.tribe-events-single .cart .tribe-events-tickets .tribe-tickets-meta-row table {
    width: 100%;
  }
  #tribe-events-content.tribe-events-single .cart .tribe-events-tickets .tribe-tickets-meta-row table label {
    line-height: normal;
  }
  #tribe-events-content.tribe-events-single .cart .tribe-events-tickets .tribe-tickets-meta-row .tribe-tickets-attendees .tribe-tickets-table {
    margin: 15px 0 0;
  }
  #tribe-events-content.tribe-events-list .type-tribe_events {
    display: block;
    padding: 25px 0;
    width: auto;
    margin: 0 20px;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
    text-align: center;
  }
  #tribe-events-content.tribe-events-list .type-tribe_events:last-child {
    border-bottom: none;
  }
  #tribe-events-content.tribe-events-list .type-tribe_events .img-holder {
    display: none;
  }
  #tribe-events-content.tribe-events-list .type-tribe_events .day-holder {
    width: 100%;
    padding: 0;
  }
  #tribe-events-content.tribe-events-list .type-tribe_events .day-holder .meta {
    border: none;
    background-color: transparent;
  }
  #tribe-events-content.tribe-events-list .type-tribe_events .day-holder .meta h2.tribe-events-list-event-title {
    font-size: 17px;
  }
  #tribe-events-content.tribe-events-list .type-tribe_events .day-holder .meta .tribe-events-event-meta {
    margin: 0;
    padding: 0;
  }
  #tribe-events-content.tribe-events-list .type-tribe_events .day-holder .tribe-events-event-meta {
    border: none;
    background-color: transparent;
  }
  #tribe-events-content.tribe-events-list .type-tribe_events .day-holder .tribe-events-event-meta span {
    color: #585858;
  }
  #tribe-events-content.tribe-events-list .type-tribe_events .day-holder .tribe-events-venue-details {
    border: none;
  }
  #tribe-events-content.tribe-events-list .type-tribe_events .action {
    width: 100%;
    padding: 0;
  }
  #tribe-events-content.tribe-events-list .type-tribe_events .action a {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #tribe-events-content #tribe-events-header .tribe-events-page-title {
    font-size: 22px;
    padding: 20px 0;
    width: 70%;
  }
  #tribe-events .events-list .tribe-events-loop {
    max-width: 100%;
    width: 100%;
    padding: 0;
    background-color: #fff;
  }
  #tribe-events .single-tribe_organizer .tribe-events-loop {
    max-width: 100%;
    width: 100%;
    padding: 0;
    background-color: #fff;
  }
  #tribe-events .single-tribe_venue .tribe-events-loop {
    max-width: 100%;
    width: 100%;
    padding: 0;
    background-color: #fff;
  }
  #tribe-events .tribe-events-day .tribe-events-loop {
    max-width: 100%;
    width: 100%;
    padding: 0;
    background-color: #fff;
  }
  #tribe-events #event_tribe_venue .row .venue {
    float: none !important;
    width: 100% !important;
  }
  .events-list .tribe-events-loop {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
    background-color: #fff;
  }
  .single-tribe_organizer .tribe-events-loop {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
    background-color: #fff;
  }
  .single-tribe_venue .tribe-events-loop {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
    background-color: #fff;
  }
  .tribe-events-day .tribe-events-loop {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
    background-color: #fff;
  }
  #tribe-events-content.tribe-events-single {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 1008px) {
  #tribe-events-content.tribe-events-single .event-register-footer {
    display: block;
  }
  #tribe-events-content.tribe-events-single .type-tribe_events .tribe-events-cal-links .event-register {
    display: none;
  }
}
#tribe-events .tribe-events-cal-links .event-register .g-w {
  color: #101010;
}
#tribe-events-content.tribe-events-single .icon svg {
  fill: #f5841f;
}
#tribe-events-content.tribe-events-single .icon svg > * {
  fill: #f5841f;
}
.tribe-events-style-full .tribe-events-tickets {
  background: #fff;
}
#tribe-events-content.tribe-events-single .cart .tribe-events-tickets-title {
  color: #eb088d;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
}
#tribe-events-content.tribe-events-single .cart .tribe-ticket-quantity {
  color: #000;
}
.tribe-tickets-rsvp .tribe-ticket.quantity input.tribe-ticket-quantity {
  border-radius: 0;
}
.tribe-event-tickets-plus-meta-attendee > header {
  font-size: 1.8rem;
  color: #eb088d;
  font-weight: 600;
  text-transform: none;
}
.tribe-event-tickets-plus-meta-attendee {
  padding: 10px 0px 15px;
}
.tribe-events-tickets td.tickets_name {
  color: #c1d72f;
  text-transform: uppercase;
  font-weight: 600;
}
#tribe-events-content.tribe-events-single .cart .tribe-events-tickets td .second {
  color: #eb088d;
  text-transform: none;
  font-weight: 600;
}
.single-tribe_events #tribe-events-content form.cart {
  margin: 30px 0;
}
#tribe-events-content.tribe-events-single .cart {
  padding: 20px 0px;
}
#tribe-events-content.tribe-events-single .cart .tribe-events-tickets td {
  padding: 12px 12px 12px 0;
}
#tribe-events-content.tribe-events-single .cart .tribe-events-tickets .add-to-cart .button.alt {
  background-color: #f5841f;
  width: 100%;
  background: -webkit-linear-gradient(top, #f5841f, #f5841f);
}
.tribe-event-tickets-plus-meta label {
  display: block;
  color: #000;
  font-size: 16px;
}
.tribe-event-tickets-plus-meta-attendee input[type=text] {
  width: 100%;
}
#tribe-events-content.tribe-events-single .cart .tribe-events-tickets .tribe-tickets-meta-row table label {
  color: #000;
  line-height: 50px;
  font-size: 16px;
}
#tribe-events .button:not(.gform_button) {
  background: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  #tribe-events-content.tribe-events-single .type-tribe_events {
    width: 100%;
    padding: 50px 0px 50px 40px;
  }
  #tribe-events-content.tribe-events-single .cart .tribe-events-tickets tbody {
    display: block;
    margin-right: 0px;
  }
  #tribe-events-content.tribe-events-single .cart .tribe-events-tickets td.tickets_description {
    display: none;
  }
  #tribe-events-content.tribe-events-single .cart .tribe-events-tickets tbody tr {
    width: 100%;
    display: block !important;
  }
  #tribe-events-content.tribe-events-single .cart .tribe-events-tickets tbody input {
    width: 100%;
  }
  #tribe-events-content.tribe-events-single .cart .tribe-events-tickets td {
    padding: 12px 0px 12px 0;
    width: 100%;
    display: block;
  }
  #tribe-events-content.tribe-events-single .cart .tribe-events-tickets .tribe-tickets-meta-row table {
    width: 100%;
  }
  #tribe-events-content.tribe-events-single .cart .tribe-events-tickets .tribe-tickets-meta-row table td {
    padding: 0;
  }
  #tribe-events-content.tribe-events-single .cart .tribe-events-tickets .tribe-tickets-meta-row table label {
    line-height: 20px;
    padding: 10px 0;
  }
  #tribe-events-content.tribe-events-single .cart .tribe-tickets-table .tribe-tickets-full-name-row, #tribe-events-content.tribe-events-single .cart .tribe-tickets-table .tribe-tickets-email-row, #tribe-events-content.tribe-events-single .cart .tribe-tickets-table .tribe-tickets-order_status-row {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) and (max-width: 800px) {
  #tribe-events-content.tribe-events-single .type-tribe_events {
    padding: 50px 20px 50px 20px;
  }
}
@media (max-width: 800px) {
  #tribe-events-content.tribe-events-single .cart .tribe-events-tickets tbody {
    display: block;
    margin-right: 35px;
  }
  #tribe-events-content.tribe-events-single .cart .tribe-events-tickets .tribe-tickets-table tbody {
    margin-right: 0;
  }
  #tribe-events-content.tribe-events-single .cart .tribe-events-tickets .tribe-tickets-meta-row table td {
    padding: 0;
  }
  .tribe-tickets-table .tribe-tickets-full-name-row, .tribe-tickets-table .tribe-tickets-email-row, .tribe-tickets-table .tribe-tickets-order_status-row {
    border: none;
  }
}
#tribe-events-content .tribe-events-tooltip h4 {
  color: #f5841f;
}
.woocommerce-page #main .woocommerce form.checkout label {
  color: #222;
}
.woocommerce-page #main .woocommerce form.checkout .woocommerce-billing-fields .form-row input.input-text {
  border-color: #222;
}
.woocommerce-page #main .woocommerce form.checkout #customer_details h4 {
  color: #1a5577;
}
.woocommerce-page #main .woocommerce form.checkout #customer_details h5 span {
  color: #eb088c;
}
.woocommerce-page #main .woocommerce form.checkout #customer_details p.form-row.validate-required:after {
  background-color: #1a5577;
}
.woocommerce-page #main .woocommerce form.checkout .holder .woocommerce-checkout-review-order-table th.product-name, .woocommerce-page #main .woocommerce form.checkout .holder .woocommerce-checkout-review-order-table th.product-total {
  color: #222;
}
.woocommerce-page #main .woocommerce form.checkout .holder .woocommerce-checkout-review-order-table td.product-name {
  color: #1a5577;
}
.woocommerce-page #main .woocommerce form.checkout .holder .woocommerce-checkout-review-order-table td.product-name a.remove {
  color: #717174 !important;
}
.woocommerce-page #main .woocommerce form.checkout .holder .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  color: #eb088c;
}
.woocommerce-page #main .woocommerce form.checkout .holder .woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-page #main .woocommerce form.checkout .holder .woocommerce-checkout-review-order-table .order-total th {
  color: #eb088c;
}
.woocommerce-page #main .woocommerce form.checkout .holder .woocommerce-checkout-review-order-table .cart-subtotal td span, .woocommerce-page #main .woocommerce form.checkout .holder .woocommerce-checkout-review-order-table .order-total td span {
  color: #eb088c;
}
.woocommerce-page #main .woocommerce form.checkout .holder .woocommerce-checkout-review-order-table .cart-subtotal td span.woocommerce-Price-amount, .woocommerce-page #main .woocommerce form.checkout .holder .woocommerce-checkout-review-order-table .cart-subtotal td span.woocommerce-Price-amount span {
  color: #222;
}
.woocommerce-page #main .woocommerce form.checkout .holder #payment #place_order {
  border-color: #1a5577;
  color: #1a5577;
}
.woocommerce-page #main .woocommerce form.checkout .holder #payment #place_order:hover {
  background-color: #1a5577;
  color: #fff;
}
.woocommerce-page #main .woocommerce .woocommerce-error:after {
  background-color: #c02 !important;
}
.woocommerce-page #main .woocommerce form.woocommerce-cart-form label {
  color: #222;
}
.woocommerce-page #main .woocommerce form.woocommerce-cart-form .shop_table th {
  color: #222;
}
.woocommerce-page #main .woocommerce form.woocommerce-cart-form .shop_table td {
  vertical-align: baseline;
}
.woocommerce-page #main .woocommerce form.woocommerce-cart-form .shop_table td.product-name {
  width: 60%;
}
@media (max-width: 736px) {
  .woocommerce-page #main .woocommerce form.woocommerce-cart-form .shop_table td.product-name {
    width: 100%;
  }
}
.woocommerce-page #main .woocommerce form.woocommerce-cart-form .shop_table td.product-name .text-data {
  white-space: normal;
  width: auto;
  color: #1a5577;
}
.woocommerce-page #main .woocommerce form.woocommerce-cart-form .shop_table td.product-name .text-data a {
  color: #1a5577;
}
.woocommerce-page #main .woocommerce form.woocommerce-cart-form .shop_table td.product-name .text-data a.remove {
  color: #717174 !important;
}
.woocommerce-page #main .woocommerce form.woocommerce-cart-form .shop_table td .woocommerce-Price-amount {
  color: #eb088c;
}
.woocommerce-page #main .woocommerce form.woocommerce-cart-form .shop_table td .qty {
  border-color: #222;
  color: #222;
}
.woocommerce-page #main .woocommerce form.woocommerce-cart-form .shop_table td .qty::placeholder {
  color: #222;
}
.woocommerce-page #main .woocommerce form.woocommerce-cart-form .shop_table td.actions .input-text {
  border-color: #222;
  color: #222;
}
.woocommerce-page #main .woocommerce form.woocommerce-cart-form .shop_table td.actions .input-text::placeholder {
  color: #818181;
}
.woocommerce-page #main .woocommerce form.woocommerce-cart-form .shop_table td.actions .button {
  border-color: #1a5577;
  color: #1a5577;
}
.woocommerce-page #main .woocommerce form.woocommerce-cart-form .shop_table td.actions .button:hover {
  background-color: #1a5577;
  color: #fff;
}
.woocommerce-page #main .woocommerce form.woocommerce-cart-form .shop_table .cart_item {
  border-color: #e3e3e3;
}
.woocommerce-page #main .woocommerce .cart-collaterals .cart_totals .checkout-button {
  border-color: #1a5577;
  color: #1a5577;
}
.woocommerce-page #main .woocommerce .cart-collaterals .cart_totals .checkout-button:hover {
  background-color: #1a5577;
  color: #fff;
}
.woocommerce-page #main .woocommerce .cart-collaterals .cart_totals th {
  color: #1a5577;
}
.woocommerce-page #main .woocommerce .cart-collaterals .cart_totals td .woocommerce-Price-amount {
  color: #eb088c;
}
.woocommerce-page #main .woocommerce .button.wc-backward {
  border-color: #1a5577;
  color: #1a5577;
}
.woocommerce-page #main .woocommerce .button.wc-backward:hover {
  background-color: #1a5577;
  color: #fff;
}
.woocommerce-page #main .product.type-product .center-single-product {
  width: 100%;
  border-left: 1px solid #e3e3e3;
}
.woocommerce-page #main .product.type-product .center-single-product .summary {
  width: 100%;
  border: none;
}
.woocommerce-page #main .product.type-product .center-single-product .summary .product_title {
  color: #1a5577;
  font-weight: bold;
}
.woocommerce-page #main .product.type-product .center-single-product .summary .price .woocommerce-Price-amount {
  color: #eb088c;
  font-weight: bold;
  font-size: inherit;
}
.woocommerce-page #main .product.type-product .center-single-product .summary .price del .woocommerce-Price-amount {
  color: #717174;
}
.woocommerce-page #main .product.type-product .left-single-product {
  width: 40%;
}
.woocommerce-page #main .product.type-product .left-single-product .images {
  width: 100%;
}
.woocommerce-page #main .product.type-product .left-single-product .product-text-after-images {
  float: left;
  padding: 0 25px;
}
.woocommerce-page #main .product.type-product .cart .gform_page_footer {
  display: inline-block;
}
.woocommerce-page #main .product.type-product .cart .button {
  line-height: normal;
  border-color: #1a5577;
  color: #1a5577;
}
.woocommerce-page #main .product.type-product .cart .button:hover {
  background-color: #1a5577;
  color: #fff;
}
.woocommerce-page #main .product.type-product .cart .quantity .qty {
  border-color: #222;
  color: #222;
}
.woocommerce-page #main .product.type-product .cart .quantity .qty::placeholder {
  color: #222;
}
.woocommerce-page #main .product.type-product .cart b.button {
  border-color: #f5841f;
  color: #f5841f;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border-style: none !important;
}
.woocommerce-page #main .product.type-product .cart b.button:hover {
  color: transparent;
  background-color: transparent;
}
.woocommerce-page #main .product.type-product .thumbnails a:hover img {
  border-color: #1a5577;
}
.woocommerce-page #main .product.type-product .thumbnail-controls span svg path {
  fill: #1a5577;
}
.woocommerce-page #main .woocommerce-message .button, .woocommerce-page #main .woocommerce-message:before {
  background-color: #99ca3d !important;
}
.woocommerce-page #main .woocommerce-message:after {
  border-left-color: #99ca3d !important;
}
.woocommerce-page #main .products li.product:hover {
  border-color: #1a5577;
}
.woocommerce-page #main .products li.product .button {
  border-color: #1a5577;
  color: #1a5577;
}
.woocommerce-page #main .products li.product .button:hover {
  background-color: #1a5577;
  color: #fff;
}
.woocommerce-page #main .products li.product .woocommerce-loop-product__title {
  font-size: inherit;
}
.woocommerce-page #main .products li.product .price .woocommerce-Price-amount {
  color: #eb088c;
  font-weight: bold;
  font-size: inherit;
}
.woocommerce-page #main .products li.product .price del .woocommerce-Price-amount {
  color: #717174;
}
.woocommerce-page #main .thank-holder h4 {
  color: #1a5577 !important;
}
.woocommerce-page #main .thank-holder .details h5 span {
  color: #eb088c;
}
@media (max-width: 1008px) {
  .woocommerce-page #main .product.type-product .left-single-product, .woocommerce-page #main .product.type-product .right-single-product {
    width: 100%;
  }
}
.woocommerce-page.single-product #main .type-product ul.products li {
  display: block;
}
.woocommerce-page.single-product #main .variations label {
  color: #222;
}
@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, [class^="icon-"]:before, [class*=" icon-"]:before, .event-list-1-module .intro .title:before, .event-list-1-module .list .item .con .cta:before, .event-single .item:before, .program-filters .search-text:after, .staff-content .card .detail .phone:before, .staff-content .card .detail .email:before, .staff-content .phil .title:before, .staff-single .item .sec-3 .detail .phone:before, .staff-single .item .sec-3 .detail .email:before, .box-25 .staff-single .item .sec-3 .detail .hold .phone:before, .box-25 .staff-single .item .sec-3 .detail .hold .email:before {
  font-family: "uja-riverdale" !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-riverdale" !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-riverdale" !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-icons-1:before {
  content: "\e000";
}
.icon-icons-2:before {
  content: "\e001";
}
.icon-icons-3:before {
  content: "\e002";
}
.icon-icons-4:before {
  content: "\e003";
}
.icon-icons-5:before {
  content: "\e004";
}
.icon-icons-6:before {
  content: "\e005";
}
.icon-icons-7:before {
  content: "\e006";
}
.icon-icons-8:before {
  content: "\e007";
}
.icon-icons-9:before {
  content: "\e008";
}
.icon-icons-10:before {
  content: "\e009";
}
.icon-icons-11:before {
  content: "\e00a";
}
.icon-icons-12:before {
  content: "\e00b";
}
.icon-icons-13:before {
  content: "\e00c";
}
.icon-icons-14:before {
  content: "\e00d";
}
.icon-icons-7-1:before {
  content: "\e00e";
}
.icon-icons-8-1:before {
  content: "\e00f";
}
.icon-icons-9-1:before {
  content: "\e010";
}
.icon-icons-10-1:before {
  content: "\e011";
}
.icon-icons-4-1:before {
  content: "\e012";
}
.icon-icons-3-1:before {
  content: "\e013";
}
.icon-icons-2-1:before {
  content: "\e014";
}
.icon-icons-5-1:before {
  content: "\e015";
}
.icon-icons-11-1:before {
  content: "\e016";
}
.icon-icons-16:before {
  content: "\e018";
}
.icon-icons-17:before {
  content: "\e019";
}
.icon-icons-18:before {
  content: "\e01a";
}
.icon-icons-19:before {
  content: "\e01b";
}
.icon-icons-23:before {
  content: "\e01c";
}
.icon-icons-40:before {
  content: "\e01d";
}
.icon-xicons-52:before {
  content: "\e01e";
}
.icon-xicons-51:before {
  content: "\e01f";
}
.icon-xicons-50:before {
  content: "\e020";
}
.icon-link:before {
  content: "\e021";
}
.icon-icons-49:before {
  content: "\e022";
}
.icon-icons-48:before {
  content: "\e023";
}
.icon-icons-47:before {
  content: "\e024";
}
.icon-icons-46:before {
  content: "\e025";
}
.icon-icons-45:before {
  content: "\e026";
}
.icon-icons-44:before {
  content: "\e027";
}
.icon-icons-43:before {
  content: "\e028";
}
.icon-icons-42:before {
  content: "\e029";
}
.icon-xicons-54:before {
  content: "\e02b";
}
.icon-xicons-55:before {
  content: "\e02c";
}
.icon-icons-29:before {
  content: "\e02d";
}
.icon-icons-30:before {
  content: "\e02e";
}
.icon-icons-31:before {
  content: "\e02f";
}
.icon-icons-34:before {
  content: "\e030";
}
.icon-icons-35:before {
  content: "\e031";
}
.icon-icons-36:before {
  content: "\e032";
}
.icon-icons-37:before {
  content: "\e033";
}
.icon-icons-38:before {
  content: "\e034";
}
.icon-icons-28:before {
  content: "\e035";
}
.icon-icons-27:before {
  content: "\e036";
}
.icon-icons-25:before {
  content: "\e037";
}
.icon-icons-26:before {
  content: "\e038";
}
.icon-icons-15:before {
  content: "\e017";
}
.icon-xicons-53:before {
  content: "\e02a";
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 2px;
  width: 9px;
  height: 100%;
  /*background: red;*/
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  /*background: red;*/
}
.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  /*background: #dde;*/
  position: relative;
}
.jspDrag {
  background: #b32b2b;
  opacity: 0.8;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  /*background: #50506d;*/
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  /*background: #80808d;*/
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
.jspPane {
  width: 100% !important;
}
.jspDrag {
  background: none;
  /*here the color of drag can be applied*/
  width: 4px;
  top: 3px;
  opacity: 0.8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 25;
}
.overlay-menu .jspTrack {
  background: none;
}
.overlay-menu .jspVerticalBar .jspArrow {
  display: none;
}
.overlay-menu .jspPane {
  width: 100% !important;
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  margin: 0 0 1em 0;
  height: 50px;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #818181;
  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: #222;
  height: 48px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  text-align: center;
  width: 48px;
  height: 48px;
  color: #eb088c;
  overflow: hidden;
}
.selectric .button:after {
  content: '\E004';
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-riverdale";
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  line-height: 48px;
  font-size: 16px;
  color: #222;
  text-indent: 0;
}
.selectric-hover .selectric {
  border: 1px solid #eb088c;
}
.selectric-hover .selectric .label {
  color: #eb088c;
}
.selectric-hover .selectric .button:after {
  color: #1a5577;
}
.selectric-open {
  z-index: 9999 !important;
}
.selectric-open div {
  z-index: 10 !important;
}
.selectric-open .selectric {
  border: 1px solid #eb088c;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-open .button:after {
  color: #1a5577;
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  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: 0Array/0Array 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;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: -1;
  border: 1px solid #eb088c;
  border-top: none;
  height: 150px;
  overflow: hidden !important;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow-y: scroll;
}
.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;
  color: #222 !important;
}
.selectric-items li:before {
  display: none;
}
.selectric-items li.selected {
  background: #eb088c !important;
  color: #fff !important;
}
.selectric-items li:hover {
  background: #eb088c !important;
  color: #fff !important;
}
.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;
}
.footable {
  width: 100%;
  /** SORTING **/
  /** PAGINATION **/
}
.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: none;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e001";
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}
.footable.breakpoint > tbody > tr > td.footable-cell-detail {
  background: #eee;
  border-top: none;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
  font-size: 14px;
  color: #222;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "-";
}
.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e005";
}
.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e004";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e003";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e002";
}
.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e007";
}
.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
  content: "\e006";
}
.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e009";
}
.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e008";
}
.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00f";
}
.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
  content: "\e011";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e013";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
  content: "\e015";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01b";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e01d";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00b";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e00d";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01f";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
  content: "\e021";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e017";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
  content: "\e019";
}
.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
  font-size: 18px;
}
.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
  font-size: 24px;
}
.footable > thead > tr > th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer;
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: "\e012";
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: "\e013";
}
.footable > thead > tr > th > span.footable-sort-indicator {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px;
}
.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: "\e022";
}
.footable > tfoot .pagination {
  margin: 0;
}
.footable.no-paging .hide-if-no-paging {
  display: none;
}
.footable-row-detail-inner {
  display: table;
}
.footable-row-detail-row {
  display: table-row;
  line-height: 1.5em;
}
.footable-row-detail-group {
  display: block;
  line-height: 2em;
  font-size: 1.2em;
  font-weight: bold;
}
.footable-row-detail-name {
  display: table-cell;
  font-weight: bold;
  padding-right: 0.5em;
}
.footable-row-detail-value {
  display: table-cell;
}
.footable-odd {
  background-color: #f7f7f7;
}
/* core theme */
.footable {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e3e3e3;
  color: #444;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.footable > thead > tr > th {
  border: 1px solid #e3e3e3;
  background-color: #1a5577;
  color: #fff;
  font-weight: 600;
  padding: 20px 24px;
  text-align: left;
  text-transform: uppercase;
}
.footable tr:nth-child(even) {
  background-color: #f5f5f5;
}
.footable > thead > tr > th, .footable > thead > tr > td {
  border-top: none;
}
.footable > thead > tr > th.footable-first-column, .footable > thead > tr > td.footable-first-column {
  border-left: none;
}
.footable.breakpoint > tbody > tr.footable-row-detail > .footable-row-detail-cell {
  border-left: none;
}
.footable > tbody img {
  vertical-align: middle;
}
.footable > tbody > tr:hover {
  background: #1a775c;
  color: #fff;
}
.footable > tbody > tr > td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 20px 24px;
  text-align: left;
}
.footable > tbody > tr > td.footable-first-column {
  border-left: none;
}
.footable .pagination {
  margin: 20px 0;
}
.footable .pagination > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}
.footable .pagination > ul > li {
  display: inline;
}
.footable .pagination > ul > li > a, .footable .pagination > ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-left-width: 0;
}
.footable .pagination > ul > li:first-child > a, .footable .pagination > ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  border-left-width: 1px;
}
.footable .pagination > ul > li:last-child > a, .footable .pagination > ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.footable .pagination > ul > li > a:hover, .footable .pagination > ul > li > a:focus, .footable .pagination > ul > .active > a, .footable .pagination > ul > .active > span {
  background-color: #eee;
}
.footable .pagination > ul > .active > a, .footable .pagination > ul > .active > span {
  color: #444;
  cursor: default;
}
.footable .pagination > ul > .disabled > span, .footable .pagination > ul > .disabled > a, .footable .pagination > ul > .disabled > a:hover, .footable .pagination > ul > .disabled > a:focus {
  color: #ccc;
  cursor: default;
  background-color: #ebf3fc;
}
.footable .pagination.pagination-centered {
  text-align: center;
}
.footable .pagination.pagination-right {
  text-align: center;
}
.footable-odd {
  background-color: #f7f7f7;
}
/*
 *  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 !important;
  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 #b2d234;
}
.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;
}
/*! jQuery UI - v1.12.1 - 2017-02-24
 * http://jqueryui.com
 * Includes: core.css, autocomplete.css, menu.css, datepicker.css
 * Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
 ----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
/* support: IE8 */
.ui-front {
  z-index: 100;
}
/* Interaction Cues
 ----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
 ----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
 ----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 2px 0.2em;
  display: none;
  z-index: 1000 !important;
  background-color: #fff;
  border: 1px solid #1a5577;
  margin: -1px 0 0;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 17px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer !important;
  z-index: 10;
}
.ui-datepicker .ui-datepicker-prev:after, .ui-datepicker .ui-datepicker-next:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8em;
}
.ui-datepicker .ui-datepicker-next:after {
  width: 0;
  height: 0;
  border-left: 8px solid #222;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -4px;
}
.ui-datepicker .ui-datepicker-prev:after {
  width: 0;
  height: 0;
  border-right: 8px solid #222;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -4px;
}
.ui-datepicker .ui-datepicker-prev-hover:after {
  border-right: 8px solid #1a5577;
}
.ui-datepicker .ui-datepicker-next-hover:after {
  border-left: 8px solid #1a5577;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  line-height: normal;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1a5577;
  font-weight: 600;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  color: #1a5577;
  font-size: 18px;
  font-size: 1.8rem;
  border: 0;
  text-transform: uppercase;
  font-weight: 400;
}
.ui-datepicker td {
  border: 0;
  text-align: center;
  padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: center;
  color: #222;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
}
.ui-datepicker td span:hover, .ui-datepicker td a:hover {
  color: #1a5577;
}
.ui-datepicker-today a, .ui-datepicker-today span {
  color: #1a5577 !important;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.header {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #1a5577;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .content {
  width: 100%;
  height: auto;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header .content .bar-1 {
  width: 100%;
  height: auto;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header .content .bar-1 .home {
  width: 75px;
  height: auto;
  text-align: center;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1248px) {
  .header .content .bar-1 .home {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  .header .content .bar-1 .home {
    width: 50px;
  }
}
.header .content .bar-1 .home .thumb {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 5px;
  display: inline-block;
  fill: #b2d234;
}
.header .content .bar-1 .home .thumb img, .header .content .bar-1 .home .thumb svg {
  width: 100%;
  height: auto;
  display: inherit;
  fill: inherit;
}
.header .content .bar-1 .home .des {
  text-transform: uppercase;
  color: #b2d234;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  width: 100%;
  height: auto;
  padding: 2px 5px;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .header .content .bar-1 .home .des {
    display: none;
  }
}
.header .content .bar-1 .menu {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
@media (max-width: 1008px) {
  .header .content .bar-1 .menu {
    display: none !important;
  }
}
.header .content .bar-1 .menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  position: relative;
}
.header .content .bar-1 .menu li:before {
  display: none;
}
.header .content .bar-1 .menu li:hover .item, .header .content .bar-1 .menu li.active .item {
  background-color: white;
  color: #1a5577;
}
.header .content .bar-1 .menu li.drop:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin: 0 0 0 -6px;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.header .content .bar-1 .menu li .dropdown {
  display: none;
  width: auto;
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #1a5577;
}
.header .content .bar-1 .menu li .dropdown .item {
  text-transform: capitalize;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 20px;
  line-height: normal;
}
.header .content .bar-1 .menu li .dropdown .item:hover {
  background-color: #1a5577;
  color: #fff;
}
.header .content .bar-1 .menu li.drop:hover:after {
  border-top: inherit;
  border-bottom: 6px solid #1a5577;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.header .content .bar-1 .menu li.drop:hover .dropdown {
  display: block;
}
.header .content .bar-1 .menu .item {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  font-weight: 600;
  color: white;
  text-align: center;
  background-color: #1a5577;
  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;
  padding: 15px 20px;
}
.header .content .bar-1 .menu .item.logo-box {
  background-color: #fff !important;
}
.header .content .bar-1 .menu .item.logo-box img, .header .content .bar-1 .menu .item.logo-box svg {
  width: 52px;
  height: 48px;
  color: #b2d234;
  fill: #b2d234;
}
@media (max-width: 1408px) {
  .header .content .bar-1 .menu .item {
    padding: 15px;
  }
}
@media (max-width: 1248px) {
  .header .content .bar-1 .menu .item {
    padding: 15px 10px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.header .content .bar-1 .mobile-tab {
  width: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: none;
  padding: 10px 15px;
}
@media (max-width: 1008px) {
  .header .content .bar-1 .mobile-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .content .bar-1 .mobile-tab .wrap {
  position: relative;
}
.header .content .bar-1 .mobile-tab .wrap .intro, .header .content .bar-1 .mobile-tab .wrap .selection {
  padding: 0;
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
}
.header .content .bar-1 .mobile-tab .wrap .selection {
  font-size: 14px;
  font-size: 1.4rem;
}
.header .content .bar-1 .mobile-tab .icon {
  width: 30px;
  padding: 5px;
  height: 30px;
  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;
}
.header .content .bar-1 .mobile-tab .icon img, .header .content .bar-1 .mobile-tab .icon svg {
  width: 100%;
  height: auto;
}
.header .content .bar-1 .mobile-tab.open .icon {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header .content .bar-1 .menu-icon {
  display: none;
}
.header .content .bar-1 .mobile-logo {
  display: none;
}
.header .content .bar-1 .con {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
}
.header .content .bar-1 .con .social {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 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;
  padding: 0 10px;
}
@media (max-width: 1008px) {
  .header .content .bar-1 .con .social {
    display: none;
  }
}
@media (max-width: 768px) {
  .header .content .bar-1 .con .social {
    display: none;
  }
}
.header .content .bar-1 .con .social .item {
  width: 25px;
  height: 25px;
  position: relative;
  margin: 0 10px;
  display: block;
  color: white;
  fill: white;
}
.header .content .bar-1 .con .social .item img, .header .content .bar-1 .con .social .item svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1248px) {
  .header .content .bar-1 .con .social .item {
    width: 20px;
    margin: 0 5px;
  }
}
.header .content .bar-1 .con .tools {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
}
.header .content .bar-1 .con .tools .search, .header .content .bar-1 .con .tools .cart {
  background-color: #1a5577;
  display: block;
  width: 50px;
  height: 80px;
  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;
  padding: 0;
}
@media (max-width: 1008px) {
  .header .content .bar-1 .con .tools .search, .header .content .bar-1 .con .tools .cart {
    height: 55px;
  }
}
@media (max-width: 768px) {
  .header .content .bar-1 .con .tools .search, .header .content .bar-1 .con .tools .cart {
    display: none;
  }
}
.header .content .bar-1 .con .tools .search .first, .header .content .bar-1 .con .tools .cart .first {
  display: block;
}
.header .content .bar-1 .con .tools .search .second, .header .content .bar-1 .con .tools .cart .second {
  display: none;
}
.header .content .bar-1 .con .tools .search img, .header .content .bar-1 .con .tools .cart img, .header .content .bar-1 .con .tools .search svg, .header .content .bar-1 .con .tools .cart svg {
  width: 55%;
  fill: #fff;
}
.header .content .bar-1 .con .tools .search:hover img, .header .content .bar-1 .con .tools .cart:hover img, .header .content .bar-1 .con .tools .search:hover svg, .header .content .bar-1 .con .tools .cart:hover svg {
  fill: #b2d234;
}
.header .content .bar-1 .con .tools .search.open .first, .header .content .bar-1 .con .tools .cart.open .first {
  display: none;
}
.header .content .bar-1 .con .tools .search.open .second, .header .content .bar-1 .con .tools .cart.open .second {
  display: block;
}
.header .content .bar-1 .con .tools .search.open img, .header .content .bar-1 .con .tools .cart.open img, .header .content .bar-1 .con .tools .search.open svg, .header .content .bar-1 .con .tools .cart.open svg {
  fill: #1a5577;
}
.header .content .bar-1 .con .tools .search.open:after, .header .content .bar-1 .con .tools .cart.open:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icons/nav-close-orange.svg") no-repeat 50% 50% #fcfcfc;
  -moz-background-size: 50% 40%;
  -webkit-background-size: 50% 40%;
  background-size: 50% 40%;
}
.header .content .bar-1 .con .tools .item {
  width: auto;
  height: auto;
  text-align: center;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eb088c;
  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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1248px) {
  .header .content .bar-1 .con .tools .item {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  .header .content .bar-1 .con .tools .item {
    width: 50px;
  }
}
.header .content .bar-1 .con .tools .item.envelope {
  background-color: #b2d234;
}
.header .content .bar-1 .con .tools .item.envelope .thumb {
  width: 24px;
  height: 24px;
}
.header .content .bar-1 .con .tools .item.envelope .thumb img, .header .content .bar-1 .con .tools .item.envelope .thumb svg {
  width: 24px;
  height: 24px;
  margin: 0 0 3px 0;
}
.header .content .bar-1 .con .tools .item .thumb {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 5px;
  display: inline-block;
  color: white;
  fill: white;
}
.header .content .bar-1 .con .tools .item .thumb img, .header .content .bar-1 .con .tools .item .thumb svg {
  width: 20px;
  height: 20px;
  display: inherit;
  fill: white !important;
}
.header .content .bar-1 .con .tools .item .des {
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  width: 100%;
  height: auto;
  padding: 2px 5px;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .header .content .bar-1 .con .tools .item .des {
    display: none;
  }
}
@media (max-width: 1008px) {
  .header .content .bar-1 .mobile-logo {
    display: block;
    width: auto;
    height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
    background-color: #fff;
  }
  .header .content .bar-1 .mobile-logo img, .header .content .bar-1 .mobile-logo svg {
    display: block;
    height: 100%;
    width: auto;
  }
  .header .content .bar-1 .menu-icon {
    height: 55px;
    width: 55px;
    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: block;
  }
  .header .content .bar-1 .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 .content .bar-1 .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 .content .bar-1 .menu-icon .block-2 {
    opacity: 1;
  }
  .header .content .bar-1 .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 .content .bar-1 .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 .content .bar-1 .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 .content .bar-1 .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 .content .bar-1 .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 .content .bar-1 .menu-icon.open .block-2 {
    opacity: 0;
  }
  .header .content .bar-1 .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 .content .bar-1 .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%);
    top: 48%;
  }
  .header .content .bar-1 .menu-icon .box .block-1, .header .content .bar-1 .menu-icon .box .block-2, .header .content .bar-1 .menu-icon .box .block-3 {
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: relative;
    display: block;
    margin-bottom: 7px;
  }
  .header .content .bar-1 .menu-icon .box .block-3 {
    margin: 0;
  }
  .header .content .bar-1 .con {
    height: 55px;
  }
  .header .content .bar-1 .con .tools {
    height: 55px;
  }
  .header .content .bar-1 .con .tools .item {
    height: 55px;
  }
}
@media (max-width: 768px) {
  .header .content .bar-1 {
    height: 55px;
  }
}
.mobile-menu {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 55px;
  position: fixed;
  z-index: 8888;
  display: none;
  opacity: 1;
  filter: alpha(opacity=100);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: white;
}
.mobile-menu .social {
  position: relative;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 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;
  background-color: #1a5577;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .social .item {
  width: 30px;
  height: auto;
  position: relative;
  padding: 15px;
  margin: 0;
  display: inline-block;
  color: white;
  fill: white;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .social .item:last-child {
  border-right: none;
}
.mobile-menu .social .item img, .mobile-menu .social .item svg {
  width: 100%;
  height: auto;
  display: inherit;
  max-width: 25px;
  margin: auto;
}
@media (max-width: 1248px) {
  .mobile-menu .social .item {
    width: 20px;
    margin: 0 5px;
  }
}
.mobile-menu .list {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
}
.mobile-menu .list li {
  padding: 0;
}
.mobile-menu .list li:before {
  display: none;
}
.mobile-menu .list li .dropdown .item {
  padding: 10px 35px;
}
.mobile-menu .list .item {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  border-bottom: 1px solid #e3e3e3;
  padding: 15px 20px;
}
.mobile-menu .list .item:hover {
  background-color: #1a5577;
  color: #fff;
}
.menu-dropdown {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  background-color: rgba(254, 254, 254, 0.95);
  /*.login-box .info, .search-box .info {
   position: absolute;
   top: 80px;
   left: 0;
   .close {
   color: #818181;
   margin: 0 15px 0 0;
   }
   @include breakpoint(tablet) {
   top: 0;
   margin: 50px 0 0 !important;
   }
   }*/
}
@media (max-width: 1008px) {
  .menu-dropdown {
    top: 55px;
    height: calc(100% - 55px);
    z-index: 10000;
  }
}
.menu-dropdown.open {
  display: block;
}
.menu-dropdown.bg-white {
  background-color: rgba(45, 54, 66, 0.95);
}
.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: 100%;
  padding: 0;
  overflow: visible;
}
.menu-dropdown .parent {
  display: none;
  -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;
  width: 100%;
  height: 100%;
}
@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 .login-box {
  padding: 0;
}
.menu-dropdown .login-box .info, .menu-dropdown .search-box .info {
  margin: 180px 0 0;
}
.menu-dropdown .login-box .info h4, .menu-dropdown .search-box .info h4 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
}
.menu-dropdown .login-form {
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0;
  padding: 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-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.menu-dropdown .login-form .text-box, .menu-dropdown .login-form .fields-box {
  width: 48%;
}
.menu-dropdown .login-form .text-box {
  text-align: left;
}
@media (max-width: 1008px) {
  .menu-dropdown .login-form {
    padding: 0 20px 0 20px;
    margin: 0;
  }
}
@media (max-width: 736px) {
  .menu-dropdown .login-form {
    margin: 20px auto 0;
    display: block;
  }
  .menu-dropdown .login-form .text-box {
    margin: 0 0 20px 0;
  }
  .menu-dropdown .login-form .text-box, .menu-dropdown .login-form .fields-box {
    width: 100%;
  }
}
.menu-dropdown .login-form .title {
  color: #1a5577;
  margin: 0 0 10px 0;
  font-size: 30px;
  font-size: 3rem;
}
.menu-dropdown .login-form .title span {
  color: #1a5577;
}
.menu-dropdown .login-form .email {
  width: 100%;
  position: relative;
}
.menu-dropdown .login-form .email:before {
  display: none;
}
.menu-dropdown .login-form .pass {
  width: 100%;
  position: relative;
}
.menu-dropdown .login-form .pass:before {
  display: none;
}
.menu-dropdown .login-form .good:after {
  content: '\E009';
  font-size: 20px;
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 14px;
  right: 10px;
  font-family: 'uja-riverdale';
  color: #8ac768;
}
.menu-dropdown .login-form .fail:after {
  content: '\E00D';
  font-size: 20px;
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 14px;
  right: 10px;
  font-family: 'uja-riverdale';
  color: red;
}
.menu-dropdown .login-form .text {
  border: 1px solid #e3e3e3;
  background: #fff;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 20px 0 20px;
  margin: 0 0 15px 0;
}
.menu-dropdown .login-form .text:hover, .menu-dropdown .login-form .text:focus {
  color: #1a5577 !important;
}
.menu-dropdown .login-form .text:hover:-moz-placeholder, .menu-dropdown .login-form .text:focus:-moz-placeholder {
  color: #1a5577;
}
.menu-dropdown .login-form .text:hover::-moz-placeholder, .menu-dropdown .login-form .text:focus::-moz-placeholder {
  color: #1a5577;
  opacity: 1;
}
.menu-dropdown .login-form .text:hover::-webkit-input-placeholder, .menu-dropdown .login-form .text:focus::-webkit-input-placeholder {
  color: #1a5577;
}
.menu-dropdown .login-form .text:hover:-ms-input-placeholder, .menu-dropdown .login-form .text:focus:-ms-input-placeholder {
  color: #1a5577;
}
.menu-dropdown .login-form input:-moz-placeholder {
  color: #818181;
}
.menu-dropdown .login-form input::-moz-placeholder {
  color: #818181;
  opacity: 1;
}
.menu-dropdown .login-form input::-webkit-input-placeholder {
  color: #818181;
}
.menu-dropdown .login-form input:-ms-input-placeholder {
  color: #818181;
}
.menu-dropdown .login-form .wrap {
  text-align: left;
}
.menu-dropdown .login-form .wrap input[type="checkbox"] + label {
  float: left;
  color: #818181;
  font-size: 13px;
  font-size: 1.3rem;
}
.menu-dropdown .login-form .wrap input[type="checkbox"] + label:before {
  background-color: transparent;
  border: 1px solid #818181;
  color: #818181 !important;
}
.menu-dropdown .login-form .wrap input[type="checkbox"]:checked + label:before {
  background-color: #1a5577;
  border: 1px solid #1a5577;
}
.menu-dropdown .login-form .wrap .forgot {
  float: right;
  color: #818181;
  margin: 8px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.menu-dropdown .login-form .wrap .forgot span {
  color: #07d1ff;
}
.menu-dropdown .login-form .submit {
  width: 100%;
  display: block;
  border: 1px solid #1a5577;
  padding: 0;
  text-align: center;
  background: #1a5577;
  color: #fff;
  line-height: 58px;
  height: 58px;
  margin: 25px 0;
}
.menu-dropdown .login-form .submit:hover {
  background: #fff;
  color: #1a5577;
  border: 1px solid #1a5577;
}
.menu-dropdown .login-form p {
  color: #818181;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
}
.menu-dropdown .login-form .reg {
  color: #818181;
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
}
.menu-dropdown .login-form .reg span {
  color: #07d1ff;
}
.menu-dropdown .login-form .reg:after {
  display: none;
}
.menu-dropdown .recovery-form {
  text-align: center;
  width: 100%;
  max-width: 440px;
  display: none;
}
@media (max-width: 1008px) {
  .menu-dropdown .recovery-form {
    padding: 70px 20px 0 20px;
  }
}
.menu-dropdown .recovery-form .title {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
}
.menu-dropdown .recovery-form .title span {
  color: #1a5577;
}
.menu-dropdown .recovery-form p {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.menu-dropdown .recovery-form .text {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 20px 0 45px;
  margin: 0 0 15px 0;
}
.menu-dropdown .recovery-form input:-moz-placeholder {
  color: #fff;
}
.menu-dropdown .recovery-form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.menu-dropdown .recovery-form input::-webkit-input-placeholder {
  color: #fff;
}
.menu-dropdown .recovery-form input:-ms-input-placeholder {
  color: #fff;
}
.menu-dropdown .recovery-form .submit {
  width: 100%;
  display: block;
  border: 1px solid #fff;
  padding: 0;
  text-align: center;
  background: transparent;
  color: #fff;
  line-height: 58px;
  height: 58px;
  margin: 25px 0;
}
.menu-dropdown .recovery-form .submit:hover {
  background: #1a5577;
  color: #fff;
}
.menu-dropdown .search-box {
  width: 100%;
  display: block;
  overflow: auto;
  padding: 0 1.0653409091% !important;
  height: calc(100vh - 65px);
}
.menu-dropdown .search-box .info {
  margin: 100px 0 0;
}
.menu-dropdown .search-box.open {
  z-index: 10;
  display: block !important;
}
.menu-dropdown .search-box .filters-box {
  width: 100%;
  margin: 0;
}
.menu-dropdown .search-box .filters-box:after {
  content: '';
  display: block;
  clear: both;
}
.menu-dropdown .search-box .filters-box .search-text {
  float: left;
  width: 30%;
  position: relative;
}
.menu-dropdown .search-box .filters-box .search-text:after {
  content: '';
  background: url("../images/icon-search-green.svg") no-repeat 50% 50%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  left: 18px;
  width: 20px;
  height: 20px;
  top: 14px;
  color: #1a5577;
}
.menu-dropdown .search-box .filters-box .search-text .text {
  padding: 0 20px 0 50px;
  margin: 0;
  background-color: #fff;
  color: #1a5577;
  font-weight: 300;
  border: 1px solid #e3e3e3;
}
.menu-dropdown .search-box .filters-box .search-text .text:hover, .menu-dropdown .search-box .filters-box .search-text .text:focus {
  background-color: #fff;
  border: 1px solid #1a5577;
}
@media (max-width: 1008px) {
  .menu-dropdown .search-box .filters-box .search-text {
    width: 49%;
  }
}
.menu-dropdown .search-box .filters-box .filters {
  float: right;
  width: 68%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.menu-dropdown .search-box .filters-box .filters .box-1 {
  width: 36%;
  display: block !important;
}
.menu-dropdown .search-box .filters-box .filters .box-2 {
  width: 36%;
  display: block !important;
}
.menu-dropdown .search-box .filters-box .filters .box-3 {
  width: 22%;
  display: block !important;
}
.menu-dropdown .search-box .filters-box .filters .selectric-wrapper {
  width: 100%;
  margin: 0;
}
.menu-dropdown .search-box .filters-box .filters .selectric-wrapper .selectric {
  background: #fff;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: unset !important;
  box-sizing: unset !important;
}
.menu-dropdown .search-box .filters-box .filters .selectric-wrapper .selectric .label {
  color: #1a5577;
}
.menu-dropdown .search-box .filters-box .filters .selectric-wrapper .selectric .button:after {
  color: #1a5577;
}
.menu-dropdown .search-box .filters-box .filters .selectric-wrapper .selectric-items {
  background-color: #fff;
}
.menu-dropdown .search-box .filters-box .filters .selectric-wrapper .selectric-items li:hover {
  color: #fff;
}
.menu-dropdown .search-box .filters-box .filters .selectric-open .selectric, .menu-dropdown .search-box .filters-box .filters .selectric-hover .selectric {
  background-color: #fff;
  border: 1px solid #1a5577;
}
@media (max-width: 1008px) {
  .menu-dropdown .search-box .filters-box .filters {
    display: none;
    position: relative;
    top: -1px;
    left: 0;
    z-index: 100;
    background-color: #fff;
    padding: 15px 20px;
    width: 100%;
    border: 1px solid #e3e3e3;
  }
  .menu-dropdown .search-box .filters-box .filters .box-1 {
    width: 39%;
    float: left;
  }
  .menu-dropdown .search-box .filters-box .filters .box-2 {
    width: 59%;
    float: right;
  }
  .menu-dropdown .search-box .filters-box .filters .box-3 {
    width: 100%;
    float: right;
    margin: 10px 0 0;
  }
}
.menu-dropdown .search-box .filters-box .filter-toggle {
  display: none;
}
@media (max-width: 1008px) {
  .menu-dropdown .search-box .filters-box .filter-toggle {
    width: 49%;
    display: block;
    float: right;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    color: #1a5577 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 48px;
    position: relative;
    z-index: 50;
    padding: 0 25px;
    text-align: left;
  }
  .menu-dropdown .search-box .filters-box .filter-toggle:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #1a5577;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin: -3px 0 0;
    position: absolute;
    top: 50%;
    right: 13px;
  }
  .menu-dropdown .search-box .filters-box .filter-toggle.open:after {
    border-bottom: 6px solid #1a5577;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: none;
  }
  .menu-dropdown .search-box .filters-box .filter-toggle.open {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 200;
  }
}
.menu-dropdown .search-box .count {
  display: block;
  margin: 25px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: grey;
}
.menu-dropdown .search-box .count span {
  color: #1a5577;
}
.menu-dropdown .search-box .results {
  width: 100%;
  overflow: hidden;
  padding: 0 0 80px 0;
}
.menu-dropdown .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) {
  .menu-dropdown .search-box .results .result {
    padding: 20px;
  }
}
@media (max-width: 736px) {
  .menu-dropdown .search-box .results .result {
    display: block;
  }
}
.menu-dropdown .search-box .results .result:hover {
  border: 1px solid #1a5577;
}
.menu-dropdown .search-box .results .result:hover .text .btn {
  color: #1a5577;
  background-color: #fff !important;
  border: 1px solid #1a5577;
}
.menu-dropdown .search-box .results .result .link-box:before {
  display: none;
}
.menu-dropdown .search-box .results .result .thumb {
  border: none;
  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) {
  .menu-dropdown .search-box .results .result .thumb {
    width: 36%;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 736px) {
  .menu-dropdown .search-box .results .result .thumb {
    width: 100%;
  }
}
.menu-dropdown .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);
}
.menu-dropdown .search-box .results .result .text {
  width: 75%;
}
@media (max-width: 1008px) {
  .menu-dropdown .search-box .results .result .text {
    width: 60%;
  }
}
@media (max-width: 736px) {
  .menu-dropdown .search-box .results .result .text {
    width: 100%;
    margin: 15px 0 0;
  }
}
.menu-dropdown .search-box .results .result .text .title {
  margin: 0;
  font-size: 23px;
  font-size: 2.3rem;
  color: #1a5577;
}
.menu-dropdown .search-box .results .result .text .meta {
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin: 3px 0;
}
.menu-dropdown .search-box .results .result .text .meta span {
  color: #07d1ff;
  vertical-align: middle;
}
.menu-dropdown .search-box .results .result .text .date {
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  color: #8a8a8a;
}
.menu-dropdown .search-box .results .result .text h6 {
  margin: 0;
  color: #b2d234;
  font-size: 18px;
  font-size: 1.8rem;
}
.menu-dropdown .search-box .results .result .text p {
  padding: 15px 0 0;
  margin: 15px 0;
  border-top: 1px solid #e3e3e3;
  color: #8a8a8a;
}
@media (max-width: 736px) {
  .menu-dropdown .search-box .results .result .text p {
    display: none;
  }
}
.menu-dropdown .search-box .results .result .text .btn {
  padding: 15px;
  margin: 5px 5px 5px 0;
  text-align: center;
  line-height: normal;
  height: auto;
  display: inline-block;
  background-color: #1a5577;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}
@media (max-width: 1008px) {
  .menu-dropdown .search-box {
    padding: 0 20px 25px 20px !important;
    height: 100%;
  }
  .menu-dropdown .search-box .info {
    margin: 0;
  }
}
@media (max-width: 736px) {
  .menu-dropdown .search-box {
    display: block !important;
    height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .menu-dropdown .search-box .info {
    display: block;
    position: static;
  }
  .menu-dropdown .search-box .info .title {
    width: 70% !important;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.alert-msg {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1008px) {
  .alert-msg {
    top: 75px;
  }
}
.alert-msg .con {
  width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
  margin: 0 auto;
  position: relative;
  background-color: rgba(178, 210, 52, 0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px 0 86px;
}
@media (max-width: 1008px) {
  .alert-msg .con {
    width: 100%;
  }
}
.alert-msg .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  display: block;
  font-size: 23px;
  font-size: 2.3rem;
}
.alert-msg .box {
  position: absolute;
  height: 100%;
  width: 63px;
  top: 0;
  left: 0;
  background-color: #b2d234;
  text-align: center;
  line-height: 100%;
  border: 1px solid #1b1c1e;
}
.alert-msg .box:after {
  content: '\E019';
  font-family: 'uja-riverdale';
  display: block;
  position: absolute;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -13px;
}
.alert-msg .box:before {
  content: '';
  display: block;
  position: absolute;
  right: -10px;
  background: url("../images/bg-alert-corner.png") no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 10px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0;
}
.alert-msg em {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 16px 0;
  display: block;
  color: #fff;
}
@media (max-width: 736px) {
  .alert-msg em {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#footer.inner {
  border: none;
  padding: 0;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media (max-width: 1008px) {
  #footer.inner {
    position: static;
  }
}
#footer.inner .content {
  margin: 0;
  width: 100%;
  text-align: left;
}
#footer.inner .top-section {
  width: 100%;
  height: auto;
  position: relative;
  border-top: 1px solid #e3e3e3;
  background-color: #fafafa;
}
#footer.inner .top-section h2 {
  width: 100%;
  text-align: center;
}
#footer.inner .top-section .content {
  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;
}
#footer.inner .top-section .address {
  width: 100%;
  padding: 30px 20px;
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer.inner .top-section .address .main-title {
  padding: 0;
  margin: 0;
  color: #1a5577;
  font-size: 30px;
  font-size: 3rem;
}
#footer.inner .top-section .address .block {
  margin: 20px 0;
  padding: 0 0 5px 0;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1008px) {
  #footer.inner .top-section .address .block {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #footer.inner .top-section .address .block {
    width: 100%;
  }
}
#footer.inner .top-section .address .icon {
  width: 90px;
  margin: 0 20px 0 0;
}
#footer.inner .top-section .address .icon img, #footer.inner .top-section .address .icon svg {
  width: 100%;
}
#footer.inner .top-section .address .text {
  width: calc(100% - 110px);
}
#footer.inner .top-section .address .loc {
  position: relative;
  margin: 0;
  line-height: normal;
}
#footer.inner .top-section .address .phone {
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  color: #222;
  font-weight: 400;
  margin: 0;
}
#footer.inner .top-section .address .mail {
  position: relative;
  display: block;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #07d1ff;
}
#footer.inner .top-section .address .social {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 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;
  padding: 10px 20px 10px 3px;
}
#footer.inner .top-section .address .social .item {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0 20px 0 0;
  display: inline-block;
}
#footer.inner .top-section .address .social .item img, #footer.inner .top-section .address .social .item svg {
  width: 100%;
  height: 100%;
  display: inherit;
}
#footer.inner .top-section .address .social .item.facebook svg {
  fill: #3b5998;
}
#footer.inner .top-section .address .social .item.instagram svg {
  fill: #e95950;
}
#footer.inner .top-section .address .social .item.youtube svg {
  fill: #b00;
}
#footer.inner .top-section .address .social .item.twitter svg {
  fill: #55acee;
}
@media (max-width: 1248px) {
  #footer.inner .top-section .address .social .item {
    width: 20px;
    margin: 0 5px;
  }
}
@media (max-width: 1008px) {
  #footer.inner .top-section .address {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
  }
}
#footer.inner .bottom-section {
  padding: 20px 0;
  background-color: #1a5577;
}
#footer.inner .bottom-section .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#footer.inner .bottom-section p {
  color: white;
  margin: 0;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
#footer.inner .bottom-section .jcc-logo {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -130px;
}
#footer.inner .bottom-section .aside {
  width: 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;
}
#footer.inner .bottom-section .aside .social {
  position: relative;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 15px;
  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;
}
#footer.inner .bottom-section .aside .social .item {
  width: 30px;
  height: auto;
  position: relative;
  padding: 15px 5px;
  margin: 0;
  display: inline-block;
  color: white;
  fill: white;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 768px) {
  #footer.inner .bottom-section .aside .social .item {
    padding: 15px 2px;
  }
}
#footer.inner .bottom-section .aside .social .item:last-child {
  border-right: none;
}
#footer.inner .bottom-section .aside .social .item img, #footer.inner .bottom-section .aside .social .item svg {
  width: 100%;
  height: auto;
  display: inherit;
  max-width: 25px;
  margin: auto;
}
@media (max-width: 1248px) {
  #footer.inner .bottom-section .aside .social .item {
    width: 20px;
    margin: 0 5px;
  }
}
#footer.inner .bottom-section .aside .footer-logo {
  width: 48px;
  height: 48px;
}
@media (max-width: 768px) {
  #footer.inner .bottom-section .content {
    padding: 0 20px 40px 20px;
  }
  #footer.inner .bottom-section .jcc-logo {
    bottom: 0;
  }
}
#footer.basic {
  border: none;
  padding: 0;
}
#footer.basic .content {
  margin: 0;
  width: 100%;
  text-align: left;
}
#footer.basic .top-section {
  width: 100%;
  height: auto;
  position: relative;
  border-top: 1px solid #e3e3e3;
}
#footer.basic .top-section .content {
  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;
}
#footer.basic .top-section .address {
  width: 35%;
  padding: 30px 20px;
  border-right: 1px solid #e3e3e3;
}
#footer.basic .top-section .address .main-title {
  padding: 0;
  margin: 0;
  color: #1a5577;
  font-size: 30px;
  font-size: 3rem;
}
#footer.basic .top-section .address .block {
  margin: 20px 0;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
}
#footer.basic .top-section .address .icon {
  width: 210px;
}
#footer.basic .top-section .address .icon img, #footer.basic .top-section .address .icon svg {
  width: 100%;
  color: #1a5577;
  fill: #1a5577;
}
#footer.basic .top-section .address .loc {
  position: relative;
  padding: 0 0 0 40px;
  margin: 10px 0 0;
  line-height: normal;
}
#footer.basic .top-section .address .loc:after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url("../images/icons/icon-location.svg") no-repeat 50% 50% / cover;
  position: absolute;
  left: 0;
  top: 0;
}
#footer.basic .top-section .address .phone {
  display: block;
  position: relative;
  font: inherit;
  color: #222;
}
#footer.basic .top-section .address .mail {
  position: relative;
  display: block;
  font: inherit;
  color: #07d1ff;
}
@media (max-width: 1008px) {
  #footer.basic .top-section .address {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
  }
}
#footer.basic .top-section .join {
  padding: 30px 50px;
  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;
}
@media (max-width: 736px) {
  #footer.basic .top-section .join {
    padding: 30px 20px;
  }
}
#footer.basic .top-section .join .wrap {
  position: relative;
}
#footer.basic .top-section .join .sub-title, #footer.basic .top-section .join .hero-1-module .slide .item .job-title, .hero-1-module .slide .item #footer.basic .top-section .join .job-title, #footer.basic .top-section .join .hero-2-module .item .job-title, .hero-2-module .item #footer.basic .top-section .join .job-title, #footer.basic .top-section .join .hero-3-module .item .job-title, .hero-3-module .item #footer.basic .top-section .join .job-title {
  padding: 0;
  margin: 0;
  color: #b2d234;
  font-size: 20px;
  font-size: 2rem;
}
#footer.basic .top-section .join .main-title {
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #1a5577;
  font-size: 30px;
  font-size: 3rem;
}
#footer.basic .top-section .join .des {
  padding: 10px 0;
  margin: 0;
  color: #222;
  font-size: 18px;
  font-size: 1.8rem;
}
#footer.basic .top-section .join form {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 20px 0;
}
#footer.basic .top-section .join form .text {
  float: left !important;
  width: 60% !important;
  border: 1px solid #e3e3e3;
  margin: 0;
  height: 50px;
  display: block;
}
@media (max-width: 768px) {
  #footer.basic .top-section .join form .text {
    width: 100% !important;
  }
}
#footer.basic .top-section .join form .submit {
  float: left !important;
  width: 40% !important;
  background-color: #b2d234;
  border-color: #b2d234;
  line-height: 50px;
  height: 50px;
  color: #fff;
  font-weight: 400;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #footer.basic .top-section .join form .submit {
    width: 100% !important;
  }
}
#footer.basic .top-section .ally {
  padding: 30px 20px;
  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;
}
#footer.basic .top-section .ally .wrap {
  position: relative;
}
#footer.basic .top-section .ally .logos {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
#footer.basic .top-section .ally .logos img {
  display: block;
  width: auto;
  max-width: none;
  margin: 10px;
}
@media (max-width: 1008px) {
  #footer.basic .top-section .ally {
    width: 100%;
    border: none;
  }
}
#footer.basic .bottom-section {
  padding: 20px 0;
  background-color: #1a5577;
}
#footer.basic .bottom-section p {
  text-align: center;
  width: 100%;
  color: white;
  margin: 0;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
.hero-1-module {
  width: 100%;
  height: 100%;
  min-height: 80vh;
}
@media (max-width: 1008px) {
  .hero-1-module {
    min-height: 400px;
  }
}
.hero-1-module .owl-carousel .container, .hero-1-module .owl-carousel .t2 .bin, .t2 .hero-1-module .owl-carousel .bin, .hero-1-module .owl-carousel .t3 .bin, .t3 .hero-1-module .owl-carousel .bin {
  max-width: 1408px !important;
  z-index: 10;
  height: 100%;
  padding: 0 1.0653409091%;
}
.hero-1-module .slide {
  height: 100%;
  width: 100%;
  position: relative;
  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;
}
.hero-1-module .slide:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
  opacity: 0.25;
}
.hero-1-module .slide .container, .hero-1-module .slide .t2 .bin, .t2 .hero-1-module .slide .bin, .hero-1-module .slide .t3 .bin, .t3 .hero-1-module .slide .bin {
  z-index: 30;
  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;
}
.hero-1-module .slide .item {
  width: 95%;
  max-width: 600px !important;
  z-index: 1;
  padding: 100px 40px 100px 40px;
  margin: auto;
  text-align: center;
}
.hero-1-module .slide .item .mark {
  width: 100%;
  height: auto;
  position: relative;
  margin: auto;
  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;
}
.hero-1-module .slide .item .mark:before {
  content: "";
  height: 2px;
  width: auto;
  background-color: white;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.hero-1-module .slide .item .mark:after {
  content: "";
  height: 2px;
  width: auto;
  background-color: white;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.hero-1-module .slide .item .mark img {
  display: inline-block;
  width: 80px;
  padding: 0 10px;
  height: auto;
  margin: auto;
}
.hero-1-module .slide .item .title {
  padding: 5px 0;
  margin: 0;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.3em;
  text-align: center;
  position: relative;
}
.hero-1-module .slide .item .sub-title, .hero-1-module .slide .item .job-title, .hero-1-module .slide .item .hero-2-module .item .job-title, .hero-2-module .item .hero-1-module .slide .item .job-title, .hero-1-module .slide .item .hero-3-module .item .job-title, .hero-3-module .item .hero-1-module .slide .item .job-title {
  font-family: 'Lato', sans-serif;
  padding: 0;
  margin: 10px 0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3em;
  font-weight: 400;
  z-index: 1;
  color: #fff !important;
  position: relative;
}
@media (max-width: 1248px) {
  .hero-1-module .slide .item {
    width: 80%;
  }
}
@media (max-width: 1008px) {
  .hero-1-module .slide .item {
    width: 100% !important;
    padding: 80px 25px 80px 25px;
  }
  .hero-1-module .slide .item .title {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 30px;
  }
  .hero-1-module .slide .item .sub-title, .hero-1-module .slide .item .job-title, .hero-1-module .slide .item .hero-2-module .item .job-title, .hero-2-module .item .hero-1-module .slide .item .job-title, .hero-1-module .slide .item .hero-3-module .item .job-title, .hero-3-module .item .hero-1-module .slide .item .job-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .hero-1-module .slide .item .btn-1, .hero-1-module .slide .item .btn-2 {
    float: none !important;
    width: 60% !important;
    margin: 10px 0;
  }
}
.hero-1-module .slide.bg-image:after {
  display: none !important;
}
.hero-1-module .owl-controls {
  bottom: 60px;
  width: 1408px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1408px) {
  .hero-1-module .owl-controls {
    width: 1248px;
  }
}
@media (max-width: 1248px) {
  .hero-1-module .owl-controls {
    width: 1008px;
  }
}
@media (max-width: 1008px) {
  .hero-1-module .owl-controls {
    width: 100%;
    padding: 0 20px;
    left: 0;
    bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 736px) {
  .hero-1-module .owl-controls {
    right: 20px;
    position: absolute;
    z-index: 100;
  }
}
.hero-1-module .owl-controls .owl-dots {
  right: 20px;
  bottom: 0;
}
@media (max-width: 1008px) {
  .hero-1-module .owl-controls .owl-dots {
    right: 20px;
  }
}
.hero-1-module .owl-controls .owl-dots .owl-dot span {
  background-color: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.hero-1-module .owl-controls .owl-dots .owl-dot.active span {
  background-color: #b2d234 !important;
}
.hero-1-module .fullscreen-bg {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  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;
  z-index: 10;
}
.hero-1-module .fullscreen-bg video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 736px) {
  .hero-1-module .container, .hero-1-module .t2 .bin, .t2 .hero-1-module .bin, .hero-1-module .t3 .bin, .t3 .hero-1-module .bin {
    padding: 0 !important;
  }
}
.hero-1-module .breadcrumbs {
  border: none;
}
.hero-2-module {
  width: 100%;
  height: 100vh;
  padding: 80px 1.0653409091% 80px 1.0653409091% !important;
  border-bottom: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1008px) {
  .hero-2-module {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.hero-2-module .item {
  width: 50% !important;
  max-width: 600px !important;
  z-index: 1;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.5);
}
.hero-2-module .item:before {
  display: none;
}
.hero-2-module .item .title {
  color: #02c !important;
  padding: 5px 0;
  margin: 0;
  font-size: 50px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 5rem;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
}
.hero-2-module .item .title span {
  display: block;
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 5.5rem;
  font-weight: 900;
}
.hero-2-module .item .sub-title, .hero-2-module .item .hero-1-module .slide .item .job-title, .hero-1-module .slide .item .hero-2-module .item .job-title, .hero-2-module .item .job-title, .hero-2-module .item .hero-3-module .item .job-title, .hero-3-module .item .hero-2-module .item .job-title {
  font-family: 'Lato', sans-serif;
  padding: 0;
  margin: 10px 0;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3em;
  font-weight: 400;
  z-index: 1;
  color: #222 !important;
  position: relative;
}
.hero-2-module .item .btn-2 {
  margin: 0;
  width: 48%;
  float: left;
  color: #fff;
  background-color: #1a5577 !important;
  border: 1px solid #1a5577 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hero-2-module .item .btn-2:hover {
  background-color: transparent !important;
  color: #1a5577 !important;
}
.hero-2-module .item .btn-1 {
  margin: 0;
  width: 48%;
  float: right;
  color: #1a5577 !important;
  background-color: transparent !important;
  border: 1px solid #1a5577 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hero-2-module .item .btn-1:hover {
  background-color: #1a5577 !important;
  color: #fff !important;
}
@media (max-width: 1248px) {
  .hero-2-module .item {
    width: 80%;
  }
}
@media (max-width: 1008px) {
  .hero-2-module .item {
    width: 100% !important;
    padding: 20px;
  }
  .hero-2-module .item .title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
  }
  .hero-2-module .item .title span {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 48px;
  }
  .hero-2-module .item .sub-title, .hero-2-module .item .hero-1-module .slide .item .job-title, .hero-1-module .slide .item .hero-2-module .item .job-title, .hero-2-module .item .job-title, .hero-2-module .item .hero-3-module .item .job-title, .hero-3-module .item .hero-2-module .item .job-title {
    font-size: 20px;
    font-size: 2rem;
  }
  .hero-2-module .item .btn-1, .hero-2-module .item .btn-2 {
    float: none !important;
    width: 60% !important;
    margin: 10px 0;
  }
}
.hero-2-module .breadcrumbs {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 10;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  border: none;
}
.hero-2-module .breadcrumbs a {
  color: #07d1ff !important;
}
@media (max-width: 1008px) {
  .hero-2-module .breadcrumbs {
    display: none;
  }
}
.hero-3-module {
  width: 100%;
  height: auto;
  padding: 100px 1.0653409091% 100px 1.0653409091% !important;
  border-bottom: none;
  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-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1008px) {
  .hero-3-module {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 40px 1.0653409091% 40px 1.0653409091% !important;
  }
  .hero-3-module .breadcrumbs {
    display: none;
  }
}
.hero-3-module .item {
  width: 95%;
  max-width: 600px !important;
  z-index: 1;
  margin: auto;
  text-align: center;
}
.hero-3-module .item .mark {
  width: 100%;
  height: auto;
  position: relative;
  margin: auto;
  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;
}
.hero-3-module .item .mark:before {
  content: "";
  height: 2px;
  width: auto;
  background-color: white;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.hero-3-module .item .mark:after {
  content: "";
  height: 2px;
  width: auto;
  background-color: white;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.hero-3-module .item .mark h5 {
  padding: 0 20px;
}
.hero-3-module .item .title {
  padding: 5px 0;
  margin: 0;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.3em;
  text-align: center;
  position: relative;
}
.hero-3-module .item .sub-title, .hero-3-module .item .hero-1-module .slide .item .job-title, .hero-1-module .slide .item .hero-3-module .item .job-title, .hero-3-module .item .hero-2-module .item .job-title, .hero-2-module .item .hero-3-module .item .job-title, .hero-3-module .item .job-title {
  font-family: 'Lato', sans-serif;
  padding: 0;
  margin: 10px 0;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3em;
  font-weight: 400;
  z-index: 1;
  color: #222 !important;
  position: relative;
}
@media (max-width: 1248px) {
  .hero-3-module .item {
    width: 80%;
  }
}
@media (max-width: 1008px) {
  .hero-3-module .item {
    width: 100% !important;
    padding: 80px 25px;
  }
  .hero-3-module .item .title {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 30px;
  }
  .hero-3-module .item .sub-title, .hero-3-module .item .hero-1-module .slide .item .job-title, .hero-1-module .slide .item .hero-3-module .item .job-title, .hero-3-module .item .hero-2-module .item .job-title, .hero-2-module .item .hero-3-module .item .job-title, .hero-3-module .item .job-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .hero-3-module .item .btn-1, .hero-3-module .item .btn-2 {
    float: none !important;
    width: 60% !important;
    margin: 10px 0;
  }
}
.hero-3-module .breadcrumbs {
  border: medium none;
  bottom: 20px;
  font-size: 1.6rem;
  left: 15px;
  position: absolute;
  text-transform: capitalize;
  z-index: 10;
  padding: 0;
}
.breadcrumbs {
  margin: 0;
  padding: 20px;
  display: block;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 1px solid #e3e3e3;
}
.breadcrumbs a {
  color: #b2d234;
}
.breadcrumbs a:hover {
  color: #1a5577;
}
@media (max-width: 1008px) {
  .breadcrumbs {
    display: none;
  }
}
.hero .margin-bottom {
  margin: 0 0 2.5em 0;
}
.hero.margin-bottom {
  margin: 0 0 2.5em 0;
}
.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: #222;
}
.event-list-1-module .intro .title:before {
  content: "\E01F";
  color: #1a5577;
  font-size: 2em;
}
.event-list-1-module .intro .des {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9em;
  color: #222;
  padding: 3px 0;
}
.event-list-1-module .intro .des:before {
  content: "TODAY: ";
  color: #1a5577;
}
.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 #e3e3e3;
  -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 #1a5577;
  background-color: #1a5577;
}
.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: #1a5577;
  border-color: #1a5577;
}
.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: #1a5577;
  -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: #1a5577;
}
.event-list-1-module .list .item .con .info .date {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 600;
  color: #222;
}
.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: #e3e3e3;
  padding: 0;
  border-left: 1px solid #e3e3e3;
  -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 {
  content: "\E017";
  color: #1a5577;
  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 #1a5577;
  background-color: white;
  color: #1a5577;
  text-transform: uppercase;
  font-weight: 600;
}
.event-list-1-module .end .cta-button:hover {
  background-color: #1a5577;
  color: white;
}
.event-list-1-module .link-box:before {
  display: none;
}
.events-gallery {
  padding: 0 2em 0 2em;
}
.events-gallery > div {
  position: static;
}
.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: #222 !important;
  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: '\E012';
  font-family: "uja-riverdale";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  color: #b2d234;
  font-size: 50px;
  font-size: 5rem;
}
.events-gallery .intro .title span {
  color: #1a5577;
}
.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;
}
.events-gallery .intro .event-ctrl span {
  float: right;
  border-left: 1px solid #e3e3e3;
  font-size: 20px;
  font-size: 2rem;
  padding: 40px 20px;
  color: #1a5577;
  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: #1a5577;
}
.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));
  height: auto;
  margin: 0 1.0653409091%;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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);
}
.events-gallery .item .link-box:before {
  display: block;
}
@media (max-width: 1008px) {
  .events-gallery .item {
    min-height: 400px;
  }
}
@media (max-width: 736px) {
  .events-gallery .item {
    min-height: 460px;
  }
}
.events-gallery .item .title {
  color: #1a5577;
}
@media (max-width: 736px) {
  .events-gallery .item .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.events-gallery .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);
}
.events-gallery .item .thumb .icon {
  left: 0;
  top: 0;
  background-color: rgba(235, 8, 140, 0.85);
  margin: auto;
  padding: 10px;
  position: absolute;
  z-index: 5;
  color: white;
  width: 75px;
  height: 75px;
}
.events-gallery .item .thumb .icon svg {
  color: #fff;
  fill: #fff;
  display: block;
}
.events-gallery .item .thumb img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=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);
}
.events-gallery .item .date {
  font-style: normal;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 0 0;
  color: #222;
}
.events-gallery .item .title {
  margin: 5px 0 0;
  font-size: 20px;
  font-size: 2rem;
}
.events-gallery .item:hover .thumb {
  background-color: #1a5577;
}
.events-gallery .item:hover .thumb .icon {
  background: transparent;
}
.events-gallery .item:hover .thumb img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.events-gallery-2 {
  padding: 0 2em 50px 2em;
  position: relative;
}
.events-gallery-2 > div {
  position: static;
}
@media (max-width: 768px) {
  .events-gallery-2 {
    padding: 0 30px 50px 30px;
  }
}
.events-gallery-2 .intro {
  width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
  margin: 0 1.0653409091%;
  overflow: hidden;
  padding: 35px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: static;
}
.events-gallery-2 .intro .title {
  position: relative;
  font-weight: 500;
  color: #1a5577;
  margin: 0;
  float: left;
}
@media (max-width: 1008px) {
  .events-gallery-2 .intro .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 736px) {
  .events-gallery-2 .intro .title {
    float: none;
    width: 100%;
  }
}
.events-gallery-2 .intro .all {
  float: right;
  margin: 15px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #1a5577;
}
@media (max-width: 768px) {
  .events-gallery-2 .intro {
    text-align: center;
  }
  .events-gallery-2 .intro .all {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0;
    bottom: 20px;
    left: 0;
  }
}
.events-gallery-2 .list {
  width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
  height: auto;
  margin: 0 1.0653409091%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.events-gallery-2 .list .owl-controls {
  display: none;
}
@media (max-width: 768px) {
  .events-gallery-2 .list {
    padding: 0 0 60px;
    position: relative;
  }
  .events-gallery-2 .list .owl-controls {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .events-gallery-2 .list .owl-controls .owl-dots {
    display: block;
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .events-gallery-2 .list .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 2px;
    float: none;
  }
  .events-gallery-2 .list .owl-controls .owl-dots .owl-dot span {
    border: 3px solid #b2d234;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .events-gallery-2 .list .owl-controls .owl-dots .owl-dot.active span {
    background-color: #b2d234 !important;
  }
}
.events-gallery-2 .item {
  margin: 0 20px;
  position: relative;
  background-color: #fff;
  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);
}
.events-gallery-2 .item .hold {
  margin: 45px 0;
  width: 100%;
  overflow: hidden;
}
.events-gallery-2 .item .hold .date {
  float: left;
  border-left: 10px solid #1a5577;
  padding: 0 0 0 10px;
}
.events-gallery-2 .item .hold .date em {
  display: block;
  color: #222;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  font-weight: 500;
  font-style: normal;
}
.events-gallery-2 .item .hold .date p {
  margin: 0;
  display: block;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
}
.events-gallery-2 .item .hold .add {
  width: 64px;
  height: 64px;
  float: right;
  background: url("../images/icons/icon-plus.svg") no-repeat 50% 50% #e1e1e1;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.events-gallery-2 .item .title {
  text-align: center;
  margin: 0;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #fff !important;
  background-color: #1a5577;
  font-size: 20px;
  font-size: 2rem;
}
.events-gallery-2 .item .more {
  display: block;
  margin: 0;
  padding: 18px;
  text-align: center;
  color: #07d1ff;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.t2 .events-gallery {
  padding: 0 0 0 2em;
}
.t2 .events-gallery .intro {
  width: 100%;
  margin: 0;
}
.t2 .events-gallery .list {
  width: 100%;
  margin: 0;
}
@media (max-width: 1008px) {
  .t2 .events-gallery {
    padding: 0 2em;
  }
}
.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 {
  content: "\E012";
  left: 0;
  top: 0;
  background: rgba(235, 8, 140, 0.85);
  margin: auto;
  position: absolute;
  color: white;
  font-size: 4em;
  width: 100px;
  height: 100px;
  padding: 20px 10px 0;
  z-index: 10;
  text-align: center;
}
@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;
  display: none;
}
.event-single .item .thumb {
  border: none;
  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(235, 8, 140, 0.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);
  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%;
  color: #1a5577;
  -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 !important;
}
@media (max-width: 736px) {
  .event-single .item .hold .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.event-single .item .hold .des {
  color: #fff !important;
  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: #1a5577;
}
@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 {
    display: none;
    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: #222;
    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 #1a5577;
    color: #1a5577;
  }
  .event-single .item .hold .text .title {
    font-size: 22px;
    font-size: 2.2rem;
    color: #1a5577;
  }
  .event-single .item .link-box:before {
    width: 100%;
    right: 0;
    color: #1a5577;
    bottom: 0;
    display: none;
  }
  .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;
  display: none;
}
.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: #222;
    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 #b2d234;
    color: #b2d234;
  }
  .box-50 .event-single .item .hold .text .title {
    font-size: 22px;
    font-size: 2.2rem;
    color: #1a5577;
  }
  .box-50 .event-single .item .link-box:before {
    width: 100%;
    right: 0;
    color: #1a5577;
    bottom: -10px;
    display: none;
  }
  .box-50 .event-single .item .thumb {
    height: 250px;
  }
  .box-50 .event-single .item .thumb:after {
    display: none;
  }
}
.box-33 .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-33 .event-single .item:before {
  width: 60px;
  height: 60px;
  padding: 10px;
  font-size: 3em;
}
.box-33 .event-single .item .hold {
  width: 100%;
  padding: 0;
  position: static;
  display: block;
  height: auto;
}
.box-33 .event-single .item .hold .date {
  position: static;
  margin: 5px 0;
  padding: 0;
  color: #222;
  font-size: 14px;
  font-size: 1.4rem;
}
.box-33 .event-single .item .hold .text {
  width: 100%;
}
.box-33 .event-single .item .hold .text .des {
  display: none;
}
.box-33 .event-single .item .hold .text .more {
  border: 1px solid #b2d234;
  color: #b2d234;
}
.box-33 .event-single .item .hold .text .title {
  font-size: 22px;
  font-size: 2.2rem;
  color: #1a5577 !important;
}
.box-33 .event-single .item .link-box:before {
  width: 100%;
  right: 0;
  color: #1a5577;
  bottom: 0;
  display: none;
}
@media (max-width: 1008px) {
  .box-33 .event-single .item .link-box:before {
    bottom: -10px;
  }
}
.box-33 .event-single .item .thumb {
  height: 250px;
}
.box-33 .event-single .item .thumb:after {
  width: 100%;
  opacity: 0;
}
.box-33 .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-33 .event-single .item:hover .more {
  background-color: #b2d234;
  color: #fff !important;
}
.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: #222;
  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 #b2d234;
  color: #b2d234;
}
.box-25 .event-single .item .hold .text .title {
  font-size: 22px;
  font-size: 2.2rem;
  color: #1a5577 !important;
}
.box-25 .event-single .item .link-box:before {
  width: 100%;
  right: 0;
  color: #1a5577;
  bottom: 0;
  display: none;
}
@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: #b2d234;
  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;
  z-index: 10 !important;
  padding: 180px 55px 0 20px;
  border-right: 6px solid #1a5577;
}
.events-calendar .days .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 150px;
  line-height: 130px;
  text-align: center;
  color: #fff;
  padding: 0;
  background-color: #1a5577;
}
.events-calendar .days .icon:after {
  border-left: 20px solid #1a5577;
}
.events-calendar .days .icon:before {
  display: none;
}
.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: #1a5577;
  margin: 0;
}
.events-calendar .days .btn-1, .events-calendar .days .btn-2 {
  float: right;
}
.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: #b2d234;
}
.events-calendar .days table td span.active {
  background-color: #b2d234;
  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 #1a5577;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: none;
    position: absolute;
    top: 100%;
    right: 50%;
    margin: 0 -20px 0 0;
    padding: 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: #1a775c;
  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 !important;
  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: #1a5577;
}
.events-calendar .events .event .time {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  color: #222;
}
.events-calendar .events .event .time span {
  color: #2f2f30;
  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: #b2d234;
  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: #b2d234;
}
.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;
  }
}
.t2 .events-calendar .days .next {
  padding: 0 10px;
  font-size: 1.3rem;
}
.t2 .events-calendar .days .prev {
  padding: 0 10px;
  font-size: 1.3rem;
}
.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 {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: black;
  -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;
}
.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 #b2d234;
  background-color: #f9f9f9;
  -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 .btn-1 {
  color: #1a5577 !important;
  border-color: #1a5577 !important;
}
.program-single .item .text .title {
  color: #1a5577 !important;
  font-size: 2.2rem;
}
.program-single .item .text p span {
  color: #1a5577;
}
.program-single .item .text p {
  width: 80%;
  color: #222 !important;
}
.program-single .item .text > span {
  display: none;
}
.program-single .item:hover .thumb:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: black;
  -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;
}
.program-single .item:hover .text {
  background-color: #1a5577;
  border: 1px solid #1a5577;
  border-left: 5px solid #1a5577;
  -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 !important;
}
.program-single .item:hover .text p {
  color: #fff !important;
}
.program-single .item:hover .text .title {
  color: #fff !important;
}
.program-single .item:hover .text .btn-1 {
  color: #fff !important;
  border-color: #fff !important;
}
@media (max-width: 736px) {
  .program-single .item {
    margin: 2em 0;
  }
  .program-single .item .thumb {
    display: none;
  }
  .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: #1a5577;
    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;
    width: 100%;
    height: 250px;
  }
  .box-50 .program-single .item .text {
    width: 100%;
    border: 1px solid #e3e3e3;
  }
  .box-50 .program-single .item .text > span {
    display: block;
    color: #1a5577;
    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;
}
.box-33 .program-single .item .link-box:before {
  bottom: 20px;
  color: #1a5577;
  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 #b2d234;
  -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: #1a5577;
  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 .thumb:before {
  display: none;
}
.box-33 .program-single .item:hover .text {
  background-color: #1a5577;
  border-top: 5px solid #1a5577;
  -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 #1a5577 !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: #1a5577;
  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 {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: black;
  -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 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 #b2d234;
  -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: #1a5577;
  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 .thumb:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: black;
  -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:hover .text {
  background-color: #1a5577;
  border-top: 5px solid #1a5577;
  -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 #1a5577 !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: 736px) {
  .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%;
    padding: 0;
  }
}
.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: #1a5577;
  margin: 0;
}
.program-list .list .item .text p span {
  color: #b2d234;
}
.program-list .list .item .text .btn-1 {
  margin: 10px 0 0;
}
.program-list .list .item .text .icon svg {
  color: #b2d234;
  fill: #b2d234;
}
.program-list .list .item:hover .text {
  background-color: #1a5577;
  -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 !important;
}
.program-list .list .item:hover .text p {
  color: #fff !important;
}
.program-list .list .item:hover .text .title {
  color: #fff !important;
}
.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-list-2 {
  width: 100%;
  display: block !important;
}
@media (max-width: 1008px) {
  .program-list-2 {
    padding: 0 2em;
  }
}
.program-list-2 .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-2 .list {
    padding: 0;
  }
}
.program-list-2 .list .item {
  width: 23%;
  margin: 2em 1%;
  border: none;
  overflow: hidden;
}
@media (max-width: 1008px) {
  .program-list-2 .list .item {
    width: 48%;
  }
}
@media (max-width: 736px) {
  .program-list-2 .list .item {
    padding: 0;
  }
}
.program-list-2 .list .item .link-box:before {
  display: block;
  background-color: #b2d234;
  color: #b2d234;
}
.program-list-2 .list .item:last-child .link-box:before {
  display: none;
}
.program-list-2 .list .item .more {
  text-align: left;
  display: block;
  padding: 0 0 40px 0;
  position: relative;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 900;
}
.program-list-2 .list .item .more:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 73px;
  height: 1px;
  background-color: #1a5577;
}
.program-list-2 .list .item .more:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 73px;
  width: 0;
  height: 0;
  border-left: 6px solid #1a5577;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.program-list-2 .list .item .thumb img {
  display: block;
}
.program-list-2 .list .item .text {
  width: 100%;
  height: 70%;
  -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-2 .list .item .text .title {
  font-size: 1.5em;
  color: #b2d234;
  margin: 0;
}
.program-list-2 .list .item .text p span {
  color: #1a5577;
}
.program-list-2 .list .item .text .btn-1 {
  margin: 10px 0 0;
}
.program-list-2 .list .item .text .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #b2d234;
  padding: 15px;
}
.program-list-2 .list .item .text .icon svg {
  color: #fff;
  fill: #fff;
}
.program-list-2 .list .item:hover {
  background-color: transparent;
}
.program-list-2 .list .item:hover .link-box:before {
  background-color: #1a5577;
  color: #1a5577;
}
.program-list-2 .list .item:hover .text {
  background-color: 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);
}
.program-list-2 .list .item:hover .text span {
  color: #fff;
}
.program-list-2 .list .item:hover .text p {
  color: #1a5577;
}
.program-list-2 .list .item:hover .text .title {
  color: #1a5577;
}
.program-list-2 .list .item:hover .text .btn-1 {
  color: #fff;
  border-color: #fff;
}
.program-list-2 .list .item:hover .text .icon {
  background-color: #1a5577;
}
.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;
}
.program-filters .selectric-wrapper.selectric-hover .selectric {
  border: 1px solid #1a5577 !important;
}
.program-filters .selectric-wrapper.selectric-hover .label {
  color: #1a5577 !important;
}
.program-filters .selectric-wrapper.selectric-open .selectric {
  border: 1px solid #1a5577 !important;
}
.program-filters .selectric-wrapper.selectric-open .label {
  color: #1a5577 !important;
}
.program-filters .selectric-wrapper.selectric-open .selectric-items {
  border: 1px solid #1a5577;
  border-top: none;
}
.program-filters .selectric-wrapper.selectric-open .selectric-items li:hover {
  background-color: #1a5577;
  color: #fff !important;
}
@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: "\E014";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  color: #222;
  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: #222;
  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 #1a5577;
}
.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: #006;
  margin: 5px 0 0;
  padding: 0;
}
.program-results-module .result .holder .tags {
  margin: 5px 0 0;
  color: #c02;
  font-size: 12px;
  font-size: 1.2rem;
}
.program-results-module .result .holder .tags a {
  display: inline-block;
  color: #c02;
}
.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: #1a5577;
  color: #fff !important;
  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: #1a5577;
  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: '\E00B';
  display: block;
  color: #1a5577;
  font-family: 'uja-riverdale';
  position: absolute;
  right: 20px;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  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: '\E00A';
}
.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: #1a5577;
}
.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 #1a5577;
}
.program-sessions-module .item:hover .btn-1 {
  background-color: #1a5577 !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: #c02;
  font-size: 16px;
  font-size: 1.6rem;
}
.program-sessions-module .item .holder .instructor a {
  display: inline-block;
  color: #c02;
}
.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;
  }
}
.program-location {
  height: auto;
  width: 100%;
  padding: 2em 0;
  margin: 0;
  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-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1008px) {
  .program-location {
    padding: 30px 20px;
  }
}
.program-location .item {
  width: 100%;
  height: auto;
  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;
}
.program-location .cat {
  position: relative;
  width: calc(33.33333% - 10px);
  height: auto;
  margin: 5px;
  position: relative;
  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;
}
@incldue box-treatment;
        
        @include breakpoint(tablet) {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .program-location .cat {
    width: calc(100% - 10px);
  }
  .program-location .cat:first-child {
    margin-top: 0;
  }
}
.program-location .cat:after {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: red;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
  /* IE6-9 */
}
.program-location .cat .con {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 150px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
@media (max-width: 1008px) {
  .program-location .cat .con {
    margin: 100px 0;
  }
}
@media (max-width: 1008px) {
  .program-location .cat .con {
    margin: 50px 0;
  }
}
.program-location .cat .con .icon {
  width: 65px;
  height: auto;
  position: relative;
  padding: 0;
  margin: 0;
}
.program-location .cat .con .icon img, .program-location .cat .con .icon svg {
  width: 100%;
  height: auto;
  display: inherit;
  padding: 0;
  margin: 0;
}
.program-location .cat .con .title {
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-size: 2.6rem;
}
.program-location .cat .loc {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 1.5em;
  z-index: 2;
  background-color: rgba(7, 209, 255, 0.7);
}
.program-location .cat .loc .title {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 5px 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #222 !important;
}
.program-location .cat .loc .web {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 2px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
}
.program-location .cat .loc .web:hover {
  color: #039;
}
.program-location-2 {
  height: auto;
  width: 100%;
  padding: 0;
  margin: 0;
  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-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.program-location-2 .item {
  width: 100%;
  height: auto;
  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;
}
.program-location-2 .cat {
  width: calc(33.33333% - 10px);
  height: auto;
  margin: 5px;
  position: relative;
  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;
}
@incldue box-treatment;

    @include breakpoint(tablet) {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .program-location-2 .cat {
    width: calc(100% - 10px);
  }
  .program-location-2 .cat:first-child {
    margin-top: 0;
  }
}
.program-location-2 .cat:after {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: red;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
  /* IE6-9 */
}
.program-location-2 .cat .con {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 180px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
@media (max-width: 1008px) {
  .program-location-2 .cat .con {
    margin: 100px 0;
  }
}
@media (max-width: 1008px) {
  .program-location-2 .cat .con {
    margin: 50px 0;
  }
}
.program-location-2 .cat .con .icon {
  width: 65px;
  height: auto;
  position: relative;
  padding: 0;
  margin: 0;
}
.program-location-2 .cat .con .icon img, .program-location-2 .cat .con .icon svg {
  width: 100%;
  height: auto;
  display: inherit;
  padding: 0;
  margin: 0;
}
.program-location-2 .cat .con .title {
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-size: 2.6rem;
}
.program-location-2 .cat .loc {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 1.5em;
  z-index: 2;
  background-color: rgba(7, 209, 255, 0.7);
}
.program-location-2 .cat .loc .title {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 5px 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #222 !important;
}
.program-location-2 .cat .loc .web {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 2px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
}
.program-location-2 .cat .loc .web:hover {
  color: #039;
}
.map-module-1 {
  height: 300px;
  width: 100%;
  padding: 0;
  padding-top: 65%;
  background-color: white;
  margin: 0;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map-module-1 .map-pop {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  padding: 1.5em;
  max-width: 250px;
  background-color: white;
  display: none;
  transform: translateY(-50%);
  margin: 1.5% 0 0 3.2%;
}
.map-module-1 .map-pop:before {
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  -moz-transform: translatey(-50%) translatex(-50%) rotate(45deg);
  -o-transform: translatey(-50%) translatex(-50%) rotate(45deg);
  -ms-transform: translatey(-50%) translatex(-50%) rotate(45deg);
  -webkit-transform: translatey(-50%) translatex(-50%) rotate(45deg);
  transform: translatey(-50%) translatex(-50%) rotate(45deg);
  background-color: white;
  position: absolute;
}
.map-module-1 .map-pop.active {
  display: block;
}
.map-module-1 .map-pop .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #1a5577;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
.map-module-1 .map-pop .add {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #222;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
.map-module-1 .map-pop .numb {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #222;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
.map-module-1 .map-pop .web {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #07d1ff;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
.map-module-1 .map {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  min-width: 1200px;
  height: auto;
}
.map-module-1 .map img, .map-module-1 .map svg {
  display: inherit;
}
.map-module-1 .map .map-mark {
  cursor: pointer;
}
.program-search {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.program-search .item {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.program-search .item .filter-box {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
.program-search .item .filter-box .form {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.program-search .item .filter-box .form .field-block-1 {
  width: 100%;
  height: auto;
  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;
}
@media (max-width: 768px) {
  .program-search .item .filter-box .form .field-block-1 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.program-search .item .filter-box .form .block {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #f9f9f9;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 768px) {
  .program-search .item .filter-box .form .block {
    width: 100%;
    border-right: 0;
  }
}
.program-search .item .filter-box .form .block.active {
  border-bottom: 1px solid white;
}
@media (max-width: 768px) {
  .program-search .item .filter-box .form .block.active {
    border-bottom: 1px solid #e3e3e3;
  }
}
.program-search .item .filter-box .form .block.active .selectric-wrapper .selectric {
  background-color: white;
}
.program-search .item .filter-box .form .block:last-child {
  border-right: 0;
}
.program-search .item .filter-box .form .block .selectric-wrapper {
  margin: 0;
  border: 0;
  height: 100%;
}
.program-search .item .filter-box .form .block .selectric-wrapper .selectric {
  height: 100%;
  border: 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;
  background-color: #f9f9f9;
}
.program-search .item .filter-box .form .block .selectric-wrapper .selectric .label {
  height: auto;
  padding: 30px 50px 30px 25px;
  margin: 0;
  line-height: 1.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #1a5577 !important;
}
.program-search .item .filter-box .form .block .selectric-wrapper .selectric .button {
  width: 65px;
  height: auto;
  display: inline-block;
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
}
.program-search .item .filter-box .form .block .selectric-wrapper .selectric .button:after {
  color: #222 !important;
}
.program-search .item .filter-box .form .block .selectric-wrapper.selectric-open .selectric .button:after {
  color: #1a5577 !important;
}
.program-search .item .filter-box .form .block .selectric-wrapper.selectric-hover .selectric .button:after {
  color: #1a5577 !important;
}
.program-search .item .filter-box .form .block .selectric-wrapper .selectric-items {
  width: 100% !important;
  border: 1px solid #e3e3e3 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.program-search .item .filter-box .form .block .selectric-wrapper .selectric-items li {
  color: #1a5577 !important;
}
.program-search .item .filter-box .form .block .selectric-wrapper .selectric-items li:hover {
  background-color: #1a5577 !important;
  color: #fff !important;
}
.program-search .item .filter-box .form .block .selectric-wrapper .selectric-items li.selected {
  background-color: #1a5577 !important;
  color: #fff !important;
}
.program-search .item .filter-box .form .block input, .program-search .item .filter-box .form .block select {
  padding: 50px;
  margin: 0;
  height: auto;
}
.program-search .item .filter-box .reset {
  background-color: #b2d234;
  color: #fff;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  line-height: 27px;
  padding: 20px 0;
  -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;
  min-width: 200px;
}
.program-search .item .filter-box .reset span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 27px;
  background: url("../images/icons/icon-refresh.png") no-repeat 50% 50%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 0 0 18px;
}
.program-search .item .result-box {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
}
.program-search .item .result-box .info-text {
  width: 100%;
  text-align: center;
  padding: 130px 0;
}
.program-search .item .result-box .info-text .title {
  color: #eb088c;
}
.program-search .item .result-box .info-text .sub-title, .program-search .item .result-box .info-text .hero-1-module .slide .item .job-title, .hero-1-module .slide .item .program-search .item .result-box .info-text .job-title, .program-search .item .result-box .info-text .hero-2-module .item .job-title, .hero-2-module .item .program-search .item .result-box .info-text .job-title, .program-search .item .result-box .info-text .hero-3-module .item .job-title, .hero-3-module .item .program-search .item .result-box .info-text .job-title {
  color: #b2d234;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
}
.program-search .item .result-box .list {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: inline-block;
  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-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px auto;
}
.program-search .item .result-box .list .con-1 {
  width: calc(50% - 20px);
  color: white;
  margin: 10px;
  height: auto;
  display: inline-block;
  min-height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #1a5577;
  background-image: none;
  background-position: center;
  background-size: cover;
  padding: 10em 1.5em 1em 1.5em;
}
.program-search .item .result-box .list .con-1:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: red;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
  /* IE6-9 */
}
.program-search .item .result-box .list .con-1:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  bottom: 15px;
}
@media (max-width: 768px) {
  .program-search .item .result-box .list .con-1 {
    width: calc(100% - 20px);
  }
}
.program-search .item .result-box .list .con-1 .title {
  color: white;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.program-search .item .result-box .list .con-1 .sub-title, .program-search .item .result-box .list .con-1 .hero-1-module .slide .item .job-title, .hero-1-module .slide .item .program-search .item .result-box .list .con-1 .job-title, .program-search .item .result-box .list .con-1 .hero-2-module .item .job-title, .hero-2-module .item .program-search .item .result-box .list .con-1 .job-title, .program-search .item .result-box .list .con-1 .hero-3-module .item .job-title, .hero-3-module .item .program-search .item .result-box .list .con-1 .job-title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: white;
}
.program-search .item .result-box .list .con-1 .info {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: white;
}
.program-search .item .result-box .list .con-2 {
  width: calc(50% - 20px);
  color: white;
  margin: 10px;
  height: auto;
  display: inline-block;
  min-height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .program-search .item .result-box .list .con-2 {
    width: calc(100% - 20px);
  }
}
.program-search .item .result-box .list .con-2 .thumb {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #1a5577;
  background-image: none;
  background-position: center;
  background-size: cover;
  padding: 10em 1.5em 1em 1.5em;
}
.program-search .item .result-box .list .con-2 .thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: red;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
  /* IE6-9 */
}
.program-search .item .result-box .list .con-2 .thumb:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.program-search .item .result-box .list .con-2 .thumb .title {
  color: white;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.program-search .item .result-box .list .con-2 .thumb .sub-title, .program-search .item .result-box .list .con-2 .thumb .hero-1-module .slide .item .job-title, .hero-1-module .slide .item .program-search .item .result-box .list .con-2 .thumb .job-title, .program-search .item .result-box .list .con-2 .thumb .hero-2-module .item .job-title, .hero-2-module .item .program-search .item .result-box .list .con-2 .thumb .job-title, .program-search .item .result-box .list .con-2 .thumb .hero-3-module .item .job-title, .hero-3-module .item .program-search .item .result-box .list .con-2 .thumb .job-title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: white;
}
.program-search .item .result-box .list .con-2 .thumb .info {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: white;
}
.program-search .item .result-box .list .con-2 .sub-list {
  width: 100%;
  height: auto;
  position: relative;
  border: 1px solid #e3e3e3;
  background-color: #f9f9f9;
  border-top: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.program-search .item .result-box .list .con-2 .sub-list .sub {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  -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;
  padding: 0px;
  background-color: #f9f9f9;
}
.program-search .item .result-box .list .con-2 .sub-list .sub .icon {
  width: 50px;
  height: auto;
  -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;
  padding: 10px;
}
.program-search .item .result-box .list .con-2 .sub-list .sub .icon img, .program-search .item .result-box .list .con-2 .sub-list .sub .icon svg {
  width: 100%;
  height: auto;
  display: inline-block;
}
.program-search .item .result-box .list .con-2 .sub-list .sub .add {
  width: auto;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  padding: 10px;
}
.program-search .item .result-box .list .con-2 .sub-list .sub .add .title {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  color: #222;
  padding: 0;
  margin: 0;
}
.program-search .item .result-box .list .con-2 .sub-list .sub .add .address {
  width: 100%;
  height: auto;
  position: relative;
  color: #222;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
}
.program-search .item .result-box .list .con-2 .sub-list .sub .status {
  width: auto;
  height: auto;
  -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;
  border-right: 1px solid #e3e3e3;
  color: #222;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 20px;
}
.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 {
    height: 500px;
    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:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
}
.slide-show .slide .item {
  position: absolute;
  right: 2em;
  left: inherit;
  width: 100%;
  padding: 2em;
  display: block;
  text-align: center;
  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: 1008px) {
  .slide-show .slide .item {
    width: 80% !important;
    left: 10%;
  }
}
@media (max-width: 736px) {
  .slide-show .slide .item {
    width: 100% !important;
    left: 0;
    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: 2em;
  line-height: 1.3em;
  font-weight: bold;
  color: #fff !important;
  margin: 0;
}
.slide-show .slide .item .des {
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 500;
  padding-bottom: 5px;
  color: #fff !important;
}
.slide-show .slide .item .btn-1 {
  border: 1px solid #eb088c !important;
  color: #eb088c !important;
}
.slide-show .slide .item .btn-2 {
  border: 1px solid #1a5577 !important;
  background-color: #1a5577 !important;
  color: #fff !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: #b2d234 !important;
  border-color: #b2d234 !important;
}
.slide-show .owl-carousel .owl-controls .owl-dots .owl-dot span {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.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 {
  margin: auto;
  text-align: center;
  padding: 0;
}
.image-module img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.image-module.pad-thin {
  padding: 2em !important;
}
@media (max-width: 1008px) {
  .image-module.pad-thin {
    padding: 3em 2em !important;
  }
}
@media (max-width: 736px) {
  .image-module.pad-thin {
    padding: 1.5em 2em !important;
  }
}
.image-module.pad {
  padding: 6em 2em !important;
}
@media (max-width: 1008px) {
  .image-module.pad {
    padding: 3em 2em !important;
  }
}
@media (max-width: 736px) {
  .image-module.pad {
    padding: 2em !important;
  }
}
.image-module.pad-thick {
  padding: 9em 2em !important;
}
@media (max-width: 1008px) {
  .image-module.pad-thick {
    padding: 6em 2em !important;
  }
}
@media (max-width: 736px) {
  .image-module.pad-thick {
    padding: 3em 2em !important;
  }
}
.video-module {
  padding: 0;
}
.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;
}
.video-module.pad-thin {
  padding: 2em !important;
}
@media (max-width: 1008px) {
  .video-module.pad-thin {
    padding: 3em 2em !important;
  }
}
@media (max-width: 736px) {
  .video-module.pad-thin {
    padding: 1.5em 2em !important;
  }
}
.video-module.pad {
  padding: 6em 2em !important;
}
@media (max-width: 1008px) {
  .video-module.pad {
    padding: 3em 2em !important;
  }
}
@media (max-width: 736px) {
  .video-module.pad {
    padding: 2em !important;
  }
}
.video-module.pad-thick {
  padding: 9em 2em !important;
}
@media (max-width: 1008px) {
  .video-module.pad-thick {
    padding: 6em 2em !important;
  }
}
@media (max-width: 736px) {
  .video-module.pad-thick {
    padding: 3em 2em !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: #1a5577;
  -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:before {
  display: none;
}
.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(193, 215, 47, 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);
  pointer-events: none;
}
.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 2em;
  }
}
.gallery-page-module .gallery-list {
  width: 100%;
}
@media (max-width: 1008px) {
  .gallery-page-module .gallery-list {
    padding: 0 2em;
    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 {
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding: 0;
  border: none;
  -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(193, 215, 47, 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;
  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.bg-white p, .cta-block.bg-grey p {
  color: #222 !important;
}
.cta-block.bg-white h1, .cta-block.bg-grey h1, .cta-block.bg-white h2, .cta-block.bg-grey h2, .cta-block.bg-white h3, .cta-block.bg-grey h3, .cta-block.bg-white h4, .cta-block.bg-grey h4, .cta-block.bg-white h5, .cta-block.bg-grey h5, .cta-block.bg-white h6, .cta-block.bg-grey h6 {
  color: #1a5577 !important;
}
.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;
}
@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;
  }
}
.wysiwyg {
  padding: 3em 2em;
  width: 100%;
  z-index: 10;
}
.wysiwyg-center-module {
  width: calc((4.1193181818% * 12) + (1.0653409091% * 22)) !important;
  text-align: center;
  margin: 2em auto;
  padding: 4em 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: #1a5577;
  font-size: 30px;
  font-size: 3rem;
}
.login-module > div .intro .title span {
  color: #1a5577;
}
.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 #eee;
  background: transparent;
  color: #222;
  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: #222;
}
.login-module > div .login-form input::-moz-placeholder {
  color: #222;
  opacity: 1;
}
.login-module > div .login-form input::-webkit-input-placeholder {
  color: #222;
}
.login-module > div .login-form input:-ms-input-placeholder {
  color: #222;
}
.login-module > div .login-form .wrap {
  text-align: left;
}
.login-module > div .login-form .wrap input[type="checkbox"] + label {
  float: left;
  color: #222;
  font-size: 13px;
  font-size: 1.3rem;
}
.login-module > div .login-form .wrap input[type="checkbox"] + label:before {
  background-color: transparent;
  border: 1px solid #222;
}
.login-module > div .login-form .wrap input[type="checkbox"]:checked + label:before {
  background-color: #1a5577;
  border: 1px solid #1a5577;
}
.login-module > div .login-form .wrap .forgot {
  float: right;
  color: #222;
  margin: 8px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.login-module > div .login-form .wrap .forgot span {
  color: #1a5577;
}
.login-module > div .login-form .submit {
  width: 100%;
  display: block;
  border: 1px solid #1a5577;
  padding: 0;
  text-align: center;
  background: #1a5577;
  color: #fff;
  line-height: 58px;
  height: 58px;
  margin: 25px 0;
}
.login-module > div .login-form .submit:hover {
  background: #fff;
  color: #1a5577;
}
.login-module > div .login-form .reg {
  color: #222;
  font-size: 13px;
  font-size: 1.3rem;
}
.login-module > div .login-form .reg span {
  color: #1a5577;
}
@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 {
  width: 100%;
}
.events-slider-module .owl-controls, .events-slider-module .owl-nav {
  position: static;
}
.events-slider-module .owl-dots {
  display: none !important;
}
.events-slider-module .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  height: 80px;
  width: 35px;
  margin: -40px 0 0;
}
.events-slider-module .owl-prev:after {
  content: '\E005';
  display: block;
  font-family: 'uja-riverdale';
  color: #c02;
  position: absolute;
  font-size: 18px;
  font-size: 1.8rem;
  top: 50%;
  margin: -9px 0 0 7px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.events-slider-module .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  height: 80px;
  width: 35px;
  margin: -40px 0 0;
  text-align: center;
}
.events-slider-module .owl-next:after {
  content: '\E005';
  display: block;
  font-family: 'uja-riverdale';
  color: #c02;
  position: absolute;
  font-size: 18px;
  font-size: 1.8rem;
  top: 50%;
  margin: -9px 0 0 10px;
}
.events-slider-module .item {
  position: relative;
  text-align: center;
  width: 100%;
  height: 480px;
  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;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -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;
}
.events-slider-module .item:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 10;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000',GradientType=0);
  /* IE6-9 */
}
.events-slider-module .item .link-box {
  z-index: 20 !important;
}
.events-slider-module .item .link-box:before {
  display: none;
}
.events-slider-module .item .date {
  position: absolute;
  color: #fff;
  z-index: 10;
  top: 30px;
  left: 40px;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: normal;
  text-align: left;
}
.events-slider-module .item .date span {
  color: #c02;
  display: block;
}
.events-slider-module .item .icon {
  position: relative;
  z-index: 10;
  background-color: rgba(0, 144, 217, 0.85);
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.events-slider-module .item .icon img, .events-slider-module .item .icon svg {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}
.events-slider-module .item .title {
  display: block;
  color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10%;
  position: relative;
  z-index: 10;
  font-size: 25px;
  font-size: 2.5rem;
}
.events-slider-module .item .view {
  width: 103px;
  height: 42px;
  color: #fff;
  background-color: #c02;
  border: 1px solid #f90757;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 42px;
  display: block;
  position: relative;
  z-index: 10;
}
.events-slider-module .item:hover .view {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.events-slider-module .item:hover:after {
  background-color: rgba(15, 119, 175, 0.95);
}
.events-slider-module .item.last {
  background-color: #1a5577;
}
.events-slider-module .item.last:before {
  display: none;
}
.events-slider-module .item.last .center {
  position: relative;
  z-index: 10;
  width: 60%;
  text-align: left;
}
.events-slider-module .item.last .center .icon {
  background-color: transparent;
  width: 60px;
  height: auto;
  line-height: normal;
}
.events-slider-module .item.last .center .icon img, .events-slider-module .item.last .center .icon svg {
  color: #fff;
  width: 100%;
  fill: #fff;
}
.events-slider-module .item.last .center .title {
  margin: 0;
  padding: 0;
}
.events-slider-module .item.last .center p {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.events-slider-module .item.last .calendar {
  padding: 0 40px;
  height: 42px;
  color: #fff;
  background-color: #c02;
  border: 1px solid #f90757;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 42px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.events-slider-module .item.last:hover .calendar {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.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: #1a5577;
}
.subscribe-module .item form .selectric-items li:hover {
  color: #fff;
  background-color: #1a5577;
}
.subscribe-module .item form .selectric-items li.selected {
  background: transparent;
  color: #1a5577;
}
.subscribe-module .item form .selectric-items li.selected:hover {
  background-color: #1a5577;
  color: #fff;
}
.subscribe-module .item form .selectric-open .selectric {
  background-color: #fff;
}
.subscribe-module .item form .selectric-open .selectric .label {
  color: #1a5577;
}
.subscribe-module .item form .selectric-open .selectric .button:after {
  color: #1a5577;
  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: #1a5577 !important;
  color: #fff !important;
}
.membership-type-module .list .item p {
  margin: 0;
}
.membership-type-module .list .item .name {
  color: #1a5577;
  text-transform: uppercase;
  font-weight: 500;
  line-height: normal;
  width: 45%;
}
.membership-type-module .list .item .name span {
  display: block;
  line-height: normal;
  color: #222;
  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;
  }
}
.touch-module {
  width: 100%;
  background: url('../images/mail-pattern.png') no-repeat 50% 50%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 4em 0;
  position: relative;
  z-index: 10;
}
.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: #b2d234 !important;
  border: 1px solid #b2d234 !important;
  height: 60px;
  line-height: 60px;
  font-family: 'Lato', sans-serif;
}
.touch-module .form .submit:hover {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #1a5577 !important;
}
@media (max-width: 1008px) {
  .touch-module {
    padding: 2em 20px;
  }
  .touch-module .item .icon {
    display: none;
  }
  .touch-module .form {
    display: block;
  }
  .touch-module .form .text, .touch-module .form .submit {
    width: 100%;
  }
}
.signup-module {
  width: 100%;
  background: url("../images/background/bg-signup-module.png") repeat 0 0;
}
.signup-module .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 0 45px 300px;
  position: relative;
  width: 100%;
  max-width: 740px !important;
  margin: 0 auto;
}
.signup-module .item .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 225px;
  height: 248px;
  padding: 0;
}
.signup-module .item h6 {
  margin: 0;
  color: #222 !important;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
.signup-module .item h2 {
  margin: 5px 0;
}
.signup-module .item p {
  font-size: 16px;
  font-size: 1.6rem;
}
.signup-module .item .form {
  width: 100%;
}
.signup-module .item .form .text {
  width: 60%;
  float: left;
  border: 1px solid #e1e1e1;
}
.signup-module .item .form .submit {
  width: 40%;
  float: right;
  padding: 0;
}
@media (max-width: 1008px) {
  .signup-module .item {
    padding: 50px 30px;
  }
  .signup-module .item .icon {
    display: none;
  }
}
@media (max-width: 768px) {
  .signup-module .item h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .signup-module .item .form .submit {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.career-single {
  width: 100%;
}
.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;
}
.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: #07d1ff !important;
  font-size: 20px;
  font-size: 2rem;
}
.career-single .item .hold .icon {
  color: #1a5577;
  width: auto;
}
.career-single .item .hold .icon svg {
  fill: #b2d234;
  width: 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: #1a5577;
  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: #1a5577;
}
@media (max-width: 736px) {
  .career-single .item .text p {
    display: none;
  }
}
.career-single .item .text .btn-1:hover {
  background-color: #1a5577 !important;
  color: #fff !important;
}
@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 {
    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;
  }
}
.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;
  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: 110px;
}
.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;
}
.box-33 .career-single .item .text p {
  display: none;
}
.box-33:first-child .career-single .item {
  border-left: 1px solid #eaeaea;
}
@media (max-width: 1008px) {
  .box-33:first-child .career-single .item {
    border-left: none;
  }
}
.box-33:last-child .career-single .item {
  border-right: 1px solid #eaeaea;
}
@media (max-width: 1008px) {
  .box-33:last-child .career-single .item {
    border-left: 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;
  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: 110px;
}
.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;
}
.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: #1a5577;
}
.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: center;
  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: #07d1ff;
  font-size: 16px;
  font-size: 1.6rem;
}
.career-list .list .item .icon {
  font-size: 40px;
  font-size: 4rem;
  color: #1a5577;
  width: auto;
}
.career-list .list .item .icon svg {
  fill: #b2d234;
  width: 45px;
}
.career-list .list .item .title {
  margin: 0;
  color: #1a5577;
  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: #1a5577;
}
.career-list .list .item:hover .icon svg {
  fill: #fff !important;
}
.career-list .list .item:hover .title, .career-list .list .item:hover p, .career-list .list .item:hover .icon, .career-list .list .item:hover .link-box:before {
  color: #fff !important;
  fill: #fff !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%;
  -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%;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 -1px -1px 0;
  }
}
@media (max-width: 736px) {
  .careers-categories .item {
    width: 100%;
    border-right: none;
    padding: 30px 20px;
  }
}
.careers-categories .item .title {
  color: #1a5577;
}
.border .careers-categories .item {
  border-right: 1px solid #e3e3e3;
}
.border .careers-categories .item:last-child {
  border: none;
}
.staff-content {
  width: 100%;
  height: auto;
  position: relative;
  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: 1px solid #1a5577;
}
@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: #1a5577;
}
.staff-content .card .detail .phone:before {
  content: "\E032";
  color: inherit;
}
@media (max-width: 736px) {
  .staff-content .card .detail .phone {
    border-bottom: 1px solid #1a5577;
    padding: 5px 15px;
    width: 100%;
  }
}
.staff-content .card .detail .email {
  padding: 0;
  margin: 0;
  color: #1a5577;
}
.staff-content .card .detail .email:before {
  content: "\E033";
  color: inherit;
}
@media (max-width: 736px) {
  .staff-content .card .detail .email {
    border-bottom: 1px solid #1a5577;
    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 #1a5577;
  }
}
.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: #1a5577;
  font-size: 1.5em;
}
.staff-content .phil .title:before {
  content: "\E027";
  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 #1a5577;
  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: #1a5577;
}
.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%;
    padding: 1em 2em;
  }
}
.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 #1a5577;
}
.staff-list-1 .list .item:hover .thumb:before {
  color: #1a5577;
}
.staff-list-1 .list .item:hover .thumb:after {
  display: block;
}
@media (max-width: 736px) {
  .staff-list-1 .list .item:hover .thumb {
    border: 2px solid transparent;
  }
  .staff-list-1 .list .item:hover .thumb:before {
    color: #fff;
  }
  .staff-list-1 .list .item:hover .thumb:after {
    display: none;
  }
}
.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;
  display: none;
}
@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(193, 215, 47, 0.7);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  line-height: 80px;
  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: #1a5577;
  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: #222;
}
.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%;
    padding: 1em 2em;
  }
}
.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 #1a5577;
}
.staff-list-2 .list .item:hover .thumb:before {
  color: #1a5577;
}
.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;
  display: none;
}
.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: 20px;
  line-height: 40px;
  background-color: rgba(193, 215, 47, 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: #1a5577;
  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: #222;
}
.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: 200px;
}
.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 #1a5577;
  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: #1a5577;
  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 0;
  color: #222;
}
.staff-single .item .sec-3 .detail .phone:before {
  content: "\E032";
  color: #b2d234;
  font-size: 25px;
  font-size: 2.5rem;
  margin: 0 0 0 -3px;
}
.staff-single .item .sec-3 .detail .email {
  padding: 0;
  margin: 0 0 5px 0;
  color: #07d1ff;
}
.staff-single .item .sec-3 .detail .email a {
  color: #07d1ff;
}
.staff-single .item .sec-3 .detail .email:before {
  content: "\E033";
  color: #b2d234;
  margin: 0 0 0 -3px;
  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: #1a5577;
}
.staff-single .item .sec-3 .detail .more {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  color: #1a5577;
}
.staff-single .item .sec-3 .detail .more:after {
  content: '\E017';
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-riverdale";
  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-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 .hold {
  width: 105%;
}
.box-25 .staff-single .item .sec-3 .detail .hold .phone, .box-25 .staff-single .item .sec-3 .detail .hold .email {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  padding: 0 0 0 35px;
}
.box-25 .staff-single .item .sec-3 .detail .hold .email, .box-25 .staff-single .item .sec-3 .detail .hold .email a {
  color: #07d1ff;
}
.box-25 .staff-single .item .sec-3 .detail .hold .phone:before {
  content: "\E032";
  color: #b2d234;
  font-size: 2.5rem;
  left: 0;
  position: absolute;
  top: 3px;
}
.box-25 .staff-single .item .sec-3 .detail .hold .email:before {
  content: "\E033";
  color: #b2d234;
  font-size: 2.5rem;
  left: 0;
  position: absolute;
  top: 3px;
}
.box-25 .staff-single .item .sec-3 .detail .sum {
  display: none;
}
.box-25 .staff-single .item .sec-3 .detail .name {
  font-size: 20px;
  font-size: 2rem;
}
.box-25 .staff-single .item .sec-3 .detail .pos {
  font-size: 16px;
  font-size: 1.6rem;
}
.box-25 .staff-single .item .sec-3 .detail p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}
.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:hover .hold .thumb {
  border: 1px solid #1a5577;
}
.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 transparent;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding: 0;
  background-color: 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);
}
.blog-single .item .hold .thumb img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=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);
}
.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;
  color: #07d1ff;
}
.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: #1a5577;
  font-weight: 500;
}
.blog-single .item .text .title a {
  color: #1a5577;
}
@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;
  color: #07d1ff;
}
.blog-single .item .text p {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 15px 0;
}
.blog-single .item .text p span {
  color: #b2d234;
}
@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: '\E017';
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-riverdale";
  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;
  color: #07d1ff;
}
.blog-single .item .text .tags:before {
  content: '\E01D';
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-riverdale";
  padding: 0 10px 0 0;
  color: #b2d234;
  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;
}
@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-33 .blog-single {
  width: 100%;
  padding: 2em;
}
.box-33 .blog-single .item {
  display: block;
}
.box-33 .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-33 .blog-single .item .hold .meta {
  display: none;
}
.box-33 .blog-single .item .text {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}
.box-33 .blog-single .item .text p {
  margin: 5px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.box-33 .blog-single .item .text .meta {
  display: block;
}
.box-33 .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: 22px;
  font-size: 2.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;
  }
}
.featured-blog-list {
  width: 100%;
  padding: 2em;
}
.featured-blog-list .info {
  width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
  padding: 0 1.0653409091% 20px 1.0653409091%;
  text-align: center;
}
.featured-blog-list .info .title {
  margin: 0;
  font-weight: bold;
  color: #1a5577;
}
.featured-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) {
  .featured-blog-list .list {
    flex-wrap: wrap;
  }
}
.featured-blog-list .list .item {
  width: 31.33%;
  margin: 0 1% 20px 1%;
}
@media (max-width: 1008px) {
  .featured-blog-list .list .item {
    float: left;
    margin: 10px 1%;
  }
}
@media (max-width: 736px) {
  .featured-blog-list .list .item {
    width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
    float: none;
    margin: 10px 1.0653409091% 30px 1.0653409091%;
  }
}
.featured-blog-list .list .thumb {
  border: none;
  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);
}
.featured-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);
}
.featured-blog-list .list .meta {
  display: block;
  width: 100%;
  margin: -35px 0 0;
  position: relative;
  z-index: 10;
}
.featured-blog-list .list .meta:after {
  content: '';
  display: block;
  clear: both;
}
.featured-blog-list .list .meta .photo {
  width: 72px;
  height: 72px;
  position: relative;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 6px solid #fff;
  overflow: hidden;
  float: left;
}
.featured-blog-list .list .meta .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.featured-blog-list .list .meta em {
  padding: 45px 0 0 10px;
  float: left;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  color: #222;
}
.featured-blog-list .list .meta em a {
  color: #1a5577;
}
@media (max-width: 1008px) {
  .featured-blog-list .list .meta em {
    padding: 0;
    display: block;
    width: 100%;
  }
}
.featured-blog-list .list .title {
  margin: 5px 0 0;
  color: #b2d234;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
.featured-blog-list .list p {
  margin: 5px 0;
  line-height: normal;
  font-size: 19px;
  font-size: 1.9rem;
}
.featured-blog-list .list p span {
  color: #b2d234;
}
@media (max-width: 1008px) {
  .featured-blog-list .list p {
    display: none;
  }
}
.featured-blog-list .list .more {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.featured-blog-list .list .more:after {
  content: '\E017';
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-riverdale";
  padding: 0 0 4px 10px;
}
.featured-blog-list .list .btn-1, .featured-blog-list .list .btn-2 {
  margin: 10px 0 0;
  width: 100%;
}
.featured-blog-list .list .link-box:before {
  display: none;
}
@media (max-width: 1008px) {
  .featured-blog-list .item .hold {
    padding: 120px 20px 120px 20px;
  }
  .featured-blog-list .item .text {
    padding: 0 20px;
  }
}
@media (max-width: 736px) {
  .featured-blog-list .item {
    display: block;
  }
  .featured-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;
  }
  .featured-blog-list .item .hold .meta {
    display: none;
  }
  .featured-blog-list .item .text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .featured-blog-list .item .text p {
    margin: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .featured-blog-list .item .text .meta {
    display: block;
  }
  .featured-blog-list .item .text .tags {
    display: 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: #1a5577;
}
.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: none;
  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: 1;
  filter: alpha(opacity=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);
}
.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;
  color: #07d1ff;
}
.blog-list .list .title {
  margin: 5px 0 0;
  color: #1a5577;
  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: #b2d234;
}
@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: '\E017';
  display: inline-block;
  vertical-align: middle;
  font-family: "uja-riverdale";
  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;
  }
}
.testimonials {
  width: 100%;
  height: auto;
  min-height: 400px;
}
.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: #1a5577;
  fill: #1a5577 !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: #07d1ff;
  font-size: 120px;
  font-size: 12rem;
  line-height: 120px;
}
.testimonials .slide .box p {
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
  color: #07d1ff;
}
.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 p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: italic;
}
.testimonials .slide .text .author {
  float: right;
  color: #b2d234;
  font-style: normal;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
}
.testimonials .slide .text .author:before {
  content: '';
  width: 68%;
  border-bottom: 1px solid #b2d234;
  vertical-align: middle;
  display: block;
  position: absolute;
  right: 110%;
  top: 50%;
}
.testimonials .slide .text .pos {
  float: right;
  width: 100%;
  text-align: right;
  color: #b2d234;
  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: #b2d234 !important;
}
@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 2em;
  }
  .testimonials .slide .box {
    width: 100%;
    float: none;
    text-align: left;
  }
  .testimonials .slide .box span {
    font-size: 70px;
    font-size: 7rem;
  }
  .testimonials .slide .text {
    width: 100%;
    float: none;
    padding: 0;
    border: none;
  }
  .testimonials .slide .text .author {
    padding: 0 0 0 20%;
  }
  .testimonials .slide .text .author:before {
    content: '';
    width: 18%;
    border-bottom: 1px solid #b2d234;
    vertical-align: middle;
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
  }
}
@media (max-width: 736px) and (max-width: 736px) {
  .testimonials .slide {
    padding: 40px 2em 60px 2em;
  }
}
.box-50 .testimonials {
  height: auto;
}
@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 2em 60px 2em;
  }
}
.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;
}
.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: #1a5577;
}
.links-block .des p {
  color: #222;
}
.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: #222;
}
.links-block .list ul li a:after {
  content: '\E017';
  font-family: 'uja-riverdale';
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
}
.links-block .list ul li a:hover {
  color: #1a5577;
}
@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-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: #1a5577;
}
.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: #222;
}
.downloads-block .list ul li a:after {
  content: '\E020';
  font-family: 'uja-riverdale';
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
}
.downloads-block .list ul li a:hover {
  color: #1a5577;
}
@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-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 .icon svg {
  fill: #b2d234;
}
.download-single .item span {
  font-size: 60px;
  font-size: 6rem;
}
.download-single .item .title {
  color: #1a5577;
}
@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-25 .download-single .item {
  width: 100%;
  padding: 70px 20px;
  text-align: left;
  border: 1px solid #e3e3e3;
  margin: 20px;
}
@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;
  }
}
.sub-nav {
  width: 100%;
  position: relative;
  z-index: 10 !important;
}
.sub-nav .explore {
  display: none;
}
.sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-nav ul li {
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
  font-weight: 500;
}
.sub-nav ul li:before {
  display: none;
}
.sub-nav ul li a {
  display: block;
  padding: 25px 20px;
  text-align: right;
  text-transform: uppercase;
  color: #222;
  font-size: 14px;
  font-size: 1.4rem;
}
.sub-nav ul li a:hover {
  background-color: #fff;
  color: #1a5577;
}
.sub-nav ul li a.active {
  background-color: #fff;
  color: #1a5577;
}
@media (max-width: 1008px) {
  .sub-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #f7f7f7;
    display: none;
  }
  .sub-nav ul li a {
    text-align: left;
    padding: 10px 25px;
  }
  .sub-nav .explore {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    text-align: left;
    color: #222;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sub-nav .explore:after {
    content: '';
    display: block;
    border-top: 6px solid #545454;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    margin: -3px 0 0;
  }
  .sub-nav .explore.open:after {
    border-bottom: 6px solid #545454;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: none;
  }
}
.acc-settings {
  width: 100%;
  padding: 35px 25px;
}
.acc-settings h5 span {
  color: #eb088c;
}
.acc-settings form .categories {
  margin: 20px 0;
  padding: 0 0 10px 0;
  overflow: hidden;
}
.acc-settings form .categories .wrap {
  width: 33.33%;
  margin: 5px 0;
  float: left;
}
@media (max-width: 1008px) {
  .acc-settings form .categories .wrap {
    width: 50%;
  }
}
@media (max-width: 736px) {
  .acc-settings form .categories .wrap {
    width: 100%;
    float: none;
  }
}
.cart {
  width: 100%;
  padding: 25px;
}
.cart .cart-table {
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
}
@media (max-width: 736px) {
  .cart .cart-table {
    display: none;
  }
}
.cart .cart-table th {
  color: #545454;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 0;
  text-align: left;
}
.cart .cart-table tbody tr {
  border-top: 1px solid #c8c8c8;
}
.cart .cart-table tbody tr td {
  padding: 15px 0;
  vertical-align: top;
  color: #222;
}
.cart .cart-table tbody tr td img {
  float: left;
  width: 124px;
  margin: 0 20px;
}
.cart .cart-table tbody tr td h4 {
  margin: 0;
  color: #c02;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.cart .cart-table tbody tr td a {
  color: #1a5577;
  font-size: 14px;
  font-size: 1.4rem;
}
.cart .cart-table tbody tr td > span {
  font-size: 20px;
  font-size: 2rem;
  color: #b2d234;
}
.cart .cart-table tbody tr td .selectric-wrapper {
  width: 100px;
}
.cart .mobile-cart {
  display: none;
}
@media (max-width: 736px) {
  .cart .mobile-cart {
    display: block;
  }
  .cart .mobile-cart .item {
    padding: 20px 0;
    border-bottom: 1px solid #c8c8c8;
    text-align: center;
  }
  .cart .mobile-cart .item .wrap {
    overflow: hidden;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .cart .mobile-cart .item .wrap span {
    float: right;
    color: #b2d234;
    font-size: 20px;
    font-size: 2rem;
  }
  .cart .mobile-cart .item .wrap h4 {
    margin: 0;
    color: #c02;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    width: 70%;
  }
  .cart .mobile-cart .item .wrap a {
    color: #1a5577;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cart .mobile-cart .item p {
    text-align: left;
    margin: 0;
  }
  .cart .mobile-cart .selectric-wrapper {
    margin: 15px 0 0;
  }
}
.cart .total {
  width: 312px;
  float: right;
  margin: 30px 0;
}
@media (max-width: 736px) {
  .cart .total {
    width: 100%;
  }
}
.cart .total form .promo {
  width: 57%;
  float: left;
  margin: 0;
  height: 55px;
  line-height: 55px;
}
.cart .total form .btn-1 {
  float: right;
  width: 40%;
  margin: 0;
}
.cart .total p {
  margin: 15px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #b2d234;
  text-transform: uppercase;
}
@media (max-width: 736px) {
  .cart .total p {
    text-align: right;
  }
}
.cart .total p span {
  color: #1a5577;
  display: inline-block;
  width: 60%;
}
@media (max-width: 736px) {
  .cart .total p span {
    text-align: left;
    float: left;
  }
}
.cart .total .confirm {
  width: 100%;
  margin: 15px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart .details {
  width: 100%;
  overflow: hidden;
  margin: 15px 0 0;
}
.cart .details h5 {
  position: relative;
  width: 100%;
  margin: 10px 0;
}
.cart .details h5:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.cart .details h5 span {
  padding: 0 10px 0 0;
  background-color: #fff;
  position: relative;
  color: #c02;
  z-index: 1;
}
.cart .details .left-info {
  width: 48%;
  float: left;
}
@media (max-width: 736px) {
  .cart .details .left-info {
    width: 100%;
    float: none;
  }
}
.cart .details .right-info {
  float: right;
  width: 48%;
}
@media (max-width: 736px) {
  .cart .details .right-info {
    width: 100%;
    float: none;
    margin: 15px 0 0;
  }
}
.checkout {
  width: 100%;
  padding: 0 0 120px 0;
}
.checkout:after {
  content: '';
  display: block;
  clear: both;
}
.checkout .billing {
  float: left;
  width: 48%;
}
@media (max-width: 736px) {
  .checkout .billing {
    width: 100%;
    float: none;
  }
}
.checkout .summary {
  float: right;
  width: 48%;
}
@media (max-width: 736px) {
  .checkout .summary {
    width: 100%;
    float: none;
    margin: 15px 0 0;
  }
}
.checkout .summary .holder {
  border: 1px solid #e3e3e3;
  padding: 30px 50px 40px 50px;
}
@media (max-width: 736px) {
  .checkout .summary .holder {
    padding: 5px 15px 15px 15px;
  }
}
.checkout .summary table {
  width: 100%;
  margin: 10px 0 0;
}
.checkout .summary table th {
  color: #c02;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}
.checkout .summary table tbody tr {
  border-bottom: 1px solid #c8c8c8;
}
.checkout .summary table tbody tr td {
  padding: 15px 0;
  vertical-align: top;
  color: #222;
  font-size: 14px;
  font-size: 1.4rem;
}
.checkout .summary table tbody tr td img {
  float: left;
  width: 124px;
  margin: 0 20px;
}
.checkout .summary table tbody tr td h4 {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #222;
  font-weight: 500;
}
.checkout .summary table tbody tr td a {
  color: #1a5577;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin: 5px 0 0;
}
.checkout .summary table tbody tr td > span {
  font-size: 16px;
  font-size: 1.6rem;
  color: #b2d234;
}
.checkout .summary table tbody tr td .selectric-wrapper {
  width: 100px;
}
.checkout .summary table tfoot td {
  padding: 15px 0 0;
  color: #222;
  font-size: 14px;
  font-size: 1.4rem;
}
.checkout .summary table tfoot td span {
  font-size: 16px;
  font-size: 1.6rem;
  color: #c02;
}
.checkout .summary .btn-1 {
  margin: 40px 0 0;
  float: right;
}
@media (max-width: 736px) {
  .checkout .summary .btn-1 {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 0;
  }
}
.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 #1a5577;
}
.products-list .item .title {
  color: #1a5577;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 40px 0 0;
}
.products-list .item span {
  color: #f8943b;
  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 #f8943b;
  top: 50%;
  left: -10%;
  width: 120%;
  position: absolute;
}
.products-list .item p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #c02;
}
.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: '\E031';
  font-family: 'uja-riverdale';
  color: #1a5577;
  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: '\E02B';
  font-family: 'uja-riverdale';
  color: #1a5577;
  display: block;
}
.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: #1a5577;
  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: #c02;
  font-size: 23px;
  font-size: 2.3rem;
}
.product-details .description .price span {
  color: #f8943b;
  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 #f8943b;
  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;
}
.product-single {
  width: 100%;
}
.product-single .item {
  width: 100%;
  padding: 2em 1em;
  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;
}
.product-single .item .link-box:before {
  display: none;
}
.product-single .item .thumb {
  text-align: center;
  width: 30%;
  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-color: #1a5577;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-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) {
  .product-single .item .thumb img {
    width: auto;
  }
}
.product-single .item .text {
  width: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 30px;
  border: 1px solid #e3e3e3;
  border-left: 5px solid #eb088c;
  background-color: #f9f9f9;
  -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);
}
.product-single .item .text .title {
  color: #1a5577 !important;
  font-size: 2.2rem;
  margin: 0 0 5px;
}
.product-single .item .text .price {
  display: block;
  color: #eb088c;
  font-style: normal;
  margin: 0 0 5px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.product-single .item .text p span {
  color: #1a5577;
}
.product-single .item .text p {
  width: 100%;
  color: #222 !important;
}
.product-single .item .text > span {
  display: none;
}
.product-single .item .btn-2:hover {
  background-color: #fff !important;
  color: #1a5577 !important;
  border: 1px solid #1a5577 !important;
}
@media (max-width: 736px) {
  .product-single .item {
    display: block;
    margin: 2em;
    border: 1px solid #e3e3e3;
    padding: 0;
    overflow: hidden;
    width: 100%;
  }
  .product-single .item .thumb {
    text-align: center;
    width: 100%;
    height: 200px;
    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);
  }
  .product-single .item .text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 20px;
    text-align: center;
    border: none;
    height: 100%;
    border-top: 5px solid #eb088c;
    -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);
  }
  .product-single .item .text .title {
    color: #1a5577;
    margin: 0;
    font-size: 20px;
    font-size: 2rem;
  }
  .product-single .item .text .price {
    margin: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .product-single .item .text p {
    display: none;
  }
  .product-single .item .text .btn-2 {
    margin: 10px 0 0;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
  }
}
.box-50 .product-single .item {
  padding: 2em 1em;
}
.box-50 .product-single .item .thumb {
  width: 100%;
  overflow: hidden;
  height: 190px;
}
.box-50 .product-single .item .text {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-top: 5px solid #eb088c;
}
@media (max-width: 1008px) {
  .box-50 .product-single .item {
    display: block;
    margin: 1em;
    border: 1px solid #e3e3e3;
    padding: 0;
    overflow: hidden;
    width: 100%;
  }
  .box-50 .product-single .item .thumb {
    text-align: center;
    width: 100%;
    height: 200px;
    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-50 .product-single .item .text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 20px;
    text-align: center;
    border: none;
    height: 100%;
    border-top: 5px solid #eb088c;
    -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-50 .product-single .item .text .title {
    color: #1a5577;
    margin: 0;
    font-size: 20px;
    font-size: 2rem;
  }
  .box-50 .product-single .item .text .price {
    margin: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .box-50 .product-single .item .text p {
    display: none;
  }
  .box-50 .product-single .item .text .btn-2 {
    margin: 10px 0 0;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
  }
}
@media (max-width: 768px) {
  .box-50 .product-single .item {
    margin: 1em 2em;
  }
}
.box-33 .product-single .item {
  display: block;
  margin: 2em 1em;
  border: 1px solid #e3e3e3;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.box-33 .product-single .item .thumb {
  text-align: center;
  width: 100%;
  height: 200px;
  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 .product-single .item .text {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 20px;
  text-align: center;
  border: none;
  height: 100%;
  border-top: 5px solid #eb088c;
  -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 .product-single .item .text .title {
  color: #1a5577;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
}
.box-33 .product-single .item .text .price {
  margin: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.box-33 .product-single .item .text p {
  display: none;
}
.box-33 .product-single .item .text .btn-2 {
  margin: 10px 0 0;
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 10px;
}
.box-25 .product-single .item {
  display: block;
  margin: 2em 1em;
  border: 1px solid #e3e3e3;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.box-25 .product-single .item .thumb {
  text-align: center;
  width: 100%;
  height: 200px;
  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 .product-single .item .text {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 20px;
  text-align: center;
  border: none;
  height: 100%;
  border-top: 5px solid #eb088c;
  -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 .product-single .item .text .title {
  color: #1a5577;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
}
.box-25 .product-single .item .text .price {
  margin: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.box-25 .product-single .item .text p {
  display: none;
}
.box-25 .product-single .item .text .btn-2 {
  margin: 10px 0 0;
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 10px;
}
@media (max-width: 768px) {
  .box-25 .product-single .item {
    margin: 2em;
  }
}
.product-listing {
  width: 100%;
}
.product-listing .list {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-listing .product {
  width: 100%;
  padding: 0.5em 1em;
  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;
}
.product-listing .product .link-box:before {
  display: none;
}
.product-listing .product .thumb {
  text-align: center;
  width: 30%;
  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-color: #1a5577;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-listing .product .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) {
  .product-listing .product .thumb img {
    width: auto;
  }
}
.product-listing .product .text {
  width: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 30px;
  border: 1px solid #e3e3e3;
  border-left: 5px solid #eb088c;
  background-color: #f9f9f9;
  -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);
}
.product-listing .product .text .title {
  color: #1a5577 !important;
  font-size: 2.2rem;
  margin: 0 0 5px;
}
.product-listing .product .text .price {
  display: block;
  color: #eb088c;
  font-style: normal;
  margin: 0 0 5px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.product-listing .product .text p span {
  color: #1a5577;
}
.product-listing .product .text p {
  width: 100%;
  color: #222 !important;
}
.product-listing .product .text > span {
  display: none;
}
.product-listing .product .btn-2:hover {
  background-color: #fff !important;
  color: #1a5577 !important;
  border: 1px solid #1a5577 !important;
}
@media (max-width: 736px) {
  .product-listing .list {
    padding: 0 2em;
  }
  .product-listing .product {
    display: block;
    margin: 1em 0;
    border: 1px solid #e3e3e3;
    padding: 0;
    overflow: hidden;
    width: 100%;
  }
  .product-listing .product .thumb {
    text-align: center;
    width: 100%;
    height: 200px;
    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);
  }
  .product-listing .product .text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 20px;
    text-align: center;
    border: none;
    height: 100%;
    border-top: 5px solid #eb088c;
    -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);
  }
  .product-listing .product .text .title {
    color: #1a5577;
    margin: 0;
    font-size: 20px;
    font-size: 2rem;
  }
  .product-listing .product .text .price {
    margin: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .product-listing .product .text p {
    display: none;
  }
  .product-listing .product .text .btn-2 {
    margin: 10px 0 0;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
  }
}
.registration-module {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 25px;
}
.registration-module .agreement .btn-2, .registration-module .agreement .btn-1 {
  float: right;
  width: 280px;
}
@media (max-width: 1008px) {
  .registration-module .agreement .btn-2, .registration-module .agreement .btn-1 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 35px 0 0;
  }
}
.registration-module .error {
  width: 100%;
  background-color: #fde8e9;
  padding: 20px 50px 20px 80px;
  position: relative;
  margin: 0 0 30px 0;
}
.registration-module .error p {
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.registration-module .error:before {
  content: '\E003';
  display: block;
  font-family: 'uja-riverdale';
  position: absolute;
  top: 50%;
  left: 30px;
  color: #d5050d;
  margin: -15px 0 0;
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  font-size: 3rem;
}
.registration-module .error .close {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  margin: -8px;
}
.registration-module .error .close:after {
  content: '\E002';
  display: block;
  font-family: 'uja-riverdale';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #222;
  line-height: 16px;
  font-size: 16px;
  font-size: 1.6rem;
}
.registration-module .progs {
  width: 100%;
}
.registration-module .progs .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;
}
.registration-module .progs .item .link-box:before {
  display: none;
}
.registration-module .progs .item:hover {
  border: 1px solid #1a5577;
}
.registration-module .progs .item:hover .btn-1 {
  background-color: #1a5577 !important;
  color: #fff;
}
.registration-module .progs .item .holder {
  width: 75%;
}
.registration-module .progs .item .holder .title {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.registration-module .progs .item .holder .instructor {
  margin: 5px 0 0;
  color: #c02;
  font-size: 16px;
  font-size: 1.6rem;
}
.registration-module .progs .item .holder .instructor a {
  display: inline-block;
  color: #c02;
}
.registration-module .progs .item .holder .des {
  margin: 10px 0 0;
  line-height: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 1008px) {
  .registration-module .progs .item .holder .des {
    display: none;
  }
}
.registration-module .progs .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;
}
.registration-module .progs .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;
}
.registration-module .progs .item .holder .detail p strong {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 1008px) {
  .registration-module .progs .item .holder {
    width: 100%;
  }
  .registration-module .progs .item .holder .detail p {
    width: 50%;
  }
  .registration-module .progs .item .holder .detail p:first-child {
    width: 100%;
  }
}
.registration-module .progs .item .options {
  width: 25%;
  text-align: center;
}
@media (max-width: 1008px) {
  .registration-module .progs .item .options {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 1008px) {
  .registration-module .progs .item {
    padding: 15px;
  }
}
.registration-module .cart {
  width: 100%;
  padding: 0;
}
.registration-module .cart .number {
  width: 5%;
}
.registration-module .cart .program {
  width: 30%;
}
.registration-module .cart .session {
  width: 20%;
}
.registration-module .cart .start {
  width: 15%;
}
.registration-module .cart .end {
  width: 15%;
}
.registration-module .cart .remove {
  width: 15%;
}
.registration-module .cart .headings {
  width: 100%;
  overflow: hidden;
}
.registration-module .cart .headings p {
  float: left;
  margin: 0;
  color: #1a5577;
  font-weight: 600;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}
@media (max-width: 1008px) {
  .registration-module .cart .headings {
    display: none;
  }
}
.registration-module .cart .item {
  width: 100%;
  padding: 10px 0;
}
.registration-module .cart .item:nth-child(even) {
  background-color: #fafafa;
}
@media (max-width: 1008px) {
  .registration-module .cart .item:nth-child(even):before {
    content: '';
    display: block;
    width: 200%;
    left: -50%;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
  }
}
.registration-module .cart .item .des {
  overflow: hidden;
  width: 100%;
}
.registration-module .cart .item .des p {
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  line-height: normal;
  text-transform: capitalize;
}
.registration-module .cart .item .des .remove {
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  text-transform: uppercase;
  color: #c02;
}
.registration-module .cart .item .options {
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
  padding: 0 0 0 5%;
}
.registration-module .cart .item .options a {
  float: left;
  margin: 0 0 0 15px;
}
.registration-module .cart .item .options .mobile-remove {
  display: none;
}
@media (max-width: 1008px) {
  .registration-module .cart .item:before {
    content: '';
    display: block;
    width: 200%;
    left: -50%;
    position: absolute;
    top: 0;
    height: 100%;
    border-bottom: 1px solid #eee;
  }
}
.registration-module .cart .actions {
  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: 40px 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.registration-module .cart .actions a {
  margin: 0 0 0 25px;
  width: 280px;
}
@media (max-width: 1008px) {
  .registration-module .cart .item {
    border-bottom: 1px solid #eee;
  }
  .registration-module .cart .item .des p {
    float: none;
    width: 100%;
    padding: 10px 10px 10px 50%;
  }
  .registration-module .cart .item .des p:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #1a5577;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .registration-module .cart .item .des p.number:after {
    content: 'nunber';
  }
  .registration-module .cart .item .des p.start:after {
    content: 'start date';
  }
  .registration-module .cart .item .des p.end:after {
    content: 'end date';
  }
  .registration-module .cart .item .des p.session:after {
    content: 'session';
  }
  .registration-module .cart .item .des p.program:after {
    content: 'program';
  }
  .registration-module .cart .item .des .remove {
    display: none;
  }
  .registration-module .cart .item .options {
    padding: 0;
  }
  .registration-module .cart .item .options a {
    float: none;
    display: block;
    width: 100%;
    margin: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .registration-module .cart .item .options .mobile-remove {
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    color: #c02;
  }
  .registration-module .cart .actions a {
    width: 100%;
    margin: 10px 0;
  }
}
.registration-module .questions {
  width: 100%;
}
.registration-module .questions .form {
  width: 100%;
}
.registration-module .questions .form .btn-2 {
  width: 280px;
  display: block;
  margin: 20px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1008px) {
  .registration-module .questions .form .btn-2 {
    width: 100%;
  }
}
.t2 .left .reg ul li a {
  color: #aaa !important;
  font-style: italic;
}
.t2 .left .reg .active > a {
  background-color: #fff !important;
  color: #222 !important;
  font-style: normal;
}
.t2 .left .reg .active > a:after {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  right: -3px;
  width: 3px;
  height: 100%;
}
.t2 .left .reg .passed > a {
  color: #b2d234 !important;
  font-style: normal;
}
.t2 .left .reg .passed > a:before {
  content: '\E009';
  display: block;
  font-family: 'uja-riverdale';
  position: absolute;
  left: 100px;
  top: 50%;
  color: #b2d234;
  font-size: 16px;
  font-size: 1.6rem;
  margin: -15px 0 0;
  height: 16px;
  font-weight: normal;
}
@media (max-width: 1248px) {
  .t2 .left .reg .passed > a:before {
    left: inherit;
    right: 75px;
  }
}
.reg-pop-up {
  width: 1000px;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -500px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2f3844;
  padding: 30px 70px;
  z-index: 1000;
}
.reg-pop-up .close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
}
.reg-pop-up .close:after {
  content: '\E002';
  display: block;
  font-family: 'uja-riverdale';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #c02;
  line-height: 20px;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
}
.reg-pop-up .title, .reg-pop-up p {
  margin: 0 0 10px 0;
  color: #fff;
  line-height: normal;
}
.reg-pop-up .scroll {
  height: 391px;
  border: 1px solid #eee;
}
.reg-pop-up .scroll .jspVerticalBar {
  width: 10px;
  background-color: #eee;
  right: 0;
}
.reg-pop-up .scroll .jspDrag {
  background-color: #ccc;
  left: 1px;
  width: 8px;
}
.reg-pop-up .headings {
  width: 100%;
}
.reg-pop-up .headings th {
  color: #1a5577;
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}
@media (max-width: 1008px) {
  .reg-pop-up .headings {
    display: none;
  }
}
.reg-pop-up .table {
  width: 100%;
  border-collapse: collapse;
}
.reg-pop-up .table tr {
  border-bottom: 1px solid #eee;
}
.reg-pop-up .table tr td {
  padding: 25px 0;
  color: #fff;
  font-weight: 300;
}
.reg-pop-up .table tr td input[type="checkbox"] + label:before {
  background-color: none;
  border: 1px solid #fff;
}
.reg-pop-up .number {
  width: 15%;
  padding-left: 25px !important;
}
.reg-pop-up .start {
  width: 15%;
  text-transform: uppercase;
}
.reg-pop-up .end {
  width: 15%;
  text-transform: uppercase;
}
.reg-pop-up .total {
  width: 15%;
}
.reg-pop-up .taken {
  width: 15%;
}
.reg-pop-up .pending {
  width: 15%;
}
.reg-pop-up .action {
  width: 10%;
}
.reg-pop-up .actions {
  width: 100%;
  overflow: hidden;
  margin: 40px 0 0;
}
.reg-pop-up .actions .btn-cart {
  float: left;
  color: #fff;
  line-height: 46px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.reg-pop-up .actions .btn-cart:before {
  content: '\E016';
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 10px 0 0;
  font-family: 'uja-riverdale';
}
.reg-pop-up .actions .btn-2 {
  float: right;
  margin: 0 0 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1008px) {
  .reg-pop-up .actions .btn-2 {
    width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 1008px) {
  .reg-pop-up {
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    transform: translateY(0);
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  .reg-pop-up .table tr {
    padding: 10px 0;
  }
  .reg-pop-up .table tr td {
    display: block;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 10px 55% !important;
  }
  .reg-pop-up .table tr td:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #1a5577;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .reg-pop-up .table tr td.number:after {
    content: 'nunber';
  }
  .reg-pop-up .table tr td.start:after {
    content: 'start date';
  }
  .reg-pop-up .table tr td.end:after {
    content: 'end date';
  }
  .reg-pop-up .table tr td.total:after {
    content: 'total seats';
  }
  .reg-pop-up .table tr td.taken:after {
    content: 'seats taken';
  }
  .reg-pop-up .table tr td.pending:after {
    content: 'seats pending';
  }
  .reg-pop-up .table tr td.action:after {
    content: 'action';
  }
}
.donate-form .form h5:after {
  border-bottom: 1px solid #006;
}
.donate-form .form h5 span {
  color: #006;
  background-color: #f9f9f9;
  font-size: 20px;
  font-size: 2rem;
}
.donate-form .form .amount {
  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-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 1em 0;
}
.donate-form .form .amount .btn-1:hover, .donate-form .form .amount .btn-1.active {
  background-color: #1a5577 !important;
  color: #fff !important;
}
@media (max-width: 1008px) {
  .donate-form .form .amount a {
    width: 49%;
    display: block;
    margin: 0 0 1em 0;
  }
}
.donate-form .form .in-memory-of .btn-1:hover, .donate-form .form .in-memory-of .btn-1.active {
  background-color: #1a5577 !important;
  color: #fff !important;
}
@media (max-width: 1008px) {
  .donate-form .form .in-memory-of a {
    width: 49%;
    display: block;
    margin: 0 0 1em 0;
  }
}
.donate-form .form .donation-frequency .btn-1:hover, .donate-form .form .donation-frequency .btn-1.active {
  background-color: #1a5577 !important;
  color: #fff !important;
}
@media (max-width: 1008px) {
  .donate-form .form .donation-frequency a {
    width: 49%;
    display: block;
    margin: 0 0 1em 0;
  }
}
.donate-form .form .imp {
  width: 100%;
}
.donate-form .form .imp:after {
  background-color: #1a5577;
}
.donate-form .form .selectric .button {
  right: 15px;
}
.donate-form .form .wrap .sec {
  width: 49%;
  float: left;
}
.donate-form .form .wrap .sec:last-child {
  float: right;
}
@media (max-width: 1008px) {
  .donate-form .form .wrap .sec {
    width: 100%;
    float: none;
  }
}
.donate-form .form .wrap .btn-1:hover, .donate-form .form .wrap .btn-1.active {
  background-color: #1a5577 !important;
  color: #fff !important;
}
.donate-form .form .wrap-3 {
  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;
}
.donate-form .form .wrap-3 .sec {
  width: 31%;
}
@media (max-width: 1008px) {
  .donate-form .form .wrap-3 .sec {
    width: 100%;
  }
}
.donate-form .form label {
  color: #1a5577;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 10px 0;
}
.donate-form .form input[type="checkbox"] + label {
  color: #222;
  padding: 5px 0 0 40px;
  position: relative;
  line-height: 1.2em;
}
.donate-form .form input[type="checkbox"] + label:before {
  position: absolute;
  left: 0;
  border: 1px solid #1a5577;
}
.donate-form .form input[type="checkbox"]:checked + label:before {
  background-color: #1a5577;
}
.donate-form .form .tip {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  background-color: #1a5577;
  color: #fff;
  line-height: 15px;
  height: 15px;
  width: 15px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.donate-form .form .tip:before {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background: rgba(0, 0, 0, .75);
  border-radius: 2px;
  color: #fff;
  content: attr(data-title);
  font-size: 14px;
  padding: 6px 10px;
  top: -35px;
  left: -15px;
  white-space: nowrap;
}
.donate-form .form .tip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, .75);
  border-left: 6px solid transparent;
  content: '';
  height: 0;
  top: -8px;
  left: 2px;
  width: 0;
}
.donate-form .form .tip.fade:before {
  transform: translate3d(0, -10px, 0);
  transition: all 0.15s ease-in-out;
}
.donate-form .form .tip.fade:after {
  transform: translate3d(0, -10px, 0);
  transition: all 0.15s ease-in-out;
}
.donate-form .form .tip.fade:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.donate-form .form .tip.fade:hover:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
  .donate-form .form .frq a {
    width: 48%;
    margin: 0 0 1em 0;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .donate-form .form .frq a:last-child {
    float: right;
  }
}
@media (max-width: 768px) {
  .donate-form .form .memory a {
    width: 100%;
    margin: 0 0 1em 0;
  }
}
.donate-form .form .submit {
  float: none;
  display: block;
  padding: 20px 0;
  width: 100%;
  max-width: 300px;
  height: auto;
  line-height: normal;
  margin: 20px auto;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .donate-form .form .submit {
    max-width: 100%;
  }
}
.donate-form .form .small {
  color: #222;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
}
.donate-form .form ul li .small {
  color: #222;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
}
.donate-form .form .gform_wrapper .gform_fields li.gfield {
  margin: 0;
}
.donate-form .form .gform_wrapper .gform_fields li.gfield .selectric-ginput_card_expiration_year {
  float: right !important;
}
.donate-form .form .gform_wrapper .gform_fields li.gfield span.address_line_1 {
  margin-bottom: 10px;
}
.donate-form .form .gform_wrapper .gform_fields li.gfield span.address_city, .donate-form .form .gform_wrapper .gform_fields li.gfield span.address_state, .donate-form .form .gform_wrapper .gform_fields li.gfield span.address_zip {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  padding-right: 2%;
  width: 32%;
}
@media (max-width: 1008px) {
  .donate-form .form .gform_wrapper .gform_fields li.gfield span.address_city, .donate-form .form .gform_wrapper .gform_fields li.gfield span.address_state, .donate-form .form .gform_wrapper .gform_fields li.gfield span.address_zip {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
  }
}
.donate-form .form .gform_wrapper .gform_fields li.gfield span.address_zip {
  padding-right: 0;
}
.donate-form .form .gform_wrapper .gform_fields li.gfield span.ginput_full {
  margin-bottom: 10px;
}
.donate-form .form .gform_wrapper .gform_fields li.gfield span.ginput_cardinfo_left {
  width: 66.5%;
  float: left;
  margin-bottom: 10px;
}
@media (max-width: 1008px) {
  .donate-form .form .gform_wrapper .gform_fields li.gfield span.ginput_cardinfo_left {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
  }
  .donate-form .form .gform_wrapper .gform_fields li.gfield span.ginput_cardinfo_left .selectric-wrapper {
    width: 100%;
    display: block;
  }
  .donate-form .form .gform_wrapper .gform_fields li.gfield span.ginput_cardinfo_left .selectric-wrapper.selectric-ginput_card_expiration_month {
    margin: 0 0 10px 0;
  }
}
.donate-form .form .gform_wrapper .gform_fields li.gfield span.ginput_cardinfo_right {
  width: 32.5%;
  float: right;
  margin-bottom: 10px;
}
@media (max-width: 1008px) {
  .donate-form .form .gform_wrapper .gform_fields li.gfield span.ginput_cardinfo_right {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 1008px) {
  .donate-form .form .gform_wrapper .gform_fields li.gfield span.name_first {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
  }
  .donate-form .form .gform_wrapper .gform_fields li.gfield span.name_first:after {
    right: 0;
  }
}
@media (max-width: 1008px) {
  .donate-form .form .gform_wrapper .gform_fields li.gfield span.name_last {
    width: 100%;
    display: block;
    margin: 0;
  }
  .donate-form .form .gform_wrapper .gform_fields li.gfield span.name_last:after {
    right: 0;
  }
}
.donate-form .form .gform_wrapper .gform_fields li.gfield .validation_message {
  clear: both;
}
.donate-form .form .gform_wrapper .gform_fields li.gfield.in-memory-of ul.gfield_radio li {
  display: inline-block;
  float: left;
}
.donate-form .form .gform_wrapper .gform_fields li.gfield.in-memory-of ul.gfield_radio li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .donate-form .form .gform_wrapper .gform_fields li.gfield.in-memory-of ul.gfield_radio li {
    width: 100%;
  }
  .donate-form .form .gform_wrapper .gform_fields li.gfield.in-memory-of ul.gfield_radio li:not(:first-child) {
    margin-left: 0;
  }
  .donate-form .form .gform_wrapper .gform_fields li.gfield.in-memory-of ul.gfield_radio li label {
    width: 100%;
  }
}
.donate-form .form .gform_wrapper .gform_fields li.gfield.donation-frequency ul.gfield_radio li {
  display: inline-block;
  float: left;
}
.donate-form .form .gform_wrapper .gform_fields li.gfield.donation-frequency ul.gfield_radio li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .donate-form .form .gform_wrapper .gform_fields li.gfield.donation-frequency ul.gfield_radio li {
    width: 48%;
    display: block;
    margin: 0 0 1em 0;
  }
  .donate-form .form .gform_wrapper .gform_fields li.gfield.donation-frequency ul.gfield_radio li:not(:first-child) {
    margin-left: 0;
    float: right;
  }
  .donate-form .form .gform_wrapper .gform_fields li.gfield.donation-frequency ul.gfield_radio li label {
    width: 100%;
    font-size: 1.4rem;
  }
}
.donate-form .form h4 {
  display: none;
}
.donate-form .form .hidden-total-amount {
  display: none !important;
}
.donate-form .form .gfield_creditcard_warning_message {
  display: none;
}
@media (max-width: 1008px) {
  .donate-form .form ul.gfield_radio.amount li {
    width: 49%;
    display: block;
    margin: 0 0 1em 0;
  }
  .donate-form .form ul.gfield_radio.amount li:last-child {
    width: 100%;
  }
}
@media (max-width: 1008px) {
  .donate-form .form ul.gfield_radio.amount label {
    width: 100%;
  }
}
.donate-form .form ul.gfield_radio label {
  padding: 12px 15px !important;
  color: #1a5577 !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.8rem;
}
.donate-form .form ul.gfield_radio label:before {
  content: none;
}
.donate-form .form ul.gfield_radio label:after {
  content: none;
}
