/*********************************************************************
 *                                                                   *
 * This website uses SASS - DO NOT edit the style.css file directly  *
 *                                                                   *
 *********************************************************************
 */
body * {
  font-family: "Lato", sans-serif; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

h1 {
  color: #29445D;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 2.14em; }
  @media (max-width: 991px) {
    h1 {
      margin-bottom: .5em; } }

h2 {
  color: #47759f;
  font-weight: bold;
  font-size: 1.7em;
  margin: 0 0 10px; }

h3, h4, h5, h6 {
  color: #29445D;
  font-size: 1.4em;
  font-family: "Lato", sans-serif;
  font-weight: 700; }

h1 a, h1 a:hover, h1 a:visited, h1 a:active, h1 a:focus, h2 a, h2 a:hover, h2 a:visited, h2 a:active, h2 a:focus, h3 a, h3 a:hover, h3 a:visited, h3 a:active, h3 a:focus, h4 a, h4 a:hover, h4 a:visited, h4 a:active, h4 a:focus, h5 a, h5 a:hover, h5 a:visited, h5 a:active, h5 a:focus, h6 a, h6 a:hover, h6 a:visited, h6 a:active, h6 a:focus {
  color: inherit !important; }

h4 {
  font-size: 1em; }

p {
  color: #666666;
  font-size: 1.14em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.5em; }

a:hover, a:active, a:focus {
  color: #47759F; }

.arial {
  font-family: arial, sans-serif; }

blockquote {
  background: #eeeeee;
  border-left: 5px solid #47759F;
  margin-top: 40px;
  padding: 22px 50px; }
  blockquote p {
    color: #29445D;
    font-size: 1.3em;
    font-family: "Lato", sans-serif;
    line-height: 1.4; }

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important; } }

@media (max-width: 767px) {
  .no-float-xs {
    display: block !important;
    float: none !important; } }

sup {
  vertical-align: top;
  font-size: 0.6em; }

.clear {
  clear: both; }

.clearfix:before, nav ul:before, .row:before, .container:before,
.clearfix:after,
nav ul:after, .row:after, .container:after {
  content: " ";
  display: table;
  width: 0;
  height: 0; }


.clearfix:after,
nav ul:after, .row:after, .container:after {
  clear: both; }

.clearfix, nav ul, .row, .container {
  *zoom: 1;
  /* ie6/7 only */ }

.rcaret {
  background: url(/images/caret-right.png) top center no-repeat;
  display: inline-block;
  height: 16px;
  margin: 0 0 1px 4px;
  vertical-align: baseline;
  width: 16px; }

.strike {
  font-weight: bold;
  text-decoration: line-through; }

.upload-error {
  background: #c0391f;
  color: #fff;
  font-size: 1.14em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 15px 20px; }
  .upload-error + .upload-error {
    padding-top: 0; }

.info {
  background: #E8E5C5;
  color: #333;
  display: inline-block;
  font-family: arial, sans-serif;
  padding: 10px 25px 10px 50px;
  position: relative; }
  .info.block {
    display: block; }
  .info strong {
    font-family: arial, sans-serif;
    color: #333; }
  .info i {
    font-size: 2em;
    margin: 0 10px 10px 0;
    position: absolute;
    top: 50%;
    left: 12px;
    height: 30px;
    margin-top: -15px; }
    .info i.green {
      color: #47B03F; }
    .info i.red {
      color: #c0391f; }

i.green {
  color: #47B03F; }

i.red {
  color: #c0391f; }

/* NOTIFICATIONS */
.notifications {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999999999999; }

.notifications .msg {
  background: #ddd;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: center;
  font-size: 1.3em; }

.notifications .msg.msg-success,
.notifications .msg.msg-green {
  background: #47B03F;
  color: #fff; }

.notifications .msg.msg-danger,
.notifications .msg.msg-red {
  background: #CD403C;
  color: #fff; }

/* ------------ */
img, object, embed, video {
  max-width: 100%; }

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
  width: 100%; }

.inline {
  display: inline-block !important; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 30px 0;
  padding: 0; }
  hr.lg {
    border-top: 10px solid #ddd;
    margin: 0px auto 30px; }

.space {
  margin-bottom: 20px; }

#ui-datepicker-div {
  font-size: 0.8em; }

.ui-datepicker-month {
  float: left;
  position: relative;
  top: -1px;
  width: 66px; }

.datepicker {
  cursor: pointer; }

table {
  border: none;
  width: 100%; }
  table th, table td {
    font-size: 1.14em;
    border-color: #B5A7A7 !important; }
    table th.no-borders, table td.no-borders {
      border: none !important; }
  table td {
    padding: 15px; }
    table td select {
      margin: 10px 0; }
    table td td {
      padding: 0; }
  table.mobile-table th {
    background: #F1F1F1;
    font-size: 1.14em; }
    @media (max-width: 767px) {
      table.mobile-table th {
        display: none;
        vertical-align: top; } }
  table.mobile-table td {
    border: none;
    border-top: 1px solid #ddd !important;
    font-size: 1.14em;
    padding: 10px 20px;
    vertical-align: top; }
    @media (max-width: 767px) {
      table.mobile-table td {
        border-color: #fff;
        border-left: none;
        border-right: none;
        border-bottom: none;
        display: block;
        position: relative;
        text-align: left !important;
        width: auto !important; }
        table.mobile-table td[data-th] {
          padding-left: 5.5em !important; }
        table.mobile-table td:first-of-type {
          border-top: none; }
        table.mobile-table td:last-of-type {
          border-bottom: 15px solid #EAEAEA !important; }
          table.mobile-table td:last-of-type.no-borders {
            border-bottom: none; }
        table.mobile-table td.no-borders {
          text-align: right !important; }
        table.mobile-table td[data-th]:before {
          content: attr(data-th);
          display: block;
          font-weight: bold;
          position: absolute;
          top: 10px;
          left: 10px;
          width: 5.5em; } }
  table.th-no-top-border tr th {
    border-top: none; }
  table.borders tr th, table.borders tr td {
    border: 1px solid #ddd; }
  table.valign-middle tr th, table.valign-middle tr td {
    vertical-align: middle !important; }

.datepicker-days td, .datepicker-days th {
  font-size: 1.1em; }

.map-wrapper {
  max-width: 100%;
  height: auto; }

.mand:after {
  content: '*';
  color: red;
  top: 12px;
  right: auto;
  bottom: auto;
  left: 4px;
  position: absolute; }

.mw5 {
  display: inline-block;
  min-width: 5px; }

.mw10 {
  display: inline-block;
  min-width: 10px; }

.mw15 {
  display: inline-block;
  min-width: 15px; }

.mw20 {
  display: inline-block;
  min-width: 20px; }

.mw25 {
  display: inline-block;
  min-width: 25px; }

.mw30 {
  display: inline-block;
  min-width: 30px; }

.mw35 {
  display: inline-block;
  min-width: 35px; }

.mw40 {
  display: inline-block;
  min-width: 40px; }

.mw45 {
  display: inline-block;
  min-width: 45px; }

.mw50 {
  display: inline-block;
  min-width: 50px; }

.mw55 {
  display: inline-block;
  min-width: 55px; }

.mw60 {
  display: inline-block;
  min-width: 60px; }

.mw65 {
  display: inline-block;
  min-width: 65px; }

.mw70 {
  display: inline-block;
  min-width: 70px; }

.mw80 {
  display: inline-block;
  min-width: 80px; }

.mw90 {
  display: inline-block;
  min-width: 90px; }

.mw100 {
  display: inline-block;
  min-width: 100px; }

.mw110 {
  display: inline-block;
  min-width: 110px; }

.mw120 {
  display: inline-block;
  min-width: 120px; }

.mw130 {
  display: inline-block;
  min-width: 130px; }

.mw140 {
  display: inline-block;
  min-width: 140px; }

.mw150 {
  display: inline-block;
  min-width: 150px; }

.mw160 {
  display: inline-block;
  min-width: 160px; }

.mw170 {
  display: inline-block;
  min-width: 170px; }

.mw180 {
  display: inline-block;
  min-width: 180px; }

.mw190 {
  display: inline-block;
  min-width: 190px; }

.mw200 {
  display: inline-block;
  min-width: 200px; }

.mw210 {
  display: inline-block;
  min-width: 210px; }

.mw220 {
  display: inline-block;
  min-width: 220px; }

.mw230 {
  display: inline-block;
  min-width: 230px; }

.mw240 {
  display: inline-block;
  min-width: 240px; }

.mw250 {
  display: inline-block;
  min-width: 250px; }

.mt0 {
  margin-top: 0; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mt45 {
  margin-top: 45px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mt100 {
  margin-top: 100px; }

.mb0 {
  margin-bottom: 0; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 80px; }

.mb90 {
  margin-bottom: 90px; }

.mb100 {
  margin-bottom: 100px; }

.ml0 {
  margin-left: 0; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml25 {
  margin-left: 25px; }

.ml30 {
  margin-left: 30px; }

.ml35 {
  margin-left: 35px; }

.ml40 {
  margin-left: 40px; }

.ml45 {
  margin-left: 45px; }

.ml50 {
  margin-left: 50px; }

.ml60 {
  margin-left: 60px; }

.ml70 {
  margin-left: 70px; }

.ml80 {
  margin-left: 80px; }

.ml90 {
  margin-left: 90px; }

.ml100 {
  margin-left: 100px; }

.mr0 {
  margin-right: 0; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr25 {
  margin-right: 25px; }

.mr30 {
  margin-right: 30px; }

.mr35 {
  margin-right: 35px; }

.mr40 {
  margin-right: 40px; }

.mr45 {
  margin-right: 45px; }

.mr50 {
  margin-right: 50px; }

.mr60 {
  margin-right: 60px; }

.mr70 {
  margin-right: 70px; }

.mr80 {
  margin-right: 80px; }

.mr90 {
  margin-right: 90px; }

.mr100 {
  margin-right: 100px; }

@media (min-width: 768px) and (max-width: 991px) {
  .md-mt0 {
    margin-top: 0; }
  .md-mt5 {
    margin-top: 5px; }
  .md-mt10 {
    margin-top: 10px; }
  .md-mt15 {
    margin-top: 15px; }
  .md-mt20 {
    margin-top: 20px; }
  .md-mt25 {
    margin-top: 25px; }
  .md-mt30 {
    margin-top: 30px; }
  .md-mt35 {
    margin-top: 35px; }
  .md-mt40 {
    margin-top: 40px; }
  .md-mt45 {
    margin-top: 45px; }
  .md-mt50 {
    margin-top: 50px; }
  .md-mt60 {
    margin-top: 60px; }
  .md-mt70 {
    margin-top: 70px; }
  .md-mt80 {
    margin-top: 80px; }
  .md-mt90 {
    margin-top: 90px; }
  .md-mt100 {
    margin-top: 100px; }
  .md-mb0 {
    margin-bottom: 0; }
  .md-mb5 {
    margin-bottom: 5px; }
  .md-mb10 {
    margin-bottom: 10px; }
  .md-mb15 {
    margin-bottom: 15px; }
  .md-mb20 {
    margin-bottom: 20px; }
  .md-mb25 {
    margin-bottom: 25px; }
  .md-mb30 {
    margin-bottom: 30px; }
  .md-mb35 {
    margin-bottom: 35px; }
  .md-mb40 {
    margin-bottom: 40px; }
  .md-mb45 {
    margin-bottom: 45px; }
  .md-mb50 {
    margin-bottom: 50px; }
  .md-mb60 {
    margin-bottom: 60px; }
  .md-mb70 {
    margin-bottom: 70px; }
  .md-mb80 {
    margin-bottom: 80px; }
  .md-mb90 {
    margin-bottom: 90px; }
  .md-mb100 {
    margin-bottom: 100px; }
  .md-ml0 {
    margin-left: 0; }
  .md-ml5 {
    margin-left: 5px; }
  .md-ml10 {
    margin-left: 10px; }
  .md-ml15 {
    margin-left: 15px; }
  .md-ml20 {
    margin-left: 20px; }
  .md-ml25 {
    margin-left: 25px; }
  .md-ml30 {
    margin-left: 30px; }
  .md-ml35 {
    margin-left: 35px; }
  .md-ml40 {
    margin-left: 40px; }
  .md-ml45 {
    margin-left: 45px; }
  .md-ml50 {
    margin-left: 50px; }
  .md-ml60 {
    margin-left: 60px; }
  .md-ml70 {
    margin-left: 70px; }
  .md-ml80 {
    margin-left: 80px; }
  .md-ml90 {
    margin-left: 90px; }
  .md-ml100 {
    margin-left: 100px; }
  .md-mr0 {
    margin-right: 0; }
  .md-mr5 {
    margin-right: 5px; }
  .md-mr10 {
    margin-right: 10px; }
  .md-mr15 {
    margin-right: 15px; }
  .md-mr20 {
    margin-right: 20px; }
  .md-mr25 {
    margin-right: 25px; }
  .md-mr30 {
    margin-right: 30px; }
  .md-mr35 {
    margin-right: 35px; }
  .md-mr40 {
    margin-right: 40px; }
  .md-mr45 {
    margin-right: 45px; }
  .md-mr50 {
    margin-right: 50px; }
  .md-mr60 {
    margin-right: 60px; }
  .md-mr70 {
    margin-right: 70px; }
  .md-mr80 {
    margin-right: 80px; }
  .md-mr90 {
    margin-right: 90px; }
  .md-mr100 {
    margin-right: 100px; } }

@media (max-width: 767px) {
  .xs-mt0 {
    margin-top: 0; }
  .xs-mt5 {
    margin-top: 5px; }
  .xs-mt10 {
    margin-top: 10px; }
  .xs-mt15 {
    margin-top: 15px; }
  .xs-mt20 {
    margin-top: 20px; }
  .xs-mt25 {
    margin-top: 25px; }
  .xs-mt30 {
    margin-top: 30px; }
  .xs-mt35 {
    margin-top: 35px; }
  .xs-mt40 {
    margin-top: 40px; }
  .xs-mt45 {
    margin-top: 45px; }
  .xs-mt50 {
    margin-top: 50px; }
  .xs-mt60 {
    margin-top: 60px; }
  .xs-mt70 {
    margin-top: 70px; }
  .xs-mt80 {
    margin-top: 80px; }
  .xs-mt90 {
    margin-top: 90px; }
  .xs-mt100 {
    margin-top: 100px; }
  .xs-mb0 {
    margin-bottom: 0; }
  .xs-mb5 {
    margin-bottom: 5px; }
  .xs-mb10 {
    margin-bottom: 10px; }
  .xs-mb15 {
    margin-bottom: 15px; }
  .xs-mb20 {
    margin-bottom: 20px; }
  .xs-mb25 {
    margin-bottom: 25px; }
  .xs-mb30 {
    margin-bottom: 30px; }
  .xs-mb35 {
    margin-bottom: 35px; }
  .xs-mb40 {
    margin-bottom: 40px; }
  .xs-mb45 {
    margin-bottom: 45px; }
  .xs-mb50 {
    margin-bottom: 50px; }
  .xs-mb60 {
    margin-bottom: 60px; }
  .xs-mb70 {
    margin-bottom: 70px; }
  .xs-mb80 {
    margin-bottom: 80px; }
  .xs-mb90 {
    margin-bottom: 90px; }
  .xs-mb100 {
    margin-bottom: 100px; }
  .xs-ml0 {
    margin-left: 0; }
  .xs-ml5 {
    margin-left: 5px; }
  .xs-ml10 {
    margin-left: 10px; }
  .xs-ml15 {
    margin-left: 15px; }
  .xs-ml20 {
    margin-left: 20px; }
  .xs-ml25 {
    margin-left: 25px; }
  .xs-ml30 {
    margin-left: 30px; }
  .xs-ml35 {
    margin-left: 35px; }
  .xs-ml40 {
    margin-left: 40px; }
  .xs-ml45 {
    margin-left: 45px; }
  .xs-ml50 {
    margin-left: 50px; }
  .xs-ml60 {
    margin-left: 60px; }
  .xs-ml70 {
    margin-left: 70px; }
  .xs-ml80 {
    margin-left: 80px; }
  .xs-ml90 {
    margin-left: 90px; }
  .xs-ml100 {
    margin-left: 100px; }
  .xs-mr0 {
    margin-right: 0; }
  .xs-mr5 {
    margin-right: 5px; }
  .xs-mr10 {
    margin-right: 10px; }
  .xs-mr15 {
    margin-right: 15px; }
  .xs-mr20 {
    margin-right: 20px; }
  .xs-mr25 {
    margin-right: 25px; }
  .xs-mr30 {
    margin-right: 30px; }
  .xs-mr35 {
    margin-right: 35px; }
  .xs-mr40 {
    margin-right: 40px; }
  .xs-mr45 {
    margin-right: 45px; }
  .xs-mr50 {
    margin-right: 50px; }
  .xs-mr60 {
    margin-right: 60px; }
  .xs-mr70 {
    margin-right: 70px; }
  .xs-mr80 {
    margin-right: 80px; }
  .xs-mr90 {
    margin-right: 90px; }
  .xs-mr100 {
    margin-right: 100px; } }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt25 {
  padding-top: 25px; }

.pt30 {
  padding-top: 30px; }

.pt35 {
  padding-top: 35px; }

.pt40 {
  padding-top: 40px; }

.pt45 {
  padding-top: 45px; }

.pt50 {
  padding-top: 50px; }

.pt60 {
  padding-top: 60px; }

.pt70 {
  padding-top: 70px; }

.pt80 {
  padding-top: 80px; }

.pt90 {
  padding-top: 90px; }

.pt100 {
  padding-top: 100px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

.pb30 {
  padding-bottom: 30px; }

.pb35 {
  padding-bottom: 35px; }

.pb40 {
  padding-bottom: 40px; }

.pb45 {
  padding-bottom: 45px; }

.pb50 {
  padding-bottom: 50px; }

.pb60 {
  padding-bottom: 60px; }

.pb70 {
  padding-bottom: 70px; }

.pb80 {
  padding-bottom: 80px; }

.pb90 {
  padding-bottom: 90px; }

.pb100 {
  padding-bottom: 100px; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.pl25 {
  padding-left: 25px; }

.pl30 {
  padding-left: 30px; }

.pl35 {
  padding-left: 35px; }

.pl40 {
  padding-left: 40px; }

.pl45 {
  padding-left: 45px; }

.pl50 {
  padding-left: 50px; }

.pl60 {
  padding-left: 60px; }

.pl70 {
  padding-left: 70px; }

.pl80 {
  padding-left: 80px; }

.pl90 {
  padding-left: 90px; }

.pl100 {
  padding-left: 100px; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.pr25 {
  padding-right: 25px; }

.pr30 {
  padding-right: 30px; }

.pr35 {
  padding-right: 35px; }

.pr40 {
  padding-right: 40px; }

.pr45 {
  padding-right: 45px; }

.pr50 {
  padding-right: 50px; }

.pr60 {
  padding-right: 60px; }

.pr70 {
  padding-right: 70px; }

.pr80 {
  padding-right: 80px; }

.pr90 {
  padding-right: 90px; }

.pr100 {
  padding-right: 100px; }

.dataTables_filter {
  text-align: right; }
  .dataTables_filter input {
    margin-left: 5px;
    text-align: right; }

.modal {
  z-index: 99999; }

.modal-backdrop {
  z-index: 99998; }

.modal-dialog {
  z-index: 99999; }

#overlay {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99998; }

.animate, a, .btn.btn-primary, .btn.btn-secondary, .btn.btn-default, .btn.btn-image, .form-control, .form-control-static, header .desktop-search .btn, .mobile-overlay .btn-default, #mobile-nav-cats a, .featured-box, .contact-us-teaser {
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out; }

/* GRID EXPANSION */
@media (max-width: 480px) {
  .container .col-xxs-12 {
    width: 100%; } }

.img {
  position: relative;
  width: 100%; }
  .img:before {
    content: '';
    display: block;
    width: 100%; }
  .img.square:before {
    padding-bottom: 100%; }
  .img.portrait:before {
    padding-bottom: 142%; }
  .img.landscape:before {
    padding-bottom: 65%; }

.z1 {
  position: relative;
  z-index: 1; }

.z2 {
  position: relative;
  z-index: 2; }

.z3 {
  position: relative;
  z-index: 3; }

.z4 {
  position: relative;
  z-index: 4; }

.z5 {
  position: relative;
  z-index: 5; }

.z6 {
  position: relative;
  z-index: 6; }

.z7 {
  position: relative;
  z-index: 7; }

.z8 {
  position: relative;
  z-index: 8; }

.z9 {
  position: relative;
  z-index: 9; }

.z10 {
  position: relative;
  z-index: 10; }

#myMap {
  max-width: 100%;
  height: auto; }

.btn {
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: "Lato", sans-serif; }
  .btn.btn-primary {
    background-color: #29445D;
    border-radius: 0;
    border-color: #263f56;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 17px;
    line-height: 1;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle; }
    .btn.btn-primary:hover {
      background-color: #21374b;
      text-decoration: none; }
    .btn.btn-primary:active, .btn.btn-primary:focus {
      background-color: #192a3a;
      text-decoration: none; }
  .btn.btn-secondary {
    background-color: #47759F;
    border-radius: 0;
    border-color: #447098;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 17px;
    line-height: 1;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle; }
    .btn.btn-secondary:hover {
      background-color: #3f688d;
      text-decoration: none; }
    .btn.btn-secondary:active, .btn.btn-secondary:focus {
      background-color: #375b7c;
      text-decoration: none; }
  .btn.btn-default {
    color: #47759f; }
    .btn.btn-default:hover {
      color: #3f688d;
      background: #eeeeee; }
    .btn.btn-default:active, .btn.btn-default:focus {
      color: #375b7c; }
  .btn.btn-image {
    background-color: #E5EEF3;
    border-radius: 0;
    border-color: #dee9f0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #29445D;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 17px;
    line-height: 1;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 1.8; }
    .btn.btn-image:hover {
      background-color: #d4e3eb;
      text-decoration: none; }
    .btn.btn-image:active, .btn.btn-image:focus {
      background-color: #c2d7e3;
      text-decoration: none; }
    .btn.btn-image:hover {
      background: white;
      border: 1px solid white; }
  .btn.btn-qty {
    background-color: #ECE8BA;
    border-radius: 0;
    border-color: #eae5b2;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #29445D;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 17px;
    line-height: 1;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 2px 0 3px;
    line-height: 1;
    text-align: center;
    width: 21px; }
    .btn.btn-qty:hover {
      background-color: #e6e1a6;
      text-decoration: none; }
    .btn.btn-qty:active, .btn.btn-qty:focus {
      background-color: #e1db92;
      text-decoration: none; }
  .btn.btn-facebook {
    background-color: #3b5998;
    border-radius: 0;
    border-color: #385591;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 17px;
    line-height: 1;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle;
    color: #fff;
    font-size: 1.4em;
    width: 43px; }
    .btn.btn-facebook:hover {
      background-color: #344e86;
      text-decoration: none; }
    .btn.btn-facebook:active, .btn.btn-facebook:focus {
      background-color: #2d4373;
      text-decoration: none; }
  .btn.btn-twitter {
    background-color: #00aced;
    border-radius: 0;
    border-color: #00a5e3;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 17px;
    line-height: 1;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle;
    color: #fff;
    font-size: 1.4em;
    width: 43px; }
    .btn.btn-twitter:hover {
      background-color: #0099d4;
      text-decoration: none; }
    .btn.btn-twitter:active, .btn.btn-twitter:focus {
      background-color: #0087ba;
      text-decoration: none; }
  .btn.btn-download {
    text-transform: none;
    font-weight: normal;
    font-size: 1em; }
    .btn.btn-download i.fa {
      color: #29445D; }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-xs {
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.5;
    padding: 2px 12px;
    text-transform: uppercase; }
    .btn.btn-xs i.flaticon-megaphone:before {
      font-size: .95em;
      margin-right: 5px; }

label.two-lines {
  line-height: 1.3;
  margin-top: -9px; }

label.chosen-two-lines {
  margin-top: -6px; }

label.control-label {
  font-size: 1.2em; }

.form-control, .form-control-static {
  border-radius: 0;
  font-size: 1.2em;
  height: auto;
  padding: 7px 12px 9px; }
  .form-control.clr1, .form-control-static.clr1 {
    background: #29445D;
    color: #fff; }

.form-control {
  border: 1px solid #C7C7C7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #203A52;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .form-control:focus {
    border-color: #b7b7b7;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

select.form-control {
  background: #fff url("/images/sort_desc.png") right 4px top 12px no-repeat;
  padding-right: 25px; }
  select.form-control:focus {
    background: #fff url("/images/sort_asc.png") right 4px top 12px no-repeat; }
  select.form-control.inline-select {
    background-position: right 2px top 10px;
    padding-right: 25px !important; }

.form-control:focus {
  border-color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

textarea.form-control {
  height: 115px; }

.form-control.error {
  border: 1px solid red; }

.form-control.datepicker {
  background: #fff url(/images/cal.png) top 7px right 10px no-repeat; }

select {
  cursor: pointer; }

.error {
  color: red; }

body {
  position: relative; }
  body.noscroll {
    overflow: hidden; }
  body * {
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum"; }

.back-to-top {
  background-color: #384A7B;
  border-radius: 0;
  border-color: #354674;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 17px;
  line-height: 1;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  border: 1px solid #9FC3D8;
  display: none;
  font-size: 1.2em;
  padding: 5px 12px 8px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99996; }
  .back-to-top:hover {
    background-color: #303f69;
    text-decoration: none; }
  .back-to-top:active, .back-to-top:focus {
    background-color: #283558;
    text-decoration: none; }

header {
  background: white; }
  @media (max-width: 991px) {
    header {
      display: none; } }
  header .logo {
    margin: 15px 0;
    max-height: 120px;
    max-width: 100%;
    height: auto; }
  header .header-links {
    background: white;
    margin-bottom: 23px;
    padding: 10px 0;
    text-align: center;
    width: 100%; }
    header .header-links a {
      display: inline;
      color: #29445D;
      position: relative; }
    header .header-links .spacer-dot {
      background: #c0391f;
      border-radius: 50%;
      content: '';
      display: inline-block;
      font-family: arial;
      font-size: 1.1em;
      height: 7px;
      margin: 0 20px;
      width: 7px;
      position: relative;
      top: -1px; }
  header .desktop-search .btn {
    background-color: #203A52;
    color: #fff;
    display: inline-block;
    text-align: center; }
    header .desktop-search .btn:hover {
      background-color: #12202d;
      text-decoration: none; }
    header .desktop-search .btn:focus, header .desktop-search .btn:active {
      background-color: #0b131b;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    header .desktop-search .btn i {
      font-size: 20px; }

.search-bar, .search-bar-fixed {
  background: #29445D;
  padding: 40px 0; }
  .search-bar .input-group-addon, .search-bar-fixed .input-group-addon {
    border-color: #fff;
    background: #fff;
    border-radius: 0; }
  .search-bar .form-control, .search-bar-fixed .form-control {
    border-color: #fff;
    font-size: 1.4em;
    height: auto;
    padding: 8px 17px; }
  .search-bar select.form-control, .search-bar-fixed select.form-control {
    background-position: right 10px top 18px; }
  .search-bar .btn, .search-bar-fixed .btn {
    background-color: #203A52;
    border-radius: 0;
    border-color: #1d354b;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 17px;
    line-height: 1;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 1.7em;
    height: auto;
    padding: 15px 17px 16px; }
    .search-bar .btn:hover, .search-bar-fixed .btn:hover {
      background-color: #192d40;
      text-decoration: none; }
    .search-bar .btn:active, .search-bar .btn:focus, .search-bar-fixed .btn:active, .search-bar-fixed .btn:focus {
      background-color: #12202d;
      text-decoration: none; }
    @media (min-width: 991px) and (max-width: 1199px) {
      .search-bar .btn, .search-bar-fixed .btn {
        font-size: 1.5em; }
        .search-bar .btn i:before, .search-bar-fixed .btn i:before {
          font-size: 0.8em;
          margin: 0 3px 0 -3px; } }
  .search-bar .form-control.error, .search-bar-fixed .form-control.error {
    border: 2px solid red;
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.58);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.58); }
  .search-bar label.error, .search-bar-fixed label.error {
    display: none !important; }

.search-bar-fixed {
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  position: fixed;
  padding: 15px;
  -o-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  z-index: 999999; }
  @media (max-width: 991px) {
    .search-bar-fixed {
      -o-transform: translateY(-500px);
      -moz-transform: translateY(-500px);
      -webkit-transform: translateY(-500px);
      -ms-transform: translateY(-500px);
      transform: translateY(-500px);
      z-index: 99997; } }
  .search-bar-fixed.active {
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    @media (max-width: 991px) {
      .search-bar-fixed.active {
        -o-transform: translateY(51px);
        -moz-transform: translateY(51px);
        -webkit-transform: translateY(51px);
        -ms-transform: translateY(51px);
        transform: translateY(51px); } }
  .search-bar-fixed .btn-primary {
    font-size: 20px;
    padding: 17px; }
    .search-bar-fixed .btn-primary i:before {
      font-size: 16px;
      margin-right: 5px; }
  .search-bar-fixed .btn-secondary {
    background-color: #47759F;
    border-radius: 0;
    border-color: #447098;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 17px;
    line-height: 1;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle;
    border: 3px solid #fff;
    padding: 16px 17px 16px; }
    .search-bar-fixed .btn-secondary:hover {
      background-color: #3f688d;
      text-decoration: none; }
    .search-bar-fixed .btn-secondary:active, .search-bar-fixed .btn-secondary:focus {
      background-color: #375b7c;
      text-decoration: none; }
    .search-bar-fixed .btn-secondary i:before {
      font-size: 16px;
      margin-right: 5px; }
    @media (min-width: 991px) and (max-width: 1199px) {
      .search-bar-fixed .btn-secondary {
        padding-left: 9px;
        padding-right: 9px; }
        .search-bar-fixed .btn-secondary i {
          display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .search-bar-fixed .sm-mb10 {
      margin-bottom: 10px; } }

.ipad-landscape .search-bar-fixed {
  display: none; }

nav {
  background: #29445D; }
  nav ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%; }
    nav ul li {
      display: table-cell;
      list-style: none;
      margin: 0;
      padding: 0; }
      nav ul li a {
        border-right: 1px solid #668BAD;
        color: #fff;
        display: block;
        font-weight: bold;
        font-size: 1.2em;
        padding: 12px 10px;
        text-align: center; }
        @media (min-width: 991px) and (max-width: 1199px) {
          nav ul li a {
            padding: 12px 10px;
            font-size: 1em; } }
        nav ul li a:active, nav ul li a:focus {
          color: #fff;
          text-decoration: none; }
        nav ul li a:hover {
          background: #375b7c;
          color: #fff;
          text-decoration: none; }
        nav ul li a.active {
          background: white;
          color: #c0391f; }
      nav ul li:first-of-type {
        border-left: 1px solid #668BAD; }

.mobile-bar {
  display: none; }

@media (max-width: 991px) {
  body {
    padding-top: 51px; }
  .mobile-bar {
    background: #fff;
    border-bottom: 1px solid #21374b;
    display: block;
    height: 51px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99998; }
    .mobile-bar .mobile-logo {
      position: absolute;
      top: 0;
      left: 0; }
      .mobile-bar .mobile-logo img {
        background: #fff;
        height: 50px;
        padding: 5px 10px; }
    .mobile-bar .menu-btn {
      border-left: 1px solid #29445D;
      background: #fff;
      color: #29445D;
      display: block;
      padding-top: 13px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      -ms-touch-action: manipulation;
      /* IE10  */
      touch-action: manipulation;
      /* IE11+ */
      height: 50px;
      width: 50px;
      text-align: center;
      z-index: 99999; }
      .mobile-bar .menu-btn i {
        font-size: 1.8em; }
    .mobile-bar .mobile-search-btn {
      top: 0;
      right: 50px;
      bottom: 0;
      left: auto;
      position: absolute;
      height: 50px;
      width: 50px;
      border-left: 1px solid #29445D;
      background: #fff;
      color: #29445D;
      display: block;
      -ms-touch-action: manipulation;
      /* IE10  */
      touch-action: manipulation;
      /* IE11+ */
      z-index: 99999;
      padding-top: 14px;
      text-align: center; }
      .mobile-bar .mobile-search-btn i:before {
        color: #29445D;
        font-size: 1.6em; }
    .mobile-bar .menu-btn:hover, .mobile-bar .menu-btn:focus, .mobile-bar .menu-btn:active, .mobile-bar .mobile-search-btn:hover, .mobile-bar .mobile-search-btn:focus, .mobile-bar .mobile-search-btn:active {
      background: #eee;
      text-decoration: none; } }

.mobile-overlay {
  background: rgba(41, 68, 93, 0.98);
  border-top: 1px solid #395e80;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 51px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999; }
  .mobile-overlay .btn-block {
    border-bottom: 1px solid #516A84;
    padding: 20px 0;
    text-align: center; }
    .mobile-overlay .btn-block.left-border {
      border-left: 1px solid #516A84; }
    .mobile-overlay .btn-block + .btn-block {
      margin-top: 0; }
  .mobile-overlay .mobile-main-nav ul {
    background: none !important;
    margin: 0;
    padding: 0; }
    .mobile-overlay .mobile-main-nav ul li {
      list-style: none;
      position: relative; }
      .mobile-overlay .mobile-main-nav ul li a {
        border-bottom: 1px solid #506982;
        color: #fff;
        display: block;
        font-size: 1.1em;
        padding: 15px 20px;
        text-transform: uppercase; }
        .mobile-overlay .mobile-main-nav ul li a:hover {
          text-decoration: none !important; }
        .mobile-overlay .mobile-main-nav ul li a:focus {
          text-decoration: none !important; }
        .mobile-overlay .mobile-main-nav ul li a:active {
          background: rgba(255, 255, 255, 0.2);
          text-decoration: none !important; }
      .mobile-overlay .mobile-main-nav ul li .mobile-subnav-button {
        background: transparent;
        border: none;
        border-left: 1px solid #506982;
        color: #fff;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        position: absolute;
        height: 55px;
        width: 60px; }
        .mobile-overlay .mobile-main-nav ul li .mobile-subnav-button i {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: .2s all ease-in-out;
          -o-transition: .2s all ease-in-out;
          transition: .2s all ease-in-out;
          font-size: 1.6em; }
        .mobile-overlay .mobile-main-nav ul li .mobile-subnav-button.open i {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      .mobile-overlay .mobile-main-nav ul li ul {
        background: rgba(255, 255, 255, 0.1);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: relative; }
        .mobile-overlay .mobile-main-nav ul li ul.scroll-menu {
          -webkit-transition: max-height .6s ease-in-out;
          -o-transition: max-height .6s ease-in-out;
          transition: max-height .6s ease-in-out;
          overflow: hidden;
          max-height: 0; }
          .mobile-overlay .mobile-main-nav ul li ul.scroll-menu.scroll-open {
            max-height: 1000px; }
        .mobile-overlay .mobile-main-nav ul li ul li {
          display: block;
          margin: 0;
          padding: 0; }
          .mobile-overlay .mobile-main-nav ul li ul li .mobile-subnav-button i {
            color: rgba(255, 255, 255, 0.59); }
          .mobile-overlay .mobile-main-nav ul li ul li a {
            background: none;
            color: rgba(255, 255, 255, 0.59);
            padding-left: 45px;
            position: relative; }
          .mobile-overlay .mobile-main-nav ul li ul li ul {
            background: rgba(255, 255, 255, 0.1); }
            .mobile-overlay .mobile-main-nav ul li ul li ul li a {
              padding-left: 65px; }
  .mobile-overlay .btn-default {
    background-color: #203A52;
    color: #fff;
    display: inline-block;
    text-align: center; }
    .mobile-overlay .btn-default:hover {
      background-color: #12202d;
      text-decoration: none; }
    .mobile-overlay .btn-default:focus, .mobile-overlay .btn-default:active {
      background-color: #0b131b;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

.dropdown-menu {
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out; }

.open > .dropdown-menu {
  display: block !important; }

#mobile-nav-cats {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out; }
  #mobile-nav-cats a {
    background-color: #1E6998;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #60A5D0; }
    #mobile-nav-cats a:hover {
      background-color: #164c6d;
      text-decoration: none; }
    #mobile-nav-cats a:focus, #mobile-nav-cats a:active {
      background-color: #113d58;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  #mobile-nav-cats.active {
    max-height: 1000px; }

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media (min-width: 991px) {
    .slideshow {
      height: 480px; } }
  @media (max-width: 991px) {
    .slideshow {
      height: auto !important; } }
  .slideshow .cycle-sentinel {
    padding-bottom: 40px; }
  .slideshow .slide {
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 991px) {
      .slideshow .slide {
        height: 480px; } }
    @media (max-width: 991px) {
      .slideshow .slide {
        height: auto !important; } }
    .slideshow .slide .slide-image {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      height: auto;
      margin: auto;
      width: auto;
      min-height: 100%;
      max-width: none; }
      @media (max-width: 991px) {
        .slideshow .slide .slide-image {
          position: relative;
          min-height: 0;
          max-width: 100%;
          top: auto;
          left: auto;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; } }
    .slideshow .slide .container {
      position: relative;
      min-height: 100%; }
      @media (max-width: 991px) {
        .slideshow .slide .container {
          margin: 0;
          padding: 0;
          width: 100%; } }
      .slideshow .slide .container .slide-content {
        width: 55%;
        position: absolute;
        top: 15%;
        min-height: 60%;
        left: 15px;
        background: white;
        /*
				padding-top: 100px;
				@include breakpoint(max-width 1660px) {
					padding-top: 50px;
				}

				@include breakpoint(max-width 1535px) {
					padding-top: 30px;
				}
				@include breakpoint(1200px 1340px) {
					padding-top: 20px;
				}
				*/ }
        @media (max-width: 991px) {
          .slideshow .slide .container .slide-content {
            position: static;
            width: auto; } }
        .slideshow .slide .container .slide-content .caption {
          background: white;
          padding: 25px 30px; }
          @media (max-width: 1210px) {
            .slideshow .slide .container .slide-content .caption {
              padding: 15px 25px; } }
          .slideshow .slide .container .slide-content .caption .caption-title {
            border-bottom: 2px solid #ececec;
            color: #29445D;
            font-size: 2em;
            font-weight: bold;
            line-height: 1em;
            margin-bottom: 15px;
            padding-bottom: 15px; }
            .slideshow .slide .container .slide-content .caption .caption-title a {
              color: inherit !important; }
              .slideshow .slide .container .slide-content .caption .caption-title a:hover {
                text-decoration: none; }
            @media (max-width: 1400px) {
              .slideshow .slide .container .slide-content .caption .caption-title {
                font-size: 2em;
                margin-bottom: 15px;
                padding-bottom: 15px; } }
            @media (max-width: 1210px) {
              .slideshow .slide .container .slide-content .caption .caption-title {
                font-size: 1.7em; } }
          .slideshow .slide .container .slide-content .caption .caption-content {
            color: #666666;
            margin-bottom: 35px; }
            .slideshow .slide .container .slide-content .caption .caption-content a {
              font-weight: bold; }
            @media (max-width: 1210px) {
              .slideshow .slide .container .slide-content .caption .caption-content {
                line-height: 1.3em; } }
            @media (max-width: 539px) {
              .slideshow .slide .container .slide-content .caption .caption-content {
                font-size: 12px; } }
            .slideshow .slide .container .slide-content .caption .caption-content * {
              color: #666666; }
              .slideshow .slide .container .slide-content .caption .caption-content *:last-child {
                margin-bottom: 0; }
        .slideshow .slide .container .slide-content .slide-controls {
          background: #fff;
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 0 30px 25px; }
          @media (max-width: 1210px) {
            .slideshow .slide .container .slide-content .slide-controls {
              padding: 0 25px 15px; } }
          @media (max-width: 991px) {
            .slideshow .slide .container .slide-content .slide-controls {
              display: none; } }
          .slideshow .slide .container .slide-content .slide-controls .slide-control {
            background: #c0391f;
            color: white;
            border: none;
            text-align: center; }
          .slideshow .slide .container .slide-content .slide-controls .cycle-prev {
            padding: 5px 11px 4px 8px; }
          .slideshow .slide .container .slide-content .slide-controls .cycle-next {
            padding: 5px 8px 4px 11px; }
  .slideshow .block-links {
    width: 33%;
    position: absolute;
    top: 15%;
    min-height: 60%;
    right: 15px;
    background: rgba(255, 255, 255, 0.4); }
    .slideshow .block-links.block-links--mobile {
      display: none; }
    .slideshow .block-links ul {
      list-style: none;
      padding: 0;
      margin: 10px;
      overflow: hidden; }
      .slideshow .block-links ul li {
        display: block;
        list-style: none;
        padding: 0; }
        .slideshow .block-links ul li:first-child a {
          margin: 0; }
      .slideshow .block-links ul a {
        display: block;
        position: relative;
        background: #29445D;
        color: white;
        text-decoration: none;
        padding: 0.8em 1em 0.8em 2em;
        font-size: 1.4em;
        margin: 10px 0 0; }
        .slideshow .block-links ul a i {
          position: absolute;
          top: 0.8em;
          left: 0.8em;
          line-height: 1.3em; }
        .slideshow .block-links ul a:hover {
          background: #c0391f;
          text-decoration: none; }
    @media (max-width: 991px) {
      .slideshow .block-links {
        display: none;
        position: static;
        width: auto; }
        .slideshow .block-links.block-links--mobile {
          display: block; }
        .slideshow .block-links ul li {
          width: 100%;
          float: left;
          margin: 1%; }
          .slideshow .block-links ul li a {
            font-size: 1.1em;
            margin: 0; } }
    @media (max-width: 570px) {
      .slideshow .block-links ul li {
        width: 100%;
        margin: 1% 0; } }
  .slideshow .slideshow-contact {
    background: #fff;
    color: #203A52;
    padding: 10px 88px 10px 0;
    font-weight: bold;
    font-size: 1.7em;
    text-align: center; }
    .slideshow .slideshow-contact a {
      color: #203A52; }
    @media (max-width: 991px) {
      .slideshow .slideshow-contact {
        padding: 10px 15px; } }
    @media (min-width: 991px) {
      .slideshow .slideshow-contact {
        position: absolute;
        bottom: 0; }
        .slideshow .slideshow-contact::after {
          background: white;
          content: '';
          height: 100px;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 100%;
          width: 1000px; } }
    .slideshow .slideshow-contact br {
      display: none; }
      @media (max-width: 400px) {
        .slideshow .slideshow-contact br {
          display: initial; } }
    @media (max-width: 510px) {
      .slideshow .slideshow-contact {
        font-size: 1.3em; } }

.content {
  margin-top: 40px;
  position: relative; }
  .content > .container {
    margin-bottom: 40px; }
  .content img {
    max-width: 100%;
    height: auto; }
    @media (max-width: 480px) {
      .content img {
        height: auto !important;
        width: 100% !important; } }
  .content p img {
    width: auto !important; }
  .content a {
    color: #29445D;
    font-size: 1em;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    word-break: break-word; }
  .content ol {
    margin: 2em 0 2em 20px;
    padding: 0; }
    .content ol li {
      color: #666666;
      font-size: 1.14em;
      margin: 0 0 0.6em;
      padding: 0 0 0 30px; }
  .content ul {
    margin: 2em 0 2em 40px;
    padding: 0; }
    .content ul li {
      color: #666666;
      font-size: 1.14em;
      padding: 0 0 0 5px;
      margin: 0 0 0.4em;
      position: relative; }
  @media (max-width: 767px) {
    .content table form select {
      max-width: 270px; } }

.page-content {
  margin-bottom: 25px; }
  .page-content.software-page {
    background-image: url("/images/backgr.jpg");
    background-size: contain;
    background-repeat: repeat-y;
    background-position: top center;
    padding: 20px; }

.featured-box {
  background: white;
  border: 3px solid #29445D;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative; }
  .featured-box .wrap {
    padding: 25px 30px; }
  .featured-box .featured-box-title {
    color: white;
    font-size: 1.7em;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    background: #29445D;
    padding: 0.6em 30px;
    text-transform: uppercase; }
  .featured-box .featured-box-tagline {
    color: #c0391f;
    font-size: 1.35em;
    font-family: "Lato", sans-serif;
    line-height: 1.1em;
    min-height: 3.3em;
    margin-bottom: 0.7em; }
    @media (max-width: 991px) {
      .featured-box .featured-box-tagline {
        min-height: auto; } }
  .featured-box.featured-box-blue {
    background: #47759F; }
    .featured-box.featured-box-blue * {
      color: #fff; }
  .featured-box p {
    margin-bottom: 0; }
  .featured-box.side {
    border: 1px solid #e9e9e9; }
    .featured-box.side .featured-box-title {
      color: #29445D;
      background: transparent;
      font-size: 1.4em;
      padding: 30px 30px 0; }
    .featured-box.side .featured-box-tagline {
      color: #29445D; }

a.featured-box:hover {
  background: #f0f0f0;
  border-bottom: 3px solid #29445D;
  text-decoration: none; }
  a.featured-box:hover.featured-box-blue {
    background: #416b91;
    padding-bottom: 25px; }

.contact-us-teaser {
  background: #c0391f;
  display: block;
  word-break: unset !important;
  padding: 20px 220px 20px 20px;
  position: relative; }
  @media (min-width: 991px) and (max-width: 1199px) {
    .contact-us-teaser {
      padding-right: 140px; } }
  @media (max-width: 991px) {
    .contact-us-teaser {
      padding: 20px; } }
  .contact-us-teaser:hover {
    background: #d64023;
    text-decoration: none; }
  .contact-us-teaser .contact-us-teaser-button {
    background: #942c18;
    padding: 10px 15px;
    position: relative;
    color: #fff;
    font-size: 1.7em;
    font-family: "Lato", sans-serif;
    font-weight: 700; }
    @media (min-width: 991px) and (max-width: 1199px) {
      .contact-us-teaser .contact-us-teaser-button {
        font-size: 1.5em; } }
    @media (max-width: 767px) {
      .contact-us-teaser .contact-us-teaser-button {
        font-size: 1em;
        padding-left: 15px;
        max-width: 360px;
        text-align: center; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .contact-us-teaser .contact-us-teaser-button {
        padding-left: 80px; } }
    .contact-us-teaser .contact-us-teaser-button img {
      position: relative;
      top: -2px;
      margin-right: 10px;
      width: 20px;
      height: 20px; }
      @media (max-width: 991px) {
        .contact-us-teaser .contact-us-teaser-button img {
          display: none; } }
  .contact-us-teaser .contact-us-teaser-icon {
    width: 60px;
    height: auto;
    position: absolute;
    top: 19px;
    right: 30px; }
    @media (max-width: 991px) {
      .contact-us-teaser .contact-us-teaser-icon {
        right: auto;
        left: 35px;
        width: 50px !important;
        height: 50px !important;
        top: 39px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .contact-us-teaser .contact-us-teaser-icon {
        width: 40px !important;
        height: 40px !important;
        top: 27px; } }
    @media (max-width: 991px) {
      .contact-us-teaser .contact-us-teaser-icon {
        display: none; } }

.contact-us-teaser-small-text {
  color: #c0391f;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 50px; }

.sidebar {
  margin-top: 70px; }

.sidebar-slide-teaser {
  display: block;
  margin-bottom: 30px; }
  .sidebar-slide-teaser:hover {
    text-decoration: none; }
  .sidebar-slide-teaser .sidebar-slide-teaser-title {
    color: #fff;
    font-size: 1.5em;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    background: #c0391f;
    padding: 8px 23px; }
    .sidebar-slide-teaser .sidebar-slide-teaser-title img {
      position: relative;
      top: -2px;
      margin-right: 10px;
      width: 20px;
      height: 20px; }
  .sidebar-slide-teaser img {
    width: 100%; }

.homepage-links {
  border: 1px solid #cccccc;
  padding: 25px 30px 13px; }
  .homepage-links .homepage-link {
    color: #29445D;
    font-size: 1.1em;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    display: inline-block;
    line-height: 1em;
    margin: 0 13px 15px 0;
    padding-left: 20px;
    position: relative; }
    .homepage-links .homepage-link i {
      color: #47759F;
      font-weight: normal;
      font-size: 0.6em;
      margin-right: 12px;
      top: 6px;
      right: auto;
      bottom: auto;
      left: 0;
      position: absolute; }

.sidebar-box {
  background: white;
  padding: 12px 25px;
  margin: 0 0 30px;
  border: 1px solid #e9e9e9; }
  .sidebar-box.mb0 {
    margin-bottom: 0; }
  .sidebar-box .sidebar-box-title {
    font-weight: bold;
    color: #29445D;
    font-size: 1.6em;
    margin-bottom: 10px; }
    .sidebar-box .sidebar-box-title i {
      color: #c0391f; }
  .sidebar-box :last-child {
    margin-bottom: 0; }

.sidebar-related-links {
  background: white;
  margin-bottom: 30px;
  border: 1px solid #e9e9e9;
  border-top: none; }
  .sidebar-related-links a {
    border-bottom: 1px solid #e9e9e9;
    color: #29445D;
    display: block;
    font-size: 1.2em;
    padding: 10px 25px 10px;
    position: relative; }
    .sidebar-related-links a:last-child {
      border-bottom: none; }
    .sidebar-related-links a:hover, .sidebar-related-links a:active, .sidebar-related-links a:focus, .sidebar-related-links a.active {
      background: #dce6ef;
      text-decoration: none; }
    .sidebar-related-links a.active, .sidebar-related-links a.active:hover {
      background: #e7eef4; }
    .sidebar-related-links a i {
      position: absolute;
      top: 14px;
      left: 25px; }
  .sidebar-related-links .sidebar-related-links-subitems {
    background: #29445D;
    display: none; }
    .sidebar-related-links .sidebar-related-links-subitems.show {
      display: block; }
    .sidebar-related-links .sidebar-related-links-subitems a {
      color: rgba(255, 255, 255, 0.83);
      padding: 10px 25px 10px 50px; }
      .sidebar-related-links .sidebar-related-links-subitems a:last-child {
        border-bottom: 1px solid #668BAD; }
      .sidebar-related-links .sidebar-related-links-subitems a:hover {
        color: #29445D; }

.latest-news-item {
  display: block;
  padding: 20px 25px;
  margin: 0 -25px;
  position: relative; }
  .latest-news-item:after {
    content: '';
    background: #e9e9e9;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 25px;
    left: 25px; }
  .latest-news-item:hover {
    text-decoration: none; }
  .latest-news-item:last-of-type:after {
    display: none; }
  .latest-news-item .latest-news-title {
    color: #29445D;
    font-size: 1.3em;
    line-height: 1.1em;
    font-weight: 500;
    margin-bottom: 10px; }
  .latest-news-item .latest-news-snippet {
    color: #666666;
    font-size: 1.1em;
    font-family: "Lato", sans-serif;
    font-weight: 400; }

.accreditations {
  margin: 10px 0 30px;
  text-align: center; }

.article {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-top: 20px;
  position: relative; }
  @media (max-width: 480px) {
    .article {
      padding-left: 0; } }
  .article i.fa-newspaper-o {
    position: absolute;
    top: 41px;
    left: 20px;
    font-size: 2.5em;
    color: #c7c7c7; }
    @media (max-width: 480px) {
      .article i.fa-newspaper-o {
        display: none; } }
  @media (max-width: 767px) {
    .article img {
      width: 100%;
      display: block;
      height: auto;
      float: none !important;
      margin: 10px auto !important;
      max-width: 400px !important; } }
  .article p {
    margin: 0;
    padding: 0; }
  .article .read-more {
    margin-top: 0; }

.disclaimer-box {
  padding: 5%;
  border: 1px solid #eaeaea;
  margin-bottom: 30px; }

.news-title {
  text-transform: uppercase;
  font-size: 1.42em;
  font-weight: 700;
  border-bottom: 2px solid #c0391f;
  margin-bottom: 1.5em;
  padding-bottom: 9px;
  line-height: 1.1em;
  color: #29445D; }

iframe {
  max-width: 100% !important; }

footer {
  background: #29445D;
  margin-top: 40px;
  padding: 30px 0; }
  footer .footer-copy {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px; }
  footer .footer-links {
    text-align: center; }
    footer .footer-links a {
      color: #fff;
      display: inline-block;
      margin: 0 5px;
      padding: 0 5px;
      position: relative;
      text-transform: uppercase; }
      footer .footer-links a::after {
        background: #fff;
        content: '';
        height: 11px;
        position: absolute;
        top: 5px;
        right: -7px;
        width: 0;
        border-right: 1.1px white solid; }
      footer .footer-links a:last-of-type::after {
        display: none; }
      @media (min-width: 991) {
        footer .footer-links a:last-of-type {
          margin-right: 0;
          padding-right: 0; }
          footer .footer-links a:last-of-type::after {
            display: none; } }
      @media (max-width: 991px) {
        footer .footer-links a {
          border-bottom: 1px solid rgba(255, 255, 255, 0.1);
          display: block;
          padding: 5px 10px;
          text-align: center; }
          footer .footer-links a::after {
            display: none; } }
  footer .legals {
    padding: 30px 0;
    text-align: center; }
    footer .legals .legals-text {
      color: #999999;
      text-transform: uppercase; }

.oldie .search-bar-fixed {
  display: none !important; }

/*
 *  Frontend styling for cookie notice
 *
 *  @package CBC Cookie Control
 *
 *
 */
/** Cookie Notice - Main Wrapper **/
.cbc-cookie-notice__wrapper.disabled {
  display: none; }

.cbc-cookie-notice__wrapper.allowed .cbc-cookie-notice {
  display: none; }

.cbc-cookie-notice__wrapper.allowed .cbc-cookie-notice__toggle {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/** Cookie Notice - Notice popup **/
.cbc-cookie-notice {
  position: fixed;
  padding: 10px 15px 5px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(20, 20, 20, 0.9);
  z-index: 1850; }

.cbc-cookie-notice__container {
  max-width: 1400px;
  margin: 0 auto; }

.cbc-cookie-notice_text {
  color: #fff; }
  @media only screen and (max-width: 576px) {
    .cbc-cookie-notice_text {
      text-align: center; } }
  .cbc-cookie-notice_text p {
    color: #eee; }
  .cbc-cookie-notice_text p, .cbc-cookie-notice_text a, .cbc-cookie-notice_text label, .cbc-cookie-notice_text span {
    font-size: 1.4rem;
    margin-bottom: 0; }
  .cbc-cookie-notice_text a {
    color: #375b7c; }
  .cbc-cookie-notice_text a, .cbc-cookie-notice_text strong {
    font-weight: 700; }

.cbc-cookie-notice_text a:hover {
  text-decoration: underline; }

.cbc-cookie-notice_text {
  display: block;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .cbc-cookie-notice_text {
      display: inline-block;
      width: 70%; } }

.cbc-cookie-notice__button-container {
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .cbc-cookie-notice__button-container {
      display: inline-block;
      width: 30%;
      float: right; } }

.cbc-cookie-notice__button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 46%;
  max-width: 190px;
  margin: 0 1%;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #29445D;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer; }
  @media only screen and (min-width: 800px) {
    .cbc-cookie-notice__button {
      display: inline-block;
      padding: 4px 20px;
      min-width: 100px; } }
  .cbc-cookie-notice__button:hover {
    color: #ddd;
    background: #375b7c; }

/** Cookie Notice - Toggle Button**/
.cbc-cookie-notice__toggle {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 2px 6px 0;
  font-size: 1.4rem;
  border-radius: 0 4px 0 0;
  background: #c9d0d6;
  cursor: pointer;
  z-index: 1050;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  -o-transition: transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in; }
  .cbc-cookie-notice__toggle:hover {
    opacity: 0.9; }
