.row {
  margin-right: -20px;
  margin-left: -20px; }

.col-8 {
  padding-right: 20px;
  padding-left: 20px; }

.col-5 {
  padding-right: 20px;
  padding-left: 20px; }

.col-6 {
  padding-right: 20px;
  padding-left: 20px; }

.col-12 {
  padding-right: 20px;
  padding-left: 20px; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 1500px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1366px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

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

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

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

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1366px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

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

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 1024px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1366px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .card-deck {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .card-group {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

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

@media (min-width: 1024px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1366px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

.font-weight-normal {
  font-weight: 400 !important; }

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

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

[data-simplebar] {
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: scroll;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */ }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none; }

.simplebar-scrollbar {
  position: absolute;
  right: 0;
  width: 3px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear; }

.simplebar-track .simplebar-scrollbar.visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
  transition: opacity 0 linear; }

.simplebar-track.vertical {
  top: 0;
  width: 3px; }

.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*! jQuery UI - v1.12.1 - 2017-12-22
* http://jqueryui.com
* Includes: core.css, accordion.css, button.css, checkboxradio.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-button-icon-only {
  text-indent: 0; }

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

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

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url(asset("/images/ui-icons_444444_256x240.png")); }

.ui-widget-header .ui-icon {
  background-image: url(asset("/images/ui-icons_444444_256x240.png")); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url(asset("/images/ui-icons_555555_256x240.png")); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url(asset("/images/ui-icons_ffffff_256x240.png")); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url(asset("/images/ui-icons_777620_256x240.png")); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(asset("/images/ui-icons_cc0000_256x240.png")); }

.ui-button .ui-icon {
  background-image: url(asset("/images/ui-icons_777777_256x240.png")); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px; }

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  box-shadow: 0 0 5px #666; }

body.mmi-layout {
  font-family: montserratregular, arial, sans-serif;
  font-weight: normal;
  font-style: normal; }
  body.mmi-layout .mmi-bkg-azure-normal {
    background-color: #0065CB !important; }
  body.mmi-layout .mmi-bkg-azure-light {
    background-color: #D8DFE7 !important; }
  body.mmi-layout .mmi-bkg-black-normal {
    background-color: #000000 !important; }
  body.mmi-layout .mmi-bkg-black-text {
    background-color: #333333 !important; }
  body.mmi-layout .mmi-bkg-blue-lightest {
    background-color: #E6EDF1 !important; }
  body.mmi-layout .mmi-bkg-blue-highlight {
    background-color: #5897FB !important; }
  body.mmi-layout .mmi-bkg-blue-normal {
    background-color: #002D62 !important; }
  body.mmi-layout .mmi-bkg-blue-text {
    background-color: #002351 !important; }
  body.mmi-layout .mmi-bkg-blue-dark {
    background-color: #0E1D35 !important; }
  body.mmi-layout .mmi-bkg-blue-button {
    background-color: #0065CB !important; }
  body.mmi-layout .mmi-bkg-green-flag {
    background-color: #009246 !important; }
  body.mmi-layout .mmi-bkg-green-text {
    background-color: #008045 !important; }
  body.mmi-layout .mmi-bkg-grey-background {
    background-color: #C6C9D1 !important; }
  body.mmi-layout .mmi-bkg-grey-border {
    background-color: #C6C6C6 !important; }
  body.mmi-layout .mmi-bkg-grey-box {
    background-color: #D6D7DB !important; }
  body.mmi-layout .mmi-bkg-grey-line {
    background-color: #B7BAC2 !important; }
  body.mmi-layout .mmi-bkg-grey-light {
    background-color: #EDF0F7 !important; }
  body.mmi-layout .mmi-bkg-grey-text {
    background-color: #4D4D4D !important; }
  body.mmi-layout .mmi-bkg-red-flag {
    background-color: #CE2B37 !important; }
  body.mmi-layout .mmi-bkg-white-normal {
    background-color: #FFFFFF !important; }
  body.mmi-layout .mmi-bkg-yellow-normal {
    background-color: #FFDD00 !important; }
  body.mmi-layout h1, body.mmi-layout h2, body.mmi-layout h3, body.mmi-layout h4, body.mmi-layout h5, body.mmi-layout h6 {
    color: #002351;
    font-family: montserratbold, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    padding: 16px 0; }
    @media screen and (min-width: 1024px) {
      body.mmi-layout h1, body.mmi-layout h2, body.mmi-layout h3, body.mmi-layout h4, body.mmi-layout h5, body.mmi-layout h6 {
        padding: 20px 0; } }
  body.mmi-layout h1 {
    font-size: 32px;
    line-height: 36px; }
    @media screen and (min-width: 1024px) {
      body.mmi-layout h1 {
        font-size: 40px;
        line-height: 44px; } }
  body.mmi-layout h2 {
    font-size: 20px;
    line-height: 24px; }
    @media screen and (min-width: 1024px) {
      body.mmi-layout h2 {
        font-size: 24px;
        line-height: 28px; } }
  body.mmi-layout h3 {
    font-size: 16px;
    line-height: 20px; }
    @media screen and (min-width: 1024px) {
      body.mmi-layout h3 {
        font-size: 20px;
        line-height: 24px; } }
  body.mmi-layout h4 {
    font-size: 14px;
    line-height: 18px; }
    @media screen and (min-width: 1024px) {
      body.mmi-layout h4 {
        font-size: 16px;
        line-height: 20px; } }
  body.mmi-layout h5 {
    font-size: 12px;
    line-height: 16px; }
    @media screen and (min-width: 1024px) {
      body.mmi-layout h5 {
        font-size: 14px;
        line-height: 18px; } }
  body.mmi-layout h6 {
    font-size: 10px;
    line-height: 14px; }
    @media screen and (min-width: 1024px) {
      body.mmi-layout h6 {
        font-size: 12px;
        line-height: 16px; } }
  body.mmi-layout p {
    font-family: montserratregular, arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  body.mmi-layout br.mobile-hidden {
    content: ' '; }
    body.mmi-layout br.mobile-hidden:after {
      content: ' '; }
  body.mmi-layout * {
    outline: 0; }
  body.mmi-layout .v-middle {
    display: inline-block;
    vertical-align: middle; }
  body.mmi-layout .ms-rteStyle-Emphasis, body.mmi-layout .ms-rteStyle-IntenseEmphasis {
    color: #002351;
    font-family: montserratbold, arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  body.mmi-layout label {
    font-family: montserratmedium, arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  body.mmi-layout #ctl00_PlaceHolderMain_FormSubsc,
  body.mmi-layout #ctl00_PlaceHolderMain_FormRequest,
  body.mmi-layout #ctl00_PlaceHolderMain_FormSuccess {
    margin-left: 0 !important;
    margin-top: 0 !important; }
  body.mmi-layout .mmi-form [class*='col-'] {
    margin-bottom: 20px; }
  body.mmi-layout .mmi-form input[type='text'], body.mmi-layout .mmi-form select, body.mmi-layout .mmi-form .select2-container {
    width: 100% !important; }
  body.mmi-layout .mmi-form input[type='submit'] {
    margin: 0;
    width: 100%; }
  body.mmi-layout .mmi-form label {
    display: block;
    margin: 0 0 5px 2px; }
  body.mmi-layout .mmi-form table label {
    display: inline-block;
    margin: 0; }
  body.mmi-layout .mmi-form table #ctl00_PlaceHolderMain_radioOperatoreMedia + label {
    padding-left: 6px; }
  body.mmi-layout .mmi-form input[type=password], body.mmi-layout .mmi-form input[type=text], body.mmi-layout .mmi-form input[type=file], body.mmi-layout .mmi-form textarea {
    padding: 18px;
    font-size: 14px;
    font-family: montserratmedium, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    height: 50px;
    border: 1px solid #d8dfe7;
    color: #002d62;
    background-color: white !important; }
    body.mmi-layout .mmi-form input[type=password].xs-input, body.mmi-layout .mmi-form input[type=text].xs-input, body.mmi-layout .mmi-form input[type=file].xs-input, body.mmi-layout .mmi-form textarea.xs-input {
      padding: 10px;
      height: 35px; }
  body.mmi-layout .mmi-form input[type=button], body.mmi-layout .mmi-form input[type=reset], body.mmi-layout .mmi-form input[type=submit], body.mmi-layout .mmi-form button {
    min-height: 50px;
    margin: 0;
    padding: 15px 30px;
    background-color: #002d62 !important;
    border: 1px solid #002d62 !important;
    color: white !important;
    font-size: 14px;
    font-family: montserratbold, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer; }
    body.mmi-layout .mmi-form input[type=button]:hover, body.mmi-layout .mmi-form input[type=reset]:hover, body.mmi-layout .mmi-form input[type=submit]:hover, body.mmi-layout .mmi-form button:hover {
      opacity: 0.9; }
    body.mmi-layout .mmi-form input[type=button].xs-button, body.mmi-layout .mmi-form input[type=reset].xs-button, body.mmi-layout .mmi-form input[type=submit].xs-button, body.mmi-layout .mmi-form button.xs-button {
      border-radius: 35px;
      min-height: 35px;
      padding: 8px 22px; }
  body.mmi-layout .mmi-form input[type=checkbox] + .ui-checkboxradio-label {
    display: inline-block;
    margin: 0 4px 12px 4px;
    padding: 0 10px !important;
    height: 26px;
    color: white;
    font-size: 12px;
    line-height: 26px;
    font-family: montserratregular, arial, sans-serif;
    text-transform: none;
    background-color: #002d62;
    border: 1px solid white;
    border-radius: 24px;
    box-shadow: none;
    overflow: hidden; }
    body.mmi-layout .mmi-form input[type=checkbox] + .ui-checkboxradio-label.ui-state-active {
      color: #002d62;
      background-color: white; }
  body.mmi-layout .mmi-form .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  body.mmi-layout .mmi-form .formSubsc td label,
  body.mmi-layout .mmi-form .formSubsc span input + label {
    display: inline; }
  body.mmi-layout .mmi-form .formSubsc .livetext p input {
    margin-bottom: 0; }
  body.mmi-layout .btn-link {
    display: inline-block;
    min-height: 50px;
    margin: 0;
    padding: 17px 30px;
    background-color: #002d62 !important;
    border: 1px solid #002d62 !important;
    color: white !important;
    font-size: 14px;
    font-family: montserratbold, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer; }
    body.mmi-layout .btn-link:hover {
      opacity: 0.9; }
    body.mmi-layout .btn-link.btn-azure {
      background-color: #0065cb !important;
      border: 1px solid #0065cb !important; }
    body.mmi-layout .btn-link.btn-white {
      background-color: transparent !important;
      border: 1px solid #002d62 !important;
      color: #002d62 !important; }
    body.mmi-layout .btn-link.xs-btn {
      min-height: auto;
      padding: 10px 20px; }
  body.mmi-layout .TableCheckboxes td {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    body.mmi-layout .TableCheckboxes td label {
      display: inline-block;
      margin: 0 0 0 5px; }
  body.mmi-layout .select2-container {
    width: auto !important; }
    body.mmi-layout .select2-container.select2-container--default .select2-search {
      display: none; }
    body.mmi-layout .select2-container.select2-container--default .select2-selection__rendered {
      padding-left: 0;
      padding-right: 0;
      color: #002d62;
      font-family: montserratmedium, arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      line-height: 18px; }
    body.mmi-layout .select2-container.select2-container--default .select2-selection--single {
      position: relative;
      padding: 18px 40px 18px 18px;
      height: 50px;
      border: 1px solid #d8dfe7;
      border-radius: 0; }
      body.mmi-layout .select2-container.select2-container--default .select2-selection--single.blue {
        background-color: #002d62;
        color: white; }
      body.mmi-layout .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 50px;
        width: 40px; }
        body.mmi-layout .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
          margin-top: -10px;
          margin-left: -7px;
          border-width: 0; }
          body.mmi-layout .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
            content: "\71";
            color: #002d62;
            font-family: mm-website;
            font-weight: normal;
            font-style: normal;
            font-size: 12px; }
    body.mmi-layout .select2-container.select2-container--default .select2-dropdown {
      border: 1px solid #d8dfe7;
      border-radius: 0; }
      body.mmi-layout .select2-container.select2-container--default .select2-dropdown .select2-results__options li {
        padding: 16px 40px 16px 18px;
        color: #002d62;
        font-family: montserratmedium, arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        line-height: 18px; }
  body.mmi-layout .accordion .card {
    border-color: #c6c6c6;
    border-left: 0;
    border-right: 0;
    border-radius: 0; }
    body.mmi-layout .accordion .card .card-header {
      padding: 0;
      background-color: transparent;
      border-bottom: 0; }
      body.mmi-layout .accordion .card .card-header button {
        position: relative;
        width: 100%;
        padding: 10px 60px 10px 20px;
        background: transparent !important;
        border: 0 !important;
        color: #002d62 !important;
        font-family: montserratmedium, arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        text-transform: none; }
        @media screen and (min-width: 1024px) {
          body.mmi-layout .accordion .card .card-header button {
            font-size: 20px;
            line-height: 24px; } }
        body.mmi-layout .accordion .card .card-header button:before {
          content: '';
          position: absolute;
          margin-top: -1px;
          top: 50%;
          right: 20px;
          width: 17px;
          height: 1px;
          background-color: #002d62; }
        body.mmi-layout .accordion .card .card-header button.collapsed:after {
          content: '';
          position: absolute;
          margin-top: -9px;
          top: 50%;
          right: 28px;
          width: 1px;
          height: 17px;
          background-color: #002d62; }
    body.mmi-layout .accordion .card .card-body {
      padding: 20px 60px 20px 20px; }
  @media (min-width: 768px) {
    body.mmi-layout br.mobile-hidden {
      content: initial; }
      body.mmi-layout br.mobile-hidden:after {
        display: none; } }
  @media (min-width: 1024px) {
    body.mmi-layout .accordion .card .card-header button {
      padding: 20px; } }

#s4-bodyContainer {
  padding-bottom: 0; }
  #s4-bodyContainer > div.wrap.container,
  #s4-bodyContainer > div.wrap:last-child {
    margin-bottom: 0; }

.italian-flag-strip, body.mmi-layout .wrap .header .menu-head .italian-flag-strip, body.mmi-layout .wrap .footer .italian-flag-strip-wrapper {
  width: 100%; }
  .italian-flag-strip .green, body.mmi-layout .wrap .header .menu-head .italian-flag-strip .green, body.mmi-layout .wrap .footer .italian-flag-strip-wrapper .green, .italian-flag-strip .white, body.mmi-layout .wrap .header .menu-head .italian-flag-strip .white, body.mmi-layout .wrap .footer .italian-flag-strip-wrapper .white, .italian-flag-strip .red, body.mmi-layout .wrap .header .menu-head .italian-flag-strip .red, body.mmi-layout .wrap .footer .italian-flag-strip-wrapper .red {
    float: left;
    width: 33%;
    height: inherit; }
  .italian-flag-strip .green, body.mmi-layout .wrap .header .menu-head .italian-flag-strip .green, body.mmi-layout .wrap .footer .italian-flag-strip-wrapper .green {
    background-color: #009246; }
  .italian-flag-strip .white, body.mmi-layout .wrap .header .menu-head .italian-flag-strip .white, body.mmi-layout .wrap .footer .italian-flag-strip-wrapper .white {
    width: 34%;
    background-color: white; }
  .italian-flag-strip .red, body.mmi-layout .wrap .header .menu-head .italian-flag-strip .red, body.mmi-layout .wrap .footer .italian-flag-strip-wrapper .red {
    background-color: #ce2b37; }

body.mmi-layout .wrap {
  padding: 0;
  width: 100%; }
  body.mmi-layout .wrap #sidebar, body.mmi-layout .wrap #sidebar2 {
    display: none; }
  body.mmi-layout .wrap .header {
    height: auto;
    background-image: none; }
    body.mmi-layout .wrap .header .top-head {
      position: relative;
      background: #edf0f7; }
      body.mmi-layout .wrap .header .top-head .icon.ministero-della-difesa {
        background: url(../images/ministero-logo.png) center left no-repeat transparent;
        width: 195px; }
    body.mmi-layout .wrap .header .menu-head {
      position: relative;
      background-color: rgba(0, 45, 98, 0.95); }
      body.mmi-layout .wrap .header .menu-head .logo .logo-marina {
        margin: 0;
        min-width: 130px;
        height: 100%;
        background: url(../images/marina-logo.png) center left no-repeat transparent;
        background-size: contain;
        display: block; }
      body.mmi-layout .wrap .header .menu-head .localization {
        position: absolute;
        right: 110px;
        top: 50%;
        margin-top: -7px;
        color: white;
        font-family: montserratregular, arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase; }
        @media screen and (min-width: 1024px) {
          body.mmi-layout .wrap .header .menu-head .localization {
            font-size: 15px;
            line-height: 15px; } }
        body.mmi-layout .wrap .header .menu-head .localization a.selected {
          font-family: montserratbold, arial, sans-serif;
          font-weight: normal;
          font-style: normal; }
        body.mmi-layout .wrap .header .menu-head .localization a span {
          display: inline-block;
          padding: 0 8px;
          color: white; }
      body.mmi-layout .wrap .header .menu-head .search-panel {
        position: absolute;
        right: 70px;
        top: 50%;
        margin: -11px 0 0;
        height: auto;
        width: auto;
        background-color: transparent; }
        body.mmi-layout .wrap .header .menu-head .search-panel a.icon-search {
          padding: 0;
          background-image: none;
          color: white;
          font-size: 20px; }
        body.mmi-layout .wrap .header .menu-head .search-panel .input {
          display: none;
          position: absolute;
          right: -4px;
          top: 38px;
          z-index: 99;
          border: 4px solid #002d62; }
          body.mmi-layout .wrap .header .menu-head .search-panel .input input {
            outline: none;
            padding: 10px 20px;
            background-color: white;
            border: 0;
            border-radius: 0;
            font-size: 14px;
            line-height: 14px; }
            @media screen and (min-width: 1024px) {
              body.mmi-layout .wrap .header .menu-head .search-panel .input input {
                font-size: 16px;
                line-height: 16px; } }
        body.mmi-layout .wrap .header .menu-head .search-panel.active .input {
          display: block; }
      body.mmi-layout .wrap .header .menu-head .menu-panel {
        position: absolute;
        right: 20px;
        top: 50%;
        /*margin: -11px 0 0;*/
        margin: -13px 0 0; }
        body.mmi-layout .wrap .header .menu-head .menu-panel a.icon-menu {
          color: white;
          font-size: 29px; }
      body.mmi-layout .wrap .header .menu-head .italian-flag-strip, body.mmi-layout .wrap .header .menu-head .footer .italian-flag-strip-wrapper, body.mmi-layout .wrap .footer .header .menu-head .italian-flag-strip-wrapper {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px; }
  body.mmi-layout .wrap .footer {
    height: auto;
    overflow: auto;
    background-color: white;
    border-top: 1px solid #b7bac2;
    border-bottom: 0;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 20px; }
    body.mmi-layout .wrap .footer .social {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      box-sizing: border-box;
      float: none;
      margin: 0;
      padding: 20px 20px 10px 20px;
      width: 100%; }
      @media screen and (min-width: 768px) {
        body.mmi-layout .wrap .footer .social {
          padding: 30px; } }
      @media screen and (min-width: 1024px) {
        body.mmi-layout .wrap .footer .social {
          padding: 30px 50px; } }
      body.mmi-layout .wrap .footer .social .linkFooter {
        width: 100%; }
        body.mmi-layout .wrap .footer .social .linkFooter ul {
          margin: 0;
          padding: 0;
          text-align: justify;
          height: 26px; }
          body.mmi-layout .wrap .footer .social .linkFooter ul:after {
            content: '';
            display: inline-block;
            width: 100%; }
          body.mmi-layout .wrap .footer .social .linkFooter ul li {
            display: inline-block;
            margin: 0 2px;
            float: none;
            height: inherit;
            vertical-align: middle; }
            body.mmi-layout .wrap .footer .social .linkFooter ul li a {
              display: inline-block;
              vertical-align: middle;
              font-size: 18px;
              color: #0e1d35; }
              body.mmi-layout .wrap .footer .social .linkFooter ul li a.icon-google-plus {
                margin: -3px -2px 0 0;
                font-size: 22px; }
            body.mmi-layout .wrap .footer .social .linkFooter ul li img {
              height: 18px; }
              body.mmi-layout .wrap .footer .social .linkFooter ul li img.web-tv {
                margin: -5px 10px 0 0;
                width: 53px;
                height: 10px; }
    body.mmi-layout .wrap .footer .italian-flag-strip-wrapper {
      height: 6px; }
      body.mmi-layout .wrap .footer .italian-flag-strip-wrapper .white {
        background-color: #d6d7db; }
    body.mmi-layout .wrap .footer .corporate-marina-wrapper, body.mmi-layout .wrap .footer .corporate-difesa-wrapper {
      text-align: center; }
      body.mmi-layout .wrap .footer .corporate-marina-wrapper a, body.mmi-layout .wrap .footer .corporate-difesa-wrapper a {
        display: inline-block; }
    body.mmi-layout .wrap .footer .corporate-marina-wrapper {
      padding: 20px;
      background-color: #0e1d35; }
      @media screen and (min-width: 768px) {
        body.mmi-layout .wrap .footer .corporate-marina-wrapper {
          padding: 30px; } }
      @media screen and (min-width: 1024px) {
        body.mmi-layout .wrap .footer .corporate-marina-wrapper {
          padding: 30px 50px; } }
      body.mmi-layout .wrap .footer .corporate-marina-wrapper > a {
        width: 30%;
        text-align: left; }
      body.mmi-layout .wrap .footer .corporate-marina-wrapper .footer-menu-wrapper {
        padding: 0;
        width: 70%;
        text-align: right; }
        body.mmi-layout .wrap .footer .corporate-marina-wrapper .footer-menu-wrapper .footer-menu-col {
          box-sizing: border-box;
          display: inline-block;
          vertical-align: top;
          width: calc(32% - 25px);
          padding-left: 25px;
          margin-left: 15px; }
          body.mmi-layout .wrap .footer .corporate-marina-wrapper .footer-menu-wrapper .footer-menu-col ul li {
            position: relative;
            margin-bottom: 15px;
            font-family: montserratmedium, arial, sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 12px;
            line-height: 16px;
            text-align: left; }
            body.mmi-layout .wrap .footer .corporate-marina-wrapper .footer-menu-wrapper .footer-menu-col ul li a {
              color: white; }
            body.mmi-layout .wrap .footer .corporate-marina-wrapper .footer-menu-wrapper .footer-menu-col ul li img {
              position: absolute;
              left: -25px;
              top: 0;
              width: 14px; }
    body.mmi-layout .wrap .footer .corporate-difesa-wrapper {
      padding: 20px;
      background-color: #edf0f7; }
      @media screen and (min-width: 768px) {
        body.mmi-layout .wrap .footer .corporate-difesa-wrapper {
          padding: 30px; } }
      @media screen and (min-width: 1024px) {
        body.mmi-layout .wrap .footer .corporate-difesa-wrapper {
          padding: 30px 50px; } }
    body.mmi-layout .wrap .footer .copyright-wrapper {
      padding: 20px;
      text-align: center;
      color: #0e1d35;
      font-family: montserratsemibold, arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 12px;
      line-height: 16px; }

@media (min-width: 768px) {
  body.mmi-layout .wrap .header .menu-head .localization {
    right: 130px; }
  body.mmi-layout .wrap .header .menu-head .search-panel {
    right: 92px; }
    body.mmi-layout .wrap .header .menu-head .search-panel a.icon-search {
      font-size: 22px; }
    body.mmi-layout .wrap .header .menu-head .search-panel .input {
      right: -10px;
      top: 53px; }
  body.mmi-layout .wrap .header .menu-head .menu-panel {
    right: 30px; }
    body.mmi-layout .wrap .header .menu-head .menu-panel a.icon-menu {
      font-size: 29px; }
  body.mmi-layout .wrap .footer .social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    body.mmi-layout .wrap .footer .social .captionSocial {
      width: 50%;
      color: #0e1d35;
      font-family: montserratbold, arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      body.mmi-layout .wrap .footer .social .captionSocial {
        font-size: 20px;
        line-height: 24px; } }

@media (min-width: 768px) {
    body.mmi-layout .wrap .footer .social .linkFooter {
      width: 50%; }
      body.mmi-layout .wrap .footer .social .linkFooter ul {
        height: 25px;
        text-align: right; }
        body.mmi-layout .wrap .footer .social .linkFooter ul:after {
          display: none; }
        body.mmi-layout .wrap .footer .social .linkFooter ul li {
          margin: 0 5px; }
          body.mmi-layout .wrap .footer .social .linkFooter ul li:last-child {
            margin-right: 0; }
          body.mmi-layout .wrap .footer .social .linkFooter ul li a {
            font-size: 20px; }
            body.mmi-layout .wrap .footer .social .linkFooter ul li a.icon-google-plus {
              font-size: 24px; }
          body.mmi-layout .wrap .footer .social .linkFooter ul li img {
            height: 20px; }
            body.mmi-layout .wrap .footer .social .linkFooter ul li img.web-tv {
              display: inline-block;
              vertical-align: middle;
              width: 75px;
              height: 14px;
              /*
											width: 90px;;
											height: 75px;
											*/ }
  body.mmi-layout .wrap .footer .corporate-marina-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  body.mmi-layout .wrap .footer .corporate-difesa-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    body.mmi-layout .wrap .footer .corporate-difesa-wrapper > a {
      width: 50%;
      text-align: left; }
    body.mmi-layout .wrap .footer .corporate-difesa-wrapper .copyright-wrapper {
      padding: 0;
      width: 50%;
      text-align: right; } }

@media (min-width: 1024px) {
  body.mmi-layout .wrap .footer .social .linkFooter ul {
    height: 40px; }
    body.mmi-layout .wrap .footer .social .linkFooter ul li {
      margin: 0 8px; }
      body.mmi-layout .wrap .footer .social .linkFooter ul li a {
        font-size: 26px; }
        body.mmi-layout .wrap .footer .social .linkFooter ul li a.icon-google-plus {
          font-size: 30px; }
      body.mmi-layout .wrap .footer .social .linkFooter ul li img {
        height: 26px; }
        body.mmi-layout .wrap .footer .social .linkFooter ul li img.web-tv {
          width: 108px;
          height: 20px; }
  body.mmi-layout .wrap .footer .corporate-marina-wrapper > a {
    width: 40%; }
  body.mmi-layout .wrap .footer .corporate-marina-wrapper .footer-menu-wrapper {
    width: 60%; }
    body.mmi-layout .wrap .footer .corporate-marina-wrapper .footer-menu-wrapper .footer-menu-col {
      width: calc(32% - 30px);
      padding-left: 30px;
      margin-left: 30px; }
      body.mmi-layout .wrap .footer .corporate-marina-wrapper .footer-menu-wrapper .footer-menu-col ul li img {
        left: -30px; }
  body.mmi-layout .wrap .footer .corporate-difesa-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    body.mmi-layout .wrap .footer .corporate-difesa-wrapper > a {
      width: 50%;
      text-align: left; }
    body.mmi-layout .wrap .footer .corporate-difesa-wrapper .copyright-wrapper {
      padding: 0;
      width: 50%;
      text-align: right; } }

@media (min-width: 1200px) {
  body.mmi-layout .wrap .footer .social .linkFooter ul li {
    margin: 0 10px; }
    body.mmi-layout .wrap .footer .social .linkFooter ul li a {
      font-size: 28px; }
      body.mmi-layout .wrap .footer .social .linkFooter ul li a.icon-google-plus {
        font-size: 32px; }
    body.mmi-layout .wrap .footer .social .linkFooter ul li img {
      height: 28px; }
      body.mmi-layout .wrap .footer .social .linkFooter ul li img.web-tv {
        height: 20px; }
  body.mmi-layout .wrap .footer .corporate-difesa-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    body.mmi-layout .wrap .footer .corporate-difesa-wrapper > a {
      width: 50%;
      text-align: left; }
    body.mmi-layout .wrap .footer .corporate-difesa-wrapper .copyright-wrapper {
      padding: 0;
      width: 50%;
      text-align: right; } }

body {
  /*padding-top: 95px;*/
  padding-top: 53px;
  /* MENU APERTO */ }
  body .search-panel.active #AjaxDelta1 {
    display: block; }
  body #AjaxDelta1 {
    background-color: rgba(0, 45, 98, 0.95);
    bottom: 0;
    display: none;
    padding: 25px;
    position: fixed;
    right: 0;
    /*top: 95px;*/
    top: 53px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1440px;
    width: 100%; }
    @media (min-width: 1024px) {
      body #AjaxDelta1 {
        top: 145px; } }
    body #AjaxDelta1 .input {
      border: none;
      margin: 5% auto 0;
      position: relative;
      right: auto;
      text-align: center;
      top: auto;
      width: 100%; }
      body #AjaxDelta1 .input .input-text-search-wrapper {
        display: inline-block;
        position: relative;
        padding-right: 40px;
        max-width: 100%;
        min-width: 270px;
        width: 40%; }
        body #AjaxDelta1 .input .input-text-search-wrapper i {
          position: absolute;
          top: 50%;
          right: 0;
          color: white;
          font-size: 24px;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      body #AjaxDelta1 .input .search {
        background-color: transparent;
        border-bottom: 1px solid white;
        box-shadow: none;
        color: white;
        padding: 5px 5px 15px;
        width: 100%; }
  @media (min-width: 1024px) {
    body {
      padding-top: 145px; } }
  body.mmi-layout .MMInavigation.nav {
    position: static; }
  body:not(.home) .header .mmi-top-menu .menu-content-other .menu-container .menu-column.menu-second-level ul.level-1 {
    display: block; }
  body:not(.main-menu-opened):not(.detail-menu-opened) .menu-panel {
    height: 22px;
    width: 28px; }
    body:not(.main-menu-opened):not(.detail-menu-opened) .menu-panel .icon-menu {
      display: inline-block;
      font-size: 8px;
      line-height: 12px;
      position: relative; }
      body:not(.main-menu-opened):not(.detail-menu-opened) .menu-panel .icon-menu:before {
        border-bottom: 2px solid white;
        border-top: 2px solid white;
        content: "";
        display: block;
        height: 8px;
        width: 100%; }
      body:not(.main-menu-opened):not(.detail-menu-opened) .menu-panel .icon-menu:after {
        font-family: montserratbold, arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        border-top: 2px solid white;
        content: "menu";
        display: block;
        font-size: 8px;
        line-height: 12px;
        margin-top: 4px;
        padding-top: 3px;
        text-align: center;
        text-transform: uppercase;
        width: 100%; }
  body .headroom {
    will-change: transform;
    transition: transform 200ms linear; }
  body .headroom--pinned {
    display: block;
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  body .headroom--unpinned {
    display: none;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  body.main-menu-opened, body.detail-menu-opened {
    overflow: hidden; }
    body.main-menu-opened .menu-panel, body.detail-menu-opened .menu-panel {
      height: 22px;
      width: 28px; }
      body.main-menu-opened .menu-panel .icon-menu, body.detail-menu-opened .menu-panel .icon-menu {
        display: inline-block;
        font-size: 8px;
        height: 100%;
        line-height: 12px;
        position: relative;
        width: 100%; }
        body.main-menu-opened .menu-panel .icon-menu:before, body.detail-menu-opened .menu-panel .icon-menu:before {
          border-top: 2px solid white;
          content: "";
          display: block;
          left: 0;
          position: absolute;
          top: 11px;
          -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
          width: 28px; }
        body.main-menu-opened .menu-panel .icon-menu:after, body.detail-menu-opened .menu-panel .icon-menu:after {
          border-top: 2px solid white;
          content: "";
          display: block;
          left: 0;
          margin-top: 4px;
          position: absolute;
          top: 7px;
          -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg);
          width: 28px; }
    body.main-menu-opened .header, body.detail-menu-opened .header {
      height: 100% !important; }
      @media (min-width: 1024px) {
        body.main-menu-opened .header .mmi-top-menu, body.detail-menu-opened .header .mmi-top-menu {
          bottom: 0;
          display: block; } }
      body.main-menu-opened .header .mmi-mobile-top-menu, body.detail-menu-opened .header .mmi-mobile-top-menu {
        bottom: 0;
        display: block; }
        @media (min-width: 1024px) {
          body.main-menu-opened .header .mmi-mobile-top-menu, body.detail-menu-opened .header .mmi-mobile-top-menu {
            bottom: 100%;
            display: none; } }
  @media (min-width: 1024px) {
    body.main-menu-opened .header .mmi-top-menu .main-menu-wrapper,
    body.detail-menu-opened .header .mmi-top-menu .detail-menu-wrapper {
      display: block !important; } }
  body.main-menu-opened .header .mmi-mobile-top-menu #main-mobile-menu-wrapper,
  body.detail-menu-opened .header .mmi-mobile-top-menu #detail-mobile-menu-wrapper {
    display: block; }
    @media (min-width: 1024px) {
      body.main-menu-opened .header .mmi-mobile-top-menu #main-mobile-menu-wrapper,
      body.detail-menu-opened .header .mmi-mobile-top-menu #detail-mobile-menu-wrapper {
        display: none; } }
  html.touch body.main-menu-opened .header .mmi-top-menu .main-menu-wrapper,
  html.touch body.detail-menu-opened .header .mmi-top-menu .detail-menu-wrapper {
    display: none !important; }
  html.touch body.main-menu-opened .header .mmi-top-menu,
  html.touch body.detail-menu-opened .header .mmi-top-menu {
    bottom: 100%;
    display: none !important; }
  html.touch body.main-menu-opened .header .mmi-mobile-top-menu,
  html.touch body.detail-menu-opened .header .mmi-mobile-top-menu {
    bottom: 0;
    display: block !important; }
  html.touch body.main-menu-opened .header .mmi-mobile-top-menu #main-mobile-menu-wrapper,
  html.touch body.detail-menu-opened .header .mmi-mobile-top-menu #detail-mobile-menu-wrapper {
    display: block !important; }
  body .header {
    height: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 11; }
    @media (min-width: 1024px) {
      body .header {
        left: 0;
        right: auto; } }
    body .header .top-head {
      box-sizing: border-box;
      height: 42px;
      padding: 8px 20px;
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 1024px) {
        body .header .top-head {
          height: 65px;
          padding: 13px 30px; } }
      body .header .top-head .icon.ministero-della-difesa {
        background-size: contain !important;
        float: none;
        height: 100%;
        margin: 0 !important;
        width: auto; }
    body .header .menu-head {
      box-sizing: border-box;
      height: 53px;
      padding: 10px 20px 13px;
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 1024px) {
        body .header .menu-head {
          height: 80px;
          padding: 13px 30px; } }
      body .header .menu-head .logo {
        height: 100%;
        max-width: 70%; }
    body .header .mmi-top-menu {
      background-color: rgba(0, 45, 98, 0.95);
      bottom: 100%;
      color: white;
      display: none;
      position: absolute;
      top: 145px;
      width: 100%;
      max-width: 1440px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      body .header .mmi-top-menu a {
        color: white; }
      body .header .mmi-top-menu .main-menu-wrapper {
        display: none;
        height: 100%;
        position: relative;
        width: 100%; }
      body .header .mmi-top-menu .detail-menu-wrapper {
        display: none;
        height: 100%;
        position: relative;
        width: 100%; }
        body .header .mmi-top-menu .detail-menu-wrapper .menu-first-level .menu-container {
          padding-top: 25px; }
      body .header .mmi-top-menu .menu-first-level {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        height: 96px;
        overflow: hidden; }
        body .header .mmi-top-menu .menu-first-level .menu-container {
          box-sizing: border-box;
          padding: 50px 75px 0; }
          body .header .mmi-top-menu .menu-first-level .menu-container .back-menu-wrapper {
            font-size: 11px;
            line-height: 11px;
            padding-left: 20px;
            position: relative;
            text-transform: uppercase; }
            body .header .mmi-top-menu .menu-first-level .menu-container .back-menu-wrapper:hover {
              text-decoration: underline; }
            body .header .mmi-top-menu .menu-first-level .menu-container .back-menu-wrapper:before, body .header .mmi-top-menu .menu-first-level .menu-container .back-menu-wrapper:after,
            body .header .mmi-top-menu .menu-first-level .menu-container .back-menu-wrapper a:before {
              border-bottom: 1px solid white;
              border-left: 1px solid white;
              content: "";
              height: 6px;
              left: 0;
              position: absolute;
              top: 2px;
              -ms-transform: rotate(45deg);
              transform: rotateZ(45deg);
              width: 6px; }
            body .header .mmi-top-menu .menu-first-level .menu-container .back-menu-wrapper:after {
              left: 5px; }
            body .header .mmi-top-menu .menu-first-level .menu-container .back-menu-wrapper a:before {
              left: 10px; }
          body .header .mmi-top-menu .menu-first-level .menu-container .current-page-title {
            margin-top: 15px; }
            body .header .mmi-top-menu .menu-first-level .menu-container .current-page-title h3 {
              font-family: montserratbold, arial, sans-serif;
              font-weight: normal;
              font-style: normal;
              color: white;
              font-size: 20px;
              line-height: 20px;
              padding: 0;
              text-transform: uppercase; }
        body .header .mmi-top-menu .menu-first-level ul {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: 100%; }
          body .header .mmi-top-menu .menu-first-level ul > li {
            display: -ms-flexbox;
            display: flex; }
            body .header .mmi-top-menu .menu-first-level ul > li.active > a {
              border-color: white; }
            body .header .mmi-top-menu .menu-first-level ul > li > a {
              font-family: montserratbold, arial, sans-serif;
              font-weight: normal;
              font-style: normal;
              border-bottom: 5px solid transparent;
              display: inline-block;
              font-size: 15px;
              line-height: 21px;
              padding-bottom: 20px;
              text-transform: uppercase; }
              @media (min-width: 1280px) {
                body .header .mmi-top-menu .menu-first-level ul > li > a {
                  font-size: 16px; } }
            body .header .mmi-top-menu .menu-first-level ul > li:not(:first-child) {
              padding-left: 20px; }
              @media (min-width: 1200px) {
                body .header .mmi-top-menu .menu-first-level ul > li:not(:first-child) {
                  padding-left: 25px; } }
            body .header .mmi-top-menu .menu-first-level ul > li:not(:last-child) {
              padding-right: 20px; }
              @media (min-width: 1200px) {
                body .header .mmi-top-menu .menu-first-level ul > li:not(:last-child) {
                  padding-right: 25px; } }
      body .header .mmi-top-menu .menu-content-other {
        bottom: 0;
        position: absolute;
        top: 96px;
        width: 100%; }
        body .header .mmi-top-menu .menu-content-other .menu-container {
          box-sizing: border-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          padding: 45px 75px 45px;
          position: relative; }
          body .header .mmi-top-menu .menu-content-other .menu-container .menu-columns-back {
            background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTMxLjI3MiAxMzEuMjcyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMzEuMjcyIDEzMS4yNzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBzdHlsZT0iZmlsbDojZmZmZmZmOyIgZD0iTTEwNy44NTQsMTMxLjI3MmMtMC42MjcsMC0xLjI3MS0wLjE5Ny0xLjgwOC0wLjYwOUwyMC40MzQsNjUuNjM2bDg1LjYxOS02NS4wMjcgICAgYzEuMzE5LTAuOTk2LDMuMTgtMC43NDYsNC4xODMsMC41NzNjMC45OTEsMS4zMTMsMC43MzQsMy4xOC0wLjU3OSw0LjE3N0wzMC4yOTEsNjUuNjM2bDc5LjM2NSw2MC4yNzcgICAgYzEuMzEzLDAuOTk2LDEuNTY5LDIuODY0LDAuNTc5LDQuMTc3QzEwOS42NDQsMTMwLjg2NiwxMDguNzU1LDEzMS4yNzIsMTA3Ljg1NCwxMzEuMjcyeiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg==) center center transparent no-repeat;
            background-size: 30px 100px;
            bottom: 45px;
            content: "";
            cursor: pointer;
            display: none;
            left: 0;
            position: absolute;
            top: 45px;
            width: 40px; }
          body .header .mmi-top-menu .menu-content-other .menu-container:hover .menu-columns-back {
            background-color: rgba(255, 255, 255, 0.2); }
          body .header .mmi-top-menu .menu-content-other .menu-container.show-back .menu-columns-back {
            display: block; }
          body .header .mmi-top-menu .menu-content-other .menu-container .menu-columns-container {
            height: 100%;
            overflow: hidden;
            position: relative;
            width: 100%; }
          body .header .mmi-top-menu .menu-content-other .menu-container .menu-columns {
            bottom: 0;
            box-sizing: border-box;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            transition: left 0.4s ease-in; }
          body .header .mmi-top-menu .menu-content-other .menu-container .menu-column {
            box-sizing: border-box;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            height: 100%;
            width: 33%; }
            body .header .mmi-top-menu .menu-content-other .menu-container .menu-column:not(:first-child):not(.cover-image-wrapper) {
              border-left: 1px solid rgba(255, 255, 255, 0.2); }
            body .header .mmi-top-menu .menu-content-other .menu-container .menu-column.cover-image-wrapper {
              bottom: 0;
              box-sizing: border-box;
              display: none;
              padding-left: 30px;
              position: absolute;
              right: 0;
              top: 0; }
              body .header .mmi-top-menu .menu-content-other .menu-container .menu-column.cover-image-wrapper.active {
                display: block; }
              body .header .mmi-top-menu .menu-content-other .menu-container .menu-column.cover-image-wrapper .menu-cover-image {
                display: none;
                height: 100%; }
                body .header .mmi-top-menu .menu-content-other .menu-container .menu-column.cover-image-wrapper .menu-cover-image.active {
                  display: block; }
                body .header .mmi-top-menu .menu-content-other .menu-container .menu-column.cover-image-wrapper .menu-cover-image a {
                  display: inline-block;
                  height: 100%;
                  width: 100%; }
                  body .header .mmi-top-menu .menu-content-other .menu-container .menu-column.cover-image-wrapper .menu-cover-image a img {
                    margin: 0 auto;
                    max-height: 100%;
                    max-width: 100%; }
              body .header .mmi-top-menu .menu-content-other .menu-container .menu-column.cover-image-wrapper .mmi-edit-list-wrapper {
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 9999; }
            body .header .mmi-top-menu .menu-content-other .menu-container .menu-column ul {
              box-sizing: border-box;
              display: none;
              margin: 0;
              width: 100%; }
              body .header .mmi-top-menu .menu-content-other .menu-container .menu-column ul.active {
                display: block; }
              body .header .mmi-top-menu .menu-content-other .menu-container .menu-column ul > li {
                display: -ms-flexbox;
                display: flex;
                position: relative; }
                body .header .mmi-top-menu .menu-content-other .menu-container .menu-column ul > li > a {
                  font-family: montserratbold, arial, sans-serif;
                  font-weight: normal;
                  font-style: normal;
                  border-left: 5px solid transparent;
                  display: inline-block;
                  font-size: 14px;
                  -ms-flex-negative: 1;
                  flex-shrink: 1;
                  line-height: 22px;
                  padding: 15px 15px 15px;
                  position: relative;
                  text-transform: uppercase;
                  width: 100%; }
                  body .header .mmi-top-menu .menu-content-other .menu-container .menu-column ul > li > a:hover {
                    background-color: rgba(255, 255, 255, 0.1); }
                body .header .mmi-top-menu .menu-content-other .menu-container .menu-column ul > li .main-item-arrow {
                  cursor: pointer;
                  display: block;
                  -ms-flex-negative: 0;
                  flex-shrink: 0;
                  line-height: 22px;
                  position: relative;
                  text-transform: none;
                  width: 49px; }
                  body .header .mmi-top-menu .menu-content-other .menu-container .menu-column ul > li .main-item-arrow:after {
                    /*
                    content: "\61";
                    display: block;
                    @include font(icon);
                    left: 50%;
                    line-height: 22px;
                    position: absolute;
                    text-align: center;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    */
                    border-bottom: 1px solid white;
                    content: "";
                    display: block;
                    left: 50%;
                    line-height: 22px;
                    position: absolute;
                    text-align: center;
                    top: 50%;
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    /*width: 35%;*/
                    width: 18px; }
                  body .header .mmi-top-menu .menu-content-other .menu-container .menu-column ul > li .main-item-arrow:before {
                    border-left: 1px solid white;
                    content: "";
                    display: block;
                    /*height: 35%;*/
                    height: 18px;
                    left: 50%;
                    line-height: 22px;
                    position: absolute;
                    text-align: center;
                    top: 50%;
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
                  body .header .mmi-top-menu .menu-content-other .menu-container .menu-column ul > li .main-item-arrow:hover {
                    background-color: rgba(255, 255, 255, 0.1); }
                body .header .mmi-top-menu .menu-content-other .menu-container .menu-column ul > li.active > a {
                  background-color: rgba(255, 255, 255, 0.1);
                  border-left-color: white; }
                body .header .mmi-top-menu .menu-content-other .menu-container .menu-column ul > li.active > .main-item-arrow {
                  background-color: rgba(255, 255, 255, 0.1); }
            body .header .mmi-top-menu .menu-content-other .menu-container .menu-column [data-simplebar] {
              width: 100%; }
    body .header .mmi-mobile-top-menu {
      background-color: rgba(0, 45, 98, 0.95);
      bottom: 100%;
      color: white;
      display: none;
      max-width: 100%;
      position: absolute;
      right: 0;
      /*top: 95px;*/
      top: 53px;
      width: 100%; }
      @media (min-width: 1024px) {
        body .header .mmi-mobile-top-menu {
          top: 145px; } }
      body .header .mmi-mobile-top-menu .simplebar-offset {
        right: -20px !important; }
      body .header .mmi-mobile-top-menu a {
        color: white; }
      body .header .mmi-mobile-top-menu #main-mobile-menu-wrapper {
        display: none;
        height: 100%;
        position: relative;
        width: 100%; }
      body .header .mmi-mobile-top-menu #detail-mobile-menu-wrapper {
        display: none;
        height: 100%;
        position: relative;
        width: 100%; }
        body .header .mmi-mobile-top-menu #detail-mobile-menu-wrapper .menu-first-level .menu-container {
          padding-top: 25px; }
      body .header .mmi-mobile-top-menu .mobile-menu-header {
        background-color: white;
        color: #002d62;
        padding: 15px 25px 25px; }
        body .header .mmi-mobile-top-menu .mobile-menu-header .back-menu-wrapper {
          margin-bottom: 5px;
          padding-left: 20px;
          position: relative; }
          body .header .mmi-mobile-top-menu .mobile-menu-header .back-menu-wrapper a {
            color: #002d62;
            font-size: 10px;
            line-height: 20px;
            text-transform: uppercase; }
            body .header .mmi-mobile-top-menu .mobile-menu-header .back-menu-wrapper a:hover {
              text-decoration: underline; }
          body .header .mmi-mobile-top-menu .mobile-menu-header .back-menu-wrapper:before, body .header .mmi-mobile-top-menu .mobile-menu-header .back-menu-wrapper:after,
          body .header .mmi-mobile-top-menu .mobile-menu-header .back-menu-wrapper a:before {
            border-bottom: 1px solid #002d62;
            border-left: 1px solid #002d62;
            content: "";
            height: 4px;
            left: 0;
            position: absolute;
            top: 8px;
            -ms-transform: rotate(45deg);
            transform: rotateZ(45deg);
            width: 4px; }
          body .header .mmi-mobile-top-menu .mobile-menu-header .back-menu-wrapper:after {
            left: 5px; }
          body .header .mmi-mobile-top-menu .mobile-menu-header .back-menu-wrapper a:before {
            left: 10px; }
        body .header .mmi-mobile-top-menu .mobile-menu-header .title-caption {
          font-size: 12px;
          line-height: 12px;
          text-transform: uppercase; }
        body .header .mmi-mobile-top-menu .mobile-menu-header .current-page-title h3 {
          font-family: montserratbold, arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 16px;
          line-height: 16px;
          margin-top: 5px;
          padding: 0;
          text-transform: uppercase; }
      body .header .mmi-mobile-top-menu ul.level-1 > li,
      body .header .mmi-mobile-top-menu ul.level-2 > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative; }
        body .header .mmi-mobile-top-menu ul.level-1 > li .menu-item-wrapper,
        body .header .mmi-mobile-top-menu ul.level-2 > li .menu-item-wrapper {
          -ms-flex-align: center;
          align-items: center;
          box-sizing: border-box;
          display: -ms-flexbox;
          display: flex;
          position: relative;
          width: 100%; }
          body .header .mmi-mobile-top-menu ul.level-1 > li .menu-item-wrapper > a,
          body .header .mmi-mobile-top-menu ul.level-2 > li .menu-item-wrapper > a {
            box-sizing: border-box;
            display: inline-block;
            min-height: 50px;
            width: 100%;
            z-index: 1; }
            body .header .mmi-mobile-top-menu ul.level-1 > li .menu-item-wrapper > a:before,
            body .header .mmi-mobile-top-menu ul.level-2 > li .menu-item-wrapper > a:before {
              border-top: 1px solid white;
              content: "";
              height: 0;
              margin-top: 0;
              position: absolute;
              right: 19px;
              top: 50%;
              width: 12px; }
            body .header .mmi-mobile-top-menu ul.level-1 > li .menu-item-wrapper > a:after,
            body .header .mmi-mobile-top-menu ul.level-2 > li .menu-item-wrapper > a:after {
              border-right: 1px solid white;
              content: "";
              height: 12px;
              margin-top: -6px;
              position: absolute;
              right: 24px;
              top: 50%;
              width: 0; }
            body .header .mmi-mobile-top-menu ul.level-1 > li .menu-item-wrapper > a .menu-item-text,
            body .header .mmi-mobile-top-menu ul.level-2 > li .menu-item-wrapper > a .menu-item-text {
              box-sizing: border-box;
              display: inline-block;
              height: 100%;
              padding: 15px 25px;
              width: 100%; }
              body .header .mmi-mobile-top-menu ul.level-1 > li .menu-item-wrapper > a .menu-item-text:before,
              body .header .mmi-mobile-top-menu ul.level-2 > li .menu-item-wrapper > a .menu-item-text:before {
                border-left: 1px solid rgba(255, 255, 255, 0.2);
                box-sizing: border-box;
                content: "";
                height: 100%;
                position: absolute;
                right: 0;
                top: 0;
                width: 50px; }
          body .header .mmi-mobile-top-menu ul.level-1 > li .menu-item-wrapper .menu-item-button,
          body .header .mmi-mobile-top-menu ul.level-2 > li .menu-item-wrapper .menu-item-button {
            cursor: pointer;
            display: block;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            height: 50px;
            width: 50px;
            z-index: 2; }
        body .header .mmi-mobile-top-menu ul.level-1 > li:not(.has-children) .menu-item-wrapper > a:before, body .header .mmi-mobile-top-menu ul.level-1 > li:not(.has-children) .menu-item-wrapper > a:after,
        body .header .mmi-mobile-top-menu ul.level-1 > li:not(.has-children) .menu-item-wrapper > a .menu-item-text:before,
        body .header .mmi-mobile-top-menu ul.level-2 > li:not(.has-children) .menu-item-wrapper > a:before,
        body .header .mmi-mobile-top-menu ul.level-2 > li:not(.has-children) .menu-item-wrapper > a:after,
        body .header .mmi-mobile-top-menu ul.level-2 > li:not(.has-children) .menu-item-wrapper > a .menu-item-text:before {
          display: none; }
      body .header .mmi-mobile-top-menu ul.level-1 > li .menu-item-wrapper > a {
        font-family: montserratblack, arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 11px;
        line-height: 20px;
        text-transform: uppercase; }
      body .header .mmi-mobile-top-menu ul.level-1 > li.opened {
        background-color: rgba(0, 0, 0, 0.25); }
        body .header .mmi-mobile-top-menu ul.level-1 > li.opened > ul.level-2 {
          display: block; }
        body .header .mmi-mobile-top-menu ul.level-1 > li.opened > .menu-item-wrapper > a:after {
          display: none; }
      body .header .mmi-mobile-top-menu ul.level-2 {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        display: none;
        margin: 0 0 0 25px !important;
        padding-bottom: 50px; }
        body .header .mmi-mobile-top-menu ul.level-2 > li {
          position: relative; }
          body .header .mmi-mobile-top-menu ul.level-2 > li:last-child {
            border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          body .header .mmi-mobile-top-menu ul.level-2 > li:before {
            content: "\2022";
            font-size: 25px;
            left: 0;
            line-height: 30px;
            margin-top: -15px;
            position: absolute;
            top: 24px; }
          body .header .mmi-mobile-top-menu ul.level-2 > li .menu-item-wrapper > a {
            font-family: montserratmedium, arial, sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 11px;
            line-height: 20px;
            text-transform: uppercase; }
          body .header .mmi-mobile-top-menu ul.level-2 > li.opened > ul.level-3 {
            display: block; }
          body .header .mmi-mobile-top-menu ul.level-2 > li.opened > .menu-item-wrapper > a:after {
            display: none; }
      body .header .mmi-mobile-top-menu ul.level-3 {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        display: none;
        margin: 0 0 0 25px !important;
        position: relative; }
        body .header .mmi-mobile-top-menu ul.level-3 > li {
          position: relative; }
          body .header .mmi-mobile-top-menu ul.level-3 > li:not(:first-child) {
            border-top: 1px solid rgba(255, 255, 255, 0.2); }
          body .header .mmi-mobile-top-menu ul.level-3 > li:before {
            content: "\2022";
            font-size: 25px;
            left: 0;
            line-height: 30px;
            margin-top: -15px;
            position: absolute;
            top: 24px; }
          body .header .mmi-mobile-top-menu ul.level-3 > li > a {
            font-family: montserratregular, arial, sans-serif;
            font-weight: normal;
            font-style: normal;
            box-sizing: border-box;
            display: inline-block;
            font-size: 12px;
            line-height: 20px;
            height: 100%;
            min-height: 50px;
            padding: 15px 25px;
            width: 100%;
            z-index: 1; }

body {
  background-color: #c6c9d1; }
  body.mmi-layout .no-text,
  body.mmi-layout .no-text:link,
  body.mmi-layout .no-text:visited,
  body.mmi-layout .no-text:hover,
  body.mmi-layout .no-text:focus,
  body.mmi-layout .no-text:active {
    display: none !important; }
  body.mmi-layout .container {
    padding-left: 0;
    padding-right: 0; }
  body.mmi-layout .nl-content-wrapper {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    font-size: 14px;
    line-height: 18px; }
    @media screen and (min-width: 1024px) {
      body.mmi-layout .nl-content-wrapper {
        font-size: 16px;
        line-height: 20px; } }
    body.mmi-layout .nl-content-wrapper h3 {
      padding-left: 15px !important;
      padding-right: 15px !important;
      text-align: left; }
  body.mmi-layout #ctl00_cmpNewsletterBanner_pnlNewsletterBanner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto; }
  body.mmi-layout #DeltaPlaceHolderMain {
    background-color: white;
    color: #4d4d4d;
    padding: 0;
    position: relative;
    z-index: 10;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto; }
    body.mmi-layout #DeltaPlaceHolderMain strong, body.mmi-layout #DeltaPlaceHolderMain b {
      font-family: montserratbold, arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
    body.mmi-layout #DeltaPlaceHolderMain .page-content-wrapper {
      box-sizing: border-box;
      margin: 0 auto 20px auto;
      max-width: 1024px;
      padding: 0 25px;
      width: 100%;
      font-size: 14px;
      line-height: 18px; }
      @media screen and (min-width: 1024px) {
        body.mmi-layout #DeltaPlaceHolderMain .page-content-wrapper {
          font-size: 16px;
          line-height: 20px; } }
    body.mmi-layout #DeltaPlaceHolderMain .main-content-wrapper {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1024px;
      padding-left: 25px;
      padding-right: 25px;
      width: 100%;
      font-size: 14px;
      line-height: 18px; }
      @media screen and (min-width: 1024px) {
        body.mmi-layout #DeltaPlaceHolderMain .main-content-wrapper {
          font-size: 16px;
          line-height: 20px; } }
    body.mmi-layout #DeltaPlaceHolderMain img {
      /*display: block;*/
      /*height: auto !important;*/
      /*margin: 15px auto;*/
      max-width: 100% !important; }
      body.mmi-layout #DeltaPlaceHolderMain img.no-fluid {
        max-width: none !important; }
    body.mmi-layout #DeltaPlaceHolderMain .mediaGallery img {
      margin: 0; }
    body.mmi-layout #DeltaPlaceHolderMain .mm-vue p {
      margin: 0; }
    body.mmi-layout #DeltaPlaceHolderMain .mm-vue br {
      content: ' '; }
    body.mmi-layout #DeltaPlaceHolderMain .mm-vue br:after {
      content: ' '; }
    body.mmi-layout #DeltaPlaceHolderMain .mm-vue ul {
      list-style: disc inside;
      margin-bottom: 20px;
      margin-top: 20px; }
      body.mmi-layout #DeltaPlaceHolderMain .mm-vue ul li {
        margin-bottom: 10px; }
    body.mmi-layout #DeltaPlaceHolderMain .list li h2 a img {
      float: none;
      margin: 0 20px 20px 0;
      border: 0; }
    body.mmi-layout #DeltaPlaceHolderMain .list li p {
      padding-left: 0; }
    body.mmi-layout #DeltaPlaceHolderMain .textPanel img,
    body.mmi-layout #DeltaPlaceHolderMain .textPanelGallery img {
      display: block;
      margin: 15px auto !important;
      max-width: 100%; }
      @media (max-width: 767px) {
        body.mmi-layout #DeltaPlaceHolderMain .textPanel img,
        body.mmi-layout #DeltaPlaceHolderMain .textPanelGallery img {
          float: none; } }
      @media (min-width: 768px) {
        body.mmi-layout #DeltaPlaceHolderMain .textPanel img,
        body.mmi-layout #DeltaPlaceHolderMain .textPanelGallery img {
          display: inline-block;
          margin-left: 15px !important;
          margin-right: 15px !important; } }
    body.mmi-layout #DeltaPlaceHolderMain .textPanel .csmContainer img,
    body.mmi-layout #DeltaPlaceHolderMain .textPanelGallery .csmContainer img {
      height: 150px !important;
      display: block !important;
      margin-left: auto !important;
      margin-right: auto !important; }
    body.mmi-layout #DeltaPlaceHolderMain .textPanel .ms-rtestate-field,
    body.mmi-layout #DeltaPlaceHolderMain .textPanelGallery .ms-rtestate-field {
      display: inline-block !important;
      width: 100% !important; }
      body.mmi-layout #DeltaPlaceHolderMain .textPanel .ms-rtestate-field ul:not(.mmi-table-concorsi),
      body.mmi-layout #DeltaPlaceHolderMain .textPanelGallery .ms-rtestate-field ul:not(.mmi-table-concorsi) {
        list-style: disc outside;
        margin: 15px 0;
        padding: 0 0 0 15px; }
        body.mmi-layout #DeltaPlaceHolderMain .textPanel .ms-rtestate-field ul:not(.mmi-table-concorsi) li:not(:last-child),
        body.mmi-layout #DeltaPlaceHolderMain .textPanelGallery .ms-rtestate-field ul:not(.mmi-table-concorsi) li:not(:last-child) {
          margin-bottom: 10px; }
    body.mmi-layout #DeltaPlaceHolderMain .textPanel > table,
    body.mmi-layout #DeltaPlaceHolderMain .textPanelGallery > table {
      display: block; }
      body.mmi-layout #DeltaPlaceHolderMain .textPanel > table > tbody,
      body.mmi-layout #DeltaPlaceHolderMain .textPanelGallery > table > tbody {
        display: block; }
      body.mmi-layout #DeltaPlaceHolderMain .textPanel > table tr,
      body.mmi-layout #DeltaPlaceHolderMain .textPanelGallery > table tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 100%; }
        body.mmi-layout #DeltaPlaceHolderMain .textPanel > table tr td, body.mmi-layout #DeltaPlaceHolderMain .textPanel > table tr th,
        body.mmi-layout #DeltaPlaceHolderMain .textPanelGallery > table tr td,
        body.mmi-layout #DeltaPlaceHolderMain .textPanelGallery > table tr th {
          padding: 10px;
          margin-bottom: 15px;
          margin-right: 15px; }
    body.mmi-layout #DeltaPlaceHolderMain .textPanel iframe,
    body.mmi-layout #DeltaPlaceHolderMain .textPanelGallery iframe {
      position: relative;
      height: unset;
      width: unset; }
    body.mmi-layout #DeltaPlaceHolderMain p iframe, body.mmi-layout #DeltaPlaceHolderMain td iframe {
      position: relative;
      max-width: 640px;
      min-height: 360px; }
    body.mmi-layout #DeltaPlaceHolderMain .videoWrapper {
      display: block;
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0; }
    body.mmi-layout #DeltaPlaceHolderMain .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
      max-width: none;
      min-height: auto; }
    body.mmi-layout #DeltaPlaceHolderMain .textPanel ul {
      padding-left: 0; }
    body.mmi-layout #DeltaPlaceHolderMain .textPanel p a {
      text-decoration: underline; }
    body.mmi-layout #DeltaPlaceHolderMain .unselectedBox,
    body.mmi-layout #DeltaPlaceHolderMain .selectedBox {
      background-image: none;
      background-color: #fffeff;
      border-radius: 40px;
      border: 1px solid #ddd;
      box-shadow: 0 5px 2px #ddd;
      height: auto;
      padding: 15px; }
      body.mmi-layout #DeltaPlaceHolderMain .unselectedBox img,
      body.mmi-layout #DeltaPlaceHolderMain .selectedBox img {
        margin-bottom: 0;
        margin-top: 0; }
    body.mmi-layout #DeltaPlaceHolderMain .selectedBox {
      border-color: #8ec8d9;
      box-shadow: 0 5px 2px #8ec8d9; }
    body.mmi-layout #DeltaPlaceHolderMain .page-item.page-prev {
      margin: 0 3px 0 0; }
    body.mmi-layout #DeltaPlaceHolderMain .page-item.page-next {
      margin: 0 0 0 3px; }
  body.mmi-layout .MMItab {
    padding: 0;
    float: none;
    width: 100%;
    border-top: 1px solid #c6c6c6; }
    @media screen and (min-width: 768px) {
      body.mmi-layout .MMItab {
        padding: 0 15px; } }
    body.mmi-layout .MMItab .boatTab, body.mmi-layout .MMItab .boatTabSelect {
      display: -ms-flexbox;
      display: flex;
      float: none !important;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      margin-right: 0;
      padding: 20px 25px;
      height: 62px !important;
      width: 100%;
      font-family: montserratregular, arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #002d62;
      font-size: 14px;
      line-height: 20px;
      background-image: none;
      border: 1px solid #d8dfe7;
      border-left-color: #c6c6c6;
      border-right-color: #c6c6c6;
      border-bottom-color: #c6c6c6;
      cursor: pointer; }
    body.mmi-layout .MMItab .boatTabSelect {
      font-family: montserratbold, arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      border-top: 0;
      background-color: white; }
    body.mmi-layout .MMItab .boatTab {
      background-color: #d8dfe7; }
  body.mmi-layout .MMItabContent {
    padding: 40px 12px;
    margin-top: -1px;
    background-color: white;
    border-top: 1px solid #c6c6c6; }
    body.mmi-layout .MMItabContent #panelTop, body.mmi-layout .MMItabContent #panelBottom {
      display: none; }
  body.mmi-layout .ajax__tab_xp .ajax__tab_header {
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 12px;
    padding-right: 12px;
    height: 62px !important; }
    body.mmi-layout .ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
      height: auto; }
      body.mmi-layout .ajax__tab_xp .ajax__tab_header .ajax__tab_outer .ajax__tab_inner {
        position: static;
        height: inherit; }
        body.mmi-layout .ajax__tab_xp .ajax__tab_header .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
          padding: 20px 25px !important;
          height: inherit !important;
          background-color: #d8dfe7 !important;
          cursor: pointer;
          font-weight: 400;
          line-height: 20px;
          font-family: montserratregular, arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          font-weight: 400;
          font-style: normal;
          border: 1px solid #d8dfe7;
          border-left-color: #c6c6c6;
          border-right-color: #c6c6c6;
          border-bottom-color: #c6c6c6;
          color: #002d62;
          cursor: pointer;
          display: inline-block;
          font-size: 14px;
          line-height: 20px;
          padding: 20px 25px;
          vertical-align: bottom;
          height: 62px !important; }
    body.mmi-layout .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
      height: auto;
      background-color: transparent !important; }
      body.mmi-layout .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer .ajax__tab_inner {
        position: static;
        height: inherit;
        background-color: transparent !important; }
        body.mmi-layout .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
          font-family: montserratbold, arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          background-color: white !important;
          border-bottom-color: white;
          color: #002d62 !important; }
  body.mmi-layout .ajax__tab_xp .ajax__tab_body {
    margin: -1px auto 0 auto;
    max-width: 1000px;
    padding: 40px 12px;
    z-index: 1;
    background-color: white !important;
    border-top: 1px solid #c6c6c6 !important; }
  body.mmi-layout .news-List-link .filterLink {
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0; }
  body.mmi-layout .news-List-link span {
    visibility: visible;
    display: inline-block;
    float: none; }
    body.mmi-layout .news-List-link span.select2-container {
      margin: 10px 10px 10px 0; }
  body.mmi-layout .mmi-event-list {
    border-bottom: 0;
    margin: 20px 0;
    padding-bottom: 0; }
    body.mmi-layout .mmi-event-list .mmi-event {
      margin: 22px 5px 0 5px;
      width: auto;
      height: auto; }
      body.mmi-layout .mmi-event-list .mmi-event:first-child {
        margin-top: 0; }
      body.mmi-layout .mmi-event-list .mmi-event span {
        display: block;
        margin-top: 8px;
        font-size: 0.875rem; }
        body.mmi-layout .mmi-event-list .mmi-event span:first-child {
          margin-top: 0; }
        body.mmi-layout .mmi-event-list .mmi-event span.event-date {
          color: #002d62;
          font-size: 0.75rem;
          font-weight: bold; }
        body.mmi-layout .mmi-event-list .mmi-event span.event-title {
          line-height: 1.125rem; }
        body.mmi-layout .mmi-event-list .mmi-event span.event-link {
          font-size: 0.8125rem; }
          body.mmi-layout .mmi-event-list .mmi-event span.event-link a {
            color: #002d62;
            font-size: 0.8125rem;
            text-decoration: underline; }
  body.mmi-layout .newsletterBox {
    margin: 20px 0;
    text-align: left;
    float: none;
    display: inline-block; }
    body.mmi-layout .newsletterBox .newsletterCopertina img {
      margin: 0 !important; }
    body.mmi-layout .newsletterBox .newsletterMonth {
      padding-top: 5px; }
      body.mmi-layout .newsletterBox .newsletterMonth a {
        color: #002d62;
        text-transform: capitalize; }
        body.mmi-layout .newsletterBox .newsletterMonth a:hover {
          color: inherit; }
  body.mmi-layout .MMIMessage {
    font-size: 0.75rem;
    margin: 10px 0; }
  body.mmi-layout .pagination-wrapper {
    margin: 20px 0; }
    body.mmi-layout .pagination-wrapper .pag-item-box {
      position: relative;
      display: inline-block;
      width: 40px;
      height: 40px;
      border: 1px solid #d8dfe7;
      border-radius: 2px; }
      body.mmi-layout .pagination-wrapper .pag-item-box:before {
        font-family: mm-website;
        font-weight: normal;
        font-style: normal;
        position: absolute;
        font-size: 14px;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 14px; }
      body.mmi-layout .pagination-wrapper .pag-item-box.pag-prev:before {
        content: "\73"; }
      body.mmi-layout .pagination-wrapper .pag-item-box.pag-next:before {
        content: "\72"; }
  body.mmi-layout .ms-srch-Paging, body.mmi-layout .ms-srch-result #Paging {
    text-align: left; }
    body.mmi-layout .ms-srch-Paging #PagingLink, body.mmi-layout .ms-srch-Paging #PagingSelf, body.mmi-layout .ms-srch-result #Paging #PagingLink, body.mmi-layout .ms-srch-result #Paging #PagingSelf {
      position: relative;
      display: inline-block;
      margin: 0;
      width: 40px;
      height: 40px;
      border: 1px solid #d8dfe7;
      border-radius: 2px;
      text-align: center;
      vertical-align: middle; }
      body.mmi-layout .ms-srch-Paging #PagingLink a, body.mmi-layout .ms-srch-Paging #PagingSelf a, body.mmi-layout .ms-srch-result #Paging #PagingLink a, body.mmi-layout .ms-srch-result #Paging #PagingSelf a {
        position: absolute;
        width: 40px;
        line-height: 40px;
        font-size: 16px;
        font-family: montserratmedium, arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0px;
        padding: 0;
        color: #002d62;
        font-weight: normal; }
    body.mmi-layout .ms-srch-Paging #PagingSelf, body.mmi-layout .ms-srch-result #Paging #PagingSelf {
      background-color: #002d62;
      border: 1px solid #002d62; }
      body.mmi-layout .ms-srch-Paging #PagingSelf a, body.mmi-layout .ms-srch-result #Paging #PagingSelf a {
        color: white; }
    body.mmi-layout .ms-srch-Paging #PageLinkPrev, body.mmi-layout .ms-srch-Paging #PageLinkNext, body.mmi-layout .ms-srch-result #Paging #PageLinkPrev, body.mmi-layout .ms-srch-result #Paging #PageLinkNext {
      position: relative;
      display: inline-block;
      width: 40px;
      height: 40px;
      border: 1px solid #d8dfe7;
      border-radius: 2px; }
      body.mmi-layout .ms-srch-Paging #PageLinkPrev:before, body.mmi-layout .ms-srch-Paging #PageLinkNext:before, body.mmi-layout .ms-srch-result #Paging #PageLinkPrev:before, body.mmi-layout .ms-srch-result #Paging #PageLinkNext:before {
        font-family: mm-website;
        font-weight: normal;
        font-style: normal;
        position: absolute;
        font-size: 14px;
        top: 50%;
        left: 50%;
        font-size: 14px;
        text-transform: none;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      body.mmi-layout .ms-srch-Paging #PageLinkPrev:hover, body.mmi-layout .ms-srch-Paging #PageLinkNext:hover, body.mmi-layout .ms-srch-result #Paging #PageLinkPrev:hover, body.mmi-layout .ms-srch-result #Paging #PageLinkNext:hover {
        color: #002d62;
        background-color: transparent; }
    body.mmi-layout .ms-srch-Paging #PageLinkPrev:before, body.mmi-layout .ms-srch-result #Paging #PageLinkPrev:before {
      content: "\73"; }
    body.mmi-layout .ms-srch-Paging #PageLinkNext:before, body.mmi-layout .ms-srch-result #Paging #PageLinkNext:before {
      content: "\72"; }
  body.mmi-layout .ms-srch-resultFooter {
    text-align: left; }
  body.mmi-layout .mm-tabs .GalleryTab {
    height: auto; }
    body.mmi-layout .mm-tabs .GalleryTab .coverslider-block-cmp {
      padding: 0;
      background-color: transparent; }
      body.mmi-layout .mm-tabs .GalleryTab .coverslider-block-cmp .mm-row-coverslider-block {
        padding: 0; }
  body.mmi-layout .gallery-tab-content-standalone {
    margin-top: -40px;
    margin-bottom: 40px; }
  body.mmi-layout .gallery-content-wrapper .coverslider-block-cmp {
    padding: 0;
    background: transparent; }
    body.mmi-layout .gallery-content-wrapper .coverslider-block-cmp .mm-row-coverslider-block {
      padding: 0; }
      body.mmi-layout .gallery-content-wrapper .coverslider-block-cmp .mm-row-coverslider-block .cover-slider {
        padding: 0; }
  body.mmi-layout .eventDiv {
    float: none !important; }
  body.mmi-layout .notiziario .sticky {
    display: none !important; }
  body.mmi-layout .breadcrumb-ruolo-wrapper .mm-breadcrumb-block .mm-socialshare-block {
    margin: -10px 20px 20px 20px;
    text-align: right; }
  @media (min-width: 768px) {
    body.mmi-layout .MMItab {
      height: 62px;
      border-top: 0; }
      body.mmi-layout .MMItab .boatTab, body.mmi-layout .MMItab .boatTabSelect {
        float: left !important;
        margin-right: 5px;
        padding: 0 25px;
        height: inherit;
        width: auto;
        color: #002d62;
        font-size: 14px;
        line-height: 20px;
        background-image: none; }
      body.mmi-layout .MMItab .boatTabSelect {
        border: 1px solid #c6c6c6;
        border-bottom: 1px solid white; }
      body.mmi-layout .MMItab .boatTab {
        border: 1px solid #d8dfe7;
        border-bottom: 1px solid #c6c6c6; }
    body.mmi-layout .ajax__tab_xp .ajax__tab_header .ajax__tab_outer .ajax__tab_inner {
      margin-right: 5px; }
      body.mmi-layout .ajax__tab_xp .ajax__tab_header .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
        border-left-color: #d8dfe7;
        border-right-color: #d8dfe7; }
    body.mmi-layout .breadcrumb-ruolo-wrapper .mm-breadcrumb-block {
      position: relative; }
      body.mmi-layout .breadcrumb-ruolo-wrapper .mm-breadcrumb-block .mm-breadcrumb {
        padding-right: 200px; }
      body.mmi-layout .breadcrumb-ruolo-wrapper .mm-breadcrumb-block .mm-socialshare-block {
        position: absolute;
        right: 20px;
        top: 15px;
        margin: 0; } }
  @media (min-width: 1024px) {
    body.mmi-layout #DeltaPlaceHolderMain .mm-vue br {
      content: initial; }
    body.mmi-layout #DeltaPlaceHolderMain .mm-vue br:after {
      display: none; }
    body.mmi-layout #DeltaPlaceHolderMain .page-content-wrapper {
      margin: 0 auto;
      padding-bottom: 40px; }
    body.mmi-layout #DeltaPlaceHolderMain .list li h2 a img {
      float: left; }
    body.mmi-layout #DeltaPlaceHolderMain .list li p {
      padding-left: 208px; }
    body.mmi-layout .breadcrumb-ruolo-wrapper .mm-breadcrumb-block .mm-socialshare-block {
      right: 50px; } }
  @media (max-width: 767.98px) {
    body.mmi-layout #DeltaPlaceHolderMain blockquote {
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 479px) {
    body.mmi-layout .news-List-link span {
      display: block; }
      body.mmi-layout .news-List-link span.select2-container {
        margin: 10px 0; }
    body.mmi-layout .newsletterBox {
      width: 100%;
      /*margin-bottom: 40px;*/
      /*text-align: center;*/ }
    body.mmi-layout #DeltaPlaceHolderMain p iframe, body.mmi-layout #DeltaPlaceHolderMain td iframe {
      min-height: 240px; } }
  @media (max-width: 767px) {
    body.mmi-layout .shipImg div div img {
      margin-left: 0;
      margin-top: 0; }
    body.mmi-layout .ajax__tab_xp .ajax__tab_header {
      padding-left: 0;
      padding-right: 0;
      border-top: 1px solid #c2c5cd;
      height: auto !important; }
      body.mmi-layout .ajax__tab_xp .ajax__tab_header span {
        display: block; }
      body.mmi-layout .ajax__tab_xp .ajax__tab_header .ajax__tab_outer .ajax__tab_inner {
        position: static;
        height: inherit; }
        body.mmi-layout .ajax__tab_xp .ajax__tab_header .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
          margin-right: 0;
          display: block;
          border-top: 0; }
      body.mmi-layout .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
        height: auto; }
        body.mmi-layout .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer .ajax__tab_inner {
          position: static;
          height: inherit; }
          body.mmi-layout .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
            display: block;
            margin-bottom: 0;
            margin-right: 0;
            border-bottom-color: #c2c5cd; }
    body.mmi-layout .ajax__tab_xp .ajax__tab_body {
      margin: 0;
      padding: 30px 12px;
      z-index: 1;
      background-color: white !important;
      border-top: 0 !important; } }

html.cookie body.mmi-layout .cookie {
  background-color: #002d62;
  border-top: 5px solid white;
  padding: 10px; }
  html.cookie body.mmi-layout .cookie .info-cookie {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      html.cookie body.mmi-layout .cookie .info-cookie {
        -ms-flex-direction: column;
        flex-direction: column; } }
    html.cookie body.mmi-layout .cookie .info-cookie .cookie-sinistra {
      padding: 10px 0;
      -ms-flex: 1;
      flex: 1; }
      html.cookie body.mmi-layout .cookie .info-cookie .cookie-sinistra p {
        padding: 0 10px; }
    html.cookie body.mmi-layout .cookie .info-cookie .cookie-destra {
      width: 100px;
      height: 50px;
      padding: 10px; }
      html.cookie body.mmi-layout .cookie .info-cookie .cookie-destra a {
        background-color: white;
        width: 100%;
        height: 100%; }

.mmi-table-list, body.mmi-layout .mmi-table-concorsi, body.mmi-layout .mmi-table-bandi-gara {
  margin: 0;
  padding: 0; }
  .mmi-table-list li, body.mmi-layout .mmi-table-concorsi li, body.mmi-layout .mmi-table-bandi-gara li {
    padding: 20px 10px 20px 30px;
    font-family: montserratregular, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    color: #4d4d4d;
    border-bottom: 1px solid #c6c6c6;
    list-style: none; }
    @media screen and (min-width: 1024px) {
      .mmi-table-list li, body.mmi-layout .mmi-table-concorsi li, body.mmi-layout .mmi-table-bandi-gara li {
        font-size: 14px;
        line-height: 28px; } }
    .mmi-table-list li .item, body.mmi-layout .mmi-table-concorsi li .item, body.mmi-layout .mmi-table-bandi-gara li .item {
      display: inline-block;
      margin-bottom: 10px;
      font-size: 12px;
      line-height: 16px; }
      @media screen and (min-width: 1024px) {
        .mmi-table-list li .item, body.mmi-layout .mmi-table-concorsi li .item, body.mmi-layout .mmi-table-bandi-gara li .item {
          font-size: 14px;
          line-height: 28px; } }
    .mmi-table-list li.header-row, body.mmi-layout .mmi-table-concorsi li.header-row, body.mmi-layout .mmi-table-bandi-gara li.header-row {
      display: none; }

@media (min-width: 768px) {
  .mmi-table-list li, body.mmi-layout .mmi-table-concorsi li, body.mmi-layout .mmi-table-bandi-gara li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .mmi-table-list li .item, body.mmi-layout .mmi-table-concorsi li .item, body.mmi-layout .mmi-table-bandi-gara li .item {
      margin-bottom: 0;
      padding-right: 10px; }
    .mmi-table-list li.header-row, body.mmi-layout .mmi-table-concorsi li.header-row, body.mmi-layout .mmi-table-bandi-gara li.header-row {
      display: -ms-flexbox;
      display: flex;
      color: #333333;
      background-color: #c6c9d1; } }

@media (min-width: 1024px) {
  .mmi-table-list li .item, body.mmi-layout .mmi-table-concorsi li .item, body.mmi-layout .mmi-table-bandi-gara li .item {
    padding-right: 20px; } }

body.mmi-layout .mmi-table-concorsi li .item.col-periodo {
  position: relative;
  width: 100%;
  text-transform: capitalize;
  font-family: montserratbold, arial, sans-serif;
  font-weight: normal;
  font-style: normal; }
  body.mmi-layout .mmi-table-concorsi li .item.col-periodo:before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 2px;
    width: 8px;
    height: 8px;
    background-color: #c6c9d1;
    border-radius: 50%; }

body.mmi-layout .mmi-table-concorsi li .item.col-concorso {
  width: 100%;
  color: #333333;
  font-family: montserratbold, arial, sans-serif;
  font-weight: normal;
  font-style: normal; }
  body.mmi-layout .mmi-table-concorsi li .item.col-concorso a {
    color: #002d62; }

body.mmi-layout .mmi-table-concorsi li .item.col-decorrenza {
  display: none; }
  body.mmi-layout .mmi-table-concorsi li .item.col-decorrenza:after {
    content: '-';
    padding-left: 5px; }

body.mmi-layout .mmi-table-concorsi li .item.col-scadenza {
  display: none; }

body.mmi-layout .mmi-table-concorsi li .item.col-dettagli {
  width: 90%; }

body.mmi-layout .mmi-table-concorsi li .item.col-link {
  display: none;
  width: 90%;
  margin-bottom: 0; }
  body.mmi-layout .mmi-table-concorsi li .item.col-link a:before {
    font-family: mm-website;
    font-weight: normal;
    font-style: normal;
    content: "\61";
    color: #002351;
    font-size: 21px; }

body.mmi-layout .mmi-table-concorsi li.active .item.col-periodo:before {
  background-color: #008045; }

body.mmi-layout .mmi-table-concorsi li.active .item.col-decorrenza {
  display: block; }

body.mmi-layout .mmi-table-concorsi li.active .item.col-scadenza {
  display: block; }

body.mmi-layout .mmi-table-concorsi li.active .item.col-dettagli {
  color: #008045;
  font-family: montserratbold, arial, sans-serif;
  font-weight: normal;
  font-style: normal; }

body.mmi-layout .mmi-table-concorsi li.active .item.col-link {
  display: block; }

body.mmi-layout .mmi-table-bandi-gara li .item.col-ente {
  width: 100%;
  color: #002d62;
  font-family: montserratbold, arial, sans-serif;
  font-weight: normal;
  font-style: normal; }

body.mmi-layout .mmi-table-bandi-gara li .item.col-gara {
  width: 100%;
  color: #002d62; }

body.mmi-layout .mmi-table-bandi-gara li .item.col-tipo {
  width: 100%; }

body.mmi-layout .mmi-table-bandi-gara li .item.col-oggetto {
  width: 100%; }

body.mmi-layout .mmi-table-bandi-gara li .item.col-scadenza {
  width: 100%; }

body.mmi-layout .mmi-table-bandi-gara li .item.col-dettagli {
  width: 50px;
  margin-bottom: 0;
  margin-right: 10px; }

body.mmi-layout .mmi-table-bandi-gara li .item.col-link {
  width: 40%;
  margin-bottom: 0; }
  body.mmi-layout .mmi-table-bandi-gara li .item.col-link a {
    display: inline-block; }
    body.mmi-layout .mmi-table-bandi-gara li .item.col-link a:before {
      font-family: mm-website;
      font-weight: normal;
      font-style: normal;
      content: "\61";
      color: #002351;
      font-size: 21px; }

body.mmi-layout .mmi-table-bandi-gara li.active .item.col-link {
  display: block; }

@media (min-width: 768px) {
  body.mmi-layout .mmi-table-concorsi li .item.col-periodo {
    width: 24%; }
  body.mmi-layout .mmi-table-concorsi li .item.col-concorso {
    width: 30%; }
  body.mmi-layout .mmi-table-concorsi li .item.col-decorrenza {
    display: block;
    width: 14%; }
    body.mmi-layout .mmi-table-concorsi li .item.col-decorrenza:after {
      display: none; }
  body.mmi-layout .mmi-table-concorsi li .item.col-scadenza {
    display: block;
    width: 14%; }
  body.mmi-layout .mmi-table-concorsi li .item.col-dettagli {
    width: 12%; }
  body.mmi-layout .mmi-table-concorsi li .item.col-link {
    width: 4%;
    padding-right: 0;
    text-align: right; }
  body.mmi-layout .mmi-table-concorsi li.header-row .item.col-periodo, body.mmi-layout .mmi-table-concorsi li.header-row .item.col-concorso, body.mmi-layout .mmi-table-concorsi li.header-row .item.col-decorrenza, body.mmi-layout .mmi-table-concorsi li.header-row .item.col-scadenza, body.mmi-layout .mmi-table-concorsi li.header-row .item.col-dettagli, body.mmi-layout .mmi-table-concorsi li.header-row .item.col-link {
    font-family: montserratmedium, arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  body.mmi-layout .mmi-table-concorsi li.header-row .item.col-periodo:before {
    display: none; }
  body.mmi-layout .mmi-table-bandi-gara li {
    -ms-flex-align: start;
    align-items: flex-start; }
    body.mmi-layout .mmi-table-bandi-gara li .item.col-ente {
      width: 15%;
      color: #002d62;
      font-family: montserratbold, arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
    body.mmi-layout .mmi-table-bandi-gara li .item.col-gara {
      width: 20%;
      color: #002d62;
      font-family: montserratbold, arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
    body.mmi-layout .mmi-table-bandi-gara li .item.col-tipo {
      width: 20%; }
    body.mmi-layout .mmi-table-bandi-gara li .item.col-oggetto {
      width: 20%; }
    body.mmi-layout .mmi-table-bandi-gara li .item.col-scadenza {
      width: 12%; }
    body.mmi-layout .mmi-table-bandi-gara li .item.col-dettagli {
      width: 8%;
      margin-bottom: 0;
      margin-right: 10px; }
    body.mmi-layout .mmi-table-bandi-gara li .item.col-link {
      width: 5%;
      margin-bottom: 0; }
      body.mmi-layout .mmi-table-bandi-gara li .item.col-link a {
        display: inline-block; }
        body.mmi-layout .mmi-table-bandi-gara li .item.col-link a:before {
          font-family: mm-website;
          font-weight: normal;
          font-style: normal;
          content: "\61";
          color: #002351;
          font-size: 21px; }
    body.mmi-layout .mmi-table-bandi-gara li.header-row .item.col-ente, body.mmi-layout .mmi-table-bandi-gara li.header-row .item.col-gara, body.mmi-layout .mmi-table-bandi-gara li.header-row .item.col-topo, body.mmi-layout .mmi-table-bandi-gara li.header-row .item.col-oggetto, body.mmi-layout .mmi-table-bandi-gara li.header-row .item.col-scadenza, body.mmi-layout .mmi-table-bandi-gara li.header-row .item.col-dettagli, body.mmi-layout .mmi-table-bandi-gara li.header-row .item.col-link {
      font-family: montserratmedium, arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #4d4d4d; } }

@media (min-width: 1024px) {
  body.mmi-layout .mmi-table-concorsi li .item.col-periodo {
    width: 20%; }
    body.mmi-layout .mmi-table-concorsi li .item.col-periodo:before {
      top: 8px; }
  body.mmi-layout .mmi-table-concorsi li .item.col-concorso {
    width: 38%; }
  body.mmi-layout .mmi-table-concorsi li .item.col-decorrenza {
    width: 12%; }
    body.mmi-layout .mmi-table-concorsi li .item.col-decorrenza:after {
      display: none; }
  body.mmi-layout .mmi-table-concorsi li .item.col-scadenza {
    width: 12%; }
  body.mmi-layout .mmi-table-concorsi li .item.col-dettagli {
    width: 12%; }
  body.mmi-layout .mmi-table-concorsi li .item.col-link {
    width: 6%; } }

body.role-finder-page .select2-container .select2-dropdown {
  border: 1px solid #d8dfe7;
  border-top: 0;
  border-radius: 0; }
  body.role-finder-page .select2-container .select2-dropdown .select2-results__options li {
    padding: 11px 40px 11px 18px !important;
    color: white !important;
    text-transform: uppercase;
    font-family: montserratbold, arial, sans-serif !important;
    font-size: 12px !important;
    line-height: 16px !important;
    background-color: #002d62; }
    body.role-finder-page .select2-container .select2-dropdown .select2-results__options li.select2-results__option--highlighted {
      background-color: #5897fb; }

body.role-finder-page .toolbar-nav-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px; }
  body.role-finder-page .toolbar-nav-head .role-nav-head {
    position: relative;
    padding: 10px 45px 10px 20px;
    width: inherit;
    color: white;
    font-size: 14px;
    font-family: montserratbold, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    cursor: pointer; }
    body.role-finder-page .toolbar-nav-head .role-nav-head span {
      text-transform: uppercase; }
    body.role-finder-page .toolbar-nav-head .role-nav-head:before {
      content: "\71";
      font-family: mm-website;
      font-weight: normal;
      font-style: normal;
      position: absolute;
      right: 20px;
      top: 9px; }
    body.role-finder-page .toolbar-nav-head .role-nav-head.active:before {
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      top: 9px; }
  body.role-finder-page .toolbar-nav-head .filter-tool {
    position: absolute;
    top: -1000px;
    right: 21px;
    width: 30px;
    height: 30px;
    background-color: #002d62;
    border-radius: 50%;
    cursor: pointer; }

body.role-finder-page .role-nav-body {
  display: none;
  background-color: white; }
  body.role-finder-page .role-nav-body .accordion {
    overflow: hidden;
    overflow-y: auto; }
    body.role-finder-page .role-nav-body .accordion.blue-skin .card {
      border-top: 0;
      border-bottom: 1px solid #edf0f7; }
      body.role-finder-page .role-nav-body .accordion.blue-skin .card .card-header {
        margin-top: 2px;
        background-color: transparent !important;
        border-radius: 0; }
        body.role-finder-page .role-nav-body .accordion.blue-skin .card .card-header button {
          color: white !important;
          font-family: montserratbold, arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 13px;
          text-transform: uppercase;
          background-color: #002d62 !important;
          border-radius: 0; }
          body.role-finder-page .role-nav-body .accordion.blue-skin .card .card-header button.collapsed {
            color: #002d62 !important;
            background-color: #edf0f7 !important; }
          body.role-finder-page .role-nav-body .accordion.blue-skin .card .card-header button:before {
            background: #c6c6c6; }
          body.role-finder-page .role-nav-body .accordion.blue-skin .card .card-header button.collapsed {
            color: #002d62; }
            body.role-finder-page .role-nav-body .accordion.blue-skin .card .card-header button.collapsed:after {
              background: #c6c6c6; }
      body.role-finder-page .role-nav-body .accordion.blue-skin .card .card-body {
        padding: 10px 30px; }
        body.role-finder-page .role-nav-body .accordion.blue-skin .card .card-body ul li {
          padding: 5px 0;
          font-size: 12px; }
          body.role-finder-page .role-nav-body .accordion.blue-skin .card .card-body ul li a {
            display: block;
            font-size: 13px;
            line-height: 18px;
            color: #4d4d4d; }
            body.role-finder-page .role-nav-body .accordion.blue-skin .card .card-body ul li a:hover {
              text-decoration: underline; }

.mmi-template-role-finder .mm-headerimage-cmp h3 {
  text-align: left; }

.mmi-template-role-finder .mm-headerimage-cmp h4 {
  visibility: hidden; }

.mmi-template-role-finder .page-content-wrapper.role-finder-container {
  position: relative;
  margin-bottom: 0 !important;
  padding: 0 !important;
  background-color: #002d62;
  color: white; }
  .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-search-anchor {
    position: absolute;
    display: block;
    left: 0;
    top: -40px; }
  .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-search-in-wrapper {
    position: absolute;
    width: 100%;
    top: -48px; }
    .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-search-in-wrapper .role-search-in {
      position: relative;
      margin: 0 35px;
      padding: 15px 18px;
      background-color: white;
      border: 1px solid #d8dfe7; }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-search-in-wrapper .role-search-in input[type=text] {
        padding-left: 4px;
        padding-right: 40px;
        background-color: transparent !important;
        border: 0;
        border-bottom: 1px solid #c6c6c6;
        color: #002d62;
        text-transform: none;
        font-size: 12px;
        line-height: 16px;
        font-family: montserratregular, arial, sans-serif;
        font-weight: normal;
        font-style: normal; }
        @media screen and (min-width: 1024px) {
          .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-search-in-wrapper .role-search-in input[type=text] {
            font-size: 14px;
            line-height: 18px; } }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-search-in-wrapper .role-search-in .icon-search {
        position: absolute;
        bottom: 25px;
        right: 22px;
        color: #0065cb;
        font-size: 16px;
        z-index: 1; }
        .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-search-in-wrapper .role-search-in .icon-search:before {
          font-weight: 700 !important; }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-search-in-wrapper .role-search-in input[type=submit] {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 0 !important;
        min-height: auto;
        height: 40px;
        width: 40px !important;
        border-radius: 0;
        background-color: transparent !important;
        border: 0 !important;
        font-size: 0;
        z-index: 2; }
  .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper {
    margin-top: -30px;
    padding: 70px 20px 0 20px; }
    .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .container {
      padding-top: 0; }
    .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .main-caption {
      font-size: 20px;
      line-height: 24px;
      text-align: center; }
      @media screen and (min-width: 1024px) {
        .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .main-caption {
          font-size: 24px;
          line-height: 28px; } }
    .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .secondary-caption-wrapper {
      text-align: center; }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .secondary-caption-wrapper .secondary-caption {
        font-family: montserratbold, arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase; }
        @media screen and (min-width: 1024px) {
          .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .secondary-caption-wrapper .secondary-caption {
            font-size: 14px;
            line-height: 18px; } }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .secondary-caption-wrapper .secondary-description {
        display: block;
        margin: 14px 0;
        font-size: 12px;
        line-height: 16px; }
        @media screen and (min-width: 1024px) {
          .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .secondary-caption-wrapper .secondary-description {
            font-size: 14px;
            line-height: 18px; } }
    .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper label {
      font-family: montserratbold, arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      text-transform: uppercase; }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper label.row-middle-label {
        line-height: 35px; }
    .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper input {
      opacity: 1;
      background-color: #002d62 !important;
      border-color: white;
      color: white;
      font-size: 12px;
      line-height: 16px;
      font-family: montserratbold, arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      text-align: center;
      text-transform: uppercase; }
      @media screen and (min-width: 1024px) {
        .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper input {
          font-size: 14px;
          line-height: 18px; } }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper input.selected {
        background-color: white !important;
        color: #002d62; }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper input::-webkit-input-placeholder {
        color: white;
        font-family: montserratregular, arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        text-transform: none; }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper input:-ms-input-placeholder {
        color: white;
        font-family: montserratregular, arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        text-transform: none; }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper input::placeholder {
        color: white;
        font-family: montserratregular, arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        text-transform: none; }
    .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .select2-container.select2-container--default .select2-selection__rendered {
      color: white;
      font-family: montserratbold, arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 12px !important;
      line-height: 16px !important;
      text-transform: uppercase; }
    .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .select2-container.select2-container--default .select2-selection--single {
      position: relative;
      padding: 9px 40px 9px 18px;
      height: 35px;
      background-color: #002d62;
      border: 1px solid #d8dfe7;
      border-radius: 0; }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 35px;
        width: 40px; }
        .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
          margin-top: -10px;
          margin-left: -7px;
          border-width: 0; }
          .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
            color: white; }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .select2-container.select2-container--default .select2-selection--single.selected {
        background-color: white; }
        .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .select2-container.select2-container--default .select2-selection--single.selected .select2-selection__rendered {
          color: #002d62; }
        .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .select2-container.select2-container--default .select2-selection--single.selected .select2-selection__arrow b:before {
          color: #002d62; }
    .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .role-tags-wrapper {
      margin-bottom: 0; }
    .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .submit-wrapper {
      text-align: right; }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .submit-wrapper .btn-link {
        padding: 8px 26px;
        min-height: auto;
        min-height: 35px;
        font-size: 12px;
        line-height: 16px; }

.mmi-template-role-finder .role-finder-content-wrapper .toolbar-desktop-nav {
  display: none; }

.mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper {
  background-color: #0065cb; }
  .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav .toolbar-nav-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px; }
    .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav .toolbar-nav-head .role-nav-head {
      position: relative;
      padding: 10px 45px 10px 20px;
      width: inherit;
      color: white;
      font-size: 14px;
      font-family: montserratbold, arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      cursor: pointer; }
      .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav .toolbar-nav-head .role-nav-head span {
        text-transform: uppercase; }
      .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav .toolbar-nav-head .role-nav-head:before {
        content: "\71";
        font-family: mm-website;
        font-weight: normal;
        font-style: normal;
        position: absolute;
        right: 20px;
        top: 9px; }
      .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav .toolbar-nav-head .role-nav-head.active:before {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 9px; }
    .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav .toolbar-nav-head .filter-tool {
      position: absolute;
      top: -1000px;
      right: 21px;
      width: 30px;
      height: 30px;
      background-color: #002d62;
      border-radius: 50%;
      cursor: pointer; }
  .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav .role-nav-body {
    display: none; }
  .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .myfilters-wrapper {
    padding: 0 20px 6px 20px;
    background-color: white;
    border-bottom: 1px solid #edf0f7; }
    .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .myfilters-wrapper .myfilters-head {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      height: 50px; }
      .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .myfilters-wrapper .myfilters-head .caption-wrapper {
        width: 55%; }
        .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .myfilters-wrapper .myfilters-head .caption-wrapper span {
          color: #002d62;
          font-family: montserratbold, arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 12px;
          text-transform: uppercase; }
      .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .myfilters-wrapper .myfilters-head .link-wrapper {
        width: 45%;
        text-align: right;
        font-size: 12px; }
        .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .myfilters-wrapper .myfilters-head .link-wrapper a {
          /*
								display: block;
								margin: 7px 0;
								*/
          color: #0065cb;
          text-decoration: underline;
          display: inline-block;
          margin: 0; }
          .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .myfilters-wrapper .myfilters-head .link-wrapper a + a {
            margin-left: 10px;
            padding-left: 10px;
            border-left: 1px solid #b7bac2; }
        .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .myfilters-wrapper .myfilters-head .link-wrapper span {
          color: #c6c6c6;
          text-decoration: underline; }
    .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .myfilters-wrapper .myfilters-body {
      text-align: center; }
      .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .myfilters-wrapper .myfilters-body .filter-item {
        display: inline-block;
        margin: 0 4px 12px 4px;
        padding: 0 10px;
        height: 26px;
        color: #002d62;
        font-size: 12px;
        line-height: 26px;
        font-family: montserratregular, arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        background-color: #edf0f7;
        border-radius: 26px;
        overflow: hidden; }

.mmi-template-role-finder .results-content-wrapper {
  z-index: 1; }
  .mmi-template-role-finder .results-content-wrapper .results-content {
    min-height: 250px; }
    .mmi-template-role-finder .results-content-wrapper .results-content ul li {
      position: relative; }
      .mmi-template-role-finder .results-content-wrapper .results-content ul li .image-mobile-wrapper img {
        width: 100%; }
      .mmi-template-role-finder .results-content-wrapper .results-content ul li .item-content {
        padding: 30px; }
        .mmi-template-role-finder .results-content-wrapper .results-content ul li .item-content .title-wrapper {
          margin-bottom: 25px;
          color: #002d62;
          font-size: 30px;
          line-height: 34px;
          font-family: montserratbold, arial, sans-serif;
          font-weight: normal;
          font-style: normal; }
        .mmi-template-role-finder .results-content-wrapper .results-content ul li .item-content .subtitle-wrapper {
          margin-top: -10px;
          margin-bottom: 20px;
          color: #002d62;
          font-size: 16px;
          line-height: 20px;
          font-family: montserratsemibold, arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          font-style: italic; }
        .mmi-template-role-finder .results-content-wrapper .results-content ul li .item-content .grade-wrapper {
          margin-bottom: 25px;
          color: #4d4d4d;
          font-size: 12px;
          line-height: 16px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center; }
          .mmi-template-role-finder .results-content-wrapper .results-content ul li .item-content .grade-wrapper .image-wrapper {
            width: 20px;
            margin-right: 10px; }
            .mmi-template-role-finder .results-content-wrapper .results-content ul li .item-content .grade-wrapper .image-wrapper img {
              max-height: 100%; }
        .mmi-template-role-finder .results-content-wrapper .results-content ul li .item-content .description-wrapper {
          margin-bottom: 20px;
          color: #4d4d4d;
          font-size: 12px;
          line-height: 16px; }
        .mmi-template-role-finder .results-content-wrapper .results-content ul li .item-content .sezione-ruolo-wrapper {
          margin: 30px 0 40px 0;
          color: #002d62;
          font-family: montserratsemibold, arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 14px;
          line-height: 18px; }
        .mmi-template-role-finder .results-content-wrapper .results-content ul li .item-content .ruolo-field-wrapper {
          margin-bottom: 20px;
          color: #4d4d4d;
          font-family: montserratregular, arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 12px;
          line-height: 16px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center; }
          .mmi-template-role-finder .results-content-wrapper .results-content ul li .item-content .ruolo-field-wrapper .image-wrapper {
            width: 36px;
            margin-right: 20px;
            text-align: center; }
            .mmi-template-role-finder .results-content-wrapper .results-content ul li .item-content .ruolo-field-wrapper .image-wrapper img {
              margin-top: 4px;
              width: 30px; }
            .mmi-template-role-finder .results-content-wrapper .results-content ul li .item-content .ruolo-field-wrapper .image-wrapper + div {
              width: calc(100% - 50px); }
        .mmi-template-role-finder .results-content-wrapper .results-content ul li .item-content .item-content-footer {
          margin-top: 30px; }
          .mmi-template-role-finder .results-content-wrapper .results-content ul li .item-content .item-content-footer .link-dettaglio-wrapper {
            display: inline-block;
            margin: 10px 20px 10px 0;
            vertical-align: middle; }
          .mmi-template-role-finder .results-content-wrapper .results-content ul li .item-content .item-content-footer .social-wrapper {
            display: inline-block;
            margin: 10px 20px;
            vertical-align: middle; }
            .mmi-template-role-finder .results-content-wrapper .results-content ul li .item-content .item-content-footer .social-wrapper .mm-socialshare {
              padding: 0; }
      .mmi-template-role-finder .results-content-wrapper .results-content ul li + li {
        border-top: 1px solid #d6d7db; }
  .mmi-template-role-finder .results-content-wrapper .no-results-wrapper {
    padding: 30px 20px; }
    .mmi-template-role-finder .results-content-wrapper .no-results-wrapper span {
      font-size: 14px;
      line-height: 18px;
      color: #002d62;
      font-family: montserratmedium, arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
      @media screen and (min-width: 1024px) {
        .mmi-template-role-finder .results-content-wrapper .no-results-wrapper span {
          font-size: 16px;
          line-height: 20px; } }

.mmi-template-role-finder.fixed-toolbar .role-finder-content-wrapper .role-finder-content .sticky-wrapper {
  height: 50px !important;
  z-index: 2; }

.mmi-template-role-finder.fixed-toolbar .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper {
  z-index: 2 !important; }
  .mmi-template-role-finder.fixed-toolbar .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav .toolbar-nav-head {
    position: relarive; }
    .mmi-template-role-finder.fixed-toolbar .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav .toolbar-nav-head .role-nav-head {
      display: inline-block;
      width: auto; }
    .mmi-template-role-finder.fixed-toolbar .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav .toolbar-nav-head .filter-tool {
      top: 10px; }
      .mmi-template-role-finder.fixed-toolbar .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav .toolbar-nav-head .filter-tool:before {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 20px;
        height: 20px;
        background-image: url(../images/filter-tool.png);
        background-size: cover; }
  .mmi-template-role-finder.fixed-toolbar .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .myfilters-wrapper {
    display: none; }

@media (min-width: 768px) {
  .mmi-template-role-finder .mm-headerimage-cmp h3 {
    text-align: left; }
  .mmi-template-role-finder .mm-headerimage-cmp h4 {
    visibility: visible; } }

@media (min-width: 1024px) {
  .mmi-template-role-finder .page-content-wrapper.role-finder-container {
    max-width: 1110px !important; }
    .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-search-anchor {
      top: -80px; }
    .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-search-in-wrapper {
      width: 550px;
      top: -85px;
      z-index: 99; }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-search-in-wrapper .role-search-in {
        margin: 0; }
    .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper {
      position: relative;
      margin-top: 0;
      padding: 30px 20px 0 20px; }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        top: -30px;
        left: 0;
        background-color: #002d62;
        height: 30px; }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .main-caption {
        margin-bottom: 10px;
        text-align: left; }
        .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .main-caption br {
          display: none; }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .secondary-caption-wrapper {
        text-align: left; }
        .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .secondary-caption-wrapper .secondary-caption {
          display: inline-block; }
        .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .secondary-caption-wrapper .secondary-description {
          margin: 0 0 0 30px;
          display: inline-block; }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper label {
        padding-right: 0; }
      .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .role-tags-wrapper {
        margin-top: 10px; }
        .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .role-tags-wrapper .ui-checkboxradio-label {
          margin: 0 12px 18px 0; }
  .mmi-template-role-finder .role-finder-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto; }
    .mmi-template-role-finder .role-finder-content-wrapper .toolbar-desktop-nav {
      display: block; }
      .mmi-template-role-finder .role-finder-content-wrapper .toolbar-desktop-nav .toolbar-nav-head {
        width: 310px;
        background-color: #0065cb; }
        .mmi-template-role-finder .role-finder-content-wrapper .toolbar-desktop-nav .toolbar-nav-head .role-nav-head {
          width: inherit !important;
          cursor: default; }
          .mmi-template-role-finder .role-finder-content-wrapper .toolbar-desktop-nav .toolbar-nav-head .role-nav-head:before {
            display: none; }
        .mmi-template-role-finder .role-finder-content-wrapper .toolbar-desktop-nav .toolbar-nav-head .filter-tool {
          display: none; }
      .mmi-template-role-finder .role-finder-content-wrapper .toolbar-desktop-nav .role-nav-body {
        width: 310px; }
        .mmi-template-role-finder .role-finder-content-wrapper .toolbar-desktop-nav .role-nav-body .accordion {
          max-height: calc(100% - 145px); }
    .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content {
      max-width: 800px;
      width: 100%; }
      .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-desktop-nav {
        display: block;
        min-height: 120px;
        width: 310px; }
        .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-desktop-nav .toolbar-nav-head {
          background-color: #0065cb; }
      .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper {
        position: relative;
        width: inherit;
        margin: 0 auto;
        background-color: transparent; }
        .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav {
          display: none; }
          .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav .toolbar-nav-head {
            width: 310px;
            background-color: #0065cb; }
            .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav .toolbar-nav-head .role-nav-head {
              width: inherit !important;
              cursor: default; }
              .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav .toolbar-nav-head .role-nav-head:before {
                display: none; }
            .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav .toolbar-nav-head .filter-tool {
              display: none; }
          .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav .role-nav-body {
            width: 310px; }
        .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .myfilters-wrapper {
          padding-bottom: 0; }
          .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .myfilters-wrapper .myfilters-head .link-wrapper a {
            /*
									display: inline-block;
									margin: 0;
									&+a {
										margin-left: 10px;
										padding-left: 10px;
										border-left: 1px solid ada-color(grey, line);
									}
									*/ }
          .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .myfilters-wrapper .myfilters-body {
            padding-bottom: 6px;
            text-align: left; }
      .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .results-content-wrapper .results-content ul li {
        padding-right: 340px;
        min-height: 500px; }
        .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .results-content-wrapper .results-content ul li .image-mobile-wrapper {
          position: absolute;
          width: 310px;
          height: 310px;
          top: 0;
          right: 0;
          overflow: hidden; }
          .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .results-content-wrapper .results-content ul li .image-mobile-wrapper img {
            height: 100%;
            width: auto;
            -ms-transform: translateX(-25%);
            transform: translateX(-25%); }
        .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .results-content-wrapper .results-content ul li .item-content .item-content-footer {
          position: absolute;
          bottom: 30px;
          right: 30px; }
          .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .results-content-wrapper .results-content ul li .item-content .item-content-footer .link-dettaglio-wrapper {
            display: block;
            margin-right: 0;
            margin: 0 0 30px 0;
            text-align: right; }
          .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .results-content-wrapper .results-content ul li .item-content .item-content-footer .social-wrapper {
            display: block;
            margin: 0;
            text-align: right; }
            .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .results-content-wrapper .results-content ul li .item-content .item-content-footer .social-wrapper .mm-socialshare {
              display: block; }
  .mmi-template-role-finder.fixed-toolbar .role-finder-content-wrapper .toolbar-desktop-nav {
    display: none; }
  .mmi-template-role-finder.fixed-toolbar .role-finder-content-wrapper .role-finder-content {
    max-width: 800px;
    width: 100%;
    margin-left: 310px; }
    .mmi-template-role-finder.fixed-toolbar .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper {
      max-width: 800px;
      width: 100%; }
      .mmi-template-role-finder.fixed-toolbar .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav {
        display: block;
        position: absolute;
        top: 0;
        left: -310px; }
        .mmi-template-role-finder.fixed-toolbar .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .toolbar-nav .toolbar-nav-head .filter-tool {
          display: none; }
      .mmi-template-role-finder.fixed-toolbar .role-finder-content-wrapper .role-finder-content .toolbar-nav-wrapper .myfilters-wrapper {
        display: block;
        max-width: 800px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0; } }

@media (min-width: 1200px) {
  .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .row-fields [class*='col-'] {
    padding-right: 0; }
    .mmi-template-role-finder .page-content-wrapper.role-finder-container .role-finder-wrapper .row-fields [class*='col-']:last-child {
      padding-right: 20px; }
  .mmi-template-role-finder .role-finder-content-wrapper .role-finder-content .results-content-wrapper .results-content ul li .item-content .item-content-footer {
    right: 0; } }
