/* old color: #37827F */
@import url(../css/jquery-ui.min.css);
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
@import url("https://fonts.googleapis.com/css?family=Lato");
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

h2.title {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
  margin:0 0 .5em 0;
}

h3.title {
  font-style:italic;
  margin:0 0 .25em 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height:1.4em;
  margin:0 0 .25em 0;
}

h3.myaccount {
    font-size: 1.2em;
    font-weight: 700;
    line-height:1.4em;
    margin:0 0 .25em 0;
}

div.sidebar h2 {
  text-align:center;
  margin:0 0 1em 0;
}
h2.center {
  text-align:center;
}
div.sidebar.form_row {
  margin-bottom:.5em;
}
div.form_row {
  clear: both;
  margin-bottom: 1em;
}
div.form_row.checkboxes {
  clear:both;
  margin: 0;
}
button,input,select,textarea {
  margin: 0;
  font-size:1em;
}
input[type="text"].short, input[type="password"].short, input[type="email"].short {
  width:45%!important;
  padding:0 .5em;
  height: 40px;
}
input[type="text"].fixed_short {
  width: 100px!important;
  padding:0 .5em;
  height: 40px;
}
input[type="text"].short.cart {
  height: 40px;
  padding: 0 .5em;
  margin: 0 10px 0 0;
  width: 70%!important;
}

input[type="text"].medium,input[type="password"].medium {
  height: 40px;
  padding: 0 .5em;
  margin: 0 10px 0 0;
  width: 60%!important;
}

input.short.block {
  display: block;
}

a.button.short {
    width: 45%;
    margin: 0;
}

a.button.centered_25 {
    width: 25%;
    margin: 0 auto;
}

a.button.short_centered {
    width: 45%;
    margin: 0 auto;
}

a.button.medium {
    width: 60%;
    margin: 0;
}
a.button.medium_centered {
    width: 60%;
    margin: 0 auto;
}

input[type="text medium"] {
  width:60%!important;
  display:block;
}
div.input_range {
  width:100%;
}
div.input_range label {
  margin:0 .5em;
}
input[type="text"], input[type="email"], input[type="tel"], select {
  width: 95%;
  height: 40px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.5em;
  margin-top: .25em;
}
select.inline {
  width:auto;
  height:30px;
  margin-top:0;
  font-size:.8em;
}
select.medium {
  width:60%;
  height:40px;
  font-size:1em;
  display:block;
}
textarea {
  width: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.5em;
  margin-top: .25em;
}
input[type="radio"] {
  margin:0 .4em 0 0;
  padding:0;
}
label.radio {
  margin:0 .5em 0 0;
}
input[type="checkbox"] {
  display: block;
  clear: both;
  height: 25px;
  margin: 0 .5em 0 0;
  float: left;
}
input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;	/* #A0A0A0!important*/
  opacity: 1;
  font-size:1em;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;	/* !important*/
  opacity: 1;
  font-size:1em;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333;	/* !important*/
  opacity: 1;
  font-size:1em;
}
p.gray {
  color:#444;
}
p.right {
  text-align:right;
}
label.check {
  margin: 0 0 .5em 0;
  padding: 0!important;
  display: block;
}
html {
  box-sizing: border-box;
}
*,*:before,*:after {
  box-sizing: inherit;
}
footer a, header a, .title a, .pagination a, .link_list a, .report_table a, .cart_table a, #dashboard_topten a {
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
img,embed,iframe,object,audio,video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
  border: solid 1px #ccc;
}
thead, tfoot {
  background-color:#ddd;
}
td, th {
  padding: .5em 1em;
  text-align: left;
}
td.tall {
  height:120px;
  border:solid 1px #ccc;
}
@media (max-width: 811px) {
  td.fold {
    display:block;
  }
}
.container {
  max-width: 1280px;
  margin: 2em auto;
  padding: 0 1.5em;
}
@media (min-width: 667px) {
  .container {
    /*margin: 50px auto 0;
    */
  }
}
.container.home {
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .container.home {
    margin: -100px auto 0;
  }
}
.wrapper {
  min-height:800px;
  margin-bottom:2em;
}
.row {
  margin-top:1em;
}
.block {
  padding: 2em 2.5em;
  margin-bottom: 50px;
}
.block.dark {
  background: #1F2833;
}
.block.dark a {
  display: block;
  margin-bottom: 0.25em;
}
.block.gray {
  background: #C5C6C7;
  margin-bottom: 0;
}
.block .row {
  margin-bottom: 2em;
}
@media (min-width: 667px) {
  .block .row {
    margin-bottom: 50px;
  }
}
@media (max-width: 811px) {
  .block .row [class^="col-"] {
    margin: 0;
    padding-left: 1em;
  }
}
.block.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 811px) {
  .block.flex {
    padding: 0;
  }
}
.block.flex .img-flex {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 1em 0.5em;
  max-width: 25%;
}
@media (min-width: 811px) {
  .block.flex .img-flex {
    width: 200px;
  }
}
.content {
  zoom: 1;
  margin-bottom: 1em;
  padding-right: 1em;
}
.content:before, .content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.content img {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.content p {
  font-size: 14px;
}
/* search widget */
.search-wrapper{
  position: absolute;
  top: 48%;
  right: -7px;
  transform: translate(-50%, -50%);
}
.search-container{
  width: 0px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  padding-right: 50px;
  transition: all 0.25s ease-in-out;
  border-radius: 5px;
  position: relative;
}
.search-input{
  font-size:1.2em;
  width: 0%;
  border:0px;
  padding: 15px 0 0 0;
  outline: none;
  color: #333;
  font-weight: bold;
  transition: all 0.3s ease;
}
.search-container .fa{
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 18px;
  font-size: 1.2em;
  cursor: pointer;
}
.search-container.active{
  width: 250px;
  padding-left: 15px;
  margin-right:-66px;
  transition: all 0.25s ease-in-out;
  background-color:#fff;
}
.search-container.active .fa {
  color:#333;
}
.search-input.active{
  font-weight:500;
  width: 98%;
  transition: all 0.5s 0.8s ease;
}
p.center {
  text-align:center;
}
img.center {
  text-align:center;
  margin:0 auto;
}
.col-4 .content p {
  line-height: 1.4;
}
.col-4 .content img {
  max-width: 180px;
}
@media (max-width: 1280px) and (min-width: 810px) {
  .col-4 .content img {
    max-width: 170px;
    float: none;
  }
}
@media (max-width: 500px) {
  .col-4 .content img {
    float: none;
  }
}
body {
  -webkit-font-smoothing: auto;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 1.6;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    -webkit-font-smoothing: antialiased;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
b,strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
h1 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
  margin:0 0 .5em 0;
}
h2 {
  font-size: 1.5em;
  font-weight: 700;
  line-height:1.4em;
  margin:0 0 .25em 0;
}
.dark h2 {
  color: white;
}
h2.plus {
  text-align: center;
  margin: 0 auto 1.5em;
  width: 90%;
}
@media (min-width: 811px) {
  h2.plus {
    margin: 0 auto 1em;
  }
}
h2.plus span {
  display: inline-block;
  position: relative;
  padding: 0.1em 1em 0.25em;
  max-width: 560px;
}
h2.plus i {
  font-size: 12px;
  position: absolute;
}
h2.plus i:first-child {
  top: 0;
  left: 0;
}
h2.plus i:nth-child(2) {
  bottom: 0;
  left: 0;
}
h2.plus i:nth-child(3) {
  top: 0;
  right: 0;
}
h2.plus i:nth-child(4) {
  bottom: 0;
  right: 0;
}
h3 {
  font-size: 1.1em;
  font-weight: 700;
}
.container ul, .container p {
  margin-bottom:1em;
}
ul.link_list {
  list-style-type:none!important;
  margin-bottom:1.5em;
}
li {
  line-height: 1.6em;
  margin-bottom:.4em;
  list-style-position:inside;
}
li.heading {
  background-color: #1F2833;
  color: #fff;
  font-weight: 900;
  font-size: 1.1em;
  padding: 10px;
  width: 47px;
  text-align: center;
  margin: 0 0 1em 0;
}
nav.footer li {
  line-height: 1em;
  text-decoration: none!important;
  list-style: none;
  margin-bottom: 1em;
}
ul.link_list li a {
  font-weight:500;
}
ul.pagination {
  text-align: center;
  margin: 1em 0 2em 0;
}
ul.pagination li {
  display: inline-block;
  text-align: center;
  margin:0 .15em;
  min-width: 24px;
}
ul.pagination li a.box {
  color: #333!important;
  border: solid 1px #195362;
  padding: 7px 10px;
  font-weight:normal;
}
ul.pagination li a.box.active, ul.pagination li a.box:hover {
  color:#fff!important;
  font-weight:bold;
  background-color:#195362;
  text-decoration:none;
}
.row:after {
  display: block;
  clear: both;
  content: '';
}
.row [class^="col-"] {
  float: left;
  margin-right: 3%;
  box-sizing: border-box;
  width: 100%;
  min-height: 1px;
  position: relative;
  margin-top: 0;
}
.row [class^="col-"]:last-child {
  margin-right: 0%;
}
.row [class^="col-"].nomargin {
  margin-top:0px!important;
  width:auto;
}
/* search widget */
nav.secondary {
  flex: 1;
  text-align: right;
  min-width: 290px;
}
nav.secondary ul {
  text-align:right;
}
nav.secondary ul li {
  margin:0 .5em 0 0;
}
nav.secondary ul li:last-child {
  margin:0;
}
li.search-container{
  line-height: 45px;
  transition: all 0.5s ease;
}
.search-input{
  font-size:1.1em;
  width: 0%;
  border:0px;
  padding: 15px 0 0 0;
  outline: none;
  color: #333;
  font-weight: bold;
  transition: all 0.3s ease;
}
.search-container .fa{
  color: #ffffff;
  font-size: 1.2em;
  cursor: pointer;
}
li.search-container.active{
  width: 250px;
  float: right;
  transition: all 0.5s ease;
  background-color: #fff;
  position: absolute;
  right: 33px;
  top: 25px;
  height: 50px;
}
li.search-container.active .fa {
  color: #333;
  position: absolute;
  top: 17px;
  right: 13px;
}
.search-input.active{
  font-weight:500;
  width: 95%;
  transition: all 0.5s 0.8s ease;
}
/* end search widget */
p.results_header {
  float:left;
}
p.sort {
  float:right;
}
div.result p {
  margin:0 0 .7em 0;
}
@media (min-width: 811px) {
  .row .col-1 {
    width: 5.58333%;
  }
  .row .col-2 {
    width: 14.16667%;
  }
  .row .col-3 {
    width: 22.75%;
  }
  .row .col-4 {
    width: 31.33333%;
    min-width: 31.33333%;
  }
  .row .col-5 {
    width: 39.91667%;
  }
  .row .col-6 {
    width: 48.5%;
  }
  .row .col-7 {
    width: 57.08333%;
  }
  .row .col-8 {
    width: 65.66667%;
    min-width: 65.66667%;
  }
  .row .col-9 {
    width: 74.25%;
  }
  .row .col-10 {
    width: 82.83333%;
  }
  .row .col-11 {
    width: 91.41667%;
  }
  .row .col-12 {
    width: 100%;
  }
  .row .right {
    float: right;
    margin-right: 0;
    margin-left: 3%;
  }
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
div.result img {
  float:left;
  margin:0 1em 1em 0;
  width:222px;
}
div.result {
  clear:both;
  margin:1em 0 1.5em 0;
  min-height:151px;
}
div.result:first-child {
  margin-top:0px;
}
@keyframes text-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  color: #195362;
}
.dark a {
  color: #66FCF1;
  font-size: 1.25em;
  font-weight: normal;
}


a.button {
  display: block;
  margin: 0 auto;
  padding: 1em;
  border: 0;
  color: #333;
  background: #66FCF1;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.25em;
}
a.button:hover {
  text-decoration:underline;
}
a.button.center {
  text-align:center;
}
a.button.cart {
  margin-bottom: 0;
  height: 40px;
  padding: .5em;
  font-size: 1em;
}
a.button.cart.checkout {
  margin-bottom:1em;
}

button {
  cursor: pointer;
}
.controls.cart {
  background-color: #ddd;
  padding: 1em;
  min-height: 130px;
  margin: 0 0 2em;
}
.cart-left {
  float: left;
  width: 50%;
}
.cart-right {
  float: right;
  width: 50%;
}
.controls.cart button {
  float: right;
  text-align: right;
  margin-top:.7em;
}
@media (max-width: 900px) {
  .controls.cart {
    min-height:150px;
  }
  .controls.cart .cart-right, .controls.cart .cart-left {
    width:100%!important;
  }
  .controls.cart button {
    float:none!important;
    display:inline!important;
    text-align:left!important;
    padding-left:0px;
  }
  a.button.cart {
    padding: .8em;
  }
}
.controls.cart input.short.cart {
}
footer {
  background: #1F2833;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2em 3.5em 2em;
  clear: both;
}
footer [class^="col-"] {
  margin-bottom: 2em;
}
@media (min-width: 811px) {
  footer [class^="col-"] {
    margin-bottom: 1em;
  }
}
footer a {
  color: #66FCF1;
}
footer h3 {
  color: white;
  text-align: center;
  margin-bottom: 1.5em;
}
footer p {
  text-align: center;
  color: white;
}
footer nav {
  column-count: 2;
  text-align: center;
}
footer nav a {
  display: block;
  margin: 0 1em;
}
@media (min-width: 811px) {
  footer nav {
    text-align: left;
  }
}
footer .form-email {
  display: -ms-flexbox;
  display: flex;
}
footer .form-email input,footer .form-email button {
  margin: 0;
  font-size: 1em;
  border: 0;
}
footer .form-email input {
  height: 40px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.5em;
  width:70%;
}
footer .form-email button {
  height: 40px;
  width: 100px;
  color: #333;
  font-weight:bold;
  background: #66FCF1;
}
footer .social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 200px;
  margin: 0 auto;
}
header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1280px;
  height: 100px;
  margin: 0 auto;
  background: rgba(31, 40, 51, 0.9);
  padding: 1.25em 4.5em 1.25em 2em;
  position: relative;
  z-index: 2;
  zoom: 1;
}
header:before, header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
@media (max-width: 1040px) {
  header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  header nav.secondary:last-child {
    margin-right:1.2em!important;
    width:100%!important;
  }
}
@media (max-width: 1030px) {
  header {
    display: block;
    padding: 0.75em;
  }
}
@media (max-width: 768px) {
  header {
    padding: 0 0.75em 0.75em;
  }
}
header .logo {
  width: 300px;
  height: 64px;
  display: inline-block;
  margin-right: 52px;
}

@media (max-width: 1279px) {
  header .logo {
    width: 25%;
	height: auto;
    min-width: 180px;
  }
}
@media (min-width: 1031px) {
  header .logo {
    margin-right: 3%;
  }
}
@media (min-width: 1100px) {
  header .logo {
    margin-right: 5%;
  }
}
@media (max-width: 1030px) {
  header .logo {
    position: absolute;
    top: 0.75em;
    left: 1.5em;
  }
}
@media (max-width: 768px) {
  header .logo {
    top: 0.2em;
    left: 0.75em;
  }
}
@media (max-width: 500px) {
  header .logo {
    /*top: -4px;*/
  }
}
header nav {
  display: inline-block;
}
header nav ul {
  list-style-type: none;
}
header nav ul li {
  display: inline;
}
header nav.primary li:last-child a {
  margin: 0;
}
header nav ul li.secondary {
  display:none;
}
header nav a {
  color: white;
  text-decoration: none;
}
header nav a:last-child {
  margin-right: 0;
}
header nav a:hover, header nav a:focus {
  text-decoration: underline;
}
header nav.primary {
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-transform: uppercase;
  max-width: 580px;
}
header nav.primary i {
  display: none;
}
@media (max-width: 1030px) {
  header nav.primary {
    text-align: right;
    width: 72%;
    margin: 0.5em 0 0.5em 28%;
  }
  header nav ul li.secondary {
    display:visible;
  }
  nav.secondary {
    display:none;
  }
}
@media (max-width: 1030px) {
  header nav.primary {
    width: 100%;
    margin: 0;
    max-width: none;
  }
  header nav.primary ul {
    display: none;
  }
  header nav.primary i {
    display: inline-block;
    font-size: 2em;
    color: white;
    padding: 0.5em;
    outline: 0;
  }
  header nav.primary i:focus, header nav.primary i:active {
    color: #1F2833;
    background: white;
  }
  header nav.primary i:focus + ul, header nav.primary i:active + ul {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
  header nav.primary i:focus + ul li, header nav.primary i:active + ul li {
    display: block;
    border-bottom: 1px solid white;
    height: 47px;
    overflow-y: hidden;
  }
  header nav.primary i:focus + ul li a, header nav.primary i:active + ul li a {
    display: block;
    width: 100%;
    padding: 1em;
    background: rgba(255, 255, 255, 0.1);
  }
  header nav.primary i:focus + ul li a:hover, header nav.primary i:focus + ul li a:active, header nav.primary i:active + ul li a:hover, header nav.primary i:active + ul li a:active {
    background: transparent;
  }
  .search-wrapper {
    top:2.65em;
    right: 48px;
  }
  .search-container {
    height: 40px;
  }

  .search-input {
    padding-top: 0;
  }
  .search-container .fa {
    top: 12px;
  }

  nav.primary .fa-shopping-cart {
    padding: 0;
    margin-top: -3px;
  }
}

@media (max-width: 768px) {
  .search-wrapper {
    top:1.9em;
    right: 30px;
  }
  .search-container .fa {
    top: 14px;
  }
}


header nav.primary a {
  margin-right: 2em;
}
@media (max-width: 1279px) {
  header nav.primary a {
    margin-right: 3%;
  }
}
@media (max-width: 1030px) {
  header nav.secondary {
    float: right;
  }
}
header nav.secondary a {
  margin-left: 0.75em;
  margin-bottom: 0.25em;
  display: inline-block;
  font-size: 0.9em;
}
@media (max-width: 768px) {
  header nav.secondary a {
    padding: 0.5em;
  }
}
@media (max-width: 400px) {
  header nav.secondary a {
    padding: 0.3em;
  }
}
header nav.secondary a:last-child {
  margin-right: 0;
}
.sidebar {
  background: #ededed;
  padding: 2.5em 1.5em;
  margin-bottom: 40px;
}
.sidebar .button {
  line-height: 1.4em;
  min-height: 60px;
  width: 100%;
  margin-top: 2em;
  /*text-align: left;*/
}
.sidebar .button i {
  display: inline-block;
  font-size: 2em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  float: left;
  margin-top: .22em;
}
.sidebar p {
  margin-bottom: 0.5em;
}
.sidebar.center {
  text-align:center;
}
/* jssor slider loading skin spin css */
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.jssorb052 .i {
  position: absolute;
  cursor: pointer;
}
.jssorb052 .i .b {
  fill: white;
  fill-opacity: 1;
}
.jssorb052 .i:hover .b {
  fill-opacity: .7;
  fill: #66FCF1;
}
.jssorb052 .iav .b {
  fill: #66FCF1;
}
.jssorb052 .i.idn {
  opacity: .3;
}
.jssora053 {
  display: block;
  position: absolute;
  cursor: pointer;
}
.jssora053 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 640;
  stroke-miterlimit: 10;
}
.jssora053:hover {
  opacity: .8;
}
.jssora053.jssora053dn {
  opacity: .5;
}
.jssora053.jssora053ds {
  opacity: .3;
  pointer-events: none;
}
.slides h1,.slides .description {
  position: absolute;
  max-width: 46%;
  color: white;
}
.slides h1 {
  font-size: 50px;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.4);
  left: 32px;
  top: 140px;

  /* hide heading */
  display:none;

  /* right-justify */
/*
  left: 770px;
  top: 140px;
  text-align: right;
*/
}
@media (max-width: 768px) {
  .slides h1 {
    left: 5%;
    top: 48px;
    font-size: 6em;
    max-width: 80%;
  }
}
.slides .description {
  opacity:.9;
  background: rgba(0, 0, 0, 0.8);
  padding: 1.25em 2em;
  top: 476px;

  /* flush right */
  margin-left: 830px;
  width: 450px;
  text-align:right;
}
@media (max-width: 768px) {
  .slides .description {
    background: rgba(0, 0, 0, 0.65);
    max-width: 85%;
    padding: 0.5em 0.5em 0.5em 5%;
    font-size: 2em;
    top: 400px;
  }
}
@media (max-width: 420px) {
  .slides .description {
    background: rgba(0, 0, 0, 0.55);
    font-size: 2.5em;
    line-height: 1.3;
    max-width: 100%;
    bottom: 0;
    padding-bottom: 60px;
    top: auto;
  }
}
.slides .description a {
  font-size: 1.4em;
  color: #66fcf1;
  font-style: italic;
}
.slider-secondary {
  width: 100% !important;
  margin: 0 auto 2em;
  /* jssor slider loading skin spin css */
}
@media (min-width: 667px) {
  .slider-secondary {
    margin: 0 auto 50px;
  }
}
.slider-secondary .jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.slider-secondary .jssora073 {
  display: block;
  position: absolute;
  cursor: pointer;
}
.slider-secondary .jssora073 .a {
  fill-opacity: 0.7;
}
.slider-secondary .jssora073:hover {
  opacity: 1;
}
.slider-secondary .jssora073.jssora073dn {
  opacity: 0.7;
}
.slider-secondary .jssora073.jssora073ds {
  opacity: .3;
  pointer-events: none;
}
.slider-secondary .arrow:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  height: 300px;
  width: 55px;
  display: block;
  position: absolute;
  top: -125px;
}
.slider-secondary .arrow svg {
  display: block;
  margin: 0 auto;
  top: -60px !important;
  position: relative;
}
.slider-secondary .arrow[data-u="arrowright"] svg {
  left: 0px;
}
.slider-secondary img {
  max-height: 150px;
}
.slider-secondary .slides {
  width: 100% !important;
}
.slider-secondary .slides > div > div {
  position: static !important;
  height: 150px !important;
}
.slider-secondary .slides a {
  display: block;
  margin: 0.5em 0;
  font-style: italic;
}
.slider-secondary .slides p {
  font-size: 14px;
  line-height: 1.2;
}
.ui-widget-content a {
    color: black!important;
}
#tabs .ui-tabs-nav {
  border-bottom: 1px solid #C5C6C7;
  display: -ms-flexbox;
  display: flex;
}
#tabs .ui-tab {
  border: 1px solid #C5C6C7;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #DDD;
  color: #333;
  margin-bottom: -1px;
  cursor: pointer;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
@media (max-width: 600px) {
	#tabs .ui-tabs-nav {
		display:block;
	}
	#tabs .ui-tab {
		display: block;
    	float: none;
	}
}
#tabs .ui-tab.ui-state-active, #tabs .ui-tab.ui-state-hover {
  background: #195362;
  font-weight:700;
}
#tabs .ui-tab.ui-state-active a, #tabs .ui-tab.ui-state-hover a {
  color: #fff!important;
  font-weight:700;
}
#tabs a.label {
  outline: none;
  padding: 1em 2em;
  display: inline-block;
  float: none;
  color:#333!important;
  cursor:pointer;
  text-decoration:none!important;
}

@media (max-width: 1100px) {
	#tabs a.label {
		padding:1em .5em;
	}
}

@media (max-width: 811px) {
	#tabs a.label {
		padding:1em 0;
	}
}

#tabs p {
  margin-bottom: 1em;
}
#tabs .ui-tabs-panel {
  padding: 2em 0.5em;
}
@media (min-width: 811px) {
  #tabs .ui-tabs-panel {
    padding: 2em 0 0;
  }
}
.ui-tabs {
  padding:0!important;
}
.video img {
  width: 100%;
}
.video-controls {
  display: -ms-flexbox;
  display: flex;
  /*-ms-flex-pack: justify;*/
  /*justify-content: space-between;*/
  margin: 12px 0;
}
.download-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content:left;
  margin: 12px 0;
}
.controls {
  display: block;
  margin: 12px 0;
}
.video-controls button, .download-controls button, .controls button {
  font-size: 1em;
  color: #195362;
  border: 0;
  text-decoration: underline;
  background: transparent;
}
.video-controls button i, .download-controls button i, .controls i {
  margin-right: 0.5em;
}

/* Datepicker */
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background-color: #195362!important;
	border:none!important;
}
.ui-datepicker-title {
    color: #fff;
}

span.ui-icon.ui-icon-circle-triangle-w {
    background-image: url(https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_FFFFFF_256x240.png);
}

span.ui-icon.ui-icon-circle-triangle-e {
    background-image: url(https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_FFFFFF_256x240.png);
}

.ui-state-hover.ui-datepicker-prev-hover, .ui-state-hover.ui-datepicker-next-hover{
	background:none!important;
	border:none!important;
}

a.ui-state-default {
    text-align: center!important;
}

/* Modal Dialog */


.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
	width:60%!important;
	padding:1em;
}


.ui-widget.ui-widget-content {
    border: none!important;
}

.ui-widget-header {
    border: none!important;
    background: #fff!important;
}

.ui-widget-overlay { /*background overlay when dialog is open*/
  opacity: 0.6!important;
  filter: Alpha(Opacity=60)!important;
  background-color: #000000!important;
}

/* Fix for mobile hamburger menu icon */

nav.primary input {
  display: none;
}
@media (max-width: 1030px) {

  nav.primary input {
    -webkit-appearance: none;
    display: block;
    width: 60px;
    height: 64px;
    position: absolute;
    top: 12px;
    right: 4px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }

  nav.primary input:checked ~ ul {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }

  nav.primary input:checked ~ ul li {
    display: block;
    border-bottom: 1px solid white;
    height: 47px;
    overflow-y: hidden;
  }

  nav.primary input:checked ~ ul li a {
    display: block;
    width: 100%;
    padding: 1em;
    background: rgba(255, 255, 255, 0.1);
  }

  nav.primary input:checked + i {
    color: #1F2833;
    background: white;
  }
}

@media (max-width: 768px) {
  nav.primary input {
    width: 49px;
    height: 52px;
    top: 0px;
    right: 2px;
  }
}

a.center {
  text-align:center;
}
