@charset "UTF-8";
@media screen {
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Make box sizing default for all elements; life becomes easier*/
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-none {
  text-transform: none !important;
}

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

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

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

.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.pull-none {
  float: none !important;
}
@media only screen and (max-width: 480px) {
  .pull-left-xxs {
    float: left !important;
  }
  .pull-right-xxs {
    float: right !important;
  }
  .pull-none-xxs {
    float: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .pull-left-xs {
    float: left !important;
  }
  .pull-right-xs {
    float: right !important;
  }
  .pull-none-xs {
    float: none !important;
  }
}
@media only screen and (max-width: 769px) {
  .pull-left-sm {
    float: left !important;
  }
  .pull-right-sm {
    float: right !important;
  }
  .pull-none-sm {
    float: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .pull-left-md {
    float: left !important;
  }
  .pull-right-md {
    float: right !important;
  }
  .pull-none-md {
    float: none !important;
  }
}

.wrapper:before, .wrapper:after, .content:before, .content:after, .clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after, .container-fluid:before, .container-fluid:after, .clear:before, .clear:after {
  content: " ";
  display: table;
}
.wrapper:after, .content:after, .clearfix:after, .container:after, .row:after, .container-fluid:after, .clear:after {
  clear: both;
}

.fnt-10 {
  font-size: 10px !important;
}

.fnt-12 {
  font-size: 12px !important;
}

img {
  width: auto;
  max-width: 100%;
}
img.img-inline {
  display: inline-block !important;
}
img.img-center {
  margin: 0 auto;
  display: block;
}

.bdr {
  border-style: solid;
  border-width: 1px;
  border-color: #5b5b5b;
}
.bdr.bdr-rounded {
  border-radius: 4px;
}
.bdr.bdr-rounded-5 {
  border-radius: 5px;
}
.bdr.bdr-rounded-10 {
  border-radius: 10px;
}
.bdr.bdr-rounded-15 {
  border-radius: 15px;
}
.bdr.bdr-rounded-20 {
  border-radius: 20px;
}

.bdr-top {
  border-top-style: solid;
}

.bdr-bottom {
  border-bottom-style: solid;
}

.bdr-left {
  border-left-style: solid;
}

.bdr-right {
  border-right-style: solid;
}

.bdr-1 {
  border-width: 1px;
}

.hr-1 {
  border-top-width: 1px;
}

.bdr-2 {
  border-width: 2px;
}

.hr-2 {
  border-top-width: 2px;
}

.bdr-3 {
  border-width: 3px;
}

.hr-3 {
  border-top-width: 3px;
}

.bdr-4 {
  border-width: 4px;
}

.hr-4 {
  border-top-width: 4px;
}

.bdr-5 {
  border-width: 5px;
}

.hr-5 {
  border-top-width: 5px;
}

.bdr-white {
  border-color: #FFFFFF !important;
}

.hr-white {
  border-color: #FFFFFF !important;
}

.bdr-black {
  border-color: #000000 !important;
}

.hr-black {
  border-color: #000000 !important;
}

.bdr-light {
  border-color: rgba(0, 0, 0, 0.05) !important;
}

.hr-light {
  border-color: rgba(0, 0, 0, 0.05) !important;
}

.bdr-light-grey {
  border-color: #d5d5d5 !important;
}

.hr-light-grey {
  border-color: #d5d5d5 !important;
}

.max-320 {
  max-width: 320px !important;
  margin: 0 auto;
}

.max-480 {
  max-width: 480px !important;
  margin: 0 auto;
}

.max-640 {
  max-width: 640px !important;
  margin: 0 auto;
}

.max-980 {
  max-width: 980px !important;
  margin: 0 auto;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (max-width: 1200px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 992px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.col-non-rel {
  position: inherit !important;
}

.col-xxxs-1, .col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xxxs-2, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xxxs-3, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xxxs-4, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xxxs-5, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xxxs-6, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xxxs-7, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xxxs-8, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xxxs-9, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xxxs-10, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xxxs-11, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xxxs-12, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
.col-xxxs-2-4, .col-xxs-2-4, .col-xs-2-4, .col-sm-2-4, .col-md-2-4, .col-lg-2-4 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .col-xxxs-1, .col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
  .col-xxxs-2, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
  .col-xxxs-3, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
  .col-xxxs-4, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
  .col-xxxs-5, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
  .col-xxxs-6, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
  .col-xxxs-7, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
  .col-xxxs-8, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
  .col-xxxs-9, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
  .col-xxxs-10, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
  .col-xxxs-11, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
  .col-xxxs-12, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
  .col-xxxs-2-4, .col-xxs-2-4, .col-xs-2-4, .col-sm-2-4, .col-md-2-4, .col-lg-2-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .col-xxxs-1, .col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
  .col-xxxs-2, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
  .col-xxxs-3, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
  .col-xxxs-4, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
  .col-xxxs-5, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
  .col-xxxs-6, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
  .col-xxxs-7, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
  .col-xxxs-8, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
  .col-xxxs-9, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
  .col-xxxs-10, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
  .col-xxxs-11, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
  .col-xxxs-12, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
  .col-xxxs-2-4, .col-xxs-2-4, .col-xs-2-4, .col-sm-2-4, .col-md-2-4, .col-lg-2-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row .col-xs-12 {
  width: 100%;
}
.row .col-xs-11 {
  width: 91.66666667%;
}
.row .col-xs-10 {
  width: 83.33333333%;
}
.row .col-xs-9 {
  width: 75%;
}
.row .col-xs-8 {
  width: 66.66666667%;
}
.row .col-xs-7 {
  width: 58.33333333%;
}
.row .col-xs-6 {
  width: 50%;
}
.row .col-xs-5 {
  width: 41.66666667%;
}
.row .col-xs-4 {
  width: 33.33333333%;
}
.row .col-xs-3 {
  width: 25%;
}
.row .col-xs-2 {
  width: 16.66666667%;
}
.row .col-xs-1 {
  width: 8.33333333%;
}
.row .col-xs-2-4 {
  width: 20%;
}
@media (min-width: 768px) {
  .row .col-sm-12 {
    width: 100%;
  }
  .row .col-sm-11 {
    width: 91.66666667%;
  }
  .row .col-sm-10 {
    width: 83.33333333%;
  }
  .row .col-sm-9 {
    width: 75%;
  }
  .row .col-sm-8 {
    width: 66.66666667%;
  }
  .row .col-sm-7 {
    width: 58.33333333%;
  }
  .row .col-sm-6 {
    width: 50%;
  }
  .row .col-sm-5 {
    width: 41.66666667%;
  }
  .row .col-sm-4 {
    width: 33.33333333%;
  }
  .row .col-sm-3 {
    width: 25%;
  }
  .row .col-sm-2 {
    width: 16.66666667%;
  }
  .row .col-sm-1 {
    width: 8.33333333%;
  }
  .row .col-sm-2-4 {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .row .col-md-12 {
    width: 100%;
  }
  .row .col-md-11 {
    width: 91.66666667%;
  }
  .row .col-md-10 {
    width: 83.33333333%;
  }
  .row .col-md-9 {
    width: 75%;
  }
  .row .col-md-8 {
    width: 66.66666667%;
  }
  .row .col-md-7 {
    width: 58.33333333%;
  }
  .row .col-md-6 {
    width: 50%;
  }
  .row .col-md-5 {
    width: 41.66666667%;
  }
  .row .col-md-4 {
    width: 33.33333333%;
  }
  .row .col-md-3 {
    width: 25%;
  }
  .row .col-md-2 {
    width: 16.66666667%;
  }
  .row .col-md-1 {
    width: 8.33333333%;
  }
  .row .col-md-2-4 {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .row .col-lg-12 {
    width: 100%;
  }
  .row .col-lg-11 {
    width: 91.66666667%;
  }
  .row .col-lg-10 {
    width: 83.33333333%;
  }
  .row .col-lg-9 {
    width: 75%;
  }
  .row .col-lg-8 {
    width: 66.66666667%;
  }
  .row .col-lg-7 {
    width: 58.33333333%;
  }
  .row .col-lg-6 {
    width: 50%;
  }
  .row .col-lg-5 {
    width: 41.66666667%;
  }
  .row .col-lg-4 {
    width: 33.33333333%;
  }
  .row .col-lg-3 {
    width: 25%;
  }
  .row .col-lg-2 {
    width: 16.66666667%;
  }
  .row .col-lg-1 {
    width: 8.33333333%;
  }
  .row .col-lg-2-4 {
    width: 20%;
  }
}
@media (max-width: 640px) {
  .row .col-xxs-12 {
    width: 100%;
  }
  .row .col-xxs-11 {
    width: 91.66666667%;
  }
  .row .col-xxs-10 {
    width: 83.33333333%;
  }
  .row .col-xxs-9 {
    width: 75%;
  }
  .row .col-xxs-8 {
    width: 66.66666667%;
  }
  .row .col-xxs-7 {
    width: 58.33333333%;
  }
  .row .col-xxs-6 {
    width: 50%;
  }
  .row .col-xxs-5 {
    width: 41.66666667%;
  }
  .row .col-xxs-4 {
    width: 33.33333333%;
  }
  .row .col-xxs-3 {
    width: 25%;
  }
  .row .col-xxs-2 {
    width: 16.66666667%;
  }
  .row .col-xxs-1 {
    width: 8.33333333%;
  }
  .row .col-xxs-2-4 {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .row .col-xxxs-12 {
    width: 100%;
  }
  .row .col-xxxs-11 {
    width: 91.66666667%;
  }
  .row .col-xxxs-10 {
    width: 83.33333333%;
  }
  .row .col-xxxs-9 {
    width: 75%;
  }
  .row .col-xxxs-8 {
    width: 66.66666667%;
  }
  .row .col-xxxs-7 {
    width: 58.33333333%;
  }
  .row .col-xxxs-6 {
    width: 50%;
  }
  .row .col-xxxs-5 {
    width: 41.66666667%;
  }
  .row .col-xxxs-4 {
    width: 33.33333333%;
  }
  .row .col-xxxs-3 {
    width: 25%;
  }
  .row .col-xxxs-2 {
    width: 16.66666667%;
  }
  .row .col-xxxs-1 {
    width: 8.33333333%;
  }
  .row .col-xxxs-2-4 {
    width: 20%;
  }
}

.show-xxs, .show-xs, .show-sm, .show-md {
  display: none;
}

@media only screen and (max-width: 992px) {
  .show-md {
    display: block;
  }
  .hide-md {
    display: none;
  }
  .max-width-100-md {
    max-width: 100%;
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #d5d5d5;
  }
  .table-responsive .table {
    margin-bottom: 0;
  }
  .table-responsive .table > thead > tr > th, .table-responsive .table > tbody > tr > th, .table-responsive .table > tfoot > tr > th,
  .table-responsive .table > thead > tr > td, .table-responsive .table > tbody > tr > td, .table-responsive .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive.table-bordered {
    border: 0;
  }
  .table-responsive.table-bordered > thead > tr > th:first-child, .table-responsive.table-bordered > tbody > tr > th:first-child, .table-responsive.table-bordered > tfoot > tr > th:first-child,
  .table-responsive.table-bordered > thead > tr > td:first-child, .table-responsive.table-bordered > tbody > tr > td:first-child, .table-responsive.table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive.table-bordered > thead > tr > th:last-child, .table-responsive.table-bordered > tbody > tr > th:last-child, .table-responsive.table-bordered > tfoot > tr > th:last-child,
  .table-responsive.table-bordered > thead > tr > td:last-child, .table-responsive.table-bordered > tbody > tr > td:last-child, .table-responsive.table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive.table-bordered > tbody > tr:last-child > th, .table-responsive.table-bordered > tfoot > tr:last-child > th,
  .table-responsive.table-bordered > tbody > tr:last-child > td, .table-responsive.table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 769px) {
  .show-sm {
    display: block;
  }
  .hide-sm {
    display: none;
  }
  .max-width-100-sm {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .show-xs {
    display: block !important;
  }
  .hide-xs {
    display: none;
  }
  .max-width-100-xs {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .show-xxs {
    display: block !important;
  }
  .hide-xxs {
    display: none;
  }
  .max-width-100-xxs {
    max-width: 100%;
  }
}
/* Following icons are renamed. 
 * .icon-youtube-play > .icon-youtube
 * .icon-chat-empty > .icon-chat
 */
@font-face {
  font-family: "fontello";
  src: url("../font/fontello/fontello.eot?2020");
  src: url("../font/fontello/fontello.eot?2020#iefix") format("embedded-opentype"), url("../font/fontello/fontello.woff2?2020") format("woff2"), url("../font/fontello/fontello.woff?2020") format("woff"), url("../font/fontello/fontello.ttf?2020") format("truetype"), url("../font/fontello/fontello.svg?2020#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ConthraxSemiBold";
  src: url("../font/ConthraxSemiBold/font.woff2") format("woff2"), url("../font/ConthraxSemiBold/font.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?30648603#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-users:before {
  content: "\e800";
} /* '' */
.icon-plus:before {
  content: "\e801";
} /* '' */
.icon-minus:before {
  content: "\e802";
} /* '' */
.icon-th-list:before {
  content: "\e803";
} /* '' */
.icon-ok:before {
  content: "\e804";
} /* '' */
.icon-cancel:before {
  content: "\e805";
} /* '' */
.icon-down-open:before {
  content: "\e806";
} /* '' */
.icon-left-open:before {
  content: "\e807";
} /* '' */
.icon-up-open:before {
  content: "\e808";
} /* '' */
.icon-right-open:before {
  content: "\e809";
} /* '' */
.icon-location:before {
  content: "\e80a";
} /* '' */
.icon-doc:before {
  content: "\e80b";
} /* '' */
.icon-search:before {
  content: "\e80c";
} /* '' */
.icon-phone:before {
  content: "\e80d";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-mail-alt:before {
  content: "\f0e0";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-download-cloud:before {
  content: "\f0ed";
} /* '' */
.icon-attention-alt:before {
  content: "\f12a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-paper-plane:before {
  content: "\f1d8";
} /* '' */
body {
  padding: 0;
  margin: 0 auto;
  color: #5b5b5b;
  font-family: "aptos-black", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3;
  min-width: 320px;
}
body.modal-open {
  position: relative;
  overflow: hidden;
}
body.no-banner {
  background-color: #3c3c3c;
}
@media only screen and (min-width: 641px) {
  body.homepage #header .strapline {
    display: none;
  }
}

#header, #main, #footer, nav {
  display: block;
  position: relative;
}
#header .wrapper, #main .wrapper, #footer .wrapper, nav .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1200px) {
  #header .wrapper, #main .wrapper, #footer .wrapper, nav .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  #header .wrapper, #main .wrapper, #footer .wrapper, nav .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#header:before, #header:after, #header .wrapper:before, #header .wrapper:after, #main:before, #main:after, #main .wrapper:before, #main .wrapper:after, #footer:before, #footer:after, #footer .wrapper:before, #footer .wrapper:after, nav:before, nav:after, nav .wrapper:before, nav .wrapper:after {
  display: table;
  content: " ";
}
#header:after, #header .wrapper:after, #main:after, #main .wrapper:after, #footer:after, #footer .wrapper:after, nav:after, nav .wrapper:after {
  clear: both;
}

#header {
  position: relative;
  z-index: 5;
  padding-top: 60px;
}
@media only screen and (max-width: 1080px) {
  #header {
    padding-top: 0;
  }
}
#header .top {
  display: block;
  overflow: hidden;
  padding: 40px 0 30px;
}
@media only screen and (max-width: 1400px) {
  #header .top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1080px) {
  #header .top {
    padding: 20px 0;
    margin-top: 60px;
  }
}
#header .top .logo {
  display: block;
  width: 323px;
  height: 100px;
  margin: 0;
  padding: 0;
  background-image: url("../img/logo-white.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media only screen and (max-width: 1400px) {
  #header .top .logo {
    height: 100px;
  }
}
@media only screen and (max-width: 1080px) {
  #header .top .logo {
    display: none;
  }
}
#header .top .strapline {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.125em;
  line-height: 1;
  text-align: right;
  position: relative;
  margin-left: 350px;
}
@media only screen and (max-width: 1400px) {
  #header .top .strapline {
    font-size: 1.75em;
    margin-left: 230px;
  }
}
@media only screen and (max-width: 1080px) {
  #header .top .strapline {
    font-size: 1.5em;
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  #header .top .strapline {
    text-align: center;
    margin-left: 0;
    color: #5b5b5b;
    font-size: 1.125em;
  }
}
#header .top .strapline p {
  margin: 15px 0;
  font-family: "ConthraxSemiBold", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #002447;
}
@media only screen and (max-width: 1200px) {
  #header .top .strapline p {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  #header .top .strapline p {
    margin: 0;
    font-size: 16px;
  }
}

body.no-banner #header {
  background-color: #ffffff;
}
body.no-banner #header .top {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1080px) {
  body.no-banner #header .top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body.no-banner #header .top .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body.no-banner #header .top .wrapper .logo {
  background-image: url("../img/logo.svg");
  width: 162px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  body.no-banner #header .top .wrapper .logo {
    width: 240px;
    height: 70px;
  }
}
@media only screen and (min-width: 1400px) {
  body.no-banner #header .top .wrapper .logo {
    width: 300px;
    height: 90px;
  }
}
@media only screen and (max-width: 1080px) {
  body.no-banner #header .top .wrapper .logo {
    display: block;
  }
}
@media only screen and (max-width: 769px) {
  body.no-banner #header .top .wrapper .logo {
    display: block;
  }
}
body.no-banner #header .top .wrapper .strapline {
  color: #5b5b5b;
  padding-top: 0;
  padding-left: 16px;
  width: calc(100% - 162px);
}
@media only screen and (min-width: 768px) {
  body.no-banner #header .top .wrapper .strapline {
    width: calc(100% - 240px);
  }
}
@media only screen and (min-width: 1080px) {
  body.no-banner #header .top .wrapper .strapline {
    width: calc(100% - 340px);
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  body.no-banner #header .top .wrapper .strapline {
    width: calc(100% - 400px);
  }
}
@media only screen and (max-width: 1080px) {
  body.no-banner #header .top .wrapper .strapline {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 992px) {
  body.no-banner #header .top .wrapper .strapline {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 1200px) {
  body.no-banner #header .top .wrapper .strapline p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 640px) {
  body.no-banner #header .top .wrapper .strapline p {
    margin-top: 0;
  }
}

#navigation {
  display: block;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: #002447;
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1080px) {
  #navigation {
    height: 60px;
    background-color: #002447;
  }
  #navigation:before {
    content: "";
    display: block;
    width: 126px;
    height: 40px;
    background-image: url("../img/logo-white.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 10px;
    left: 15px;
  }
}
#navigation .main-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  display: block;
}
@media only screen and (max-width: 1080px) {
  #navigation .main-nav {
    white-space: normal;
    overflow-x: hidden;
    display: block;
    position: fixed;
    right: -100%;
    top: 60px;
    bottom: 0;
    max-width: 480px;
    width: 100%;
    background-color: rgb(0, 23.0704225352, 45.5);
    height: auto;
    text-align: left;
    justify-content: none;
    transition: right 0.3s ease;
  }
}
#navigation .main-nav li {
  position: relative;
  list-style: none;
  display: inline-block;
}
@media only screen and (max-width: 1080px) {
  #navigation .main-nav li {
    display: block;
    text-align: left;
    border-right: 0;
  }
}
@media only screen and (max-width: 1080px) {
  #navigation .main-nav li:last-of-type {
    border-right: 0;
  }
}
#navigation .main-nav li a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  padding: 0 30px;
  text-transform: none;
  font-size: 1.125em;
  height: 60px;
  line-height: 60px;
}
@media only screen and (max-width: 1200px) {
  #navigation .main-nav li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1080px) {
  #navigation .main-nav li a {
    padding: 15px 15px;
    height: auto;
    line-height: 1em;
    font-size: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media only screen and (min-width: 1080px) {
  #navigation .main-nav li.has-sub > a {
    padding-right: 50px;
    z-index: 2;
    transition: all 0.1s ease;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1200px) {
  #navigation .main-nav li.has-sub > a {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1080px) {
  #navigation .main-nav li.has-sub > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -1px;
    z-index: 3;
    border-top: 4px solid rgba(255, 255, 255, 0.5);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transition: all 0.1s ease;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1200px) {
  #navigation .main-nav li.has-sub > a:after {
    right: 20px;
  }
}
@media only screen and (min-width: 1080px) {
  #navigation .main-nav li.has-sub:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    background-color: rgb(0, 23.0704225352, 45.5);
    opacity: 0;
    z-index: 1;
    transition: all 0.1s ease;
  }
}
#navigation .main-nav li.has-sub .sub-nav {
  z-index: 3;
}
@media only screen and (min-width: 1080px) {
  #navigation .main-nav li.has-sub .sub-nav {
    position: absolute;
    left: -70%;
    top: 100%;
    width: 250px;
    max-width: 250px;
    z-index: 3;
    height: 0;
    overflow: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  }
}
#navigation .main-nav li.has-sub .sub-nav ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#navigation .main-nav li.has-sub .sub-nav ul li {
  display: block;
  padding: 0;
  margin: 0;
}
#navigation .main-nav li.has-sub .sub-nav ul li:after {
  display: none;
}
#navigation .main-nav li.has-sub .sub-nav ul li a {
  text-align: left;
  text-transform: none;
  display: block;
  padding: 15px 20px;
  margin: 0;
  color: #ffffff;
  height: auto;
  line-height: 1.1;
  font-size: 1.125em;
  background-color: rgb(0, 23.0704225352, 45.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 1200px) {
  #navigation .main-nav li.has-sub .sub-nav ul li a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1080px) {
  #navigation .main-nav li.has-sub .sub-nav ul li a {
    padding-left: 30px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
#navigation .main-nav li.has-sub .sub-nav ul li a:hover {
  background-color: rgb(0, 54.1014084507, 106.7);
}
@media only screen and (max-width: 1080px) {
  #navigation .main-nav li.has-sub .sub-nav ul li a:hover {
    background-color: transparent;
  }
}
#navigation .main-nav li.has-sub .sub-nav ul li > a.active {
  background-color: #0064af;
}
#navigation .main-nav li.has-sub:hover > a:after {
  border-top: 4px solid rgba(255, 255, 255, 0.7);
}
#navigation .main-nav li.has-sub:hover a, #navigation .main-nav li.has-sub:hover a:hover {
  color: #ffffff;
}
#navigation .main-nav li.has-sub:hover:before {
  right: -1px;
  opacity: 1;
}
@media only screen and (min-width: 1080px) {
  #navigation .main-nav li.has-sub:hover {
    z-index: 3;
  }
  #navigation .main-nav li.has-sub:hover .sub-nav {
    height: auto;
    max-width: 250px;
    left: 0;
    z-index: 4;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  #navigation .main-nav li.has-sub:hover .sub-nav li a {
    white-space: normal;
  }
}
#navigation .main-nav li.active a, #navigation .main-nav li.active a:hover {
  color: #ffffff;
}
#navigation .main-nav li.active > a {
  background-color: #0064af;
}
#navigation .main-nav li:hover:not(.active) {
  background-color: rgb(0, 23.0704225352, 45.5);
}
@media only screen and (min-width: 1080px) {
  #navigation .main-nav li:hover:not(.active) a, #navigation .main-nav li:hover:not(.active) a:hover {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  }
}
#navigation .btn-nav, #navigation .btn-email, #navigation .btn-tel {
  display: none;
}
@media only screen and (max-width: 1080px) {
  #navigation .btn-nav, #navigation .btn-email, #navigation .btn-tel {
    display: block;
    width: 60px;
    height: 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    float: right;
  }
}
#navigation .btn-nav {
  transition-property: opacity, filter;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: none;
  z-index: 7;
}
@media only screen and (max-width: 1080px) {
  #navigation .btn-nav {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #navigation .btn-nav {
    width: 50px;
  }
}
#navigation .btn-nav .box {
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  #navigation .btn-nav .box {
    width: 50px;
  }
}
#navigation .btn-nav .inner {
  display: block;
  top: 50%;
  margin-top: 0px;
  margin-left: 17px;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 480px) {
  #navigation .btn-nav .inner {
    margin-left: 13px;
  }
}
#navigation .btn-nav .inner, #navigation .btn-nav .inner:before, #navigation .btn-nav .inner:after {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
#navigation .btn-nav .inner:before, #navigation .btn-nav .inner:after {
  content: "";
  display: block;
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
#navigation .btn-nav .inner:before {
  top: -7px;
  transition-property: top, opacity;
}
#navigation .btn-nav .inner:after {
  bottom: -7px;
  transition-property: bottom, transform;
}
#navigation .btn-nav.is-active {
  background-color: rgb(0, 23.0704225352, 45.5);
}
#navigation .btn-nav.is-active .inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#navigation .btn-nav.is-active .inner, #navigation .btn-nav.is-active .inner:before, #navigation .btn-nav.is-active .inner:after {
  background-color: #ffffff;
}
#navigation .btn-nav.is-active .inner:before, #navigation .btn-nav.is-active .inner:after {
  transition-delay: 0s !important;
}
#navigation .btn-nav.is-active .inner:before {
  top: 0;
  opacity: 0;
}
#navigation .btn-nav.is-active .inner:after {
  bottom: 0;
  transform: rotate(90deg);
}
#navigation .btn-email, #navigation .btn-tel {
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
#navigation .btn-email:before, #navigation .btn-tel:before {
  font-family: "fontello";
  font-size: 1.125em;
}
#navigation .btn-email:before {
  content: "\f0e0";
}
#navigation .btn-tel:before {
  content: "\e80d";
}

@media only screen and (max-width: 1080px) {
  body.nav-open {
    overflow: hidden;
  }
  body.nav-open #navigation .main-nav {
    right: 0;
    box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.25);
  }
  body.nav-open.nav-fixed #navigation .main-nav {
    top: 60px;
  }
}
#footer {
  background-color: #3c3c3c;
  color: #ffffff;
  padding: 20px 0;
  font-size: 0.875em;
}
#footer p {
  margin: 0 0 5px;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  color: #0064af;
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  #footer .f-left {
    text-align: center;
  }
}
#footer .f-right {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  #footer .f-right {
    text-align: center;
  }
}
#footer .footer-nav ul {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}
#footer .footer-nav ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
#footer .footer-nav ul li:after {
  display: inline-block;
  padding: 0 5px;
  margin: 0;
  content: "|";
}
#footer .footer-nav ul li:last-of-type:after {
  display: none;
}

.loading {
  text-align: center;
  position: relative;
  min-height: 70px;
}
.loading.relative {
  min-height: 0;
}
.loading .spinner, .loading .spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loading .spinner {
  text-align: center;
  display: inline-block;
  margin: 0;
  font-size: 5px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  animation: load8 1.1s infinite linear;
}
.loading .spinner.dark {
  border-top: 1.1em solid rgba(0, 0, 0, 0.4);
  border-right: 1.1em solid rgba(0, 0, 0, 0.4);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.4);
  border-left: 1.1em solid rgba(0, 0, 0, 0.9);
}
.loading .spinner.small {
  width: 20px;
  height: 20px;
  font-size: 4px;
}
.loading .spinner.large {
  width: 80px;
  height: 80px;
  font-size: 8px;
}
.loading .spinner.relative {
  position: relative;
  top: auto;
  margin-top: 0;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-overlay {
  position: relative;
}
.loading-overlay .loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.65);
}
.loading-overlay .loading .spinner.relative {
  position: absolute;
  top: 50%;
  margin-top: -22px;
}

.alert.alert-loading {
  padding: 15px 15px 10px;
  overflow: hidden;
}
.alert.alert-loading .loading {
  min-height: 0;
  float: left;
}
.alert.alert-loading .loading .spinner {
  position: relative;
  top: auto;
  margin-top: 0;
  width: 20px;
  height: 20px;
  font-size: 4px;
}

.btn.btn-wait {
  cursor: wait;
  padding: 10px !important;
}
.btn.btn-wait .loading {
  min-height: 0;
  line-height: 1;
}
.btn.btn-wait .loading .spinner {
  font-size: 4px;
  height: 20px;
  width: 20px;
  top: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
}

.success {
  color: #3a993a !important;
}

.error, .danger {
  color: #c42823 !important;
}

.warning {
  color: #e5a242 !important;
}

.alert {
  position: relative;
  padding: 10px 15px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  border: 0 none;
  display: block;
  line-height: normal;
  color: #252525;
}
.alert a:not(.btn) {
  color: #252525 !important;
  font-weight: bold;
}
.alert a:not(.btn):hover {
  color: #252525 !important;
  text-decoration: underline;
}
.alert.alert-success {
  color: #252525;
  background-color: #dff0d8;
}
.alert.alert-error {
  color: #252525;
  background-color: #f2dede;
}
.alert.alert-info {
  color: #252525;
  background-color: #d9edf7;
}
.alert.alert-warning {
  color: #252525;
  background-color: #fcf8e3;
}
.alert.alert-loading {
  background: #ffffff;
  color: #252525;
  border: 1px solid rgb(191.25, 191.25, 191.25);
}
.alert .close {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat !important;
  background-size: contain;
  cursor: pointer;
  float: right;
  background-color: transparent;
  border: 0 none;
  line-height: 20px;
  position: relative;
  right: 0;
  top: 5px;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  background-image: url("data: image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQhJREFUeNqs1nEVwiAQBnCIQIVVWAUrWIEKq2CFq2AFK2gEFwEjIPjAd7LD8TF47/tn7vg9x7GhvPcqJ4xzyC2EQozCxpJqFz7nZ14G2BDPcgcgKmppgwgAAlGlltgfqAItEO3UUkaeOzfWIGqoi5lbkRJqBWImlSQHQAhg+cIjEASULTwSsuI+GQjZ6mbMrXYQ2gA1pBcSgX9IHFcAiNvAoAh1PKp7DZIQOrDoIlQiNKB9N9BoQIR6AIdCcVyQNkXfdRlxANCzj04qfZcRAIFc/jyY9PwQoAWK12e+8DXINhwiJOgLlC1cQhY4DnHoB4jR/HWitTap4BXyAM9dU8oa5lz5D28BBgANHp5CzuOl2AAAAABJRU5ErkJggg==") !important;
}
.alert .close.close-white {
  background-image: url("data: image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAP1JREFUeNqs1lENwyAQBmAmoRZqAQuzMAtnoRZm4SzMwix0EjoJTAKDhnX0wsEd4ZL/oSGXLykcrfHemyy3kGcIhkxkrZUl9S50LX8Af65VASHpxRJCAQ2ETC/mCAdIIGz04g/ZfLtKEHpZWSlCISkQa44NNsQpIA0A+cZrIBVAj/BICLg5GQVBbRhHQFA66tyA9UDADWxtkh8KYKvdDKZzklU3wyigCo0EWGg0UIR6AKeFInBXHlPtXbcjrmMONNDVpO9yz6BJoLg+mfTe1p5JbkAurR8bz0Eg+IkoQQdAjzCFJEAJOgExl1361xRiQz4hL6OrOeWdctRXgAEAE3yAsfDIeVkAAAAASUVORK5CYII=") !important;
}
.alert .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.btn {
  display: inline-block;
  width: auto;
  padding: 15px 15px 15px;
  margin: 0;
  border: 0 none;
  border-radius: 4px;
  color: #ffffff;
  background: #5b5b5b;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  height: auto;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .btn {
    padding: 15px 15px 14px;
  }
}
@media only screen and (max-width: 769px) {
  .btn {
    padding: 15px 15px 14px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .btn {
    padding: 15px 15px 14px;
  }
}
.btn:hover:not(.btn-nohover), .btn:focus:not(.btn-nohover) {
  background-color: rgb(65.5, 65.5, 65.5);
  color: #ffffff;
}
.btn.btn-small {
  font-size: 75%;
  padding: 5px 10px 5px;
  line-height: 1;
}
.btn.btn-full {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .btn.btn-full-md {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .btn.btn-full-sm {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .btn.btn-full-mb {
    width: 100%;
  }
}
.btn.btn-modal, .btn.btn-pointer {
  cursor: pointer;
}
.btn.btn-nopointer {
  cursor: default;
}
.btn.btn-round-3 {
  border-radius: 3px;
}
.btn.btn-round-5 {
  border-radius: 5px;
}
.btn.btn-round-10 {
  border-radius: 10px;
}
.btn.btn-round-15 {
  border-radius: 15px;
}
.btn.btn-round-30 {
  border-radius: 30px;
}
.btn.btn-fixed {
  width: 200px;
}
@media only screen and (max-width: 480px) {
  .btn.btn-fixed {
    width: 100%;
  }
}
.btn.btn-black {
  background: #5b5b5b !important;
  color: #ffffff !important;
}
.btn.btn-black:hover:not(.btn-nohover), .btn.btn-black:focus:not(.btn-nohover) {
  background: rgb(103.75, 103.75, 103.75) !important;
  color: #ffffff !important;
}
.btn.btn-text {
  background: transparent;
  border-color: transparent;
  color: #5b5b5b;
}
.btn.btn-text:hover:not(.btn-nohover), .btn.btn-text:focus:not(.btn-nohover) {
  color: rgb(65.5, 65.5, 65.5);
}
.btn.btn-upload {
  display: block;
  text-align: center;
  color: rgba(91, 91, 91, 0.5) !important;
  background: transparent;
  padding: 15px 15px;
  border: 2px solid rgba(91, 91, 91, 0.1);
  border-radius: 4px;
}

.btn-group {
  overflow: hidden;
  padding: 15px 0 0;
}
@media only screen and (max-width: 480px) {
  .btn-group button.btn, .btn-group a.btn, .btn-group input.btn, .btn-group span.btn {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .btn-group button.btn:last-of-type, .btn-group a.btn:last-of-type, .btn-group input.btn:last-of-type, .btn-group span.btn:last-of-type {
    margin-bottom: 0;
  }
}
.btn-group.text-left button.btn, .btn-group.text-left a.btn, .btn-group.text-left input.btn, .btn-group.text-left span.btn {
  float: left;
  margin-right: 15px;
}
.btn-group.text-right button.btn, .btn-group.text-right a.btn, .btn-group.text-right input.btn, .btn-group.text-right span.btn {
  float: right;
  margin-left: 15px;
}

.btn.btn-white {
  color: #5b5b5b !important;
  background-color: #ffffff !important;
}
.btn.btn-white:hover:not(.btn-nohover), .btn.btn-white:focus:not(.btn-nohover) {
  color: #5b5b5b !important;
  background-color: rgb(229.5, 229.5, 229.5) !important;
}
.btn.btn-black {
  color: #ffffff !important;
  background-color: #5b5b5b !important;
}
.btn.btn-black:hover:not(.btn-nohover), .btn.btn-black:focus:not(.btn-nohover) {
  color: #ffffff !important;
  background-color: rgb(65.5, 65.5, 65.5) !important;
}
.btn.btn-muted {
  color: #5b5b5b !important;
  background-color: #d5d5d5 !important;
}
.btn.btn-muted:hover:not(.btn-nohover), .btn.btn-muted:focus:not(.btn-nohover) {
  color: #5b5b5b !important;
  background-color: rgb(187.5, 187.5, 187.5) !important;
}
.btn.btn-blue {
  color: #ffffff !important;
  background-color: #002447 !important;
}
.btn.btn-blue:hover:not(.btn-nohover), .btn.btn-blue:focus:not(.btn-nohover) {
  color: #ffffff !important;
  background-color: rgb(0, 10.1408450704, 20) !important;
}
.btn.btn-yellow {
  color: #5b5b5b !important;
  background-color: #ffea00 !important;
}
.btn.btn-yellow:hover:not(.btn-nohover), .btn.btn-yellow:focus:not(.btn-nohover) {
  color: #5b5b5b !important;
  background-color: rgb(204, 187.2, 0) !important;
}
.btn.btn-light-blue {
  color: #0064af !important;
  background-color: #0064af !important;
}
.btn.btn-light-blue:hover:not(.btn-nohover), .btn.btn-light-blue:focus:not(.btn-nohover) {
  color: #0064af !important;
  background-color: rgb(0, 70.8571428571, 124) !important;
}
.btn.btn-light-blue {
  color: #ffffff !important;
}
.btn.btn-light-blue:hover:not(.btn-nohover), .btn.btn-light-blue:focus:not(.btn-nohover) {
  color: #ffffff !important;
}

.control-group {
  position: relative;
  padding: 0;
  margin: 0 0 10px;
}
.control-group.overflow-visible {
  overflow: visible;
}

.placeholder {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 0 0 0;
  margin: 0 0 6px;
  display: block;
  width: auto;
  float: none;
}
.placeholder.mand:after {
  content: " *";
  font-size: 1.125em;
  color: #c30c30;
}

.checkbox-group, .radio-group {
  padding: 0 0.25rem;
}

.control {
  display: block;
  padding: 0.375rem 0.675rem;
  margin: 0 0 0 -1px;
  height: 50px;
  width: 100%;
  font-size: 1em;
  line-height: 1;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  border-radius: 0.25rem;
  border-color: 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0);
  color: #5b5b5b;
}
@media only screen and (max-width: 1080px) {
  .control {
    height: 40px;
  }
}
.control:focus {
  outline: none;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  box-shadow: 0 0 0 0.25rem rgba(36, 62, 141, 0.1);
}
@media only screen and (max-width: 1080px) {
  .control:focus {
    box-shadow: 0 0 0 0.2rem rgba(36, 62, 141, 0.1);
  }
}
.control[readonly], .control[disabled] {
  background: #f2f2f2;
}
.control[readonly]:focus, .control[disabled]:focus {
  border: 1px solid rgb(216.75, 216.75, 216.75);
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0);
}

textarea.control {
  min-height: 100px;
  resize: vertical;
  padding: 0.675rem 0.675rem;
}

.control-checkbox, .control-radio {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 50%;
  padding: 0.6rem 15px 0.4rem 40px;
  margin: 0;
  -webkit-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 1080px) {
  .control-checkbox, .control-radio {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .control-checkbox, .control-radio {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .control-checkbox, .control-radio {
    width: auto;
    display: block;
    float: none;
  }
}
.control-checkbox:last-of-type, .control-radio:last-of-type {
  margin-bottom: 0;
}
.control-checkbox.is-inline, .control-radio.is-inline {
  width: auto;
  float: none;
}
.control-checkbox.is-50, .control-radio.is-50 {
  display: block;
  width: 49%;
  float: left;
}
.control-checkbox.is-50:nth-of-type(2n), .control-radio.is-50:nth-of-type(2n) {
  float: right;
}
@media only screen and (max-width: 640px) {
  .control-checkbox.is-50, .control-radio.is-50 {
    float: none;
    width: auto;
  }
  .control-checkbox.is-50:nth-of-type(2n), .control-radio.is-50:nth-of-type(2n) {
    float: none;
  }
}
.control-checkbox.is-25, .control-radio.is-25 {
  display: block;
  width: 24%;
  float: left;
  margin-right: 1%;
}
@media only screen and (max-width: 640px) {
  .control-checkbox.is-25, .control-radio.is-25 {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
.control-checkbox.is-fullwidth, .control-radio.is-fullwidth {
  width: auto;
  float: none;
  display: block;
}
.control-checkbox:hover .checkbox, .control-checkbox:hover .radio, .control-checkbox:focus .checkbox, .control-checkbox:focus .radio, .control-radio:hover .checkbox, .control-radio:hover .radio, .control-radio:focus .checkbox, .control-radio:focus .radio {
  border: 1px solid rgb(216.75, 216.75, 216.75);
  box-shadow: 0 0 0 0.25rem rgba(36, 62, 141, 0.1);
}
.control-checkbox label, .control-radio label {
  line-height: 1.9;
}
.control-checkbox input, .control-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
  line-height: 1;
}
.control-checkbox .checkbox, .control-checkbox .radio, .control-radio .checkbox, .control-radio .radio {
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 2px;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  border-radius: 0.25rem;
  border-color: 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 1080px) {
  .control-checkbox .checkbox, .control-checkbox .radio, .control-radio .checkbox, .control-radio .radio {
    height: 25px;
    width: 25px;
  }
}
.control-checkbox .checkbox:after, .control-checkbox .radio:after, .control-radio .checkbox:after, .control-radio .radio:after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  top: 4px;
  width: 8px;
  height: 15px;
  border-style: solid;
  border-color: #5b5b5b;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1080px) {
  .control-checkbox .checkbox:after, .control-checkbox .radio:after, .control-radio .checkbox:after, .control-radio .radio:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 15px;
  }
}
.control-checkbox .radio, .control-radio .radio {
  border-radius: 1rem;
  top: 5px;
}
.control-checkbox .radio:after, .control-radio .radio:after {
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: auto;
  height: auto;
  border: 0 none;
  border-radius: 1rem;
  background-color: #5b5b5b;
  transform: rotate(0);
}
.control-checkbox input:focus ~ .checkbox, .control-checkbox input:focus ~ .radio, .control-radio input:focus ~ .checkbox, .control-radio input:focus ~ .radio {
  border: 1px solid rgb(216.75, 216.75, 216.75);
  box-shadow: 0 0 0 0.25rem rgba(36, 62, 141, 0.1);
}
@media only screen and (max-width: 1080px) {
  .control-checkbox input:focus ~ .checkbox, .control-checkbox input:focus ~ .radio, .control-radio input:focus ~ .checkbox, .control-radio input:focus ~ .radio {
    box-shadow: 0 0 0 0.2rem rgba(36, 62, 141, 0.1);
  }
}
.control-checkbox input:checked ~ .checkbox:after, .control-checkbox input:checked ~ .radio:after, .control-radio input:checked ~ .checkbox:after, .control-radio input:checked ~ .radio:after {
  display: block;
}

.control-radio {
  padding: 0.65rem 15px 0.45rem 40px;
  margin-bottom: 0;
}

.control-slider {
  position: relative;
  height: 43px;
  padding-top: 5px;
}
.control-slider .min, .control-slider .max {
  position: absolute;
  top: 22px;
  border-bottom: 0;
  padding: 0;
  margin: 0;
  width: 100px;
  font-size: 0.75em;
}
.control-slider .min input, .control-slider .max input {
  border: 0;
  width: 100px;
}
.control-slider .min {
  left: 0;
  right: auto;
}
.control-slider .min input {
  text-align: left;
}
.control-slider .max {
  right: 0;
  left: auto;
}
.control-slider .max input {
  text-align: right;
}

form .note {
  padding: 0;
  margin: 0;
  font-size: 0.813em;
  float: left;
}
@media only screen and (max-width: 992px) {
  form .note {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  form .note p {
    margin: 0;
    display: block;
  }
}
form .hp {
  display: none;
  visibility: hidden;
}
form .btn-group {
  overflow: hidden;
  width: 100%;
}
form .btn-group .control {
  overflow: hidden;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10010;
  background: #000000;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s ease-in;
}
.modal-backdrop.in {
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 10020;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal * {
  box-sizing: border-box;
}
.modal.in .modal-container {
  transform: translate(0, 0);
}
.modal.in .modal-container.v-center {
  top: 50%;
  transform: translate(0, -50%);
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .modal.in .modal-container.v-center {
    transform: translate(0, 0);
    position: absolute;
    top: 0;
  }
}
.modal .modal-container {
  width: 100%;
  max-width: 980px;
  background: #fff;
  font-size: 1em;
  position: relative;
  z-index: 10030;
  margin: 1.75rem auto;
  transform: translate(0, 15%);
  transition: transform 0.2s ease-in;
  -webit-box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.75);
}
.modal .modal-container.modal-small {
  max-width: 640px;
}
@media only screen and (max-width: 640px) {
  .modal .modal-container.modal-small {
    max-width: none;
  }
}
.modal .modal-container.modal-large {
  max-width: 90%;
}
@media only screen and (max-width: 640px) {
  .modal .modal-container.modal-large {
    max-width: none;
  }
}
@media only screen and (max-width: 1200px) {
  .modal .modal-container {
    width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .modal .modal-container {
    width: 80%;
  }
}
@media only screen and (max-width: 769px) {
  .modal .modal-container {
    width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  .modal .modal-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: 0;
    transform: translate(0, 0);
  }
}
.modal .modal-container .modal-header {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 65px 15px 20px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1200px) {
  .modal .modal-container .modal-header {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .modal .modal-container .modal-header {
    font-size: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .modal .modal-container .modal-header {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 50px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.modal .modal-container .modal-header .title {
  padding: 0;
  margin: 0;
  color: #252525;
  font-weight: 700;
  font-size: 1.143em;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .modal .modal-container .modal-header .title {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.modal .modal-container .modal-header .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  border: 0 none;
  background: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .modal .modal-container .modal-header .close {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.modal .modal-container .modal-header .close:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat !important;
  background-size: contain;
  background-image: url("data: image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQhJREFUeNqs1nEVwiAQBnCIQIVVWAUrWIEKq2CFq2AFK2gEFwEjIPjAd7LD8TF47/tn7vg9x7GhvPcqJ4xzyC2EQozCxpJqFz7nZ14G2BDPcgcgKmppgwgAAlGlltgfqAItEO3UUkaeOzfWIGqoi5lbkRJqBWImlSQHQAhg+cIjEASULTwSsuI+GQjZ6mbMrXYQ2gA1pBcSgX9IHFcAiNvAoAh1PKp7DZIQOrDoIlQiNKB9N9BoQIR6AIdCcVyQNkXfdRlxANCzj04qfZcRAIFc/jyY9PwQoAWK12e+8DXINhwiJOgLlC1cQhY4DnHoB4jR/HWitTap4BXyAM9dU8oa5lz5D28BBgANHp5CzuOl2AAAAABJRU5ErkJggg==") !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.modal .modal-container .modal-header .close:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modal .modal-container .modal-header.no-close {
  padding-right: 15px;
  text-align: center;
}
.modal .modal-container .modal-header.no-close .close {
  display: none;
}
.modal .modal-container .modal-footer {
  padding: 15px 20px;
  overflow: hidden;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  text-align: right;
}
@media only screen and (max-width: 1200px) {
  .modal .modal-container .modal-footer {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 640px) {
  .modal .modal-container .modal-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.modal .modal-container .modal-body {
  padding: 15px 20px;
  margin: 0;
  background: #fff;
  color: #252525;
}
@media only screen and (max-width: 1200px) {
  .modal .modal-container .modal-body {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .modal .modal-container .modal-body {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 640px) {
  .modal .modal-container .modal-body {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    overflow-y: auto;
    max-height: none;
  }
  .modal .modal-container .modal-body:after {
    content: "";
    display: none;
    height: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .modal .modal-container .modal-body .row-content {
    margin-bottom: 15px;
  }
}
.modal .modal-container .modal-body .btn.btn-modal-close {
  font-weight: 300;
  background: #ffffff;
  border: 1px solid #a5a5a5;
  color: #5b5b5b;
  padding: 10px 15px 8px;
  font-size: 0.875em;
}
.modal .modal-container .modal-body h1, .modal .modal-container .modal-body h2, .modal .modal-container .modal-body h3, .modal .modal-container .modal-body h4, .modal .modal-container .modal-body h5, .modal .modal-container .modal-body h6,
.modal .modal-container .modal-body .h1, .modal .modal-container .modal-body .h2, .modal .modal-container .modal-body .h3, .modal .modal-container .modal-body .h4, .modal .modal-container .modal-body .h5, .modal .modal-container .modal-body .h6 {
  color: #002447;
  margin: 0 0 20px;
  font-weight: 700;
  font-family: "aptos-black", sans-serif;
  line-height: 1.1;
}
.modal .modal-container .modal-body h1 small, .modal .modal-container .modal-body h2 small, .modal .modal-container .modal-body h3 small, .modal .modal-container .modal-body h4 small, .modal .modal-container .modal-body h5 small, .modal .modal-container .modal-body h6 small,
.modal .modal-container .modal-body .h1 small, .modal .modal-container .modal-body .h2 small, .modal .modal-container .modal-body .h3 small, .modal .modal-container .modal-body .h4 small, .modal .modal-container .modal-body .h5 small, .modal .modal-container .modal-body .h6 small {
  color: #d5d5d5;
  font-weight: 700;
  font-size: 65%;
  display: block;
}
.modal .modal-container .modal-body h1, .modal .modal-container .modal-body .h1 {
  color: #002447;
  font-size: 2em;
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .modal .modal-container .modal-body h1, .modal .modal-container .modal-body .h1 {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 640px) {
  .modal .modal-container .modal-body h1, .modal .modal-container .modal-body .h1 {
    font-size: 1.625em;
  }
}
.modal .modal-container .modal-body h2, .modal .modal-container .modal-body .h2 {
  font-size: 1.75em;
}
@media only screen and (max-width: 769px) {
  .modal .modal-container .modal-body h2, .modal .modal-container .modal-body .h2 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  .modal .modal-container .modal-body h2, .modal .modal-container .modal-body .h2 {
    font-size: 1.375em;
  }
}
.modal .modal-container .modal-body h3, .modal .modal-container .modal-body .h3 {
  font-size: 1.5em;
}
@media only screen and (max-width: 769px) {
  .modal .modal-container .modal-body h3, .modal .modal-container .modal-body .h3 {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 640px) {
  .modal .modal-container .modal-body h3, .modal .modal-container .modal-body .h3 {
    font-size: 1.125em;
  }
}
.modal .modal-container .modal-body h4, .modal .modal-container .modal-body .h4 {
  font-size: 1.25em;
}
@media only screen and (max-width: 769px) {
  .modal .modal-container .modal-body h4, .modal .modal-container .modal-body .h4 {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 640px) {
  .modal .modal-container .modal-body h4, .modal .modal-container .modal-body .h4 {
    font-size: 1em;
  }
}
.modal .modal-container .modal-body h5, .modal .modal-container .modal-body .h5,
.modal .modal-container .modal-body h6, .modal .modal-container .modal-body .h6 {
  font-size: 1.125em;
}
@media only screen and (max-width: 769px) {
  .modal .modal-container .modal-body h5, .modal .modal-container .modal-body .h5,
  .modal .modal-container .modal-body h6, .modal .modal-container .modal-body .h6 {
    font-size: 1em;
    font-weight: 700;
  }
}
.modal .modal-container .modal-body p {
  margin: 0 0 15px;
}
.modal .modal-container .modal-body a:not(.btn) {
  color: #002447;
  text-decoration: none;
}
.modal .modal-container .modal-body a:not(.btn):hover {
  text-decoration: underline;
}
.modal .modal-container .modal-body .intro {
  font-size: 1.25em;
  line-height: 1.4;
  font-weight: 500;
}
.modal .modal-container .modal-body .intro.light {
  font-family: "aptos-black", sans-serif;
  font-weight: 300 !important;
}
.modal .modal-container .modal-body .intro.small {
  font-size: 1.125em;
}
@media only screen and (max-width: 640px) {
  .modal .modal-container .modal-body .intro {
    font-size: 1.125em;
  }
}
.modal .modal-container .modal-body ul {
  list-style: none;
  margin-left: 5px;
  padding-left: 0;
}
.modal .modal-container .modal-body ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.modal .modal-container .modal-body ul li:before {
  content: "•";
  font-size: 18px;
  line-height: 0;
  position: absolute;
  top: 12px;
  left: 0;
}
.modal .modal-container .modal-body ul.list-alpha {
  list-style-type: lower-alpha;
  margin: 0 0 15px;
}
.modal .modal-container .modal-body ul.list-alpha li {
  list-style-type: lower-alpha;
  margin-left: 20px;
  padding-left: 0;
}
.modal .modal-container .modal-body ul.list-alpha li:before {
  display: none;
}
.modal .modal-container .modal-body ul.list-spaced {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal .modal-container .modal-body ul.list-spaced li {
  padding: 0 0 0 165px;
  margin: 0 0 3px;
  position: relative;
  overflow: hidden;
}
.modal .modal-container .modal-body ul.list-spaced li:before {
  display: none;
}
.modal .modal-container .modal-body ul.list-spaced li span:first-of-type {
  display: inline-blockblock;
  width: 150px;
  margin-left: -165px;
  float: left;
}
.modal .modal-container .modal-body ul.list-spaced li .width-full {
  width: 100% !important;
}
.modal .modal-container .modal-body ul.list-spaced.ls-thin li {
  padding-left: 100px;
}
.modal .modal-container .modal-body ul.list-spaced.ls-thin li span:first-of-type {
  width: 100px;
  margin-left: -100px;
}
.modal .modal-container .modal-body ul.list-spaced.ls-wide li {
  padding-left: 250px;
}
@media only screen and (max-width: 640px) {
  .modal .modal-container .modal-body ul.list-spaced.ls-wide li {
    padding-left: 180px;
  }
}
@media only screen and (max-width: 480px) {
  .modal .modal-container .modal-body ul.list-spaced.ls-wide li {
    padding-left: 15px;
  }
}
.modal .modal-container .modal-body ul.list-spaced.ls-wide li span:first-of-type {
  width: 235px;
  margin-left: -250px;
}
@media only screen and (max-width: 640px) {
  .modal .modal-container .modal-body ul.list-spaced.ls-wide li span:first-of-type {
    width: 165px;
    margin-left: -180px;
  }
}
@media only screen and (max-width: 480px) {
  .modal .modal-container .modal-body ul.list-spaced.ls-wide li span:first-of-type {
    width: 100%;
    display: block;
    float: none;
    margin-left: -15px;
  }
}
.modal .modal-container .modal-body ul.list-spaced.ls-right li span:first-of-type {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .modal .modal-container .modal-body ul.list-spaced.ls-right li span:first-of-type {
    text-align: left;
  }
}
.modal .modal-container .modal-body ul.list-spaced.ls-icons li {
  padding-left: 35px;
}
.modal .modal-container .modal-body ul.list-spaced.ls-icons li span:first-of-type {
  width: 20px;
  margin-left: -35px;
}

.row-pager {
  padding: 0;
  margin: 0;
}
.row-pager .pager {
  margin: 15px 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.row-pager .pager .pagination {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .row-pager .pager .pagination {
    display: block;
  }
}
.row-pager .pager .pagination li {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1;
  float: left;
}
@media only screen and (max-width: 640px) {
  .row-pager .pager .pagination li {
    display: none;
  }
}
.row-pager .pager .pagination li:before {
  content: "";
  display: none !important;
}
.row-pager .pager .pagination li:first-of-type a, .row-pager .pager .pagination li:first-of-type span {
  border-left: 1px solid rgb(216.75, 216.75, 216.75);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.row-pager .pager .pagination li:last-of-type a, .row-pager .pager .pagination li:last-of-type span {
  border-right: 1px solid rgb(216.75, 216.75, 216.75);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.row-pager .pager .pagination li a, .row-pager .pager .pagination li span {
  display: block;
  padding: 15px 15px;
  color: #5b5b5b;
  background: #ffffff;
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  border-right: 1px solid rgb(216.75, 216.75, 216.75);
}
.row-pager .pager .pagination li a:hover, .row-pager .pager .pagination li a:focus {
  color: #5b5b5b;
  background: rgb(242.25, 242.25, 242.25);
  text-decoration: none !important;
}
@media only screen and (max-width: 640px) {
  .row-pager .pager .pagination li.dir {
    display: block;
  }
}
.row-pager .pager .pagination li.dir a {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 640px) {
  .row-pager .pager .pagination li.dir a {
    overflow: hidden;
    border-radius: 5px !important;
    border: 1px solid rgb(216.75, 216.75, 216.75);
  }
}
@media only screen and (max-width: 640px) {
  .row-pager .pager .pagination li.dir.prev {
    float: left;
  }
  .row-pager .pager .pagination li.dir.prev a:after {
    content: "prev";
    text-transform: uppercase;
    margin: 0 3px 0 5px;
    float: right;
  }
}
@media only screen and (max-width: 640px) {
  .row-pager .pager .pagination li.dir.next {
    float: right;
  }
  .row-pager .pager .pagination li.dir.next a:before {
    content: "next";
    text-transform: uppercase;
    margin: 0 5px 0 3px;
    float: left;
  }
}
.row-pager .pager .pagination li.active span {
  color: #5b5b5b;
  background: #ffffff;
  font-weight: 700;
}
.row-pager .pager.pager-wide .pagination {
  display: block;
}
.row-pager .pager.pager-wide .pagination li {
  display: inline-block;
  float: none;
}
@media only screen and (max-width: 640px) {
  .row-pager .pager.pager-wide .pagination li {
    display: none;
  }
}
.row-pager .pager.pager-wide .pagination li a, .row-pager .pager.pager-wide .pagination li span {
  border: 0 none;
  padding: 15px 10px;
}
@media only screen and (max-width: 640px) {
  .row-pager .pager.pager-wide .pagination li.dir {
    display: block;
  }
}
.row-pager .pager.pager-wide .pagination li.dir a {
  border-radius: 0;
}
.row-pager .pager.pager-wide .pagination li.dir.prev {
  float: left;
}
.row-pager .pager.pager-wide .pagination li.dir.prev a:after {
  content: "prev";
  text-transform: uppercase;
  float: right;
  margin: 0 3px 0 5px;
}
.row-pager .pager.pager-wide .pagination li.dir.next {
  float: right;
}
.row-pager .pager.pager-wide .pagination li.dir.next a:before {
  content: "next";
  text-transform: uppercase;
  float: left;
  margin: 0 5px 0 3px;
}

table.table {
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 15px;
}
table.table thead tr th {
  padding: 10px 10px;
  margin: 0;
  border-bottom: 2px solid #f4f4f4;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
}
table.table tbody tr td {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 10px;
  margin: 0;
  vertical-align: top;
}
/**
 * Vars
 */
body.consent-open {
  overflow: hidden;
}

#cookie-consent {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  color: #000;
  max-height: 620px;
  padding: 2rem;
  box-shadow: 0 -1rem 2rem -1rem rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 480px) {
  #cookie-consent {
    left: 0;
  }
}
#cookie-consent {
  transform: scale(0);
  transform-origin: center;
  opacity: 0;
  transition-property: transform opacity;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}
#cookie-consent.in {
  transform: scale(1);
  opacity: 1;
}
#cookie-consent.out {
  transform: scale(0);
  opacity: 0;
}
#cookie-consent .info h6 {
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
#cookie-consent .info p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000;
}
#cookie-consent .info a {
  color: #000;
  text-decoration: underline;
}
#cookie-consent .manage {
  overflow: hidden;
  max-height: 0;
  transition-property: max-height;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
}
#cookie-consent .manage.is-open {
  overflow: auto;
  max-height: 400px;
}
#cookie-consent .manage .control-group {
  margin: 0;
  padding-top: 1rem;
  padding-left: 0.5rem;
}
#cookie-consent .manage .control-group .control-checkbox {
  width: 100%;
  padding-top: 2px;
}
#cookie-consent .manage .control-group .control-checkbox:not(:last-of-type) {
  margin-bottom: 1rem;
}
#cookie-consent .manage .control-group .text h6 {
  margin: 0 0 3px;
  font-size: 14px;
}
#cookie-consent .manage .control-group .text p {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}
#cookie-consent .actions {
  display: block;
  padding: 1rem 0 0;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  #cookie-consent .actions {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
#cookie-consent .actions button {
  border-width: 1px;
  border-style: solid;
  padding: 0 1rem;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 480px) {
  #cookie-consent .actions button {
    margin-bottom: 0;
    width: auto;
  }
}
#cookie-consent .actions button.btn-accept {
  background-color: #009fe3;
  border-color: #009fe3;
  color: #ffffff;
}
#cookie-consent .actions button.btn-manage {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  color: #000;
  font-size: 14px;
}

#main {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #ffffff;
}
@media only screen and (max-width: 992px) {
  #main {
    background-image: none;
  }
}
#main .row-content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.125em;
  line-height: 1.5;
}
@media only screen and (max-width: 1600px) {
  #main .row-content {
    font-size: 1em;
    line-height: 1.3;
  }
}
#main .row-content.row-pad {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  #main .row-content.row-pad {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 769px) {
  #main .row-content.row-pad {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#main .row-content.row-heading {
  padding-top: 20px;
  padding-bottom: 0;
}
#main .row-content-fullwidth .col-xs-12 {
  display: block;
  float: none;
  padding-left: 0;
  padding-right: 0;
}
#main .font-family-conthrax {
  font-family: "ConthraxSemiBold", sans-serif;
  font-size: 28px;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6,
#main .h1, #main .h2, #main .h3, #main .h4, #main .h5, #main .h6 {
  color: #002447;
  margin: 0 0 20px;
  font-weight: 700;
  font-family: "aptos-black", sans-serif;
  line-height: 1.1;
}
#main h1 small, #main h2 small, #main h3 small, #main h4 small, #main h5 small, #main h6 small,
#main .h1 small, #main .h2 small, #main .h3 small, #main .h4 small, #main .h5 small, #main .h6 small {
  color: #d5d5d5;
  font-weight: 700;
  font-size: 65%;
  display: block;
}
#main h1, #main .h1 {
  color: #002447;
  font-size: 2em;
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  #main h1, #main .h1 {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 640px) {
  #main h1, #main .h1 {
    font-size: 1.625em;
  }
}
#main h2, #main .h2 {
  font-size: 1.75em;
}
@media only screen and (max-width: 769px) {
  #main h2, #main .h2 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  #main h2, #main .h2 {
    font-size: 1.375em;
  }
}
#main h3, #main .h3 {
  font-size: 1.5em;
}
@media only screen and (max-width: 769px) {
  #main h3, #main .h3 {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 640px) {
  #main h3, #main .h3 {
    font-size: 1.125em;
  }
}
#main h4, #main .h4 {
  font-size: 1.25em;
}
@media only screen and (max-width: 769px) {
  #main h4, #main .h4 {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 640px) {
  #main h4, #main .h4 {
    font-size: 1em;
  }
}
#main h5, #main .h5,
#main h6, #main .h6 {
  font-size: 1.125em;
}
@media only screen and (max-width: 769px) {
  #main h5, #main .h5,
  #main h6, #main .h6 {
    font-size: 1em;
    font-weight: 700;
  }
}
#main p {
  margin: 0 0 15px;
}
#main a:not(.btn) {
  color: #002447;
  text-decoration: none;
}
#main a:not(.btn):hover {
  text-decoration: underline;
}
#main .intro {
  font-size: 1.25em;
  line-height: 1.4;
  font-weight: 500;
}
#main .intro.light {
  font-family: "aptos-black", sans-serif;
  font-weight: 300 !important;
}
#main .intro.small {
  font-size: 1.125em;
}
@media only screen and (max-width: 640px) {
  #main .intro {
    font-size: 1.125em;
  }
}
#main ul {
  list-style: none;
  margin-left: 5px;
  padding-left: 0;
}
#main ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
#main ul li:before {
  content: "•";
  font-size: 18px;
  line-height: 0;
  position: absolute;
  top: 12px;
  left: 0;
}
#main ul.list-alpha {
  list-style-type: lower-alpha;
  margin: 0 0 15px;
}
#main ul.list-alpha li {
  list-style-type: lower-alpha;
  margin-left: 20px;
  padding-left: 0;
}
#main ul.list-alpha li:before {
  display: none;
}
#main ul.list-spaced {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main ul.list-spaced li {
  padding: 0 0 0 165px;
  margin: 0 0 3px;
  position: relative;
  overflow: hidden;
}
#main ul.list-spaced li:before {
  display: none;
}
#main ul.list-spaced li span:first-of-type {
  display: inline-blockblock;
  width: 150px;
  margin-left: -165px;
  float: left;
}
#main ul.list-spaced li .width-full {
  width: 100% !important;
}
#main ul.list-spaced.ls-thin li {
  padding-left: 100px;
}
#main ul.list-spaced.ls-thin li span:first-of-type {
  width: 100px;
  margin-left: -100px;
}
#main ul.list-spaced.ls-wide li {
  padding-left: 250px;
}
@media only screen and (max-width: 640px) {
  #main ul.list-spaced.ls-wide li {
    padding-left: 180px;
  }
}
@media only screen and (max-width: 480px) {
  #main ul.list-spaced.ls-wide li {
    padding-left: 15px;
  }
}
#main ul.list-spaced.ls-wide li span:first-of-type {
  width: 235px;
  margin-left: -250px;
}
@media only screen and (max-width: 640px) {
  #main ul.list-spaced.ls-wide li span:first-of-type {
    width: 165px;
    margin-left: -180px;
  }
}
@media only screen and (max-width: 480px) {
  #main ul.list-spaced.ls-wide li span:first-of-type {
    width: 100%;
    display: block;
    float: none;
    margin-left: -15px;
  }
}
#main ul.list-spaced.ls-right li span:first-of-type {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  #main ul.list-spaced.ls-right li span:first-of-type {
    text-align: left;
  }
}
#main ul.list-spaced.ls-icons li {
  padding-left: 35px;
}
#main ul.list-spaced.ls-icons li span:first-of-type {
  width: 20px;
  margin-left: -35px;
}
#main .row-statement {
  display: block;
  background-color: #002447;
  padding: 15px 0;
  margin: 0;
  box-shadow: 1px 1px 50px 5px rgba(0, 0, 0, 0.2);
}
#main .row-statement .cnt {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  #main .row-statement .cnt {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 769px) {
  #main .row-statement .cnt {
    font-size: 1em;
  }
}
@media only screen and (max-width: 640px) {
  #main .row-statement .cnt {
    font-size: 0.9375em;
  }
}
#main .row-statement .cnt .widget-wrap {
  font-family: "ConthraxSemiBold", sans-serif;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  #main .row-statement .cnt .widget-wrap {
    font-size: 20px;
  }
}
#main .row-statement .cnt .widget-wrap div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#main .row-statement .cnt .widget-wrap div span {
  position: relative;
  padding-right: 40px;
}
#main .row-statement .cnt .widget-wrap div span::before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 8px;
  width: 8px;
  top: 50%;
  right: 7px;
  translate: -50% -50%;
  transform: rotate(45deg);
}
#main .row-statement .cnt .widget-wrap div span:last-of-type {
  padding-right: 0;
}
#main .row-statement .cnt .widget-wrap div span:last-of-type::before {
  content: none;
}
#main .news-portlet {
  display: block;
  max-width: 340px;
  margin: 15px auto 0;
  padding: 60px 20px 20px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
}
@media only screen and (max-width: 992px) {
  #main .news-portlet {
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: none;
  }
}
#main .news-portlet .news-heading {
  background-repeat: no-repeat;
  background-size: contain;
  background-color: none;
  background-image: url("../img/news-header.svg");
  margin: 0;
  font-size: 1.125em;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: -16px;
  left: 25px;
  right: 25px;
  height: 70px;
  line-height: 55px;
}
#main .news-portlet .news-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main .news-portlet .news-list li {
  list-style: none;
  padding: 0 0 15px 0;
  margin: 0 0 15px;
  border-bottom: 2px dotted #d5d5d5;
  position: relative;
}
#main .news-portlet .news-list li:last-of-type {
  margin-bottom: 0;
  border-bottom: 0 none;
  padding-bottom: 0;
}
#main .news-portlet .news-list li:before {
  display: none;
}
#main .news-portlet .news-list li .item {
  position: relative;
  display: block;
  text-decoration: none;
  color: #5b5b5b;
  padding-right: 15px;
  /*&:after {
  	display: block;
  	font-family: 'fontello';
  	font-size: em(38);
  	content: '\e809';
  	width: 30px;
  	height: 50px;
  	text-align: center;

  	position: absolute;
  	top: 50%;
  	right: 0;
  	color: $blue;
  	margin-top: -30px;

  }*/
}
#main .news-portlet .news-list li .item h5 {
  color: #5b5b5b;
  margin: 0;
}
#main .news-portlet .news-list li .item p {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 0.875em;
}
#main .news-portlet .news-list li .item .btn.btn-outline {
  background-color: transparent;
  border: 1px solid #d5d5d5;
  font-size: 0.875em;
  font-weight: 400;
  color: #5b5b5b;
  text-transform: none;
}
#main .news-portlet .news-list li .item:hover .btn.btn-outline {
  color: #ffffff;
  background-color: #002447;
  border-color: transparent;
}
#main .three-steps {
  padding: 50px 0 0;
  margin: 20px auto 20px;
  list-style: none;
  width: auto;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #main .three-steps {
    margin-top: 0;
  }
}
@media only screen and (max-width: 769px) {
  #main .three-steps {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #main .three-steps {
    padding-top: 0;
  }
}
#main .three-steps li {
  position: relative;
  display: inline-block;
  width: 400px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  #main .three-steps li {
    width: 300px;
  }
}
@media only screen and (max-width: 992px) {
  #main .three-steps li {
    width: 33%;
  }
}
@media only screen and (max-width: 640px) {
  #main .three-steps li {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  #main .three-steps li br {
    display: none;
  }
}
#main .three-steps li:after {
  display: block;
  content: "";
  width: 145px;
  height: 50px;
  background-image: url("../img/arrow-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  position: absolute;
  left: 70%;
  top: -50px;
}
@media only screen and (max-width: 992px) {
  #main .three-steps li:after {
    height: 35px;
    width: 105px;
    top: -35px;
  }
}
@media only screen and (max-width: 769px) {
  #main .three-steps li:after {
    height: 30px;
    width: 90px;
    top: -30px;
  }
}
@media only screen and (max-width: 640px) {
  #main .three-steps li:after {
    display: none;
  }
}
#main .three-steps li:before {
  display: none;
}
#main .three-steps li:last-of-type:after {
  display: none;
}
#main .three-steps li .circle {
  display: inline-block;
  padding: 20px;
  background: #002447;
  text-align: center;
  float: left;
  border-radius: 100%;
  width: 90px;
  height: 90px;
}
@media only screen and (max-width: 992px) {
  #main .three-steps li .circle {
    padding: 15px;
    width: 75px;
    height: 75px;
  }
}
@media only screen and (max-width: 769px) {
  #main .three-steps li .circle {
    width: 50px;
    height: 50px;
    padding: 8px;
  }
}
@media only screen and (max-width: 640px) {
  #main .three-steps li .circle {
    float: none;
  }
}
#main .three-steps li .circle .icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
}
#main .three-steps li .circle .icon.handling {
  background-image: url("../img/icon-handling.png");
}
#main .three-steps li .circle .icon.warehouse {
  background-image: url("../img/icon-warehouse.png");
}
#main .three-steps li .circle .icon.boxes {
  background-image: url("../img/icon-box.png");
}
@media only screen and (max-width: 992px) {
  #main .three-steps li .circle .icon {
    width: 100%;
    height: 100%;
  }
}
#main .three-steps li .txt {
  display: block;
  margin-left: 130px;
  padding-right: 15px;
  padding-top: 15px;
  text-align: left;
  line-height: 1.3;
  font-weight: 700;
  font-size: 1.5em;
  color: #002447;
}
@media only screen and (max-width: 1400px) {
  #main .three-steps li .txt {
    font-size: 1.375em;
  }
}
@media only screen and (max-width: 992px) {
  #main .three-steps li .txt {
    font-size: 1.125em;
    margin-left: 90px;
  }
}
@media only screen and (max-width: 769px) {
  #main .three-steps li .txt {
    margin-left: 65px;
    padding-top: 2px;
  }
}
@media only screen and (max-width: 640px) {
  #main .three-steps li .txt {
    padding-top: 5px;
    text-align: center;
    margin-left: 0;
  }
}
#main .fleet-bdr {
  border-left: 2px solid #5b5b5b;
  border-right: 2px solid #5b5b5b;
}
@media only screen and (max-width: 769px) {
  #main .fleet-bdr {
    border-left: 0 none;
    border-right: 0 none;
  }
}
#main .fleet {
  padding: 0 20px;
  margin: 0;
}
@media only screen and (max-width: 769px) {
  #main .fleet {
    max-width: 320px;
    margin: 0 auto 40px;
    padding: 20px;
    border: 1px solid #d5d5d5;
    background-color: #ffffff;
    border-radius: 4px;
  }
}
#main .fleet .img {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 769px) {
  #main .fleet .img {
    padding: 15px;
  }
}
#main .fleet .img img {
  display: block;
  margin: 0 auto;
}
#main .fleet .cnt h4 {
  color: #5b5b5b;
}
#main .fleet .cnt p {
  margin-bottom: 0;
}
#main .testimonial {
  display: block;
  position: relative; /* IE 9 */
  transform: rotate(-5deg); /* Standard syntax */
  background-image: url("../img/bg-testimonial.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  text-align: center;
  color: black;
  padding: 65px 40px 50px;
}
@media only screen and (max-width: 1400px) {
  #main .testimonial {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  #main .testimonial {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-top: 65px;
  }
}
@media only screen and (max-width: 769px) {
  #main .testimonial {
    margin-top: 0;
  }
}
#main .testimonial h4 {
  margin: 0 0 15px;
  font-size: 1.75em;
}
@media only screen and (max-width: 1200px) {
  #main .testimonial h4 {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
}
#main .testimonial h3 {
  margin-bottom: 15px;
}
#main .testimonial p {
  font-family: "aptos-black", sans-serif;
  line-height: 1.2;
  font-size: 1.375em;
  margin: 0;
  padding: 0 0 15px;
}
@media only screen and (max-width: 1400px) {
  #main .testimonial p {
    font-size: 1.125em;
  }
}
#main .testimonial p.txt {
  font-size: 1.125em;
}
#main .testimonial p.by {
  font-size: 1em;
}
#main .testimonial .btn {
  color: #5b5b5b;
  border: 1px solid #5b5b5b;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 10px;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
}
#main .frm-track {
  position: relative;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
#main .frm-track .control {
  background-color: #002447;
  border-color: #002447;
  color: #ffffff;
  text-transform: uppercase;
  padding-right: 50px;
}
@media only screen and (max-width: 640px) {
  #main .frm-track .control {
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
  }
}
#main .frm-track .control::-webkit-input-placeholder, #main .frm-track .control::-ms-input-placeholder, #main .frm-track .control::placeholder {
  color: #ffffff;
}
#main .frm-track .control:focus, #main .frm-track .control:active {
  background-color: rgb(0, 25.6563380282, 50.6);
}
#main .frm-track button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  border: 0;
  padding-right: 15px;
  padding-left: 15px;
  color: #ffffff;
}
#main .quote {
  padding: 20px 20px 20px 25px;
  margin: 0 0 20px;
  border-left: 5px solid #002447;
}
#main .quote .text {
  margin: 0 0 10px;
  font-size: 1.125em;
  line-height: 1.4;
}
#main .quote .by {
  margin: 0;
  font-size: 1em;
}
#main .news-box {
  position: relative;
  padding: 15px 15px 78px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: all ease 0.25s;
}
@media only screen and (max-width: 769px) {
  #main .news-box {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
#main .news-box .img {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
#main .news-box .img img {
  display: block;
}
#main .news-box .summary .date {
  color: rgb(127.5, 127.5, 127.5);
  font-size: 0.875em;
}
#main .news-box .summary .headline {
  margin: 0 0 5px;
}
#main .news-box .summary p:lst-of-type {
  margin-bottom: 0;
}
#main .news-box .btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 15px 15px 16px;
  font-size: 0.875em;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #5b5b5b;
  transition: all ease 0.25s;
}
#main .news-box .lnk {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#main .news-box:hover {
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
}
#main .news-box:hover .btn {
  background-color: #002447;
  color: #ffffff;
  border-color: transparent;
}
#main .why-price {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#main .why-price li {
  display: block;
  width: 48%;
  flex-basis: auto;
  text-align: center;
  background: #ffffff;
  border: 2px solid #d5d5d5;
  border-bottom: 3px solid #d5d5d5;
  padding: 15px;
  margin-bottom: 4%;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #main .why-price li {
    width: 23%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  #main .why-price li {
    width: 48%;
    margin-bottom: 4%;
  }
  #main .why-price li:nth-of-type(3), #main .why-price li:nth-of-type(4) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  #main .why-price li {
    width: 100%;
    margin-bottom: 15px;
  }
  #main .why-price li:nth-of-type(3) {
    margin-bottom: 15px;
  }
  #main .why-price li:nth-of-type(4) {
    margin-bottom: 0;
  }
}
#main .why-price li:before {
  display: none;
}
#main .why-price li a, #main .why-price li a:hover {
  display: block;
  text-decoration: none;
}
#main .why-price li .icn {
  position: relative;
  display: block;
  border-radius: 100%;
  border: 1px solid #d5d5d5;
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
#main .why-price li .icn:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
}
#main .why-price li .icn.fragile:before {
  background-image: url("../img/icon-fragile.png");
}
#main .why-price li .icn.warehouse:before {
  background-image: url("../img/icon-warehouse.png");
}
#main .why-price li .icn.tracking:before {
  background-image: url("../img/icon-tracking.png");
}
#main .why-price li .icn.truck:before {
  background-image: url("../img/icon-transport.png");
}
#main .why-price li .text {
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  #main .why-price li .text {
    font-size: 0.875em;
  }
}
#main .why-price li:hover {
  background-color: #002447;
  border-color: transparent;
}
#main .why-price li:hover .icn {
  border-color: #ffffff;
  background-color: #0064af;
}
#main .why-price li:hover .text {
  color: #ffffff;
}
#main .bx-service {
  position: relative;
  padding: 20px 20px 70px;
}
#main .bx-service .btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
#main .row-internal-images {
  display: flex;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  padding: 0;
  margin: 0;
}
#main .row-internal-images img {
  width: 100%;
}
#main .row-internal-images div {
  display: block;
  margin: 0 1px;
  padding: 0;
}
#main .row-internal-images div:first-of-type {
  margin-left: 0;
}
#main .row-internal-images div:last-of-type {
  margin-right: 0;
}
#main .row-internal-images div img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
@media only screen and (max-width: 480px) {
  #main .row-internal-images {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1px;
  }
  #main .row-internal-images div {
    display: block;
    max-width: 49%;
    height: auto;
    flex-shrink: 1;
    flex-grow: 0;
    margin: 0 0.25% 0.5%;
    border: 1px solid #ffffff;
  }
  #main .row-internal-images div:first-of-type {
    margin-left: 0.25%;
  }
  #main .row-internal-images div:last-of-type {
    margin-right: 0.25%;
  }
}
#main .list-collapsible {
  height: 0;
  overflow: hidden;
  transition-property: height;
  transition-duration: 100ms;
  transition-timing-function: ease-in;
}
#main .list-collapsible.in {
  height: auto;
}
#main .row-client-say {
  display: grid;
}
@media only screen and (min-width: 641px) {
  #main .row-client-say {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #main .row-client-say:nth-of-type(odd) .col-item:nth-of-type(2) .news-box {
    background-color: #002447;
  }
}
@media only screen and (min-width: 641px) {
  #main .row-client-say:nth-of-type(odd) .col-item:nth-of-type(2) h2, #main .row-client-say:nth-of-type(odd) .col-item:nth-of-type(2) p {
    color: #ffffff;
  }
}
@media only screen and (min-width: 641px) {
  #main .row-client-say:nth-of-type(even) .col-item:nth-of-type(1) .news-box {
    background-color: #002447;
  }
}
@media only screen and (min-width: 641px) {
  #main .row-client-say:nth-of-type(even) .col-item:nth-of-type(1) h2, #main .row-client-say:nth-of-type(even) .col-item:nth-of-type(1) p {
    color: #ffffff;
  }
}
@media only screen and (max-width: 640px) {
  #main .row-client-say .col-item {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  #main .row-client-say .col-item:nth-of-type(even) .news-box {
    background-color: #002447;
  }
}
@media only screen and (max-width: 640px) {
  #main .row-client-say .col-item:nth-of-type(even) .news-box h2, #main .row-client-say .col-item:nth-of-type(even) .news-box p {
    color: #ffffff;
  }
}
#main .row-client-say .col-item .news-box {
  height: 100%;
  border-radius: 4px;
}
#main .row-banner {
  margin-top: -220px;
  display: block;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1400px) {
  #main .row-banner {
    margin-top: -160px;
  }
}
@media only screen and (max-width: 1080px) {
  #main .row-banner {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 640px) {
  #main .row-banner {
    margin-top: 0;
  }
}
#main .row-banner .img-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#main .row-banner .img-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#main .row-banner .img-wrap .strapline-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 100%;
  height: 150px;
  top: 30%;
}
@media only screen and (min-width: 1400px) {
  #main .row-banner .img-wrap .strapline-wrapper {
    top: 40%;
  }
}
#main .row-banner .img-wrap .strapline {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.2;
  position: absolute;
  padding: 2rem 2rem 2rem 1rem;
  max-width: 600px;
  display: none;
  left: 0;
}
@media only screen and (min-width: 641px) {
  #main .row-banner .img-wrap .strapline {
    display: block;
  }
}
@media only screen and (min-width: 1080px) {
  #main .row-banner .img-wrap .strapline {
    font-size: 1.75em;
    padding-left: 1.3rem;
  }
}
@media only screen and (min-width: 1400px) {
  #main .row-banner .img-wrap .strapline {
    padding-left: 2.6rem;
  }
}
#main .row-banner .img-wrap .strapline p {
  margin-bottom: 0;
  font-family: "ConthraxSemiBold", sans-serif;
  font-weight: 600;
}
#main .row-banner img {
  display: block;
  margin: 0 auto;
  max-height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
#main .row-banner .straight {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1922px) {
  #main .row-banner .straight {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 992px) {
  #main .row-banner .straight {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
#main .row-banner .straight {
  border-top: 2px solid #002447;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: none;
  margin-top: 0;
}
#main .row-banner .straight:after {
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 640px) {
  #main .row-banner .straight:after {
    display: none;
  }
}
#main .row-banner .straight .txt {
  float: left;
  width: 50%;
  font-size: 1.875em;
}
@media only screen and (max-width: 1400px) {
  #main .row-banner .straight .txt {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 1200px) {
  #main .row-banner .straight .txt {
    font-size: 1.5em;
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  #main .row-banner .straight .txt {
    font-size: 1.375em;
  }
}
@media only screen and (max-width: 769px) {
  #main .row-banner .straight .txt {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 640px) {
  #main .row-banner .straight .txt {
    text-align: center;
  }
}
#main .row-banner .straight .txt p {
  margin: 0;
}
#main .row-banner .straight .txt .call {
  color: #002447;
}
@media only screen and (max-width: 640px) {
  #main .row-banner .straight .txt .call {
    font-size: 1.375em;
  }
}
#main .row-banner .straight .cta {
  width: 300px;
  float: right;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  #main .row-banner .straight .cta {
    max-width: none;
    width: 100%;
    margin: 0;
    float: none;
    border-top: 2px solid rgb(201.8333333333, 209.0833333333, 221.1666666667);
  }
}
@media only screen and (max-width: 640px) {
  #main .row-banner .straight .cta {
    border-top: 1px solid #ffffff;
  }
}
#main .row-banner .straight .cta p {
  font-size: 1.5em;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  #main .row-banner .straight .cta p {
    font-size: 1.375em;
  }
}
#main .row-banner .curve {
  overflow: hidden;
  position: relative;
  padding: 270px 0 40px;
  margin: -270px 0 0 0;
}
@media only screen and (min-width: 1922px) {
  #main .row-banner .curve {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1080px) {
  #main .row-banner .curve {
    padding-top: 210px;
    margin-top: -210px;
  }
}
@media only screen and (max-width: 992px) {
  #main .row-banner .curve {
    padding-top: 225px;
    margin-top: -225px;
  }
}
@media only screen and (max-width: 769px) {
  #main .row-banner .curve {
    background-color: #e9ecf1;
    border-top: 2px solid #002447;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: none;
    margin-top: 0;
  }
}
#main .row-banner .curve {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url("../img/banner-curve.svg");
}
#main .row-banner .curve:after {
  content: "";
  display: block;
  background-color: #e9ecf1;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 640px) {
  #main .row-banner .curve:after {
    display: none;
  }
}
#main .row-banner .curve .txt {
  float: left;
  width: 50%;
  font-size: 1.875em;
}
@media only screen and (max-width: 1400px) {
  #main .row-banner .curve .txt {
    width: 40%;
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 1200px) {
  #main .row-banner .curve .txt {
    font-size: 1.5em;
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  #main .row-banner .curve .txt {
    font-size: 1.375em;
  }
}
@media only screen and (max-width: 769px) {
  #main .row-banner .curve .txt {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 640px) {
  #main .row-banner .curve .txt {
    text-align: center;
  }
}
#main .row-banner .curve .txt p {
  margin: 0;
}
#main .row-banner .curve .txt .call {
  color: #002447;
}
@media only screen and (max-width: 640px) {
  #main .row-banner .curve .txt .call {
    font-size: 1.375em;
  }
}
#main .row-banner .curve .cta {
  width: 300px;
  float: right;
  text-align: center;
  padding-top: 15px;
}
@media only screen and (max-width: 769px) {
  #main .row-banner .curve .cta {
    max-width: none;
    width: 100%;
    margin: 0;
    float: none;
    border-top: 2px solid rgb(201.8333333333, 209.0833333333, 221.1666666667);
  }
}
@media only screen and (max-width: 640px) {
  #main .row-banner .curve .cta {
    border-top: 1px solid #ffffff;
  }
}
#main .row-banner .curve .cta p {
  font-size: 1.5em;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  #main .row-banner .curve .cta p {
    font-size: 1.375em;
  }
}
#main .row-breadcrumbs {
  padding: 0;
  margin: 0;
  font-size: 1em;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
@media only screen and (min-width: 481px) {
  #main .row-breadcrumbs.tracking-wrap .frm-track::before {
    margin-left: -180px;
  }
}
@media only screen and (min-width: 992px) {
  #main .row-breadcrumbs.tracking-wrap .crumbs {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1081px) {
  #main .row-breadcrumbs.tracking-wrap .crumbs {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 992px) {
  #main .row-breadcrumbs .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#main .row-breadcrumbs .crumbs {
  padding: 15px;
}
@media only screen and (max-width: 640px) {
  #main .row-breadcrumbs .crumbs {
    display: block;
    padding-top: 15px;
  }
}
#main .row-breadcrumbs .frm-track {
  width: 320px;
  float: right;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  #main .row-breadcrumbs .frm-track {
    float: none;
    max-width: none;
    width: auto;
    margin-top: 0;
    background-color: rgb(242.25, 242.25, 242.25);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 195px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  #main .row-breadcrumbs .frm-track {
    padding-left: 15px;
  }
}
#main .row-breadcrumbs .frm-track:before {
  content: "Track Your Order";
  display: block;
  width: 180px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: -190px;
  float: left;
  padding-top: 15px;
}
@media only screen and (max-width: 1080px) {
  #main .row-breadcrumbs .frm-track:before {
    padding-top: 10px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 480px) {
  #main .row-breadcrumbs .frm-track:before {
    float: none;
    margin-left: 0;
    margin-bottom: 5px;
    padding-top: 0;
  }
}
#main .row-breadcrumbs .frm-track:after {
  content: "";
  display: table;
  clear: both;
}
#main .row-breadcrumbs .frm-track input {
  background-color: #ffffff;
  border-color: #d5d5d5;
  color: #5b5b5b;
}
@media only screen and (max-width: 992px) {
  #main .row-breadcrumbs .frm-track input {
    position: relative;
    margin-left: 0;
    float: left;
  }
}
@media only screen and (max-width: 640px) {
  #main .row-breadcrumbs .frm-track input {
    height: 40px;
    line-height: 40px;
  }
}
#main .row-breadcrumbs .frm-track input:focus, #main .row-breadcrumbs .frm-track input:active {
  background-color: rgb(252.45, 252.45, 252.45);
}
#main .row-breadcrumbs .frm-track button {
  color: #5b5b5b;
}
@media only screen and (max-width: 992px) {
  #main .row-breadcrumbs .frm-track button {
    right: 15px;
    top: 15px;
    bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  #main .row-breadcrumbs .frm-track button {
    top: 40px;
  }
}
#main .row-breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main .row-breadcrumbs ul li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}
#main .row-breadcrumbs ul li a {
  color: #5b5b5b;
  font-weight: 300;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  #main .row-breadcrumbs ul li a {
    line-height: 1.5;
  }
}
#main .row-breadcrumbs ul li a:hover {
  text-decoration: underline;
}
#main .row-breadcrumbs ul li:before {
  display: none;
}
#main .row-breadcrumbs ul li:after {
  content: "/";
  margin: 0;
  padding: 0 5px;
}
#main .row-breadcrumbs ul li:first-of-type:before {
  content: "»";
  display: inline-block;
  margin: 0 0 0 -15px;
  padding: 0 5px 0 0;
  width: 15px;
  top: 9px;
}
#main .row-breadcrumbs ul li:last-of-type:after {
  content: "";
  display: none;
}
#main .row-breadcrumbs ul li:last-of-type a {
  font-weight: 700;
  color: #002447;
}

.white {
  color: #ffffff !important;
}

.h-white:hover {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
  color: #5b5b5b !important;
}
.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white h6,
.bg-white .h1, .bg-white .h2, .bg-white .h3, .bg-white .h4, .bg-white .h5, .bg-white .h6 {
  color: #5b5b5b !important;
}

.hr.hr-white {
  border-color: #ffffff !important;
}

.bdr.bdr-white, .bdr-top.bdr-white, .bdr-bottom.bdr-white, .bdr-left.bdr-white, .bdr-right.bdr-white {
  border-color: #ffffff;
}

.table.table-white > thead > tr > th, .table.table-white > tbody > tr > th, .table.table-white > tfoot > tr > th,
.table.table-white > thead > tr > td, .table.table-white > tbody > tr > td, .table.table-white > tfoot > tr > td {
  border-color: #ffffff !important;
}
.table.table-white.table-bordered {
  border-color: #ffffff !important;
}

.black {
  color: #5b5b5b !important;
}

.h-black:hover {
  color: #5b5b5b !important;
}

.bg-black {
  background-color: #5b5b5b !important;
  color: #ffffff !important;
}
.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6,
.bg-black .h1, .bg-black .h2, .bg-black .h3, .bg-black .h4, .bg-black .h5, .bg-black .h6 {
  color: #ffffff !important;
}

.hr.hr-black {
  border-color: #5b5b5b !important;
}

.bdr.bdr-black, .bdr-top.bdr-black, .bdr-bottom.bdr-black, .bdr-left.bdr-black, .bdr-right.bdr-black {
  border-color: #5b5b5b;
}

.table.table-black > thead > tr > th, .table.table-black > tbody > tr > th, .table.table-black > tfoot > tr > th,
.table.table-black > thead > tr > td, .table.table-black > tbody > tr > td, .table.table-black > tfoot > tr > td {
  border-color: #5b5b5b !important;
}
.table.table-black.table-bordered {
  border-color: #5b5b5b !important;
}

.light {
  color: #f5f5f5 !important;
}

.h-light:hover {
  color: #f5f5f5 !important;
}

.bg-light {
  background-color: #f5f5f5 !important;
  color: #5b5b5b !important;
}
.bg-light h1, .bg-light h2, .bg-light h3, .bg-light h4, .bg-light h5, .bg-light h6,
.bg-light .h1, .bg-light .h2, .bg-light .h3, .bg-light .h4, .bg-light .h5, .bg-light .h6 {
  color: #5b5b5b !important;
}

.hr.hr-light {
  border-color: #f5f5f5 !important;
}

.bdr.bdr-light, .bdr-top.bdr-light, .bdr-bottom.bdr-light, .bdr-left.bdr-light, .bdr-right.bdr-light {
  border-color: #f5f5f5;
}

.table.table-light > thead > tr > th, .table.table-light > tbody > tr > th, .table.table-light > tfoot > tr > th,
.table.table-light > thead > tr > td, .table.table-light > tbody > tr > td, .table.table-light > tfoot > tr > td {
  border-color: #f5f5f5 !important;
}
.table.table-light.table-bordered {
  border-color: #f5f5f5 !important;
}

.muted {
  color: #d5d5d5 !important;
}

.h-muted:hover {
  color: #d5d5d5 !important;
}

.bg-muted {
  background-color: #d5d5d5 !important;
  color: #5b5b5b !important;
}
.bg-muted h1, .bg-muted h2, .bg-muted h3, .bg-muted h4, .bg-muted h5, .bg-muted h6,
.bg-muted .h1, .bg-muted .h2, .bg-muted .h3, .bg-muted .h4, .bg-muted .h5, .bg-muted .h6 {
  color: #5b5b5b !important;
}

.hr.hr-muted {
  border-color: #d5d5d5 !important;
}

.bdr.bdr-muted, .bdr-top.bdr-muted, .bdr-bottom.bdr-muted, .bdr-left.bdr-muted, .bdr-right.bdr-muted {
  border-color: #d5d5d5;
}

.table.table-muted > thead > tr > th, .table.table-muted > tbody > tr > th, .table.table-muted > tfoot > tr > th,
.table.table-muted > thead > tr > td, .table.table-muted > tbody > tr > td, .table.table-muted > tfoot > tr > td {
  border-color: #d5d5d5 !important;
}
.table.table-muted.table-bordered {
  border-color: #d5d5d5 !important;
}

.blue {
  color: #002447 !important;
}

.h-blue:hover {
  color: #002447 !important;
}

.bg-blue {
  background-color: #002447 !important;
  color: #ffffff !important;
}
.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6,
.bg-blue .h1, .bg-blue .h2, .bg-blue .h3, .bg-blue .h4, .bg-blue .h5, .bg-blue .h6 {
  color: #ffffff !important;
}

.hr.hr-blue {
  border-color: #002447 !important;
}

.bdr.bdr-blue, .bdr-top.bdr-blue, .bdr-bottom.bdr-blue, .bdr-left.bdr-blue, .bdr-right.bdr-blue {
  border-color: #002447;
}

.table.table-blue > thead > tr > th, .table.table-blue > tbody > tr > th, .table.table-blue > tfoot > tr > th,
.table.table-blue > thead > tr > td, .table.table-blue > tbody > tr > td, .table.table-blue > tfoot > tr > td {
  border-color: #002447 !important;
}
.table.table-blue.table-bordered {
  border-color: #002447 !important;
}

.yellow {
  color: #ffea00 !important;
}

.h-yellow:hover {
  color: #ffea00 !important;
}

.bg-yellow {
  background-color: #ffea00 !important;
  color: #5b5b5b !important;
}
.bg-yellow h1, .bg-yellow h2, .bg-yellow h3, .bg-yellow h4, .bg-yellow h5, .bg-yellow h6,
.bg-yellow .h1, .bg-yellow .h2, .bg-yellow .h3, .bg-yellow .h4, .bg-yellow .h5, .bg-yellow .h6 {
  color: #5b5b5b !important;
}

.hr.hr-yellow {
  border-color: #ffea00 !important;
}

.bdr.bdr-yellow, .bdr-top.bdr-yellow, .bdr-bottom.bdr-yellow, .bdr-left.bdr-yellow, .bdr-right.bdr-yellow {
  border-color: #ffea00;
}

.table.table-yellow > thead > tr > th, .table.table-yellow > tbody > tr > th, .table.table-yellow > tfoot > tr > th,
.table.table-yellow > thead > tr > td, .table.table-yellow > tbody > tr > td, .table.table-yellow > tfoot > tr > td {
  border-color: #ffea00 !important;
}
.table.table-yellow.table-bordered {
  border-color: #ffea00 !important;
}

.light-blue {
  color: #0064af !important;
}

.h-light-blue:hover {
  color: #0064af !important;
}

.bg-light-blue {
  background-color: #0064af !important;
  color: #0064af !important;
}
.bg-light-blue h1, .bg-light-blue h2, .bg-light-blue h3, .bg-light-blue h4, .bg-light-blue h5, .bg-light-blue h6,
.bg-light-blue .h1, .bg-light-blue .h2, .bg-light-blue .h3, .bg-light-blue .h4, .bg-light-blue .h5, .bg-light-blue .h6 {
  color: #0064af !important;
}

.hr.hr-light-blue {
  border-color: #0064af !important;
}

.bdr.bdr-light-blue, .bdr-top.bdr-light-blue, .bdr-bottom.bdr-light-blue, .bdr-left.bdr-light-blue, .bdr-right.bdr-light-blue {
  border-color: #0064af;
}

.table.table-light-blue > thead > tr > th, .table.table-light-blue > tbody > tr > th, .table.table-light-blue > tfoot > tr > th,
.table.table-light-blue > thead > tr > td, .table.table-light-blue > tbody > tr > td, .table.table-light-blue > tfoot > tr > td {
  border-color: #0064af !important;
}
.table.table-light-blue.table-bordered {
  border-color: #0064af !important;
}

.fnt-bold, strong {
  font-weight: 700 !important;
}

.fnt-light {
  font-weight: 300 !important;
}

.fnt-medium {
  font-weight: 400 !important;
}

hr, .hr {
  border: 0 none;
  border-top: 2px solid #d5d5d5;
}

.height-auto {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
}

.line-height-auto {
  line-height: 1 !important;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.max-769 {
  max-width: 769px;
  margin-left: auto;
  margin-right: auto;
}

.iframe {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.iframe.aspect-16-9 {
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.iframe.aspect-4-3 {
  padding-top: 75%; /* 4:3 Aspect Ratio */
}
.iframe.aspect-3-2 {
  padding-top: 66.66%; /* 3:2 Aspect Ratio */
}
.iframe.aspect-8-5 {
  padding-top: 62.5%; /* 8:5 Aspect Ratio */
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}