﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #72634e;
  color: #fff;
}

::selection {
  background: #63be6a;
  color: #fff;
}

:-moz-placeholder,
.form-control::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
.sp-peoplepicker-topLevel::-moz-placeholder,
.sp-peoplepicker-topLevelDisabled::-moz-placeholder,
.sp-peoplepicker-autoFillContainer::-moz-placeholder,
.ms-inputBox::-moz-placeholder,
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.sp-peoplepicker-topLevel::-webkit-input-placeholder,
.sp-peoplepicker-topLevelDisabled::-webkit-input-placeholder,
.sp-peoplepicker-autoFillContainer::-webkit-input-placeholder,
.ms-inputBox::-webkit-input-placeholder,
:-ms-input-placeholder,
.form-control::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="file"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.sp-peoplepicker-topLevel::-ms-input-placeholder,
.sp-peoplepicker-topLevelDisabled::-ms-input-placeholder,
.sp-peoplepicker-autoFillContainer::-ms-input-placeholder,
.ms-inputBox::-ms-input-placeholder {
  color: #d1d1d1;
}

html {
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 320px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #090909;
  margin: 0;
  background-color: #fff;
  direction: ltr;
}
@media (min-width: 320px) {
  body {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #63be6a;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #63be6a;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

a:visited {
  text-decoration: none;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 736px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 956px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1280px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #cbd0d5;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #cbd0d5;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #cbd0d5;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #cbd0d5;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #cbd0d5;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #cbd0d5;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #000;
}

.form-control,
input[type="password"],
input[type="text"],
input[type="file"],
select,
textarea,
.sp-peoplepicker-topLevel,
.sp-peoplepicker-topLevelDisabled,
.sp-peoplepicker-autoFillContainer,
.ms-inputBox {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #000;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s box-shadow ease-in-out
    0.15s ease 0.1s;
  -moz-transition: border-color ease-in-out 0.15s box-shadow ease-in-out 0.15s
    ease 0.1s;
  -ms-transition: border-color ease-in-out 0.15s box-shadow ease-in-out 0.15s
    ease 0.1s;
  -o-transition: border-color ease-in-out 0.15s box-shadow ease-in-out 0.15s
    ease 0.1s;
  transition: border-color ease-in-out 0.15s box-shadow ease-in-out 0.15s ease
    0.1s;
}
.form-control:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus,
.sp-peoplepicker-topLevel:focus,
.sp-peoplepicker-topLevelDisabled:focus,
.sp-peoplepicker-autoFillContainer:focus,
.ms-inputBox:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
.sp-peoplepicker-topLevel::-moz-placeholder,
.sp-peoplepicker-topLevelDisabled::-moz-placeholder,
.sp-peoplepicker-autoFillContainer::-moz-placeholder,
.ms-inputBox::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.sp-peoplepicker-topLevel:-ms-input-placeholder,
.sp-peoplepicker-topLevelDisabled:-ms-input-placeholder,
.sp-peoplepicker-autoFillContainer:-ms-input-placeholder,
.ms-inputBox:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.sp-peoplepicker-topLevel::-webkit-input-placeholder,
.sp-peoplepicker-topLevelDisabled::-webkit-input-placeholder,
.sp-peoplepicker-autoFillContainer::-webkit-input-placeholder,
.ms-inputBox::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand,
input[type="password"]::-ms-expand,
input[type="text"]::-ms-expand,
input[type="file"]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand,
.sp-peoplepicker-topLevel::-ms-expand,
.sp-peoplepicker-topLevelDisabled::-ms-expand,
.sp-peoplepicker-autoFillContainer::-ms-expand,
.ms-inputBox::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
input[disabled][type="password"],
input[disabled][type="text"],
input[disabled][type="file"],
select[disabled],
textarea[disabled],
[disabled].sp-peoplepicker-topLevel,
[disabled].sp-peoplepicker-topLevelDisabled,
[disabled].sp-peoplepicker-autoFillContainer,
[disabled].ms-inputBox,
.form-control[readonly],
input[readonly][type="password"],
input[readonly][type="text"],
input[readonly][type="file"],
select[readonly],
textarea[readonly],
[readonly].sp-peoplepicker-topLevel,
[readonly].sp-peoplepicker-topLevelDisabled,
[readonly].sp-peoplepicker-autoFillContainer,
[readonly].ms-inputBox,
fieldset[disabled] .form-control,
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="file"],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] .sp-peoplepicker-topLevel,
fieldset[disabled] .sp-peoplepicker-topLevelDisabled,
fieldset[disabled] .sp-peoplepicker-autoFillContainer,
fieldset[disabled] .ms-inputBox {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
input[disabled][type="password"],
input[disabled][type="text"],
input[disabled][type="file"],
select[disabled],
textarea[disabled],
[disabled].sp-peoplepicker-topLevel,
[disabled].sp-peoplepicker-topLevelDisabled,
[disabled].sp-peoplepicker-autoFillContainer,
[disabled].ms-inputBox,
fieldset[disabled] .form-control,
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="file"],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] .sp-peoplepicker-topLevel,
fieldset[disabled] .sp-peoplepicker-topLevelDisabled,
fieldset[disabled] .sp-peoplepicker-autoFillContainer,
fieldset[disabled] .ms-inputBox {
  cursor: not-allowed;
}

textarea.form-control,
textarea,
textarea.sp-peoplepicker-topLevel,
textarea.sp-peoplepicker-topLevelDisabled,
textarea.sp-peoplepicker-autoFillContainer,
textarea.ms-inputBox {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="date"][type="password"],
  input[type="date"][type="text"],
  input[type="date"][type="file"],
  input[type="date"].sp-peoplepicker-topLevel,
  input[type="date"].sp-peoplepicker-topLevelDisabled,
  input[type="date"].sp-peoplepicker-autoFillContainer,
  input[type="date"].ms-inputBox,
  input[type="time"].form-control,
  input[type="time"][type="password"],
  input[type="time"][type="text"],
  input[type="time"][type="file"],
  input[type="time"].sp-peoplepicker-topLevel,
  input[type="time"].sp-peoplepicker-topLevelDisabled,
  input[type="time"].sp-peoplepicker-autoFillContainer,
  input[type="time"].ms-inputBox,
  input[type="datetime-local"].form-control,
  input[type="datetime-local"][type="password"],
  input[type="datetime-local"][type="text"],
  input[type="datetime-local"][type="file"],
  input[type="datetime-local"].sp-peoplepicker-topLevel,
  input[type="datetime-local"].sp-peoplepicker-topLevelDisabled,
  input[type="datetime-local"].sp-peoplepicker-autoFillContainer,
  input[type="datetime-local"].ms-inputBox,
  input[type="month"].form-control,
  input[type="month"][type="password"],
  input[type="month"][type="text"],
  input[type="month"][type="file"],
  input[type="month"].sp-peoplepicker-topLevel,
  input[type="month"].sp-peoplepicker-topLevelDisabled,
  input[type="month"].sp-peoplepicker-autoFillContainer,
  input[type="month"].ms-inputBox {
    line-height: 46px;
  }
  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"][type="password"],
  .input-group-sm > input[type="date"][type="text"],
  .input-group-sm > input[type="date"][type="file"],
  .input-group-sm > input[type="date"].sp-peoplepicker-topLevel,
  .input-group-sm > input[type="date"].sp-peoplepicker-topLevelDisabled,
  .input-group-sm > input[type="date"].sp-peoplepicker-autoFillContainer,
  .input-group-sm > input[type="date"].ms-inputBox,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm > .input-group-btn > input[type="date"][type="button"],
  .input-group-sm > .input-group-btn > input[type="date"][type="reset"],
  .input-group-sm > .input-group-btn > input[type="date"][type="submit"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"][type="password"],
  .input-group-sm > input[type="time"][type="text"],
  .input-group-sm > input[type="time"][type="file"],
  .input-group-sm > input[type="time"].sp-peoplepicker-topLevel,
  .input-group-sm > input[type="time"].sp-peoplepicker-topLevelDisabled,
  .input-group-sm > input[type="time"].sp-peoplepicker-autoFillContainer,
  .input-group-sm > input[type="time"].ms-inputBox,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm > .input-group-btn > input[type="time"][type="button"],
  .input-group-sm > .input-group-btn > input[type="time"][type="reset"],
  .input-group-sm > .input-group-btn > input[type="time"][type="submit"],
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"][type="password"],
  .input-group-sm > input[type="datetime-local"][type="text"],
  .input-group-sm > input[type="datetime-local"][type="file"],
  .input-group-sm > input[type="datetime-local"].sp-peoplepicker-topLevel,
  .input-group-sm
    > input[type="datetime-local"].sp-peoplepicker-topLevelDisabled,
  .input-group-sm
    > input[type="datetime-local"].sp-peoplepicker-autoFillContainer,
  .input-group-sm > input[type="datetime-local"].ms-inputBox,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
    > .input-group-btn
    > input[type="datetime-local"][type="button"],
  .input-group-sm
    > .input-group-btn
    > input[type="datetime-local"][type="reset"],
  .input-group-sm
    > .input-group-btn
    > input[type="datetime-local"][type="submit"],
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"][type="password"],
  .input-group-sm > input[type="month"][type="text"],
  .input-group-sm > input[type="month"][type="file"],
  .input-group-sm > input[type="month"].sp-peoplepicker-topLevel,
  .input-group-sm > input[type="month"].sp-peoplepicker-topLevelDisabled,
  .input-group-sm > input[type="month"].sp-peoplepicker-autoFillContainer,
  .input-group-sm > input[type="month"].ms-inputBox,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm > .input-group-btn > input[type="month"][type="button"],
  .input-group-sm > .input-group-btn > input[type="month"][type="reset"],
  .input-group-sm > .input-group-btn > input[type="month"][type="submit"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"][type="password"],
  .input-group-lg > input[type="date"][type="text"],
  .input-group-lg > input[type="date"][type="file"],
  .input-group-lg > input[type="date"].sp-peoplepicker-topLevel,
  .input-group-lg > input[type="date"].sp-peoplepicker-topLevelDisabled,
  .input-group-lg > input[type="date"].sp-peoplepicker-autoFillContainer,
  .input-group-lg > input[type="date"].ms-inputBox,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg > .input-group-btn > input[type="date"][type="button"],
  .input-group-lg > .input-group-btn > input[type="date"][type="reset"],
  .input-group-lg > .input-group-btn > input[type="date"][type="submit"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"][type="password"],
  .input-group-lg > input[type="time"][type="text"],
  .input-group-lg > input[type="time"][type="file"],
  .input-group-lg > input[type="time"].sp-peoplepicker-topLevel,
  .input-group-lg > input[type="time"].sp-peoplepicker-topLevelDisabled,
  .input-group-lg > input[type="time"].sp-peoplepicker-autoFillContainer,
  .input-group-lg > input[type="time"].ms-inputBox,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg > .input-group-btn > input[type="time"][type="button"],
  .input-group-lg > .input-group-btn > input[type="time"][type="reset"],
  .input-group-lg > .input-group-btn > input[type="time"][type="submit"],
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"][type="password"],
  .input-group-lg > input[type="datetime-local"][type="text"],
  .input-group-lg > input[type="datetime-local"][type="file"],
  .input-group-lg > input[type="datetime-local"].sp-peoplepicker-topLevel,
  .input-group-lg
    > input[type="datetime-local"].sp-peoplepicker-topLevelDisabled,
  .input-group-lg
    > input[type="datetime-local"].sp-peoplepicker-autoFillContainer,
  .input-group-lg > input[type="datetime-local"].ms-inputBox,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
    > .input-group-btn
    > input[type="datetime-local"][type="button"],
  .input-group-lg
    > .input-group-btn
    > input[type="datetime-local"][type="reset"],
  .input-group-lg
    > .input-group-btn
    > input[type="datetime-local"][type="submit"],
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"][type="password"],
  .input-group-lg > input[type="month"][type="text"],
  .input-group-lg > input[type="month"][type="file"],
  .input-group-lg > input[type="month"].sp-peoplepicker-topLevel,
  .input-group-lg > input[type="month"].sp-peoplepicker-topLevelDisabled,
  .input-group-lg > input[type="month"].sp-peoplepicker-autoFillContainer,
  .input-group-lg > input[type="month"].ms-inputBox,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg > .input-group-btn > input[type="month"][type="button"],
  .input-group-lg > .input-group-btn > input[type="month"][type="reset"],
  .input-group-lg > .input-group-btn > input[type="month"][type="submit"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > input.form-control-static[type="password"],
.input-group-lg > input.form-control-static[type="text"],
.input-group-lg > input.form-control-static[type="file"],
.input-group-lg > select.form-control-static,
.input-group-lg > textarea.form-control-static,
.input-group-lg > .form-control-static.sp-peoplepicker-topLevel,
.input-group-lg > .form-control-static.sp-peoplepicker-topLevelDisabled,
.input-group-lg > .form-control-static.sp-peoplepicker-autoFillContainer,
.input-group-lg > .form-control-static.ms-inputBox,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > input.form-control-static[type="button"],
.input-group-lg > .input-group-btn > input.form-control-static[type="reset"],
.input-group-lg > .input-group-btn > input.form-control-static[type="submit"],
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > input.form-control-static[type="password"],
.input-group-sm > input.form-control-static[type="text"],
.input-group-sm > input.form-control-static[type="file"],
.input-group-sm > select.form-control-static,
.input-group-sm > textarea.form-control-static,
.input-group-sm > .form-control-static.sp-peoplepicker-topLevel,
.input-group-sm > .form-control-static.sp-peoplepicker-topLevelDisabled,
.input-group-sm > .form-control-static.sp-peoplepicker-autoFillContainer,
.input-group-sm > .form-control-static.ms-inputBox,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > input.form-control-static[type="button"],
.input-group-sm > .input-group-btn > input.form-control-static[type="reset"],
.input-group-sm > .input-group-btn > input.form-control-static[type="submit"] {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > input[type="password"],
.input-group-sm > input[type="text"],
.input-group-sm > input[type="file"],
.input-group-sm > select,
.input-group-sm > textarea,
.input-group-sm > .sp-peoplepicker-topLevel,
.input-group-sm > .sp-peoplepicker-topLevelDisabled,
.input-group-sm > .sp-peoplepicker-autoFillContainer,
.input-group-sm > .ms-inputBox,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > input[type="button"],
.input-group-sm > .input-group-btn > input[type="reset"],
.input-group-sm > .input-group-btn > input[type="submit"] {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select,
.input-group-sm > select.sp-peoplepicker-topLevel,
.input-group-sm > select.sp-peoplepicker-topLevelDisabled,
.input-group-sm > select.sp-peoplepicker-autoFillContainer,
.input-group-sm > select.ms-inputBox,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea,
.input-group-sm > textarea.sp-peoplepicker-topLevel,
.input-group-sm > textarea.sp-peoplepicker-topLevelDisabled,
.input-group-sm > textarea.sp-peoplepicker-autoFillContainer,
.input-group-sm > textarea.ms-inputBox,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple],
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control,
.form-group-sm input[type="password"],
.form-group-sm input[type="text"],
.form-group-sm input[type="file"],
.form-group-sm select,
.form-group-sm textarea,
.form-group-sm .sp-peoplepicker-topLevel,
.form-group-sm .sp-peoplepicker-topLevelDisabled,
.form-group-sm .sp-peoplepicker-autoFillContainer,
.form-group-sm .ms-inputBox {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control,
.form-group-sm select,
.form-group-sm select.sp-peoplepicker-topLevel,
.form-group-sm select.sp-peoplepicker-topLevelDisabled,
.form-group-sm select.sp-peoplepicker-autoFillContainer,
.form-group-sm select.ms-inputBox {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm textarea,
.form-group-sm textarea.sp-peoplepicker-topLevel,
.form-group-sm textarea.sp-peoplepicker-topLevelDisabled,
.form-group-sm textarea.sp-peoplepicker-autoFillContainer,
.form-group-sm textarea.ms-inputBox,
.form-group-sm select[multiple].form-control,
.form-group-sm select[multiple],
.form-group-sm select[multiple].sp-peoplepicker-topLevel,
.form-group-sm select[multiple].sp-peoplepicker-topLevelDisabled,
.form-group-sm select[multiple].sp-peoplepicker-autoFillContainer,
.form-group-sm select[multiple].ms-inputBox {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > input[type="password"],
.input-group-lg > input[type="text"],
.input-group-lg > input[type="file"],
.input-group-lg > select,
.input-group-lg > textarea,
.input-group-lg > .sp-peoplepicker-topLevel,
.input-group-lg > .sp-peoplepicker-topLevelDisabled,
.input-group-lg > .sp-peoplepicker-autoFillContainer,
.input-group-lg > .ms-inputBox,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > input[type="button"],
.input-group-lg > .input-group-btn > input[type="reset"],
.input-group-lg > .input-group-btn > input[type="submit"] {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select,
.input-group-lg > select.sp-peoplepicker-topLevel,
.input-group-lg > select.sp-peoplepicker-topLevelDisabled,
.input-group-lg > select.sp-peoplepicker-autoFillContainer,
.input-group-lg > select.ms-inputBox,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea,
.input-group-lg > textarea.sp-peoplepicker-topLevel,
.input-group-lg > textarea.sp-peoplepicker-topLevelDisabled,
.input-group-lg > textarea.sp-peoplepicker-autoFillContainer,
.input-group-lg > textarea.ms-inputBox,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple],
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control,
.form-group-lg input[type="password"],
.form-group-lg input[type="text"],
.form-group-lg input[type="file"],
.form-group-lg select,
.form-group-lg textarea,
.form-group-lg .sp-peoplepicker-topLevel,
.form-group-lg .sp-peoplepicker-topLevelDisabled,
.form-group-lg .sp-peoplepicker-autoFillContainer,
.form-group-lg .ms-inputBox {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control,
.form-group-lg select,
.form-group-lg select.sp-peoplepicker-topLevel,
.form-group-lg select.sp-peoplepicker-topLevelDisabled,
.form-group-lg select.sp-peoplepicker-autoFillContainer,
.form-group-lg select.ms-inputBox {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg textarea,
.form-group-lg textarea.sp-peoplepicker-topLevel,
.form-group-lg textarea.sp-peoplepicker-topLevelDisabled,
.form-group-lg textarea.sp-peoplepicker-autoFillContainer,
.form-group-lg textarea.ms-inputBox,
.form-group-lg select[multiple].form-control,
.form-group-lg select[multiple],
.form-group-lg select[multiple].sp-peoplepicker-topLevel,
.form-group-lg select[multiple].sp-peoplepicker-topLevelDisabled,
.form-group-lg select[multiple].sp-peoplepicker-autoFillContainer,
.form-group-lg select[multiple].ms-inputBox {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control,
.has-feedback input[type="password"],
.has-feedback input[type="text"],
.has-feedback input[type="file"],
.has-feedback select,
.has-feedback textarea,
.has-feedback .sp-peoplepicker-topLevel,
.has-feedback .sp-peoplepicker-topLevelDisabled,
.has-feedback .sp-peoplepicker-autoFillContainer,
.has-feedback .ms-inputBox {
  padding-right: 57.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > input[type="password"] + .form-control-feedback,
.input-group-lg > input[type="text"] + .form-control-feedback,
.input-group-lg > input[type="file"] + .form-control-feedback,
.input-group-lg > select + .form-control-feedback,
.input-group-lg > textarea + .form-control-feedback,
.input-group-lg > .sp-peoplepicker-topLevel + .form-control-feedback,
.input-group-lg > .sp-peoplepicker-topLevelDisabled + .form-control-feedback,
.input-group-lg > .sp-peoplepicker-autoFillContainer + .form-control-feedback,
.input-group-lg > .ms-inputBox + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg
  > .input-group-btn
  > input[type="button"]
  + .form-control-feedback,
.input-group-lg
  > .input-group-btn
  > input[type="reset"]
  + .form-control-feedback,
.input-group-lg
  > .input-group-btn
  > input[type="submit"]
  + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg input[type="password"] + .form-control-feedback,
.form-group-lg input[type="text"] + .form-control-feedback,
.form-group-lg input[type="file"] + .form-control-feedback,
.form-group-lg select + .form-control-feedback,
.form-group-lg textarea + .form-control-feedback,
.form-group-lg .sp-peoplepicker-topLevel + .form-control-feedback,
.form-group-lg .sp-peoplepicker-topLevelDisabled + .form-control-feedback,
.form-group-lg .sp-peoplepicker-autoFillContainer + .form-control-feedback,
.form-group-lg .ms-inputBox + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > input[type="password"] + .form-control-feedback,
.input-group-sm > input[type="text"] + .form-control-feedback,
.input-group-sm > input[type="file"] + .form-control-feedback,
.input-group-sm > select + .form-control-feedback,
.input-group-sm > textarea + .form-control-feedback,
.input-group-sm > .sp-peoplepicker-topLevel + .form-control-feedback,
.input-group-sm > .sp-peoplepicker-topLevelDisabled + .form-control-feedback,
.input-group-sm > .sp-peoplepicker-autoFillContainer + .form-control-feedback,
.input-group-sm > .ms-inputBox + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm
  > .input-group-btn
  > input[type="button"]
  + .form-control-feedback,
.input-group-sm
  > .input-group-btn
  > input[type="reset"]
  + .form-control-feedback,
.input-group-sm
  > .input-group-btn
  > input[type="submit"]
  + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm input[type="password"] + .form-control-feedback,
.form-group-sm input[type="text"] + .form-control-feedback,
.form-group-sm input[type="file"] + .form-control-feedback,
.form-group-sm select + .form-control-feedback,
.form-group-sm textarea + .form-control-feedback,
.form-group-sm .sp-peoplepicker-topLevel + .form-control-feedback,
.form-group-sm .sp-peoplepicker-topLevelDisabled + .form-control-feedback,
.form-group-sm .sp-peoplepicker-autoFillContainer + .form-control-feedback,
.form-group-sm .ms-inputBox + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control,
.has-success input[type="password"],
.has-success input[type="text"],
.has-success input[type="file"],
.has-success select,
.has-success textarea,
.has-success .sp-peoplepicker-topLevel,
.has-success .sp-peoplepicker-topLevelDisabled,
.has-success .sp-peoplepicker-autoFillContainer,
.has-success .ms-inputBox {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus,
.has-success input[type="password"]:focus,
.has-success input[type="text"]:focus,
.has-success input[type="file"]:focus,
.has-success select:focus,
.has-success textarea:focus,
.has-success .sp-peoplepicker-topLevel:focus,
.has-success .sp-peoplepicker-topLevelDisabled:focus,
.has-success .sp-peoplepicker-autoFillContainer:focus,
.has-success .ms-inputBox:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control,
.has-warning input[type="password"],
.has-warning input[type="text"],
.has-warning input[type="file"],
.has-warning select,
.has-warning textarea,
.has-warning .sp-peoplepicker-topLevel,
.has-warning .sp-peoplepicker-topLevelDisabled,
.has-warning .sp-peoplepicker-autoFillContainer,
.has-warning .ms-inputBox {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus,
.has-warning input[type="password"]:focus,
.has-warning input[type="text"]:focus,
.has-warning input[type="file"]:focus,
.has-warning select:focus,
.has-warning textarea:focus,
.has-warning .sp-peoplepicker-topLevel:focus,
.has-warning .sp-peoplepicker-topLevelDisabled:focus,
.has-warning .sp-peoplepicker-autoFillContainer:focus,
.has-warning .ms-inputBox:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control,
.has-error input[type="password"],
.has-error input[type="text"],
.has-error input[type="file"],
.has-error select,
.has-error textarea,
.has-error .sp-peoplepicker-topLevel,
.has-error .sp-peoplepicker-topLevelDisabled,
.has-error .sp-peoplepicker-autoFillContainer,
.has-error .ms-inputBox {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus,
.has-error input[type="password"]:focus,
.has-error input[type="text"]:focus,
.has-error input[type="file"]:focus,
.has-error select:focus,
.has-error textarea:focus,
.has-error .sp-peoplepicker-topLevel:focus,
.has-error .sp-peoplepicker-topLevelDisabled:focus,
.has-error .sp-peoplepicker-autoFillContainer:focus,
.has-error .ms-inputBox:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #494949;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .form-inline input[type="password"],
  .form-inline input[type="text"],
  .form-inline input[type="file"],
  .form-inline select,
  .form-inline textarea,
  .form-inline .sp-peoplepicker-topLevel,
  .form-inline .sp-peoplepicker-topLevelDisabled,
  .form-inline .sp-peoplepicker-autoFillContainer,
  .form-inline .ms-inputBox {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group input[type="password"],
  .form-inline .input-group input[type="text"],
  .form-inline .input-group input[type="file"],
  .form-inline .input-group select,
  .form-inline .input-group textarea,
  .form-inline .input-group .sp-peoplepicker-topLevel,
  .form-inline .input-group .sp-peoplepicker-topLevelDisabled,
  .form-inline .input-group .sp-peoplepicker-autoFillContainer,
  .form-inline .input-group .ms-inputBox {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .form-inline .input-group > input[type="password"],
  .form-inline .input-group > input[type="text"],
  .form-inline .input-group > input[type="file"],
  .form-inline .input-group > select,
  .form-inline .input-group > textarea,
  .form-inline .input-group > .sp-peoplepicker-topLevel,
  .form-inline .input-group > .sp-peoplepicker-topLevelDisabled,
  .form-inline .input-group > .sp-peoplepicker-autoFillContainer,
  .form-inline .input-group > .ms-inputBox {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -8px;
  margin-right: -8px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 8px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.form-control:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus,
.sp-peoplepicker-topLevel:focus,
.sp-peoplepicker-topLevelDisabled:focus,
.sp-peoplepicker-autoFillContainer:focus,
.ms-inputBox:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus,
.sp-peoplepicker-topLevel:focus,
.sp-peoplepicker-topLevelDisabled:focus,
.sp-peoplepicker-autoFillContainer:focus,
.ms-inputBox:focus,
input[type="password"]:hover,
input[type="text"]:hover,
input[type="file"]:hover,
textarea:hover,
.sp-peoplepicker-topLevel:hover,
.ms-inputBox:hover {
  border-color: #63be6a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(37, 129, 109, 0.29);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(37, 129, 109, 0.29);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(../../images/ddl-arrow.svg);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-position: 95% 50%;
}

.RequiredField {
  position: absolute;
  top: 5px;
  right: 0;
  color: #515760;
}

span.Star {
  color: #63be6a;
}

.validationMSG {
  font-size: 14px;
  color: #afafaf;
}

.container-form {
  width: 100%;
  overflow: hidden;
}

.form-validation {
  color: red;
  font-size: 13px;
  margin-top: 10px;
}

.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  margin: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.625rem 1.5625rem;
  font-size: 0.9375rem;
  min-width: 9.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  font-family: "Roboto Condensed", sans-serif;
  color: #4a4a4a;
}
.btn:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: #fff;
}
.btn:before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn:hover:before,
input[type="button"]:hover:before,
input[type="reset"]:hover:before,
input[type="submit"]:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.btn.focus,
input.focus[type="button"],
input.focus[type="reset"],
input.focus[type="submit"],
.btn:active:focus,
input[type="button"]:active:focus,
input[type="reset"]:active:focus,
input[type="submit"]:active:focus,
.btn:active.focus,
input[type="button"]:active.focus,
input[type="reset"]:active.focus,
input[type="submit"]:active.focus,
.btn.active:focus,
input.active[type="button"]:focus,
input.active[type="reset"]:focus,
input.active[type="submit"]:focus,
.btn.active.focus,
input.active.focus[type="button"],
input.active.focus[type="reset"],
input.active.focus[type="submit"] {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.btn.focus,
input.focus[type="button"],
input.focus[type="reset"],
input.focus[type="submit"] {
  color: #000;
  text-decoration: none;
}
.btn:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.btn.active,
input.active[type="button"],
input.active[type="reset"],
input.active[type="submit"] {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
input.disabled[type="button"],
input.disabled[type="reset"],
input.disabled[type="submit"],
.btn[disabled],
input[disabled][type="button"],
input[disabled][type="reset"],
input[disabled][type="submit"],
fieldset[disabled] .btn,
fieldset[disabled] input[type="button"],
fieldset[disabled] input[type="reset"],
fieldset[disabled] input[type="submit"] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #000;
  background-color: transparent;
  border-color: #fff;
}
.btn-default:focus,
.btn-default.focus {
  color: #000;
  background-color: transparent;
  border-color: #bfbfbf;
}
.btn-default:hover {
  color: #000;
  background-color: transparent;
  border-color: #e0e0e0;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #000;
  background-color: transparent;
  border-color: #e0e0e0;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #000;
  background-color: transparent;
  border-color: #bfbfbf;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: transparent;
  border-color: #fff;
}
.btn-default .badge {
  color: transparent;
  background-color: #000;
}

.btn-primary,
input[type="button"].btn-primary,
input[type="reset"].btn-primary,
input[type="submit"].btn-primary {
  color: #fff;
  background-color: #63be6a;
  border-color: #63be6a;
  color: #fff;
}
.btn-primary:focus,
input[type="button"].btn-primary:focus,
input[type="reset"].btn-primary:focus,
input[type="submit"].btn-primary:focus,
.btn-primary.focus,
input.focus[type="button"].btn-primary,
input.focus[type="reset"].btn-primary,
input.focus[type="submit"].btn-primary {
  color: #fff;
  background-color: #63be6a;
  border-color: #63be6a;
}
.btn-primary:hover,
input[type="button"].btn-primary:hover,
input[type="reset"].btn-primary:hover,
input[type="submit"].btn-primary:hover {
  color: #fff;
  background-color: #63be6a;
  border-color: #63be6a;
}
.btn-primary:active,
input[type="button"].btn-primary:active,
input[type="reset"].btn-primary:active,
input[type="submit"].btn-primary:active,
.btn-primary.active,
input.active[type="button"].btn-primary,
input.active[type="reset"].btn-primary,
input.active[type="submit"].btn-primary,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #63be6a;
  border-color: #63be6a;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #63be6a;
  border-color: #63be6a;
}
.btn-primary:active,
input[type="button"].btn-primary:active,
input[type="reset"].btn-primary:active,
input[type="submit"].btn-primary:active,
.btn-primary.active,
input.active[type="button"].btn-primary,
input.active[type="reset"].btn-primary,
input.active[type="submit"].btn-primary,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #63be6a;
  border-color: #63be6a;
}
.btn-primary .badge,
input[type="button"].btn-primary .badge,
input[type="reset"].btn-primary .badge,
input[type="submit"].btn-primary .badge {
  color: #63be6a;
  background-color: #fff;
}
.btn-primary:before,
input[type="button"].btn-primary:before,
input[type="reset"].btn-primary:before,
input[type="submit"].btn-primary:before {
  background: #003462;
}

.btn-secondary,
input[type="button"].btn-secondary,
input[type="reset"].btn-secondary,
input[type="submit"].btn-secondary {
  color: #fff;
  background-color: #003462;
  border-color: #003462;
}
.btn-secondary:focus,
input[type="button"].btn-secondary:focus,
input[type="reset"].btn-secondary:focus,
input[type="submit"].btn-secondary:focus,
.btn-secondary.focus,
input.focus[type="button"].btn-secondary,
input.focus[type="reset"].btn-secondary,
input.focus[type="submit"].btn-secondary {
  color: #fff;
  background-color: #003462;
  border-color: #003462;
}
.btn-secondary:hover,
input[type="button"].btn-secondary:hover,
input[type="reset"].btn-secondary:hover,
input[type="submit"].btn-secondary:hover {
  color: #fff;
  background-color: #003462;
  border-color: #003462;
}
.btn-secondary:active,
input[type="button"].btn-secondary:active,
input[type="reset"].btn-secondary:active,
input[type="submit"].btn-secondary:active,
.btn-secondary.active,
input.active[type="button"].btn-secondary,
input.active[type="reset"].btn-secondary,
input.active[type="submit"].btn-secondary,
.open > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #003462;
  border-color: #003462;
}
.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
.btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #003462;
  border-color: #003462;
}
.btn-secondary:active,
input[type="button"].btn-secondary:active,
input[type="reset"].btn-secondary:active,
input[type="submit"].btn-secondary:active,
.btn-secondary.active,
input.active[type="button"].btn-secondary,
input.active[type="reset"].btn-secondary,
input.active[type="submit"].btn-secondary,
.open > .btn-secondary.dropdown-toggle {
  background-image: none;
}
.btn-secondary.disabled:hover,
.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled]:hover,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #003462;
  border-color: #003462;
}
.btn-secondary .badge,
input[type="button"].btn-secondary .badge,
input[type="reset"].btn-secondary .badge,
input[type="submit"].btn-secondary .badge {
  color: #003462;
  background-color: #fff;
}
.btn-secondary .btn-arrow,
input[type="button"].btn-secondary .btn-arrow,
input[type="reset"].btn-secondary .btn-arrow,
input[type="submit"].btn-secondary .btn-arrow {
  fill: #fff;
}
.btn-secondary:before,
input[type="button"].btn-secondary:before,
input[type="reset"].btn-secondary:before,
input[type="submit"].btn-secondary:before {
  background: #63be6a;
}

.btn-componentTitle {
  font-size: 0.9375rem;
  display: inline-block;
  text-align: right;
  padding: 0;
}
.btn-componentTitle .btn-arrow {
  fill: #6d6d6d;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-componentTitle,
.btn-componentTitle:active,
.btn-componentTitle.active,
.btn-componentTitle[disabled],
fieldset[disabled] .btn-componentTitle {
  background-color: transparent;
  color: #4a4a4a !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline {
  position: relative;
  background-color: transparent;
  border: 1px solid transparent;
  color: #fff;
}
.btn-outline > svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn-outline rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.13);
  color: inherit;
  outline: none;
  border-color: transparent;
}
.btn-outline:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 38;
}
.btn-outline.btn-outlineYellow {
  color: #000;
}
.btn-outline.btn-outlineYellow rect {
  stroke: #ffdc66;
}
.btn-outline.btn-outlineYellow span {
  color: #000;
}

.btn-fullWidth {
  width: 100%;
}

.btn-link {
  color: #63be6a;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #30a98e;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-linkArrowRight {
  font-size: 0.75rem;
  color: #fff;
  display: block;
  padding: 0px;
  text-align: right;
}
.btn-linkArrowRight,
.btn-linkArrowRight:active,
.btn-linkArrowRight.active,
.btn-linkArrowRight[disabled],
fieldset[disabled] .btn-linkArrowRight {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-linkArrowRight .btn-arrow {
  position: relative;
  float: left;
  top: 5px;
  fill: white;
  margin: 0;
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.btn-linkArrowLeft {
  background-image: url(../../images/title-arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 0.9375rem;
  color: #4a4a4a;
  display: inline-block;
  text-align: right;
  padding: 0;
  float: right;
  padding-right: 1.375rem;
}
.btn-linkArrowLeft,
.btn-linkArrowLeft:active,
.btn-linkArrowLeft.active,
.btn-linkArrowLeft[disabled],
fieldset[disabled] .btn-linkArrowLeft {
  background-color: transparent;
  color: #4a4a4a !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-arrow {
  margin-left: 10px;
}

.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > input[type="button"],
.btn-group-lg > input[type="reset"],
.btn-group-lg > input[type="submit"] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > input[type="button"],
.btn-group-sm > input[type="reset"],
.btn-group-sm > input[type="submit"] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > input[type="button"],
.btn-group-xs > input[type="reset"],
.btn-group-xs > input[type="submit"] {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-Captcha,
input[type="button"].btn-Captcha,
input[type="reset"].btn-Captcha,
input[type="submit"].btn-Captcha {
  color: #656565;
  text-decoration: underline;
  padding: 0;
  min-width: 10px;
  border: 0px;
  background-image: linear-gradient(transparent, transparent),
    url("../../images/refresh.svg");
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0px;
  font-size: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear 0.3s ease 0.1s;
  -moz-transition: opacity 0.15s linear 0.3s ease 0.1s;
  -ms-transition: opacity 0.15s linear 0.3s ease 0.1s;
  -o-transition: opacity 0.15s linear 0.3s ease 0.1s;
  transition: opacity 0.15s linear 0.3s ease 0.1s;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group > input[type="button"],
.btn-group > input[type="reset"],
.btn-group > input[type="submit"],
.btn-group-vertical > .btn,
.btn-group-vertical > input[type="button"],
.btn-group-vertical > input[type="reset"],
.btn-group-vertical > input[type="submit"] {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group > input[type="button"]:hover,
.btn-group > input[type="reset"]:hover,
.btn-group > input[type="submit"]:hover,
.btn-group > .btn:focus,
.btn-group > input[type="button"]:focus,
.btn-group > input[type="reset"]:focus,
.btn-group > input[type="submit"]:focus,
.btn-group > .btn:active,
.btn-group > input[type="button"]:active,
.btn-group > input[type="reset"]:active,
.btn-group > input[type="submit"]:active,
.btn-group > .btn.active,
.btn-group > input.active[type="button"],
.btn-group > input.active[type="reset"],
.btn-group > input.active[type="submit"],
.btn-group-vertical > .btn:hover,
.btn-group-vertical > input[type="button"]:hover,
.btn-group-vertical > input[type="reset"]:hover,
.btn-group-vertical > input[type="submit"]:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > input[type="button"]:focus,
.btn-group-vertical > input[type="reset"]:focus,
.btn-group-vertical > input[type="submit"]:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > input[type="button"]:active,
.btn-group-vertical > input[type="reset"]:active,
.btn-group-vertical > input[type="submit"]:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > input.active[type="button"],
.btn-group-vertical > input.active[type="reset"],
.btn-group-vertical > input.active[type="submit"] {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group input[type="button"] + .btn,
.btn-group input[type="reset"] + .btn,
.btn-group input[type="submit"] + .btn,
.btn-group .btn + input[type="button"],
.btn-group input[type="button"] + input[type="button"],
.btn-group input[type="reset"] + input[type="button"],
.btn-group input[type="submit"] + input[type="button"],
.btn-group .btn + input[type="reset"],
.btn-group input[type="button"] + input[type="reset"],
.btn-group input[type="reset"] + input[type="reset"],
.btn-group input[type="submit"] + input[type="reset"],
.btn-group .btn + input[type="submit"],
.btn-group input[type="button"] + input[type="submit"],
.btn-group input[type="reset"] + input[type="submit"],
.btn-group input[type="submit"] + input[type="submit"],
.btn-group .btn + .btn-group,
.btn-group input[type="button"] + .btn-group,
.btn-group input[type="reset"] + .btn-group,
.btn-group input[type="submit"] + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + input[type="button"],
.btn-group .btn-group + input[type="reset"],
.btn-group .btn-group + input[type="submit"],
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar input[type="button"],
.btn-toolbar input[type="reset"],
.btn-toolbar input[type="submit"],
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > input[type="button"],
.btn-toolbar > input[type="reset"],
.btn-toolbar > input[type="submit"],
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group
  > input[type="button"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group
  > input[type="reset"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group
  > input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child,
.btn-group > input[type="button"]:first-child,
.btn-group > input[type="reset"]:first-child,
.btn-group > input[type="submit"]:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group
  > input[type="button"]:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group
  > input[type="reset"]:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group
  > input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > input[type="button"]:last-child:not(:first-child),
.btn-group > input[type="reset"]:last-child:not(:first-child),
.btn-group > input[type="submit"]:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group
  > .btn-group:not(:first-child):not(:last-child)
  > input[type="button"],
.btn-group
  > .btn-group:not(:first-child):not(:last-child)
  > input[type="reset"],
.btn-group
  > .btn-group:not(:first-child):not(:last-child)
  > input[type="submit"] {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group
  > .btn-group:first-child:not(:last-child)
  > input[type="button"]:last-child,
.btn-group
  > .btn-group:first-child:not(:last-child)
  > input[type="reset"]:last-child,
.btn-group
  > .btn-group:first-child:not(:last-child)
  > input[type="submit"]:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group
  > .btn-group:last-child:not(:first-child)
  > input[type="button"]:first-child,
.btn-group
  > .btn-group:last-child:not(:first-child)
  > input[type="reset"]:first-child,
.btn-group
  > .btn-group:last-child:not(:first-child)
  > input[type="submit"]:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle,
.btn-group > input[type="button"] + .dropdown-toggle,
.btn-group > input[type="reset"] + .dropdown-toggle,
.btn-group > input[type="submit"] + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group-lg.btn-group > input[type="button"] + .dropdown-toggle,
.btn-group-lg.btn-group > input[type="reset"] + .dropdown-toggle,
.btn-group-lg.btn-group > input[type="submit"] + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret,
input[type="button"] .caret,
input[type="reset"] .caret,
input[type="submit"] .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret,
.btn-group-lg > input[type="button"] .caret,
.btn-group-lg > input[type="reset"] .caret,
.btn-group-lg > input[type="submit"] .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-group-lg > input[type="button"] .caret,
.dropup .btn-group-lg > input[type="reset"] .caret,
.dropup .btn-group-lg > input[type="submit"] .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > input[type="button"],
.btn-group-vertical > input[type="reset"],
.btn-group-vertical > input[type="submit"],
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > input[type="button"],
.btn-group-vertical > .btn-group > input[type="reset"],
.btn-group-vertical > .btn-group > input[type="submit"] {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > input[type="button"],
.btn-group-vertical > .btn-group > input[type="reset"],
.btn-group-vertical > .btn-group > input[type="submit"] {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > input[type="button"] + .btn,
.btn-group-vertical > input[type="reset"] + .btn,
.btn-group-vertical > input[type="submit"] + .btn,
.btn-group-vertical > .btn + input[type="button"],
.btn-group-vertical > input[type="button"] + input[type="button"],
.btn-group-vertical > input[type="reset"] + input[type="button"],
.btn-group-vertical > input[type="submit"] + input[type="button"],
.btn-group-vertical > .btn + input[type="reset"],
.btn-group-vertical > input[type="button"] + input[type="reset"],
.btn-group-vertical > input[type="reset"] + input[type="reset"],
.btn-group-vertical > input[type="submit"] + input[type="reset"],
.btn-group-vertical > .btn + input[type="submit"],
.btn-group-vertical > input[type="button"] + input[type="submit"],
.btn-group-vertical > input[type="reset"] + input[type="submit"],
.btn-group-vertical > input[type="submit"] + input[type="submit"],
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > input[type="button"] + .btn-group,
.btn-group-vertical > input[type="reset"] + .btn-group,
.btn-group-vertical > input[type="submit"] + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + input[type="button"],
.btn-group-vertical > .btn-group + input[type="reset"],
.btn-group-vertical > .btn-group + input[type="submit"],
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > input[type="button"]:not(:first-child):not(:last-child),
.btn-group-vertical > input[type="reset"]:not(:first-child):not(:last-child),
.btn-group-vertical > input[type="submit"]:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > input[type="button"]:first-child:not(:last-child),
.btn-group-vertical > input[type="reset"]:first-child:not(:last-child),
.btn-group-vertical > input[type="submit"]:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > input[type="button"]:last-child:not(:first-child),
.btn-group-vertical > input[type="reset"]:last-child:not(:first-child),
.btn-group-vertical > input[type="submit"]:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical
  > .btn-group:not(:first-child):not(:last-child)
  > input[type="button"],
.btn-group-vertical
  > .btn-group:not(:first-child):not(:last-child)
  > input[type="reset"],
.btn-group-vertical
  > .btn-group:not(:first-child):not(:last-child)
  > input[type="submit"] {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > input[type="button"]:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > input[type="reset"]:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > input[type="submit"]:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child,
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > input[type="button"]:first-child,
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > input[type="reset"]:first-child,
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > input[type="submit"]:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > input[type="button"],
.btn-group-justified > input[type="reset"],
.btn-group-justified > input[type="submit"],
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group input[type="button"],
.btn-group-justified > .btn-group input[type="reset"],
.btn-group-justified > .btn-group input[type="submit"] {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > input[type="button"] input[type="radio"],
[data-toggle="buttons"] > input[type="reset"] input[type="radio"],
[data-toggle="buttons"] > input[type="submit"] input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > input[type="button"] input[type="checkbox"],
[data-toggle="buttons"] > input[type="reset"] input[type="checkbox"],
[data-toggle="buttons"] > input[type="submit"] input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > input[type="button"] input[type="radio"],
[data-toggle="buttons"] > .btn-group > input[type="reset"] input[type="radio"],
[data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"]
  > .btn-group
  > input[type="button"]
  input[type="checkbox"],
[data-toggle="buttons"]
  > .btn-group
  > input[type="reset"]
  input[type="checkbox"],
[data-toggle="buttons"]
  > .btn-group
  > input[type="submit"]
  input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control,
.input-group input[type="password"],
.input-group input[type="text"],
.input-group input[type="file"],
.input-group select,
.input-group textarea,
.input-group .sp-peoplepicker-topLevel,
.input-group .sp-peoplepicker-topLevelDisabled,
.input-group .sp-peoplepicker-autoFillContainer,
.input-group .ms-inputBox {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus,
.input-group input[type="password"]:focus,
.input-group input[type="text"]:focus,
.input-group input[type="file"]:focus,
.input-group select:focus,
.input-group textarea:focus,
.input-group .sp-peoplepicker-topLevel:focus,
.input-group .sp-peoplepicker-topLevelDisabled:focus,
.input-group .sp-peoplepicker-autoFillContainer:focus,
.input-group .ms-inputBox:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group input[type="password"],
.input-group input[type="text"],
.input-group input[type="file"],
.input-group select,
.input-group textarea,
.input-group .sp-peoplepicker-topLevel,
.input-group .sp-peoplepicker-topLevelDisabled,
.input-group .sp-peoplepicker-autoFillContainer,
.input-group .ms-inputBox {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group input[type="password"]:not(:first-child):not(:last-child),
.input-group input[type="text"]:not(:first-child):not(:last-child),
.input-group input[type="file"]:not(:first-child):not(:last-child),
.input-group select:not(:first-child):not(:last-child),
.input-group textarea:not(:first-child):not(:last-child),
.input-group .sp-peoplepicker-topLevel:not(:first-child):not(:last-child),
.input-group
  .sp-peoplepicker-topLevelDisabled:not(:first-child):not(:last-child),
.input-group
  .sp-peoplepicker-autoFillContainer:not(:first-child):not(:last-child),
.input-group .ms-inputBox:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cecece;
  border-radius: 0px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > input.input-group-addon[type="button"],
.input-group-sm > .input-group-btn > input.input-group-addon[type="reset"],
.input-group-sm > .input-group-btn > input.input-group-addon[type="submit"] {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > input.input-group-addon[type="button"],
.input-group-lg > .input-group-btn > input.input-group-addon[type="reset"],
.input-group-lg > .input-group-btn > input.input-group-addon[type="submit"] {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group input[type="password"]:first-child,
.input-group input[type="text"]:first-child,
.input-group input[type="file"]:first-child,
.input-group select:first-child,
.input-group textarea:first-child,
.input-group .sp-peoplepicker-topLevel:first-child,
.input-group .sp-peoplepicker-topLevelDisabled:first-child,
.input-group .sp-peoplepicker-autoFillContainer:first-child,
.input-group .ms-inputBox:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > input[type="button"],
.input-group-btn:first-child > input[type="reset"],
.input-group-btn:first-child > input[type="submit"],
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > input[type="button"],
.input-group-btn:first-child > .btn-group > input[type="reset"],
.input-group-btn:first-child > .btn-group > input[type="submit"],
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child
  > input[type="button"]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child
  > input[type="reset"]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child
  > input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child
  > .btn-group:not(:last-child)
  > input[type="button"],
.input-group-btn:last-child > .btn-group:not(:last-child) > input[type="reset"],
.input-group-btn:last-child
  > .btn-group:not(:last-child)
  > input[type="submit"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group input[type="password"]:last-child,
.input-group input[type="text"]:last-child,
.input-group input[type="file"]:last-child,
.input-group select:last-child,
.input-group textarea:last-child,
.input-group .sp-peoplepicker-topLevel:last-child,
.input-group .sp-peoplepicker-topLevelDisabled:last-child,
.input-group .sp-peoplepicker-autoFillContainer:last-child,
.input-group .ms-inputBox:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > input[type="button"],
.input-group-btn:last-child > input[type="reset"],
.input-group-btn:last-child > input[type="submit"],
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > input[type="button"],
.input-group-btn:last-child > .btn-group > input[type="reset"],
.input-group-btn:last-child > .btn-group > input[type="submit"],
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > input[type="button"]:not(:first-child),
.input-group-btn:first-child > input[type="reset"]:not(:first-child),
.input-group-btn:first-child > input[type="submit"]:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child
  > .btn-group:not(:first-child)
  > input[type="button"],
.input-group-btn:first-child
  > .btn-group:not(:first-child)
  > input[type="reset"],
.input-group-btn:first-child
  > .btn-group:not(:first-child)
  > input[type="submit"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn,
.input-group-btn > input[type="button"],
.input-group-btn > input[type="reset"],
.input-group-btn > input[type="submit"] {
  position: relative;
}
.input-group-btn > .btn + .btn,
.input-group-btn > input[type="button"] + .btn,
.input-group-btn > input[type="reset"] + .btn,
.input-group-btn > input[type="submit"] + .btn,
.input-group-btn > .btn + input[type="button"],
.input-group-btn > input[type="button"] + input[type="button"],
.input-group-btn > input[type="reset"] + input[type="button"],
.input-group-btn > input[type="submit"] + input[type="button"],
.input-group-btn > .btn + input[type="reset"],
.input-group-btn > input[type="button"] + input[type="reset"],
.input-group-btn > input[type="reset"] + input[type="reset"],
.input-group-btn > input[type="submit"] + input[type="reset"],
.input-group-btn > .btn + input[type="submit"],
.input-group-btn > input[type="button"] + input[type="submit"],
.input-group-btn > input[type="reset"] + input[type="submit"],
.input-group-btn > input[type="submit"] + input[type="submit"] {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > input[type="button"]:hover,
.input-group-btn > input[type="reset"]:hover,
.input-group-btn > input[type="submit"]:hover,
.input-group-btn > .btn:focus,
.input-group-btn > input[type="button"]:focus,
.input-group-btn > input[type="reset"]:focus,
.input-group-btn > input[type="submit"]:focus,
.input-group-btn > .btn:active,
.input-group-btn > input[type="button"]:active,
.input-group-btn > input[type="reset"]:active,
.input-group-btn > input[type="submit"]:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > input[type="button"],
.input-group-btn:first-child > input[type="reset"],
.input-group-btn:first-child > input[type="submit"],
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > input[type="button"],
.input-group-btn:last-child > input[type="reset"],
.input-group-btn:last-child > input[type="submit"],
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
@media (min-width: 319px) and (max-width: 767px) {
  .nav > li {
    width: 18%;
    float: left;
  }
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 18px 20px;
  height: 85px;
  background-color: #63be6a;
  color: #fff;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
@media (min-width: 319px) and (max-width: 767px) {
  .nav > li > a {
    padding: 20px 5px;
    text-align: center;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .nav > li > a .servicesTabs-title {
    display: none;
  }
}
.nav > li > a:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  right: -20px;
  left: auto;
  top: 32px;
  bottom: auto;
  border: 10px solid;
  z-index: 2;
  border-color: transparent transparent transparent transparent;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
@media (min-width: 319px) and (max-width: 767px) {
  .nav > li > a:before {
    right: calc(50% - 10px);
    top: 100%;
  }
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #1b6f5d;
}
.nav > li > a:hover:before,
.nav > li > a:focus:before {
  border-color: transparent transparent transparent transparent;
}
@media (min-width: 319px) and (max-width: 767px) {
  .nav > li > a:hover:before,
  .nav > li > a:focus:before {
    border-color: #27957d transparent transparent transparent;
  }
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #27957d;
  border-color: #63be6a;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content {
  width: 100%;
  height: 340px;
  padding: 1.25rem 1.875rem;
  background: #fff;
}
@media (max-width: 359px) {
  .tab-content {
    padding: 15px 5px;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #63be6a;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #30a98e;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.alert {
  padding: 13px 70px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: left;
  display: block;
  position: relative;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissible {
  padding-right: 13px 70px20;
}

.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert .close {
  position: absolute;
  right: 20px;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  min-width: auto !important;
  font-size: 1.5rem;
  top: 4px;
  cursor: pointer;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-success:before {
  content: "";
  content: "";
  color: white;
  text-align: center;
  line-height: 21px;
  height: 50px;
  width: 50px;
  top: 0;
  left: 0;
  position: absolute;
  background: #63be6a;
  background-image: url(/_layouts/15/MewaPortal/branding/images/check.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

/*.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }
*/
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-warning:before {
  content: "!";
  color: white;
  text-align: center;
  line-height: 21px;
  font-size: 34px;
  height: 51px;
  line-height: 50px;
  width: 50px;
  top: 0;
  left: 0;
  position: absolute;
  background: #ffc107;
  background-repeat: no-repeat;
  background-position: center center;
}

.alert-info {
  background-color: #b3b3b336;
  border-color: #b3b3b3;
  color: #8a6d3b;
}
.alert-info hr {
  border-top-color: #f7e1b5;
}
.alert-info .alert-link {
  color: #66512c;
}
.alert-info :before {
  content: "i";
  color: white;
  text-align: center;
  line-height: 21px;
  font-size: 33px;
  height: 49px;
  line-height: 50px;
  width: 50px;
  top: 0;
  left: 0;
  position: absolute;
  background: #003462;
  background-repeat: no-repeat;
  background-position: center center;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.alert-danger:before {
  content: "✘";
  color: white;
  text-align: center;
  line-height: 21px;
  font-size: 34px;
  height: 51px;
  line-height: 50px;
  width: 50px;
  top: 0;
  left: 0;
  position: absolute;
  background: #ce0505;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateX(0);
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #cbd0d5;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -moz-transform: translateX(0) translateY(-25%);
  -o-transform: translateX(0) translateY(-25%);
  -ms-transform: translateX(0) translateY(-25%);
  -webkit-transform: translateX(0) translateY(-25%);
  transform: translateX(0) translateY(-25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -moz-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn,
.modal-footer input[type="button"] + .btn,
.modal-footer input[type="reset"] + .btn,
.modal-footer input[type="submit"] + .btn,
.modal-footer .btn + input[type="button"],
.modal-footer input[type="button"] + input[type="button"],
.modal-footer input[type="reset"] + input[type="button"],
.modal-footer input[type="submit"] + input[type="button"],
.modal-footer .btn + input[type="reset"],
.modal-footer input[type="button"] + input[type="reset"],
.modal-footer input[type="reset"] + input[type="reset"],
.modal-footer input[type="submit"] + input[type="reset"],
.modal-footer .btn + input[type="submit"],
.modal-footer input[type="button"] + input[type="submit"],
.modal-footer input[type="reset"] + input[type="submit"],
.modal-footer input[type="submit"] + input[type="submit"] {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group input[type="button"] + .btn,
.modal-footer .btn-group input[type="reset"] + .btn,
.modal-footer .btn-group input[type="submit"] + .btn,
.modal-footer .btn-group .btn + input[type="button"],
.modal-footer .btn-group input[type="button"] + input[type="button"],
.modal-footer .btn-group input[type="reset"] + input[type="button"],
.modal-footer .btn-group input[type="submit"] + input[type="button"],
.modal-footer .btn-group .btn + input[type="reset"],
.modal-footer .btn-group input[type="button"] + input[type="reset"],
.modal-footer .btn-group input[type="reset"] + input[type="reset"],
.modal-footer .btn-group input[type="submit"] + input[type="reset"],
.modal-footer .btn-group .btn + input[type="submit"],
.modal-footer .btn-group input[type="button"] + input[type="submit"],
.modal-footer .btn-group input[type="reset"] + input[type="submit"],
.modal-footer .btn-group input[type="submit"] + input[type="submit"] {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

@font-face {
  font-family: "droidsansarabic";
  src: url("../../fonts/DroidKufi/Regular/DroidKufi-Regular.eot");
  src: url("../../fonts/DroidKufi/Regular/DroidKufi-Regular.eot")
      format("embedded-opentype"),
    url("../../fonts/DroidKufi/Regular/DroidKufi-Regular.woff") format("woff"),
    url("../../fonts/DroidKufi/Regular/DroidKufi-Regular.ttf")
      format("truetype"),
    url("../../fonts/DroidKufi/Regular/DroidKufi-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "droidsansarabic";
  src: url("../../fonts/DroidKufi/Bold/DroidKufi-Bold.eot");
  src: url("../../fonts/DroidKufi/Bold/DroidKufi-Bold.eot")
      format("embedded-opentype"),
    url("../../fonts/DroidKufi/Bold/DroidKufi-Bold.woff") format("woff"),
    url("../../fonts/DroidKufi/Bold/DroidKufi-Bold.ttf") format("truetype"),
    url("../../fonts/DroidKufi/Bold/DroidKufi-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
.u-shadow {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.u-flipX {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  margin: 0.625rem 0.625rem 0.9375rem 3.75rem;
}

.u-gradOverlaySubsiteBanner {
  background-image: linear-gradient(98deg, #003462, #003462);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.u-gradOverlayImg {
  background-image: linear-gradient(
    109deg,
    rgba(226, 193, 109, 0.48),
    rgba(44, 158, 143, 0.58)
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  font-size: 0px;
  z-index: 3;
}

.u-gradOverlay {
  background-image: -moz-linear-gradient(
    96deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.21961) 51%,
    rgba(0, 0, 0, 0.14902) 81%,
    rgba(0, 0, 0, 0.05098) 100%
  );
  background-image: -webkit-linear-gradient(
    96deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.21961) 51%,
    rgba(0, 0, 0, 0.14902) 81%,
    rgba(0, 0, 0, 0.05098) 100%
  );
  background-image: -ms-linear-gradient(
    96deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.21961) 51%,
    rgba(0, 0, 0, 0.14902) 81%,
    rgba(0, 0, 0, 0.05098) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.ms-dlgFrameContainer iframe a.LiveChattButton {
  display: none;
  border: 10px solid red;
}

.is-loading,
.slick-loading {
  background-size: 40px 40px;
  background: url("../../images/loading.svg") no-repeat center center #63be6a;
}

.slick-loading {
  min-height: 100%;
}

.gray-bg {
  background-color: #f5f5f5;
}

.noPadding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.clearFix {
  clear: both;
}

.u-relativePos {
  position: relative !important;
}
@media (min-width: 319px) and (max-width: 991px) {
  .u-relativePos {
    width: 100%;
  }
}

.u-hiddenTitle {
  visibility: hidden;
}
@media (min-width: 319px) and (max-width: 991px) {
  .u-hiddenTitle {
    display: none;
  }
}

.dfwp-column {
  margin: 0;
}

select::-ms-expand {
  display: none;
}

.u-emptyData {
  background-color: #ebedec;
  padding: 1em;
  text-align: center;
}
.u-emptyData > .u-emptyData-icon {
  width: 40px;
  height: 40px;
  max-width: 50%;
  max-height: 50%;
  display: block;
  margin: auto;
}
.u-emptyData > .u-emptyData-title {
  margin-top: 1em;
  display: block;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: left;
}

.text-left {
  text-align: right;
}

.is-overflowHidden {
  overflow: hidden;
}

.imgAnimation {
  -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.imgHoverAinmation {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.u-spinAround,
.card.card-rounded:hover .card--roundedIcon:before {
  -webkit-animation: spinAround 5s linear infinite;
  -moz-animation: spinAround 5s linear infinite;
  animation: spinAround 5s linear infinite;
}

.hidden {
  display: none !important;
}

.onData {
  background: url("../../images/NoData.png") no-repeat top center;
  display: block;
  height: 330px;
  text-align: center;
  background-size: 17%;
  vertical-align: bottom;
  line-height: 37;
}

.lay-TagRank {
  padding: 20px 0;
}
.lay-TagRank .TagRankCalssFirst .TagLinkRef {
  font-size: 1.5625rem;
  color: #626262;
}
.lay-TagRank .TagRankCalssFirst .TagLinkRef:before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: #63be6a;
  display: inline-block;
  margin: 0 8px;
}
.lay-TagRank .TagRankCalssSecond .TagLinkRef {
  font-size: 0.875rem;
  color: #626262;
}
.lay-TagRank .TagRankCalssSecond .TagLinkRef:before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: #ffffff !important;
  display: inline-block;
  margin: 0 8px;
}
.lay-TagRank .TagRankCalssThired .TagLinkRef {
  font-size: 1.125rem;
  color: #626262;
}
.lay-TagRank .TagRankCalssThired .TagLinkRef:before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: #63be6a;
  display: inline-block;
  margin: 0 8px;
}
.lay-TagRank.lay-TagRankome {
  padding: 0px;
}
.lay-TagRank.lay-TagRankome .img-TagRankome {
  background: url("../../images/tags.jpg") no-repeat top center;
  height: 22.625rem;
  border-bottom: 14px solid #63be6a;
  padding: 1.125rem;
  position: relative;
}

.lay-TagRank.lay-TagRankome .img-TagRankome::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(1, 53, 99, 0.6);
  z-index: 0;
}

.lay-TagRank.lay-TagRankome .img-TagRankome .TagRankClass {
  z-index: 99;
  position: relative;
}

.lay-TagRank.lay-TagRankome .TagLinkRef {
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

a.LiveChattButton {
  color: white;
  background: #63be6a;
  font-size: 14px;
  border-radius: 3px;
  padding: 1px 22px;
  text-align: center;
  position: fixed;
  bottom: 5px;
  z-index: 1;
  right: 10px;
  display: none;
}
a.LiveChattButton img {
  padding-left: 10px;
  width: 30px;
  height: 30px;
}
a.LiveChattButton:hover {
  color: white;
}

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

a:focus,
li:focus {
  background-color: transparent;
}

.collapsePagelayout .panel-group .panel-title a.link:focus {
  background-color: #003462;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  margin-top: 0;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-size: 65%;
  font-weight: normal;
  line-height: 1;
}

h1,
.h1 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.75rem;
}

a {
  color: #63be6a;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #63be6a;
  text-decoration: none;
}

.link-inherit {
  color: inherit;
}

.content {
  text-align: justify;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #090909;
}

.text-dir {
  text-align: left;
}

.text-dirInv {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.6;
}

.lay-header {
  position: relative;
  border-top: 4px solid #63be6a;
}
.lay-header .outerLink .ar {
  display: none;
}
@media (min-width: 768px) {
  .lay-header {
    height: 122px;
    padding: 0;
    margin-bottom: 4px;
  }
}
.lay-header .outerLink {
  position: absolute;
  display: block;
  top: 78px;
  z-index: 5;
  right: calc(-193px + (36px / 2));
  transform-origin: left;
  height: 30px;
  width: 190px;
  background-color: #63be6a;
  box-sizing: border-box;
  padding: 6px 10px;
  color: #ffffff;
  font-size: 13px;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .lay-header .outerLink {
    top: 107px;
  }
}
@media (min-width: 992px) {
  .lay-header .outerLink {
    top: -15px;
  }
}
.lay-header .outerLink .outerLink-icon {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (min-width: 1400px) {
  .lay-header .outerLink {
    right: calc(-220px + (36px / 2) + 40px);
  }
}

.beta {
  background: #ffdc66;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: normal;
  padding: 2px;
  width: 8.75rem;
  position: absolute;
  border-radius: 5px;
  color: black;
  left: 60px;
  bottom: -16px;
  right: 100px;
}
@media (min-width: 768px) {
  .beta {
    bottom: -35px;
    right: 115px;
  }
}
@media (min-width: 1200px) {
  .beta {
    bottom: 7px;
  }
}

.lay-footer img {
  width: 100px;
}

.lay-footer {
  border-bottom: 4px solid #63be6a;
}
.lay-footer .topFooter {
  padding: 35px 0;
}
.lay-footer .topFooter .subScripe-footer .subScripe-title {
  font-size: 1.25rem;
  font-weight: 700;
}
.lay-footer .topFooter .subScripe-footer .subScripe-title img {
  width: 40px;
}
.lay-footer .topFooter .subScripe-footer .input--footer {
  width: 95%;
  height: 44px;
  box-sizing: border-box;
  border: solid 2px rgba(147, 174, 165, 0.65);
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.lay-footer .topFooter .subScripe-footer .input--footer:focus {
  border-color: #63be6a;
}
.lay-footer .topFooter .subScripe-footer .button-footer {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  background: #63be6a;
  box-shadow: none;
  border: none;
  color: #fff;
  height: 44px;
  box-sizing: border-box;
  cursor: pointer;
}
@media (min-width: 319px) and (max-width: 991px) {
  .lay-footer .topFooter .socialLinks-footer ul {
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }
}
.lay-footer .topFooter .socialLinks-footer ul li {
  display: inline-block;
  -webkit-transition: opacity 0.3s ease 0.1s;
  -moz-transition: opacity 0.3s ease 0.1s;
  -ms-transition: opacity 0.3s ease 0.1s;
  -o-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}
.lay-footer .topFooter .socialLinks-footer ul li:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.lay-footer .topFooter .socialLinks-footer ul li img {
  width: 25px;
  margin: 10px 15px 0 15px;
}
.lay-footer .mainFooter {
  padding: 40px 0;
  border-top: solid 3px #e4e4e4;
}
.lay-footer .mainFooter .links-footer a {
  width: 80%;
  border-bottom: solid 3px #e4e4e4;
  padding: 13px 5px 13px 5px;
  padding-left: 15px;
  color: #090909;
  display: block;
  position: relative;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
@media (min-width: 319px) and (max-width: 991px) {
  .lay-footer .mainFooter .links-footer a {
    margin: auto;
  }
}
.lay-footer .mainFooter .links-footer a:hover {
  color: #63be6a;
  border-bottom-color: #63be6a;
}
.lay-footer .mainFooter .links-footer a:before {
  content: "";
  height: 7px;
  width: 7px;
  display: block;
  background-color: #003462;
  position: absolute;
  left: 0;
  top: 22px;
}
.lay-footer .mainFooter .logo-footer {
  text-align: right;
}
@media (min-width: 319px) and (max-width: 991px) {
  .lay-footer .mainFooter .logo-footer {
    text-align: center;
  }
}
.lay-footer .mainFooter .logo-footer img {
  width: 95%;
  max-width: 300px;
}
.lay-footer .mainFooter .logo-footer hr {
  margin-left: 7.5rem;
  border-top: 3px solid #e4e4e4;
}
@media (min-width: 319px) and (max-width: 991px) {
  .lay-footer .mainFooter .logo-footer hr {
    margin-left: auto;
    width: 50%;
  }
}
.lay-footer .mainFooter .unifiedNumber-footer {
  text-align: right;
}
@media (min-width: 319px) and (max-width: 991px) {
  .lay-footer .mainFooter .unifiedNumber-footer {
    text-align: center;
  }
}
.lay-footer .mainFooter .unifiedNumber-footer .unifiedNumber--title {
  font-size: 0.875rem;
  color: #7a7a7a;
  font-weight: bold;
}
.lay-footer .mainFooter .unifiedNumber-footer .unifiedNumber--title img {
  width: 2.0625rem;
  height: 2.0625rem;
  position: relative;
  top: 0.125rem;
  padding-left: 0.4375rem;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lay-footer .mainFooter .unifiedNumber-footer .unifiedNumber--number {
  display: inline-block;
  color: #63be6a;
  font-size: 1.375rem;
  font-weight: bold;
  padding-left: 0.625rem;
  position: relative;
  top: 0.125rem;
  direction: ltr;
}
.lay-footer .mainFooter .unifiedNumber-footer hr {
  margin-left: 7.5rem;
  border-top: 3px solid #e4e4e4;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 319px) and (max-width: 991px) {
  .lay-footer .mainFooter .unifiedNumber-footer hr {
    margin-left: auto;
    width: 50%;
  }
}
.lay-footer .mainFooter .icons-footer {
  text-align: center;
  display: inline-block;
}
@media (min-width: 319px) and (max-width: 991px) {
  .lay-footer .mainFooter .icons-footer {
    text-align: center;
  }
}
.lay-footer .mainFooter .icons-footer li {
  display: inline-block;
  padding-right: 1.125rem;
}
.lay-footer .mainFooter .icons-footer li.w3c img {
  width: 28px;
  height: 18px;
}
.lay-footer .mainFooter .icons-footer li.html5 img,
.lay-footer .mainFooter .icons-footer li.css3 img {
  width: 25px;
  height: 28px;
}
.lay-footer .mainFooter .icons-footer li.digiert {
  vertical-align: middle !important;
}
.lay-footer .mainFooter .icons-footer li.digiert img {
  width: 82px;
  height: 37px;
  vertical-align: middle !important;
}
.lay-footer .subFooter {
  background-color: #fff;
  margin: 25px 0;
}
@media (min-width: 319px) and (max-width: 991px) {
  .lay-footer .subFooter .moreLinks-footer {
    text-align: center;
  }
}
.lay-footer .subFooter .moreLinks-footer li {
  display: inline-block;
  margin: 0 3.5px;
}
@media screen and (max-width: 1024px) {
  .lay-footer .subFooter .moreLinks-footer li {
    margin: 0 9px;
  }
}
.lay-footer .subFooter .moreLinks-footer li a {
  color: #090909;
  font-size: 12px;
}
.lay-footer .subFooter .moreLinks-footer li:first-child {
  margin-left: 0;
}
.lay-footer .subFooter .copyRight-footer {
  font-size: 12px;
}
@media (min-width: 319px) and (max-width: 991px) {
  .lay-footer .subFooter .copyRight-footer {
    text-align: center;
    margin-top: 15px;
  }
  .lay-footer .subFooter .copyRight-footer p {
    float: none !important;
  }
}
.lay-footer .standards {
  margin-top: 10px;
  text-align: center !important;
}
.lay-footer .standards .browsers-img {
  text-align: center;
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
}
.lay-footer .standards .browsers-img:before {
  content: "";
  position: absolute;
  left: 0;
  height: 38px;
  width: 2px;
  background: #e4e4e4;
  top: -9px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .lay-footer .standards .browsers-img:before {
    display: none;
  }
}
.lay-footer .standards .browsers-img .unifiedNumber--title {
  font-weight: normal;
  color: black;
}

.aamer {
  display: inline-block;
}

.homeSearchBox {
  position: absolute;
  transform: translate(50%);
  left: 50%;
  width: 0px;
  height: 0px;
  overflow: hidden;
  top: calc(100% + 10px);
  border-radius: 7px;
  z-index: 2;
  box-shadow: 1px 1px 15px rgba(39, 149, 125, 0.52);
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.homeSearchBox input.homeSearchBox-text {
  width: 250px;
  box-sizing: border-box;
  height: 100%;
  border: solid 2px #63be6a;
  padding: 5px 10px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  position: absolute;
  left: 0;
  top: 0;
}
.homeSearchBox button.homeSearchBox-btn {
  width: 50px;
  box-sizing: border-box;
  height: 100%;
  background: #27957d;
  border: none;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  line-height: 44px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.searchIcon {
  position: relative;
}

.openSearch {
  width: 300px;
  height: 44px;
}

#s4-bodyContainer {
  margin-bottom: 0;
  padding-bottom: 0;
}

body {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

#s4-workspace {
  overflow: hidden;
  height: auto !important;
  width: 100% !important;
  position: inherit !important;
}

/*.cssLogin #s4-workspace {
  overflow: auto !important;
  position: relative !important; }*/

.ms-ToolPaneOuter {
  font-family: Segoe UI, Tahoma;
  z-index: 10;
  position: relative;
  font-size: 13px;
  position: absolute;
  top: 210px;
  right: 210px;
}

#ctl00_DeltaPlaceHolderMain td {
  vertical-align: top;
}

#s4-bodyContainer {
  padding-bottom: 0;
}

#contentBox {
  min-width: 280px;
}

#s4-titlerow {
  display: none !important;
}

.dfwp-column {
  margin: 0;
}

.ms-webpart-cell-vertical,
.ms-webpart-zone,
.ms-webpart-chrome-vertical {
  display: block;
}

.container .ms-webpartzone-cell {
  margin-bottom: 0;
}

li.dfwp-item:nth-child(even) .padding-right-0 {
  padding-left: 0;
}

.editmodePanel {
  display: none;
  padding: 20px;
  background-color: #e2e2e2;
  border: 1px dashed #ccc;
}

.editMode .editmodePanel {
  display: block;
}

.ms-dlgContent {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
@media (min-width: 319px) and (max-width: 991px) {
  .ms-dlgContent {
    width: 90% !important;
  }
}
@media (min-width: 319px) and (max-width: 991px) {
  .ms-dlgContent .ms-dlgBorder {
    width: 100% !important;
  }
}
.ms-dlgContent .ms-dlgTitle {
  padding: 13px 19px 15px;
  white-space: nowrap;
  cursor: move;
  overflow: hidden;
  position: absolute;
  background: #ffdc66;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: -27px;
  top: -27px;
  z-index: 2;
}
.ms-dlgContent .ms-dlgTitle img {
  display: none;
}
.ms-dlgContent .ms-dlgTitle:before {
  content: "x";
  font-size: 29px;
  color: #317d6f;
  position: absolute;
  top: 3px;
}
.ms-dlgContent .ms-dlgTitle a {
  position: absolute;
  right: 0;
  width: 60px;
  height: 50px;
}

.ms-dlgOverlay {
  height: 100vh !important;
  position: fixed !important;
}

@media (min-width: 319px) and (max-width: 991px) {
  .navBar {
    padding: 20px 0;
  }
}
.navBar .navBar-brand {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .navBar .navBar-brand {
    width: 260px;
    position: absolute;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .navBar .navBar-brand {
    width: 300px;
    border-right: 1px solid #ededed;
    height: 125px;
  }
}
@media (min-width: 1400px) {
  .navBar .navBar-brand {
    left: 40px;
    border-right: 1px solid #ededed;
    height: 122px;
  }
}
@media (min-width: 1440px) {
  .navBar .navBar-brand {
    width: 336px;
  }
}
@media (min-width: 1600px) {
  .navBar .navBar-brand {
    left: 300px;
  }
}
.navBar .navBar--logo {
  max-width: 100%;
}
@media (min-width: 768px) {
  .navBar .navBar--logo {
    height: 83px;
    -moz-transform: translateX(0) translateY(15px);
    -o-transform: translateX(0) translateY(15px);
    -ms-transform: translateX(0) translateY(15px);
    -webkit-transform: translateX(0) translateY(15px);
    transform: translateX(0) translateY(15px);
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .navBar .navBar--logo {
    height: 51px;
    width: 202px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .navBar .navBar--logo {
    height: 60px;
  }
}
@media (min-width: 1600px) {
  .navBar .navBar--logo {
    width: 330px;
  }
}
.navBar .navBar-navWrapper {
  padding-right: 60px;
  padding-left: 400px;
  width: 100%;
}
@media (min-width: 992px) {
  .navBar .navBar-navWrapper {
    padding-left: 270px;
  }
}
@media (min-width: 1200px) {
  .navBar .navBar-navWrapper {
    padding-left: 310px;
  }
}
@media (min-width: 1400px) {
  .navBar .navBar-navWrapper {
    padding-right: 50px;
    padding-left: 400px;
  }
}
@media (min-width: 319px) and (max-width: 991px) {
  .navBar .navBar-navWrapper {
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .navBar .navBar-navWrapper {
    padding-right: 215px;
    padding-left: 665px;
  }
}
.navBar .navBar-topLinks {
  border-bottom: 1px solid #ededed;
  padding: 0.625rem 0 0.3125rem;
  margin-bottom: 0.8125rem;
  position: relative;
  z-index: 10;
}
.navBar .navBar-topLinks:before,
.navBar .navBar-topLinks:after {
  content: " ";
  display: table;
}
.navBar .navBar-topLinks:after {
  clear: both;
}
@media (min-width: 319px) and (max-width: 991px) {
  .navBar .navBar-topLinks {
    display: none;
  }
}
.navBar .navBar--visionLogo {
  float: right;
}
.navBar .navBar--topLinksList {
  float: right;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 0rem 0.625rem;
  margin: 0rem 0.625rem;
  z-index: 10;
  position: relative;
  -moz-transform: translateX(0) translateY(8px);
  -o-transform: translateX(0) translateY(8px);
  -ms-transform: translateX(0) translateY(8px);
  -webkit-transform: translateX(0) translateY(8px);
  transform: translateX(0) translateY(8px);
}
@media (min-width: 319px) and (max-width: 991px) {
  .navBar .navBar--topLinksList li:nth-child(1),
  .navBar .navBar--topLinksList li:nth-child(2),
  .navBar .navBar--topLinksList li:nth-child(3) {
    display: none;
  }
}
.navBar .navBar-topLinksItem {
  float: right;
  list-style: none;
}
.navBar .navBar-topLinksItem path {
  fill: #acacac;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.navBar .navBar-topLinksItem:hover path,
.navBar .navBar-topLinksItem.is-hover path {
  fill: #63be6a;
}
.navBar .navBar-topLinksItem:hover span,
.navBar .navBar-topLinksItem.is-hover span {
  color: #63be6a;
}
.navBar .navBar-topLinksItem.is-hover .navBar--searchIcon {
  position: relative;
}
.navBar .navBar-topLinksItem.is-hover .navBar--searchIcon svg {
  opacity: 0;
}
.navBar .navBar-topLinksItem.is-hover .navBar--searchIcon:after {
  content: "x";
  font-weight: 700;
  font-family: cursive;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0.6;
}
.navBar .navBar-topLinksItem span {
  font-size: 0.875rem;
  color: #505050;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.navBar .navBar-topLinksItem + .navBar-topLinksItem {
  margin-right: 1.25rem;
}
.navBar .navBar-topLinksItem.topLinksItem-svg {
  position: relative;
  padding-left: 30px;
}
.navBar .navBar-topLinksItem.topLinksItem-svg svg {
  position: absolute;
  left: 0;
}
.navBar .navBar--externalLinks {
  float: right;
  margin-bottom: 0;
  -moz-transform: translateX(0) translateY(8px);
  -o-transform: translateX(0) translateY(8px);
  -ms-transform: translateX(0) translateY(8px);
  -webkit-transform: translateX(0) translateY(8px);
  transform: translateX(0) translateY(8px);
}
@media (min-width: 319px) and (max-width: 991px) {
  .navBar .navBar--externalLinks {
    display: none;
  }
}
.navBar .navBar--MobileExternalLinks {
  display: none;
}
@media (min-width: 319px) and (max-width: 991px) {
  .navBar .navBar--MobileExternalLinks {
    display: block;
  }
}
.navBar .navBar--MobileExternalLinks path {
  fill: #fff;
}
.navBar .navBar--MobileExternalLinks span {
  color: #fff;
}
.navBar .navBar-nav {
  float: right;
}
@media (min-width: 319px) and (max-width: 991px) {
  .navBar .navBar-nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    width: 320px;
    top: 97px;
    bottom: 0;
    background-image: -moz-linear-gradient(-49deg, #003462 0%, #003462 100%);
    background-image: -webkit-linear-gradient(-49deg, #003462 0%, #003462 100%);
    background-image: -ms-linear-gradient(-49deg, #003462 0%, #003462 100%);
    z-index: 10;
    padding: 20px 25px;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    overflow: auto;
    -moz-transform: translateX(100%) translateY(0);
    -o-transform: translateX(100%) translateY(0);
    -ms-transform: translateX(100%) translateY(0);
    -webkit-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0);
  }

  .navBar .navBar-nav.is-opened > ul li:first-child a svg path {
    fill: #63be6a;
  }
}
@media (min-width: 319px) and (max-width: 991px) {
  .navBar .navBar-nav.is-opened {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@media (min-width: 319px) and (max-width: 991px) {
  .navBar .navBar-nav > .ms-core-listMenu-root {
    display: block;
  }
}
@media (min-width: 319px) and (max-width: 991px) {
  .navBar .navBar-nav > .ms-core-listMenu-root > li {
    display: block;
    position: relative;
  }
}
@media (min-width: 992px) {
  .navBar .navBar-nav > .ms-core-listMenu-root > li {
    height: 3.25rem;
  }
}
.navBar .navBar-nav > .ms-core-listMenu-root > li > .ms-core-listMenu-item {
  position: relative;
  margin: 0;
  color: #003462;
  font-weight: 700;
  font-size: 0.875rem;
}
.navBar
  .navBar-nav
  > .ms-core-listMenu-root
  > li
  > .ms-core-listMenu-item:after {
  content: "";
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  position: absolute;
  width: 0;
  left: 0;
  height: 3px;
  background: #ffdc66;
  bottom: -24px;
}
@media (min-width: 319px) and (max-width: 991px) {
  .navBar .navBar-nav > .ms-core-listMenu-root > li > .ms-core-listMenu-item {
    color: #fff;
    font-size: 13px;
    display: block;
    margin-bottom: 8px;
    margin-top: 8px;
    border-bottom: 1px solid #65c3b9;
    padding-top: 8px;
    padding-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .navBar
    .navBar-nav
    > .ms-core-listMenu-root
    > li
    > .ms-core-listMenu-item
    .navBar--dropdown {
    padding-right: 0.9375rem;
    background-image: none;
    position: relative;
  }
  .navBar
    .navBar-nav
    > .ms-core-listMenu-root
    > li
    > .ms-core-listMenu-item
    .navBar--dropdown:after {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #003462;
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
  }
}
@media (min-width: 992px) {
  .navBar .navBar-nav > .ms-core-listMenu-root > li + li {
    margin-left: 10px;
  }
  .navBar .navBar-nav > .ms-core-listMenu-root > li:first-child a svg path {
    fill: #63be6a;
  }
}
@media (min-width: 1200px) {
  .navBar .navBar-nav > .ms-core-listMenu-root > li + li {
    margin-left: 20px;
  }
}
@media (min-width: 319px) and (max-width: 991px) {
  .navBar .navBar-nav > .ms-core-listMenu-root > li + li {
    margin-left: 0;
  }
}
.navBar .navBar-nav > .ms-core-listMenu-root > li > ul.static {
  width: 100%;
  z-index: 4;
  display: none;
}
@media (min-width: 992px) {
  .navBar .navBar-nav > .ms-core-listMenu-root > li > ul.static {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 7.625rem;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 30px 8vw;
    background-image: -moz-linear-gradient(-49deg, #003462 0%, #003462 100%);
    background-image: -webkit-linear-gradient(-49deg, #003462 0%, #003462 100%);
    background-image: -ms-linear-gradient(-49deg, #003462 0%, #003462 100%);
    box-shadow: -0.696px 4.951px 5px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    -moz-transform: translateX(0) translateY(15px);
    -o-transform: translateX(0) translateY(15px);
    -ms-transform: translateX(0) translateY(15px);
    -webkit-transform: translateX(0) translateY(15px);
    transform: translateX(0) translateY(15px);
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  .navBar .navBar-nav > .ms-core-listMenu-root > li > ul.static:after {
    content: "";
    position: absolute;
    bottom: 0.8125rem;
    right: -0.9375rem;
    background-image: linear-gradient(transparent, transparent),
      url(../../images/Shape574.svg);
    width: 385px;
    height: 349px;
    background-size: 323px 348px;
    display: inline-block;
    background-repeat: no-repeat;
    opacity: 0.15;
  }
}
.navBar .navBar-nav > .ms-core-listMenu-root > li > ul.static > li {
  display: block;
}
@media (min-width: 992px) {
  .navBar .navBar-nav > .ms-core-listMenu-root > li > ul.static > li {
    width: 23%;
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    vertical-align: text-top;
    padding-bottom: 0.625rem;
  }
}
.navBar
  .navBar-nav
  > .ms-core-listMenu-root
  > li
  > ul.static
  > li
  > .ms-core-listMenu-item {
  margin: 0;
  color: #fff;
  padding: 7px 0;
  margin-bottom: 0;
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .navBar
    .navBar-nav
    > .ms-core-listMenu-root
    > li
    > ul.static
    > li
    > .ms-core-listMenu-item {
    margin-right: 0.9375rem;
    border-bottom: 2px solid rgba(180, 238, 232, 0.5);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 319px) and (max-width: 991px) {
  .navBar
    .navBar-nav
    > .ms-core-listMenu-root
    > li
    > ul.static
    > li
    > .ms-core-listMenu-item {
    font-weight: normal;
  }
}
@media (min-width: 319px) and (max-width: 991px) {
  .navBar
    .navBar-nav
    > .ms-core-listMenu-root
    > li
    > ul.static
    > li
    > ul.static {
    display: none;
  }
}
.navBar
  .navBar-nav
  > .ms-core-listMenu-root
  > li
  > ul.static
  > li
  > ul.static
  > li {
  float: none;
  width: 100%;
}
@media (min-width: 992px) {
  .navBar .navBar-nav > .ms-core-listMenu-root > li:hover ul.static,
  .navBar .navBar-nav > .ms-core-listMenu-root > li:focus ul.static {
    transition: all 0.2s linear;
    visibility: visible;
    opacity: 1;
    display: block;
    -moz-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@media (min-width: 992px) {
  .navBar
    .navBar-nav
    > .ms-core-listMenu-root
    > li:hover
    > .ms-core-listMenu-item:after,
  .navBar
    .navBar-nav
    > .ms-core-listMenu-root
    > li:focus
    > .ms-core-listMenu-item:after {
    width: 100%;
  }
}
.navBar .navBar--toggle {
  position: absolute;
  top: 2px;
  right: -10px;
  color: #fff;
  font-size: 1.8em;
  line-height: 0.8;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  width: 38px;
  text-align: center;
}
.navBar .navBar--toggle:after {
  content: "+";
}
.navBar .navBar--toggle.is-active:after {
  content: "-";
}
@media (min-width: 992px) {
  .navBar .navBar--toggle {
    display: none;
  }
}

.navBar
  .navBar-nav
  > .ms-core-listMenu-root
  > li
  > ul.static
  > li
  > ul.static
  > li
  .ms-core-listMenu-item {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  display: inline;
  margin: 0;
}

.navBar
  .navBar-nav
  > .ms-core-listMenu-root
  > li
  > ul.static
  > li
  > ul.static
  > li:before {
  content: "";
  width: 15px;
  height: 20px;
  margin-right: 8px;
  margin-top: 5px;
  display: inline-block;
  background-image: url("/_layouts/15/MewaPortal/branding/images/angle-leftSubMenu.svg?v=1");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 4px;
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.lay-responsiveIcons {
  display: block;
  float: right;
  margin-top: 15px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .lay-responsiveIcons {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .lay-responsiveIcons {
    margin-top: 35px;
  }
}

.burgerMenu {
  width: 25px;
  height: 18px;
  position: relative;
  float: right;
  margin-left: 15px;
}
.burgerMenu.is-opened {
  z-index: 10;
}
.burgerMenu.is-opened .burgerMenu-bar {
  background-color: #63be6a;
}
.burgerMenu .burgerMenu-bar {
  position: absolute;
  height: 3px;
  width: 100%;
  background: #acacac;
  top: 0;
}
.burgerMenu .burgerMenu-bar:nth-child(2) {
  top: 50%;
  -moz-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.burgerMenu .burgerMenu-bar:nth-child(3) {
  top: auto;
  bottom: 0;
}

.responsiveIcon {
  float: right;
  margin-left: 15px;
  font-size: 18px;
  line-height: 0.9;
}
.responsiveIcon .responsiveIcon-search {
  fill: #acacac;
}
.responsiveIcon .responsiveIcon-language {
  line-height: 1.2;
}

.navBar-searchBox {
  position: absolute;
  top: -7px;
  z-index: 10;
  width: 0;
  height: 36px;
  font-size: 0.875rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  left: 56px;
}
.navBar-searchBox .navBar--searchInput {
  width: 100%;
  padding-right: 60px;
  height: 100%;
  background-color: #fff;
}
.navBar-searchBox .navBar--searchBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 100%;
  margin: 0;
  min-width: 10px;
  background: #63be6a;
  color: #fff;
  border-radius: 0;
  border: 0;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  padding: 7px;
}
.navBar-searchBox .navBar--searchBtn[data-disabled] {
  background-color: #dcdcdc;
  cursor: default;
  color: rgba(255, 255, 255, 0.85);
}
.navBar-searchBox .navBar--searchBtn[data-disabled]:before {
  background-color: transparent;
}
.navBar-searchBox .navBar--searchBtn:before {
  background-color: #003462;
}
.navBar-searchBox.is-open {
  opacity: 1;
  visibility: visible;
  width: 355px;
}

/*local menu*/
.local-menu {
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 319px) and (max-width: 767px) {
  .local-menu {
    padding-left: 0px !important;
  }
}
.local-menu .ms-core-sideNavBox-removeLeftMargin {
  margin-left: 0;
}
.local-menu.fixed .ms-core-navigation {
  position: fixed;
  top: 200px;
  width: 230px;
}
.local-menu
  .ms-core-listMenu-verticalBox
  > .ms-core-listMenu-root
  > li
  > .ms-core-listMenu-item {
  padding: 0.1875rem 1.0625rem 1.25rem;
  font-size: 0.9375rem;
  position: relative;
  font-weight: bold;
  color: #818181;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-left-width: 5px;
  border-color: #d3d4d5;
  margin-bottom: 0.75rem;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.local-menu
  .ms-core-listMenu-verticalBox
  > .ms-core-listMenu-root
  > li
  > .ms-core-listMenu-item:hover {
  color: #003462;
  border-color: #003462;
  background-color: transparent;
}
.local-menu
  .ms-core-listMenu-verticalBox
  > .ms-core-listMenu-root
  > li
  .ms-core-listMenu-selected {
  background-color: transparent;
  color: #003462;
  border-color: #003462;
}
.local-menu
  .ms-core-listMenu-verticalBox
  > .ms-core-listMenu-root
  > li
  > ul.static
  > li.static
  > .ms-core-listMenu-item {
  padding-left: 20px;
}
.local-menu
  .ms-core-listMenu-verticalBox
  > .ms-core-listMenu-root
  > li
  > ul.static
  > li.static
  > .ms-core-listMenu-item:hover {
  color: #63be6a;
  background: none;
}
.local-menu
  .ms-core-listMenu-verticalBox
  > .ms-core-listMenu-root
  > li
  ul.dynamic {
  position: static;
  left: auto;
  top: auto;
  z-index: 50;
  white-space: normal;
  word-wrap: initial;
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  width: 100% !important;
}
.local-menu
  .ms-core-listMenu-verticalBox
  > .ms-core-listMenu-root
  > li
  ul.dynamic
  li:last-child {
  margin-bottom: 0.75rem;
}
.local-menu
  .ms-core-listMenu-verticalBox
  > .ms-core-listMenu-root
  > li
  ul.dynamic
  li
  > .ms-core-listMenu-item {
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  font-size: 0.9375rem;
  position: relative;
  font-weight: normal;
  color: #818181;
  border-style: solid;
  border-width: 0;
  border-left-width: 5px;
  border-color: #63be6a;
  padding: 0.125rem 1.875rem 0.75rem;
  font-family: "Roboto Condensed", sans-serif;
}
.local-menu
  .ms-core-listMenu-verticalBox
  > .ms-core-listMenu-root
  > li
  ul.dynamic
  li
  > .ms-core-listMenu-item:hover {
  color: #63be6a;
  background-color: transparent;
}
.local-menu
  .ms-core-listMenu-verticalBox
  > .ms-core-listMenu-root
  > li
  ul.dynamic
  li
  .ms-core-listMenu-selected {
  background: #63be6a;
  color: #fff;
}

.black_overlay {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.white_content {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 42%;
  min-height: 350px;
  padding: 16px;
  background-color: #fff;
  border: 3px solid #63be6a;
  z-index: 1002;
  overflow: auto;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

a.Close {
  background: #ffdc66;
  color: #317d6f;
  font-size: 35px;
  padding: 5px;
  min-width: 50px;
  border: none;
  margin: 0;
  height: 50px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 50%;
  display: block;
  width: 50px;
  text-align: center;
}

.white_content iframe {
  width: 100%;
  min-height: 390px;
  overflow: hidden;
  margin-top: 20px;
}

body.active-BW {
  -webkit-filter: grayscale(100%) brightness(95%) contrast(120%);
  -o-filter: grayscale(100%) brightness(95%) contrast(120%);
  filter: grayscale(100%) brightness(95%) contrast(120%);
}

.black-white {
  cursor: pointer;
}

.toplinks {
  border-bottom: 1px solid #e5ecf6;
}

.toplink-item {
  border-right: 1px solid #e5ecf6;
  float: right;
  font-size: 0.75rem;
}
.toplink-item > a {
  color: #363636;
  float: left;
  padding: 1.43rem 1.25rem;
}
.toplink-item > a:hover {
  background-color: #f9f9f9;
}
.toplink-item .icon {
  float: right;
  font-size: 2em;
  margin-left: 0.5em;
  position: relative;
}
.toplink-item .icon-nomargin {
  margin-left: 0;
}
.toplink-item:first-child {
  border-left: 1px solid #e5ecf6;
}

.l-logo {
  padding: 1.25rem 0;
}

.notification-number {
  background: #ea540d;
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -6px;
  left: -7px;
  font-size: 12px;
  font-family: tahoma;
  line-height: 20px;
}

.card {
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  display: block;
}
.card .card-img {
  height: 12.6875rem;
  overflow: hidden;
  background-image: linear-gradient(48deg, #63be6a, #63be6a);
}
.card .card-img > img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.card .card--title {
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.9375rem 0 0.25rem 0;
  margin-bottom: 0px;
}
.card .card--date {
  color: #626262;
  font-size: 0.8125rem;
}
.card .card--date > img {
  width: 1.1875rem;
  height: 1.1875rem;
  margin-right: 0.5rem;
  display: inline-block;
}
.card .card--details {
  font-size: 0.875rem;
  color: #090909;
  z-index: -1;
}
.card.cardSlickPadding {
  padding: 0 5px;
  display: block;
}
.card.cardCVPadding {
  padding: 15px 5px;
  display: block;
}
.card:hover .card-img > img {
  opacity: 0.4 !important;
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.card.card-withIcon {
  min-height: 10.9375rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
  display: block;
  background-color: #63be6a;
  position: relative;
}
.card.card-withIcon:before {
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  content: "";
  left: 0;
  right: 100%;
  top: 0;
  bottom: 0;
  background: #003462;
  position: absolute;
  opacity: 0;
}
.card.card-withIcon .card-content {
  padding-top: 1.125rem;
  position: relative;
}
.card.card-withIcon .card--icon {
  width: 4.375rem;
  height: 60px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.card.card-withIcon .card--icon > img,
.card.card-withIcon .card--icon svg {
  width: 3.5625rem;
  height: 3.5625rem;
  fill: #fff;
}
.card.card-withIcon .card--title {
  text-align: center;
  padding: 0.625rem 10px;
  font-size: 1.1875rem;
  color: #fff;
  font-weight: normal;
}
.card.card-withIcon .card--action {
  height: 2.9375rem;
  border-top: 1px solid rgba(255, 255, 255, 0.41);
  padding: 0.625rem 1.75rem;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card.card-withIcon .card--action {
    display: none;
  }
}
.card.card-withIcon:hover:before {
  right: 0;
  opacity: 1;
}
.card.card-stickyDate {
  min-height: 25rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.card.card-stickyDate .card-img {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}
.card.card-stickyDate .card-content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  text-align: right;
  left: 1px;
}
.card.card-stickyDate .card--title {
  font-size: 1.3125rem;
  font-weight: bold;
  margin-bottom: 0px;
  color: white;
  text-align: left;
  padding: 0 2.6875rem 0;
}
.card.card-stickyDate .card--date {
  background: rgba(38, 129, 109, 0.67);
  color: white;
  text-align: left;
  min-height: auto;
  display: inline-block;
  padding: 15px;
  font-size: 1.0625rem;
  position: relative;
  top: 17px;
  float: none;
}
@media (min-width: 319px) and (max-width: 991px) {
  .card.card-stickyDate .card--date {
    background: rgba(38, 129, 109, 0.67);
    width: 100%;
    float: none;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .card.card-stickyDate .card--date {
    padding: 1.375rem 15px;
  }
}
.card.card-stickyDate .card--date .card--dateIcon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  position: relative;
  top: 2px;
}
.card.card-stickyDate .card--location {
  background: #003462;
  color: white;
  text-align: left;
  min-height: 4.75rem;
  display: block;
  padding: 1.375rem 2.8125rem;
  font-size: 1.0625rem;
}
@media (min-width: 993px) and (max-width: 1199px) {
  .card.card-stickyDate .card--location {
    padding: 1.375rem 15px;
  }
}
@media (min-width: 319px) and (max-width: 991px) {
  .card.card-stickyDate .card--location {
    background: #003462;
    width: 100%;
  }
}
.card.card-stickyDate .card--location .icon--dateIcon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  /*margin-left: 2.6875rem;*/
  display: inline-block;
  position: relative;
  top: 2px;
}
@media (min-width: 319px) and (max-width: 991px) {
  .card.card-stickyDate .card--location .icon--dateIcon {
    margin-left: 0px;
  }
}
.card.card-Event {
  margin-top: 1.875rem;
}
.card.card-Event .card--title {
  padding: 0.625rem 0.625rem 1.5625rem;
  font-size: 0.9375rem;
  position: absolute;
  bottom: 85px;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.card.card-Event .card-content {
  left: 0;
}
.card.card-Event .card--details {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: bold;
  padding: 0rem 0.625rem 1.5625rem;
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.card.card-Event .card--date {
  background: #63be6a;
  color: white;
  text-align: left;
  min-height: auto;
  display: block;
  padding: 0.625rem 0.625rem 0;
  font-size: 0.875rem;
  float: none;
  font-weight: bold;
  width: 100%;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.card.card-Event .card--date.card--dateBrief {
  font-weight: normal;
  padding: 17px;
  min-height: 90px;
}
.card.card-Event .card--date svg {
  position: relative;
  top: 4px;
  margin-right: 0.5rem;
}
.card.card-Event .card--location {
  background: #63be6a;
  color: white;
  text-align: left;
  min-height: auto;
  display: block;
  padding: 0.625rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.card.card-Event .card--location svg {
  position: relative;
  top: 4px;
  margin-right: 0.5rem;
}
.card.card-Event:hover .card--title {
  position: absolute;
  bottom: 160px;
}
.card.card-Event:hover .card--details {
  opacity: 1;
  bottom: 100px;
}
.card.card-Event:hover .card--date,
.card.card-Event:hover .card--location {
  background: #003462;
}
.card.card-absoluteText {
  display: block;
  height: 22.6875rem;
  position: relative;
  overflow: hidden;
  border-bottom: 15px solid #63be6a;
}
.card.card-absoluteText .card-img {
  position: absolute;
  height: 100%;
  z-index: 1;
}
.card.card-absoluteText .card-content {
  position: relative;
  z-index: 2;
  height: 100%;
}
.card.card-absoluteText .card--title {
  position: absolute;
  bottom: 2.3125rem;
  color: white;
  font-size: 1.25rem;
  padding: 0 2.375rem 0 3.5rem;
  width: 100%;
}
.card.card-absoluteText .card--title:after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  right: 1.125rem;
  background-image: linear-gradient(transparent, transparent),
    url(../../images/Group18.svg);
  width: 2.1875rem;
  height: 2.1875rem;
  background-size: 2.1875rem 2.1875rem;
  display: inline-block;
  background-repeat: no-repeat;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.card.card-absoluteText .card--date {
  margin-top: 2.8125rem;
  margin-left: 2.375rem;
  display: block;
  position: absolute;
  color: white;
  font-size: 1.75rem;
}
.card.card-absoluteText .card--date .card--dateIcon {
  width: 1.4375rem;
  margin-right: 0.75rem;
  position: relative;
  top: 0.125rem;
}
.card.card-absoluteText.card-roundedIcon {
  height: 400px;
}
.card.card-absoluteText.card-roundedIcon.NTPHome {
  height: 22.6875rem;
}
.card.card-absoluteText.card-roundedIcon .card--icon {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  padding: 45px 0;
  right: 50%;
  top: 50px;
  -moz-transform: translateX(50%) translateY(0);
  -o-transform: translateX(50%) translateY(0);
  -ms-transform: translateX(50%) translateY(0);
  -webkit-transform: translateX(50%) translateY(0);
  transform: translateX(50%) translateY(0);
}
.card.card-absoluteText.card-roundedIcon .card--icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.card.card-absoluteText.card-roundedIcon .card--icon > img {
  width: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.card.card-absoluteText.card-roundedIcon:hover .card--icon:before {
  -webkit-animation: spinAround 15s linear infinite;
  -moz-animation: spinAround 15s linear infinite;
  animation: spinAround 15s linear infinite;
  border-color: #fff;
}
.card.card-absoluteText.card-roundedIcon .u-gradOverlay {
  background: -moz-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.14902) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.14902) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.14902) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.card.card-green {
  border-bottom-color: #00c063;
}
.card.card-green:hover .u-gradOverlay,
.card.card-green.is-active .u-gradOverlay {
  background: -moz-linear-gradient(
    -45deg,
    rgba(0, 92, 156, 0.15) 0%,
    #00b6b4 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(0, 92, 156, 0.15) 0%,
    #00b6b4 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(0, 92, 156, 0.15) 0%,
    #00b6b4 100%
  );
}
.card.card-orange {
  border-bottom-color: #df7f02;
}
.card.card-orange:hover .u-gradOverlay,
.card.card-orange.is-active .u-gradOverlay {
  background: -moz-linear-gradient(
    -45deg,
    rgba(229, 198, 53, 0.15) 0%,
    #d07f00 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(229, 198, 53, 0.15) 0%,
    #d07f00 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(229, 198, 53, 0.15) 0%,
    #d07f00 100%
  );
}
.card.card-blue {
  border-bottom-color: #00b6cf;
}
.card.card-blue:hover .u-gradOverlay,
.card.card-blue.is-active .u-gradOverlay {
  background: -moz-linear-gradient(
    -45deg,
    rgba(54, 185, 183, 0.15) 0%,
    #008c42 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(54, 185, 183, 0.15) 0%,
    #008c42 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(54, 185, 183, 0.15) 0%,
    #008c42 100%
  );
}
.card.card-horizontal {
  overflow: hidden;
  display: block;
}
.card.card-horizontal .card-img {
  min-height: 23.625rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card.card-horizontal .card-img {
    height: 17.1875rem;
    overflow: hidden;
    margin: 0;
    width: 100%;
    min-height: initial;
  }
}
.card.card-horizontal .card-img > img {
  min-width: 100%;
}
.card.card-horizontal .card-content {
  min-height: 23.625rem;
  display: block;
  position: relative;
  padding: 5.0625rem 2.8125rem 0;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card.card-horizontal .card-content {
    padding: 0 1.875rem;
    min-height: 10rem;
  }
}
.card.card-horizontal .card--title {
  font-size: 1.875rem;
  border-right: 3px solid #003462;
  padding: 0 0.625rem 0;
  margin-bottom: 1.875rem;
  line-height: 2.625rem;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card.card-horizontal .card--title {
    padding: 1.375rem 0 1.25rem;
  }
}
.card.card-horizontal .card--details {
  margin-bottom: 1.875rem;
}
.card.card-rounded .card-iconWrapper {
  position: relative;
  float: left;
}
.card.card-rounded .card-img {
  width: 86px;
  height: 86px;
  min-height: 86px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.25rem;
  border: 0.1875rem solid #fff;
}

.card.card-rounded .card-img > img {
  width: 100%;
  -webkit-transition: none;
  -moz-transition: nones;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.card.card-rounded .card--title {
  font-size: 1.25rem;
  color: #003462;
}
.card.card-rounded .card--roundedIcon {
  position: absolute;
  background: #003462;
  top: -10px;
  right: 10px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}

.card.card-rounded .card--title strong {
  font-size: 17px;
  display: block;
}

.card.card-rounded .card--roundedIcon:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px dashed #fff;
  border-radius: 50%;
}
.card.card-rounded .card--roundedIcon > .card-roundedSvg {
  /*position: absolute;
      				top: 50%;
                      width: 26px;
                      height: 28px;
                      fill:#fff;
      				right: 50%;
      				@include translate(-50%,-50%);
                      */
  position: relative;
  top: 9px;
  width: 26px;
  height: 28px;
  fill: #fff;
}

.slick-slider
  .slick-slide:nth-child(1)
  .card.card-rounded
  .card--roundedIcon
  > .card-roundedSvg {
  right: -3px;
  height: 58px;
  width: 44px;
  top: 17px !important;
}

.slick-slider
  .slick-slide:nth-child(2)
  .card.card-rounded
  .card--roundedIcon
  > .card-roundedSvg {
  right: 5px;
  height: 44px;
  width: 100%;
  top: 27px !important;
}
.slick-slider
  .slick-slide:nth-child(3)
  .card.card-rounded
  .card--roundedIcon
  > .card-roundedSvg {
  width: 100%;
  height: 47px;
  top: 23px !important;
}
.slick-slider
  .slick-slide:nth-child(4)
  .card.card-rounded
  .card--roundedIcon
  > .card-roundedSvg {
  right: 1px;
  height: 62px;
  width: 45px;
  top: 10px !important;
}
.slick-slider
  .slick-slide:nth-child(5)
  .card.card-rounded
  .card--roundedIcon
  > .card-roundedSvg {
  right: 0;
  height: 53px;
  width: 62px;
  top: 23px !important;
}

.card.card-rounded:hover .card--roundedIcon {
  background-color: #63be6a;
}
.card.card-Category {
  height: 16.5625rem;
  -webkit-box-shadow: 1px 0px 6px 0px #ebecec;
  box-shadow: 1px 0px 6px 0px #ebecec;
  background-color: #fff;
  margin-bottom: 2.5rem;
}
@media (min-width: 319px) and (max-width: 991px) {
  .card.card-Category {
    /*background-color: transparent;*/
    min-height: 267px;
  }
}
@media screen and (max-width: 1024px) {
  .card.card-Category {
    min-height: 267px;
  }
}
.card.card-Category .card-img {
  height: 16.5625rem;
  min-height: 6.875rem;
  overflow: hidden;
}
@media (min-width: 319px) and (max-width: 991px) {
  .card.card-Category .card-img {
    height: 280px;
  }
}
.card.card-Category .card-img > img {
  min-width: 100%;
  min-height: 100%;
}
@media (min-width: 319px) and (max-width: 991px) {
  .card.card-Category .card-content {
    background: white;
    height: 220px;
    margin-bottom: 40px;
  }
}
.card.card-Category .card--title {
  font-size: 1.4375rem;
  position: relative;
  margin-bottom: 1.5625rem;
  padding-top: 1.25rem;
}
.card.card-Category .card--title:after {
  content: "";
  height: 3px;
  background-color: #63be6a;
  clear: both;
  width: 40%;
  display: block;
  margin: 0.625rem auto 0;
}
.card.card-Category .card--details {
  min-height: 45px;
  overflow: hidden;
  margin-bottom: 20px;
}
.card.card-absoluteIcon {
  display: block;
  height: 22.6875rem;
  /*@include breakpoint(mid){
        height: rem(306);
    }*/
  position: relative;
  overflow: hidden;
}
.card.card-absoluteIcon .card-img {
  position: absolute;
  height: 100%;
  z-index: 1;
  width: 100%;
}
.card.card-absoluteIcon .card-img > img {
  min-height: 100%;
}
.card.card-absoluteIcon .card-content {
  position: relative;
  z-index: 2;
  height: 100%;
}
.card.card-absoluteIcon .card--title {
  position: absolute;
  bottom: 2.3125rem;
  color: white;
  font-weight: normal;
  padding: 0 1.75rem;
}
.card.card-absoluteIcon .card--title.text--center {
  text-align: center;
}
.card.card-absoluteIcon .card--icon {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 86px;
  top: 35%;
}
.card.card-absoluteIcon .card--icon > img {
  display: inline-block;
  max-width: 15.75rem;
  max-height: 8.125rem;
}
.card.card-hidden {
  opacity: 0;
  visibility: hidden;
}
.card.card-twitter {
  background-color: #07b0da;
  border: 0px;
}
.card.card-twitter:before {
  content: "";
  position: absolute;
  top: 1.875rem;
  left: 1.125rem;
  background-image: linear-gradient(transparent, transparent),
    url(../../images/twittIcon.svg);
  width: 3.125rem;
  height: 2.625rem;
  background-size: 3.125rem 2.625rem;
  display: inline-block;
  background-repeat: no-repeat;
}
.card.card-twitter:after {
  content: "";
  position: absolute;
  bottom: 0.8125rem;
  right: -0.9375rem;
  background-image: linear-gradient(transparent, transparent),
    url(../../images/twittIcon.svg);
  width: 8.125rem;
  height: 7.3125rem;
  background-size: 8.125rem 7.3125rem;
  display: inline-block;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.card.card-twitter .card--title {
  position: absolute;
  bottom: 2.3125rem;
  color: white;
  font-size: 1.125rem;
  padding: 0 1.25rem 0 1.25rem;
  font-weight: normal;
  text-align: center;
  width: 100%;
}
.card.card-twitter .card--title:after {
  content: "";
  display: none;
}
.card.card-twitter .card--title span {
  display: block;
}
.card.card-twitter .card--title a {
  font-weight: bold;
  font-style: italic;
  color: #fff;
}
.card.card-twitter .card--date {
  margin-top: 2.8125rem;
  margin-right: 2.375rem;
  display: block;
  position: absolute;
  color: white;
  font-size: 0.9375rem;
  right: 0;
}
.card.card-twitter .card--titleTwitt {
  font-weight: bold;
  direction: initial;
  font-style: italic;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.41);
  padding: 1.125rem 0 0;
  margin-top: 2.75rem;
  font-size: 1rem;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
.card.card-horizontalHome {
  overflow: hidden;
  display: block;
}
.card.card-horizontalHome .card-img {
  display: inline-block;
  float: left;
  width: 50%;
  min-height: 25rem;
  margin-right: 1.5625rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card.card-horizontalHome .card-img {
    float: none;
    display: block;
    height: 17.1875rem;
    overflow: hidden;
    margin: 0;
    width: 100%;
    min-height: initial;
  }
}
.card.card-horizontalHome .card-img > img {
  min-width: 100%;
}
.card.card-horizontalHome .card-content {
  background: #ebedec;
  min-height: 25rem;
  display: block;
  position: relative;
  padding-right: 1.5625rem;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card.card-horizontalHome .card-content {
    padding: 0 1.875rem;
    min-height: 10rem;
  }
}
.card.card-horizontalHome .card--title {
  padding: 4.375rem 0 2.375rem;
  font-size: 1.3125rem;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card.card-horizontalHome .card--title {
    padding: 1.375rem 0 1.25rem;
  }
}
.card.card-horizontalHome .card--date {
  color: #626262;
  font-size: 0.8125rem;
}
.card.card-horizontalHome .card--date > img {
  width: 0.75rem;
  margin-right: 0.5rem;
}
.card.card-horizontalHome .card--action {
  height: 3.125rem;
  border-top: 1px solid #d6d7d7;
  padding: 0.9375rem 1.75rem;
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card.card-horizontalHome .card--action {
    display: none;
  }
}
.card.card-horizontalHome .card--action .btn-linkArrowRight {
  color: #63be6a;
}
.card.card-horizontalHome .card--action .btn-linkArrowRight .btn-arrow {
  fill: #63be6a;
}
.card.card-NewsInternal {
  min-height: 300px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 5px solid #ffffff;
}
@media (min-width: 319px) and (max-width: 991px) {
  .card.card-NewsInternal {
    min-height: 250px;
  }
}
.card.card-NewsInternal .card-img {
  position: relative;
}
.card.card-NewsInternal .card-img .u-gradOverlayImg {
  display: none;
}
.card.card-NewsInternal .card--title {
  min-height: 65px;
}
.card.card-NewsInternal:hover {
  border-bottom: 5px solid #63be6a;
}
.card.card-NewsInternal:hover .card-img .u-gradOverlayImg {
  display: block;
}
.card.card-NewsInternal:hover .card--title {
  color: #63be6a;
}
.card.card-agency {
  background: #63be6a;
  padding: 1.5625rem 0 0;
  position: absolute;
  top: -11.125rem;
  width: 100%;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card.card-agency {
    position: relative;
    top: 15px;
  }
}
.card.card-agency .card-iconWrapper {
  position: relative;
  float: none;
}
.card.card-agency .card-img {
  margin: 0 auto;
}
.card.card-agency .card--title {
  color: white;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
}
.card.card-agency .card--title2 {
  font-size: 0.9375rem;
  text-align: center;
  font-weight: bold;
  color: white;
}
.card.card-agency .card--details {
  font-size: 0.8125rem;
  color: #090909;
  z-index: -1;
  background: white;
  text-align: center;
  padding: 2.1875rem 0.625rem 0;
  margin-top: 1.5rem;
  min-height: 10rem;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card.card-agency .card--details {
    min-height: 5rem;
  }
}
.card.card-agency .card--details .card--details---info {
  font-weight: bold;
  display: block;
  padding-bottom: 0.3125rem;
}
.card.card-agency .card--details .card--details---Brief {
  font-weight: bold;
  display: block;
  font-size: 1.375rem;
  padding-top: 0.3125rem;
}
.card.card-Tenders {
  -webkit-box-shadow: 1px 0px 6px 0px #ebecec;
  box-shadow: 1px 0px 6px 0px #ebecec;
  overflow: hidden;
  padding-left: 1.5625rem;
  border-bottom: 10px solid #63be6a;
  padding-bottom: 2.3125rem;
  margin-bottom: 2.5rem;
  background-color: #fff;
}
.card.card-Tenders .card--title {
  padding-right: 5.625rem;
  height: 5.125rem;
  font-size: 0.875rem;
  color: #4f4f4f;
  margin-bottom: 1.5rem;
}
.card.card-Tenders .card--bidNumber {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #ffdc66;
  color: black;
  height: 5.125rem;
  width: 6.0625rem;
  text-align: center;
  padding-top: 0.875rem;
}
.card.card-Tenders .card--bidNumber .card---Name {
  font-size: 0.75rem;
  color: #434343;
  display: block;
}
.card.card-Tenders .card--bidNumber .card---NumberTenders {
  font-size: 1.125rem;
  color: black;
  font-weight: bold;
  display: block;
}
.card.card-Tenders .card--DateOpening {
  color: #63696c;
  font-size: 0.75rem;
  margin-bottom: 0.9375rem;
  display: block;
}
.card.card-Tenders .card--DateOpening svg {
  margin-right: 0.625rem;
  position: relative;
  top: 3px;
}
.card.card-Tenders .card---Date {
  color: #4f4f4f;
  font-size: 0.8125rem;
  display: block;
  font-weight: bold;
}
.card.card-TendersResults {
  padding-left: 0;
}
.card.card-TendersResults .card--title {
  background: #63be6a;
  height: inherit;
  padding: 1.75rem 1.5625rem 1.125rem;
  color: white;
  font-weight: normal;
}
.card.card-TendersResults .card--title .card--titleName {
  color: #fff;
  padding-left: 0;
}
.card .card--titleName {
  display: block;
  font-size: 0.875rem;
  padding-bottom: 0.75rem;
  font-weight: bold;
  color: #4f4f4f;
  padding-left: 1.5625rem;
}
.card .card--ContractorName {
  color: #4f4f4f;
  font-size: 14px;
  display: block;
  padding-left: 1.5625rem;
  margin-bottom: 0.9375rem;
  min-height: 2.8125rem;
}
.card.card-contactInformation {
  -webkit-box-shadow: 1px 0px 6px 0px #ebecec;
  box-shadow: 1px 0px 6px 0px #ebecec;
  padding: 4.0625rem 2.1875rem 0;
  background-color: #fff;
  min-height: 25.625rem;
}
.card.card-contactInformation .card--title {
  position: relative;
  padding: 0;
  font-size: 1.4375rem;
  margin-bottom: 2.1875rem;
}
.card.card-contactInformation .card--title:before {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  height: 3px;
  width: 4.5625rem;
  background: #003462;
}
.card.card-contactInformation .contactInformation-info {
  margin-bottom: 2.1875rem;
}
.card.card-contactInformation .contactInformation---addres {
  font-size: 0.875rem;
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  padding-right: 0.8125rem;
}
.card.card-contactInformation .contactInformation---addres svg {
  margin-right: 1.125rem;
  position: absolute;
  left: 0;
}
.card.card-contactInformation .contactInformation---dis {
  font-size: 1.375rem;
  font-weight: bold;
  position: relative;
  top: -3px;
}
.card.card-socialMedia {
  padding-bottom: 0;
  position: relative;
}
.card.card-socialMedia .card--bidNumber {
  height: 100%;
}
.card.card-socialMedia .card--bidNumber img {
  width: 3.75rem;
  height: 3.75rem;
}
.card.card-socialMedia .card--bidNumber.facebook {
  background: #3b5998;
}
.card.card-socialMedia .card--bidNumber.youtube {
  background: #cc181e;
}
.card.card-socialMedia .card--bidNumber.twitter {
  background: #1da1f2;
}
.card.card-socialMedia .card--bidNumber.instagram {
  background: radial-gradient(
    ellipse at 70% 70%,
    #ee583f 8%,
    #d92d77 42%,
    #bd3381 58%
  );
}
.card.card-socialMedia .card--title {
  padding-top: 2.0625rem;
  font-size: 1.5625rem;
}

.componentTitle {
  border-left: 3px solid #003462;
  padding-left: 0.75rem;
  margin-bottom: 1.4375rem;
  font-size: 17px;
  line-height: 1.875rem;
}
@media (min-width: 1200px) {
  .componentTitle {
    font-size: 1.5625rem;
  }
}
.componentTitle.componentTitle-PaddingLeft {
  padding-right: 5rem;
}
.componentTitle .btn-componentTitle {
  float: right;
  min-width: 10px;
}
.componentTitle.componentTitle-internal {
  margin-bottom: 0;
  font-size: 1.875rem;
  margin-top: 1.875rem;
  position: relative;
}
.componentTitle.componentTitle-internal span {
  position: relative;
  background: white;
  padding: 0 10px;
}
.componentTitle.componentTitle-internal:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #e4e4e4;
  top: 16px;
  position: absolute;
}

.eventCollapse .panel.panel-default {
  box-shadow: none;
  margin-bottom: 30px;
}
.eventCollapse .panel-default {
  border: 0;
}
.eventCollapse .panel-heading {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.eventCollapse .panel-heading .panel-title {
  position: relative;
}
.eventCollapse .panel-heading .panel-title:before {
  content: "";
  position: absolute;
  width: 90%;
  right: 0;
  height: 1px;
  background: #cccccc;
  top: 55%;
}
.eventCollapse .panel-heading .panel-title span {
  background: white;
  padding-right: 16px;
}
.eventCollapse .panel-heading .panel-title a {
  display: block;
  position: relative;
  padding-left: 2.8125rem;
  font-size: 1.9375rem;
  color: black;
}
.eventCollapse .panel-heading .panel-title a:before {
  content: "-";
  position: absolute;
  left: 0;
  width: 34px;
  height: 34px;
  background: #d0b48d;
  border-radius: 50%;
  text-align: center;
  font-size: 37px;
  line-height: 31px;
  color: white;
  top: 7px;
}
.eventCollapse .panel-heading .panel-title a.collapsed:after {
  content: "+";
  position: absolute;
  left: 0;
  width: 34px;
  height: 34px;
  background: #d0b48d;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 31px;
  color: white;
  top: 7px;
}
.eventCollapse .panel-heading .panel-title a.collapsed:before {
  display: none;
}
.eventCollapse .panel-collapse {
  padding-top: 15px;
}
.eventCollapse .panel-collapse .panel-body {
  background-color: transparent;
  border: 0 none !important;
  border-radius: 0 !important;
  padding: 0;
}
.eventCollapse .panel-collapse .panel-body .panel-heading {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  margin-top: 20px;
  padding: 0;
}

.Events-Files h3 {
  font-size: 0.9375rem;
  padding-right: 1.0625rem;
  color: #626262;
  padding-bottom: 10px;
}
.Events-Files h3:before {
  content: "";
  width: 1.125rem;
  height: 1.4375rem;
  display: inline-block;
  background-image: url(../../images/eventFileIcon.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}

.Event-Recomendations {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(213, 213, 213, 0.25);
}
.Event-Recomendations h3 {
  font-size: 1rem;
}
.Event-Recomendations h3:before {
  content: "";
  width: 1.125rem;
  height: 1.4375rem;
  display: inline-block;
  background-image: url(../../images/angle-leftSubMenu.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}
.Event-Recomendations h2 {
  font-size: 1rem;
  padding-top: 5px;
  color: #626262;
}

#Event-lightGallery .item {
  display: block;
  height: 135px;
}
#Event-lightGallery .item:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.51);
  left: 12px;
  bottom: 9px;
  width: 33px;
  height: 33px;
  text-align: center;
  color: white;
  background-image: url(../../images/zoomImg.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
#Event-lightGallery .item img {
  width: 100%;
  height: 100%;
}
#Event-lightGallery .item.StaticticsData {
  height: 325px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #ffdc66;
}
#Event-lightGallery .item.StaticticsData img {
  min-width: 100%;
  height: auto;
}

@media (min-width: 319px) and (max-width: 767px) {
  .sapretor {
    display: none;
  }
}
.sapretor span:before {
  content: "";
  position: absolute;
  background: #ececec;
  width: 1px;
  height: 28px;
  top: 10px;
  margin: 0 auto;
}

.btn-calendar .btn-arrowRight {
  position: absolute;
  left: 0.6875rem;
  top: 30%;
}
.btn-calendar .btn-arrowLeft {
  position: absolute;
  right: 0.6875rem;
  top: 30%;
}

.homeNotification {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}

.homeNotification-btn {
  width: 5.9375rem;
  height: 5.9375rem;
  border-radius: 50%;
  background-image: -moz-linear-gradient(82deg, #63be6a 0%, #63be6a 100%);
  background-image: -webkit-linear-gradient(82deg, #63be6a 0%, #63be6a 100%);
  background-image: -ms-linear-gradient(82deg, #63be6a 0%, #63be6a 100%);
  color: #fff;
  text-align: center;
  box-shadow: -0.696px 4.951px 12px 0px rgba(0, 0, 0, 0.25);
  padding-top: 20px;
  cursor: pointer;
  position: relative;
}
.homeNotification-btn .homeNotification--title {
  font-size: 12px;
  display: block;
  text-align: center;
}
@media (min-width: 319px) and (max-width: 991px) {
  .homeNotification-btn .homeNotification--title {
    display: none;
  }
}
.homeNotification-btn.is-open {
  z-index: 20;
  position: relative;
  background: url("../../images/notification-close.svg") center center #fff
    no-repeat;
  box-shadow: none;
  background-size: 30px 30px;
}
.homeNotification-btn.is-open .homeNotification--title,
.homeNotification-btn.is-open .homeNotification--icon {
  display: none;
}

.homeNotification-animationBtn {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 95px;
  height: 95px;
  padding: 0;
  opacity: 1;
  background: #a7bb3c;
  -webkit-border-radius: 110%;
  -moz-border-radius: 110%;
  border-radius: 110%;
  -webkit-animation: garur 15s infinite ease;
  animation: garur 15s infinite ease 10s;
  transform: translate(-50%, -50%) scale(0);
}

@keyframes garur {
  0%,
  90% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
}
.homeNotification-panel {
  background-image: -moz-linear-gradient(82deg, #003462 0%, #003462 100%);
  background-image: -webkit-linear-gradient(82deg, #003462 0%, #003462 100%);
  background-image: -ms-linear-gradient(82deg, #003462 0%, #003462 100%);
  box-shadow: -0.696px 4.951px 111px 0px rgba(0, 0, 0, 0.47);
  position: fixed;
  -webkit-transition: all 0.3s ease-out 0.1s;
  -moz-transition: all 0.3s ease-out 0.1s;
  -ms-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 10;
  padding-top: 105px;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  transform-origin: 40px calc(100% - 40px);
}
@media (min-width: 720px) {
  .homeNotification-panel {
    width: 810px;
    height: 810px;
    right: -100px;
    bottom: -290px;
    border-radius: 50%;
    transform-origin: 684px calc(50% + 71px);
  }
}
.homeNotification-panel.is-open {
  background-image: -moz-linear-gradient(135deg, #003462 0%, #003462 100%);
  background-image: -webkit-linear-gradient(135deg, #003462 0%, #003462 100%);
  background-image: -ms-linear-gradient(135deg, #003462 0%, #003462 100%);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.homeNotification-panel.is-open .homeNotification--content {
  opacity: 1;
}

.homeNotification--content {
  -webkit-transition: opacity 0.3s ease 0.5s;
  -moz-transition: opacity 0.3s ease 0.5s;
  -ms-transition: opacity 0.3s ease 0.5s;
  -o-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s;
  opacity: 0;
}
@media (max-width: 719px) {
  .homeNotification--content {
    padding: 0 10%;
  }
}

.homeNotification-content {
  margin: auto;
}
@media (min-width: 720px) {
  .homeNotification-content {
    width: 400px;
  }
}
.homeNotification-content.is-loading {
  background-color: transparent;
  height: 230px;
}
.homeNotification-content .homeNotification--link {
  padding-bottom: 0.8125rem;
  margin-bottom: 1.4375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.homeNotification-content .homeNotification--link > a {
  color: #fff;
}
.homeNotification-content .homeNotification--title {
  padding-bottom: 5px;
  font-size: 12px;
}
.homeNotification-content .homeNotification--icon {
  fill: rgba(168, 237, 228, 0.85);
  margin-right: 5px;
}
.homeNotification-content .homeNotification--date {
  color: rgba(168, 237, 228, 0.85);
  font-size: 12px;
}

.homeNotification--head {
  margin: 0 auto 1.5625rem;
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 700;
}
@media (min-width: 720px) {
  .homeNotification--head {
    width: 400px;
  }
}

.homeNotification--action {
  text-align: center;
}
.homeNotification--action > .btn,
.homeNotification--action > input[type="button"],
.homeNotification--action > input[type="reset"],
.homeNotification--action > input[type="submit"] {
  color: #fff;
  min-width: 170px;
}

.lay-visionMessageTarget {
  margin: 2.5rem 0;
}
.lay-visionMessageTarget .card-absoluteIconCenter {
  margin-bottom: 30px;
}
.lay-visionMessageTarget .card-absoluteIconCenter .card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  border-style: solid;
  border-width: 1px 1px 13px;
  border-color: #e1e1e1;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.lay-visionMessageTarget .card-absoluteIconCenter .card--icon {
  position: absolute;
  width: 8.75rem;
  height: 8.75rem;
  text-align: center;
  top: 4.0625rem;
  border-radius: 50%;
  padding: 1.5625rem;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.lay-visionMessageTarget .card-absoluteIconCenter .card--icon span {
  font-size: 0;
}
.lay-visionMessageTarget .card-absoluteIconCenter .card--icon:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 8.75rem;
  height: 8.75rem;
  top: 0;
  border: 2px dashed #e1e1e1;
  right: 0;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.lay-visionMessageTarget .card-absoluteIconCenter .card--title {
  position: absolute;
  bottom: 4.375rem;
  color: #414141;
  font-weight: bold;
  padding: 0;
  width: 100%;
  font-size: 1.875rem;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.lay-visionMessageTarget .card-absoluteIconCenter .card--details {
  position: absolute;
  bottom: -4.375rem;
  width: 100%;
  padding: 0px 25px;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.lay-visionMessageTarget .card-absoluteIconCenter:hover .card-content {
  border-color: #f1c01a;
}
.lay-visionMessageTarget .card-absoluteIconCenter:hover .card--title {
  bottom: 9.6875rem;
}
@media (min-width: 319px) and (max-width: 991px) {
  .lay-visionMessageTarget .card-absoluteIconCenter:hover .card--title {
    bottom: 110px;
  }
}
.lay-visionMessageTarget .card-absoluteIconCenter:hover .card--details {
  bottom: 4.375rem;
}
@media (min-width: 319px) and (max-width: 991px) {
  .lay-visionMessageTarget .card-absoluteIconCenter:hover .card--details {
    bottom: 40px;
  }
}
.lay-visionMessageTarget .card-absoluteIconCenter:hover .card--icon {
  position: absolute;
  width: 100px;
  text-align: center;
  height: 100px;
  top: 1.5625rem;
  background: #f1c01a;
  border-radius: 50%;
  padding: 2px 0;
  right: 50%;
}
.lay-visionMessageTarget .card-absoluteIconCenter:hover .card--icon:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 120px;
  height: 120px;
  top: -11px;
  border: 2px dashed #e1e1e1;
  right: -11px;
  -webkit-animation: spinAround 5s linear infinite;
  -moz-animation: spinAround 5s linear infinite;
  animation: spinAround 5s linear infinite;
}
.lay-visionMessageTarget .lay-vision .card--icon span:after {
  content: "";
  width: 4.8125rem;
  height: 5rem;
  margin-top: 0.3125rem;
  display: inline-block;
  background-image: url(../../images/Vision.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.lay-visionMessageTarget .lay-vision:hover .card--icon span:after {
  background-image: url(../../images/VisionHover.svg);
  width: 60px;
  margin-top: 15px;
}
.lay-visionMessageTarget .lay-Message .card--icon span:after {
  content: "";
  width: 4.8125rem;
  height: 5rem;
  margin-top: 5px;
  display: inline-block;
  background-image: url(../../images/Message.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.lay-visionMessageTarget .lay-Message:hover .card--icon span:after {
  background-image: url(../../images/MessageHover.svg);
  width: 55px;
  margin-top: 15px;
}
.lay-visionMessageTarget .lay-Target .card--icon span:after {
  content: "";
  width: 4.8125rem;
  height: 5rem;
  margin-top: 5px;
  display: inline-block;
  background-image: url(../../images/Target.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.lay-visionMessageTarget .lay-Target:hover .card--icon span:after {
  background-image: url(../../images/TargetHover.svg);
  width: 55px;
  margin-top: 15px;
}

.lay-AgencyDepartments {
  background-image: url(../../images/AgencyDepartments.png);
  min-height: 41.25rem;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-bottom: 2.5rem;
  padding-top: 10.3125rem;
}
.lay-AgencyDepartments:hover .AgencyDepartments-title:before {
  -webkit-animation: spinAround 5s linear infinite;
  -moz-animation: spinAround 5s linear infinite;
  animation: spinAround 5s linear infinite;
}

.AgencyDepartments-title {
  text-align: center;
  background: #ffdc6a;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  display: inline-block;
  padding: 14.0625rem 0 0;
  position: absolute;
  top: -12.8125rem;
  left: 50%;
  font-weight: bold;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.AgencyDepartments-title:before {
  content: "";
  border: 2px dashed #ffffff;
  width: 21.25rem;
  height: 21.25rem;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: -5px;
  border-radius: 50%;
}

.AgencyDepartments-list,
.lay-CardList {
  padding-bottom: 1.25rem;
  counter-reset: my-badass-counter;
}
.AgencyDepartments-list dt:before,
.lay-CardList dt:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  font-size: 0.9375rem;
}

a.titleOnlyWithNumber {
  min-height: 5.625rem;
  background: white;
  display: block;
  margin-bottom: 1.25rem;
  padding: 2.25rem 0.1875rem;
  padding-left: 90px;
  color: #535353;
  font-size: 0.875rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
a.titleOnlyWithNumber .number {
  background: #63be6a;
  padding: 0.625rem;
  border-radius: 2px;
  width: 2.75rem;
  height: 2.75rem;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 2.5rem;
  top: 1.4375rem;
  color: WHITE;
  font-weight: bold;
  font-size: 0;
  z-index: 2;
}
a.titleOnlyWithNumber .titleOnlyWithNumber-title {
  position: relative;
  z-index: 2;
}
a.titleOnlyWithNumber:before {
  background: #003462;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 0%;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  z-index: 1;
}
a.titleOnlyWithNumber:hover {
  color: #ffffff;
}
 
a.titleOnlyWithNumber:hover:before {
  width: 100%;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}

.lay-Agencytopics {
  background-color: #f5f5f5;
  padding: 2.5rem 0;
  position: relative;
}
.lay-Agencytopics .card-Event {
  -webkit-box-shadow: 1px 0px 6px 0px #ebecec;
  box-shadow: 1px 0px 6px 0px #ebecec;
}
.lay-Agencytopics .btn,
.lay-Agencytopics input[type="button"],
.lay-Agencytopics input[type="reset"],
.lay-Agencytopics input[type="submit"] {
  margin: 1.875rem 0;
}
.lay-Agencytopics .NTP-title {
  font-size: 1.875rem;
}
.lay-Agencytopics .NTP-title .NTP--icon {
  padding-top: 0.75rem;
  position: relative;
  top: 0.75rem;
}
.lay-Agencytopics .NTP-title span:after {
  display: none;
}
.lay-Agencytopics:before {
  content: "";
  width: 18.75rem;
  height: 18.75rem;
  background-image: url(../../images/Agencytopics-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 25%;
  right: 2.75rem;
}

.lay-AgencyResponsibilities {
  padding: 2.8125rem 0;
  background: #f5f5f5;
  position: relative;
}
.lay-AgencyResponsibilities .NTP-title {
  font-size: 1.875rem;
}
.lay-AgencyResponsibilities .NTP-title .NTP--icon {
  padding-top: 0.75rem;
  position: relative;
  top: 0.75rem;
}
.lay-AgencyResponsibilities .NTP-title span:after {
  right: 40px;
  height: 165px;
  top: 40px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .lay-AgencyResponsibilities .NTP-title span:after {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .lay-AgencyResponsibilities .NTP-title span:after {
    right: 13px;
    height: 133px;
  }
}
.lay-AgencyResponsibilities .customList {
  padding-top: 4.0625rem;
}
.lay-AgencyResponsibilities .customList li {
  font-size: 1.125rem !important;
  font-weight: bold;
}
@media (min-width: 319px) and (max-width: 767px) {
  .lay-AgencyResponsibilities .customList li:before {
    top: 7px;
  }
}
.lay-AgencyResponsibilities:before {
  content: "";
  width: 18.75rem;
  height: 18.75rem;
  background-image: url(../../images/AgencyResponsibilities-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 25%;
  right: 2.75rem;
}
.lay-AgencyResponsibilities .btn,
.lay-AgencyResponsibilities input[type="button"],
.lay-AgencyResponsibilities input[type="reset"],
.lay-AgencyResponsibilities input[type="submit"] {
  margin: 1.875rem 0;
}

@media (min-width: 767px) and (max-width: 991px) {
  #lay-internalAgencies .card-withIcon {
    min-height: 180px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #lay-internalAgencies .card-withIcon .card-content {
    position: static;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #lay-internalAgencies .card-withIcon .card--action {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */

.zopim {
  left: 10px !important;
  right: auto !important;
}

.support-link,
.support-link:visited {
  color: #63be6a;
}
.support-link:focus {
  background: none;
}

.serviceDetails--meta > span[title*="الرابط"] {
  background-image: url(../../images/eserv-link.svg?v=1);
  background-size: 22px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.serviceDetails--meta > span[title*="البريد"] {
  background-image: url(../../images/eserv-mail.svg?v=1);
  background-size: 22px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.serviceDetails--meta > span[title*="رقم الدعم"] {
  background-image: url(../../images/eserv-phone.svg?v=1);
  background-size: 22px;
  text-align: left;
  direction: rtl;
}

.serviceDetails--meta > span[title*="تويتر"] {
  background-image: url(../../images/twitter1.svg?v=1);
  background-size: 22px;
  display: inline-block !important;
  text-align: left;
}

li.navBar-topLinksItem.topLinksItem-svg.login_item:hover {
  background: #62bd69 !important;
}

.navBar .navBar-topLinksItem.topLinksItem-svg.login_item {
  border: 1px solid #63be6a !important;
}

li.navBar-topLinksItem.topLinksItem-svg.login_item span {
  color: #63bd6a !important;
  font-weight: 600;
}

/*EN login bbtn */
.navBar .navBar-topLinksItem.topLinksItem-svg.login_item {
  margin-right: 1.25rem;
}

.responsiveIcon.welcome-user li.login_item {
  padding: 3px 7px 7px 25px;
  margin-left: 0;
}

.topLinksItem-naama > a {
  background-color: #63be6a;
  padding: 5px 10px;
  border-radius: 20px;
}

.topLinksItem-naama > a span {
  color: #ffffff !important;
}

.navBar .navBar-topLinksItem + .navBar-topLinksItem {
  margin-right: 1rem;
}
.navBar-topLinksItem.naama-mobile {
  float: none;
}
.navBar-topLinksItem.naama-mobile > a {
  background-color: #63be6a;
  padding: 5px 10px;
  border-radius: 20px;
}

.navBar-topLinksItem.naama-mobile:hover span {
  color: #ffffff !important;
}

@media (max-width: 550px) {
  .responsiveIcon.welcome-user li.login_item a svg {
    display: none;
  }

  .responsiveIcon.welcome-user li.login_item {
    padding: 3px 7px 7px 5px;
    margin-left: 0;
  }

  .responsiveIcon.welcome-user .topLinksItem-svg.logged_on {
    padding-left: 0px !important;
  }

  .responsiveIcon.welcome-user .topLinksItem-svg.logged_on a svg + span {
    display: none;
  }
}

.position-relative {
  position: relative;
}

/*start new footer styles */
.ds-footer {
	background-color: #003462;
	    margin-top: 6rem;
}

.ds-footer-body {
    padding: 50px 0;
    display:flex;
}
.ds-footer-section {
	flex: 0 0 25%;
}
.ds-footer-section h3,.social-media-title,.accessibility-tools-title,.Mobile-app-title {
	    font-size: 1.1rem;
    color: #fff;
        margin-bottom: 0.5rem;
}
.ds-footer-section a {
    display: block;
    color: #bcc1cc;
    text-decoration: none;
    font-size: .8rem;
    width: 65%;
    margin-top: 1rem;
}

.Mobile-app a {
    margin: 0;
    width: auto;
    margin-inline-end: 10px;
}
.Mobile-app a img {
    width: 120px;
}
.Mobile-app {
	
	display:flex;
	align-items:center;
	margin-top:10px;
 
}
.Mobile-app img {
	margin-bottom:15px
}
.ds-footer-policy {
    border-top: 4px solid #3a6186;
    padding: 24px 80px;
        display: flex;
    justify-content: space-between;
        font-size: 0.8rem;
}
.ds-footer-policy a {
    margin-inline-start: 1rem;
    color:#ffffff;
}
.ds-footer-policy span {
	
	color:#ffffff;
}
.social-media{
	display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.social-media a {
	width:auto;
	margin-inline-end: 15px;
}
.social-media img{
	filter: invert(1) brightness(4);
    width: 20px;
    height: 20px;
}

.accessibility-tools {
	display: flex;
	align-items: center;
	margin-bottom:25px;
}
.accessibility-tools a {	
	width:auto;
	margin-inline-end: 15px;

}
.accessibility-tools svg, .accessibility-tools img {
	width:20px;
	height:20px;
}
.accessibility-tools svg path {
	fill: #ffffff;
}
.font-scale {
	    display: flex;
    margin-inline-start: 20px;
    padding-inline-start: 30px;
        position: relative;
        }
    .font-scale::before {
    content: "|";
    color: #fff;
    position: absolute;
    left: 0;
    top: 13px;
}


@media (max-width: 990px) {
	.ds-footer-body {
		flex-wrap: wrap;
		    padding: 50px;
    padding-bottom: 0;
	}
	.ds-footer-section {
    flex: 0 0 100%;
    margin-bottom:25px;
}

.ds-footer-section h3, .social-media-title, .accessibility-tools-title, .Mobile-app-title {
	font-size: 1.5rem;
}
.ds-footer-section a {
	
	    font-size: 1rem;
    
}
.social-media a,.accessibility-tools a {
    width: auto !important;
    margin-inline-end: 15px !important;
}
.ds-footer-policy {
	flex-direction: column;
	justify-content: center;
	    align-items: center;
	    font-size: 1rem;
	        padding: 25px;
}
}


@media (max-width: 550px) {
	.Mobile-app {
 	flex-wrap: wrap;
	}
	.Mobile-app a {
	    margin-bottom: 10px;
	}
}

/*new styles 30-11-2022*/
.navbar--wrapper {
	display: flex;
    align-items: baseline;
    justify-content: flex-end;
}
.navbar--wrapper .topLinksItem-naama {
	margin-inline-start: 15px;
}

.weather-widget {
	display:flex;
	align-items: center;
	float: right;
	 border: 1px solid #ddd;
    border-radius: 50px;
    height:45px;
    
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(240, 83, 73, 0.6);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(240, 83, 73, 0);
  }
}


.weather-widget .notification {
	background-color: #F05349;
    padding: 12px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
       
animation: pulse-animation 1s infinite;

}
.weather-widget .notification img {
	width: 22px;
}
.weather-widget .weather {
	 padding-inline-start: 10px;
	 color: #003462;
	 font-weight:bold;
}
.weather-widget .weather img {
	    width: 24px;
    margin-inline-start: 0px;
}
.weather-widget .weather .small {
	
    font-size: 0.8rem;

}
.weather-widget .select-region select {
border: 0;
    background-color: transparent;
    box-shadow: none;
    min-width: 85px;
    border-left: 1px solid #ddd;
    height: auto;
        width: 100px;
        margin-inline-end: 10px;
    margin-inline-start: 12px;}

.weather-widget .dropdown-menu {
	    min-width: 17rem;
    text-align: right;
    padding: 15px;
    left: 0;
 right: auto;
    border: 0;
    border-radius: 20px;
    box-shadow: 5px 14px 25px #071328a8;
    color: #112f48;
    font-size: 0.9rem;
}

.weather-widget .dropdown-menu p + span {
	padding-top: 10px;
	border-top: 1px solid #ddd;
	    display: flex;
    margin-top: 12px;
    color: #4d7395;
}

.weather-widget .dropdown-menu h4 {
	    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
    color: #003462 !important;
    font-size: 1rem;
}

.weather-widget .dropdown-menu h4 span {
	margin-inline-start: 10px;
	color: #003462 !important;
}

@media (max-width: 1300px) and (min-width: 991px) {
	.navbar--wrapper {
	    flex-direction: column;
    margin-bottom: 20px;
   
}
}
@media (max-width: 990px) {
	.navbar--wrapper .topLinksItem-naama {
	display:none;
}

.weather-widget {
	float:none;
	margin-bottom: 30px;
}
.weather-widget .select-region {
	margin-inline-start: auto;
}
.weather-widget select {
	color:#fff;
}

.weather-widget .weather {
	width:100%;
}
.weather-widget .weather img {
	filter: invert(1) brightness(4);
    margin-inline-start: 10px;
}
}

/*last update*/
.last-update {
	display:flex;
	align-items: center;
	color: #B4B8BD;
	font-size:0.85rem;
	    margin-top: 25px;
}

.last-update img {
	margin-inline-end: 10px;
}

.footer-raqamy{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 0;
}
.footer-raqamy > img{
	filter: invert(1) brightness(5);
}
.re-edited-box-icon img{
	display: block;
	width: 270px;
}

@media (max-width: 768px) {
	.footer-raqamy {
		flex-direction: column;
   		align-items: flex-start;
    	padding: 40px 50px 0;
	}
	
	.re-edited-box-icon {
	margin-top: 30px;
}

.footer-raqamy > img {
	    width: 100%;
	    }

}

/*chartbot*/
		#kaec-chat-button {
	position: fixed; bottom: 10px; right: 20px; width: 70px; height: 70px; cursor: pointer; z-index: 999999999; display: block; border-radius: 50%;
}
			#sn_va_web_client{
	
	background-color: rgb(255, 255, 255);
    display: inline;
    position: fixed;
    z-index: 9999;
    bottom: 90px;
    right: 30px;
    max-height: 500px;
    border-radius: 15px;
    max-width: 400px;
    display:none;
    box-shadow: 5px 5px 40px rgba(0, 52, 98, 0.32);
}

@media (max-width: 550px) {
	#sn_va_web_client {
	    right: 20px;
	    max-width: 90%;
	}
}

html[dir="ltr"] #kaec-chat-button {
	right: auto;
	left: 20px;
}
html[dir="ltr"] #sn_va_web_client {
	right: auto;
	left: 30px;

}

@media (max-width: 550px) {
	html[dir="ltr"] #sn_va_web_client {
	    right: auto;
		left: 20px;
	}
}

/*main-rich-content*/

@media (max-width: 550px) {
	.main-rich-content img {		
	    width: 100% !important;
	    height: auto !important;
	    margin: 0 !important;
	}
}