.vertical-align {
  vertical-align: middle;
}
.clearFloat {
  clear: both;
}
.squareIt {
  border-radius: 0px !important;
}
.scaleUpHover {
  opacity: 0.8;
}
.scaleUpHover:hover {
  opacity: 1;
  transform: scale(1.1);
}
.scaleUpHover2:hover {
  opacity: 1;
  transform: scale(1.1);
}
.text-size-base {
  font-size: 14px;
}
.text-size-large {
  font-size: 18px;
}
.text-size-small {
  font-size: 12px;
}
.ci-white-text {
  color: #FFF;
}
.ci-black-text {
  color: #000;
}
.ci-red-text {
  color: #930010;
}
.ci-red-lighter-text {
  color: #ef001a;
}
.ci-red-light-text {
  color: #c10015;
}
.ci-red-dark-text {
  color: #65000b;
}
.ci-red-darker-text {
  color: #370006;
}
.ci-blue-text {
  color: #172652;
}
.ci-blue-lighter-text {
  color: #2b479a;
}
.ci-blue-light-text {
  color: #213776;
}
.ci-blue-dark-text {
  color: #0d152e;
}
.ci-blue-darker-text {
  color: #03050a;
}
.ci-yellow-text {
  color: #F7931D;
}
.ci-yellow-lighter-text {
  color: #fabd76;
}
.ci-yellow-light-text {
  color: #f9a849;
}
.ci-yellow-dark-text {
  color: #de7c08;
}
.ci-yellow-darker-text {
  color: #b26306;
}
.ci-purple-text {
  color: #6D2D64;
}
.ci-purple-lighter-text {
  color: #ae48a0;
}
.ci-purple-light-text {
  color: #8d3a82;
}
.ci-purple-dark-text {
  color: #4d2046;
}
.ci-purple-darker-text {
  color: #2c1228;
}
.ci-gray-darker-text {
  color: #222222;
}
.ci-gray-dark-text {
  color: #333333;
}
.ci-gray-text {
  color: #555555;
}
.ci-gray-light-text {
  color: #777777;
}
.ci-gray-lighter-text {
  color: #eeeeee;
}
.ci-red-bg {
  background-color: #930010;
}
.ci-red-lighter-bg {
  background-color: #ef001a;
}
.ci-red-light-bg {
  background-color: #c10015;
}
.ci-red-dark-bg {
  background-color: #65000b;
}
.ci-red-darker-bg {
  background-color: #370006;
}
.ci-blue-bg {
  background-color: #172652;
}
.ci-blue-lighter-bg {
  background-color: #2b479a;
}
.ci-blue-light-bg {
  background-color: #213776;
}
.ci-blue-dark-bg {
  background-color: #0d152e;
}
.ci-blue-darker-bg {
  background-color: #03050a;
}
.ci-yellow-bg {
  background-color: #F7931D;
}
.ci-yellow-lighter-bg {
  background-color: #fabd76;
}
.ci-yellow-light-bg {
  background-color: #f9a849;
}
.ci-yellow-dark-bg {
  background-color: #de7c08;
}
.ci-yellow-darker-bg {
  background-color: #b26306;
}
.ci-purple-bg {
  background-color: #6D2D64;
}
.ci-purple-lighter-bg {
  background-color: #ae48a0;
}
.ci-purple-light-bg {
  background-color: #8d3a82;
}
.ci-purple-dark-bg {
  background-color: #4d2046;
}
.ci-purple-darker-bg {
  background-color: #2c1228;
}
.ci-purple-library-bg {
  background-color: #87174B;
}
.ci-brown-light-bg {
  background-color: #B3985E;
}
.ci-brown-lighter-bg {
  background-color: #CCAE6C;
}
.ci-black-bg {
  background-color: #000;
}
.ci-white-bg {
  background-color: #FFF;
}
.ci-gray-darker-bg {
  background-color: #222222;
}
.ci-gray-dark-bg {
  background-color: #333333;
}
.ci-gray-bg {
  background-color: #555555;
}
.ci-gray-light-bg {
  background-color: #777777;
}
.ci-gray-lighter-bg {
  background-color: #eeeeee;
}
.link-ci-white-text {
  color: #FFF;
}
.link-ci-white-text:hover,
.link-ci-white-text:focus,
.link-ci-white-text:active,
.link-ci-white-text.active {
  color: #FFF !important;
}
.link-ci-black-text {
  color: #000;
}
.link-ci-black-text:hover,
.link-ci-black-text:focus,
.link-ci-black-text:active,
.link-ci-black-text.active {
  color: #000 !important;
}
.link-ci-red-text {
  color: #930010;
}
.link-ci-red-text:hover,
.link-ci-red-text:focus,
.link-ci-red-text:active,
.link-ci-red-text.active {
  color: #930010 !important;
}
.link-ci-red-lighter-text {
  color: #ef001a;
}
.link-ci-red-lighter-text:hover,
.link-ci-red-lighter-text:focus,
.link-ci-red-lighter-text:active,
.link-ci-red-lighter-text.active {
  color: #ef001a !important;
}
.link-ci-red-light-text {
  color: #c10015;
}
.link-ci-red-light-text:hover,
.link-ci-red-light-text:focus,
.link-ci-red-light-text:active,
.link-ci-red-light-text.active {
  color: #c10015 !important;
}
.link-ci-red-dark-text {
  color: #65000b;
}
.link-ci-red-dark-text:hover,
.link-ci-red-dark-text:focus,
.link-ci-red-dark-text:active,
.link-ci-red-dark-text.active {
  color: #65000b !important;
}
.link-ci-red-darker-text {
  color: #370006;
}
.link-ci-red-darker-text:hover,
.link-ci-red-darker-text:focus,
.link-ci-red-darker-text:active,
.link-ci-red-darker-text.active {
  color: #370006 !important;
}
.link-ci-blue-text {
  color: #172652;
}
.link-ci-blue-text:hover,
.link-ci-blue-text:focus,
.link-ci-blue-text:active,
.link-ci-blue-text.active {
  color: #172652 !important;
}
.link-ci-blue-lighter-text {
  color: #2b479a;
}
.link-ci-blue-lighter-text:hover,
.link-ci-blue-lighter-text:focus,
.link-ci-blue-lighter-text:active,
.link-ci-blue-lighter-text.active {
  color: #2b479a !important;
}
.link-ci-blue-light-text {
  color: #213776;
}
.link-ci-blue-light-text:hover,
.link-ci-blue-light-text:focus,
.link-ci-blue-light-text:active,
.link-ci-blue-light-text.active {
  color: #213776 !important;
}
.link-ci-blue-dark-text {
  color: #0d152e;
}
.link-ci-blue-dark-text:hover,
.link-ci-blue-dark-text:focus,
.link-ci-blue-dark-text:active,
.link-ci-blue-dark-text.active {
  color: #0d152e !important;
}
.link-ci-blue-darker-text {
  color: #03050a;
}
.link-ci-blue-darker-text:hover,
.link-ci-blue-darker-text:focus,
.link-ci-blue-darker-text:active,
.link-ci-blue-darker-text.active {
  color: #03050a !important;
}
.link-ci-yellow-text {
  color: #F7931D;
}
.link-ci-yellow-text:hover,
.link-ci-yellow-text:focus,
.link-ci-yellow-text:active,
.link-ci-yellow-text.active {
  color: #F7931D !important;
}
.link-ci-yellow-lighter-text {
  color: #fabd76;
}
.link-ci-yellow-lighter-text:hover,
.link-ci-yellow-lighter-text:focus,
.link-ci-yellow-lighter-text:active,
.link-ci-yellow-lighter-text.active {
  color: #fabd76 !important;
}
.link-ci-yellow-light-text {
  color: #f9a849;
}
.link-ci-yellow-light-text:hover,
.link-ci-yellow-light-text:focus,
.link-ci-yellow-light-text:active,
.link-ci-yellow-light-text.active {
  color: #f9a849 !important;
}
.link-ci-yellow-dark-text {
  color: #de7c08;
}
.link-ci-yellow-dark-text:hover,
.link-ci-yellow-dark-text:focus,
.link-ci-yellow-dark-text:active,
.link-ci-yellow-dark-text.active {
  color: #de7c08 !important;
}
.link-ci-yellow-darker-text {
  color: #b26306;
}
.link-ci-yellow-darker-text:hover,
.link-ci-yellow-darker-text:focus,
.link-ci-yellow-darker-text:active,
.link-ci-yellow-darker-text.active {
  color: #b26306 !important;
}
.link-ci-purple-text {
  color: #6D2D64;
}
.link-ci-purple-text:hover,
.link-ci-purple-text:focus,
.link-ci-purple-text:active,
.link-ci-purple-text.active {
  color: #6D2D64 !important;
}
.link-ci-purple-lighter-text {
  color: #ae48a0;
}
.link-ci-purple-lighter-text:hover,
.link-ci-purple-lighter-text:focus,
.link-ci-purple-lighter-text:active,
.link-ci-purple-lighter-text.active {
  color: #ae48a0 !important;
}
.link-ci-purple-light-text {
  color: #8d3a82;
}
.link-ci-purple-light-text:hover,
.link-ci-purple-light-text:focus,
.link-ci-purple-light-text:active,
.link-ci-purple-light-text.active {
  color: #8d3a82 !important;
}
.link-ci-purple-dark-text {
  color: #4d2046;
}
.link-ci-purple-dark-text:hover,
.link-ci-purple-dark-text:focus,
.link-ci-purple-dark-text:active,
.link-ci-purple-dark-text.active {
  color: #4d2046 !important;
}
.link-ci-purple-darker-text {
  color: #2c1228;
}
.link-ci-purple-darker-text:hover,
.link-ci-purple-darker-text:focus,
.link-ci-purple-darker-text:active,
.link-ci-purple-darker-text.active {
  color: #2c1228 !important;
}
.link-ci-gray-darker-text {
  color: #222222;
}
.link-ci-gray-darker-text:hover,
.link-ci-gray-darker-text:focus,
.link-ci-gray-darker-text:active,
.link-ci-gray-darker-text.active {
  color: #222222 !important;
}
.link-ci-gray-dark-text {
  color: #333333;
}
.link-ci-gray-dark-text:hover,
.link-ci-gray-dark-text:focus,
.link-ci-gray-dark-text:active,
.link-ci-gray-dark-text.active {
  color: #333333 !important;
}
.link-ci-gray-text {
  color: #555555;
}
.link-ci-gray-text:hover,
.link-ci-gray-text:focus,
.link-ci-gray-text:active,
.link-ci-gray-text.active {
  color: #555555 !important;
}
.link-ci-gray-light-text {
  color: #777777;
}
.link-ci-gray-light-text:hover,
.link-ci-gray-light-text:focus,
.link-ci-gray-light-text:active,
.link-ci-gray-light-text.active {
  color: #777777 !important;
}
.link-ci-gray-lighter-text {
  color: #eeeeee;
}
.link-ci-gray-lighter-text:hover,
.link-ci-gray-lighter-text:focus,
.link-ci-gray-lighter-text:active,
.link-ci-gray-lighter-text.active {
  color: #eeeeee !important;
}
.link-cas-text {
  color: #71BF49;
}
.link-cas-text:hover,
.link-cas-text:focus,
.link-cas-text:active,
.link-cas-text.active {
  color: #71BF49 !important;
}
.link-caes-text {
  color: #664139;
}
.link-caes-text:hover,
.link-caes-text:focus,
.link-caes-text:active,
.link-caes-text.active {
  color: #664139 !important;
}
.link-cems-text {
  color: #0077C7;
}
.link-cems-text:hover,
.link-cems-text:focus,
.link-cems-text:active,
.link-cems-text.active {
  color: #0077C7 !important;
}
.link-cedu-text {
  color: #009576;
}
.link-cedu-text:hover,
.link-cedu-text:focus,
.link-cedu-text:active,
.link-cedu-text.active {
  color: #009576 !important;
}
.link-chs-text {
  color: #DA7A1D;
}
.link-chs-text:hover,
.link-chs-text:focus,
.link-chs-text:active,
.link-chs-text.active {
  color: #DA7A1D !important;
}
.link-claw-text {
  color: #B82C2D;
}
.link-claw-text:hover,
.link-claw-text:focus,
.link-claw-text:active,
.link-claw-text.active {
  color: #B82C2D !important;
}
.link-cset-text {
  color: #CBAC6F;
}
.link-cset-text:hover,
.link-cset-text:focus,
.link-cset-text:active,
.link-cset-text.active {
  color: #CBAC6F !important;
}
.link-gs-text {
  color: #172652;
}
.link-gs-text:hover,
.link-gs-text:focus,
.link-gs-text:active,
.link-gs-text.active {
  color: #172652 !important;
}
.link-bl-text {
  color: #6D2D64;
}
.link-bl-text:hover,
.link-bl-text:focus,
.link-bl-text:active,
.link-bl-text.active {
  color: #6D2D64 !important;
}
.link-hetl-2020-text {
  color: #13446d;
}
.link-hetl-2020-text:hover,
.link-hetl-2020-text:focus,
.link-hetl-2020-text:active,
.link-hetl-2020-text.active {
  color: #13446d !important;
}
.btn-ci-red-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #ac0013 0%, #7a000d 100%);
  background-image: -o-linear-gradient(top, #ac0013 0%, #7a000d 100%);
  background-image: linear-gradient(to bottom, #ac0013 0%, #7a000d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffac0013', endColorstr='#ff7a000d', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-red-gradient:hover,
.btn-ci-red-gradient:focus,
.btn-ci-red-gradient:active,
.btn-ci-red-gradient.active {
  background-image: -webkit-linear-gradient(top, #7a000d 0%, #ac0013 100%);
  background-image: -o-linear-gradient(top, #7a000d 0%, #ac0013 100%);
  background-image: linear-gradient(to bottom, #7a000d 0%, #ac0013 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a000d', endColorstr='#ffac0013', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-red-gradient.disabled,
.btn-ci-red-gradient[disabled],
fieldset[disabled] .btn-ci-red-gradient,
.btn-ci-red-gradient.disabled:hover,
.btn-ci-red-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-red-gradient:hover,
.btn-ci-red-gradient.disabled:focus,
.btn-ci-red-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-red-gradient:focus,
.btn-ci-red-gradient.disabled:active,
.btn-ci-red-gradient[disabled]:active,
fieldset[disabled] .btn-ci-red-gradient:active,
.btn-ci-red-gradient.disabled.active,
.btn-ci-red-gradient[disabled].active,
fieldset[disabled] .btn-ci-red-gradient.active {
  background-color: #930010 !important;
  color: #FFF !important;
}
.btn-ci-red-lighter-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #ff0924 0%, #d50017 100%);
  background-image: -o-linear-gradient(top, #ff0924 0%, #d50017 100%);
  background-image: linear-gradient(to bottom, #ff0924 0%, #d50017 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0924', endColorstr='#ffd50017', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-red-lighter-gradient:hover,
.btn-ci-red-lighter-gradient:focus,
.btn-ci-red-lighter-gradient:active,
.btn-ci-red-lighter-gradient.active {
  background-image: -webkit-linear-gradient(top, #d50017 0%, #ff0924 100%);
  background-image: -o-linear-gradient(top, #d50017 0%, #ff0924 100%);
  background-image: linear-gradient(to bottom, #d50017 0%, #ff0924 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd50017', endColorstr='#ffff0924', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-red-lighter-gradient.disabled,
.btn-ci-red-lighter-gradient[disabled],
fieldset[disabled] .btn-ci-red-lighter-gradient,
.btn-ci-red-lighter-gradient.disabled:hover,
.btn-ci-red-lighter-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-red-lighter-gradient:hover,
.btn-ci-red-lighter-gradient.disabled:focus,
.btn-ci-red-lighter-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-red-lighter-gradient:focus,
.btn-ci-red-lighter-gradient.disabled:active,
.btn-ci-red-lighter-gradient[disabled]:active,
fieldset[disabled] .btn-ci-red-lighter-gradient:active,
.btn-ci-red-lighter-gradient.disabled.active,
.btn-ci-red-lighter-gradient[disabled].active,
fieldset[disabled] .btn-ci-red-lighter-gradient.active {
  background-color: #ef001a !important;
  color: #FFF !important;
}
.btn-ci-red-light-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #da0018 0%, #a70012 100%);
  background-image: -o-linear-gradient(top, #da0018 0%, #a70012 100%);
  background-image: linear-gradient(to bottom, #da0018 0%, #a70012 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda0018', endColorstr='#ffa70012', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-red-light-gradient:hover,
.btn-ci-red-light-gradient:focus,
.btn-ci-red-light-gradient:active,
.btn-ci-red-light-gradient.active {
  background-image: -webkit-linear-gradient(top, #a70012 0%, #da0018 100%);
  background-image: -o-linear-gradient(top, #a70012 0%, #da0018 100%);
  background-image: linear-gradient(to bottom, #a70012 0%, #da0018 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa70012', endColorstr='#ffda0018', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-red-light-gradient.disabled,
.btn-ci-red-light-gradient[disabled],
fieldset[disabled] .btn-ci-red-light-gradient,
.btn-ci-red-light-gradient.disabled:hover,
.btn-ci-red-light-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-red-light-gradient:hover,
.btn-ci-red-light-gradient.disabled:focus,
.btn-ci-red-light-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-red-light-gradient:focus,
.btn-ci-red-light-gradient.disabled:active,
.btn-ci-red-light-gradient[disabled]:active,
fieldset[disabled] .btn-ci-red-light-gradient:active,
.btn-ci-red-light-gradient.disabled.active,
.btn-ci-red-light-gradient[disabled].active,
fieldset[disabled] .btn-ci-red-light-gradient.active {
  background-color: #c10015 !important;
  color: #FFF !important;
}
.btn-ci-red-dark-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #7f000e 0%, #4c0008 100%);
  background-image: -o-linear-gradient(top, #7f000e 0%, #4c0008 100%);
  background-image: linear-gradient(to bottom, #7f000e 0%, #4c0008 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f000e', endColorstr='#ff4c0008', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-red-dark-gradient:hover,
.btn-ci-red-dark-gradient:focus,
.btn-ci-red-dark-gradient:active,
.btn-ci-red-dark-gradient.active {
  background-image: -webkit-linear-gradient(top, #4c0008 0%, #7f000e 100%);
  background-image: -o-linear-gradient(top, #4c0008 0%, #7f000e 100%);
  background-image: linear-gradient(to bottom, #4c0008 0%, #7f000e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4c0008', endColorstr='#ff7f000e', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-red-dark-gradient.disabled,
.btn-ci-red-dark-gradient[disabled],
fieldset[disabled] .btn-ci-red-dark-gradient,
.btn-ci-red-dark-gradient.disabled:hover,
.btn-ci-red-dark-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-red-dark-gradient:hover,
.btn-ci-red-dark-gradient.disabled:focus,
.btn-ci-red-dark-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-red-dark-gradient:focus,
.btn-ci-red-dark-gradient.disabled:active,
.btn-ci-red-dark-gradient[disabled]:active,
fieldset[disabled] .btn-ci-red-dark-gradient:active,
.btn-ci-red-dark-gradient.disabled.active,
.btn-ci-red-dark-gradient[disabled].active,
fieldset[disabled] .btn-ci-red-dark-gradient.active {
  background-color: #65000b !important;
  color: #FFF !important;
}
.btn-ci-red-darker-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #510009 0%, #1e0003 100%);
  background-image: -o-linear-gradient(top, #510009 0%, #1e0003 100%);
  background-image: linear-gradient(to bottom, #510009 0%, #1e0003 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff510009', endColorstr='#ff1e0003', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-red-darker-gradient:hover,
.btn-ci-red-darker-gradient:focus,
.btn-ci-red-darker-gradient:active,
.btn-ci-red-darker-gradient.active {
  background-image: -webkit-linear-gradient(top, #1e0003 0%, #510009 100%);
  background-image: -o-linear-gradient(top, #1e0003 0%, #510009 100%);
  background-image: linear-gradient(to bottom, #1e0003 0%, #510009 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1e0003', endColorstr='#ff510009', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-red-darker-gradient.disabled,
.btn-ci-red-darker-gradient[disabled],
fieldset[disabled] .btn-ci-red-darker-gradient,
.btn-ci-red-darker-gradient.disabled:hover,
.btn-ci-red-darker-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-red-darker-gradient:hover,
.btn-ci-red-darker-gradient.disabled:focus,
.btn-ci-red-darker-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-red-darker-gradient:focus,
.btn-ci-red-darker-gradient.disabled:active,
.btn-ci-red-darker-gradient[disabled]:active,
fieldset[disabled] .btn-ci-red-darker-gradient:active,
.btn-ci-red-darker-gradient.disabled.active,
.btn-ci-red-darker-gradient[disabled].active,
fieldset[disabled] .btn-ci-red-darker-gradient.active {
  background-color: #370006 !important;
  color: #FFF !important;
}
.btn-ci-blue-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #1d2f66 0%, #111d3e 100%);
  background-image: -o-linear-gradient(top, #1d2f66 0%, #111d3e 100%);
  background-image: linear-gradient(to bottom, #1d2f66 0%, #111d3e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1d2f66', endColorstr='#ff111d3e', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-blue-gradient:hover,
.btn-ci-blue-gradient:focus,
.btn-ci-blue-gradient:active,
.btn-ci-blue-gradient.active {
  background-image: -webkit-linear-gradient(top, #111d3e 0%, #1d2f66 100%);
  background-image: -o-linear-gradient(top, #111d3e 0%, #1d2f66 100%);
  background-image: linear-gradient(to bottom, #111d3e 0%, #1d2f66 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff111d3e', endColorstr='#ff1d2f66', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-blue-gradient.disabled,
.btn-ci-blue-gradient[disabled],
fieldset[disabled] .btn-ci-blue-gradient,
.btn-ci-blue-gradient.disabled:hover,
.btn-ci-blue-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-blue-gradient:hover,
.btn-ci-blue-gradient.disabled:focus,
.btn-ci-blue-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-blue-gradient:focus,
.btn-ci-blue-gradient.disabled:active,
.btn-ci-blue-gradient[disabled]:active,
fieldset[disabled] .btn-ci-blue-gradient:active,
.btn-ci-blue-gradient.disabled.active,
.btn-ci-blue-gradient[disabled].active,
fieldset[disabled] .btn-ci-blue-gradient.active {
  background-color: #172652 !important;
  color: #FFF !important;
}
.btn-ci-blue-lighter-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #3150ae 0%, #263e86 100%);
  background-image: -o-linear-gradient(top, #3150ae 0%, #263e86 100%);
  background-image: linear-gradient(to bottom, #3150ae 0%, #263e86 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3150ae', endColorstr='#ff263e86', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-blue-lighter-gradient:hover,
.btn-ci-blue-lighter-gradient:focus,
.btn-ci-blue-lighter-gradient:active,
.btn-ci-blue-lighter-gradient.active {
  background-image: -webkit-linear-gradient(top, #263e86 0%, #3150ae 100%);
  background-image: -o-linear-gradient(top, #263e86 0%, #3150ae 100%);
  background-image: linear-gradient(to bottom, #263e86 0%, #3150ae 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff263e86', endColorstr='#ff3150ae', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-blue-lighter-gradient.disabled,
.btn-ci-blue-lighter-gradient[disabled],
fieldset[disabled] .btn-ci-blue-lighter-gradient,
.btn-ci-blue-lighter-gradient.disabled:hover,
.btn-ci-blue-lighter-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-blue-lighter-gradient:hover,
.btn-ci-blue-lighter-gradient.disabled:focus,
.btn-ci-blue-lighter-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-blue-lighter-gradient:focus,
.btn-ci-blue-lighter-gradient.disabled:active,
.btn-ci-blue-lighter-gradient[disabled]:active,
fieldset[disabled] .btn-ci-blue-lighter-gradient:active,
.btn-ci-blue-lighter-gradient.disabled.active,
.btn-ci-blue-lighter-gradient[disabled].active,
fieldset[disabled] .btn-ci-blue-lighter-gradient.active {
  background-color: #2b479a !important;
  color: #FFF !important;
}
.btn-ci-blue-light-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #27408a 0%, #1b2d62 100%);
  background-image: -o-linear-gradient(top, #27408a 0%, #1b2d62 100%);
  background-image: linear-gradient(to bottom, #27408a 0%, #1b2d62 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff27408a', endColorstr='#ff1b2d62', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-blue-light-gradient:hover,
.btn-ci-blue-light-gradient:focus,
.btn-ci-blue-light-gradient:active,
.btn-ci-blue-light-gradient.active {
  background-image: -webkit-linear-gradient(top, #1b2d62 0%, #27408a 100%);
  background-image: -o-linear-gradient(top, #1b2d62 0%, #27408a 100%);
  background-image: linear-gradient(to bottom, #1b2d62 0%, #27408a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1b2d62', endColorstr='#ff27408a', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-blue-light-gradient.disabled,
.btn-ci-blue-light-gradient[disabled],
fieldset[disabled] .btn-ci-blue-light-gradient,
.btn-ci-blue-light-gradient.disabled:hover,
.btn-ci-blue-light-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-blue-light-gradient:hover,
.btn-ci-blue-light-gradient.disabled:focus,
.btn-ci-blue-light-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-blue-light-gradient:focus,
.btn-ci-blue-light-gradient.disabled:active,
.btn-ci-blue-light-gradient[disabled]:active,
fieldset[disabled] .btn-ci-blue-light-gradient:active,
.btn-ci-blue-light-gradient.disabled.active,
.btn-ci-blue-light-gradient[disabled].active,
fieldset[disabled] .btn-ci-blue-light-gradient.active {
  background-color: #213776 !important;
  color: #FFF !important;
}
.btn-ci-blue-dark-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #131f42 0%, #070c1a 100%);
  background-image: -o-linear-gradient(top, #131f42 0%, #070c1a 100%);
  background-image: linear-gradient(to bottom, #131f42 0%, #070c1a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff131f42', endColorstr='#ff070c1a', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-blue-dark-gradient:hover,
.btn-ci-blue-dark-gradient:focus,
.btn-ci-blue-dark-gradient:active,
.btn-ci-blue-dark-gradient.active {
  background-image: -webkit-linear-gradient(top, #070c1a 0%, #131f42 100%);
  background-image: -o-linear-gradient(top, #070c1a 0%, #131f42 100%);
  background-image: linear-gradient(to bottom, #070c1a 0%, #131f42 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff070c1a', endColorstr='#ff131f42', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-blue-dark-gradient.disabled,
.btn-ci-blue-dark-gradient[disabled],
fieldset[disabled] .btn-ci-blue-dark-gradient,
.btn-ci-blue-dark-gradient.disabled:hover,
.btn-ci-blue-dark-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-blue-dark-gradient:hover,
.btn-ci-blue-dark-gradient.disabled:focus,
.btn-ci-blue-dark-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-blue-dark-gradient:focus,
.btn-ci-blue-dark-gradient.disabled:active,
.btn-ci-blue-dark-gradient[disabled]:active,
fieldset[disabled] .btn-ci-blue-dark-gradient:active,
.btn-ci-blue-dark-gradient.disabled.active,
.btn-ci-blue-dark-gradient[disabled].active,
fieldset[disabled] .btn-ci-blue-dark-gradient.active {
  background-color: #0d152e !important;
  color: #FFF !important;
}
.btn-ci-blue-darker-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #080e1e 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #080e1e 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #080e1e 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080e1e', endColorstr='#ff000000', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-blue-darker-gradient:hover,
.btn-ci-blue-darker-gradient:focus,
.btn-ci-blue-darker-gradient:active,
.btn-ci-blue-darker-gradient.active {
  background-image: -webkit-linear-gradient(top, #000000 0%, #080e1e 100%);
  background-image: -o-linear-gradient(top, #000000 0%, #080e1e 100%);
  background-image: linear-gradient(to bottom, #000000 0%, #080e1e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff080e1e', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-blue-darker-gradient.disabled,
.btn-ci-blue-darker-gradient[disabled],
fieldset[disabled] .btn-ci-blue-darker-gradient,
.btn-ci-blue-darker-gradient.disabled:hover,
.btn-ci-blue-darker-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-blue-darker-gradient:hover,
.btn-ci-blue-darker-gradient.disabled:focus,
.btn-ci-blue-darker-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-blue-darker-gradient:focus,
.btn-ci-blue-darker-gradient.disabled:active,
.btn-ci-blue-darker-gradient[disabled]:active,
fieldset[disabled] .btn-ci-blue-darker-gradient:active,
.btn-ci-blue-darker-gradient.disabled.active,
.btn-ci-blue-darker-gradient[disabled].active,
fieldset[disabled] .btn-ci-blue-darker-gradient.active {
  background-color: #03050a !important;
  color: #FFF !important;
}
.btn-ci-yellow-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #f89f36 0%, #f28709 100%);
  background-image: -o-linear-gradient(top, #f89f36 0%, #f28709 100%);
  background-image: linear-gradient(to bottom, #f89f36 0%, #f28709 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89f36', endColorstr='#fff28709', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-yellow-gradient:hover,
.btn-ci-yellow-gradient:focus,
.btn-ci-yellow-gradient:active,
.btn-ci-yellow-gradient.active {
  background-image: -webkit-linear-gradient(top, #f28709 0%, #f89f36 100%);
  background-image: -o-linear-gradient(top, #f28709 0%, #f89f36 100%);
  background-image: linear-gradient(to bottom, #f28709 0%, #f89f36 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff28709', endColorstr='#fff89f36', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-yellow-gradient.disabled,
.btn-ci-yellow-gradient[disabled],
fieldset[disabled] .btn-ci-yellow-gradient,
.btn-ci-yellow-gradient.disabled:hover,
.btn-ci-yellow-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-yellow-gradient:hover,
.btn-ci-yellow-gradient.disabled:focus,
.btn-ci-yellow-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-yellow-gradient:focus,
.btn-ci-yellow-gradient.disabled:active,
.btn-ci-yellow-gradient[disabled]:active,
fieldset[disabled] .btn-ci-yellow-gradient:active,
.btn-ci-yellow-gradient.disabled.active,
.btn-ci-yellow-gradient[disabled].active,
fieldset[disabled] .btn-ci-yellow-gradient.active {
  background-color: #F7931D !important;
  color: #FFF !important;
}
.btn-ci-yellow-lighter-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #fbc98e 0%, #f9b25d 100%);
  background-image: -o-linear-gradient(top, #fbc98e 0%, #f9b25d 100%);
  background-image: linear-gradient(to bottom, #fbc98e 0%, #f9b25d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbc98e', endColorstr='#fff9b25d', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-yellow-lighter-gradient:hover,
.btn-ci-yellow-lighter-gradient:focus,
.btn-ci-yellow-lighter-gradient:active,
.btn-ci-yellow-lighter-gradient.active {
  background-image: -webkit-linear-gradient(top, #f9b25d 0%, #fbc98e 100%);
  background-image: -o-linear-gradient(top, #f9b25d 0%, #fbc98e 100%);
  background-image: linear-gradient(to bottom, #f9b25d 0%, #fbc98e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9b25d', endColorstr='#fffbc98e', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-yellow-lighter-gradient.disabled,
.btn-ci-yellow-lighter-gradient[disabled],
fieldset[disabled] .btn-ci-yellow-lighter-gradient,
.btn-ci-yellow-lighter-gradient.disabled:hover,
.btn-ci-yellow-lighter-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-yellow-lighter-gradient:hover,
.btn-ci-yellow-lighter-gradient.disabled:focus,
.btn-ci-yellow-lighter-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-yellow-lighter-gradient:focus,
.btn-ci-yellow-lighter-gradient.disabled:active,
.btn-ci-yellow-lighter-gradient[disabled]:active,
fieldset[disabled] .btn-ci-yellow-lighter-gradient:active,
.btn-ci-yellow-lighter-gradient.disabled.active,
.btn-ci-yellow-lighter-gradient[disabled].active,
fieldset[disabled] .btn-ci-yellow-lighter-gradient.active {
  background-color: #fabd76 !important;
  color: #FFF !important;
}
.btn-ci-yellow-light-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #f9b462 0%, #f89c31 100%);
  background-image: -o-linear-gradient(top, #f9b462 0%, #f89c31 100%);
  background-image: linear-gradient(to bottom, #f9b462 0%, #f89c31 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9b462', endColorstr='#fff89c31', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-yellow-light-gradient:hover,
.btn-ci-yellow-light-gradient:focus,
.btn-ci-yellow-light-gradient:active,
.btn-ci-yellow-light-gradient.active {
  background-image: -webkit-linear-gradient(top, #f89c31 0%, #f9b462 100%);
  background-image: -o-linear-gradient(top, #f89c31 0%, #f9b462 100%);
  background-image: linear-gradient(to bottom, #f89c31 0%, #f9b462 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89c31', endColorstr='#fff9b462', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-yellow-light-gradient.disabled,
.btn-ci-yellow-light-gradient[disabled],
fieldset[disabled] .btn-ci-yellow-light-gradient,
.btn-ci-yellow-light-gradient.disabled:hover,
.btn-ci-yellow-light-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-yellow-light-gradient:hover,
.btn-ci-yellow-light-gradient.disabled:focus,
.btn-ci-yellow-light-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-yellow-light-gradient:focus,
.btn-ci-yellow-light-gradient.disabled:active,
.btn-ci-yellow-light-gradient[disabled]:active,
fieldset[disabled] .btn-ci-yellow-light-gradient:active,
.btn-ci-yellow-light-gradient.disabled.active,
.btn-ci-yellow-light-gradient[disabled].active,
fieldset[disabled] .btn-ci-yellow-light-gradient.active {
  background-color: #f9a849 !important;
  color: #FFF !important;
}
.btn-ci-yellow-dark-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #f68a09 0%, #c66e07 100%);
  background-image: -o-linear-gradient(top, #f68a09 0%, #c66e07 100%);
  background-image: linear-gradient(to bottom, #f68a09 0%, #c66e07 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff68a09', endColorstr='#ffc66e07', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-yellow-dark-gradient:hover,
.btn-ci-yellow-dark-gradient:focus,
.btn-ci-yellow-dark-gradient:active,
.btn-ci-yellow-dark-gradient.active {
  background-image: -webkit-linear-gradient(top, #c66e07 0%, #f68a09 100%);
  background-image: -o-linear-gradient(top, #c66e07 0%, #f68a09 100%);
  background-image: linear-gradient(to bottom, #c66e07 0%, #f68a09 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc66e07', endColorstr='#fff68a09', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-yellow-dark-gradient.disabled,
.btn-ci-yellow-dark-gradient[disabled],
fieldset[disabled] .btn-ci-yellow-dark-gradient,
.btn-ci-yellow-dark-gradient.disabled:hover,
.btn-ci-yellow-dark-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-yellow-dark-gradient:hover,
.btn-ci-yellow-dark-gradient.disabled:focus,
.btn-ci-yellow-dark-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-yellow-dark-gradient:focus,
.btn-ci-yellow-dark-gradient.disabled:active,
.btn-ci-yellow-dark-gradient[disabled]:active,
fieldset[disabled] .btn-ci-yellow-dark-gradient:active,
.btn-ci-yellow-dark-gradient.disabled.active,
.btn-ci-yellow-dark-gradient[disabled].active,
fieldset[disabled] .btn-ci-yellow-dark-gradient.active {
  background-color: #de7c08 !important;
  color: #FFF !important;
}
.btn-ci-yellow-darker-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #cb7107 0%, #995505 100%);
  background-image: -o-linear-gradient(top, #cb7107 0%, #995505 100%);
  background-image: linear-gradient(to bottom, #cb7107 0%, #995505 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb7107', endColorstr='#ff995505', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-yellow-darker-gradient:hover,
.btn-ci-yellow-darker-gradient:focus,
.btn-ci-yellow-darker-gradient:active,
.btn-ci-yellow-darker-gradient.active {
  background-image: -webkit-linear-gradient(top, #995505 0%, #cb7107 100%);
  background-image: -o-linear-gradient(top, #995505 0%, #cb7107 100%);
  background-image: linear-gradient(to bottom, #995505 0%, #cb7107 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff995505', endColorstr='#ffcb7107', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-yellow-darker-gradient.disabled,
.btn-ci-yellow-darker-gradient[disabled],
fieldset[disabled] .btn-ci-yellow-darker-gradient,
.btn-ci-yellow-darker-gradient.disabled:hover,
.btn-ci-yellow-darker-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-yellow-darker-gradient:hover,
.btn-ci-yellow-darker-gradient.disabled:focus,
.btn-ci-yellow-darker-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-yellow-darker-gradient:focus,
.btn-ci-yellow-darker-gradient.disabled:active,
.btn-ci-yellow-darker-gradient[disabled]:active,
fieldset[disabled] .btn-ci-yellow-darker-gradient:active,
.btn-ci-yellow-darker-gradient.disabled.active,
.btn-ci-yellow-darker-gradient[disabled].active,
fieldset[disabled] .btn-ci-yellow-darker-gradient.active {
  background-color: #b26306 !important;
  color: #FFF !important;
}
.btn-ci-purple-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #7f3475 0%, #5b2653 100%);
  background-image: -o-linear-gradient(top, #7f3475 0%, #5b2653 100%);
  background-image: linear-gradient(to bottom, #7f3475 0%, #5b2653 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f3475', endColorstr='#ff5b2653', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-purple-gradient:hover,
.btn-ci-purple-gradient:focus,
.btn-ci-purple-gradient:active,
.btn-ci-purple-gradient.active {
  background-image: -webkit-linear-gradient(top, #5b2653 0%, #7f3475 100%);
  background-image: -o-linear-gradient(top, #5b2653 0%, #7f3475 100%);
  background-image: linear-gradient(to bottom, #5b2653 0%, #7f3475 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b2653', endColorstr='#ff7f3475', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-purple-gradient.disabled,
.btn-ci-purple-gradient[disabled],
fieldset[disabled] .btn-ci-purple-gradient,
.btn-ci-purple-gradient.disabled:hover,
.btn-ci-purple-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-purple-gradient:hover,
.btn-ci-purple-gradient.disabled:focus,
.btn-ci-purple-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-purple-gradient:focus,
.btn-ci-purple-gradient.disabled:active,
.btn-ci-purple-gradient[disabled]:active,
fieldset[disabled] .btn-ci-purple-gradient:active,
.btn-ci-purple-gradient.disabled.active,
.btn-ci-purple-gradient[disabled].active,
fieldset[disabled] .btn-ci-purple-gradient.active {
  background-color: #6D2D64 !important;
  color: #FFF !important;
}
.btn-ci-purple-lighter-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #b956ab 0%, #9c408f 100%);
  background-image: -o-linear-gradient(top, #b956ab 0%, #9c408f 100%);
  background-image: linear-gradient(to bottom, #b956ab 0%, #9c408f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb956ab', endColorstr='#ff9c408f', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-purple-lighter-gradient:hover,
.btn-ci-purple-lighter-gradient:focus,
.btn-ci-purple-lighter-gradient:active,
.btn-ci-purple-lighter-gradient.active {
  background-image: -webkit-linear-gradient(top, #9c408f 0%, #b956ab 100%);
  background-image: -o-linear-gradient(top, #9c408f 0%, #b956ab 100%);
  background-image: linear-gradient(to bottom, #9c408f 0%, #b956ab 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c408f', endColorstr='#ffb956ab', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-purple-lighter-gradient.disabled,
.btn-ci-purple-lighter-gradient[disabled],
fieldset[disabled] .btn-ci-purple-lighter-gradient,
.btn-ci-purple-lighter-gradient.disabled:hover,
.btn-ci-purple-lighter-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-purple-lighter-gradient:hover,
.btn-ci-purple-lighter-gradient.disabled:focus,
.btn-ci-purple-lighter-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-purple-lighter-gradient:focus,
.btn-ci-purple-lighter-gradient.disabled:active,
.btn-ci-purple-lighter-gradient[disabled]:active,
fieldset[disabled] .btn-ci-purple-lighter-gradient:active,
.btn-ci-purple-lighter-gradient.disabled.active,
.btn-ci-purple-lighter-gradient[disabled].active,
fieldset[disabled] .btn-ci-purple-lighter-gradient.active {
  background-color: #ae48a0 !important;
  color: #FFF !important;
}
.btn-ci-purple-light-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #a04292 0%, #7b3371 100%);
  background-image: -o-linear-gradient(top, #a04292 0%, #7b3371 100%);
  background-image: linear-gradient(to bottom, #a04292 0%, #7b3371 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa04292', endColorstr='#ff7b3371', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-purple-light-gradient:hover,
.btn-ci-purple-light-gradient:focus,
.btn-ci-purple-light-gradient:active,
.btn-ci-purple-light-gradient.active {
  background-image: -webkit-linear-gradient(top, #7b3371 0%, #a04292 100%);
  background-image: -o-linear-gradient(top, #7b3371 0%, #a04292 100%);
  background-image: linear-gradient(to bottom, #7b3371 0%, #a04292 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7b3371', endColorstr='#ffa04292', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-purple-light-gradient.disabled,
.btn-ci-purple-light-gradient[disabled],
fieldset[disabled] .btn-ci-purple-light-gradient,
.btn-ci-purple-light-gradient.disabled:hover,
.btn-ci-purple-light-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-purple-light-gradient:hover,
.btn-ci-purple-light-gradient.disabled:focus,
.btn-ci-purple-light-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-purple-light-gradient:focus,
.btn-ci-purple-light-gradient.disabled:active,
.btn-ci-purple-light-gradient[disabled]:active,
fieldset[disabled] .btn-ci-purple-light-gradient:active,
.btn-ci-purple-light-gradient.disabled.active,
.btn-ci-purple-light-gradient[disabled].active,
fieldset[disabled] .btn-ci-purple-light-gradient.active {
  background-color: #8d3a82 !important;
  color: #FFF !important;
}
.btn-ci-purple-dark-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #5f2757 0%, #3a1836 100%);
  background-image: -o-linear-gradient(top, #5f2757 0%, #3a1836 100%);
  background-image: linear-gradient(to bottom, #5f2757 0%, #3a1836 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f2757', endColorstr='#ff3a1836', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-purple-dark-gradient:hover,
.btn-ci-purple-dark-gradient:focus,
.btn-ci-purple-dark-gradient:active,
.btn-ci-purple-dark-gradient.active {
  background-image: -webkit-linear-gradient(top, #3a1836 0%, #5f2757 100%);
  background-image: -o-linear-gradient(top, #3a1836 0%, #5f2757 100%);
  background-image: linear-gradient(to bottom, #3a1836 0%, #5f2757 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a1836', endColorstr='#ff5f2757', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-purple-dark-gradient.disabled,
.btn-ci-purple-dark-gradient[disabled],
fieldset[disabled] .btn-ci-purple-dark-gradient,
.btn-ci-purple-dark-gradient.disabled:hover,
.btn-ci-purple-dark-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-purple-dark-gradient:hover,
.btn-ci-purple-dark-gradient.disabled:focus,
.btn-ci-purple-dark-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-purple-dark-gradient:focus,
.btn-ci-purple-dark-gradient.disabled:active,
.btn-ci-purple-dark-gradient[disabled]:active,
fieldset[disabled] .btn-ci-purple-dark-gradient:active,
.btn-ci-purple-dark-gradient.disabled.active,
.btn-ci-purple-dark-gradient[disabled].active,
fieldset[disabled] .btn-ci-purple-dark-gradient.active {
  background-color: #4d2046 !important;
  color: #FFF !important;
}
.btn-ci-purple-darker-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #3e1a39 0%, #1a0b18 100%);
  background-image: -o-linear-gradient(top, #3e1a39 0%, #1a0b18 100%);
  background-image: linear-gradient(to bottom, #3e1a39 0%, #1a0b18 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3e1a39', endColorstr='#ff1a0b18', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-purple-darker-gradient:hover,
.btn-ci-purple-darker-gradient:focus,
.btn-ci-purple-darker-gradient:active,
.btn-ci-purple-darker-gradient.active {
  background-image: -webkit-linear-gradient(top, #1a0b18 0%, #3e1a39 100%);
  background-image: -o-linear-gradient(top, #1a0b18 0%, #3e1a39 100%);
  background-image: linear-gradient(to bottom, #1a0b18 0%, #3e1a39 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a0b18', endColorstr='#ff3e1a39', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-purple-darker-gradient.disabled,
.btn-ci-purple-darker-gradient[disabled],
fieldset[disabled] .btn-ci-purple-darker-gradient,
.btn-ci-purple-darker-gradient.disabled:hover,
.btn-ci-purple-darker-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-purple-darker-gradient:hover,
.btn-ci-purple-darker-gradient.disabled:focus,
.btn-ci-purple-darker-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-purple-darker-gradient:focus,
.btn-ci-purple-darker-gradient.disabled:active,
.btn-ci-purple-darker-gradient[disabled]:active,
fieldset[disabled] .btn-ci-purple-darker-gradient:active,
.btn-ci-purple-darker-gradient.disabled.active,
.btn-ci-purple-darker-gradient[disabled].active,
fieldset[disabled] .btn-ci-purple-darker-gradient.active {
  background-color: #2c1228 !important;
  color: #FFF !important;
}
.btn-ci-gray-darker-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #2f2f2f 0%, #161616 100%);
  background-image: -o-linear-gradient(top, #2f2f2f 0%, #161616 100%);
  background-image: linear-gradient(to bottom, #2f2f2f 0%, #161616 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f2f2f', endColorstr='#ff161616', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #000;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-gray-darker-gradient:hover,
.btn-ci-gray-darker-gradient:focus,
.btn-ci-gray-darker-gradient:active,
.btn-ci-gray-darker-gradient.active {
  background-image: -webkit-linear-gradient(top, #161616 0%, #2f2f2f 100%);
  background-image: -o-linear-gradient(top, #161616 0%, #2f2f2f 100%);
  background-image: linear-gradient(to bottom, #161616 0%, #2f2f2f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff161616', endColorstr='#ff2f2f2f', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-gray-darker-gradient.disabled,
.btn-ci-gray-darker-gradient[disabled],
fieldset[disabled] .btn-ci-gray-darker-gradient,
.btn-ci-gray-darker-gradient.disabled:hover,
.btn-ci-gray-darker-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-gray-darker-gradient:hover,
.btn-ci-gray-darker-gradient.disabled:focus,
.btn-ci-gray-darker-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-gray-darker-gradient:focus,
.btn-ci-gray-darker-gradient.disabled:active,
.btn-ci-gray-darker-gradient[disabled]:active,
fieldset[disabled] .btn-ci-gray-darker-gradient:active,
.btn-ci-gray-darker-gradient.disabled.active,
.btn-ci-gray-darker-gradient[disabled].active,
fieldset[disabled] .btn-ci-gray-darker-gradient.active {
  background-color: #222222 !important;
  color: #FFF !important;
}
.btn-ci-gray-dark-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #404040 0%, #262626 100%);
  background-image: -o-linear-gradient(top, #404040 0%, #262626 100%);
  background-image: linear-gradient(to bottom, #404040 0%, #262626 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404040', endColorstr='#ff262626', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #222222;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-gray-dark-gradient:hover,
.btn-ci-gray-dark-gradient:focus,
.btn-ci-gray-dark-gradient:active,
.btn-ci-gray-dark-gradient.active {
  background-image: -webkit-linear-gradient(top, #262626 0%, #404040 100%);
  background-image: -o-linear-gradient(top, #262626 0%, #404040 100%);
  background-image: linear-gradient(to bottom, #262626 0%, #404040 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff262626', endColorstr='#ff404040', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-gray-dark-gradient.disabled,
.btn-ci-gray-dark-gradient[disabled],
fieldset[disabled] .btn-ci-gray-dark-gradient,
.btn-ci-gray-dark-gradient.disabled:hover,
.btn-ci-gray-dark-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-gray-dark-gradient:hover,
.btn-ci-gray-dark-gradient.disabled:focus,
.btn-ci-gray-dark-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-gray-dark-gradient:focus,
.btn-ci-gray-dark-gradient.disabled:active,
.btn-ci-gray-dark-gradient[disabled]:active,
fieldset[disabled] .btn-ci-gray-dark-gradient:active,
.btn-ci-gray-dark-gradient.disabled.active,
.btn-ci-gray-dark-gradient[disabled].active,
fieldset[disabled] .btn-ci-gray-dark-gradient.active {
  background-color: #333333 !important;
  color: #FFF !important;
}
.btn-ci-gray-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #626262 0%, #494949 100%);
  background-image: -o-linear-gradient(top, #626262 0%, #494949 100%);
  background-image: linear-gradient(to bottom, #626262 0%, #494949 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff626262', endColorstr='#ff494949', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-gray-gradient:hover,
.btn-ci-gray-gradient:focus,
.btn-ci-gray-gradient:active,
.btn-ci-gray-gradient.active {
  background-image: -webkit-linear-gradient(top, #494949 0%, #626262 100%);
  background-image: -o-linear-gradient(top, #494949 0%, #626262 100%);
  background-image: linear-gradient(to bottom, #494949 0%, #626262 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff494949', endColorstr='#ff626262', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-gray-gradient.disabled,
.btn-ci-gray-gradient[disabled],
fieldset[disabled] .btn-ci-gray-gradient,
.btn-ci-gray-gradient.disabled:hover,
.btn-ci-gray-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-gray-gradient:hover,
.btn-ci-gray-gradient.disabled:focus,
.btn-ci-gray-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-gray-gradient:focus,
.btn-ci-gray-gradient.disabled:active,
.btn-ci-gray-gradient[disabled]:active,
fieldset[disabled] .btn-ci-gray-gradient:active,
.btn-ci-gray-gradient.disabled.active,
.btn-ci-gray-gradient[disabled].active,
fieldset[disabled] .btn-ci-gray-gradient.active {
  background-color: #555555 !important;
  color: #FFF !important;
}
.btn-ci-gray-light-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #848484 0%, #6a6a6a 100%);
  background-image: -o-linear-gradient(top, #848484 0%, #6a6a6a 100%);
  background-image: linear-gradient(to bottom, #848484 0%, #6a6a6a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff848484', endColorstr='#ff6a6a6a', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #555555;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-gray-light-gradient:hover,
.btn-ci-gray-light-gradient:focus,
.btn-ci-gray-light-gradient:active,
.btn-ci-gray-light-gradient.active {
  background-image: -webkit-linear-gradient(top, #6a6a6a 0%, #848484 100%);
  background-image: -o-linear-gradient(top, #6a6a6a 0%, #848484 100%);
  background-image: linear-gradient(to bottom, #6a6a6a 0%, #848484 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6a6a6a', endColorstr='#ff848484', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-gray-light-gradient.disabled,
.btn-ci-gray-light-gradient[disabled],
fieldset[disabled] .btn-ci-gray-light-gradient,
.btn-ci-gray-light-gradient.disabled:hover,
.btn-ci-gray-light-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-gray-light-gradient:hover,
.btn-ci-gray-light-gradient.disabled:focus,
.btn-ci-gray-light-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-gray-light-gradient:focus,
.btn-ci-gray-light-gradient.disabled:active,
.btn-ci-gray-light-gradient[disabled]:active,
fieldset[disabled] .btn-ci-gray-light-gradient:active,
.btn-ci-gray-light-gradient.disabled.active,
.btn-ci-gray-light-gradient[disabled].active,
fieldset[disabled] .btn-ci-gray-light-gradient.active {
  background-color: #777777 !important;
  color: #FFF !important;
}
.btn-ci-gray-lighter-gradient {
  color: #000;
  background-image: -webkit-linear-gradient(top, #fbfbfb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #fbfbfb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #fbfbfb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbfbfb', endColorstr='#ffe2e2e2', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #777777;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-gray-lighter-gradient:hover,
.btn-ci-gray-lighter-gradient:focus,
.btn-ci-gray-lighter-gradient:active,
.btn-ci-gray-lighter-gradient.active {
  background-image: -webkit-linear-gradient(top, #e2e2e2 0%, #fbfbfb 100%);
  background-image: -o-linear-gradient(top, #e2e2e2 0%, #fbfbfb 100%);
  background-image: linear-gradient(to bottom, #e2e2e2 0%, #fbfbfb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2e2e2', endColorstr='#fffbfbfb', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #000 !important;
}
.btn-ci-gray-lighter-gradient.disabled,
.btn-ci-gray-lighter-gradient[disabled],
fieldset[disabled] .btn-ci-gray-lighter-gradient,
.btn-ci-gray-lighter-gradient.disabled:hover,
.btn-ci-gray-lighter-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-gray-lighter-gradient:hover,
.btn-ci-gray-lighter-gradient.disabled:focus,
.btn-ci-gray-lighter-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-gray-lighter-gradient:focus,
.btn-ci-gray-lighter-gradient.disabled:active,
.btn-ci-gray-lighter-gradient[disabled]:active,
fieldset[disabled] .btn-ci-gray-lighter-gradient:active,
.btn-ci-gray-lighter-gradient.disabled.active,
.btn-ci-gray-lighter-gradient[disabled].active,
fieldset[disabled] .btn-ci-gray-lighter-gradient.active {
  background-color: #eeeeee !important;
  color: #000 !important;
}
.btn-ci-UN-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #ac0013 0%, #7a000d 100%);
  background-image: -o-linear-gradient(top, #ac0013 0%, #7a000d 100%);
  background-image: linear-gradient(to bottom, #ac0013 0%, #7a000d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffac0013', endColorstr='#ff7a000d', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-UN-gradient:hover,
.btn-ci-UN-gradient:focus,
.btn-ci-UN-gradient:active,
.btn-ci-UN-gradient.active {
  background-image: -webkit-linear-gradient(top, #7a000d 0%, #ac0013 100%);
  background-image: -o-linear-gradient(top, #7a000d 0%, #ac0013 100%);
  background-image: linear-gradient(to bottom, #7a000d 0%, #ac0013 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a000d', endColorstr='#ffac0013', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-UN-gradient.disabled,
.btn-ci-UN-gradient[disabled],
fieldset[disabled] .btn-ci-UN-gradient,
.btn-ci-UN-gradient.disabled:hover,
.btn-ci-UN-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-UN-gradient:hover,
.btn-ci-UN-gradient.disabled:focus,
.btn-ci-UN-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-UN-gradient:focus,
.btn-ci-UN-gradient.disabled:active,
.btn-ci-UN-gradient[disabled]:active,
fieldset[disabled] .btn-ci-UN-gradient:active,
.btn-ci-UN-gradient.disabled.active,
.btn-ci-UN-gradient[disabled].active,
fieldset[disabled] .btn-ci-UN-gradient.active {
  background-color: #930010 !important;
  color: #FFF !important;
}
.btn-ci-GL-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #1d2f66 0%, #111d3e 100%);
  background-image: -o-linear-gradient(top, #1d2f66 0%, #111d3e 100%);
  background-image: linear-gradient(to bottom, #1d2f66 0%, #111d3e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1d2f66', endColorstr='#ff111d3e', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-GL-gradient:hover,
.btn-ci-GL-gradient:focus,
.btn-ci-GL-gradient:active,
.btn-ci-GL-gradient.active {
  background-image: -webkit-linear-gradient(top, #111d3e 0%, #1d2f66 100%);
  background-image: -o-linear-gradient(top, #111d3e 0%, #1d2f66 100%);
  background-image: linear-gradient(to bottom, #111d3e 0%, #1d2f66 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff111d3e', endColorstr='#ff1d2f66', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-GL-gradient.disabled,
.btn-ci-GL-gradient[disabled],
fieldset[disabled] .btn-ci-GL-gradient,
.btn-ci-GL-gradient.disabled:hover,
.btn-ci-GL-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-GL-gradient:hover,
.btn-ci-GL-gradient.disabled:focus,
.btn-ci-GL-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-GL-gradient:focus,
.btn-ci-GL-gradient.disabled:active,
.btn-ci-GL-gradient[disabled]:active,
fieldset[disabled] .btn-ci-GL-gradient:active,
.btn-ci-GL-gradient.disabled.active,
.btn-ci-GL-gradient[disabled].active,
fieldset[disabled] .btn-ci-GL-gradient.active {
  background-color: #172652 !important;
  color: #FFF !important;
}
.btn-ci-SO-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #f89f36 0%, #f28709 100%);
  background-image: -o-linear-gradient(top, #f89f36 0%, #f28709 100%);
  background-image: linear-gradient(to bottom, #f89f36 0%, #f28709 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89f36', endColorstr='#fff28709', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-ci-SO-gradient:hover,
.btn-ci-SO-gradient:focus,
.btn-ci-SO-gradient:active,
.btn-ci-SO-gradient.active {
  background-image: -webkit-linear-gradient(top, #f28709 0%, #f89f36 100%);
  background-image: -o-linear-gradient(top, #f28709 0%, #f89f36 100%);
  background-image: linear-gradient(to bottom, #f28709 0%, #f89f36 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff28709', endColorstr='#fff89f36', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-ci-SO-gradient.disabled,
.btn-ci-SO-gradient[disabled],
fieldset[disabled] .btn-ci-SO-gradient,
.btn-ci-SO-gradient.disabled:hover,
.btn-ci-SO-gradient[disabled]:hover,
fieldset[disabled] .btn-ci-SO-gradient:hover,
.btn-ci-SO-gradient.disabled:focus,
.btn-ci-SO-gradient[disabled]:focus,
fieldset[disabled] .btn-ci-SO-gradient:focus,
.btn-ci-SO-gradient.disabled:active,
.btn-ci-SO-gradient[disabled]:active,
fieldset[disabled] .btn-ci-SO-gradient:active,
.btn-ci-SO-gradient.disabled.active,
.btn-ci-SO-gradient[disabled].active,
fieldset[disabled] .btn-ci-SO-gradient.active {
  background-color: #F7931D !important;
  color: #FFF !important;
}
.btn-ci-black-variant {
  color: #FFF !important;
  background-color: #000 !important;
}
.btn-ci-black-variant:hover,
.btn-ci-black-variant:focus,
.btn-ci-black-variant.focus,
.btn-ci-black-variant:active,
.btn-ci-black-variant.active,
.open > .dropdown-toggle.btn-ci-black-variant {
  color: #FFF !important;
  background-color: #000000 !important;
}
.btn-ci-black-variant:active,
.btn-ci-black-variant.active,
.open > .dropdown-toggle.btn-ci-black-variant {
  background-image: none;
}
.btn-ci-black-variant.disabled,
.btn-ci-black-variant[disabled],
fieldset[disabled] .btn-ci-black-variant,
.btn-ci-black-variant.disabled:hover,
.btn-ci-black-variant[disabled]:hover,
fieldset[disabled] .btn-ci-black-variant:hover,
.btn-ci-black-variant.disabled:focus,
.btn-ci-black-variant[disabled]:focus,
fieldset[disabled] .btn-ci-black-variant:focus,
.btn-ci-black-variant.disabled.focus,
.btn-ci-black-variant[disabled].focus,
fieldset[disabled] .btn-ci-black-variant.focus,
.btn-ci-black-variant.disabled:active,
.btn-ci-black-variant[disabled]:active,
fieldset[disabled] .btn-ci-black-variant:active,
.btn-ci-black-variant.disabled.active,
.btn-ci-black-variant[disabled].active,
fieldset[disabled] .btn-ci-black-variant.active {
  background-color: #000;
}
.btn-ci-black-variant .badge {
  color: #000;
  background-color: #FFF;
}
.btn-ci-white-variant {
  color: #000 !important;
  background-color: #FFF !important;
  border: 2px solid black;
  padding: 4px 10px;
}
.btn-ci-white-variant:hover,
.btn-ci-white-variant:focus,
.btn-ci-white-variant.focus,
.btn-ci-white-variant:active,
.btn-ci-white-variant.active,
.open > .dropdown-toggle.btn-ci-white-variant {
  color: #000 !important;
  background-color: #e6e6e6 !important;
}
.btn-ci-white-variant:active,
.btn-ci-white-variant.active,
.open > .dropdown-toggle.btn-ci-white-variant {
  background-image: none;
}
.btn-ci-white-variant.disabled,
.btn-ci-white-variant[disabled],
fieldset[disabled] .btn-ci-white-variant,
.btn-ci-white-variant.disabled:hover,
.btn-ci-white-variant[disabled]:hover,
fieldset[disabled] .btn-ci-white-variant:hover,
.btn-ci-white-variant.disabled:focus,
.btn-ci-white-variant[disabled]:focus,
fieldset[disabled] .btn-ci-white-variant:focus,
.btn-ci-white-variant.disabled.focus,
.btn-ci-white-variant[disabled].focus,
fieldset[disabled] .btn-ci-white-variant.focus,
.btn-ci-white-variant.disabled:active,
.btn-ci-white-variant[disabled]:active,
fieldset[disabled] .btn-ci-white-variant:active,
.btn-ci-white-variant.disabled.active,
.btn-ci-white-variant[disabled].active,
fieldset[disabled] .btn-ci-white-variant.active {
  background-color: #FFF;
}
.btn-ci-white-variant .badge {
  color: #FFF;
  background-color: #000;
}
.btn-ci-white-variant:hover,
.btn-ci-white-variant:focus,
.btn-ci-white-variant.focus,
.btn-ci-white-variant:active,
.btn-ci-white-variant.active,
.open > .dropdown-toggle.btn-ci-white-variant {
  border: 2px solid black !important;
}
.btn-ci-red-variant {
  color: #FFF !important;
  background-color: #930010 !important;
}
.btn-ci-red-variant:hover,
.btn-ci-red-variant:focus,
.btn-ci-red-variant.focus,
.btn-ci-red-variant:active,
.btn-ci-red-variant.active,
.open > .dropdown-toggle.btn-ci-red-variant {
  color: #FFF !important;
  background-color: #60000a !important;
}
.btn-ci-red-variant:active,
.btn-ci-red-variant.active,
.open > .dropdown-toggle.btn-ci-red-variant {
  background-image: none;
}
.btn-ci-red-variant.disabled,
.btn-ci-red-variant[disabled],
fieldset[disabled] .btn-ci-red-variant,
.btn-ci-red-variant.disabled:hover,
.btn-ci-red-variant[disabled]:hover,
fieldset[disabled] .btn-ci-red-variant:hover,
.btn-ci-red-variant.disabled:focus,
.btn-ci-red-variant[disabled]:focus,
fieldset[disabled] .btn-ci-red-variant:focus,
.btn-ci-red-variant.disabled.focus,
.btn-ci-red-variant[disabled].focus,
fieldset[disabled] .btn-ci-red-variant.focus,
.btn-ci-red-variant.disabled:active,
.btn-ci-red-variant[disabled]:active,
fieldset[disabled] .btn-ci-red-variant:active,
.btn-ci-red-variant.disabled.active,
.btn-ci-red-variant[disabled].active,
fieldset[disabled] .btn-ci-red-variant.active {
  background-color: #930010;
}
.btn-ci-red-variant .badge {
  color: #930010;
  background-color: #FFF;
}
.btn-ci-red-lighter-variant {
  color: #FFF !important;
  background-color: #ef001a !important;
}
.btn-ci-red-lighter-variant:hover,
.btn-ci-red-lighter-variant:focus,
.btn-ci-red-lighter-variant.focus,
.btn-ci-red-lighter-variant:active,
.btn-ci-red-lighter-variant.active,
.open > .dropdown-toggle.btn-ci-red-lighter-variant {
  color: #FFF !important;
  background-color: #bc0014 !important;
}
.btn-ci-red-lighter-variant:active,
.btn-ci-red-lighter-variant.active,
.open > .dropdown-toggle.btn-ci-red-lighter-variant {
  background-image: none;
}
.btn-ci-red-lighter-variant.disabled,
.btn-ci-red-lighter-variant[disabled],
fieldset[disabled] .btn-ci-red-lighter-variant,
.btn-ci-red-lighter-variant.disabled:hover,
.btn-ci-red-lighter-variant[disabled]:hover,
fieldset[disabled] .btn-ci-red-lighter-variant:hover,
.btn-ci-red-lighter-variant.disabled:focus,
.btn-ci-red-lighter-variant[disabled]:focus,
fieldset[disabled] .btn-ci-red-lighter-variant:focus,
.btn-ci-red-lighter-variant.disabled.focus,
.btn-ci-red-lighter-variant[disabled].focus,
fieldset[disabled] .btn-ci-red-lighter-variant.focus,
.btn-ci-red-lighter-variant.disabled:active,
.btn-ci-red-lighter-variant[disabled]:active,
fieldset[disabled] .btn-ci-red-lighter-variant:active,
.btn-ci-red-lighter-variant.disabled.active,
.btn-ci-red-lighter-variant[disabled].active,
fieldset[disabled] .btn-ci-red-lighter-variant.active {
  background-color: #ef001a;
}
.btn-ci-red-lighter-variant .badge {
  color: #ef001a;
  background-color: #FFF;
}
.btn-ci-red-light-variant {
  color: #FFF !important;
  background-color: #c10015 !important;
}
.btn-ci-red-light-variant:hover,
.btn-ci-red-light-variant:focus,
.btn-ci-red-light-variant.focus,
.btn-ci-red-light-variant:active,
.btn-ci-red-light-variant.active,
.open > .dropdown-toggle.btn-ci-red-light-variant {
  color: #FFF !important;
  background-color: #8e000f !important;
}
.btn-ci-red-light-variant:active,
.btn-ci-red-light-variant.active,
.open > .dropdown-toggle.btn-ci-red-light-variant {
  background-image: none;
}
.btn-ci-red-light-variant.disabled,
.btn-ci-red-light-variant[disabled],
fieldset[disabled] .btn-ci-red-light-variant,
.btn-ci-red-light-variant.disabled:hover,
.btn-ci-red-light-variant[disabled]:hover,
fieldset[disabled] .btn-ci-red-light-variant:hover,
.btn-ci-red-light-variant.disabled:focus,
.btn-ci-red-light-variant[disabled]:focus,
fieldset[disabled] .btn-ci-red-light-variant:focus,
.btn-ci-red-light-variant.disabled.focus,
.btn-ci-red-light-variant[disabled].focus,
fieldset[disabled] .btn-ci-red-light-variant.focus,
.btn-ci-red-light-variant.disabled:active,
.btn-ci-red-light-variant[disabled]:active,
fieldset[disabled] .btn-ci-red-light-variant:active,
.btn-ci-red-light-variant.disabled.active,
.btn-ci-red-light-variant[disabled].active,
fieldset[disabled] .btn-ci-red-light-variant.active {
  background-color: #c10015;
}
.btn-ci-red-light-variant .badge {
  color: #c10015;
  background-color: #FFF;
}
.btn-ci-red-dark-variant {
  color: #FFF !important;
  background-color: #65000b !important;
}
.btn-ci-red-dark-variant:hover,
.btn-ci-red-dark-variant:focus,
.btn-ci-red-dark-variant.focus,
.btn-ci-red-dark-variant:active,
.btn-ci-red-dark-variant.active,
.open > .dropdown-toggle.btn-ci-red-dark-variant {
  color: #FFF !important;
  background-color: #320005 !important;
}
.btn-ci-red-dark-variant:active,
.btn-ci-red-dark-variant.active,
.open > .dropdown-toggle.btn-ci-red-dark-variant {
  background-image: none;
}
.btn-ci-red-dark-variant.disabled,
.btn-ci-red-dark-variant[disabled],
fieldset[disabled] .btn-ci-red-dark-variant,
.btn-ci-red-dark-variant.disabled:hover,
.btn-ci-red-dark-variant[disabled]:hover,
fieldset[disabled] .btn-ci-red-dark-variant:hover,
.btn-ci-red-dark-variant.disabled:focus,
.btn-ci-red-dark-variant[disabled]:focus,
fieldset[disabled] .btn-ci-red-dark-variant:focus,
.btn-ci-red-dark-variant.disabled.focus,
.btn-ci-red-dark-variant[disabled].focus,
fieldset[disabled] .btn-ci-red-dark-variant.focus,
.btn-ci-red-dark-variant.disabled:active,
.btn-ci-red-dark-variant[disabled]:active,
fieldset[disabled] .btn-ci-red-dark-variant:active,
.btn-ci-red-dark-variant.disabled.active,
.btn-ci-red-dark-variant[disabled].active,
fieldset[disabled] .btn-ci-red-dark-variant.active {
  background-color: #65000b;
}
.btn-ci-red-dark-variant .badge {
  color: #65000b;
  background-color: #FFF;
}
.btn-ci-red-darker-variant {
  color: #FFF !important;
  background-color: #370006 !important;
}
.btn-ci-red-darker-variant:hover,
.btn-ci-red-darker-variant:focus,
.btn-ci-red-darker-variant.focus,
.btn-ci-red-darker-variant:active,
.btn-ci-red-darker-variant.active,
.open > .dropdown-toggle.btn-ci-red-darker-variant {
  color: #FFF !important;
  background-color: #040000 !important;
}
.btn-ci-red-darker-variant:active,
.btn-ci-red-darker-variant.active,
.open > .dropdown-toggle.btn-ci-red-darker-variant {
  background-image: none;
}
.btn-ci-red-darker-variant.disabled,
.btn-ci-red-darker-variant[disabled],
fieldset[disabled] .btn-ci-red-darker-variant,
.btn-ci-red-darker-variant.disabled:hover,
.btn-ci-red-darker-variant[disabled]:hover,
fieldset[disabled] .btn-ci-red-darker-variant:hover,
.btn-ci-red-darker-variant.disabled:focus,
.btn-ci-red-darker-variant[disabled]:focus,
fieldset[disabled] .btn-ci-red-darker-variant:focus,
.btn-ci-red-darker-variant.disabled.focus,
.btn-ci-red-darker-variant[disabled].focus,
fieldset[disabled] .btn-ci-red-darker-variant.focus,
.btn-ci-red-darker-variant.disabled:active,
.btn-ci-red-darker-variant[disabled]:active,
fieldset[disabled] .btn-ci-red-darker-variant:active,
.btn-ci-red-darker-variant.disabled.active,
.btn-ci-red-darker-variant[disabled].active,
fieldset[disabled] .btn-ci-red-darker-variant.active {
  background-color: #370006;
}
.btn-ci-red-darker-variant .badge {
  color: #370006;
  background-color: #FFF;
}
.btn-ci-blue-variant {
  color: #FFF !important;
  background-color: #172652 !important;
}
.btn-ci-blue-variant:hover,
.btn-ci-blue-variant:focus,
.btn-ci-blue-variant.focus,
.btn-ci-blue-variant:active,
.btn-ci-blue-variant.active,
.open > .dropdown-toggle.btn-ci-blue-variant {
  color: #FFF !important;
  background-color: #0c142a !important;
}
.btn-ci-blue-variant:active,
.btn-ci-blue-variant.active,
.open > .dropdown-toggle.btn-ci-blue-variant {
  background-image: none;
}
.btn-ci-blue-variant.disabled,
.btn-ci-blue-variant[disabled],
fieldset[disabled] .btn-ci-blue-variant,
.btn-ci-blue-variant.disabled:hover,
.btn-ci-blue-variant[disabled]:hover,
fieldset[disabled] .btn-ci-blue-variant:hover,
.btn-ci-blue-variant.disabled:focus,
.btn-ci-blue-variant[disabled]:focus,
fieldset[disabled] .btn-ci-blue-variant:focus,
.btn-ci-blue-variant.disabled.focus,
.btn-ci-blue-variant[disabled].focus,
fieldset[disabled] .btn-ci-blue-variant.focus,
.btn-ci-blue-variant.disabled:active,
.btn-ci-blue-variant[disabled]:active,
fieldset[disabled] .btn-ci-blue-variant:active,
.btn-ci-blue-variant.disabled.active,
.btn-ci-blue-variant[disabled].active,
fieldset[disabled] .btn-ci-blue-variant.active {
  background-color: #172652;
}
.btn-ci-blue-variant .badge {
  color: #172652;
  background-color: #FFF;
}
.btn-ci-blue-lighter-variant {
  color: #FFF !important;
  background-color: #2b479a !important;
}
.btn-ci-blue-lighter-variant:hover,
.btn-ci-blue-lighter-variant:focus,
.btn-ci-blue-lighter-variant.focus,
.btn-ci-blue-lighter-variant:active,
.btn-ci-blue-lighter-variant.active,
.open > .dropdown-toggle.btn-ci-blue-lighter-variant {
  color: #FFF !important;
  background-color: #203572 !important;
}
.btn-ci-blue-lighter-variant:active,
.btn-ci-blue-lighter-variant.active,
.open > .dropdown-toggle.btn-ci-blue-lighter-variant {
  background-image: none;
}
.btn-ci-blue-lighter-variant.disabled,
.btn-ci-blue-lighter-variant[disabled],
fieldset[disabled] .btn-ci-blue-lighter-variant,
.btn-ci-blue-lighter-variant.disabled:hover,
.btn-ci-blue-lighter-variant[disabled]:hover,
fieldset[disabled] .btn-ci-blue-lighter-variant:hover,
.btn-ci-blue-lighter-variant.disabled:focus,
.btn-ci-blue-lighter-variant[disabled]:focus,
fieldset[disabled] .btn-ci-blue-lighter-variant:focus,
.btn-ci-blue-lighter-variant.disabled.focus,
.btn-ci-blue-lighter-variant[disabled].focus,
fieldset[disabled] .btn-ci-blue-lighter-variant.focus,
.btn-ci-blue-lighter-variant.disabled:active,
.btn-ci-blue-lighter-variant[disabled]:active,
fieldset[disabled] .btn-ci-blue-lighter-variant:active,
.btn-ci-blue-lighter-variant.disabled.active,
.btn-ci-blue-lighter-variant[disabled].active,
fieldset[disabled] .btn-ci-blue-lighter-variant.active {
  background-color: #2b479a;
}
.btn-ci-blue-lighter-variant .badge {
  color: #2b479a;
  background-color: #FFF;
}
.btn-ci-blue-light-variant {
  color: #FFF !important;
  background-color: #213776 !important;
}
.btn-ci-blue-light-variant:hover,
.btn-ci-blue-light-variant:focus,
.btn-ci-blue-light-variant.focus,
.btn-ci-blue-light-variant:active,
.btn-ci-blue-light-variant.active,
.open > .dropdown-toggle.btn-ci-blue-light-variant {
  color: #FFF !important;
  background-color: #16244e !important;
}
.btn-ci-blue-light-variant:active,
.btn-ci-blue-light-variant.active,
.open > .dropdown-toggle.btn-ci-blue-light-variant {
  background-image: none;
}
.btn-ci-blue-light-variant.disabled,
.btn-ci-blue-light-variant[disabled],
fieldset[disabled] .btn-ci-blue-light-variant,
.btn-ci-blue-light-variant.disabled:hover,
.btn-ci-blue-light-variant[disabled]:hover,
fieldset[disabled] .btn-ci-blue-light-variant:hover,
.btn-ci-blue-light-variant.disabled:focus,
.btn-ci-blue-light-variant[disabled]:focus,
fieldset[disabled] .btn-ci-blue-light-variant:focus,
.btn-ci-blue-light-variant.disabled.focus,
.btn-ci-blue-light-variant[disabled].focus,
fieldset[disabled] .btn-ci-blue-light-variant.focus,
.btn-ci-blue-light-variant.disabled:active,
.btn-ci-blue-light-variant[disabled]:active,
fieldset[disabled] .btn-ci-blue-light-variant:active,
.btn-ci-blue-light-variant.disabled.active,
.btn-ci-blue-light-variant[disabled].active,
fieldset[disabled] .btn-ci-blue-light-variant.active {
  background-color: #213776;
}
.btn-ci-blue-light-variant .badge {
  color: #213776;
  background-color: #FFF;
}
.btn-ci-blue-dark-variant {
  color: #FFF !important;
  background-color: #0d152e !important;
}
.btn-ci-blue-dark-variant:hover,
.btn-ci-blue-dark-variant:focus,
.btn-ci-blue-dark-variant.focus,
.btn-ci-blue-dark-variant:active,
.btn-ci-blue-dark-variant.active,
.open > .dropdown-toggle.btn-ci-blue-dark-variant {
  color: #FFF !important;
  background-color: #020306 !important;
}
.btn-ci-blue-dark-variant:active,
.btn-ci-blue-dark-variant.active,
.open > .dropdown-toggle.btn-ci-blue-dark-variant {
  background-image: none;
}
.btn-ci-blue-dark-variant.disabled,
.btn-ci-blue-dark-variant[disabled],
fieldset[disabled] .btn-ci-blue-dark-variant,
.btn-ci-blue-dark-variant.disabled:hover,
.btn-ci-blue-dark-variant[disabled]:hover,
fieldset[disabled] .btn-ci-blue-dark-variant:hover,
.btn-ci-blue-dark-variant.disabled:focus,
.btn-ci-blue-dark-variant[disabled]:focus,
fieldset[disabled] .btn-ci-blue-dark-variant:focus,
.btn-ci-blue-dark-variant.disabled.focus,
.btn-ci-blue-dark-variant[disabled].focus,
fieldset[disabled] .btn-ci-blue-dark-variant.focus,
.btn-ci-blue-dark-variant.disabled:active,
.btn-ci-blue-dark-variant[disabled]:active,
fieldset[disabled] .btn-ci-blue-dark-variant:active,
.btn-ci-blue-dark-variant.disabled.active,
.btn-ci-blue-dark-variant[disabled].active,
fieldset[disabled] .btn-ci-blue-dark-variant.active {
  background-color: #0d152e;
}
.btn-ci-blue-dark-variant .badge {
  color: #0d152e;
  background-color: #FFF;
}
.btn-ci-blue-darker-variant {
  color: #FFF !important;
  background-color: #03050a !important;
}
.btn-ci-blue-darker-variant:hover,
.btn-ci-blue-darker-variant:focus,
.btn-ci-blue-darker-variant.focus,
.btn-ci-blue-darker-variant:active,
.btn-ci-blue-darker-variant.active,
.open > .dropdown-toggle.btn-ci-blue-darker-variant {
  color: #FFF !important;
  background-color: #000000 !important;
}
.btn-ci-blue-darker-variant:active,
.btn-ci-blue-darker-variant.active,
.open > .dropdown-toggle.btn-ci-blue-darker-variant {
  background-image: none;
}
.btn-ci-blue-darker-variant.disabled,
.btn-ci-blue-darker-variant[disabled],
fieldset[disabled] .btn-ci-blue-darker-variant,
.btn-ci-blue-darker-variant.disabled:hover,
.btn-ci-blue-darker-variant[disabled]:hover,
fieldset[disabled] .btn-ci-blue-darker-variant:hover,
.btn-ci-blue-darker-variant.disabled:focus,
.btn-ci-blue-darker-variant[disabled]:focus,
fieldset[disabled] .btn-ci-blue-darker-variant:focus,
.btn-ci-blue-darker-variant.disabled.focus,
.btn-ci-blue-darker-variant[disabled].focus,
fieldset[disabled] .btn-ci-blue-darker-variant.focus,
.btn-ci-blue-darker-variant.disabled:active,
.btn-ci-blue-darker-variant[disabled]:active,
fieldset[disabled] .btn-ci-blue-darker-variant:active,
.btn-ci-blue-darker-variant.disabled.active,
.btn-ci-blue-darker-variant[disabled].active,
fieldset[disabled] .btn-ci-blue-darker-variant.active {
  background-color: #03050a;
}
.btn-ci-blue-darker-variant .badge {
  color: #03050a;
  background-color: #FFF;
}
.btn-ci-yellow-variant {
  color: #FFF !important;
  background-color: #F7931D !important;
}
.btn-ci-yellow-variant:hover,
.btn-ci-yellow-variant:focus,
.btn-ci-yellow-variant.focus,
.btn-ci-yellow-variant:active,
.btn-ci-yellow-variant.active,
.open > .dropdown-toggle.btn-ci-yellow-variant {
  color: #FFF !important;
  background-color: #d97908 !important;
}
.btn-ci-yellow-variant:active,
.btn-ci-yellow-variant.active,
.open > .dropdown-toggle.btn-ci-yellow-variant {
  background-image: none;
}
.btn-ci-yellow-variant.disabled,
.btn-ci-yellow-variant[disabled],
fieldset[disabled] .btn-ci-yellow-variant,
.btn-ci-yellow-variant.disabled:hover,
.btn-ci-yellow-variant[disabled]:hover,
fieldset[disabled] .btn-ci-yellow-variant:hover,
.btn-ci-yellow-variant.disabled:focus,
.btn-ci-yellow-variant[disabled]:focus,
fieldset[disabled] .btn-ci-yellow-variant:focus,
.btn-ci-yellow-variant.disabled.focus,
.btn-ci-yellow-variant[disabled].focus,
fieldset[disabled] .btn-ci-yellow-variant.focus,
.btn-ci-yellow-variant.disabled:active,
.btn-ci-yellow-variant[disabled]:active,
fieldset[disabled] .btn-ci-yellow-variant:active,
.btn-ci-yellow-variant.disabled.active,
.btn-ci-yellow-variant[disabled].active,
fieldset[disabled] .btn-ci-yellow-variant.active {
  background-color: #F7931D;
}
.btn-ci-yellow-variant .badge {
  color: #F7931D;
  background-color: #FFF;
}
.btn-ci-yellow-lighter-variant {
  color: #FFF !important;
  background-color: #fabd76 !important;
}
.btn-ci-yellow-lighter-variant:hover,
.btn-ci-yellow-lighter-variant:focus,
.btn-ci-yellow-lighter-variant.focus,
.btn-ci-yellow-lighter-variant:active,
.btn-ci-yellow-lighter-variant.active,
.open > .dropdown-toggle.btn-ci-yellow-lighter-variant {
  color: #FFF !important;
  background-color: #f8a644 !important;
}
.btn-ci-yellow-lighter-variant:active,
.btn-ci-yellow-lighter-variant.active,
.open > .dropdown-toggle.btn-ci-yellow-lighter-variant {
  background-image: none;
}
.btn-ci-yellow-lighter-variant.disabled,
.btn-ci-yellow-lighter-variant[disabled],
fieldset[disabled] .btn-ci-yellow-lighter-variant,
.btn-ci-yellow-lighter-variant.disabled:hover,
.btn-ci-yellow-lighter-variant[disabled]:hover,
fieldset[disabled] .btn-ci-yellow-lighter-variant:hover,
.btn-ci-yellow-lighter-variant.disabled:focus,
.btn-ci-yellow-lighter-variant[disabled]:focus,
fieldset[disabled] .btn-ci-yellow-lighter-variant:focus,
.btn-ci-yellow-lighter-variant.disabled.focus,
.btn-ci-yellow-lighter-variant[disabled].focus,
fieldset[disabled] .btn-ci-yellow-lighter-variant.focus,
.btn-ci-yellow-lighter-variant.disabled:active,
.btn-ci-yellow-lighter-variant[disabled]:active,
fieldset[disabled] .btn-ci-yellow-lighter-variant:active,
.btn-ci-yellow-lighter-variant.disabled.active,
.btn-ci-yellow-lighter-variant[disabled].active,
fieldset[disabled] .btn-ci-yellow-lighter-variant.active {
  background-color: #fabd76;
}
.btn-ci-yellow-lighter-variant .badge {
  color: #fabd76;
  background-color: #FFF;
}
.btn-ci-yellow-light-variant {
  color: #FFF !important;
  background-color: #f9a849 !important;
}
.btn-ci-yellow-light-variant:hover,
.btn-ci-yellow-light-variant:focus,
.btn-ci-yellow-light-variant.focus,
.btn-ci-yellow-light-variant:active,
.btn-ci-yellow-light-variant.active,
.open > .dropdown-toggle.btn-ci-yellow-light-variant {
  color: #FFF !important;
  background-color: #f79118 !important;
}
.btn-ci-yellow-light-variant:active,
.btn-ci-yellow-light-variant.active,
.open > .dropdown-toggle.btn-ci-yellow-light-variant {
  background-image: none;
}
.btn-ci-yellow-light-variant.disabled,
.btn-ci-yellow-light-variant[disabled],
fieldset[disabled] .btn-ci-yellow-light-variant,
.btn-ci-yellow-light-variant.disabled:hover,
.btn-ci-yellow-light-variant[disabled]:hover,
fieldset[disabled] .btn-ci-yellow-light-variant:hover,
.btn-ci-yellow-light-variant.disabled:focus,
.btn-ci-yellow-light-variant[disabled]:focus,
fieldset[disabled] .btn-ci-yellow-light-variant:focus,
.btn-ci-yellow-light-variant.disabled.focus,
.btn-ci-yellow-light-variant[disabled].focus,
fieldset[disabled] .btn-ci-yellow-light-variant.focus,
.btn-ci-yellow-light-variant.disabled:active,
.btn-ci-yellow-light-variant[disabled]:active,
fieldset[disabled] .btn-ci-yellow-light-variant:active,
.btn-ci-yellow-light-variant.disabled.active,
.btn-ci-yellow-light-variant[disabled].active,
fieldset[disabled] .btn-ci-yellow-light-variant.active {
  background-color: #f9a849;
}
.btn-ci-yellow-light-variant .badge {
  color: #f9a849;
  background-color: #FFF;
}
.btn-ci-yellow-dark-variant {
  color: #FFF !important;
  background-color: #de7c08 !important;
}
.btn-ci-yellow-dark-variant:hover,
.btn-ci-yellow-dark-variant:focus,
.btn-ci-yellow-dark-variant.focus,
.btn-ci-yellow-dark-variant:active,
.btn-ci-yellow-dark-variant.active,
.open > .dropdown-toggle.btn-ci-yellow-dark-variant {
  color: #FFF !important;
  background-color: #ad6006 !important;
}
.btn-ci-yellow-dark-variant:active,
.btn-ci-yellow-dark-variant.active,
.open > .dropdown-toggle.btn-ci-yellow-dark-variant {
  background-image: none;
}
.btn-ci-yellow-dark-variant.disabled,
.btn-ci-yellow-dark-variant[disabled],
fieldset[disabled] .btn-ci-yellow-dark-variant,
.btn-ci-yellow-dark-variant.disabled:hover,
.btn-ci-yellow-dark-variant[disabled]:hover,
fieldset[disabled] .btn-ci-yellow-dark-variant:hover,
.btn-ci-yellow-dark-variant.disabled:focus,
.btn-ci-yellow-dark-variant[disabled]:focus,
fieldset[disabled] .btn-ci-yellow-dark-variant:focus,
.btn-ci-yellow-dark-variant.disabled.focus,
.btn-ci-yellow-dark-variant[disabled].focus,
fieldset[disabled] .btn-ci-yellow-dark-variant.focus,
.btn-ci-yellow-dark-variant.disabled:active,
.btn-ci-yellow-dark-variant[disabled]:active,
fieldset[disabled] .btn-ci-yellow-dark-variant:active,
.btn-ci-yellow-dark-variant.disabled.active,
.btn-ci-yellow-dark-variant[disabled].active,
fieldset[disabled] .btn-ci-yellow-dark-variant.active {
  background-color: #de7c08;
}
.btn-ci-yellow-dark-variant .badge {
  color: #de7c08;
  background-color: #FFF;
}
.btn-ci-yellow-darker-variant {
  color: #FFF !important;
  background-color: #b26306 !important;
}
.btn-ci-yellow-darker-variant:hover,
.btn-ci-yellow-darker-variant:focus,
.btn-ci-yellow-darker-variant.focus,
.btn-ci-yellow-darker-variant:active,
.btn-ci-yellow-darker-variant.active,
.open > .dropdown-toggle.btn-ci-yellow-darker-variant {
  color: #FFF !important;
  background-color: #814805 !important;
}
.btn-ci-yellow-darker-variant:active,
.btn-ci-yellow-darker-variant.active,
.open > .dropdown-toggle.btn-ci-yellow-darker-variant {
  background-image: none;
}
.btn-ci-yellow-darker-variant.disabled,
.btn-ci-yellow-darker-variant[disabled],
fieldset[disabled] .btn-ci-yellow-darker-variant,
.btn-ci-yellow-darker-variant.disabled:hover,
.btn-ci-yellow-darker-variant[disabled]:hover,
fieldset[disabled] .btn-ci-yellow-darker-variant:hover,
.btn-ci-yellow-darker-variant.disabled:focus,
.btn-ci-yellow-darker-variant[disabled]:focus,
fieldset[disabled] .btn-ci-yellow-darker-variant:focus,
.btn-ci-yellow-darker-variant.disabled.focus,
.btn-ci-yellow-darker-variant[disabled].focus,
fieldset[disabled] .btn-ci-yellow-darker-variant.focus,
.btn-ci-yellow-darker-variant.disabled:active,
.btn-ci-yellow-darker-variant[disabled]:active,
fieldset[disabled] .btn-ci-yellow-darker-variant:active,
.btn-ci-yellow-darker-variant.disabled.active,
.btn-ci-yellow-darker-variant[disabled].active,
fieldset[disabled] .btn-ci-yellow-darker-variant.active {
  background-color: #b26306;
}
.btn-ci-yellow-darker-variant .badge {
  color: #b26306;
  background-color: #FFF;
}
.btn-ci-purple-variant {
  color: #FFF !important;
  background-color: #6D2D64 !important;
}
.btn-ci-purple-variant:hover,
.btn-ci-purple-variant:focus,
.btn-ci-purple-variant.focus,
.btn-ci-purple-variant:active,
.btn-ci-purple-variant.active,
.open > .dropdown-toggle.btn-ci-purple-variant {
  color: #FFF !important;
  background-color: #491e43 !important;
}
.btn-ci-purple-variant:active,
.btn-ci-purple-variant.active,
.open > .dropdown-toggle.btn-ci-purple-variant {
  background-image: none;
}
.btn-ci-purple-variant.disabled,
.btn-ci-purple-variant[disabled],
fieldset[disabled] .btn-ci-purple-variant,
.btn-ci-purple-variant.disabled:hover,
.btn-ci-purple-variant[disabled]:hover,
fieldset[disabled] .btn-ci-purple-variant:hover,
.btn-ci-purple-variant.disabled:focus,
.btn-ci-purple-variant[disabled]:focus,
fieldset[disabled] .btn-ci-purple-variant:focus,
.btn-ci-purple-variant.disabled.focus,
.btn-ci-purple-variant[disabled].focus,
fieldset[disabled] .btn-ci-purple-variant.focus,
.btn-ci-purple-variant.disabled:active,
.btn-ci-purple-variant[disabled]:active,
fieldset[disabled] .btn-ci-purple-variant:active,
.btn-ci-purple-variant.disabled.active,
.btn-ci-purple-variant[disabled].active,
fieldset[disabled] .btn-ci-purple-variant.active {
  background-color: #6D2D64;
}
.btn-ci-purple-variant .badge {
  color: #6D2D64;
  background-color: #FFF;
}
.btn-ci-purple-lighter-variant {
  color: #FFF !important;
  background-color: #ae48a0 !important;
}
.btn-ci-purple-lighter-variant:hover,
.btn-ci-purple-lighter-variant:focus,
.btn-ci-purple-lighter-variant.focus,
.btn-ci-purple-lighter-variant:active,
.btn-ci-purple-lighter-variant.active,
.open > .dropdown-toggle.btn-ci-purple-lighter-variant {
  color: #FFF !important;
  background-color: #8a397e !important;
}
.btn-ci-purple-lighter-variant:active,
.btn-ci-purple-lighter-variant.active,
.open > .dropdown-toggle.btn-ci-purple-lighter-variant {
  background-image: none;
}
.btn-ci-purple-lighter-variant.disabled,
.btn-ci-purple-lighter-variant[disabled],
fieldset[disabled] .btn-ci-purple-lighter-variant,
.btn-ci-purple-lighter-variant.disabled:hover,
.btn-ci-purple-lighter-variant[disabled]:hover,
fieldset[disabled] .btn-ci-purple-lighter-variant:hover,
.btn-ci-purple-lighter-variant.disabled:focus,
.btn-ci-purple-lighter-variant[disabled]:focus,
fieldset[disabled] .btn-ci-purple-lighter-variant:focus,
.btn-ci-purple-lighter-variant.disabled.focus,
.btn-ci-purple-lighter-variant[disabled].focus,
fieldset[disabled] .btn-ci-purple-lighter-variant.focus,
.btn-ci-purple-lighter-variant.disabled:active,
.btn-ci-purple-lighter-variant[disabled]:active,
fieldset[disabled] .btn-ci-purple-lighter-variant:active,
.btn-ci-purple-lighter-variant.disabled.active,
.btn-ci-purple-lighter-variant[disabled].active,
fieldset[disabled] .btn-ci-purple-lighter-variant.active {
  background-color: #ae48a0;
}
.btn-ci-purple-lighter-variant .badge {
  color: #ae48a0;
  background-color: #FFF;
}
.btn-ci-purple-light-variant {
  color: #FFF !important;
  background-color: #8d3a82 !important;
}
.btn-ci-purple-light-variant:hover,
.btn-ci-purple-light-variant:focus,
.btn-ci-purple-light-variant.focus,
.btn-ci-purple-light-variant:active,
.btn-ci-purple-light-variant.active,
.open > .dropdown-toggle.btn-ci-purple-light-variant {
  color: #FFF !important;
  background-color: #692c61 !important;
}
.btn-ci-purple-light-variant:active,
.btn-ci-purple-light-variant.active,
.open > .dropdown-toggle.btn-ci-purple-light-variant {
  background-image: none;
}
.btn-ci-purple-light-variant.disabled,
.btn-ci-purple-light-variant[disabled],
fieldset[disabled] .btn-ci-purple-light-variant,
.btn-ci-purple-light-variant.disabled:hover,
.btn-ci-purple-light-variant[disabled]:hover,
fieldset[disabled] .btn-ci-purple-light-variant:hover,
.btn-ci-purple-light-variant.disabled:focus,
.btn-ci-purple-light-variant[disabled]:focus,
fieldset[disabled] .btn-ci-purple-light-variant:focus,
.btn-ci-purple-light-variant.disabled.focus,
.btn-ci-purple-light-variant[disabled].focus,
fieldset[disabled] .btn-ci-purple-light-variant.focus,
.btn-ci-purple-light-variant.disabled:active,
.btn-ci-purple-light-variant[disabled]:active,
fieldset[disabled] .btn-ci-purple-light-variant:active,
.btn-ci-purple-light-variant.disabled.active,
.btn-ci-purple-light-variant[disabled].active,
fieldset[disabled] .btn-ci-purple-light-variant.active {
  background-color: #8d3a82;
}
.btn-ci-purple-light-variant .badge {
  color: #8d3a82;
  background-color: #FFF;
}
.btn-ci-purple-dark-variant {
  color: #FFF !important;
  background-color: #4d2046 !important;
}
.btn-ci-purple-dark-variant:hover,
.btn-ci-purple-dark-variant:focus,
.btn-ci-purple-dark-variant.focus,
.btn-ci-purple-dark-variant:active,
.btn-ci-purple-dark-variant.active,
.open > .dropdown-toggle.btn-ci-purple-dark-variant {
  color: #FFF !important;
  background-color: #281125 !important;
}
.btn-ci-purple-dark-variant:active,
.btn-ci-purple-dark-variant.active,
.open > .dropdown-toggle.btn-ci-purple-dark-variant {
  background-image: none;
}
.btn-ci-purple-dark-variant.disabled,
.btn-ci-purple-dark-variant[disabled],
fieldset[disabled] .btn-ci-purple-dark-variant,
.btn-ci-purple-dark-variant.disabled:hover,
.btn-ci-purple-dark-variant[disabled]:hover,
fieldset[disabled] .btn-ci-purple-dark-variant:hover,
.btn-ci-purple-dark-variant.disabled:focus,
.btn-ci-purple-dark-variant[disabled]:focus,
fieldset[disabled] .btn-ci-purple-dark-variant:focus,
.btn-ci-purple-dark-variant.disabled.focus,
.btn-ci-purple-dark-variant[disabled].focus,
fieldset[disabled] .btn-ci-purple-dark-variant.focus,
.btn-ci-purple-dark-variant.disabled:active,
.btn-ci-purple-dark-variant[disabled]:active,
fieldset[disabled] .btn-ci-purple-dark-variant:active,
.btn-ci-purple-dark-variant.disabled.active,
.btn-ci-purple-dark-variant[disabled].active,
fieldset[disabled] .btn-ci-purple-dark-variant.active {
  background-color: #4d2046;
}
.btn-ci-purple-dark-variant .badge {
  color: #4d2046;
  background-color: #FFF;
}
.btn-ci-purple-darker-variant {
  color: #FFF !important;
  background-color: #2c1228 !important;
}
.btn-ci-purple-darker-variant:hover,
.btn-ci-purple-darker-variant:focus,
.btn-ci-purple-darker-variant.focus,
.btn-ci-purple-darker-variant:active,
.btn-ci-purple-darker-variant.active,
.open > .dropdown-toggle.btn-ci-purple-darker-variant {
  color: #FFF !important;
  background-color: #080307 !important;
}
.btn-ci-purple-darker-variant:active,
.btn-ci-purple-darker-variant.active,
.open > .dropdown-toggle.btn-ci-purple-darker-variant {
  background-image: none;
}
.btn-ci-purple-darker-variant.disabled,
.btn-ci-purple-darker-variant[disabled],
fieldset[disabled] .btn-ci-purple-darker-variant,
.btn-ci-purple-darker-variant.disabled:hover,
.btn-ci-purple-darker-variant[disabled]:hover,
fieldset[disabled] .btn-ci-purple-darker-variant:hover,
.btn-ci-purple-darker-variant.disabled:focus,
.btn-ci-purple-darker-variant[disabled]:focus,
fieldset[disabled] .btn-ci-purple-darker-variant:focus,
.btn-ci-purple-darker-variant.disabled.focus,
.btn-ci-purple-darker-variant[disabled].focus,
fieldset[disabled] .btn-ci-purple-darker-variant.focus,
.btn-ci-purple-darker-variant.disabled:active,
.btn-ci-purple-darker-variant[disabled]:active,
fieldset[disabled] .btn-ci-purple-darker-variant:active,
.btn-ci-purple-darker-variant.disabled.active,
.btn-ci-purple-darker-variant[disabled].active,
fieldset[disabled] .btn-ci-purple-darker-variant.active {
  background-color: #2c1228;
}
.btn-ci-purple-darker-variant .badge {
  color: #2c1228;
  background-color: #FFF;
}
.btn-ci-gray-darker-variant {
  color: #FFF !important;
  background-color: #222222 !important;
}
.btn-ci-gray-darker-variant:hover,
.btn-ci-gray-darker-variant:focus,
.btn-ci-gray-darker-variant.focus,
.btn-ci-gray-darker-variant:active,
.btn-ci-gray-darker-variant.active,
.open > .dropdown-toggle.btn-ci-gray-darker-variant {
  color: #FFF !important;
  background-color: #090909 !important;
}
.btn-ci-gray-darker-variant:active,
.btn-ci-gray-darker-variant.active,
.open > .dropdown-toggle.btn-ci-gray-darker-variant {
  background-image: none;
}
.btn-ci-gray-darker-variant.disabled,
.btn-ci-gray-darker-variant[disabled],
fieldset[disabled] .btn-ci-gray-darker-variant,
.btn-ci-gray-darker-variant.disabled:hover,
.btn-ci-gray-darker-variant[disabled]:hover,
fieldset[disabled] .btn-ci-gray-darker-variant:hover,
.btn-ci-gray-darker-variant.disabled:focus,
.btn-ci-gray-darker-variant[disabled]:focus,
fieldset[disabled] .btn-ci-gray-darker-variant:focus,
.btn-ci-gray-darker-variant.disabled.focus,
.btn-ci-gray-darker-variant[disabled].focus,
fieldset[disabled] .btn-ci-gray-darker-variant.focus,
.btn-ci-gray-darker-variant.disabled:active,
.btn-ci-gray-darker-variant[disabled]:active,
fieldset[disabled] .btn-ci-gray-darker-variant:active,
.btn-ci-gray-darker-variant.disabled.active,
.btn-ci-gray-darker-variant[disabled].active,
fieldset[disabled] .btn-ci-gray-darker-variant.active {
  background-color: #222222;
}
.btn-ci-gray-darker-variant .badge {
  color: #222222;
  background-color: #FFF;
}
.btn-ci-gray-dark-variant {
  color: #FFF !important;
  background-color: #333333 !important;
}
.btn-ci-gray-dark-variant:hover,
.btn-ci-gray-dark-variant:focus,
.btn-ci-gray-dark-variant.focus,
.btn-ci-gray-dark-variant:active,
.btn-ci-gray-dark-variant.active,
.open > .dropdown-toggle.btn-ci-gray-dark-variant {
  color: #FFF !important;
  background-color: #1a1a1a !important;
}
.btn-ci-gray-dark-variant:active,
.btn-ci-gray-dark-variant.active,
.open > .dropdown-toggle.btn-ci-gray-dark-variant {
  background-image: none;
}
.btn-ci-gray-dark-variant.disabled,
.btn-ci-gray-dark-variant[disabled],
fieldset[disabled] .btn-ci-gray-dark-variant,
.btn-ci-gray-dark-variant.disabled:hover,
.btn-ci-gray-dark-variant[disabled]:hover,
fieldset[disabled] .btn-ci-gray-dark-variant:hover,
.btn-ci-gray-dark-variant.disabled:focus,
.btn-ci-gray-dark-variant[disabled]:focus,
fieldset[disabled] .btn-ci-gray-dark-variant:focus,
.btn-ci-gray-dark-variant.disabled.focus,
.btn-ci-gray-dark-variant[disabled].focus,
fieldset[disabled] .btn-ci-gray-dark-variant.focus,
.btn-ci-gray-dark-variant.disabled:active,
.btn-ci-gray-dark-variant[disabled]:active,
fieldset[disabled] .btn-ci-gray-dark-variant:active,
.btn-ci-gray-dark-variant.disabled.active,
.btn-ci-gray-dark-variant[disabled].active,
fieldset[disabled] .btn-ci-gray-dark-variant.active {
  background-color: #333333;
}
.btn-ci-gray-dark-variant .badge {
  color: #333333;
  background-color: #FFF;
}
.btn-ci-gray-variant {
  color: #FFF !important;
  background-color: #555555 !important;
}
.btn-ci-gray-variant:hover,
.btn-ci-gray-variant:focus,
.btn-ci-gray-variant.focus,
.btn-ci-gray-variant:active,
.btn-ci-gray-variant.active,
.open > .dropdown-toggle.btn-ci-gray-variant {
  color: #FFF !important;
  background-color: #3c3c3c !important;
}
.btn-ci-gray-variant:active,
.btn-ci-gray-variant.active,
.open > .dropdown-toggle.btn-ci-gray-variant {
  background-image: none;
}
.btn-ci-gray-variant.disabled,
.btn-ci-gray-variant[disabled],
fieldset[disabled] .btn-ci-gray-variant,
.btn-ci-gray-variant.disabled:hover,
.btn-ci-gray-variant[disabled]:hover,
fieldset[disabled] .btn-ci-gray-variant:hover,
.btn-ci-gray-variant.disabled:focus,
.btn-ci-gray-variant[disabled]:focus,
fieldset[disabled] .btn-ci-gray-variant:focus,
.btn-ci-gray-variant.disabled.focus,
.btn-ci-gray-variant[disabled].focus,
fieldset[disabled] .btn-ci-gray-variant.focus,
.btn-ci-gray-variant.disabled:active,
.btn-ci-gray-variant[disabled]:active,
fieldset[disabled] .btn-ci-gray-variant:active,
.btn-ci-gray-variant.disabled.active,
.btn-ci-gray-variant[disabled].active,
fieldset[disabled] .btn-ci-gray-variant.active {
  background-color: #555555;
}
.btn-ci-gray-variant .badge {
  color: #555555;
  background-color: #FFF;
}
.btn-ci-gray-light-variant {
  color: #FFF !important;
  background-color: #777777 !important;
}
.btn-ci-gray-light-variant:hover,
.btn-ci-gray-light-variant:focus,
.btn-ci-gray-light-variant.focus,
.btn-ci-gray-light-variant:active,
.btn-ci-gray-light-variant.active,
.open > .dropdown-toggle.btn-ci-gray-light-variant {
  color: #FFF !important;
  background-color: #5e5e5e !important;
}
.btn-ci-gray-light-variant:active,
.btn-ci-gray-light-variant.active,
.open > .dropdown-toggle.btn-ci-gray-light-variant {
  background-image: none;
}
.btn-ci-gray-light-variant.disabled,
.btn-ci-gray-light-variant[disabled],
fieldset[disabled] .btn-ci-gray-light-variant,
.btn-ci-gray-light-variant.disabled:hover,
.btn-ci-gray-light-variant[disabled]:hover,
fieldset[disabled] .btn-ci-gray-light-variant:hover,
.btn-ci-gray-light-variant.disabled:focus,
.btn-ci-gray-light-variant[disabled]:focus,
fieldset[disabled] .btn-ci-gray-light-variant:focus,
.btn-ci-gray-light-variant.disabled.focus,
.btn-ci-gray-light-variant[disabled].focus,
fieldset[disabled] .btn-ci-gray-light-variant.focus,
.btn-ci-gray-light-variant.disabled:active,
.btn-ci-gray-light-variant[disabled]:active,
fieldset[disabled] .btn-ci-gray-light-variant:active,
.btn-ci-gray-light-variant.disabled.active,
.btn-ci-gray-light-variant[disabled].active,
fieldset[disabled] .btn-ci-gray-light-variant.active {
  background-color: #777777;
}
.btn-ci-gray-light-variant .badge {
  color: #777777;
  background-color: #FFF;
}
.btn-ci-gray-lighter-variant {
  color: #000 !important;
  background-color: #eeeeee !important;
}
.btn-ci-gray-lighter-variant:hover,
.btn-ci-gray-lighter-variant:focus,
.btn-ci-gray-lighter-variant.focus,
.btn-ci-gray-lighter-variant:active,
.btn-ci-gray-lighter-variant.active,
.open > .dropdown-toggle.btn-ci-gray-lighter-variant {
  color: #000 !important;
  background-color: #d5d5d5 !important;
}
.btn-ci-gray-lighter-variant:active,
.btn-ci-gray-lighter-variant.active,
.open > .dropdown-toggle.btn-ci-gray-lighter-variant {
  background-image: none;
}
.btn-ci-gray-lighter-variant.disabled,
.btn-ci-gray-lighter-variant[disabled],
fieldset[disabled] .btn-ci-gray-lighter-variant,
.btn-ci-gray-lighter-variant.disabled:hover,
.btn-ci-gray-lighter-variant[disabled]:hover,
fieldset[disabled] .btn-ci-gray-lighter-variant:hover,
.btn-ci-gray-lighter-variant.disabled:focus,
.btn-ci-gray-lighter-variant[disabled]:focus,
fieldset[disabled] .btn-ci-gray-lighter-variant:focus,
.btn-ci-gray-lighter-variant.disabled.focus,
.btn-ci-gray-lighter-variant[disabled].focus,
fieldset[disabled] .btn-ci-gray-lighter-variant.focus,
.btn-ci-gray-lighter-variant.disabled:active,
.btn-ci-gray-lighter-variant[disabled]:active,
fieldset[disabled] .btn-ci-gray-lighter-variant:active,
.btn-ci-gray-lighter-variant.disabled.active,
.btn-ci-gray-lighter-variant[disabled].active,
fieldset[disabled] .btn-ci-gray-lighter-variant.active {
  background-color: #eeeeee;
}
.btn-ci-gray-lighter-variant .badge {
  color: #eeeeee;
  background-color: #000;
}
.btn-ci-UN-variant {
  color: #FFF !important;
  background-color: #930010 !important;
}
.btn-ci-UN-variant:hover,
.btn-ci-UN-variant:focus,
.btn-ci-UN-variant.focus,
.btn-ci-UN-variant:active,
.btn-ci-UN-variant.active,
.open > .dropdown-toggle.btn-ci-UN-variant {
  color: #FFF !important;
  background-color: #60000a !important;
}
.btn-ci-UN-variant:active,
.btn-ci-UN-variant.active,
.open > .dropdown-toggle.btn-ci-UN-variant {
  background-image: none;
}
.btn-ci-UN-variant.disabled,
.btn-ci-UN-variant[disabled],
fieldset[disabled] .btn-ci-UN-variant,
.btn-ci-UN-variant.disabled:hover,
.btn-ci-UN-variant[disabled]:hover,
fieldset[disabled] .btn-ci-UN-variant:hover,
.btn-ci-UN-variant.disabled:focus,
.btn-ci-UN-variant[disabled]:focus,
fieldset[disabled] .btn-ci-UN-variant:focus,
.btn-ci-UN-variant.disabled.focus,
.btn-ci-UN-variant[disabled].focus,
fieldset[disabled] .btn-ci-UN-variant.focus,
.btn-ci-UN-variant.disabled:active,
.btn-ci-UN-variant[disabled]:active,
fieldset[disabled] .btn-ci-UN-variant:active,
.btn-ci-UN-variant.disabled.active,
.btn-ci-UN-variant[disabled].active,
fieldset[disabled] .btn-ci-UN-variant.active {
  background-color: #930010;
}
.btn-ci-UN-variant .badge {
  color: #930010;
  background-color: #FFF;
}
.btn-ci-GL-variant {
  color: #FFF !important;
  background-color: #172652 !important;
}
.btn-ci-GL-variant:hover,
.btn-ci-GL-variant:focus,
.btn-ci-GL-variant.focus,
.btn-ci-GL-variant:active,
.btn-ci-GL-variant.active,
.open > .dropdown-toggle.btn-ci-GL-variant {
  color: #FFF !important;
  background-color: #0c142a !important;
}
.btn-ci-GL-variant:active,
.btn-ci-GL-variant.active,
.open > .dropdown-toggle.btn-ci-GL-variant {
  background-image: none;
}
.btn-ci-GL-variant.disabled,
.btn-ci-GL-variant[disabled],
fieldset[disabled] .btn-ci-GL-variant,
.btn-ci-GL-variant.disabled:hover,
.btn-ci-GL-variant[disabled]:hover,
fieldset[disabled] .btn-ci-GL-variant:hover,
.btn-ci-GL-variant.disabled:focus,
.btn-ci-GL-variant[disabled]:focus,
fieldset[disabled] .btn-ci-GL-variant:focus,
.btn-ci-GL-variant.disabled.focus,
.btn-ci-GL-variant[disabled].focus,
fieldset[disabled] .btn-ci-GL-variant.focus,
.btn-ci-GL-variant.disabled:active,
.btn-ci-GL-variant[disabled]:active,
fieldset[disabled] .btn-ci-GL-variant:active,
.btn-ci-GL-variant.disabled.active,
.btn-ci-GL-variant[disabled].active,
fieldset[disabled] .btn-ci-GL-variant.active {
  background-color: #172652;
}
.btn-ci-GL-variant .badge {
  color: #172652;
  background-color: #FFF;
}
.btn-ci-SO-variant {
  color: #FFF !important;
  background-color: #F7931D !important;
}
.btn-ci-SO-variant:hover,
.btn-ci-SO-variant:focus,
.btn-ci-SO-variant.focus,
.btn-ci-SO-variant:active,
.btn-ci-SO-variant.active,
.open > .dropdown-toggle.btn-ci-SO-variant {
  color: #FFF !important;
  background-color: #d97908 !important;
}
.btn-ci-SO-variant:active,
.btn-ci-SO-variant.active,
.open > .dropdown-toggle.btn-ci-SO-variant {
  background-image: none;
}
.btn-ci-SO-variant.disabled,
.btn-ci-SO-variant[disabled],
fieldset[disabled] .btn-ci-SO-variant,
.btn-ci-SO-variant.disabled:hover,
.btn-ci-SO-variant[disabled]:hover,
fieldset[disabled] .btn-ci-SO-variant:hover,
.btn-ci-SO-variant.disabled:focus,
.btn-ci-SO-variant[disabled]:focus,
fieldset[disabled] .btn-ci-SO-variant:focus,
.btn-ci-SO-variant.disabled.focus,
.btn-ci-SO-variant[disabled].focus,
fieldset[disabled] .btn-ci-SO-variant.focus,
.btn-ci-SO-variant.disabled:active,
.btn-ci-SO-variant[disabled]:active,
fieldset[disabled] .btn-ci-SO-variant:active,
.btn-ci-SO-variant.disabled.active,
.btn-ci-SO-variant[disabled].active,
fieldset[disabled] .btn-ci-SO-variant.active {
  background-color: #F7931D;
}
.btn-ci-SO-variant .badge {
  color: #F7931D;
  background-color: #FFF;
}
.btn-ci-red-variant-flames {
  color: #FFF !important;
  background-color: #930010 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-red-variant-flames:hover,
.btn-ci-red-variant-flames:focus,
.btn-ci-red-variant-flames.focus,
.btn-ci-red-variant-flames:active,
.btn-ci-red-variant-flames.active,
.open > .dropdown-toggle.btn-ci-red-variant-flames {
  color: #FFF !important;
  background-color: #60000a !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-red-variant-flames:active,
.btn-ci-red-variant-flames.active,
.open > .dropdown-toggle.btn-ci-red-variant-flames {
  background-image: none;
}
.btn-ci-red-variant-flames.disabled,
.btn-ci-red-variant-flames[disabled],
fieldset[disabled] .btn-ci-red-variant-flames,
.btn-ci-red-variant-flames.disabled:hover,
.btn-ci-red-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-red-variant-flames:hover,
.btn-ci-red-variant-flames.disabled:focus,
.btn-ci-red-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-red-variant-flames:focus,
.btn-ci-red-variant-flames.disabled.focus,
.btn-ci-red-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-red-variant-flames.focus,
.btn-ci-red-variant-flames.disabled:active,
.btn-ci-red-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-red-variant-flames:active,
.btn-ci-red-variant-flames.disabled.active,
.btn-ci-red-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-red-variant-flames.active {
  background-color: #930010;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-red-variant-flames .badge {
  color: #930010;
  background-color: #FFF;
}
.btn-ci-red-lighter-variant-flames {
  color: #FFF !important;
  background-color: #ef001a !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-red-lighter-variant-flames:hover,
.btn-ci-red-lighter-variant-flames:focus,
.btn-ci-red-lighter-variant-flames.focus,
.btn-ci-red-lighter-variant-flames:active,
.btn-ci-red-lighter-variant-flames.active,
.open > .dropdown-toggle.btn-ci-red-lighter-variant-flames {
  color: #FFF !important;
  background-color: #bc0014 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-red-lighter-variant-flames:active,
.btn-ci-red-lighter-variant-flames.active,
.open > .dropdown-toggle.btn-ci-red-lighter-variant-flames {
  background-image: none;
}
.btn-ci-red-lighter-variant-flames.disabled,
.btn-ci-red-lighter-variant-flames[disabled],
fieldset[disabled] .btn-ci-red-lighter-variant-flames,
.btn-ci-red-lighter-variant-flames.disabled:hover,
.btn-ci-red-lighter-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-red-lighter-variant-flames:hover,
.btn-ci-red-lighter-variant-flames.disabled:focus,
.btn-ci-red-lighter-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-red-lighter-variant-flames:focus,
.btn-ci-red-lighter-variant-flames.disabled.focus,
.btn-ci-red-lighter-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-red-lighter-variant-flames.focus,
.btn-ci-red-lighter-variant-flames.disabled:active,
.btn-ci-red-lighter-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-red-lighter-variant-flames:active,
.btn-ci-red-lighter-variant-flames.disabled.active,
.btn-ci-red-lighter-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-red-lighter-variant-flames.active {
  background-color: #ef001a;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-red-lighter-variant-flames .badge {
  color: #ef001a;
  background-color: #FFF;
}
.btn-ci-red-light-variant-flames {
  color: #FFF !important;
  background-color: #c10015 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-red-light-variant-flames:hover,
.btn-ci-red-light-variant-flames:focus,
.btn-ci-red-light-variant-flames.focus,
.btn-ci-red-light-variant-flames:active,
.btn-ci-red-light-variant-flames.active,
.open > .dropdown-toggle.btn-ci-red-light-variant-flames {
  color: #FFF !important;
  background-color: #8e000f !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-red-light-variant-flames:active,
.btn-ci-red-light-variant-flames.active,
.open > .dropdown-toggle.btn-ci-red-light-variant-flames {
  background-image: none;
}
.btn-ci-red-light-variant-flames.disabled,
.btn-ci-red-light-variant-flames[disabled],
fieldset[disabled] .btn-ci-red-light-variant-flames,
.btn-ci-red-light-variant-flames.disabled:hover,
.btn-ci-red-light-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-red-light-variant-flames:hover,
.btn-ci-red-light-variant-flames.disabled:focus,
.btn-ci-red-light-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-red-light-variant-flames:focus,
.btn-ci-red-light-variant-flames.disabled.focus,
.btn-ci-red-light-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-red-light-variant-flames.focus,
.btn-ci-red-light-variant-flames.disabled:active,
.btn-ci-red-light-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-red-light-variant-flames:active,
.btn-ci-red-light-variant-flames.disabled.active,
.btn-ci-red-light-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-red-light-variant-flames.active {
  background-color: #c10015;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-red-light-variant-flames .badge {
  color: #c10015;
  background-color: #FFF;
}
.btn-ci-red-dark-variant-flames {
  color: #FFF !important;
  background-color: #65000b !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-red-dark-variant-flames:hover,
.btn-ci-red-dark-variant-flames:focus,
.btn-ci-red-dark-variant-flames.focus,
.btn-ci-red-dark-variant-flames:active,
.btn-ci-red-dark-variant-flames.active,
.open > .dropdown-toggle.btn-ci-red-dark-variant-flames {
  color: #FFF !important;
  background-color: #320005 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-red-dark-variant-flames:active,
.btn-ci-red-dark-variant-flames.active,
.open > .dropdown-toggle.btn-ci-red-dark-variant-flames {
  background-image: none;
}
.btn-ci-red-dark-variant-flames.disabled,
.btn-ci-red-dark-variant-flames[disabled],
fieldset[disabled] .btn-ci-red-dark-variant-flames,
.btn-ci-red-dark-variant-flames.disabled:hover,
.btn-ci-red-dark-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-red-dark-variant-flames:hover,
.btn-ci-red-dark-variant-flames.disabled:focus,
.btn-ci-red-dark-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-red-dark-variant-flames:focus,
.btn-ci-red-dark-variant-flames.disabled.focus,
.btn-ci-red-dark-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-red-dark-variant-flames.focus,
.btn-ci-red-dark-variant-flames.disabled:active,
.btn-ci-red-dark-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-red-dark-variant-flames:active,
.btn-ci-red-dark-variant-flames.disabled.active,
.btn-ci-red-dark-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-red-dark-variant-flames.active {
  background-color: #65000b;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-red-dark-variant-flames .badge {
  color: #65000b;
  background-color: #FFF;
}
.btn-ci-red-darker-variant-flames {
  color: #FFF !important;
  background-color: #370006 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-red-darker-variant-flames:hover,
.btn-ci-red-darker-variant-flames:focus,
.btn-ci-red-darker-variant-flames.focus,
.btn-ci-red-darker-variant-flames:active,
.btn-ci-red-darker-variant-flames.active,
.open > .dropdown-toggle.btn-ci-red-darker-variant-flames {
  color: #FFF !important;
  background-color: #040000 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-red-darker-variant-flames:active,
.btn-ci-red-darker-variant-flames.active,
.open > .dropdown-toggle.btn-ci-red-darker-variant-flames {
  background-image: none;
}
.btn-ci-red-darker-variant-flames.disabled,
.btn-ci-red-darker-variant-flames[disabled],
fieldset[disabled] .btn-ci-red-darker-variant-flames,
.btn-ci-red-darker-variant-flames.disabled:hover,
.btn-ci-red-darker-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-red-darker-variant-flames:hover,
.btn-ci-red-darker-variant-flames.disabled:focus,
.btn-ci-red-darker-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-red-darker-variant-flames:focus,
.btn-ci-red-darker-variant-flames.disabled.focus,
.btn-ci-red-darker-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-red-darker-variant-flames.focus,
.btn-ci-red-darker-variant-flames.disabled:active,
.btn-ci-red-darker-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-red-darker-variant-flames:active,
.btn-ci-red-darker-variant-flames.disabled.active,
.btn-ci-red-darker-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-red-darker-variant-flames.active {
  background-color: #370006;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-red-darker-variant-flames .badge {
  color: #370006;
  background-color: #FFF;
}
.btn-ci-blue-variant-flames {
  color: #FFF !important;
  background-color: #172652 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-blue-variant-flames:hover,
.btn-ci-blue-variant-flames:focus,
.btn-ci-blue-variant-flames.focus,
.btn-ci-blue-variant-flames:active,
.btn-ci-blue-variant-flames.active,
.open > .dropdown-toggle.btn-ci-blue-variant-flames {
  color: #FFF !important;
  background-color: #0c142a !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-blue-variant-flames:active,
.btn-ci-blue-variant-flames.active,
.open > .dropdown-toggle.btn-ci-blue-variant-flames {
  background-image: none;
}
.btn-ci-blue-variant-flames.disabled,
.btn-ci-blue-variant-flames[disabled],
fieldset[disabled] .btn-ci-blue-variant-flames,
.btn-ci-blue-variant-flames.disabled:hover,
.btn-ci-blue-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-blue-variant-flames:hover,
.btn-ci-blue-variant-flames.disabled:focus,
.btn-ci-blue-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-blue-variant-flames:focus,
.btn-ci-blue-variant-flames.disabled.focus,
.btn-ci-blue-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-blue-variant-flames.focus,
.btn-ci-blue-variant-flames.disabled:active,
.btn-ci-blue-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-blue-variant-flames:active,
.btn-ci-blue-variant-flames.disabled.active,
.btn-ci-blue-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-blue-variant-flames.active {
  background-color: #172652;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-blue-variant-flames .badge {
  color: #172652;
  background-color: #FFF;
}
.btn-ci-blue-lighter-variant-flames {
  color: #FFF !important;
  background-color: #2b479a !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-blue-lighter-variant-flames:hover,
.btn-ci-blue-lighter-variant-flames:focus,
.btn-ci-blue-lighter-variant-flames.focus,
.btn-ci-blue-lighter-variant-flames:active,
.btn-ci-blue-lighter-variant-flames.active,
.open > .dropdown-toggle.btn-ci-blue-lighter-variant-flames {
  color: #FFF !important;
  background-color: #203572 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-blue-lighter-variant-flames:active,
.btn-ci-blue-lighter-variant-flames.active,
.open > .dropdown-toggle.btn-ci-blue-lighter-variant-flames {
  background-image: none;
}
.btn-ci-blue-lighter-variant-flames.disabled,
.btn-ci-blue-lighter-variant-flames[disabled],
fieldset[disabled] .btn-ci-blue-lighter-variant-flames,
.btn-ci-blue-lighter-variant-flames.disabled:hover,
.btn-ci-blue-lighter-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-blue-lighter-variant-flames:hover,
.btn-ci-blue-lighter-variant-flames.disabled:focus,
.btn-ci-blue-lighter-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-blue-lighter-variant-flames:focus,
.btn-ci-blue-lighter-variant-flames.disabled.focus,
.btn-ci-blue-lighter-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-blue-lighter-variant-flames.focus,
.btn-ci-blue-lighter-variant-flames.disabled:active,
.btn-ci-blue-lighter-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-blue-lighter-variant-flames:active,
.btn-ci-blue-lighter-variant-flames.disabled.active,
.btn-ci-blue-lighter-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-blue-lighter-variant-flames.active {
  background-color: #2b479a;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-blue-lighter-variant-flames .badge {
  color: #2b479a;
  background-color: #FFF;
}
.btn-ci-blue-light-variant-flames {
  color: #FFF !important;
  background-color: #213776 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-blue-light-variant-flames:hover,
.btn-ci-blue-light-variant-flames:focus,
.btn-ci-blue-light-variant-flames.focus,
.btn-ci-blue-light-variant-flames:active,
.btn-ci-blue-light-variant-flames.active,
.open > .dropdown-toggle.btn-ci-blue-light-variant-flames {
  color: #FFF !important;
  background-color: #16244e !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-blue-light-variant-flames:active,
.btn-ci-blue-light-variant-flames.active,
.open > .dropdown-toggle.btn-ci-blue-light-variant-flames {
  background-image: none;
}
.btn-ci-blue-light-variant-flames.disabled,
.btn-ci-blue-light-variant-flames[disabled],
fieldset[disabled] .btn-ci-blue-light-variant-flames,
.btn-ci-blue-light-variant-flames.disabled:hover,
.btn-ci-blue-light-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-blue-light-variant-flames:hover,
.btn-ci-blue-light-variant-flames.disabled:focus,
.btn-ci-blue-light-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-blue-light-variant-flames:focus,
.btn-ci-blue-light-variant-flames.disabled.focus,
.btn-ci-blue-light-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-blue-light-variant-flames.focus,
.btn-ci-blue-light-variant-flames.disabled:active,
.btn-ci-blue-light-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-blue-light-variant-flames:active,
.btn-ci-blue-light-variant-flames.disabled.active,
.btn-ci-blue-light-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-blue-light-variant-flames.active {
  background-color: #213776;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-blue-light-variant-flames .badge {
  color: #213776;
  background-color: #FFF;
}
.btn-ci-blue-dark-variant-flames {
  color: #FFF !important;
  background-color: #0d152e !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-blue-dark-variant-flames:hover,
.btn-ci-blue-dark-variant-flames:focus,
.btn-ci-blue-dark-variant-flames.focus,
.btn-ci-blue-dark-variant-flames:active,
.btn-ci-blue-dark-variant-flames.active,
.open > .dropdown-toggle.btn-ci-blue-dark-variant-flames {
  color: #FFF !important;
  background-color: #020306 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-blue-dark-variant-flames:active,
.btn-ci-blue-dark-variant-flames.active,
.open > .dropdown-toggle.btn-ci-blue-dark-variant-flames {
  background-image: none;
}
.btn-ci-blue-dark-variant-flames.disabled,
.btn-ci-blue-dark-variant-flames[disabled],
fieldset[disabled] .btn-ci-blue-dark-variant-flames,
.btn-ci-blue-dark-variant-flames.disabled:hover,
.btn-ci-blue-dark-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-blue-dark-variant-flames:hover,
.btn-ci-blue-dark-variant-flames.disabled:focus,
.btn-ci-blue-dark-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-blue-dark-variant-flames:focus,
.btn-ci-blue-dark-variant-flames.disabled.focus,
.btn-ci-blue-dark-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-blue-dark-variant-flames.focus,
.btn-ci-blue-dark-variant-flames.disabled:active,
.btn-ci-blue-dark-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-blue-dark-variant-flames:active,
.btn-ci-blue-dark-variant-flames.disabled.active,
.btn-ci-blue-dark-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-blue-dark-variant-flames.active {
  background-color: #0d152e;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-blue-dark-variant-flames .badge {
  color: #0d152e;
  background-color: #FFF;
}
.btn-ci-blue-darker-variant-flames {
  color: #FFF !important;
  background-color: #03050a !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-blue-darker-variant-flames:hover,
.btn-ci-blue-darker-variant-flames:focus,
.btn-ci-blue-darker-variant-flames.focus,
.btn-ci-blue-darker-variant-flames:active,
.btn-ci-blue-darker-variant-flames.active,
.open > .dropdown-toggle.btn-ci-blue-darker-variant-flames {
  color: #FFF !important;
  background-color: #000000 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-blue-darker-variant-flames:active,
.btn-ci-blue-darker-variant-flames.active,
.open > .dropdown-toggle.btn-ci-blue-darker-variant-flames {
  background-image: none;
}
.btn-ci-blue-darker-variant-flames.disabled,
.btn-ci-blue-darker-variant-flames[disabled],
fieldset[disabled] .btn-ci-blue-darker-variant-flames,
.btn-ci-blue-darker-variant-flames.disabled:hover,
.btn-ci-blue-darker-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-blue-darker-variant-flames:hover,
.btn-ci-blue-darker-variant-flames.disabled:focus,
.btn-ci-blue-darker-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-blue-darker-variant-flames:focus,
.btn-ci-blue-darker-variant-flames.disabled.focus,
.btn-ci-blue-darker-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-blue-darker-variant-flames.focus,
.btn-ci-blue-darker-variant-flames.disabled:active,
.btn-ci-blue-darker-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-blue-darker-variant-flames:active,
.btn-ci-blue-darker-variant-flames.disabled.active,
.btn-ci-blue-darker-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-blue-darker-variant-flames.active {
  background-color: #03050a;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-blue-darker-variant-flames .badge {
  color: #03050a;
  background-color: #FFF;
}
.btn-ci-yellow-variant-flames {
  color: #FFF !important;
  background-color: #F7931D !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-yellow-variant-flames:hover,
.btn-ci-yellow-variant-flames:focus,
.btn-ci-yellow-variant-flames.focus,
.btn-ci-yellow-variant-flames:active,
.btn-ci-yellow-variant-flames.active,
.open > .dropdown-toggle.btn-ci-yellow-variant-flames {
  color: #FFF !important;
  background-color: #d97908 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-yellow-variant-flames:active,
.btn-ci-yellow-variant-flames.active,
.open > .dropdown-toggle.btn-ci-yellow-variant-flames {
  background-image: none;
}
.btn-ci-yellow-variant-flames.disabled,
.btn-ci-yellow-variant-flames[disabled],
fieldset[disabled] .btn-ci-yellow-variant-flames,
.btn-ci-yellow-variant-flames.disabled:hover,
.btn-ci-yellow-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-yellow-variant-flames:hover,
.btn-ci-yellow-variant-flames.disabled:focus,
.btn-ci-yellow-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-yellow-variant-flames:focus,
.btn-ci-yellow-variant-flames.disabled.focus,
.btn-ci-yellow-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-yellow-variant-flames.focus,
.btn-ci-yellow-variant-flames.disabled:active,
.btn-ci-yellow-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-yellow-variant-flames:active,
.btn-ci-yellow-variant-flames.disabled.active,
.btn-ci-yellow-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-yellow-variant-flames.active {
  background-color: #F7931D;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-yellow-variant-flames .badge {
  color: #F7931D;
  background-color: #FFF;
}
.btn-ci-yellow-lighter-variant-flames {
  color: #FFF !important;
  background-color: #fabd76 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-yellow-lighter-variant-flames:hover,
.btn-ci-yellow-lighter-variant-flames:focus,
.btn-ci-yellow-lighter-variant-flames.focus,
.btn-ci-yellow-lighter-variant-flames:active,
.btn-ci-yellow-lighter-variant-flames.active,
.open > .dropdown-toggle.btn-ci-yellow-lighter-variant-flames {
  color: #FFF !important;
  background-color: #f8a644 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-yellow-lighter-variant-flames:active,
.btn-ci-yellow-lighter-variant-flames.active,
.open > .dropdown-toggle.btn-ci-yellow-lighter-variant-flames {
  background-image: none;
}
.btn-ci-yellow-lighter-variant-flames.disabled,
.btn-ci-yellow-lighter-variant-flames[disabled],
fieldset[disabled] .btn-ci-yellow-lighter-variant-flames,
.btn-ci-yellow-lighter-variant-flames.disabled:hover,
.btn-ci-yellow-lighter-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-yellow-lighter-variant-flames:hover,
.btn-ci-yellow-lighter-variant-flames.disabled:focus,
.btn-ci-yellow-lighter-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-yellow-lighter-variant-flames:focus,
.btn-ci-yellow-lighter-variant-flames.disabled.focus,
.btn-ci-yellow-lighter-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-yellow-lighter-variant-flames.focus,
.btn-ci-yellow-lighter-variant-flames.disabled:active,
.btn-ci-yellow-lighter-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-yellow-lighter-variant-flames:active,
.btn-ci-yellow-lighter-variant-flames.disabled.active,
.btn-ci-yellow-lighter-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-yellow-lighter-variant-flames.active {
  background-color: #fabd76;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-yellow-lighter-variant-flames .badge {
  color: #fabd76;
  background-color: #FFF;
}
.btn-ci-yellow-light-variant-flames {
  color: #FFF !important;
  background-color: #f9a849 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-yellow-light-variant-flames:hover,
.btn-ci-yellow-light-variant-flames:focus,
.btn-ci-yellow-light-variant-flames.focus,
.btn-ci-yellow-light-variant-flames:active,
.btn-ci-yellow-light-variant-flames.active,
.open > .dropdown-toggle.btn-ci-yellow-light-variant-flames {
  color: #FFF !important;
  background-color: #f79118 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-yellow-light-variant-flames:active,
.btn-ci-yellow-light-variant-flames.active,
.open > .dropdown-toggle.btn-ci-yellow-light-variant-flames {
  background-image: none;
}
.btn-ci-yellow-light-variant-flames.disabled,
.btn-ci-yellow-light-variant-flames[disabled],
fieldset[disabled] .btn-ci-yellow-light-variant-flames,
.btn-ci-yellow-light-variant-flames.disabled:hover,
.btn-ci-yellow-light-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-yellow-light-variant-flames:hover,
.btn-ci-yellow-light-variant-flames.disabled:focus,
.btn-ci-yellow-light-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-yellow-light-variant-flames:focus,
.btn-ci-yellow-light-variant-flames.disabled.focus,
.btn-ci-yellow-light-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-yellow-light-variant-flames.focus,
.btn-ci-yellow-light-variant-flames.disabled:active,
.btn-ci-yellow-light-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-yellow-light-variant-flames:active,
.btn-ci-yellow-light-variant-flames.disabled.active,
.btn-ci-yellow-light-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-yellow-light-variant-flames.active {
  background-color: #f9a849;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-yellow-light-variant-flames .badge {
  color: #f9a849;
  background-color: #FFF;
}
.btn-ci-yellow-dark-variant-flames {
  color: #FFF !important;
  background-color: #de7c08 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-yellow-dark-variant-flames:hover,
.btn-ci-yellow-dark-variant-flames:focus,
.btn-ci-yellow-dark-variant-flames.focus,
.btn-ci-yellow-dark-variant-flames:active,
.btn-ci-yellow-dark-variant-flames.active,
.open > .dropdown-toggle.btn-ci-yellow-dark-variant-flames {
  color: #FFF !important;
  background-color: #ad6006 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-yellow-dark-variant-flames:active,
.btn-ci-yellow-dark-variant-flames.active,
.open > .dropdown-toggle.btn-ci-yellow-dark-variant-flames {
  background-image: none;
}
.btn-ci-yellow-dark-variant-flames.disabled,
.btn-ci-yellow-dark-variant-flames[disabled],
fieldset[disabled] .btn-ci-yellow-dark-variant-flames,
.btn-ci-yellow-dark-variant-flames.disabled:hover,
.btn-ci-yellow-dark-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-yellow-dark-variant-flames:hover,
.btn-ci-yellow-dark-variant-flames.disabled:focus,
.btn-ci-yellow-dark-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-yellow-dark-variant-flames:focus,
.btn-ci-yellow-dark-variant-flames.disabled.focus,
.btn-ci-yellow-dark-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-yellow-dark-variant-flames.focus,
.btn-ci-yellow-dark-variant-flames.disabled:active,
.btn-ci-yellow-dark-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-yellow-dark-variant-flames:active,
.btn-ci-yellow-dark-variant-flames.disabled.active,
.btn-ci-yellow-dark-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-yellow-dark-variant-flames.active {
  background-color: #de7c08;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-yellow-dark-variant-flames .badge {
  color: #de7c08;
  background-color: #FFF;
}
.btn-ci-yellow-darker-variant-flames {
  color: #FFF !important;
  background-color: #b26306 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-yellow-darker-variant-flames:hover,
.btn-ci-yellow-darker-variant-flames:focus,
.btn-ci-yellow-darker-variant-flames.focus,
.btn-ci-yellow-darker-variant-flames:active,
.btn-ci-yellow-darker-variant-flames.active,
.open > .dropdown-toggle.btn-ci-yellow-darker-variant-flames {
  color: #FFF !important;
  background-color: #814805 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-yellow-darker-variant-flames:active,
.btn-ci-yellow-darker-variant-flames.active,
.open > .dropdown-toggle.btn-ci-yellow-darker-variant-flames {
  background-image: none;
}
.btn-ci-yellow-darker-variant-flames.disabled,
.btn-ci-yellow-darker-variant-flames[disabled],
fieldset[disabled] .btn-ci-yellow-darker-variant-flames,
.btn-ci-yellow-darker-variant-flames.disabled:hover,
.btn-ci-yellow-darker-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-yellow-darker-variant-flames:hover,
.btn-ci-yellow-darker-variant-flames.disabled:focus,
.btn-ci-yellow-darker-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-yellow-darker-variant-flames:focus,
.btn-ci-yellow-darker-variant-flames.disabled.focus,
.btn-ci-yellow-darker-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-yellow-darker-variant-flames.focus,
.btn-ci-yellow-darker-variant-flames.disabled:active,
.btn-ci-yellow-darker-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-yellow-darker-variant-flames:active,
.btn-ci-yellow-darker-variant-flames.disabled.active,
.btn-ci-yellow-darker-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-yellow-darker-variant-flames.active {
  background-color: #b26306;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-yellow-darker-variant-flames .badge {
  color: #b26306;
  background-color: #FFF;
}
.btn-ci-purple-variant-flames {
  color: #FFF !important;
  background-color: #6D2D64 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-purple-variant-flames:hover,
.btn-ci-purple-variant-flames:focus,
.btn-ci-purple-variant-flames.focus,
.btn-ci-purple-variant-flames:active,
.btn-ci-purple-variant-flames.active,
.open > .dropdown-toggle.btn-ci-purple-variant-flames {
  color: #FFF !important;
  background-color: #491e43 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-purple-variant-flames:active,
.btn-ci-purple-variant-flames.active,
.open > .dropdown-toggle.btn-ci-purple-variant-flames {
  background-image: none;
}
.btn-ci-purple-variant-flames.disabled,
.btn-ci-purple-variant-flames[disabled],
fieldset[disabled] .btn-ci-purple-variant-flames,
.btn-ci-purple-variant-flames.disabled:hover,
.btn-ci-purple-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-purple-variant-flames:hover,
.btn-ci-purple-variant-flames.disabled:focus,
.btn-ci-purple-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-purple-variant-flames:focus,
.btn-ci-purple-variant-flames.disabled.focus,
.btn-ci-purple-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-purple-variant-flames.focus,
.btn-ci-purple-variant-flames.disabled:active,
.btn-ci-purple-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-purple-variant-flames:active,
.btn-ci-purple-variant-flames.disabled.active,
.btn-ci-purple-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-purple-variant-flames.active {
  background-color: #6D2D64;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-purple-variant-flames .badge {
  color: #6D2D64;
  background-color: #FFF;
}
.btn-ci-purple-lighter-variant-flames {
  color: #FFF !important;
  background-color: #ae48a0 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-purple-lighter-variant-flames:hover,
.btn-ci-purple-lighter-variant-flames:focus,
.btn-ci-purple-lighter-variant-flames.focus,
.btn-ci-purple-lighter-variant-flames:active,
.btn-ci-purple-lighter-variant-flames.active,
.open > .dropdown-toggle.btn-ci-purple-lighter-variant-flames {
  color: #FFF !important;
  background-color: #8a397e !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-purple-lighter-variant-flames:active,
.btn-ci-purple-lighter-variant-flames.active,
.open > .dropdown-toggle.btn-ci-purple-lighter-variant-flames {
  background-image: none;
}
.btn-ci-purple-lighter-variant-flames.disabled,
.btn-ci-purple-lighter-variant-flames[disabled],
fieldset[disabled] .btn-ci-purple-lighter-variant-flames,
.btn-ci-purple-lighter-variant-flames.disabled:hover,
.btn-ci-purple-lighter-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-purple-lighter-variant-flames:hover,
.btn-ci-purple-lighter-variant-flames.disabled:focus,
.btn-ci-purple-lighter-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-purple-lighter-variant-flames:focus,
.btn-ci-purple-lighter-variant-flames.disabled.focus,
.btn-ci-purple-lighter-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-purple-lighter-variant-flames.focus,
.btn-ci-purple-lighter-variant-flames.disabled:active,
.btn-ci-purple-lighter-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-purple-lighter-variant-flames:active,
.btn-ci-purple-lighter-variant-flames.disabled.active,
.btn-ci-purple-lighter-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-purple-lighter-variant-flames.active {
  background-color: #ae48a0;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-purple-lighter-variant-flames .badge {
  color: #ae48a0;
  background-color: #FFF;
}
.btn-ci-purple-light-variant-flames {
  color: #FFF !important;
  background-color: #8d3a82 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-purple-light-variant-flames:hover,
.btn-ci-purple-light-variant-flames:focus,
.btn-ci-purple-light-variant-flames.focus,
.btn-ci-purple-light-variant-flames:active,
.btn-ci-purple-light-variant-flames.active,
.open > .dropdown-toggle.btn-ci-purple-light-variant-flames {
  color: #FFF !important;
  background-color: #692c61 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-purple-light-variant-flames:active,
.btn-ci-purple-light-variant-flames.active,
.open > .dropdown-toggle.btn-ci-purple-light-variant-flames {
  background-image: none;
}
.btn-ci-purple-light-variant-flames.disabled,
.btn-ci-purple-light-variant-flames[disabled],
fieldset[disabled] .btn-ci-purple-light-variant-flames,
.btn-ci-purple-light-variant-flames.disabled:hover,
.btn-ci-purple-light-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-purple-light-variant-flames:hover,
.btn-ci-purple-light-variant-flames.disabled:focus,
.btn-ci-purple-light-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-purple-light-variant-flames:focus,
.btn-ci-purple-light-variant-flames.disabled.focus,
.btn-ci-purple-light-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-purple-light-variant-flames.focus,
.btn-ci-purple-light-variant-flames.disabled:active,
.btn-ci-purple-light-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-purple-light-variant-flames:active,
.btn-ci-purple-light-variant-flames.disabled.active,
.btn-ci-purple-light-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-purple-light-variant-flames.active {
  background-color: #8d3a82;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-purple-light-variant-flames .badge {
  color: #8d3a82;
  background-color: #FFF;
}
.btn-ci-purple-dark-variant-flames {
  color: #FFF !important;
  background-color: #4d2046 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-purple-dark-variant-flames:hover,
.btn-ci-purple-dark-variant-flames:focus,
.btn-ci-purple-dark-variant-flames.focus,
.btn-ci-purple-dark-variant-flames:active,
.btn-ci-purple-dark-variant-flames.active,
.open > .dropdown-toggle.btn-ci-purple-dark-variant-flames {
  color: #FFF !important;
  background-color: #281125 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-purple-dark-variant-flames:active,
.btn-ci-purple-dark-variant-flames.active,
.open > .dropdown-toggle.btn-ci-purple-dark-variant-flames {
  background-image: none;
}
.btn-ci-purple-dark-variant-flames.disabled,
.btn-ci-purple-dark-variant-flames[disabled],
fieldset[disabled] .btn-ci-purple-dark-variant-flames,
.btn-ci-purple-dark-variant-flames.disabled:hover,
.btn-ci-purple-dark-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-purple-dark-variant-flames:hover,
.btn-ci-purple-dark-variant-flames.disabled:focus,
.btn-ci-purple-dark-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-purple-dark-variant-flames:focus,
.btn-ci-purple-dark-variant-flames.disabled.focus,
.btn-ci-purple-dark-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-purple-dark-variant-flames.focus,
.btn-ci-purple-dark-variant-flames.disabled:active,
.btn-ci-purple-dark-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-purple-dark-variant-flames:active,
.btn-ci-purple-dark-variant-flames.disabled.active,
.btn-ci-purple-dark-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-purple-dark-variant-flames.active {
  background-color: #4d2046;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-purple-dark-variant-flames .badge {
  color: #4d2046;
  background-color: #FFF;
}
.btn-ci-purple-darker-variant-flames {
  color: #FFF !important;
  background-color: #2c1228 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-purple-darker-variant-flames:hover,
.btn-ci-purple-darker-variant-flames:focus,
.btn-ci-purple-darker-variant-flames.focus,
.btn-ci-purple-darker-variant-flames:active,
.btn-ci-purple-darker-variant-flames.active,
.open > .dropdown-toggle.btn-ci-purple-darker-variant-flames {
  color: #FFF !important;
  background-color: #080307 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-purple-darker-variant-flames:active,
.btn-ci-purple-darker-variant-flames.active,
.open > .dropdown-toggle.btn-ci-purple-darker-variant-flames {
  background-image: none;
}
.btn-ci-purple-darker-variant-flames.disabled,
.btn-ci-purple-darker-variant-flames[disabled],
fieldset[disabled] .btn-ci-purple-darker-variant-flames,
.btn-ci-purple-darker-variant-flames.disabled:hover,
.btn-ci-purple-darker-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-purple-darker-variant-flames:hover,
.btn-ci-purple-darker-variant-flames.disabled:focus,
.btn-ci-purple-darker-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-purple-darker-variant-flames:focus,
.btn-ci-purple-darker-variant-flames.disabled.focus,
.btn-ci-purple-darker-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-purple-darker-variant-flames.focus,
.btn-ci-purple-darker-variant-flames.disabled:active,
.btn-ci-purple-darker-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-purple-darker-variant-flames:active,
.btn-ci-purple-darker-variant-flames.disabled.active,
.btn-ci-purple-darker-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-purple-darker-variant-flames.active {
  background-color: #2c1228;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-purple-darker-variant-flames .badge {
  color: #2c1228;
  background-color: #FFF;
}
.btn-ci-gray-darker-variant-flames {
  color: #FFF !important;
  background-color: #222222 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-gray-darker-variant-flames:hover,
.btn-ci-gray-darker-variant-flames:focus,
.btn-ci-gray-darker-variant-flames.focus,
.btn-ci-gray-darker-variant-flames:active,
.btn-ci-gray-darker-variant-flames.active,
.open > .dropdown-toggle.btn-ci-gray-darker-variant-flames {
  color: #FFF !important;
  background-color: #090909 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-gray-darker-variant-flames:active,
.btn-ci-gray-darker-variant-flames.active,
.open > .dropdown-toggle.btn-ci-gray-darker-variant-flames {
  background-image: none;
}
.btn-ci-gray-darker-variant-flames.disabled,
.btn-ci-gray-darker-variant-flames[disabled],
fieldset[disabled] .btn-ci-gray-darker-variant-flames,
.btn-ci-gray-darker-variant-flames.disabled:hover,
.btn-ci-gray-darker-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-gray-darker-variant-flames:hover,
.btn-ci-gray-darker-variant-flames.disabled:focus,
.btn-ci-gray-darker-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-gray-darker-variant-flames:focus,
.btn-ci-gray-darker-variant-flames.disabled.focus,
.btn-ci-gray-darker-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-gray-darker-variant-flames.focus,
.btn-ci-gray-darker-variant-flames.disabled:active,
.btn-ci-gray-darker-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-gray-darker-variant-flames:active,
.btn-ci-gray-darker-variant-flames.disabled.active,
.btn-ci-gray-darker-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-gray-darker-variant-flames.active {
  background-color: #222222;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-gray-darker-variant-flames .badge {
  color: #222222;
  background-color: #FFF;
}
.btn-ci-gray-dark-variant-flames {
  color: #FFF !important;
  background-color: #333333 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-gray-dark-variant-flames:hover,
.btn-ci-gray-dark-variant-flames:focus,
.btn-ci-gray-dark-variant-flames.focus,
.btn-ci-gray-dark-variant-flames:active,
.btn-ci-gray-dark-variant-flames.active,
.open > .dropdown-toggle.btn-ci-gray-dark-variant-flames {
  color: #FFF !important;
  background-color: #1a1a1a !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-gray-dark-variant-flames:active,
.btn-ci-gray-dark-variant-flames.active,
.open > .dropdown-toggle.btn-ci-gray-dark-variant-flames {
  background-image: none;
}
.btn-ci-gray-dark-variant-flames.disabled,
.btn-ci-gray-dark-variant-flames[disabled],
fieldset[disabled] .btn-ci-gray-dark-variant-flames,
.btn-ci-gray-dark-variant-flames.disabled:hover,
.btn-ci-gray-dark-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-gray-dark-variant-flames:hover,
.btn-ci-gray-dark-variant-flames.disabled:focus,
.btn-ci-gray-dark-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-gray-dark-variant-flames:focus,
.btn-ci-gray-dark-variant-flames.disabled.focus,
.btn-ci-gray-dark-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-gray-dark-variant-flames.focus,
.btn-ci-gray-dark-variant-flames.disabled:active,
.btn-ci-gray-dark-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-gray-dark-variant-flames:active,
.btn-ci-gray-dark-variant-flames.disabled.active,
.btn-ci-gray-dark-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-gray-dark-variant-flames.active {
  background-color: #333333;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-gray-dark-variant-flames .badge {
  color: #333333;
  background-color: #FFF;
}
.btn-ci-gray-variant-flames {
  color: #FFF !important;
  background-color: #555555 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-gray-variant-flames:hover,
.btn-ci-gray-variant-flames:focus,
.btn-ci-gray-variant-flames.focus,
.btn-ci-gray-variant-flames:active,
.btn-ci-gray-variant-flames.active,
.open > .dropdown-toggle.btn-ci-gray-variant-flames {
  color: #FFF !important;
  background-color: #3c3c3c !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-gray-variant-flames:active,
.btn-ci-gray-variant-flames.active,
.open > .dropdown-toggle.btn-ci-gray-variant-flames {
  background-image: none;
}
.btn-ci-gray-variant-flames.disabled,
.btn-ci-gray-variant-flames[disabled],
fieldset[disabled] .btn-ci-gray-variant-flames,
.btn-ci-gray-variant-flames.disabled:hover,
.btn-ci-gray-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-gray-variant-flames:hover,
.btn-ci-gray-variant-flames.disabled:focus,
.btn-ci-gray-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-gray-variant-flames:focus,
.btn-ci-gray-variant-flames.disabled.focus,
.btn-ci-gray-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-gray-variant-flames.focus,
.btn-ci-gray-variant-flames.disabled:active,
.btn-ci-gray-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-gray-variant-flames:active,
.btn-ci-gray-variant-flames.disabled.active,
.btn-ci-gray-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-gray-variant-flames.active {
  background-color: #555555;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-gray-variant-flames .badge {
  color: #555555;
  background-color: #FFF;
}
.btn-ci-gray-light-variant-flames {
  color: #FFF !important;
  background-color: #777777 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-gray-light-variant-flames:hover,
.btn-ci-gray-light-variant-flames:focus,
.btn-ci-gray-light-variant-flames.focus,
.btn-ci-gray-light-variant-flames:active,
.btn-ci-gray-light-variant-flames.active,
.open > .dropdown-toggle.btn-ci-gray-light-variant-flames {
  color: #FFF !important;
  background-color: #5e5e5e !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-gray-light-variant-flames:active,
.btn-ci-gray-light-variant-flames.active,
.open > .dropdown-toggle.btn-ci-gray-light-variant-flames {
  background-image: none;
}
.btn-ci-gray-light-variant-flames.disabled,
.btn-ci-gray-light-variant-flames[disabled],
fieldset[disabled] .btn-ci-gray-light-variant-flames,
.btn-ci-gray-light-variant-flames.disabled:hover,
.btn-ci-gray-light-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-gray-light-variant-flames:hover,
.btn-ci-gray-light-variant-flames.disabled:focus,
.btn-ci-gray-light-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-gray-light-variant-flames:focus,
.btn-ci-gray-light-variant-flames.disabled.focus,
.btn-ci-gray-light-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-gray-light-variant-flames.focus,
.btn-ci-gray-light-variant-flames.disabled:active,
.btn-ci-gray-light-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-gray-light-variant-flames:active,
.btn-ci-gray-light-variant-flames.disabled.active,
.btn-ci-gray-light-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-gray-light-variant-flames.active {
  background-color: #777777;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-gray-light-variant-flames .badge {
  color: #777777;
  background-color: #FFF;
}
.btn-ci-gray-lighter-variant-flames {
  color: #000 !important;
  background-color: #eeeeee !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-gray-lighter-variant-flames:hover,
.btn-ci-gray-lighter-variant-flames:focus,
.btn-ci-gray-lighter-variant-flames.focus,
.btn-ci-gray-lighter-variant-flames:active,
.btn-ci-gray-lighter-variant-flames.active,
.open > .dropdown-toggle.btn-ci-gray-lighter-variant-flames {
  color: #000 !important;
  background-color: #d5d5d5 !important;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-gray-lighter-variant-flames:active,
.btn-ci-gray-lighter-variant-flames.active,
.open > .dropdown-toggle.btn-ci-gray-lighter-variant-flames {
  background-image: none;
}
.btn-ci-gray-lighter-variant-flames.disabled,
.btn-ci-gray-lighter-variant-flames[disabled],
fieldset[disabled] .btn-ci-gray-lighter-variant-flames,
.btn-ci-gray-lighter-variant-flames.disabled:hover,
.btn-ci-gray-lighter-variant-flames[disabled]:hover,
fieldset[disabled] .btn-ci-gray-lighter-variant-flames:hover,
.btn-ci-gray-lighter-variant-flames.disabled:focus,
.btn-ci-gray-lighter-variant-flames[disabled]:focus,
fieldset[disabled] .btn-ci-gray-lighter-variant-flames:focus,
.btn-ci-gray-lighter-variant-flames.disabled.focus,
.btn-ci-gray-lighter-variant-flames[disabled].focus,
fieldset[disabled] .btn-ci-gray-lighter-variant-flames.focus,
.btn-ci-gray-lighter-variant-flames.disabled:active,
.btn-ci-gray-lighter-variant-flames[disabled]:active,
fieldset[disabled] .btn-ci-gray-lighter-variant-flames:active,
.btn-ci-gray-lighter-variant-flames.disabled.active,
.btn-ci-gray-lighter-variant-flames[disabled].active,
fieldset[disabled] .btn-ci-gray-lighter-variant-flames.active {
  background-color: #eeeeee;
  background-image: url("/file_source/corporate_web/Design/themes/default/images/flames-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-ci-gray-lighter-variant-flames .badge {
  color: #eeeeee;
  background-color: #000;
}
.cas-text {
  color: #71BF49;
}
.caes-text {
  color: #664139;
}
.cems-text {
  color: #0077C7;
}
.cedu-text {
  color: #009576;
}
.chs-text {
  color: #DA7A1D;
}
.claw-text {
  color: #B82C2D;
}
.cset-text {
  color: #CBAC6F;
}
.gs-text {
  color: #172652;
}
.bl-text {
  color: #6D2D64;
}
.hetl-2020-text {
  color: #13446d;
}
.cas-bg {
  background-color: #71BF49;
}
.caes-bg {
  background-color: #664139;
}
.cems-bg {
  background-color: #0077C7;
}
.cedu-bg {
  background-color: #009576;
}
.chs-bg {
  background-color: #DA7A1D;
}
.claw-bg {
  background-color: #B82C2D;
}
.cset-bg {
  background-color: #CBAC6F;
}
.gs-bg {
  background-color: #172652;
}
.bl-bg {
  background-color: #6D2D64;
}
.hetl-2020-bg {
  background-color: #13446d;
}
.btn-cas-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #80c65c 0%, #65b03e 100%);
  background-image: -o-linear-gradient(top, #80c65c 0%, #65b03e 100%);
  background-image: linear-gradient(to bottom, #80c65c 0%, #65b03e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80c65c', endColorstr='#ff65b03e', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-cas-gradient:hover,
.btn-cas-gradient:focus,
.btn-cas-gradient:active,
.btn-cas-gradient.active {
  background-image: -webkit-linear-gradient(top, #65b03e 0%, #80c65c 100%);
  background-image: -o-linear-gradient(top, #65b03e 0%, #80c65c 100%);
  background-image: linear-gradient(to bottom, #65b03e 0%, #80c65c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff65b03e', endColorstr='#ff80c65c', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-cas-gradient.disabled,
.btn-cas-gradient[disabled],
fieldset[disabled] .btn-cas-gradient,
.btn-cas-gradient.disabled:hover,
.btn-cas-gradient[disabled]:hover,
fieldset[disabled] .btn-cas-gradient:hover,
.btn-cas-gradient.disabled:focus,
.btn-cas-gradient[disabled]:focus,
fieldset[disabled] .btn-cas-gradient:focus,
.btn-cas-gradient.disabled:active,
.btn-cas-gradient[disabled]:active,
fieldset[disabled] .btn-cas-gradient:active,
.btn-cas-gradient.disabled.active,
.btn-cas-gradient[disabled].active,
fieldset[disabled] .btn-cas-gradient.active {
  background-color: #71BF49 !important;
  color: #FFF !important;
}
.btn-caes-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #764b42 0%, #563730 100%);
  background-image: -o-linear-gradient(top, #764b42 0%, #563730 100%);
  background-image: linear-gradient(to bottom, #764b42 0%, #563730 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff764b42', endColorstr='#ff563730', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-caes-gradient:hover,
.btn-caes-gradient:focus,
.btn-caes-gradient:active,
.btn-caes-gradient.active {
  background-image: -webkit-linear-gradient(top, #563730 0%, #764b42 100%);
  background-image: -o-linear-gradient(top, #563730 0%, #764b42 100%);
  background-image: linear-gradient(to bottom, #563730 0%, #764b42 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff563730', endColorstr='#ff764b42', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-caes-gradient.disabled,
.btn-caes-gradient[disabled],
fieldset[disabled] .btn-caes-gradient,
.btn-caes-gradient.disabled:hover,
.btn-caes-gradient[disabled]:hover,
fieldset[disabled] .btn-caes-gradient:hover,
.btn-caes-gradient.disabled:focus,
.btn-caes-gradient[disabled]:focus,
fieldset[disabled] .btn-caes-gradient:focus,
.btn-caes-gradient.disabled:active,
.btn-caes-gradient[disabled]:active,
fieldset[disabled] .btn-caes-gradient:active,
.btn-caes-gradient.disabled.active,
.btn-caes-gradient[disabled].active,
fieldset[disabled] .btn-caes-gradient.active {
  background-color: #664139 !important;
  color: #FFF !important;
}
.btn-cedu-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #00af8a 0%, #007c62 100%);
  background-image: -o-linear-gradient(top, #00af8a 0%, #007c62 100%);
  background-image: linear-gradient(to bottom, #00af8a 0%, #007c62 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00af8a', endColorstr='#ff007c62', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-cedu-gradient:hover,
.btn-cedu-gradient:focus,
.btn-cedu-gradient:active,
.btn-cedu-gradient.active {
  background-image: -webkit-linear-gradient(top, #007c62 0%, #00af8a 100%);
  background-image: -o-linear-gradient(top, #007c62 0%, #00af8a 100%);
  background-image: linear-gradient(to bottom, #007c62 0%, #00af8a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007c62', endColorstr='#ff00af8a', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-cedu-gradient.disabled,
.btn-cedu-gradient[disabled],
fieldset[disabled] .btn-cedu-gradient,
.btn-cedu-gradient.disabled:hover,
.btn-cedu-gradient[disabled]:hover,
fieldset[disabled] .btn-cedu-gradient:hover,
.btn-cedu-gradient.disabled:focus,
.btn-cedu-gradient[disabled]:focus,
fieldset[disabled] .btn-cedu-gradient:focus,
.btn-cedu-gradient.disabled:active,
.btn-cedu-gradient[disabled]:active,
fieldset[disabled] .btn-cedu-gradient:active,
.btn-cedu-gradient.disabled.active,
.btn-cedu-gradient[disabled].active,
fieldset[disabled] .btn-cedu-gradient.active {
  background-color: #009576 !important;
  color: #FFF !important;
}
.btn-cems-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #0086e1 0%, #0068ae 100%);
  background-image: -o-linear-gradient(top, #0086e1 0%, #0068ae 100%);
  background-image: linear-gradient(to bottom, #0086e1 0%, #0068ae 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0086e1', endColorstr='#ff0068ae', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-cems-gradient:hover,
.btn-cems-gradient:focus,
.btn-cems-gradient:active,
.btn-cems-gradient.active {
  background-image: -webkit-linear-gradient(top, #0068ae 0%, #0086e1 100%);
  background-image: -o-linear-gradient(top, #0068ae 0%, #0086e1 100%);
  background-image: linear-gradient(to bottom, #0068ae 0%, #0086e1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0068ae', endColorstr='#ff0086e1', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-cems-gradient.disabled,
.btn-cems-gradient[disabled],
fieldset[disabled] .btn-cems-gradient,
.btn-cems-gradient.disabled:hover,
.btn-cems-gradient[disabled]:hover,
fieldset[disabled] .btn-cems-gradient:hover,
.btn-cems-gradient.disabled:focus,
.btn-cems-gradient[disabled]:focus,
fieldset[disabled] .btn-cems-gradient:focus,
.btn-cems-gradient.disabled:active,
.btn-cems-gradient[disabled]:active,
fieldset[disabled] .btn-cems-gradient:active,
.btn-cems-gradient.disabled.active,
.btn-cems-gradient[disabled].active,
fieldset[disabled] .btn-cems-gradient.active {
  background-color: #0077C7 !important;
  color: #FFF !important;
}
.btn-chs-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #e3872d 0%, #c36d1a 100%);
  background-image: -o-linear-gradient(top, #e3872d 0%, #c36d1a 100%);
  background-image: linear-gradient(to bottom, #e3872d 0%, #c36d1a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe3872d', endColorstr='#ffc36d1a', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-chs-gradient:hover,
.btn-chs-gradient:focus,
.btn-chs-gradient:active,
.btn-chs-gradient.active {
  background-image: -webkit-linear-gradient(top, #c36d1a 0%, #e3872d 100%);
  background-image: -o-linear-gradient(top, #c36d1a 0%, #e3872d 100%);
  background-image: linear-gradient(to bottom, #c36d1a 0%, #e3872d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc36d1a', endColorstr='#ffe3872d', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-chs-gradient.disabled,
.btn-chs-gradient[disabled],
fieldset[disabled] .btn-chs-gradient,
.btn-chs-gradient.disabled:hover,
.btn-chs-gradient[disabled]:hover,
fieldset[disabled] .btn-chs-gradient:hover,
.btn-chs-gradient.disabled:focus,
.btn-chs-gradient[disabled]:focus,
fieldset[disabled] .btn-chs-gradient:focus,
.btn-chs-gradient.disabled:active,
.btn-chs-gradient[disabled]:active,
fieldset[disabled] .btn-chs-gradient:active,
.btn-chs-gradient.disabled.active,
.btn-chs-gradient[disabled].active,
fieldset[disabled] .btn-chs-gradient.active {
  background-color: #DA7A1D !important;
  color: #FFF !important;
}
.btn-claw-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #cd3132 0%, #a32728 100%);
  background-image: -o-linear-gradient(top, #cd3132 0%, #a32728 100%);
  background-image: linear-gradient(to bottom, #cd3132 0%, #a32728 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd3132', endColorstr='#ffa32728', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-claw-gradient:hover,
.btn-claw-gradient:focus,
.btn-claw-gradient:active,
.btn-claw-gradient.active {
  background-image: -webkit-linear-gradient(top, #a32728 0%, #cd3132 100%);
  background-image: -o-linear-gradient(top, #a32728 0%, #cd3132 100%);
  background-image: linear-gradient(to bottom, #a32728 0%, #cd3132 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa32728', endColorstr='#ffcd3132', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-claw-gradient.disabled,
.btn-claw-gradient[disabled],
fieldset[disabled] .btn-claw-gradient,
.btn-claw-gradient.disabled:hover,
.btn-claw-gradient[disabled]:hover,
fieldset[disabled] .btn-claw-gradient:hover,
.btn-claw-gradient.disabled:focus,
.btn-claw-gradient[disabled]:focus,
fieldset[disabled] .btn-claw-gradient:focus,
.btn-claw-gradient.disabled:active,
.btn-claw-gradient[disabled]:active,
fieldset[disabled] .btn-claw-gradient:active,
.btn-claw-gradient.disabled.active,
.btn-claw-gradient[disabled].active,
fieldset[disabled] .btn-claw-gradient.active {
  background-color: #B82C2D !important;
  color: #FFF !important;
}
.btn-cset-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #d2b782 0%, #c4a15c 100%);
  background-image: -o-linear-gradient(top, #d2b782 0%, #c4a15c 100%);
  background-image: linear-gradient(to bottom, #d2b782 0%, #c4a15c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2b782', endColorstr='#ffc4a15c', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-cset-gradient:hover,
.btn-cset-gradient:focus,
.btn-cset-gradient:active,
.btn-cset-gradient.active {
  background-image: -webkit-linear-gradient(top, #c4a15c 0%, #d2b782 100%);
  background-image: -o-linear-gradient(top, #c4a15c 0%, #d2b782 100%);
  background-image: linear-gradient(to bottom, #c4a15c 0%, #d2b782 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc4a15c', endColorstr='#ffd2b782', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-cset-gradient.disabled,
.btn-cset-gradient[disabled],
fieldset[disabled] .btn-cset-gradient,
.btn-cset-gradient.disabled:hover,
.btn-cset-gradient[disabled]:hover,
fieldset[disabled] .btn-cset-gradient:hover,
.btn-cset-gradient.disabled:focus,
.btn-cset-gradient[disabled]:focus,
fieldset[disabled] .btn-cset-gradient:focus,
.btn-cset-gradient.disabled:active,
.btn-cset-gradient[disabled]:active,
fieldset[disabled] .btn-cset-gradient:active,
.btn-cset-gradient.disabled.active,
.btn-cset-gradient[disabled].active,
fieldset[disabled] .btn-cset-gradient.active {
  background-color: #CBAC6F !important;
  color: #FFF !important;
}
.btn-gs-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #1d2f66 0%, #111d3e 100%);
  background-image: -o-linear-gradient(top, #1d2f66 0%, #111d3e 100%);
  background-image: linear-gradient(to bottom, #1d2f66 0%, #111d3e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1d2f66', endColorstr='#ff111d3e', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-gs-gradient:hover,
.btn-gs-gradient:focus,
.btn-gs-gradient:active,
.btn-gs-gradient.active {
  background-image: -webkit-linear-gradient(top, #111d3e 0%, #1d2f66 100%);
  background-image: -o-linear-gradient(top, #111d3e 0%, #1d2f66 100%);
  background-image: linear-gradient(to bottom, #111d3e 0%, #1d2f66 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff111d3e', endColorstr='#ff1d2f66', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-gs-gradient.disabled,
.btn-gs-gradient[disabled],
fieldset[disabled] .btn-gs-gradient,
.btn-gs-gradient.disabled:hover,
.btn-gs-gradient[disabled]:hover,
fieldset[disabled] .btn-gs-gradient:hover,
.btn-gs-gradient.disabled:focus,
.btn-gs-gradient[disabled]:focus,
fieldset[disabled] .btn-gs-gradient:focus,
.btn-gs-gradient.disabled:active,
.btn-gs-gradient[disabled]:active,
fieldset[disabled] .btn-gs-gradient:active,
.btn-gs-gradient.disabled.active,
.btn-gs-gradient[disabled].active,
fieldset[disabled] .btn-gs-gradient.active {
  background-color: #172652 !important;
  color: #FFF !important;
}
.btn-bl-gradient {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #7f3475 0%, #5b2653 100%);
  background-image: -o-linear-gradient(top, #7f3475 0%, #5b2653 100%);
  background-image: linear-gradient(to bottom, #7f3475 0%, #5b2653 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f3475', endColorstr='#ff5b2653', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  text-shadow: 1px 1px 1px #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-bl-gradient:hover,
.btn-bl-gradient:focus,
.btn-bl-gradient:active,
.btn-bl-gradient.active {
  background-image: -webkit-linear-gradient(top, #5b2653 0%, #7f3475 100%);
  background-image: -o-linear-gradient(top, #5b2653 0%, #7f3475 100%);
  background-image: linear-gradient(to bottom, #5b2653 0%, #7f3475 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b2653', endColorstr='#ff7f3475', GradientType=0);
  /*border-bottom-color: darken(@background, 20%);*/
  color: #FFF !important;
}
.btn-bl-gradient.disabled,
.btn-bl-gradient[disabled],
fieldset[disabled] .btn-bl-gradient,
.btn-bl-gradient.disabled:hover,
.btn-bl-gradient[disabled]:hover,
fieldset[disabled] .btn-bl-gradient:hover,
.btn-bl-gradient.disabled:focus,
.btn-bl-gradient[disabled]:focus,
fieldset[disabled] .btn-bl-gradient:focus,
.btn-bl-gradient.disabled:active,
.btn-bl-gradient[disabled]:active,
fieldset[disabled] .btn-bl-gradient:active,
.btn-bl-gradient.disabled.active,
.btn-bl-gradient[disabled].active,
fieldset[disabled] .btn-bl-gradient.active {
  background-color: #6D2D64 !important;
  color: #FFF !important;
}
.btn-cas-variant {
  color: #FFF !important;
  background-color: #71BF49 !important;
}
.btn-cas-variant:hover,
.btn-cas-variant:focus,
.btn-cas-variant.focus,
.btn-cas-variant:active,
.btn-cas-variant.active,
.open > .dropdown-toggle.btn-cas-variant {
  color: #FFF !important;
  background-color: #5a9e37 !important;
}
.btn-cas-variant:active,
.btn-cas-variant.active,
.open > .dropdown-toggle.btn-cas-variant {
  background-image: none;
}
.btn-cas-variant.disabled,
.btn-cas-variant[disabled],
fieldset[disabled] .btn-cas-variant,
.btn-cas-variant.disabled:hover,
.btn-cas-variant[disabled]:hover,
fieldset[disabled] .btn-cas-variant:hover,
.btn-cas-variant.disabled:focus,
.btn-cas-variant[disabled]:focus,
fieldset[disabled] .btn-cas-variant:focus,
.btn-cas-variant.disabled.focus,
.btn-cas-variant[disabled].focus,
fieldset[disabled] .btn-cas-variant.focus,
.btn-cas-variant.disabled:active,
.btn-cas-variant[disabled]:active,
fieldset[disabled] .btn-cas-variant:active,
.btn-cas-variant.disabled.active,
.btn-cas-variant[disabled].active,
fieldset[disabled] .btn-cas-variant.active {
  background-color: #71BF49;
}
.btn-cas-variant .badge {
  color: #71BF49;
  background-color: #FFF;
}
.btn-caes-variant {
  color: #FFF !important;
  background-color: #664139 !important;
}
.btn-caes-variant:hover,
.btn-caes-variant:focus,
.btn-caes-variant.focus,
.btn-caes-variant:active,
.btn-caes-variant.active,
.open > .dropdown-toggle.btn-caes-variant {
  color: #FFF !important;
  background-color: #452c27 !important;
}
.btn-caes-variant:active,
.btn-caes-variant.active,
.open > .dropdown-toggle.btn-caes-variant {
  background-image: none;
}
.btn-caes-variant.disabled,
.btn-caes-variant[disabled],
fieldset[disabled] .btn-caes-variant,
.btn-caes-variant.disabled:hover,
.btn-caes-variant[disabled]:hover,
fieldset[disabled] .btn-caes-variant:hover,
.btn-caes-variant.disabled:focus,
.btn-caes-variant[disabled]:focus,
fieldset[disabled] .btn-caes-variant:focus,
.btn-caes-variant.disabled.focus,
.btn-caes-variant[disabled].focus,
fieldset[disabled] .btn-caes-variant.focus,
.btn-caes-variant.disabled:active,
.btn-caes-variant[disabled]:active,
fieldset[disabled] .btn-caes-variant:active,
.btn-caes-variant.disabled.active,
.btn-caes-variant[disabled].active,
fieldset[disabled] .btn-caes-variant.active {
  background-color: #664139;
}
.btn-caes-variant .badge {
  color: #664139;
  background-color: #FFF;
}
.btn-cedu-variant {
  color: #FFF !important;
  background-color: #009576 !important;
}
.btn-cedu-variant:hover,
.btn-cedu-variant:focus,
.btn-cedu-variant.focus,
.btn-cedu-variant:active,
.btn-cedu-variant.active,
.open > .dropdown-toggle.btn-cedu-variant {
  color: #FFF !important;
  background-color: #00624e !important;
}
.btn-cedu-variant:active,
.btn-cedu-variant.active,
.open > .dropdown-toggle.btn-cedu-variant {
  background-image: none;
}
.btn-cedu-variant.disabled,
.btn-cedu-variant[disabled],
fieldset[disabled] .btn-cedu-variant,
.btn-cedu-variant.disabled:hover,
.btn-cedu-variant[disabled]:hover,
fieldset[disabled] .btn-cedu-variant:hover,
.btn-cedu-variant.disabled:focus,
.btn-cedu-variant[disabled]:focus,
fieldset[disabled] .btn-cedu-variant:focus,
.btn-cedu-variant.disabled.focus,
.btn-cedu-variant[disabled].focus,
fieldset[disabled] .btn-cedu-variant.focus,
.btn-cedu-variant.disabled:active,
.btn-cedu-variant[disabled]:active,
fieldset[disabled] .btn-cedu-variant:active,
.btn-cedu-variant.disabled.active,
.btn-cedu-variant[disabled].active,
fieldset[disabled] .btn-cedu-variant.active {
  background-color: #009576;
}
.btn-cedu-variant .badge {
  color: #009576;
  background-color: #FFF;
}
.btn-cems-variant {
  color: #FFF !important;
  background-color: #0077C7 !important;
}
.btn-cems-variant:hover,
.btn-cems-variant:focus,
.btn-cems-variant.focus,
.btn-cems-variant:active,
.btn-cems-variant.active,
.open > .dropdown-toggle.btn-cems-variant {
  color: #FFF !important;
  background-color: #005994 !important;
}
.btn-cems-variant:active,
.btn-cems-variant.active,
.open > .dropdown-toggle.btn-cems-variant {
  background-image: none;
}
.btn-cems-variant.disabled,
.btn-cems-variant[disabled],
fieldset[disabled] .btn-cems-variant,
.btn-cems-variant.disabled:hover,
.btn-cems-variant[disabled]:hover,
fieldset[disabled] .btn-cems-variant:hover,
.btn-cems-variant.disabled:focus,
.btn-cems-variant[disabled]:focus,
fieldset[disabled] .btn-cems-variant:focus,
.btn-cems-variant.disabled.focus,
.btn-cems-variant[disabled].focus,
fieldset[disabled] .btn-cems-variant.focus,
.btn-cems-variant.disabled:active,
.btn-cems-variant[disabled]:active,
fieldset[disabled] .btn-cems-variant:active,
.btn-cems-variant.disabled.active,
.btn-cems-variant[disabled].active,
fieldset[disabled] .btn-cems-variant.active {
  background-color: #0077C7;
}
.btn-cems-variant .badge {
  color: #0077C7;
  background-color: #FFF;
}
.btn-chs-variant {
  color: #FFF !important;
  background-color: #DA7A1D !important;
}
.btn-chs-variant:hover,
.btn-chs-variant:focus,
.btn-chs-variant.focus,
.btn-chs-variant:active,
.btn-chs-variant.active,
.open > .dropdown-toggle.btn-chs-variant {
  color: #FFF !important;
  background-color: #ad6117 !important;
}
.btn-chs-variant:active,
.btn-chs-variant.active,
.open > .dropdown-toggle.btn-chs-variant {
  background-image: none;
}
.btn-chs-variant.disabled,
.btn-chs-variant[disabled],
fieldset[disabled] .btn-chs-variant,
.btn-chs-variant.disabled:hover,
.btn-chs-variant[disabled]:hover,
fieldset[disabled] .btn-chs-variant:hover,
.btn-chs-variant.disabled:focus,
.btn-chs-variant[disabled]:focus,
fieldset[disabled] .btn-chs-variant:focus,
.btn-chs-variant.disabled.focus,
.btn-chs-variant[disabled].focus,
fieldset[disabled] .btn-chs-variant.focus,
.btn-chs-variant.disabled:active,
.btn-chs-variant[disabled]:active,
fieldset[disabled] .btn-chs-variant:active,
.btn-chs-variant.disabled.active,
.btn-chs-variant[disabled].active,
fieldset[disabled] .btn-chs-variant.active {
  background-color: #DA7A1D;
}
.btn-chs-variant .badge {
  color: #DA7A1D;
  background-color: #FFF;
}
.btn-claw-variant {
  color: #FFF !important;
  background-color: #B82C2D !important;
}
.btn-claw-variant:hover,
.btn-claw-variant:focus,
.btn-claw-variant.focus,
.btn-claw-variant:active,
.btn-claw-variant.active,
.open > .dropdown-toggle.btn-claw-variant {
  color: #FFF !important;
  background-color: #8f2223 !important;
}
.btn-claw-variant:active,
.btn-claw-variant.active,
.open > .dropdown-toggle.btn-claw-variant {
  background-image: none;
}
.btn-claw-variant.disabled,
.btn-claw-variant[disabled],
fieldset[disabled] .btn-claw-variant,
.btn-claw-variant.disabled:hover,
.btn-claw-variant[disabled]:hover,
fieldset[disabled] .btn-claw-variant:hover,
.btn-claw-variant.disabled:focus,
.btn-claw-variant[disabled]:focus,
fieldset[disabled] .btn-claw-variant:focus,
.btn-claw-variant.disabled.focus,
.btn-claw-variant[disabled].focus,
fieldset[disabled] .btn-claw-variant.focus,
.btn-claw-variant.disabled:active,
.btn-claw-variant[disabled]:active,
fieldset[disabled] .btn-claw-variant:active,
.btn-claw-variant.disabled.active,
.btn-claw-variant[disabled].active,
fieldset[disabled] .btn-claw-variant.active {
  background-color: #B82C2D;
}
.btn-claw-variant .badge {
  color: #B82C2D;
  background-color: #FFF;
}
.btn-cset-variant {
  color: #FFF !important;
  background-color: #CBAC6F !important;
}
.btn-cset-variant:hover,
.btn-cset-variant:focus,
.btn-cset-variant.focus,
.btn-cset-variant:active,
.btn-cset-variant.active,
.open > .dropdown-toggle.btn-cset-variant {
  color: #FFF !important;
  background-color: #bd964a !important;
}
.btn-cset-variant:active,
.btn-cset-variant.active,
.open > .dropdown-toggle.btn-cset-variant {
  background-image: none;
}
.btn-cset-variant.disabled,
.btn-cset-variant[disabled],
fieldset[disabled] .btn-cset-variant,
.btn-cset-variant.disabled:hover,
.btn-cset-variant[disabled]:hover,
fieldset[disabled] .btn-cset-variant:hover,
.btn-cset-variant.disabled:focus,
.btn-cset-variant[disabled]:focus,
fieldset[disabled] .btn-cset-variant:focus,
.btn-cset-variant.disabled.focus,
.btn-cset-variant[disabled].focus,
fieldset[disabled] .btn-cset-variant.focus,
.btn-cset-variant.disabled:active,
.btn-cset-variant[disabled]:active,
fieldset[disabled] .btn-cset-variant:active,
.btn-cset-variant.disabled.active,
.btn-cset-variant[disabled].active,
fieldset[disabled] .btn-cset-variant.active {
  background-color: #CBAC6F;
}
.btn-cset-variant .badge {
  color: #CBAC6F;
  background-color: #FFF;
}
.btn-gs-variant {
  color: #FFF !important;
  background-color: #172652 !important;
}
.btn-gs-variant:hover,
.btn-gs-variant:focus,
.btn-gs-variant.focus,
.btn-gs-variant:active,
.btn-gs-variant.active,
.open > .dropdown-toggle.btn-gs-variant {
  color: #FFF !important;
  background-color: #0c142a !important;
}
.btn-gs-variant:active,
.btn-gs-variant.active,
.open > .dropdown-toggle.btn-gs-variant {
  background-image: none;
}
.btn-gs-variant.disabled,
.btn-gs-variant[disabled],
fieldset[disabled] .btn-gs-variant,
.btn-gs-variant.disabled:hover,
.btn-gs-variant[disabled]:hover,
fieldset[disabled] .btn-gs-variant:hover,
.btn-gs-variant.disabled:focus,
.btn-gs-variant[disabled]:focus,
fieldset[disabled] .btn-gs-variant:focus,
.btn-gs-variant.disabled.focus,
.btn-gs-variant[disabled].focus,
fieldset[disabled] .btn-gs-variant.focus,
.btn-gs-variant.disabled:active,
.btn-gs-variant[disabled]:active,
fieldset[disabled] .btn-gs-variant:active,
.btn-gs-variant.disabled.active,
.btn-gs-variant[disabled].active,
fieldset[disabled] .btn-gs-variant.active {
  background-color: #172652;
}
.btn-gs-variant .badge {
  color: #172652;
  background-color: #FFF;
}
.btn-bl-variant {
  color: #FFF !important;
  background-color: #6D2D64 !important;
}
.btn-bl-variant:hover,
.btn-bl-variant:focus,
.btn-bl-variant.focus,
.btn-bl-variant:active,
.btn-bl-variant.active,
.open > .dropdown-toggle.btn-bl-variant {
  color: #FFF !important;
  background-color: #491e43 !important;
}
.btn-bl-variant:active,
.btn-bl-variant.active,
.open > .dropdown-toggle.btn-bl-variant {
  background-image: none;
}
.btn-bl-variant.disabled,
.btn-bl-variant[disabled],
fieldset[disabled] .btn-bl-variant,
.btn-bl-variant.disabled:hover,
.btn-bl-variant[disabled]:hover,
fieldset[disabled] .btn-bl-variant:hover,
.btn-bl-variant.disabled:focus,
.btn-bl-variant[disabled]:focus,
fieldset[disabled] .btn-bl-variant:focus,
.btn-bl-variant.disabled.focus,
.btn-bl-variant[disabled].focus,
fieldset[disabled] .btn-bl-variant.focus,
.btn-bl-variant.disabled:active,
.btn-bl-variant[disabled]:active,
fieldset[disabled] .btn-bl-variant:active,
.btn-bl-variant.disabled.active,
.btn-bl-variant[disabled].active,
fieldset[disabled] .btn-bl-variant.active {
  background-color: #6D2D64;
}
.btn-bl-variant .badge {
  color: #6D2D64;
  background-color: #FFF;
}
.btn-hetl-2020-variant {
  color: #FFF !important;
  background-color: #13446d !important;
}
.btn-hetl-2020-variant:hover,
.btn-hetl-2020-variant:focus,
.btn-hetl-2020-variant.focus,
.btn-hetl-2020-variant:active,
.btn-hetl-2020-variant.active,
.open > .dropdown-toggle.btn-hetl-2020-variant {
  color: #FFF !important;
  background-color: #0b2942 !important;
}
.btn-hetl-2020-variant:active,
.btn-hetl-2020-variant.active,
.open > .dropdown-toggle.btn-hetl-2020-variant {
  background-image: none;
}
.btn-hetl-2020-variant.disabled,
.btn-hetl-2020-variant[disabled],
fieldset[disabled] .btn-hetl-2020-variant,
.btn-hetl-2020-variant.disabled:hover,
.btn-hetl-2020-variant[disabled]:hover,
fieldset[disabled] .btn-hetl-2020-variant:hover,
.btn-hetl-2020-variant.disabled:focus,
.btn-hetl-2020-variant[disabled]:focus,
fieldset[disabled] .btn-hetl-2020-variant:focus,
.btn-hetl-2020-variant.disabled.focus,
.btn-hetl-2020-variant[disabled].focus,
fieldset[disabled] .btn-hetl-2020-variant.focus,
.btn-hetl-2020-variant.disabled:active,
.btn-hetl-2020-variant[disabled]:active,
fieldset[disabled] .btn-hetl-2020-variant:active,
.btn-hetl-2020-variant.disabled.active,
.btn-hetl-2020-variant[disabled].active,
fieldset[disabled] .btn-hetl-2020-variant.active {
  background-color: #13446d;
}
.btn-hetl-2020-variant .badge {
  color: #13446d;
  background-color: #FFF;
}
.btn-cas-bordered {
  color: #71BF49 !important;
  background-color: #FFF !important;
  border: 2px solid #71BF49 !important;
  font-weight: bold;
}
.btn-cas-bordered:hover,
.btn-cas-bordered:focus,
.btn-cas-bordered.focus,
.btn-cas-bordered:active,
.btn-cas-bordered.active,
.open > .dropdown-toggle.btn-cas-bordered {
  color: #71BF49 !important;
  background-color: #FFF !important;
  border: 2px solid #71BF49 !important;
  font-weight: bold;
}
.btn-cas-bordered:active,
.btn-cas-bordered.active,
.open > .dropdown-toggle.btn-cas-bordered {
  background-image: none;
}
.btn-cas-bordered.disabled,
.btn-cas-bordered[disabled],
fieldset[disabled] .btn-cas-bordered,
.btn-cas-bordered.disabled:hover,
.btn-cas-bordered[disabled]:hover,
fieldset[disabled] .btn-cas-bordered:hover,
.btn-cas-bordered.disabled:focus,
.btn-cas-bordered[disabled]:focus,
fieldset[disabled] .btn-cas-bordered:focus,
.btn-cas-bordered.disabled.focus,
.btn-cas-bordered[disabled].focus,
fieldset[disabled] .btn-cas-bordered.focus,
.btn-cas-bordered.disabled:active,
.btn-cas-bordered[disabled]:active,
fieldset[disabled] .btn-cas-bordered:active,
.btn-cas-bordered.disabled.active,
.btn-cas-bordered[disabled].active,
fieldset[disabled] .btn-cas-bordered.active {
  background-color: #FFF;
}
.btn-caes-bordered {
  color: #664139 !important;
  background-color: #FFF !important;
  border: 2px solid #664139 !important;
  font-weight: bold;
}
.btn-caes-bordered:hover,
.btn-caes-bordered:focus,
.btn-caes-bordered.focus,
.btn-caes-bordered:active,
.btn-caes-bordered.active,
.open > .dropdown-toggle.btn-caes-bordered {
  color: #664139 !important;
  background-color: #FFF !important;
  border: 2px solid #664139 !important;
  font-weight: bold;
}
.btn-caes-bordered:active,
.btn-caes-bordered.active,
.open > .dropdown-toggle.btn-caes-bordered {
  background-image: none;
}
.btn-caes-bordered.disabled,
.btn-caes-bordered[disabled],
fieldset[disabled] .btn-caes-bordered,
.btn-caes-bordered.disabled:hover,
.btn-caes-bordered[disabled]:hover,
fieldset[disabled] .btn-caes-bordered:hover,
.btn-caes-bordered.disabled:focus,
.btn-caes-bordered[disabled]:focus,
fieldset[disabled] .btn-caes-bordered:focus,
.btn-caes-bordered.disabled.focus,
.btn-caes-bordered[disabled].focus,
fieldset[disabled] .btn-caes-bordered.focus,
.btn-caes-bordered.disabled:active,
.btn-caes-bordered[disabled]:active,
fieldset[disabled] .btn-caes-bordered:active,
.btn-caes-bordered.disabled.active,
.btn-caes-bordered[disabled].active,
fieldset[disabled] .btn-caes-bordered.active {
  background-color: #FFF;
}
.btn-cedu-bordered {
  color: #009576 !important;
  background-color: #FFF !important;
  border: 2px solid #009576 !important;
  font-weight: bold;
}
.btn-cedu-bordered:hover,
.btn-cedu-bordered:focus,
.btn-cedu-bordered.focus,
.btn-cedu-bordered:active,
.btn-cedu-bordered.active,
.open > .dropdown-toggle.btn-cedu-bordered {
  color: #009576 !important;
  background-color: #FFF !important;
  border: 2px solid #009576 !important;
  font-weight: bold;
}
.btn-cedu-bordered:active,
.btn-cedu-bordered.active,
.open > .dropdown-toggle.btn-cedu-bordered {
  background-image: none;
}
.btn-cedu-bordered.disabled,
.btn-cedu-bordered[disabled],
fieldset[disabled] .btn-cedu-bordered,
.btn-cedu-bordered.disabled:hover,
.btn-cedu-bordered[disabled]:hover,
fieldset[disabled] .btn-cedu-bordered:hover,
.btn-cedu-bordered.disabled:focus,
.btn-cedu-bordered[disabled]:focus,
fieldset[disabled] .btn-cedu-bordered:focus,
.btn-cedu-bordered.disabled.focus,
.btn-cedu-bordered[disabled].focus,
fieldset[disabled] .btn-cedu-bordered.focus,
.btn-cedu-bordered.disabled:active,
.btn-cedu-bordered[disabled]:active,
fieldset[disabled] .btn-cedu-bordered:active,
.btn-cedu-bordered.disabled.active,
.btn-cedu-bordered[disabled].active,
fieldset[disabled] .btn-cedu-bordered.active {
  background-color: #FFF;
}
.btn-cems-bordered {
  color: #0077C7 !important;
  background-color: #FFF !important;
  border: 2px solid #0077C7 !important;
  font-weight: bold;
}
.btn-cems-bordered:hover,
.btn-cems-bordered:focus,
.btn-cems-bordered.focus,
.btn-cems-bordered:active,
.btn-cems-bordered.active,
.open > .dropdown-toggle.btn-cems-bordered {
  color: #0077C7 !important;
  background-color: #FFF !important;
  border: 2px solid #0077C7 !important;
  font-weight: bold;
}
.btn-cems-bordered:active,
.btn-cems-bordered.active,
.open > .dropdown-toggle.btn-cems-bordered {
  background-image: none;
}
.btn-cems-bordered.disabled,
.btn-cems-bordered[disabled],
fieldset[disabled] .btn-cems-bordered,
.btn-cems-bordered.disabled:hover,
.btn-cems-bordered[disabled]:hover,
fieldset[disabled] .btn-cems-bordered:hover,
.btn-cems-bordered.disabled:focus,
.btn-cems-bordered[disabled]:focus,
fieldset[disabled] .btn-cems-bordered:focus,
.btn-cems-bordered.disabled.focus,
.btn-cems-bordered[disabled].focus,
fieldset[disabled] .btn-cems-bordered.focus,
.btn-cems-bordered.disabled:active,
.btn-cems-bordered[disabled]:active,
fieldset[disabled] .btn-cems-bordered:active,
.btn-cems-bordered.disabled.active,
.btn-cems-bordered[disabled].active,
fieldset[disabled] .btn-cems-bordered.active {
  background-color: #FFF;
}
.btn-chs-bordered {
  color: #DA7A1D !important;
  background-color: #FFF !important;
  border: 2px solid #DA7A1D !important;
  font-weight: bold;
}
.btn-chs-bordered:hover,
.btn-chs-bordered:focus,
.btn-chs-bordered.focus,
.btn-chs-bordered:active,
.btn-chs-bordered.active,
.open > .dropdown-toggle.btn-chs-bordered {
  color: #DA7A1D !important;
  background-color: #FFF !important;
  border: 2px solid #DA7A1D !important;
  font-weight: bold;
}
.btn-chs-bordered:active,
.btn-chs-bordered.active,
.open > .dropdown-toggle.btn-chs-bordered {
  background-image: none;
}
.btn-chs-bordered.disabled,
.btn-chs-bordered[disabled],
fieldset[disabled] .btn-chs-bordered,
.btn-chs-bordered.disabled:hover,
.btn-chs-bordered[disabled]:hover,
fieldset[disabled] .btn-chs-bordered:hover,
.btn-chs-bordered.disabled:focus,
.btn-chs-bordered[disabled]:focus,
fieldset[disabled] .btn-chs-bordered:focus,
.btn-chs-bordered.disabled.focus,
.btn-chs-bordered[disabled].focus,
fieldset[disabled] .btn-chs-bordered.focus,
.btn-chs-bordered.disabled:active,
.btn-chs-bordered[disabled]:active,
fieldset[disabled] .btn-chs-bordered:active,
.btn-chs-bordered.disabled.active,
.btn-chs-bordered[disabled].active,
fieldset[disabled] .btn-chs-bordered.active {
  background-color: #FFF;
}
.btn-claw-bordered {
  color: #B82C2D !important;
  background-color: #FFF !important;
  border: 2px solid #B82C2D !important;
  font-weight: bold;
}
.btn-claw-bordered:hover,
.btn-claw-bordered:focus,
.btn-claw-bordered.focus,
.btn-claw-bordered:active,
.btn-claw-bordered.active,
.open > .dropdown-toggle.btn-claw-bordered {
  color: #B82C2D !important;
  background-color: #FFF !important;
  border: 2px solid #B82C2D !important;
  font-weight: bold;
}
.btn-claw-bordered:active,
.btn-claw-bordered.active,
.open > .dropdown-toggle.btn-claw-bordered {
  background-image: none;
}
.btn-claw-bordered.disabled,
.btn-claw-bordered[disabled],
fieldset[disabled] .btn-claw-bordered,
.btn-claw-bordered.disabled:hover,
.btn-claw-bordered[disabled]:hover,
fieldset[disabled] .btn-claw-bordered:hover,
.btn-claw-bordered.disabled:focus,
.btn-claw-bordered[disabled]:focus,
fieldset[disabled] .btn-claw-bordered:focus,
.btn-claw-bordered.disabled.focus,
.btn-claw-bordered[disabled].focus,
fieldset[disabled] .btn-claw-bordered.focus,
.btn-claw-bordered.disabled:active,
.btn-claw-bordered[disabled]:active,
fieldset[disabled] .btn-claw-bordered:active,
.btn-claw-bordered.disabled.active,
.btn-claw-bordered[disabled].active,
fieldset[disabled] .btn-claw-bordered.active {
  background-color: #FFF;
}
.btn-cset-bordered {
  color: #CBAC6F !important;
  background-color: #FFF !important;
  border: 2px solid #CBAC6F !important;
  font-weight: bold;
}
.btn-cset-bordered:hover,
.btn-cset-bordered:focus,
.btn-cset-bordered.focus,
.btn-cset-bordered:active,
.btn-cset-bordered.active,
.open > .dropdown-toggle.btn-cset-bordered {
  color: #CBAC6F !important;
  background-color: #FFF !important;
  border: 2px solid #CBAC6F !important;
  font-weight: bold;
}
.btn-cset-bordered:active,
.btn-cset-bordered.active,
.open > .dropdown-toggle.btn-cset-bordered {
  background-image: none;
}
.btn-cset-bordered.disabled,
.btn-cset-bordered[disabled],
fieldset[disabled] .btn-cset-bordered,
.btn-cset-bordered.disabled:hover,
.btn-cset-bordered[disabled]:hover,
fieldset[disabled] .btn-cset-bordered:hover,
.btn-cset-bordered.disabled:focus,
.btn-cset-bordered[disabled]:focus,
fieldset[disabled] .btn-cset-bordered:focus,
.btn-cset-bordered.disabled.focus,
.btn-cset-bordered[disabled].focus,
fieldset[disabled] .btn-cset-bordered.focus,
.btn-cset-bordered.disabled:active,
.btn-cset-bordered[disabled]:active,
fieldset[disabled] .btn-cset-bordered:active,
.btn-cset-bordered.disabled.active,
.btn-cset-bordered[disabled].active,
fieldset[disabled] .btn-cset-bordered.active {
  background-color: #FFF;
}
.btn-gs-bordered {
  color: #172652 !important;
  background-color: #FFF !important;
  border: 2px solid #172652 !important;
  font-weight: bold;
}
.btn-gs-bordered:hover,
.btn-gs-bordered:focus,
.btn-gs-bordered.focus,
.btn-gs-bordered:active,
.btn-gs-bordered.active,
.open > .dropdown-toggle.btn-gs-bordered {
  color: #172652 !important;
  background-color: #FFF !important;
  border: 2px solid #172652 !important;
  font-weight: bold;
}
.btn-gs-bordered:active,
.btn-gs-bordered.active,
.open > .dropdown-toggle.btn-gs-bordered {
  background-image: none;
}
.btn-gs-bordered.disabled,
.btn-gs-bordered[disabled],
fieldset[disabled] .btn-gs-bordered,
.btn-gs-bordered.disabled:hover,
.btn-gs-bordered[disabled]:hover,
fieldset[disabled] .btn-gs-bordered:hover,
.btn-gs-bordered.disabled:focus,
.btn-gs-bordered[disabled]:focus,
fieldset[disabled] .btn-gs-bordered:focus,
.btn-gs-bordered.disabled.focus,
.btn-gs-bordered[disabled].focus,
fieldset[disabled] .btn-gs-bordered.focus,
.btn-gs-bordered.disabled:active,
.btn-gs-bordered[disabled]:active,
fieldset[disabled] .btn-gs-bordered:active,
.btn-gs-bordered.disabled.active,
.btn-gs-bordered[disabled].active,
fieldset[disabled] .btn-gs-bordered.active {
  background-color: #FFF;
}
.btn-bl-bordered {
  color: #6D2D64 !important;
  background-color: #FFF !important;
  border: 2px solid #6D2D64 !important;
  font-weight: bold;
}
.btn-bl-bordered:hover,
.btn-bl-bordered:focus,
.btn-bl-bordered.focus,
.btn-bl-bordered:active,
.btn-bl-bordered.active,
.open > .dropdown-toggle.btn-bl-bordered {
  color: #6D2D64 !important;
  background-color: #FFF !important;
  border: 2px solid #6D2D64 !important;
  font-weight: bold;
}
.btn-bl-bordered:active,
.btn-bl-bordered.active,
.open > .dropdown-toggle.btn-bl-bordered {
  background-image: none;
}
.btn-bl-bordered.disabled,
.btn-bl-bordered[disabled],
fieldset[disabled] .btn-bl-bordered,
.btn-bl-bordered.disabled:hover,
.btn-bl-bordered[disabled]:hover,
fieldset[disabled] .btn-bl-bordered:hover,
.btn-bl-bordered.disabled:focus,
.btn-bl-bordered[disabled]:focus,
fieldset[disabled] .btn-bl-bordered:focus,
.btn-bl-bordered.disabled.focus,
.btn-bl-bordered[disabled].focus,
fieldset[disabled] .btn-bl-bordered.focus,
.btn-bl-bordered.disabled:active,
.btn-bl-bordered[disabled]:active,
fieldset[disabled] .btn-bl-bordered:active,
.btn-bl-bordered.disabled.active,
.btn-bl-bordered[disabled].active,
fieldset[disabled] .btn-bl-bordered.active {
  background-color: #FFF;
}
.pageBanner {
  margin-bottom: 20px;
}
.banner-flex {
  overflow: hidden;
  display: flex;
  max-height: 150px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.banner-flex.h50 {
  max-height: 50px;
}
.banner-flex.h100 {
  max-height: 100px;
}
.banner-flex.h150 {
  max-height: 150px;
}
.banner-flex.h200 {
  max-height: 200px;
}
.banner-flex.h250 {
  max-height: 250px;
}
.banner-flex.h300 {
  max-height: 300px;
}
.banner-flex.h350 {
  max-height: 350px;
}
.banner-flex.h400 {
  max-height: 400px;
}
.banner-flex.h450 {
  max-height: 450px;
}
.banner-flex.h500 {
  max-height: 500px;
}
.banner-flex.h550 {
  max-height: 550px;
}
.banner-flex.h600 {
  max-height: 600px;
}
.banner-flex.h650 {
  max-height: 650px;
}
.banner-flex.h700 {
  max-height: 700px;
}
.banner-flex.h750 {
  max-height: 750px;
}
.banner-flex.h800 {
  max-height: 800px;
}
.banner-flex.h850 {
  max-height: 850px;
}
.banner-flex.h900 {
  max-height: 900px;
}
.banner-flex.h950 {
  max-height: 950px;
}
.banner-flex.h1000 {
  max-height: 1000px;
}
.banner-flex-300 {
  overflow: hidden;
  max-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-flex-300 {
  overflow: hidden;
  max-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-flex-300 {
  overflow: hidden;
  max-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.img-align-left {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
.img-align-right {
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}
.img-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
img {
  height: auto;
  max-width: 100%;
}
.captionImage.pull-left {
  margin-bottom: 10px;
  margin-right: 20px;
}
.captionImage.pull-right {
  margin-bottom: 10px;
  margin-left: 20px;
}
.captionImage > img {
  margin-top: 6px;
}
.captionImage p {
  margin: 0;
}
.caption p {
  color: #777777;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.navbar-cw {
  background-color: #777;
  border-color: #FFF;
  border-radius: 4px;
}
.navbar-cw .navbar-brand {
  color: #fff;
}
.navbar-cw .navbar-brand:hover,
.navbar-cw .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-cw .navbar-header > a {
  text-shadow: none;
}
.navbar-cw .navbar-text {
  color: #FFF;
}
.navbar-cw .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-cw .navbar-nav > li > a:hover,
.navbar-cw .navbar-nav > li > a:focus {
  color: #000;
  background-color: #C8C8C8;
}
.navbar-cw .navbar-nav > .active > a,
.navbar-cw .navbar-nav > .active > a:hover,
.navbar-cw .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #666666;
}
.navbar-cw .navbar-nav > .disabled > a,
.navbar-cw .navbar-nav > .disabled > a:hover,
.navbar-cw .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-cw .navbar-toggle {
  border-color: #ddd;
}
.navbar-cw .navbar-toggle:hover,
.navbar-cw .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-cw .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-cw .navbar-collapse,
.navbar-cw .navbar-form {
  border-color: #666666;
}
.navbar-cw .navbar-nav > .open > a,
.navbar-cw .navbar-nav > .open > a:hover,
.navbar-cw .navbar-nav > .open > a:focus {
  background-color: #666666;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-cw .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-cw .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-cw .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000;
    background-color: #C8C8C8;
  }
  .navbar-cw .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-cw .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-cw .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #666666;
  }
  .navbar-cw .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-cw .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-cw .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-cw .navbar-link {
  color: #fff;
}
.navbar-cw .navbar-link:hover {
  color: #000;
}
.navbar-cw .btn-link {
  color: #fff;
}
.navbar-cw .btn-link:hover,
.navbar-cw .btn-link:focus {
  color: #000;
}
.navbar-cw .btn-link[disabled]:hover,
fieldset[disabled] .navbar-cw .btn-link:hover,
.navbar-cw .btn-link[disabled]:focus,
fieldset[disabled] .navbar-cw .btn-link:focus {
  color: #ccc;
}
.navbar-myunisa {
  background-color: #4A4A4C;
  border-color: #FFF;
  border-radius: 4px;
}
.navbar-myunisa .navbar-brand {
  color: #fff;
}
.navbar-myunisa .navbar-brand:hover,
.navbar-myunisa .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-myunisa .navbar-header > a {
  text-shadow: none;
}
.navbar-myunisa .navbar-text {
  color: #FFF;
}
.navbar-myunisa .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-myunisa .navbar-nav > li > a:hover,
.navbar-myunisa .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #3a3a3b;
}
.navbar-myunisa .navbar-nav > .active > a,
.navbar-myunisa .navbar-nav > .active > a:hover,
.navbar-myunisa .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #3a3a3b;
}
.navbar-myunisa .navbar-nav > .disabled > a,
.navbar-myunisa .navbar-nav > .disabled > a:hover,
.navbar-myunisa .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-myunisa .navbar-toggle {
  border-color: #ddd;
}
.navbar-myunisa .navbar-toggle:hover,
.navbar-myunisa .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-myunisa .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-myunisa .navbar-collapse,
.navbar-myunisa .navbar-form {
  border-color: #3a3a3b;
}
.navbar-myunisa .navbar-nav > .open > a,
.navbar-myunisa .navbar-nav > .open > a:hover,
.navbar-myunisa .navbar-nav > .open > a:focus {
  background-color: #3a3a3b;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-myunisa .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-myunisa .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-myunisa .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #3a3a3b;
  }
  .navbar-myunisa .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-myunisa .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-myunisa .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #3a3a3b;
  }
  .navbar-myunisa .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-myunisa .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-myunisa .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-myunisa .navbar-link {
  color: #fff;
}
.navbar-myunisa .navbar-link:hover {
  color: #eeeeee;
}
.navbar-myunisa .btn-link {
  color: #fff;
}
.navbar-myunisa .btn-link:hover,
.navbar-myunisa .btn-link:focus {
  color: #eeeeee;
}
.navbar-myunisa .btn-link[disabled]:hover,
fieldset[disabled] .navbar-myunisa .btn-link:hover,
.navbar-myunisa .btn-link[disabled]:focus,
fieldset[disabled] .navbar-myunisa .btn-link:focus {
  color: #ccc;
}
.navbar-ci-red {
  background-color: #930010;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-ci-red .navbar-brand {
  color: #fff;
}
.navbar-ci-red .navbar-brand:hover,
.navbar-ci-red .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-ci-red .navbar-header > a {
  text-shadow: none;
}
.navbar-ci-red .navbar-text {
  color: #FFF;
}
.navbar-ci-red .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-ci-red .navbar-nav > li > a:hover,
.navbar-ci-red .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #72000c;
}
.navbar-ci-red .navbar-nav > .active > a,
.navbar-ci-red .navbar-nav > .active > a:hover,
.navbar-ci-red .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #72000c;
}
.navbar-ci-red .navbar-nav > .disabled > a,
.navbar-ci-red .navbar-nav > .disabled > a:hover,
.navbar-ci-red .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-ci-red .navbar-toggle {
  border-color: #ddd;
}
.navbar-ci-red .navbar-toggle:hover,
.navbar-ci-red .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-ci-red .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-ci-red .navbar-collapse,
.navbar-ci-red .navbar-form {
  border-color: #666666;
}
.navbar-ci-red .navbar-nav > .open > a,
.navbar-ci-red .navbar-nav > .open > a:hover,
.navbar-ci-red .navbar-nav > .open > a:focus {
  background-color: #72000c;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-ci-red .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-ci-red .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-ci-red .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #72000c;
  }
  .navbar-ci-red .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-ci-red .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-ci-red .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #72000c;
  }
  .navbar-ci-red .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-ci-red .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-ci-red .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-ci-red .navbar-link {
  color: #fff;
}
.navbar-ci-red .navbar-link:hover {
  color: #eeeeee;
}
.navbar-ci-red .btn-link {
  color: #fff;
}
.navbar-ci-red .btn-link:hover,
.navbar-ci-red .btn-link:focus {
  color: #eeeeee;
}
.navbar-ci-red .btn-link[disabled]:hover,
fieldset[disabled] .navbar-ci-red .btn-link:hover,
.navbar-ci-red .btn-link[disabled]:focus,
fieldset[disabled] .navbar-ci-red .btn-link:focus {
  color: #ccc;
}
.navbar-ci-red-light {
  background-color: #b40014;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-ci-red-light .navbar-brand {
  color: #fff;
}
.navbar-ci-red-light .navbar-brand:hover,
.navbar-ci-red-light .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-ci-red-light .navbar-header > a {
  text-shadow: none;
}
.navbar-ci-red-light .navbar-text {
  color: #FFF;
}
.navbar-ci-red-light .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-ci-red-light .navbar-nav > li > a:hover,
.navbar-ci-red-light .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #930010;
}
.navbar-ci-red-light .navbar-nav > .active > a,
.navbar-ci-red-light .navbar-nav > .active > a:hover,
.navbar-ci-red-light .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #930010;
}
.navbar-ci-red-light .navbar-nav > .disabled > a,
.navbar-ci-red-light .navbar-nav > .disabled > a:hover,
.navbar-ci-red-light .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-ci-red-light .navbar-toggle {
  border-color: #ddd;
}
.navbar-ci-red-light .navbar-toggle:hover,
.navbar-ci-red-light .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-ci-red-light .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-ci-red-light .navbar-collapse,
.navbar-ci-red-light .navbar-form {
  border-color: #666666;
}
.navbar-ci-red-light .navbar-nav > .open > a,
.navbar-ci-red-light .navbar-nav > .open > a:hover,
.navbar-ci-red-light .navbar-nav > .open > a:focus {
  background-color: #930010;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-ci-red-light .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-ci-red-light .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-ci-red-light .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #930010;
  }
  .navbar-ci-red-light .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-ci-red-light .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-ci-red-light .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #930010;
  }
  .navbar-ci-red-light .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-ci-red-light .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-ci-red-light .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-ci-red-light .navbar-link {
  color: #fff;
}
.navbar-ci-red-light .navbar-link:hover {
  color: #eeeeee;
}
.navbar-ci-red-light .btn-link {
  color: #fff;
}
.navbar-ci-red-light .btn-link:hover,
.navbar-ci-red-light .btn-link:focus {
  color: #eeeeee;
}
.navbar-ci-red-light .btn-link[disabled]:hover,
fieldset[disabled] .navbar-ci-red-light .btn-link:hover,
.navbar-ci-red-light .btn-link[disabled]:focus,
fieldset[disabled] .navbar-ci-red-light .btn-link:focus {
  color: #ccc;
}
.navbar-ci-red-dark {
  background-color: #72000c;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-ci-red-dark .navbar-brand {
  color: #fff;
}
.navbar-ci-red-dark .navbar-brand:hover,
.navbar-ci-red-dark .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-ci-red-dark .navbar-header > a {
  text-shadow: none;
}
.navbar-ci-red-dark .navbar-text {
  color: #FFF;
}
.navbar-ci-red-dark .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-ci-red-dark .navbar-nav > li > a:hover,
.navbar-ci-red-dark .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #510009;
}
.navbar-ci-red-dark .navbar-nav > .active > a,
.navbar-ci-red-dark .navbar-nav > .active > a:hover,
.navbar-ci-red-dark .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #510009;
}
.navbar-ci-red-dark .navbar-nav > .disabled > a,
.navbar-ci-red-dark .navbar-nav > .disabled > a:hover,
.navbar-ci-red-dark .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-ci-red-dark .navbar-toggle {
  border-color: #ddd;
}
.navbar-ci-red-dark .navbar-toggle:hover,
.navbar-ci-red-dark .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-ci-red-dark .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-ci-red-dark .navbar-collapse,
.navbar-ci-red-dark .navbar-form {
  border-color: #666666;
}
.navbar-ci-red-dark .navbar-nav > .open > a,
.navbar-ci-red-dark .navbar-nav > .open > a:hover,
.navbar-ci-red-dark .navbar-nav > .open > a:focus {
  background-color: #510009;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-ci-red-dark .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-ci-red-dark .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-ci-red-dark .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #510009;
  }
  .navbar-ci-red-dark .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-ci-red-dark .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-ci-red-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #510009;
  }
  .navbar-ci-red-dark .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-ci-red-dark .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-ci-red-dark .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-ci-red-dark .navbar-link {
  color: #fff;
}
.navbar-ci-red-dark .navbar-link:hover {
  color: #eeeeee;
}
.navbar-ci-red-dark .btn-link {
  color: #fff;
}
.navbar-ci-red-dark .btn-link:hover,
.navbar-ci-red-dark .btn-link:focus {
  color: #eeeeee;
}
.navbar-ci-red-dark .btn-link[disabled]:hover,
fieldset[disabled] .navbar-ci-red-dark .btn-link:hover,
.navbar-ci-red-dark .btn-link[disabled]:focus,
fieldset[disabled] .navbar-ci-red-dark .btn-link:focus {
  color: #ccc;
}
.navbar-ci-blue {
  background-color: #172652;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-ci-blue .navbar-brand {
  color: #fff;
}
.navbar-ci-blue .navbar-brand:hover,
.navbar-ci-blue .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-ci-blue .navbar-header > a {
  text-shadow: none;
}
.navbar-ci-blue .navbar-text {
  color: #FFF;
}
.navbar-ci-blue .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-ci-blue .navbar-nav > li > a:hover,
.navbar-ci-blue .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #101a38;
}
.navbar-ci-blue .navbar-nav > .active > a,
.navbar-ci-blue .navbar-nav > .active > a:hover,
.navbar-ci-blue .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #101a38;
}
.navbar-ci-blue .navbar-nav > .disabled > a,
.navbar-ci-blue .navbar-nav > .disabled > a:hover,
.navbar-ci-blue .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-ci-blue .navbar-toggle {
  border-color: #ddd;
}
.navbar-ci-blue .navbar-toggle:hover,
.navbar-ci-blue .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-ci-blue .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-ci-blue .navbar-collapse,
.navbar-ci-blue .navbar-form {
  border-color: #666666;
}
.navbar-ci-blue .navbar-nav > .open > a,
.navbar-ci-blue .navbar-nav > .open > a:hover,
.navbar-ci-blue .navbar-nav > .open > a:focus {
  background-color: #101a38;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-ci-blue .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-ci-blue .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-ci-blue .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #101a38;
  }
  .navbar-ci-blue .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-ci-blue .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-ci-blue .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #101a38;
  }
  .navbar-ci-blue .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-ci-blue .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-ci-blue .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-ci-blue .navbar-link {
  color: #fff;
}
.navbar-ci-blue .navbar-link:hover {
  color: #eeeeee;
}
.navbar-ci-blue .btn-link {
  color: #fff;
}
.navbar-ci-blue .btn-link:hover,
.navbar-ci-blue .btn-link:focus {
  color: #eeeeee;
}
.navbar-ci-blue .btn-link[disabled]:hover,
fieldset[disabled] .navbar-ci-blue .btn-link:hover,
.navbar-ci-blue .btn-link[disabled]:focus,
fieldset[disabled] .navbar-ci-blue .btn-link:focus {
  color: #ccc;
}
.navbar-ci-blue-light {
  background-color: #1e326c;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-ci-blue-light .navbar-brand {
  color: #fff;
}
.navbar-ci-blue-light .navbar-brand:hover,
.navbar-ci-blue-light .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-ci-blue-light .navbar-header > a {
  text-shadow: none;
}
.navbar-ci-blue-light .navbar-text {
  color: #FFF;
}
.navbar-ci-blue-light .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-ci-blue-light .navbar-nav > li > a:hover,
.navbar-ci-blue-light .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #172652;
}
.navbar-ci-blue-light .navbar-nav > .active > a,
.navbar-ci-blue-light .navbar-nav > .active > a:hover,
.navbar-ci-blue-light .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #172652;
}
.navbar-ci-blue-light .navbar-nav > .disabled > a,
.navbar-ci-blue-light .navbar-nav > .disabled > a:hover,
.navbar-ci-blue-light .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-ci-blue-light .navbar-toggle {
  border-color: #ddd;
}
.navbar-ci-blue-light .navbar-toggle:hover,
.navbar-ci-blue-light .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-ci-blue-light .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-ci-blue-light .navbar-collapse,
.navbar-ci-blue-light .navbar-form {
  border-color: #666666;
}
.navbar-ci-blue-light .navbar-nav > .open > a,
.navbar-ci-blue-light .navbar-nav > .open > a:hover,
.navbar-ci-blue-light .navbar-nav > .open > a:focus {
  background-color: #172652;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-ci-blue-light .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-ci-blue-light .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-ci-blue-light .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #172652;
  }
  .navbar-ci-blue-light .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-ci-blue-light .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-ci-blue-light .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #172652;
  }
  .navbar-ci-blue-light .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-ci-blue-light .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-ci-blue-light .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-ci-blue-light .navbar-link {
  color: #fff;
}
.navbar-ci-blue-light .navbar-link:hover {
  color: #eeeeee;
}
.navbar-ci-blue-light .btn-link {
  color: #fff;
}
.navbar-ci-blue-light .btn-link:hover,
.navbar-ci-blue-light .btn-link:focus {
  color: #eeeeee;
}
.navbar-ci-blue-light .btn-link[disabled]:hover,
fieldset[disabled] .navbar-ci-blue-light .btn-link:hover,
.navbar-ci-blue-light .btn-link[disabled]:focus,
fieldset[disabled] .navbar-ci-blue-light .btn-link:focus {
  color: #ccc;
}
.navbar-ci-blue-dark {
  background-color: #101a38;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-ci-blue-dark .navbar-brand {
  color: #fff;
}
.navbar-ci-blue-dark .navbar-brand:hover,
.navbar-ci-blue-dark .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-ci-blue-dark .navbar-header > a {
  text-shadow: none;
}
.navbar-ci-blue-dark .navbar-text {
  color: #FFF;
}
.navbar-ci-blue-dark .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-ci-blue-dark .navbar-nav > li > a:hover,
.navbar-ci-blue-dark .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #080e1e;
}
.navbar-ci-blue-dark .navbar-nav > .active > a,
.navbar-ci-blue-dark .navbar-nav > .active > a:hover,
.navbar-ci-blue-dark .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #080e1e;
}
.navbar-ci-blue-dark .navbar-nav > .disabled > a,
.navbar-ci-blue-dark .navbar-nav > .disabled > a:hover,
.navbar-ci-blue-dark .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-ci-blue-dark .navbar-toggle {
  border-color: #ddd;
}
.navbar-ci-blue-dark .navbar-toggle:hover,
.navbar-ci-blue-dark .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-ci-blue-dark .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-ci-blue-dark .navbar-collapse,
.navbar-ci-blue-dark .navbar-form {
  border-color: #666666;
}
.navbar-ci-blue-dark .navbar-nav > .open > a,
.navbar-ci-blue-dark .navbar-nav > .open > a:hover,
.navbar-ci-blue-dark .navbar-nav > .open > a:focus {
  background-color: #080e1e;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-ci-blue-dark .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-ci-blue-dark .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-ci-blue-dark .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #080e1e;
  }
  .navbar-ci-blue-dark .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-ci-blue-dark .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-ci-blue-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #080e1e;
  }
  .navbar-ci-blue-dark .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-ci-blue-dark .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-ci-blue-dark .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-ci-blue-dark .navbar-link {
  color: #fff;
}
.navbar-ci-blue-dark .navbar-link:hover {
  color: #eeeeee;
}
.navbar-ci-blue-dark .btn-link {
  color: #fff;
}
.navbar-ci-blue-dark .btn-link:hover,
.navbar-ci-blue-dark .btn-link:focus {
  color: #eeeeee;
}
.navbar-ci-blue-dark .btn-link[disabled]:hover,
fieldset[disabled] .navbar-ci-blue-dark .btn-link:hover,
.navbar-ci-blue-dark .btn-link[disabled]:focus,
fieldset[disabled] .navbar-ci-blue-dark .btn-link:focus {
  color: #ccc;
}
.navbar-ci-yellow {
  background-color: #F7931D;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-ci-yellow .navbar-brand {
  color: #fff;
}
.navbar-ci-yellow .navbar-brand:hover,
.navbar-ci-yellow .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-ci-yellow .navbar-header > a {
  text-shadow: none;
}
.navbar-ci-yellow .navbar-text {
  color: #FFF;
}
.navbar-ci-yellow .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-ci-yellow .navbar-nav > li > a:hover,
.navbar-ci-yellow .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #eb8308;
}
.navbar-ci-yellow .navbar-nav > .active > a,
.navbar-ci-yellow .navbar-nav > .active > a:hover,
.navbar-ci-yellow .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #eb8308;
}
.navbar-ci-yellow .navbar-nav > .disabled > a,
.navbar-ci-yellow .navbar-nav > .disabled > a:hover,
.navbar-ci-yellow .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-ci-yellow .navbar-toggle {
  border-color: #ddd;
}
.navbar-ci-yellow .navbar-toggle:hover,
.navbar-ci-yellow .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-ci-yellow .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-ci-yellow .navbar-collapse,
.navbar-ci-yellow .navbar-form {
  border-color: #666666;
}
.navbar-ci-yellow .navbar-nav > .open > a,
.navbar-ci-yellow .navbar-nav > .open > a:hover,
.navbar-ci-yellow .navbar-nav > .open > a:focus {
  background-color: #eb8308;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-ci-yellow .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-ci-yellow .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-ci-yellow .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #eb8308;
  }
  .navbar-ci-yellow .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-ci-yellow .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-ci-yellow .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #eb8308;
  }
  .navbar-ci-yellow .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-ci-yellow .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-ci-yellow .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-ci-yellow .navbar-link {
  color: #fff;
}
.navbar-ci-yellow .navbar-link:hover {
  color: #eeeeee;
}
.navbar-ci-yellow .btn-link {
  color: #fff;
}
.navbar-ci-yellow .btn-link:hover,
.navbar-ci-yellow .btn-link:focus {
  color: #eeeeee;
}
.navbar-ci-yellow .btn-link[disabled]:hover,
fieldset[disabled] .navbar-ci-yellow .btn-link:hover,
.navbar-ci-yellow .btn-link[disabled]:focus,
fieldset[disabled] .navbar-ci-yellow .btn-link:focus {
  color: #ccc;
}
.navbar-ci-yellow-light {
  background-color: #f8a23d;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-ci-yellow-light .navbar-brand {
  color: #fff;
}
.navbar-ci-yellow-light .navbar-brand:hover,
.navbar-ci-yellow-light .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-ci-yellow-light .navbar-header > a {
  text-shadow: none;
}
.navbar-ci-yellow-light .navbar-text {
  color: #FFF;
}
.navbar-ci-yellow-light .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-ci-yellow-light .navbar-nav > li > a:hover,
.navbar-ci-yellow-light .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #f7931d;
}
.navbar-ci-yellow-light .navbar-nav > .active > a,
.navbar-ci-yellow-light .navbar-nav > .active > a:hover,
.navbar-ci-yellow-light .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #f7931d;
}
.navbar-ci-yellow-light .navbar-nav > .disabled > a,
.navbar-ci-yellow-light .navbar-nav > .disabled > a:hover,
.navbar-ci-yellow-light .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-ci-yellow-light .navbar-toggle {
  border-color: #ddd;
}
.navbar-ci-yellow-light .navbar-toggle:hover,
.navbar-ci-yellow-light .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-ci-yellow-light .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-ci-yellow-light .navbar-collapse,
.navbar-ci-yellow-light .navbar-form {
  border-color: #666666;
}
.navbar-ci-yellow-light .navbar-nav > .open > a,
.navbar-ci-yellow-light .navbar-nav > .open > a:hover,
.navbar-ci-yellow-light .navbar-nav > .open > a:focus {
  background-color: #f7931d;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-ci-yellow-light .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-ci-yellow-light .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-ci-yellow-light .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #f7931d;
  }
  .navbar-ci-yellow-light .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-ci-yellow-light .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-ci-yellow-light .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #f7931d;
  }
  .navbar-ci-yellow-light .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-ci-yellow-light .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-ci-yellow-light .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-ci-yellow-light .navbar-link {
  color: #fff;
}
.navbar-ci-yellow-light .navbar-link:hover {
  color: #eeeeee;
}
.navbar-ci-yellow-light .btn-link {
  color: #fff;
}
.navbar-ci-yellow-light .btn-link:hover,
.navbar-ci-yellow-light .btn-link:focus {
  color: #eeeeee;
}
.navbar-ci-yellow-light .btn-link[disabled]:hover,
fieldset[disabled] .navbar-ci-yellow-light .btn-link:hover,
.navbar-ci-yellow-light .btn-link[disabled]:focus,
fieldset[disabled] .navbar-ci-yellow-light .btn-link:focus {
  color: #ccc;
}
.navbar-ci-yellow-dark {
  background-color: #eb8308;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-ci-yellow-dark .navbar-brand {
  color: #fff;
}
.navbar-ci-yellow-dark .navbar-brand:hover,
.navbar-ci-yellow-dark .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-ci-yellow-dark .navbar-header > a {
  text-shadow: none;
}
.navbar-ci-yellow-dark .navbar-text {
  color: #FFF;
}
.navbar-ci-yellow-dark .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-ci-yellow-dark .navbar-nav > li > a:hover,
.navbar-ci-yellow-dark .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #cb7107;
}
.navbar-ci-yellow-dark .navbar-nav > .active > a,
.navbar-ci-yellow-dark .navbar-nav > .active > a:hover,
.navbar-ci-yellow-dark .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #cb7107;
}
.navbar-ci-yellow-dark .navbar-nav > .disabled > a,
.navbar-ci-yellow-dark .navbar-nav > .disabled > a:hover,
.navbar-ci-yellow-dark .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-ci-yellow-dark .navbar-toggle {
  border-color: #ddd;
}
.navbar-ci-yellow-dark .navbar-toggle:hover,
.navbar-ci-yellow-dark .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-ci-yellow-dark .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-ci-yellow-dark .navbar-collapse,
.navbar-ci-yellow-dark .navbar-form {
  border-color: #666666;
}
.navbar-ci-yellow-dark .navbar-nav > .open > a,
.navbar-ci-yellow-dark .navbar-nav > .open > a:hover,
.navbar-ci-yellow-dark .navbar-nav > .open > a:focus {
  background-color: #cb7107;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-ci-yellow-dark .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-ci-yellow-dark .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-ci-yellow-dark .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #cb7107;
  }
  .navbar-ci-yellow-dark .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-ci-yellow-dark .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-ci-yellow-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #cb7107;
  }
  .navbar-ci-yellow-dark .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-ci-yellow-dark .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-ci-yellow-dark .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-ci-yellow-dark .navbar-link {
  color: #fff;
}
.navbar-ci-yellow-dark .navbar-link:hover {
  color: #eeeeee;
}
.navbar-ci-yellow-dark .btn-link {
  color: #fff;
}
.navbar-ci-yellow-dark .btn-link:hover,
.navbar-ci-yellow-dark .btn-link:focus {
  color: #eeeeee;
}
.navbar-ci-yellow-dark .btn-link[disabled]:hover,
fieldset[disabled] .navbar-ci-yellow-dark .btn-link:hover,
.navbar-ci-yellow-dark .btn-link[disabled]:focus,
fieldset[disabled] .navbar-ci-yellow-dark .btn-link:focus {
  color: #ccc;
}
.navbar-ci-purple {
  background-color: #6D2D64;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-ci-purple .navbar-brand {
  color: #fff;
}
.navbar-ci-purple .navbar-brand:hover,
.navbar-ci-purple .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-ci-purple .navbar-header > a {
  text-shadow: none;
}
.navbar-ci-purple .navbar-text {
  color: #FFF;
}
.navbar-ci-purple .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-ci-purple .navbar-nav > li > a:hover,
.navbar-ci-purple .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #56234e;
}
.navbar-ci-purple .navbar-nav > .active > a,
.navbar-ci-purple .navbar-nav > .active > a:hover,
.navbar-ci-purple .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #56234e;
}
.navbar-ci-purple .navbar-nav > .disabled > a,
.navbar-ci-purple .navbar-nav > .disabled > a:hover,
.navbar-ci-purple .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-ci-purple .navbar-toggle {
  border-color: #ddd;
}
.navbar-ci-purple .navbar-toggle:hover,
.navbar-ci-purple .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-ci-purple .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-ci-purple .navbar-collapse,
.navbar-ci-purple .navbar-form {
  border-color: #666666;
}
.navbar-ci-purple .navbar-nav > .open > a,
.navbar-ci-purple .navbar-nav > .open > a:hover,
.navbar-ci-purple .navbar-nav > .open > a:focus {
  background-color: #56234e;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-ci-purple .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-ci-purple .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-ci-purple .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #56234e;
  }
  .navbar-ci-purple .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-ci-purple .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-ci-purple .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #56234e;
  }
  .navbar-ci-purple .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-ci-purple .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-ci-purple .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-ci-purple .navbar-link {
  color: #fff;
}
.navbar-ci-purple .navbar-link:hover {
  color: #eeeeee;
}
.navbar-ci-purple .btn-link {
  color: #fff;
}
.navbar-ci-purple .btn-link:hover,
.navbar-ci-purple .btn-link:focus {
  color: #eeeeee;
}
.navbar-ci-purple .btn-link[disabled]:hover,
fieldset[disabled] .navbar-ci-purple .btn-link:hover,
.navbar-ci-purple .btn-link[disabled]:focus,
fieldset[disabled] .navbar-ci-purple .btn-link:focus {
  color: #ccc;
}
.navbar-ci-purple-light {
  background-color: #84377a;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-ci-purple-light .navbar-brand {
  color: #fff;
}
.navbar-ci-purple-light .navbar-brand:hover,
.navbar-ci-purple-light .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-ci-purple-light .navbar-header > a {
  text-shadow: none;
}
.navbar-ci-purple-light .navbar-text {
  color: #FFF;
}
.navbar-ci-purple-light .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-ci-purple-light .navbar-nav > li > a:hover,
.navbar-ci-purple-light .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #6d2d64;
}
.navbar-ci-purple-light .navbar-nav > .active > a,
.navbar-ci-purple-light .navbar-nav > .active > a:hover,
.navbar-ci-purple-light .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #6d2d64;
}
.navbar-ci-purple-light .navbar-nav > .disabled > a,
.navbar-ci-purple-light .navbar-nav > .disabled > a:hover,
.navbar-ci-purple-light .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-ci-purple-light .navbar-toggle {
  border-color: #ddd;
}
.navbar-ci-purple-light .navbar-toggle:hover,
.navbar-ci-purple-light .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-ci-purple-light .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-ci-purple-light .navbar-collapse,
.navbar-ci-purple-light .navbar-form {
  border-color: #666666;
}
.navbar-ci-purple-light .navbar-nav > .open > a,
.navbar-ci-purple-light .navbar-nav > .open > a:hover,
.navbar-ci-purple-light .navbar-nav > .open > a:focus {
  background-color: #6d2d64;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-ci-purple-light .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-ci-purple-light .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-ci-purple-light .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #6d2d64;
  }
  .navbar-ci-purple-light .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-ci-purple-light .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-ci-purple-light .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #6d2d64;
  }
  .navbar-ci-purple-light .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-ci-purple-light .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-ci-purple-light .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-ci-purple-light .navbar-link {
  color: #fff;
}
.navbar-ci-purple-light .navbar-link:hover {
  color: #eeeeee;
}
.navbar-ci-purple-light .btn-link {
  color: #fff;
}
.navbar-ci-purple-light .btn-link:hover,
.navbar-ci-purple-light .btn-link:focus {
  color: #eeeeee;
}
.navbar-ci-purple-light .btn-link[disabled]:hover,
fieldset[disabled] .navbar-ci-purple-light .btn-link:hover,
.navbar-ci-purple-light .btn-link[disabled]:focus,
fieldset[disabled] .navbar-ci-purple-light .btn-link:focus {
  color: #ccc;
}
.navbar-ci-purple-dark {
  background-color: #56234e;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-ci-purple-dark .navbar-brand {
  color: #fff;
}
.navbar-ci-purple-dark .navbar-brand:hover,
.navbar-ci-purple-dark .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-ci-purple-dark .navbar-header > a {
  text-shadow: none;
}
.navbar-ci-purple-dark .navbar-text {
  color: #FFF;
}
.navbar-ci-purple-dark .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-ci-purple-dark .navbar-nav > li > a:hover,
.navbar-ci-purple-dark .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #3e1a39;
}
.navbar-ci-purple-dark .navbar-nav > .active > a,
.navbar-ci-purple-dark .navbar-nav > .active > a:hover,
.navbar-ci-purple-dark .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #3e1a39;
}
.navbar-ci-purple-dark .navbar-nav > .disabled > a,
.navbar-ci-purple-dark .navbar-nav > .disabled > a:hover,
.navbar-ci-purple-dark .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-ci-purple-dark .navbar-toggle {
  border-color: #ddd;
}
.navbar-ci-purple-dark .navbar-toggle:hover,
.navbar-ci-purple-dark .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-ci-purple-dark .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-ci-purple-dark .navbar-collapse,
.navbar-ci-purple-dark .navbar-form {
  border-color: #666666;
}
.navbar-ci-purple-dark .navbar-nav > .open > a,
.navbar-ci-purple-dark .navbar-nav > .open > a:hover,
.navbar-ci-purple-dark .navbar-nav > .open > a:focus {
  background-color: #3e1a39;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-ci-purple-dark .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-ci-purple-dark .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-ci-purple-dark .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #3e1a39;
  }
  .navbar-ci-purple-dark .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-ci-purple-dark .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-ci-purple-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #3e1a39;
  }
  .navbar-ci-purple-dark .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-ci-purple-dark .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-ci-purple-dark .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-ci-purple-dark .navbar-link {
  color: #fff;
}
.navbar-ci-purple-dark .navbar-link:hover {
  color: #eeeeee;
}
.navbar-ci-purple-dark .btn-link {
  color: #fff;
}
.navbar-ci-purple-dark .btn-link:hover,
.navbar-ci-purple-dark .btn-link:focus {
  color: #eeeeee;
}
.navbar-ci-purple-dark .btn-link[disabled]:hover,
fieldset[disabled] .navbar-ci-purple-dark .btn-link:hover,
.navbar-ci-purple-dark .btn-link[disabled]:focus,
fieldset[disabled] .navbar-ci-purple-dark .btn-link:focus {
  color: #ccc;
}
.navbar-cas {
  background-color: #71BF49;
  border-color: #FFF;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-cas .navbar-brand {
  color: #fff;
}
.navbar-cas .navbar-brand:hover,
.navbar-cas .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-cas .navbar-header > a {
  text-shadow: none;
}
.navbar-cas .navbar-text {
  color: #FFF;
}
.navbar-cas .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-cas .navbar-nav > li > a:hover,
.navbar-cas .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #62ab3c;
}
.navbar-cas .navbar-nav > .active > a,
.navbar-cas .navbar-nav > .active > a:hover,
.navbar-cas .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #62ab3c;
}
.navbar-cas .navbar-nav > .disabled > a,
.navbar-cas .navbar-nav > .disabled > a:hover,
.navbar-cas .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-cas .navbar-toggle {
  border-color: #ddd;
}
.navbar-cas .navbar-toggle:hover,
.navbar-cas .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-cas .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-cas .navbar-collapse,
.navbar-cas .navbar-form {
  border-color: #666666;
}
.navbar-cas .navbar-nav > .open > a,
.navbar-cas .navbar-nav > .open > a:hover,
.navbar-cas .navbar-nav > .open > a:focus {
  background-color: #62ab3c;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-cas .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-cas .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-cas .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #62ab3c;
  }
  .navbar-cas .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-cas .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-cas .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #62ab3c;
  }
  .navbar-cas .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-cas .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-cas .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-cas .navbar-link {
  color: #fff;
}
.navbar-cas .navbar-link:hover {
  color: #eeeeee;
}
.navbar-cas .btn-link {
  color: #fff;
}
.navbar-cas .btn-link:hover,
.navbar-cas .btn-link:focus {
  color: #eeeeee;
}
.navbar-cas .btn-link[disabled]:hover,
fieldset[disabled] .navbar-cas .btn-link:hover,
.navbar-cas .btn-link[disabled]:focus,
fieldset[disabled] .navbar-cas .btn-link:focus {
  color: #ccc;
}
.navbar-cas-light {
  background-color: #84c862;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-cas-light .navbar-brand {
  color: #fff;
}
.navbar-cas-light .navbar-brand:hover,
.navbar-cas-light .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-cas-light .navbar-header > a {
  text-shadow: none;
}
.navbar-cas-light .navbar-text {
  color: #FFF;
}
.navbar-cas-light .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-cas-light .navbar-nav > li > a:hover,
.navbar-cas-light .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #71bf49;
}
.navbar-cas-light .navbar-nav > .active > a,
.navbar-cas-light .navbar-nav > .active > a:hover,
.navbar-cas-light .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #71bf49;
}
.navbar-cas-light .navbar-nav > .disabled > a,
.navbar-cas-light .navbar-nav > .disabled > a:hover,
.navbar-cas-light .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-cas-light .navbar-toggle {
  border-color: #ddd;
}
.navbar-cas-light .navbar-toggle:hover,
.navbar-cas-light .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-cas-light .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-cas-light .navbar-collapse,
.navbar-cas-light .navbar-form {
  border-color: #666666;
}
.navbar-cas-light .navbar-nav > .open > a,
.navbar-cas-light .navbar-nav > .open > a:hover,
.navbar-cas-light .navbar-nav > .open > a:focus {
  background-color: #71bf49;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-cas-light .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-cas-light .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-cas-light .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #71bf49;
  }
  .navbar-cas-light .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-cas-light .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-cas-light .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #71bf49;
  }
  .navbar-cas-light .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-cas-light .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-cas-light .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-cas-light .navbar-link {
  color: #fff;
}
.navbar-cas-light .navbar-link:hover {
  color: #eeeeee;
}
.navbar-cas-light .btn-link {
  color: #fff;
}
.navbar-cas-light .btn-link:hover,
.navbar-cas-light .btn-link:focus {
  color: #eeeeee;
}
.navbar-cas-light .btn-link[disabled]:hover,
fieldset[disabled] .navbar-cas-light .btn-link:hover,
.navbar-cas-light .btn-link[disabled]:focus,
fieldset[disabled] .navbar-cas-light .btn-link:focus {
  color: #ccc;
}
.navbar-cas-dark {
  background-color: #62ab3c;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-cas-dark .navbar-brand {
  color: #fff;
}
.navbar-cas-dark .navbar-brand:hover,
.navbar-cas-dark .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-cas-dark .navbar-header > a {
  text-shadow: none;
}
.navbar-cas-dark .navbar-text {
  color: #FFF;
}
.navbar-cas-dark .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-cas-dark .navbar-nav > li > a:hover,
.navbar-cas-dark .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #549233;
}
.navbar-cas-dark .navbar-nav > .active > a,
.navbar-cas-dark .navbar-nav > .active > a:hover,
.navbar-cas-dark .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #549233;
}
.navbar-cas-dark .navbar-nav > .disabled > a,
.navbar-cas-dark .navbar-nav > .disabled > a:hover,
.navbar-cas-dark .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-cas-dark .navbar-toggle {
  border-color: #ddd;
}
.navbar-cas-dark .navbar-toggle:hover,
.navbar-cas-dark .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-cas-dark .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-cas-dark .navbar-collapse,
.navbar-cas-dark .navbar-form {
  border-color: #666666;
}
.navbar-cas-dark .navbar-nav > .open > a,
.navbar-cas-dark .navbar-nav > .open > a:hover,
.navbar-cas-dark .navbar-nav > .open > a:focus {
  background-color: #549233;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-cas-dark .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-cas-dark .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-cas-dark .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #549233;
  }
  .navbar-cas-dark .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-cas-dark .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-cas-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #549233;
  }
  .navbar-cas-dark .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-cas-dark .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-cas-dark .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-cas-dark .navbar-link {
  color: #fff;
}
.navbar-cas-dark .navbar-link:hover {
  color: #eeeeee;
}
.navbar-cas-dark .btn-link {
  color: #fff;
}
.navbar-cas-dark .btn-link:hover,
.navbar-cas-dark .btn-link:focus {
  color: #eeeeee;
}
.navbar-cas-dark .btn-link[disabled]:hover,
fieldset[disabled] .navbar-cas-dark .btn-link:hover,
.navbar-cas-dark .btn-link[disabled]:focus,
fieldset[disabled] .navbar-cas-dark .btn-link:focus {
  color: #ccc;
}
.navbar-caes {
  background-color: #664139;
  border-color: #FFF;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-caes .navbar-brand {
  color: #fff;
}
.navbar-caes .navbar-brand:hover,
.navbar-caes .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-caes .navbar-header > a {
  text-shadow: none;
}
.navbar-caes .navbar-text {
  color: #FFF;
}
.navbar-caes .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-caes .navbar-nav > li > a:hover,
.navbar-caes .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #51332d;
}
.navbar-caes .navbar-nav > .active > a,
.navbar-caes .navbar-nav > .active > a:hover,
.navbar-caes .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #51332d;
}
.navbar-caes .navbar-nav > .disabled > a,
.navbar-caes .navbar-nav > .disabled > a:hover,
.navbar-caes .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-caes .navbar-toggle {
  border-color: #ddd;
}
.navbar-caes .navbar-toggle:hover,
.navbar-caes .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-caes .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-caes .navbar-collapse,
.navbar-caes .navbar-form {
  border-color: #666666;
}
.navbar-caes .navbar-nav > .open > a,
.navbar-caes .navbar-nav > .open > a:hover,
.navbar-caes .navbar-nav > .open > a:focus {
  background-color: #51332d;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-caes .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-caes .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-caes .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #51332d;
  }
  .navbar-caes .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-caes .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-caes .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #51332d;
  }
  .navbar-caes .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-caes .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-caes .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-caes .navbar-link {
  color: #fff;
}
.navbar-caes .navbar-link:hover {
  color: #eeeeee;
}
.navbar-caes .btn-link {
  color: #fff;
}
.navbar-caes .btn-link:hover,
.navbar-caes .btn-link:focus {
  color: #eeeeee;
}
.navbar-caes .btn-link[disabled]:hover,
fieldset[disabled] .navbar-caes .btn-link:hover,
.navbar-caes .btn-link[disabled]:focus,
fieldset[disabled] .navbar-caes .btn-link:focus {
  color: #ccc;
}
.navbar-caes-light {
  background-color: #7b4f45;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-caes-light .navbar-brand {
  color: #fff;
}
.navbar-caes-light .navbar-brand:hover,
.navbar-caes-light .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-caes-light .navbar-header > a {
  text-shadow: none;
}
.navbar-caes-light .navbar-text {
  color: #FFF;
}
.navbar-caes-light .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-caes-light .navbar-nav > li > a:hover,
.navbar-caes-light .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #664139;
}
.navbar-caes-light .navbar-nav > .active > a,
.navbar-caes-light .navbar-nav > .active > a:hover,
.navbar-caes-light .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #664139;
}
.navbar-caes-light .navbar-nav > .disabled > a,
.navbar-caes-light .navbar-nav > .disabled > a:hover,
.navbar-caes-light .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-caes-light .navbar-toggle {
  border-color: #ddd;
}
.navbar-caes-light .navbar-toggle:hover,
.navbar-caes-light .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-caes-light .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-caes-light .navbar-collapse,
.navbar-caes-light .navbar-form {
  border-color: #666666;
}
.navbar-caes-light .navbar-nav > .open > a,
.navbar-caes-light .navbar-nav > .open > a:hover,
.navbar-caes-light .navbar-nav > .open > a:focus {
  background-color: #664139;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-caes-light .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-caes-light .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-caes-light .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #664139;
  }
  .navbar-caes-light .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-caes-light .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-caes-light .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #664139;
  }
  .navbar-caes-light .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-caes-light .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-caes-light .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-caes-light .navbar-link {
  color: #fff;
}
.navbar-caes-light .navbar-link:hover {
  color: #eeeeee;
}
.navbar-caes-light .btn-link {
  color: #fff;
}
.navbar-caes-light .btn-link:hover,
.navbar-caes-light .btn-link:focus {
  color: #eeeeee;
}
.navbar-caes-light .btn-link[disabled]:hover,
fieldset[disabled] .navbar-caes-light .btn-link:hover,
.navbar-caes-light .btn-link[disabled]:focus,
fieldset[disabled] .navbar-caes-light .btn-link:focus {
  color: #ccc;
}
.navbar-caes-dark {
  background-color: #51332d;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-caes-dark .navbar-brand {
  color: #fff;
}
.navbar-caes-dark .navbar-brand:hover,
.navbar-caes-dark .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-caes-dark .navbar-header > a {
  text-shadow: none;
}
.navbar-caes-dark .navbar-text {
  color: #FFF;
}
.navbar-caes-dark .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-caes-dark .navbar-nav > li > a:hover,
.navbar-caes-dark .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #3b2621;
}
.navbar-caes-dark .navbar-nav > .active > a,
.navbar-caes-dark .navbar-nav > .active > a:hover,
.navbar-caes-dark .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #3b2621;
}
.navbar-caes-dark .navbar-nav > .disabled > a,
.navbar-caes-dark .navbar-nav > .disabled > a:hover,
.navbar-caes-dark .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-caes-dark .navbar-toggle {
  border-color: #ddd;
}
.navbar-caes-dark .navbar-toggle:hover,
.navbar-caes-dark .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-caes-dark .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-caes-dark .navbar-collapse,
.navbar-caes-dark .navbar-form {
  border-color: #666666;
}
.navbar-caes-dark .navbar-nav > .open > a,
.navbar-caes-dark .navbar-nav > .open > a:hover,
.navbar-caes-dark .navbar-nav > .open > a:focus {
  background-color: #3b2621;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-caes-dark .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-caes-dark .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-caes-dark .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #3b2621;
  }
  .navbar-caes-dark .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-caes-dark .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-caes-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #3b2621;
  }
  .navbar-caes-dark .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-caes-dark .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-caes-dark .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-caes-dark .navbar-link {
  color: #fff;
}
.navbar-caes-dark .navbar-link:hover {
  color: #eeeeee;
}
.navbar-caes-dark .btn-link {
  color: #fff;
}
.navbar-caes-dark .btn-link:hover,
.navbar-caes-dark .btn-link:focus {
  color: #eeeeee;
}
.navbar-caes-dark .btn-link[disabled]:hover,
fieldset[disabled] .navbar-caes-dark .btn-link:hover,
.navbar-caes-dark .btn-link[disabled]:focus,
fieldset[disabled] .navbar-caes-dark .btn-link:focus {
  color: #ccc;
}
.navbar-cedu {
  background-color: #009576;
  border-color: #FFF;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-cedu .navbar-brand {
  color: #fff;
}
.navbar-cedu .navbar-brand:hover,
.navbar-cedu .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-cedu .navbar-header > a {
  text-shadow: none;
}
.navbar-cedu .navbar-text {
  color: #FFF;
}
.navbar-cedu .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-cedu .navbar-nav > li > a:hover,
.navbar-cedu .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #00745c;
}
.navbar-cedu .navbar-nav > .active > a,
.navbar-cedu .navbar-nav > .active > a:hover,
.navbar-cedu .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #00745c;
}
.navbar-cedu .navbar-nav > .disabled > a,
.navbar-cedu .navbar-nav > .disabled > a:hover,
.navbar-cedu .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-cedu .navbar-toggle {
  border-color: #ddd;
}
.navbar-cedu .navbar-toggle:hover,
.navbar-cedu .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-cedu .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-cedu .navbar-collapse,
.navbar-cedu .navbar-form {
  border-color: #666666;
}
.navbar-cedu .navbar-nav > .open > a,
.navbar-cedu .navbar-nav > .open > a:hover,
.navbar-cedu .navbar-nav > .open > a:focus {
  background-color: #00745c;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-cedu .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-cedu .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-cedu .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #00745c;
  }
  .navbar-cedu .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-cedu .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-cedu .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #00745c;
  }
  .navbar-cedu .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-cedu .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-cedu .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-cedu .navbar-link {
  color: #fff;
}
.navbar-cedu .navbar-link:hover {
  color: #eeeeee;
}
.navbar-cedu .btn-link {
  color: #fff;
}
.navbar-cedu .btn-link:hover,
.navbar-cedu .btn-link:focus {
  color: #eeeeee;
}
.navbar-cedu .btn-link[disabled]:hover,
fieldset[disabled] .navbar-cedu .btn-link:hover,
.navbar-cedu .btn-link[disabled]:focus,
fieldset[disabled] .navbar-cedu .btn-link:focus {
  color: #ccc;
}
.navbar-cedu-light {
  background-color: #00b690;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-cedu-light .navbar-brand {
  color: #fff;
}
.navbar-cedu-light .navbar-brand:hover,
.navbar-cedu-light .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-cedu-light .navbar-header > a {
  text-shadow: none;
}
.navbar-cedu-light .navbar-text {
  color: #FFF;
}
.navbar-cedu-light .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-cedu-light .navbar-nav > li > a:hover,
.navbar-cedu-light .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #009576;
}
.navbar-cedu-light .navbar-nav > .active > a,
.navbar-cedu-light .navbar-nav > .active > a:hover,
.navbar-cedu-light .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #009576;
}
.navbar-cedu-light .navbar-nav > .disabled > a,
.navbar-cedu-light .navbar-nav > .disabled > a:hover,
.navbar-cedu-light .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-cedu-light .navbar-toggle {
  border-color: #ddd;
}
.navbar-cedu-light .navbar-toggle:hover,
.navbar-cedu-light .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-cedu-light .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-cedu-light .navbar-collapse,
.navbar-cedu-light .navbar-form {
  border-color: #666666;
}
.navbar-cedu-light .navbar-nav > .open > a,
.navbar-cedu-light .navbar-nav > .open > a:hover,
.navbar-cedu-light .navbar-nav > .open > a:focus {
  background-color: #009576;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-cedu-light .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-cedu-light .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-cedu-light .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #009576;
  }
  .navbar-cedu-light .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-cedu-light .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-cedu-light .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #009576;
  }
  .navbar-cedu-light .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-cedu-light .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-cedu-light .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-cedu-light .navbar-link {
  color: #fff;
}
.navbar-cedu-light .navbar-link:hover {
  color: #eeeeee;
}
.navbar-cedu-light .btn-link {
  color: #fff;
}
.navbar-cedu-light .btn-link:hover,
.navbar-cedu-light .btn-link:focus {
  color: #eeeeee;
}
.navbar-cedu-light .btn-link[disabled]:hover,
fieldset[disabled] .navbar-cedu-light .btn-link:hover,
.navbar-cedu-light .btn-link[disabled]:focus,
fieldset[disabled] .navbar-cedu-light .btn-link:focus {
  color: #ccc;
}
.navbar-cedu-dark {
  background-color: #00745c;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-cedu-dark .navbar-brand {
  color: #fff;
}
.navbar-cedu-dark .navbar-brand:hover,
.navbar-cedu-dark .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-cedu-dark .navbar-header > a {
  text-shadow: none;
}
.navbar-cedu-dark .navbar-text {
  color: #FFF;
}
.navbar-cedu-dark .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-cedu-dark .navbar-nav > li > a:hover,
.navbar-cedu-dark .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #005341;
}
.navbar-cedu-dark .navbar-nav > .active > a,
.navbar-cedu-dark .navbar-nav > .active > a:hover,
.navbar-cedu-dark .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #005341;
}
.navbar-cedu-dark .navbar-nav > .disabled > a,
.navbar-cedu-dark .navbar-nav > .disabled > a:hover,
.navbar-cedu-dark .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-cedu-dark .navbar-toggle {
  border-color: #ddd;
}
.navbar-cedu-dark .navbar-toggle:hover,
.navbar-cedu-dark .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-cedu-dark .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-cedu-dark .navbar-collapse,
.navbar-cedu-dark .navbar-form {
  border-color: #666666;
}
.navbar-cedu-dark .navbar-nav > .open > a,
.navbar-cedu-dark .navbar-nav > .open > a:hover,
.navbar-cedu-dark .navbar-nav > .open > a:focus {
  background-color: #005341;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-cedu-dark .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-cedu-dark .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-cedu-dark .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #005341;
  }
  .navbar-cedu-dark .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-cedu-dark .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-cedu-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #005341;
  }
  .navbar-cedu-dark .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-cedu-dark .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-cedu-dark .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-cedu-dark .navbar-link {
  color: #fff;
}
.navbar-cedu-dark .navbar-link:hover {
  color: #eeeeee;
}
.navbar-cedu-dark .btn-link {
  color: #fff;
}
.navbar-cedu-dark .btn-link:hover,
.navbar-cedu-dark .btn-link:focus {
  color: #eeeeee;
}
.navbar-cedu-dark .btn-link[disabled]:hover,
fieldset[disabled] .navbar-cedu-dark .btn-link:hover,
.navbar-cedu-dark .btn-link[disabled]:focus,
fieldset[disabled] .navbar-cedu-dark .btn-link:focus {
  color: #ccc;
}
.navbar-cems {
  background-color: #0077C7;
  border-color: #FFF;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-cems .navbar-brand {
  color: #fff;
}
.navbar-cems .navbar-brand:hover,
.navbar-cems .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-cems .navbar-header > a {
  text-shadow: none;
}
.navbar-cems .navbar-text {
  color: #FFF;
}
.navbar-cems .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-cems .navbar-nav > li > a:hover,
.navbar-cems .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #0063a6;
}
.navbar-cems .navbar-nav > .active > a,
.navbar-cems .navbar-nav > .active > a:hover,
.navbar-cems .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #0063a6;
}
.navbar-cems .navbar-nav > .disabled > a,
.navbar-cems .navbar-nav > .disabled > a:hover,
.navbar-cems .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-cems .navbar-toggle {
  border-color: #ddd;
}
.navbar-cems .navbar-toggle:hover,
.navbar-cems .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-cems .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-cems .navbar-collapse,
.navbar-cems .navbar-form {
  border-color: #666666;
}
.navbar-cems .navbar-nav > .open > a,
.navbar-cems .navbar-nav > .open > a:hover,
.navbar-cems .navbar-nav > .open > a:focus {
  background-color: #0063a6;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-cems .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-cems .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-cems .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #0063a6;
  }
  .navbar-cems .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-cems .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-cems .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #0063a6;
  }
  .navbar-cems .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-cems .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-cems .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-cems .navbar-link {
  color: #fff;
}
.navbar-cems .navbar-link:hover {
  color: #eeeeee;
}
.navbar-cems .btn-link {
  color: #fff;
}
.navbar-cems .btn-link:hover,
.navbar-cems .btn-link:focus {
  color: #eeeeee;
}
.navbar-cems .btn-link[disabled]:hover,
fieldset[disabled] .navbar-cems .btn-link:hover,
.navbar-cems .btn-link[disabled]:focus,
fieldset[disabled] .navbar-cems .btn-link:focus {
  color: #ccc;
}
.navbar-cems-light {
  background-color: #008be8;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-cems-light .navbar-brand {
  color: #fff;
}
.navbar-cems-light .navbar-brand:hover,
.navbar-cems-light .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-cems-light .navbar-header > a {
  text-shadow: none;
}
.navbar-cems-light .navbar-text {
  color: #FFF;
}
.navbar-cems-light .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-cems-light .navbar-nav > li > a:hover,
.navbar-cems-light .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #0077c7;
}
.navbar-cems-light .navbar-nav > .active > a,
.navbar-cems-light .navbar-nav > .active > a:hover,
.navbar-cems-light .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #0077c7;
}
.navbar-cems-light .navbar-nav > .disabled > a,
.navbar-cems-light .navbar-nav > .disabled > a:hover,
.navbar-cems-light .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-cems-light .navbar-toggle {
  border-color: #ddd;
}
.navbar-cems-light .navbar-toggle:hover,
.navbar-cems-light .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-cems-light .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-cems-light .navbar-collapse,
.navbar-cems-light .navbar-form {
  border-color: #666666;
}
.navbar-cems-light .navbar-nav > .open > a,
.navbar-cems-light .navbar-nav > .open > a:hover,
.navbar-cems-light .navbar-nav > .open > a:focus {
  background-color: #0077c7;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-cems-light .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-cems-light .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-cems-light .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #0077c7;
  }
  .navbar-cems-light .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-cems-light .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-cems-light .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #0077c7;
  }
  .navbar-cems-light .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-cems-light .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-cems-light .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-cems-light .navbar-link {
  color: #fff;
}
.navbar-cems-light .navbar-link:hover {
  color: #eeeeee;
}
.navbar-cems-light .btn-link {
  color: #fff;
}
.navbar-cems-light .btn-link:hover,
.navbar-cems-light .btn-link:focus {
  color: #eeeeee;
}
.navbar-cems-light .btn-link[disabled]:hover,
fieldset[disabled] .navbar-cems-light .btn-link:hover,
.navbar-cems-light .btn-link[disabled]:focus,
fieldset[disabled] .navbar-cems-light .btn-link:focus {
  color: #ccc;
}
.navbar-cems-dark {
  background-color: #0063a6;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-cems-dark .navbar-brand {
  color: #fff;
}
.navbar-cems-dark .navbar-brand:hover,
.navbar-cems-dark .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-cems-dark .navbar-header > a {
  text-shadow: none;
}
.navbar-cems-dark .navbar-text {
  color: #FFF;
}
.navbar-cems-dark .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-cems-dark .navbar-nav > li > a:hover,
.navbar-cems-dark .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #004f85;
}
.navbar-cems-dark .navbar-nav > .active > a,
.navbar-cems-dark .navbar-nav > .active > a:hover,
.navbar-cems-dark .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #004f85;
}
.navbar-cems-dark .navbar-nav > .disabled > a,
.navbar-cems-dark .navbar-nav > .disabled > a:hover,
.navbar-cems-dark .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-cems-dark .navbar-toggle {
  border-color: #ddd;
}
.navbar-cems-dark .navbar-toggle:hover,
.navbar-cems-dark .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-cems-dark .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-cems-dark .navbar-collapse,
.navbar-cems-dark .navbar-form {
  border-color: #666666;
}
.navbar-cems-dark .navbar-nav > .open > a,
.navbar-cems-dark .navbar-nav > .open > a:hover,
.navbar-cems-dark .navbar-nav > .open > a:focus {
  background-color: #004f85;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-cems-dark .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-cems-dark .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-cems-dark .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #004f85;
  }
  .navbar-cems-dark .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-cems-dark .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-cems-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #004f85;
  }
  .navbar-cems-dark .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-cems-dark .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-cems-dark .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-cems-dark .navbar-link {
  color: #fff;
}
.navbar-cems-dark .navbar-link:hover {
  color: #eeeeee;
}
.navbar-cems-dark .btn-link {
  color: #fff;
}
.navbar-cems-dark .btn-link:hover,
.navbar-cems-dark .btn-link:focus {
  color: #eeeeee;
}
.navbar-cems-dark .btn-link[disabled]:hover,
fieldset[disabled] .navbar-cems-dark .btn-link:hover,
.navbar-cems-dark .btn-link[disabled]:focus,
fieldset[disabled] .navbar-cems-dark .btn-link:focus {
  color: #ccc;
}
.navbar-chs {
  background-color: #DA7A1D;
  border-color: #FFF;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-chs .navbar-brand {
  color: #fff;
}
.navbar-chs .navbar-brand:hover,
.navbar-chs .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-chs .navbar-header > a {
  text-shadow: none;
}
.navbar-chs .navbar-text {
  color: #FFF;
}
.navbar-chs .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-chs .navbar-nav > li > a:hover,
.navbar-chs .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #bd6a19;
}
.navbar-chs .navbar-nav > .active > a,
.navbar-chs .navbar-nav > .active > a:hover,
.navbar-chs .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #bd6a19;
}
.navbar-chs .navbar-nav > .disabled > a,
.navbar-chs .navbar-nav > .disabled > a:hover,
.navbar-chs .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-chs .navbar-toggle {
  border-color: #ddd;
}
.navbar-chs .navbar-toggle:hover,
.navbar-chs .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-chs .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-chs .navbar-collapse,
.navbar-chs .navbar-form {
  border-color: #666666;
}
.navbar-chs .navbar-nav > .open > a,
.navbar-chs .navbar-nav > .open > a:hover,
.navbar-chs .navbar-nav > .open > a:focus {
  background-color: #bd6a19;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-chs .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-chs .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-chs .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #bd6a19;
  }
  .navbar-chs .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-chs .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-chs .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #bd6a19;
  }
  .navbar-chs .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-chs .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-chs .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-chs .navbar-link {
  color: #fff;
}
.navbar-chs .navbar-link:hover {
  color: #eeeeee;
}
.navbar-chs .btn-link {
  color: #fff;
}
.navbar-chs .btn-link:hover,
.navbar-chs .btn-link:focus {
  color: #eeeeee;
}
.navbar-chs .btn-link[disabled]:hover,
fieldset[disabled] .navbar-chs .btn-link:hover,
.navbar-chs .btn-link[disabled]:focus,
fieldset[disabled] .navbar-chs .btn-link:focus {
  color: #ccc;
}
.navbar-chs-light {
  background-color: #e48b34;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-chs-light .navbar-brand {
  color: #fff;
}
.navbar-chs-light .navbar-brand:hover,
.navbar-chs-light .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-chs-light .navbar-header > a {
  text-shadow: none;
}
.navbar-chs-light .navbar-text {
  color: #FFF;
}
.navbar-chs-light .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-chs-light .navbar-nav > li > a:hover,
.navbar-chs-light .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #da7a1d;
}
.navbar-chs-light .navbar-nav > .active > a,
.navbar-chs-light .navbar-nav > .active > a:hover,
.navbar-chs-light .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #da7a1d;
}
.navbar-chs-light .navbar-nav > .disabled > a,
.navbar-chs-light .navbar-nav > .disabled > a:hover,
.navbar-chs-light .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-chs-light .navbar-toggle {
  border-color: #ddd;
}
.navbar-chs-light .navbar-toggle:hover,
.navbar-chs-light .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-chs-light .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-chs-light .navbar-collapse,
.navbar-chs-light .navbar-form {
  border-color: #666666;
}
.navbar-chs-light .navbar-nav > .open > a,
.navbar-chs-light .navbar-nav > .open > a:hover,
.navbar-chs-light .navbar-nav > .open > a:focus {
  background-color: #da7a1d;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-chs-light .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-chs-light .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-chs-light .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #da7a1d;
  }
  .navbar-chs-light .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-chs-light .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-chs-light .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #da7a1d;
  }
  .navbar-chs-light .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-chs-light .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-chs-light .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-chs-light .navbar-link {
  color: #fff;
}
.navbar-chs-light .navbar-link:hover {
  color: #eeeeee;
}
.navbar-chs-light .btn-link {
  color: #fff;
}
.navbar-chs-light .btn-link:hover,
.navbar-chs-light .btn-link:focus {
  color: #eeeeee;
}
.navbar-chs-light .btn-link[disabled]:hover,
fieldset[disabled] .navbar-chs-light .btn-link:hover,
.navbar-chs-light .btn-link[disabled]:focus,
fieldset[disabled] .navbar-chs-light .btn-link:focus {
  color: #ccc;
}
.navbar-chs-dark {
  background-color: #bd6a19;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-chs-dark .navbar-brand {
  color: #fff;
}
.navbar-chs-dark .navbar-brand:hover,
.navbar-chs-dark .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-chs-dark .navbar-header > a {
  text-shadow: none;
}
.navbar-chs-dark .navbar-text {
  color: #FFF;
}
.navbar-chs-dark .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-chs-dark .navbar-nav > li > a:hover,
.navbar-chs-dark .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #9f5915;
}
.navbar-chs-dark .navbar-nav > .active > a,
.navbar-chs-dark .navbar-nav > .active > a:hover,
.navbar-chs-dark .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #9f5915;
}
.navbar-chs-dark .navbar-nav > .disabled > a,
.navbar-chs-dark .navbar-nav > .disabled > a:hover,
.navbar-chs-dark .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-chs-dark .navbar-toggle {
  border-color: #ddd;
}
.navbar-chs-dark .navbar-toggle:hover,
.navbar-chs-dark .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-chs-dark .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-chs-dark .navbar-collapse,
.navbar-chs-dark .navbar-form {
  border-color: #666666;
}
.navbar-chs-dark .navbar-nav > .open > a,
.navbar-chs-dark .navbar-nav > .open > a:hover,
.navbar-chs-dark .navbar-nav > .open > a:focus {
  background-color: #9f5915;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-chs-dark .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-chs-dark .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-chs-dark .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #9f5915;
  }
  .navbar-chs-dark .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-chs-dark .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-chs-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #9f5915;
  }
  .navbar-chs-dark .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-chs-dark .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-chs-dark .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-chs-dark .navbar-link {
  color: #fff;
}
.navbar-chs-dark .navbar-link:hover {
  color: #eeeeee;
}
.navbar-chs-dark .btn-link {
  color: #fff;
}
.navbar-chs-dark .btn-link:hover,
.navbar-chs-dark .btn-link:focus {
  color: #eeeeee;
}
.navbar-chs-dark .btn-link[disabled]:hover,
fieldset[disabled] .navbar-chs-dark .btn-link:hover,
.navbar-chs-dark .btn-link[disabled]:focus,
fieldset[disabled] .navbar-chs-dark .btn-link:focus {
  color: #ccc;
}
.navbar-claw {
  background-color: #B82C2D;
  border-color: #FFF;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-claw .navbar-brand {
  color: #fff;
}
.navbar-claw .navbar-brand:hover,
.navbar-claw .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-claw .navbar-header > a {
  text-shadow: none;
}
.navbar-claw .navbar-text {
  color: #FFF;
}
.navbar-claw .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-claw .navbar-nav > li > a:hover,
.navbar-claw .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #9d2626;
}
.navbar-claw .navbar-nav > .active > a,
.navbar-claw .navbar-nav > .active > a:hover,
.navbar-claw .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #9d2626;
}
.navbar-claw .navbar-nav > .disabled > a,
.navbar-claw .navbar-nav > .disabled > a:hover,
.navbar-claw .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-claw .navbar-toggle {
  border-color: #ddd;
}
.navbar-claw .navbar-toggle:hover,
.navbar-claw .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-claw .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-claw .navbar-collapse,
.navbar-claw .navbar-form {
  border-color: #666666;
}
.navbar-claw .navbar-nav > .open > a,
.navbar-claw .navbar-nav > .open > a:hover,
.navbar-claw .navbar-nav > .open > a:focus {
  background-color: #9d2626;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-claw .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-claw .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-claw .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #9d2626;
  }
  .navbar-claw .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-claw .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-claw .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #9d2626;
  }
  .navbar-claw .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-claw .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-claw .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-claw .navbar-link {
  color: #fff;
}
.navbar-claw .navbar-link:hover {
  color: #eeeeee;
}
.navbar-claw .btn-link {
  color: #fff;
}
.navbar-claw .btn-link:hover,
.navbar-claw .btn-link:focus {
  color: #eeeeee;
}
.navbar-claw .btn-link[disabled]:hover,
fieldset[disabled] .navbar-claw .btn-link:hover,
.navbar-claw .btn-link[disabled]:focus,
fieldset[disabled] .navbar-claw .btn-link:focus {
  color: #ccc;
}
.navbar-claw-light {
  background-color: #cf3637;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-claw-light .navbar-brand {
  color: #fff;
}
.navbar-claw-light .navbar-brand:hover,
.navbar-claw-light .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-claw-light .navbar-header > a {
  text-shadow: none;
}
.navbar-claw-light .navbar-text {
  color: #FFF;
}
.navbar-claw-light .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-claw-light .navbar-nav > li > a:hover,
.navbar-claw-light .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #b82c2d;
}
.navbar-claw-light .navbar-nav > .active > a,
.navbar-claw-light .navbar-nav > .active > a:hover,
.navbar-claw-light .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #b82c2d;
}
.navbar-claw-light .navbar-nav > .disabled > a,
.navbar-claw-light .navbar-nav > .disabled > a:hover,
.navbar-claw-light .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-claw-light .navbar-toggle {
  border-color: #ddd;
}
.navbar-claw-light .navbar-toggle:hover,
.navbar-claw-light .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-claw-light .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-claw-light .navbar-collapse,
.navbar-claw-light .navbar-form {
  border-color: #666666;
}
.navbar-claw-light .navbar-nav > .open > a,
.navbar-claw-light .navbar-nav > .open > a:hover,
.navbar-claw-light .navbar-nav > .open > a:focus {
  background-color: #b82c2d;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-claw-light .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-claw-light .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-claw-light .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #b82c2d;
  }
  .navbar-claw-light .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-claw-light .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-claw-light .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #b82c2d;
  }
  .navbar-claw-light .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-claw-light .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-claw-light .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-claw-light .navbar-link {
  color: #fff;
}
.navbar-claw-light .navbar-link:hover {
  color: #eeeeee;
}
.navbar-claw-light .btn-link {
  color: #fff;
}
.navbar-claw-light .btn-link:hover,
.navbar-claw-light .btn-link:focus {
  color: #eeeeee;
}
.navbar-claw-light .btn-link[disabled]:hover,
fieldset[disabled] .navbar-claw-light .btn-link:hover,
.navbar-claw-light .btn-link[disabled]:focus,
fieldset[disabled] .navbar-claw-light .btn-link:focus {
  color: #ccc;
}
.navbar-claw-dark {
  background-color: #9d2626;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-claw-dark .navbar-brand {
  color: #fff;
}
.navbar-claw-dark .navbar-brand:hover,
.navbar-claw-dark .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-claw-dark .navbar-header > a {
  text-shadow: none;
}
.navbar-claw-dark .navbar-text {
  color: #FFF;
}
.navbar-claw-dark .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-claw-dark .navbar-nav > li > a:hover,
.navbar-claw-dark .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #821f20;
}
.navbar-claw-dark .navbar-nav > .active > a,
.navbar-claw-dark .navbar-nav > .active > a:hover,
.navbar-claw-dark .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #821f20;
}
.navbar-claw-dark .navbar-nav > .disabled > a,
.navbar-claw-dark .navbar-nav > .disabled > a:hover,
.navbar-claw-dark .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-claw-dark .navbar-toggle {
  border-color: #ddd;
}
.navbar-claw-dark .navbar-toggle:hover,
.navbar-claw-dark .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-claw-dark .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-claw-dark .navbar-collapse,
.navbar-claw-dark .navbar-form {
  border-color: #666666;
}
.navbar-claw-dark .navbar-nav > .open > a,
.navbar-claw-dark .navbar-nav > .open > a:hover,
.navbar-claw-dark .navbar-nav > .open > a:focus {
  background-color: #821f20;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-claw-dark .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-claw-dark .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-claw-dark .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #821f20;
  }
  .navbar-claw-dark .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-claw-dark .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-claw-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #821f20;
  }
  .navbar-claw-dark .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-claw-dark .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-claw-dark .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-claw-dark .navbar-link {
  color: #fff;
}
.navbar-claw-dark .navbar-link:hover {
  color: #eeeeee;
}
.navbar-claw-dark .btn-link {
  color: #fff;
}
.navbar-claw-dark .btn-link:hover,
.navbar-claw-dark .btn-link:focus {
  color: #eeeeee;
}
.navbar-claw-dark .btn-link[disabled]:hover,
fieldset[disabled] .navbar-claw-dark .btn-link:hover,
.navbar-claw-dark .btn-link[disabled]:focus,
fieldset[disabled] .navbar-claw-dark .btn-link:focus {
  color: #ccc;
}
.navbar-cset {
  background-color: #CBAC6F;
  border-color: #FFF;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-cset .navbar-brand {
  color: #fff;
}
.navbar-cset .navbar-brand:hover,
.navbar-cset .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-cset .navbar-header > a {
  text-shadow: none;
}
.navbar-cset .navbar-text {
  color: #FFF;
}
.navbar-cset .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-cset .navbar-nav > li > a:hover,
.navbar-cset .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #c29e57;
}
.navbar-cset .navbar-nav > .active > a,
.navbar-cset .navbar-nav > .active > a:hover,
.navbar-cset .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #c29e57;
}
.navbar-cset .navbar-nav > .disabled > a,
.navbar-cset .navbar-nav > .disabled > a:hover,
.navbar-cset .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-cset .navbar-toggle {
  border-color: #ddd;
}
.navbar-cset .navbar-toggle:hover,
.navbar-cset .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-cset .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-cset .navbar-collapse,
.navbar-cset .navbar-form {
  border-color: #666666;
}
.navbar-cset .navbar-nav > .open > a,
.navbar-cset .navbar-nav > .open > a:hover,
.navbar-cset .navbar-nav > .open > a:focus {
  background-color: #c29e57;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-cset .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-cset .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-cset .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #c29e57;
  }
  .navbar-cset .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-cset .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-cset .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #c29e57;
  }
  .navbar-cset .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-cset .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-cset .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-cset .navbar-link {
  color: #fff;
}
.navbar-cset .navbar-link:hover {
  color: #eeeeee;
}
.navbar-cset .btn-link {
  color: #fff;
}
.navbar-cset .btn-link:hover,
.navbar-cset .btn-link:focus {
  color: #eeeeee;
}
.navbar-cset .btn-link[disabled]:hover,
fieldset[disabled] .navbar-cset .btn-link:hover,
.navbar-cset .btn-link[disabled]:focus,
fieldset[disabled] .navbar-cset .btn-link:focus {
  color: #ccc;
}
.navbar-cset-light {
  background-color: #d4ba87;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-cset-light .navbar-brand {
  color: #fff;
}
.navbar-cset-light .navbar-brand:hover,
.navbar-cset-light .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-cset-light .navbar-header > a {
  text-shadow: none;
}
.navbar-cset-light .navbar-text {
  color: #FFF;
}
.navbar-cset-light .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-cset-light .navbar-nav > li > a:hover,
.navbar-cset-light .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #cbac6f;
}
.navbar-cset-light .navbar-nav > .active > a,
.navbar-cset-light .navbar-nav > .active > a:hover,
.navbar-cset-light .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #cbac6f;
}
.navbar-cset-light .navbar-nav > .disabled > a,
.navbar-cset-light .navbar-nav > .disabled > a:hover,
.navbar-cset-light .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-cset-light .navbar-toggle {
  border-color: #ddd;
}
.navbar-cset-light .navbar-toggle:hover,
.navbar-cset-light .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-cset-light .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-cset-light .navbar-collapse,
.navbar-cset-light .navbar-form {
  border-color: #666666;
}
.navbar-cset-light .navbar-nav > .open > a,
.navbar-cset-light .navbar-nav > .open > a:hover,
.navbar-cset-light .navbar-nav > .open > a:focus {
  background-color: #cbac6f;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-cset-light .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-cset-light .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-cset-light .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #cbac6f;
  }
  .navbar-cset-light .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-cset-light .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-cset-light .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #cbac6f;
  }
  .navbar-cset-light .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-cset-light .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-cset-light .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-cset-light .navbar-link {
  color: #fff;
}
.navbar-cset-light .navbar-link:hover {
  color: #eeeeee;
}
.navbar-cset-light .btn-link {
  color: #fff;
}
.navbar-cset-light .btn-link:hover,
.navbar-cset-light .btn-link:focus {
  color: #eeeeee;
}
.navbar-cset-light .btn-link[disabled]:hover,
fieldset[disabled] .navbar-cset-light .btn-link:hover,
.navbar-cset-light .btn-link[disabled]:focus,
fieldset[disabled] .navbar-cset-light .btn-link:focus {
  color: #ccc;
}
.navbar-cset-dark {
  background-color: #c29e57;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-cset-dark .navbar-brand {
  color: #fff;
}
.navbar-cset-dark .navbar-brand:hover,
.navbar-cset-dark .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-cset-dark .navbar-header > a {
  text-shadow: none;
}
.navbar-cset-dark .navbar-text {
  color: #FFF;
}
.navbar-cset-dark .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-cset-dark .navbar-nav > li > a:hover,
.navbar-cset-dark .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #b68f42;
}
.navbar-cset-dark .navbar-nav > .active > a,
.navbar-cset-dark .navbar-nav > .active > a:hover,
.navbar-cset-dark .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #b68f42;
}
.navbar-cset-dark .navbar-nav > .disabled > a,
.navbar-cset-dark .navbar-nav > .disabled > a:hover,
.navbar-cset-dark .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-cset-dark .navbar-toggle {
  border-color: #ddd;
}
.navbar-cset-dark .navbar-toggle:hover,
.navbar-cset-dark .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-cset-dark .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-cset-dark .navbar-collapse,
.navbar-cset-dark .navbar-form {
  border-color: #666666;
}
.navbar-cset-dark .navbar-nav > .open > a,
.navbar-cset-dark .navbar-nav > .open > a:hover,
.navbar-cset-dark .navbar-nav > .open > a:focus {
  background-color: #b68f42;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-cset-dark .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-cset-dark .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-cset-dark .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #b68f42;
  }
  .navbar-cset-dark .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-cset-dark .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-cset-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #b68f42;
  }
  .navbar-cset-dark .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-cset-dark .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-cset-dark .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-cset-dark .navbar-link {
  color: #fff;
}
.navbar-cset-dark .navbar-link:hover {
  color: #eeeeee;
}
.navbar-cset-dark .btn-link {
  color: #fff;
}
.navbar-cset-dark .btn-link:hover,
.navbar-cset-dark .btn-link:focus {
  color: #eeeeee;
}
.navbar-cset-dark .btn-link[disabled]:hover,
fieldset[disabled] .navbar-cset-dark .btn-link:hover,
.navbar-cset-dark .btn-link[disabled]:focus,
fieldset[disabled] .navbar-cset-dark .btn-link:focus {
  color: #ccc;
}
.navbar-gs {
  background-color: #172652;
  border-color: #FFF;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-gs .navbar-brand {
  color: #fff;
}
.navbar-gs .navbar-brand:hover,
.navbar-gs .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-gs .navbar-header > a {
  text-shadow: none;
}
.navbar-gs .navbar-text {
  color: #FFF;
}
.navbar-gs .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-gs .navbar-nav > li > a:hover,
.navbar-gs .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #101a38;
}
.navbar-gs .navbar-nav > .active > a,
.navbar-gs .navbar-nav > .active > a:hover,
.navbar-gs .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #101a38;
}
.navbar-gs .navbar-nav > .disabled > a,
.navbar-gs .navbar-nav > .disabled > a:hover,
.navbar-gs .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-gs .navbar-toggle {
  border-color: #ddd;
}
.navbar-gs .navbar-toggle:hover,
.navbar-gs .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-gs .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-gs .navbar-collapse,
.navbar-gs .navbar-form {
  border-color: #666666;
}
.navbar-gs .navbar-nav > .open > a,
.navbar-gs .navbar-nav > .open > a:hover,
.navbar-gs .navbar-nav > .open > a:focus {
  background-color: #101a38;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-gs .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-gs .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-gs .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #101a38;
  }
  .navbar-gs .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-gs .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-gs .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #101a38;
  }
  .navbar-gs .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-gs .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-gs .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-gs .navbar-link {
  color: #fff;
}
.navbar-gs .navbar-link:hover {
  color: #eeeeee;
}
.navbar-gs .btn-link {
  color: #fff;
}
.navbar-gs .btn-link:hover,
.navbar-gs .btn-link:focus {
  color: #eeeeee;
}
.navbar-gs .btn-link[disabled]:hover,
fieldset[disabled] .navbar-gs .btn-link:hover,
.navbar-gs .btn-link[disabled]:focus,
fieldset[disabled] .navbar-gs .btn-link:focus {
  color: #ccc;
}
.navbar-gs-light {
  background-color: #1e326c;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-gs-light .navbar-brand {
  color: #fff;
}
.navbar-gs-light .navbar-brand:hover,
.navbar-gs-light .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-gs-light .navbar-header > a {
  text-shadow: none;
}
.navbar-gs-light .navbar-text {
  color: #FFF;
}
.navbar-gs-light .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-gs-light .navbar-nav > li > a:hover,
.navbar-gs-light .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #172652;
}
.navbar-gs-light .navbar-nav > .active > a,
.navbar-gs-light .navbar-nav > .active > a:hover,
.navbar-gs-light .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #172652;
}
.navbar-gs-light .navbar-nav > .disabled > a,
.navbar-gs-light .navbar-nav > .disabled > a:hover,
.navbar-gs-light .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-gs-light .navbar-toggle {
  border-color: #ddd;
}
.navbar-gs-light .navbar-toggle:hover,
.navbar-gs-light .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-gs-light .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-gs-light .navbar-collapse,
.navbar-gs-light .navbar-form {
  border-color: #666666;
}
.navbar-gs-light .navbar-nav > .open > a,
.navbar-gs-light .navbar-nav > .open > a:hover,
.navbar-gs-light .navbar-nav > .open > a:focus {
  background-color: #172652;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-gs-light .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-gs-light .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-gs-light .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #172652;
  }
  .navbar-gs-light .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-gs-light .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-gs-light .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #172652;
  }
  .navbar-gs-light .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-gs-light .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-gs-light .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-gs-light .navbar-link {
  color: #fff;
}
.navbar-gs-light .navbar-link:hover {
  color: #eeeeee;
}
.navbar-gs-light .btn-link {
  color: #fff;
}
.navbar-gs-light .btn-link:hover,
.navbar-gs-light .btn-link:focus {
  color: #eeeeee;
}
.navbar-gs-light .btn-link[disabled]:hover,
fieldset[disabled] .navbar-gs-light .btn-link:hover,
.navbar-gs-light .btn-link[disabled]:focus,
fieldset[disabled] .navbar-gs-light .btn-link:focus {
  color: #ccc;
}
.navbar-gs-dark {
  background-color: #101a38;
  border-color: #FFF;
  border-radius: 4px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-gs-dark .navbar-brand {
  color: #fff;
}
.navbar-gs-dark .navbar-brand:hover,
.navbar-gs-dark .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-gs-dark .navbar-header > a {
  text-shadow: none;
}
.navbar-gs-dark .navbar-text {
  color: #FFF;
}
.navbar-gs-dark .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-gs-dark .navbar-nav > li > a:hover,
.navbar-gs-dark .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #080e1e;
}
.navbar-gs-dark .navbar-nav > .active > a,
.navbar-gs-dark .navbar-nav > .active > a:hover,
.navbar-gs-dark .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #080e1e;
}
.navbar-gs-dark .navbar-nav > .disabled > a,
.navbar-gs-dark .navbar-nav > .disabled > a:hover,
.navbar-gs-dark .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-gs-dark .navbar-toggle {
  border-color: #ddd;
}
.navbar-gs-dark .navbar-toggle:hover,
.navbar-gs-dark .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-gs-dark .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-gs-dark .navbar-collapse,
.navbar-gs-dark .navbar-form {
  border-color: #666666;
}
.navbar-gs-dark .navbar-nav > .open > a,
.navbar-gs-dark .navbar-nav > .open > a:hover,
.navbar-gs-dark .navbar-nav > .open > a:focus {
  background-color: #080e1e;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-gs-dark .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-gs-dark .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-gs-dark .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #080e1e;
  }
  .navbar-gs-dark .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-gs-dark .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-gs-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #080e1e;
  }
  .navbar-gs-dark .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-gs-dark .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-gs-dark .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-gs-dark .navbar-link {
  color: #fff;
}
.navbar-gs-dark .navbar-link:hover {
  color: #eeeeee;
}
.navbar-gs-dark .btn-link {
  color: #fff;
}
.navbar-gs-dark .btn-link:hover,
.navbar-gs-dark .btn-link:focus {
  color: #eeeeee;
}
.navbar-gs-dark .btn-link[disabled]:hover,
fieldset[disabled] .navbar-gs-dark .btn-link:hover,
.navbar-gs-dark .btn-link[disabled]:focus,
fieldset[disabled] .navbar-gs-dark .btn-link:focus {
  color: #ccc;
}
.navbar-hetl-2020 {
  background-color: #13446d;
  border-color: #FFF;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-hetl-2020 .navbar-brand {
  color: #fff;
}
.navbar-hetl-2020 .navbar-brand:hover,
.navbar-hetl-2020 .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-hetl-2020 .navbar-header > a {
  text-shadow: none;
}
.navbar-hetl-2020 .navbar-text {
  color: #FFF;
}
.navbar-hetl-2020 .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-hetl-2020 .navbar-nav > li > a:hover,
.navbar-hetl-2020 .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #0e3251;
}
.navbar-hetl-2020 .navbar-nav > .active > a,
.navbar-hetl-2020 .navbar-nav > .active > a:hover,
.navbar-hetl-2020 .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #0e3251;
}
.navbar-hetl-2020 .navbar-nav > .disabled > a,
.navbar-hetl-2020 .navbar-nav > .disabled > a:hover,
.navbar-hetl-2020 .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-hetl-2020 .navbar-toggle {
  border-color: #ddd;
}
.navbar-hetl-2020 .navbar-toggle:hover,
.navbar-hetl-2020 .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-hetl-2020 .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-hetl-2020 .navbar-collapse,
.navbar-hetl-2020 .navbar-form {
  border-color: #0e3251;
}
.navbar-hetl-2020 .navbar-nav > .open > a,
.navbar-hetl-2020 .navbar-nav > .open > a:hover,
.navbar-hetl-2020 .navbar-nav > .open > a:focus {
  background-color: #0e3251;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-hetl-2020 .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-hetl-2020 .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-hetl-2020 .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #0e3251;
  }
  .navbar-hetl-2020 .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-hetl-2020 .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-hetl-2020 .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #0e3251;
  }
  .navbar-hetl-2020 .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-hetl-2020 .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-hetl-2020 .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-hetl-2020 .navbar-link {
  color: #213776;
}
.navbar-hetl-2020 .navbar-link:hover {
  color: #172652;
}
.navbar-hetl-2020 .btn-link {
  color: #213776;
}
.navbar-hetl-2020 .btn-link:hover,
.navbar-hetl-2020 .btn-link:focus {
  color: #172652;
}
.navbar-hetl-2020 .btn-link[disabled]:hover,
fieldset[disabled] .navbar-hetl-2020 .btn-link:hover,
.navbar-hetl-2020 .btn-link[disabled]:focus,
fieldset[disabled] .navbar-hetl-2020 .btn-link:focus {
  color: #172652;
}
.navbar-foundation {
  background-color: #eeeeee;
  border-color: #eeeeee;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-foundation .navbar-brand {
  color: #eeeeee;
}
.navbar-foundation .navbar-brand:hover,
.navbar-foundation .navbar-brand:focus {
  color: #172652;
  background-color: #777777;
}
.navbar-foundation .navbar-header > a {
  text-shadow: none;
}
.navbar-foundation .navbar-text {
  color: #213776;
}
.navbar-foundation .navbar-nav > li > a {
  color: #213776;
  text-shadow: none;
  text-transform: uppercase;
}
.navbar-foundation .navbar-nav > li > a:hover,
.navbar-foundation .navbar-nav > li > a:focus {
  color: #FFF;
  background-color: #000;
}
.navbar-foundation .navbar-nav > .active > a,
.navbar-foundation .navbar-nav > .active > a:hover,
.navbar-foundation .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: #000;
}
.navbar-foundation .navbar-nav > .disabled > a,
.navbar-foundation .navbar-nav > .disabled > a:hover,
.navbar-foundation .navbar-nav > .disabled > a:focus {
  color: #FFF;
  background-color: #000;
}
.navbar-foundation .navbar-toggle {
  border-color: #000;
}
.navbar-foundation .navbar-toggle:hover,
.navbar-foundation .navbar-toggle:focus {
  background-color: #000;
}
.navbar-foundation .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-foundation .navbar-collapse,
.navbar-foundation .navbar-form {
  border-color: #eeeeee;
}
.navbar-foundation .navbar-nav > .open > a,
.navbar-foundation .navbar-nav > .open > a:hover,
.navbar-foundation .navbar-nav > .open > a:focus {
  background-color: #000;
  color: #FFF;
}
@media (max-width: 767px) {
  .navbar-foundation .navbar-nav .open .dropdown-menu > li > a {
    color: #213776;
  }
  .navbar-foundation .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-foundation .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FFF;
    background-color: #000;
  }
  .navbar-foundation .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-foundation .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-foundation .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFF;
    background-color: #000;
  }
  .navbar-foundation .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-foundation .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-foundation .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #FFF;
    background-color: #000;
  }
}
.navbar-foundation .navbar-link {
  color: #213776;
}
.navbar-foundation .navbar-link:hover {
  color: #FFF;
}
.navbar-foundation .btn-link {
  color: #213776;
}
.navbar-foundation .btn-link:hover,
.navbar-foundation .btn-link:focus {
  color: #FFF;
}
.navbar-foundation .btn-link[disabled]:hover,
fieldset[disabled] .navbar-foundation .btn-link:hover,
.navbar-foundation .btn-link[disabled]:focus,
fieldset[disabled] .navbar-foundation .btn-link:focus {
  color: #FFF;
}
.FixedTRnavTMS {
  width: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  min-height: 60px;
  background: rgba(100, 100, 100, 0.6);
  z-index: 100;
}
.FixedTRnavTMS .navbarCTR {
  position: relative;
  right: 0px;
  width: auto;
  margin: 0px 40px 0px 150px;
}
@media only screen and (max-width: 720px) {
  .FixedTRnavTMS .navbarTR {
    display: none;
  }
  .FixedTRnavTMS .dropdownTR {
    display: block;
  }
}
.FixedTRnavTMS .dropdownTR {
  float: left;
  overflow: visible;
}
.FixedTRnavTMS .dropdownTR .dropdownTRbtn {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  outline: none;
  color: #000;
  padding: 20px 40px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  position: fixed;
  right: 0px;
  top: 0px;
}
.FixedTRnavTMS .dropdownTR .dropdownTRbtn i {
  color: #000000;
  background-color: #DDDDDD !important;
  font-size: 26px !important;
  padding: 8px 16px !important;
  margin: 8px !important;
  position: absolute;
  top: 0px;
  right: 0px;
}
.FixedTRnavTMS .dropdownTRlinks {
  display: none;
  position: absolute;
  right: -32px;
  top: 50px;
  background: rgb(100, 100, 100);
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.FixedTRnavTMS .dropdownTRlinks li {
  list-style: none;
  padding: 0px;
  margin-left: 0px !important;
}
.FixedTRnavTMS .dropdownTRlinks a {
  font-size: 15px;
  float: none;
  color: #000000;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  width: auto;
}
.FixedTRnavTMS .dropdownTRlinks a:hover {
  background-color: #000000;
  color: #DDDDDD;
}
.FixedTRnavTMS .dropdownTR:hover .dropdownTRlinks {
  display: block;
}
.FixedTRnavTMS #dropdownTRbtn:checked ~ .dropdownTRlinks {
  display: block;
}
@media only screen and (min-width: 720px) {
  .FixedTRnavTMS .navbarTR {
    overflow: visible;
    width: auto;
    display: block;
    float: right;
    text-align: right;
  }
  .FixedTRnavTMS .dropdownTR {
    display: none;
  }
}
.FixedTRnavTMS .navbarTR > ul {
  margin: 0px !important;
}
.FixedTRnavTMS .navbarTR li {
  list-style-type: none;
  display: inline;
  margin: 0px !important;
  padding: 0px !important;
  list-style-position: unset;
}
.FixedTRnavTMS .navbarTR a {
  color: #000000;
  text-align: center;
  padding: 19px 16px;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
}
.FixedTRnavTMS .navbarTR a:hover {
  color: #000000;
  background: rgb(100, 100, 100);
}
.FixedTRnavTMS .dropdown-menu {
  background: rgb(100, 100, 100);
  margin: 21px 0px !important;
}
.FixedTRnavTMS .dropdown-menu > li > a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #000000;
  white-space: nowrap;
  text-align: left;
}
.FixedTRnavTMS .dropdown-menu > li > a:hover,
.FixedTRnavTMS .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #DDDDDD;
  background-image: none !important;
  background-repeat: no-repeat;
  background-color: #000000;
}
@media only screen and (min-width: 1600px) {
  .FixedTRnavTMS .navbarTR {
    overflow: visible;
    width: auto;
    display: block;
  }
  .FixedTRnavTMS .dropdownTR {
    display: none;
  }
}
.FixedTRnavSBL {
  width: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  min-height: 60px;
  background: rgba(109, 45, 100, 0.6);
  z-index: 100;
}
.FixedTRnavSBL .navbarCTR {
  position: relative;
  right: 0px;
  width: auto;
  margin: 0px 40px 0px 150px;
}
@media only screen and (max-width: 720px) {
  .FixedTRnavSBL .navbarTR {
    display: none;
  }
  .FixedTRnavSBL .dropdownTR {
    display: block;
  }
}
.FixedTRnavSBL .dropdownTR {
  float: left;
  overflow: visible;
}
.FixedTRnavSBL .dropdownTR .dropdownTRbtn {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  outline: none;
  color: #000;
  padding: 20px 40px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  position: fixed;
  right: 0px;
  top: 0px;
}
.FixedTRnavSBL .dropdownTR .dropdownTRbtn i {
  color: #FFFFFF;
  background-color: #6D2D64 !important;
  font-size: 26px !important;
  padding: 8px 16px !important;
  margin: 8px !important;
  position: absolute;
  top: 0px;
  right: 0px;
}
.FixedTRnavSBL .dropdownTRlinks {
  display: none;
  position: absolute;
  right: -32px;
  top: 50px;
  background: rgb(109, 45, 100);
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.FixedTRnavSBL .dropdownTRlinks li {
  list-style: none;
  padding: 0px;
  margin-left: 0px !important;
}
.FixedTRnavSBL .dropdownTRlinks a {
  font-size: 15px;
  float: none;
  color: #FFFFFF;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  width: auto;
}
.FixedTRnavSBL .dropdownTRlinks a:hover {
  background-color: #FFFFFF;
  color: #6D2D64;
}
.FixedTRnavSBL .dropdownTR:hover .dropdownTRlinks {
  display: block;
}
.FixedTRnavSBL #dropdownTRbtn:checked ~ .dropdownTRlinks {
  display: block;
}
@media only screen and (min-width: 720px) {
  .FixedTRnavSBL .navbarTR {
    overflow: visible;
    width: auto;
    display: block;
    float: right;
    text-align: right;
  }
  .FixedTRnavSBL .dropdownTR {
    display: none;
  }
}
.FixedTRnavSBL .navbarTR > ul {
  margin: 0px !important;
}
.FixedTRnavSBL .navbarTR li {
  list-style-type: none;
  display: inline;
  margin: 0px !important;
  padding: 0px !important;
  list-style-position: unset;
}
.FixedTRnavSBL .navbarTR a {
  color: #FFFFFF;
  text-align: center;
  padding: 19px 16px;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
}
.FixedTRnavSBL .navbarTR a:hover {
  color: #FFFFFF;
  background: rgb(109, 45, 100);
}
.FixedTRnavSBL .dropdown-menu {
  background: rgb(109, 45, 100);
  margin: 21px 0px !important;
}
.FixedTRnavSBL .dropdown-menu > li > a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: left;
}
.FixedTRnavSBL .dropdown-menu > li > a:hover,
.FixedTRnavSBL .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #6D2D64;
  background-image: none !important;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 1600px) {
  .FixedTRnavSBL .navbarTR {
    overflow: visible;
    width: auto;
    display: block;
  }
  .FixedTRnavSBL .dropdownTR {
    display: none;
  }
}
.leftSlideOutNavButton {
  font-size: 16px;
  cursor: pointer;
  color: #FFF;
  height: 90px;
  width: 30px;
  position: fixed;
  top: 160px;
  left: 0px;
  z-index: 1;
  border-radius: 0 5px 5px 0;
  transition: 0.5s;
}
.leftSlideOutNavButtonText {
  padding: 0;
  height: 42px;
  transform: rotateZ(90deg);
}
.leftSlideOutNavButtonText span {
  position: absolute;
  bottom: 9px;
}
.leftSlideOutNav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -250px;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.leftSlideOutNav a {
  padding: 4px 4px 4px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #DDD;
  display: block;
  transition: 0.3s;
}
.hasSubItems:hover {
  cursor: pointer;
}
.hasSubItems.collapsed:after {
  content: "\25BC";
  font-size: 14px;
  padding-left: 8px;
  position: relative;
  bottom: 2px;
}
.hasSubItems:after {
  content: "\25B2";
  font-size: 14px;
  padding-left: 8px;
  position: relative;
  bottom: 2px;
  display: inline-block;
}
.hasSubItems.collapsed a {
  font-size: 14px;
  color: white;
  vertical-align: middle;
}
.leftSlideOutNav .sublinks a:hover {
  color: #FFF;
  text-decoration: none;
}
.leftSlideOutNav .sublinks a {
  padding: 2px 2px 2px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #DDD;
  display: block;
  transition: 0.3s;
}
.leftSlideOutNav .sublinks a:before {
  content: "\21B3";
  margin: 5px;
  display: inline-block;
}
.leftSlideOutNav a:hover {
  color: #FFF;
  text-decoration: none;
}
.leftSlideOutNav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .leftSlideOutNav {
    padding-top: 15px;
  }
  .leftSlideOutNav a {
    font-size: 18px;
  }
  .leftSlideOutNav .sublinks a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .sessionWidget {
    height: 130px;
  }
}
@media (min-width: 480px) {
  .sessionWidget {
    height: 110px;
  }
}
@media (min-width: 768px) {
  .sessionWidget {
    height: 115px;
  }
}
@media (min-width: 992px) {
  .sessionWidget {
    height: 62px;
  }
}
@media (min-width: 1200px) {
  .sessionWidget {
    height: 62px;
  }
}
unisa-root label {
  margin-right: 20px;
}
.unbMainNavBut {
  display: inline-block;
  margin-top: 18px;
}
.unbMainNavBut a {
  display: inline-block;
  padding: 2px 18px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background: #eeeeee;
  border-right: 1px solid #777777;
  border-bottom: 1px solid #eeeeee;
}
.unbMainNavBut a:last-of-type {
  border-right: 0px;
}
.unbMainNavBut a.uMNBSel,
.unbMainNavBut a:hover {
  color: #F7931D;
  text-decoration: none;
  border-bottom: 1px solid #F7931D;
  background: none;
}
unisa-credentials-input form {
  float: right;
}
unisa-credentials-input form a {
  color: #000;
  font-weight: bold;
}
.navbar-sbl {
  background-color: #B39860;
  border-color: #FFF;
  border-radius: 4px;
}
.navbar-sbl .navbar-brand {
  color: #fff;
}
.navbar-sbl .navbar-brand:hover,
.navbar-sbl .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-sbl .navbar-header > a {
  text-shadow: none;
}
.navbar-sbl .navbar-text {
  color: #FFF;
}
.navbar-sbl .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-sbl .navbar-nav > li > a:hover,
.navbar-sbl .navbar-nav > li > a:focus {
  color: #000;
  background-color: #C8C8C8;
}
.navbar-sbl .navbar-nav > .active > a,
.navbar-sbl .navbar-nav > .active > a:hover,
.navbar-sbl .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #a4884e;
}
.navbar-sbl .navbar-nav > .disabled > a,
.navbar-sbl .navbar-nav > .disabled > a:hover,
.navbar-sbl .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-sbl .navbar-toggle {
  border-color: #ddd;
}
.navbar-sbl .navbar-toggle:hover,
.navbar-sbl .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-sbl .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-sbl .navbar-collapse,
.navbar-sbl .navbar-form {
  border-color: #a4884e;
}
.navbar-sbl .navbar-nav > .open > a,
.navbar-sbl .navbar-nav > .open > a:hover,
.navbar-sbl .navbar-nav > .open > a:focus {
  background-color: #a4884e;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-sbl .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-sbl .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-sbl .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000;
    background-color: #C8C8C8;
  }
  .navbar-sbl .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-sbl .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-sbl .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #a4884e;
  }
  .navbar-sbl .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-sbl .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-sbl .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-sbl .navbar-link {
  color: #fff;
}
.navbar-sbl .navbar-link:hover {
  color: #000;
}
.navbar-sbl .btn-link {
  color: #fff;
}
.navbar-sbl .btn-link:hover,
.navbar-sbl .btn-link:focus {
  color: #000;
}
.navbar-sbl .btn-link[disabled]:hover,
fieldset[disabled] .navbar-sbl .btn-link:hover,
.navbar-sbl .btn-link[disabled]:focus,
fieldset[disabled] .navbar-sbl .btn-link:focus {
  color: #ccc;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.panel-myUnisa {
  border-color: #ddd;
}
.panel-myUnisa > .panel-heading {
  color: #FFF;
  background-color: #F7931D;
  border-color: #ddd;
}
.panel-myUnisa > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-myUnisa > .panel-heading .badge {
  color: #F7931D;
  background-color: #FFF;
}
.panel-myUnisa > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
div.list-group-item {
  cursor: text !important;
}
.panel-collapsible .panel-heading {
  cursor: pointer;
}
.panel.panel-collapsible .panel-heading.collapsed::before {
  content: "\e114";
  float: right;
  font-family: "Glyphicons Halflings";
}
.panel.panel-collapsible .panel-heading:before {
  content: "\e113";
  float: right;
  font-family: "Glyphicons Halflings";
}
.panel.panel-collapsible .panel-heading.collapsed::hover {
  cursor: hand;
  cursor: pointer;
}
.panel.panel-collapsible .panel-heading:hover {
  cursor: hand;
  cursor: pointer;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.noRowPaddingLeft {
  padding-left: 0px !important;
}
.noRowPaddingRight {
  padding-right: 0px !important;
}
.panel.list-group .list-group-item.collapsed::after {
  content: "\e114";
  float: right;
  font-family: "Glyphicons Halflings";
}
.panel.list-group .list-group-item:after {
  content: "\e113";
  float: right;
  font-family: "Glyphicons Halflings";
}
.panel.list-group .list-group-item.collapsed::hover {
  cursor: hand;
  cursor: pointer;
}
.panel.list-group .list-group-item:hover {
  cursor: hand;
  cursor: pointer;
}
.panel.list-group .list-group-item.small::after {
  content: "";
  float: right;
  font-family: "Glyphicons Halflings";
}
th {
  font-weight: bold;
}
.topicDetails {
  margin-top: 20px;
}
.bottom-devider {
  border-bottom: 2px solid grey;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.bottom-margin {
  margin-bottom: 20px;
}
.middle-column {
  margin-right: 15px;
  margin-left: -15px;
}
ul,
ol {
  padding-left: 0px;
}
ul > li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
  padding-left: 10px;
}
ol > li {
  list-style-type: inherit;
  list-style-position: outside;
  margin-left: 20px;
  padding-left: 10px;
}
ul ul > li,
ol ul > li {
  list-style-type: circle;
  list-style-position: inside;
}
ol ol > li,
ul ol > li {
  list-style-type: lower-latin;
  list-style-position: inside;
}
ul.gallery-image > li {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 0px;
}
ul.gallery-image > li > img {
  cursor: pointer;
}
.breadcrumb > li {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.dropdown-menu > li {
  margin-left: 0 !important;
}
.navbar-nav > li {
  margin-left: 0 !important;
}
.carousel-indicators > li {
  margin-left: 0 !important;
}
.list-group > li {
  margin-left: 0 !important;
}
#billboard-carousel .carousel-indicators {
  bottom: 0px;
}
.carousel-control-cw-homepage-billboard {
  position: absolute;
  top: 45%;
  left: 0;
  width: 7%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control-cw-homepage-billboard.right {
  left: auto;
  right: 0;
}
.carousel-control-cw-homepage-billboard:hover,
.carousel-control-cw-homepage-billboard:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control-cw-homepage-billboard .icon-prev,
.carousel-control-cw-homepage-billboard .icon-next,
.carousel-control-cw-homepage-billboard .glyphicon-chevron-left,
.carousel-control-cw-homepage-billboard .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control-cw-homepage-billboard .icon-prev,
.carousel-control-cw-homepage-billboard .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control-cw-homepage-billboard .icon-next,
.carousel-control-cw-homepage-billboard .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control-cw-homepage-billboard .icon-prev,
.carousel-control-cw-homepage-billboard .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control-cw-homepage-billboard .icon-prev:before {
  content: '\2039';
}
.carousel-control-cw-homepage-billboard .icon-next:before {
  content: '\203a';
}
#news-carousel .carousel-indicators {
  bottom: 50px;
}
#news-carousel .carousel-inner .item div {
  min-height: 50px;
  padding: 5px 10px;
}
.homepage_main_links {
  display: block;
}
.panel-cw-homepage-main-links {
  background-color: #efefef;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
}
.panel-heading-apply {
  background-color: #930010 !important;
  background-repeat: no-repeat;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
.panel-heading-apply > img {
  margin-right: 55px;
  padding: 8px 0 0 0;
  width: 100px;
}
.panel-body-apply h4 {
  color: #930010;
  text-align: center;
  line-height: 20px;
  margin: 10px 0;
}
.panel-body-apply p {
  color: #000;
  text-align: center;
  min-height: 80px;
  padding: 10px;
}
.panel-heading-readiness {
  background-color: #009576 !important;
  background-repeat: no-repeat;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
.panel-heading-readiness > img {
  margin-right: 55px;
  padding: 8px 0 0 0;
  width: 100px;
}
.panel-body-readiness h4 {
  color: #009576;
  text-align: center;
  line-height: 20px;
  margin: 10px 0;
}
.panel-body-readiness p {
  color: #000;
  text-align: center;
  min-height: 80px;
  padding: 10px;
}
.panel-heading-register {
  background-color: #172652 !important;
  background-repeat: no-repeat;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
.panel-heading-register > img {
  margin-right: 55px;
  padding: 8px 0 0 0;
  width: 100px;
}
.panel-body-register h4 {
  color: #172652;
  text-align: center;
  line-height: 20px;
  margin: 10px 0;
}
.panel-body-register p {
  color: #000;
  text-align: center;
  min-height: 80px;
  padding: 10px;
}
.panel-heading-research {
  background-color: #222222 !important;
  background-repeat: no-repeat;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
.panel-heading-research > img {
  margin-right: 55px;
  padding: 5px 0 0 0;
  width: 100px;
}
.panel-body-research h4 {
  color: #222222;
  text-align: center;
  line-height: 40px;
  margin: 10px 0;
}
.panel-body-research p {
  color: #000;
  text-align: center;
  min-height: 80px;
  padding: 10px;
}
.panel-heading-myunisa {
  background-color: #F7931D !important;
  background-repeat: no-repeat;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
.panel-heading-myunisa > img {
  margin-right: 55px;
  padding: 11px 0 0 0;
  width: 100px;
}
.panel-body-myunisa h4 {
  color: #F7931D;
  text-align: center;
  line-height: 40px;
  margin: 10px 0;
}
.panel-body-myunisa p {
  color: #000;
  text-align: center;
  min-height: 80px;
  padding: 10px;
}
.homepage_main_link_xs button {
  text-align: left;
}
.homepage_main_link_xs img {
  width: 100px;
  margin-right: 20px;
}
.homepage_main_link_xs a:hover,
.homepage_main_link_xs a:active,
.homepage_main_link_xs a:focus {
  text-decoration: none;
}
#cw-homepage-news-carousel h3,
#cw-homepage-news-carousel-sm h3,
#cw-homepage-news-carousel-xs h3 {
  margin: 0;
  padding: 0 20px 20px 0;
}
#cw-homepage-news-carousel .carousel-indicators,
#cw-homepage-news-carousel-sm .carousel-indicators {
  bottom: 30px;
}
#cw-homepage-news-carousel .carousel-inner .item div,
#cw-homepage-news-carousel-sm .carousel-inner .item div {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #fff;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  background-image: none;
}
.carousel-control-cw-homepage-news {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control-cw-homepage-news.right {
  left: auto;
  right: 0;
}
.carousel-control-cw-homepage-news:hover,
.carousel-control-cw-homepage-news:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control-cw-homepage-news .icon-prev,
.carousel-control-cw-homepage-news .icon-next,
.carousel-control-cw-homepage-news .glyphicon-chevron-left,
.carousel-control-cw-homepage-news .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control-cw-homepage-news .icon-prev,
.carousel-control-cw-homepage-news .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control-cw-homepage-news .icon-next,
.carousel-control-cw-homepage-news .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control-cw-homepage-news .icon-prev,
.carousel-control-cw-homepage-news .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control-cw-homepage-news .icon-prev:before {
  content: '\2039';
}
.carousel-control-cw-homepage-news .icon-next:before {
  content: '\203a';
}
.cw-homepage-announcements h3 {
  margin: 0;
  padding: 0 20px 20px 0;
}
.cw-homepage-announcements ul {
  padding-left: 10px;
}
.cw-homepage-announcements li {
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 20px;
  padding: 0 20px 10px 10px;
}
.cw-homepage-announcements li,
.cw-homepage-announcements a {
  color: #000;
}
.homepage_secondary_links {
  background-color: #eeeeee;
}
.homepage_secondary_link {
  text-align: center;
}
.homepage_secondary_link a {
  color: #000;
}
.homepage_secondary_link a div {
  margin: 20px 20px 0 20px;
}
.homepage_secondary_link a p {
  margin-bottom: 20px;
}
.homepage_secondary_link a:active,
.homepage_secondary_link a:hover,
.homepage_secondary_link a:focus {
  color: #000;
}
.homepage_social_links {
  display: block;
}
.homepage_social_link {
  text-align: center;
}
.homepage_social_link a {
  color: #777777;
}
.homepage_social_link i {
  display: block;
  font-size: 36px;
}
.homepage_social_link a:active,
.homepage_social_link a:hover,
.homepage_social_link a:focus {
  text-decoration: none;
}
.homepage_secondary_link img {
  width: 55px;
  padding-bottom: 20px;
}
.ch-landing-level-2-list {
  margin-top: 20px;
}
.ch-landing-level-2-list h3 {
  margin-top: 0px;
}
.block-content {
  padding: 20px;
  margin-bottom: 20px;
}
.bordered {
  border: 1px solid #eeeeee;
}
.block-content h1,
.block-content h2,
.block-content h3,
.block-content h4,
.block-content h5,
.block-content h6 {
  margin-top: 0px;
}
.landingpage_social_link {
  text-align: center;
}
.landingpage_social_link a {
  color: #777777;
}
.landingpage_social_link i {
  display: block;
  font-size: 36px;
}
.landingpage_social_link a:active,
.landingpage_social_link a:hover,
.landingpage_social_link a:focus {
  text-decoration: none;
}
.btn h1,
.btn h2,
.btn h3,
.btn h4,
.btn h5,
.btn h6 {
  margin: 0px;
}
.twoLinesText {
  height: 60px;
}
button.twoLinesText span {
  display: block;
  padding-right: 30px;
  text-align: left;
}
a.twoLinesText span {
  display: block;
  padding-left: 30px;
  text-align: left;
}
button.twoLinesText > i {
  position: absolute;
  top: 8px;
  right: 30px;
  font-size: 40px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
a.twoLinesText {
  color: #000;
  font-weight: bold;
  display: table-cell;
}
a.twoLinesText:hover {
  text-decoration: underline;
}
a.twoLinesText > i {
  position: absolute;
  top: 20px;
  left: 10px;
  font-size: 40px;
  color: #555555;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
a.twoLinesText > i:hover {
  color: #333333;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.threeLinesText {
  height: 80px;
}
button.threeLinesText span {
  display: block;
  padding-right: 30px;
  text-align: left;
}
button.threeLinesText.twoIcons span {
  display: block;
  padding-right: 30px;
  text-align: left;
  margin-left: 50px;
}
a.threeLinesText span {
  display: block;
  padding-left: 30px;
  text-align: left;
}
button.threeLinesText > i {
  position: absolute;
  top: 6px;
  right: 30px;
  font-size: 60px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.threeLinesText.twoIcons > span > i {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 40px;
}
a.threeLinesText {
  color: #000;
  font-weight: bold;
  display: table-cell;
}
a.threeLinesText:hover {
  text-decoration: underline;
}
a.threeLinesText > i {
  position: absolute;
  top: 25px;
  left: 10px;
  font-size: 30px;
  color: #000;
}
.linkButton a:hover,
.linkButton a:active {
  text-decoration: none;
}
.btn-two-tone a {
  opacity: 0.9;
}
.btn-two-tone a:hover {
  opacity: 1;
  text-decoration: none;
}
.btn-two-tone a:link,
.btn-two-tone a:visited,
.btn-two-tone a:active {
  text-decoration: none;
}
.btn-two-tone > a > div {
  display: flex;
  width: 100%;
  padding: 0;
}
.btn-two-tone .btn-two-tone-name,
.btn-two-tone .btn-two-tone-description {
  flex: 1 0 100% !important;
  height: 80px;
  width: 100%;
  align-content: center;
}
@media (min-width: 992px) {
  .btn-two-tone .btn-two-tone-name {
    flex: 1 0 33.33% !important;
  }
}
@media (min-width: 992px) {
  .btn-two-tone .btn-two-tone-description {
    flex: 1 0 66.67% !important;
  }
}
.col-lg-8.col-md-8.hidden-sm.hidden-xs.ci-gray-lighter-bg.btn-two-tone-description {
  padding-right: 70px;
  flex: 1 0 66.67%;
}
.btn-two-tone {
  margin-bottom: 20px;
}
.btn-two-tone button {
  border: 0px;
  padding: 0px;
}
.btn-two-tone-name span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: white;
}
.btn-two-tone-description span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-right: 20px;
  color: black;
}
.btn-two-tone .fa {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 60px;
}
.create-hover-effect {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  background-color: black;
  display: block;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=00)";
  filter: alpha(opacity=00);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
}
.create-hover-effect:hover {
  -khtml-opacity: 0.15;
  -moz-opacity: 0.15;
  -ms-filter: "alpha(opacity=15)";
  filter: alpha(opacity=15);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.15);
  opacity: 0.15;
}
.podcast {
  max-width: 100%;
}
.unisa-logo {
  margin-top: 6px;
  pointer-events: none;
  /*This is to make the object clickable*/
}
.topLeftLogoFixed {
  display: block;
  position: absolute;
  top: 0px;
  left: 14px;
  z-index: 200;
}
.topLeftLogoFixed img {
  pointer-events: none;
  width: 6vw;
  min-width: 50px;
}
.navbar-brand-logo a img {
  margin: 10px;
}
.navbar-brand-links {
  margin: 20px 0;
}
.navbar-brand-links a {
  padding: 0 15px;
}
.navbar-brand-search form {
  margin: 15px 0;
  padding: 0;
  float: right;
}
.taskNav {
  margin-top: 20px;
}
#leftNavlinkTop {
  border-bottom: 1px solid #c8c8c8;
  display: block;
  height: 1px;
}
#leftNavlink {
  border-bottom: 1px solid #c8c8c8;
  border-left: 0 solid #e5e5e5;
  border-right: 0 solid #e5e5e5;
  color: #434d54;
  display: block;
  font-size: 13px;
  padding: 4px 6px;
  width: 100%;
}
#leftNavlink:hover {
  background-color: #f0f0f0;
  border-bottom: 1px solid #000000;
  color: #000;
  display: block;
  text-decoration: none;
}
#bottom {
  margin-top: 20px;
}
.cwFooter {
  padding-top: 20px;
  background-color: #777777;
}
.myUnisaFooter {
  padding-top: 20px;
  background-color: #777777;
}
footer,
footer a,
footer a:hover,
footer a:active,
footer a:focus {
  font-size: 12px;
  color: #FFF;
}
div#ugNav a:link,
div#ugNav a:visited {
  color: #666;
  display: block;
  float: left;
  font-family: Arial;
  font-size: 10px;
  height: 60px;
  line-height: 12px;
  padding: 47px 10px 0;
  text-align: center;
  text-decoration: none;
  width: 112px;
  margin-bottom: 40px;
}
div#ugNav a.ugNav0:link,
div#ugNav a.ugNav0:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/ugNav0.png") no-repeat scroll center top;
}
div#ugNav a.ugNav1:link,
div#ugNav a.ugNav1:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/ugNav1.png") no-repeat scroll center top;
}
div#ugNav a.ugNav2:link,
div#ugNav a.ugNav2:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/ugNav2.png") no-repeat scroll center top;
}
div#ugNav a.ugNav3:link,
div#ugNav a.ugNav3:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/ugNav3.png") no-repeat scroll center top;
}
div#ugNav a.ugNav4:link,
div#ugNav a.ugNav4:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/ugNav4.png") no-repeat scroll center top;
}
div#ugNav a.ugNav5:link,
div#ugNav a.ugNav5:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/ugNav5.png") no-repeat scroll center top;
}
div#ugNav a.ugNav0:hover,
div#ugNav a.ugNav0active:link,
div#ugNav a.ugNav0active:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/ugNav0-over.png") no-repeat scroll center top;
  color: #930010;
}
div#ugNav a.ugNav1:hover,
div#ugNav a.ugNav1active:link,
div#ugNav a.ugNav1active:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/ugNav1-over.png") no-repeat scroll center top;
  color: #930010;
}
div#ugNav a.ugNav2:hover,
div#ugNav a.ugNav2active:link,
div#ugNav a.ugNav2active:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/ugNav2-over.png") no-repeat scroll center top;
  color: #930010;
}
div#ugNav a.ugNav3:hover,
div#ugNav a.ugNav3active:link,
div#ugNav a.ugNav3active:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/ugNav3-over.png") no-repeat scroll center top;
  color: #930010;
}
div#ugNav a.ugNav4:hover,
div#ugNav a.ugNav4active:link,
div#ugNav a.ugNav4active:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/ugNav4-over.png") no-repeat scroll center top;
  color: #930010;
}
div#ugNav a.ugNav5:hover,
div#ugNav a.ugNav5active:link,
div#ugNav a.ugNav5active:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/ugNav5-over.png") no-repeat scroll center top;
  color: #930010;
}
div#honsNav a:link,
div#honsNav a:visited {
  color: #666;
  display: block;
  float: left;
  font-family: Arial;
  font-size: 10px;
  height: 60px;
  line-height: 12px;
  padding: 47px 10px 0;
  text-align: center;
  text-decoration: none;
  width: 138px;
  margin-bottom: 40px;
}
div#honsNav a.honsNav0:link,
div#honsNav a.honsNav0:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/honsNav0.png") no-repeat scroll center top;
}
div#honsNav a.honsNav1:link,
div#honsNav a.honsNav1:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/honsNav1.png") no-repeat scroll center top;
}
div#honsNav a.honsNav2:link,
div#honsNav a.honsNav2:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/honsNav2.png") no-repeat scroll center top;
}
div#honsNav a.honsNav3:link,
div#honsNav a.honsNav3:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/honsNav3.png") no-repeat scroll center top;
}
div#honsNav a.honsNav4:link,
div#honsNav a.honsNav4:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/honsNav4.png") no-repeat scroll center top;
}
div#honsNav a.honsNav0:hover,
div#honsNav a.honsNav0active:link,
div#honsNav a.honsNav0active:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/honsNav0-over.png") no-repeat scroll center top;
  color: #930010;
}
div#honsNav a.honsNav1:hover,
div#honsNav a.honsNav1active:link,
div#honsNav a.honsNav1active:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/honsNav1-over.png") no-repeat scroll center top;
  color: #930010;
}
div#honsNav a.honsNav2:hover,
div#honsNav a.honsNav2active:link,
div#honsNav a.honsNav2active:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/honsNav2-over.png") no-repeat scroll center top;
  color: #930010;
}
div#honsNav a.honsNav3:hover,
div#honsNav a.honsNav3active:link,
div#honsNav a.honsNav3active:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/honsNav3-over.png") no-repeat scroll center top;
  color: #930010;
}
div#honsNav a.honsNav4:hover,
div#honsNav a.honsNav4active:link,
div#honsNav a.honsNav4active:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/honsNav4-over.png") no-repeat scroll center top;
  color: #930010;
}
div#regNav a:link,
div#regNav a:visited {
  color: #666;
  display: block;
  float: left;
  font-family: Arial;
  font-size: 10px;
  height: 60px;
  line-height: 12px;
  padding: 47px 10px 0;
  text-align: center;
  text-decoration: none;
  width: 112px;
  margin-bottom: 40px;
}
div#regNav a.regNav0:link,
div#regNav a.regNav0:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/regNav0.png") no-repeat scroll center top;
}
div#regNav a.regNav1:link,
div#regNav a.regNav1:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/regNav1.png") no-repeat scroll center top;
}
div#regNav a.regNav2:link,
div#regNav a.regNav2:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/regNav2.png") no-repeat scroll center top;
}
div#regNav a.regNav3:link,
div#regNav a.regNav3:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/regNav3.png") no-repeat scroll center top;
}
div#regNav a.regNav4:link,
div#regNav a.regNav4:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/regNav4.png") no-repeat scroll center top;
}
div#regNav a.regNav5:link,
div#regNav a.regNav5:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/regNav5.png") no-repeat scroll center top;
}
div#regNav a.regNav0:hover,
div#regNav a.regNav0active:link,
div#regNav a.regNav0active:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/regNav0-over.png") no-repeat scroll center top;
  color: #172652;
}
div#regNav a.regNav1:hover,
div#regNav a.regNav1active:link,
div#regNav a.regNav1active:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/regNav1-over.png") no-repeat scroll center top;
  color: #172652;
}
div#regNav a.regNav2:hover,
div#regNav a.regNav2active:link,
div#regNav a.regNav2active:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/regNav2-over.png") no-repeat scroll center top;
  color: #172652;
}
div#regNav a.regNav3:hover,
div#regNav a.regNav3active:link,
div#regNav a.regNav3active:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/regNav3-over.png") no-repeat scroll center top;
  color: #172652;
}
div#regNav a.regNav4:hover,
div#regNav a.regNav4active:link,
div#regNav a.regNav4active:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/regNav4-over.png") no-repeat scroll center top;
  color: #172652;
}
div#regNav a.regNav5:hover,
div#regNav a.regNav5active:link,
div#regNav a.regNav5active:visited {
  background: rgba(0, 0, 0, 0) url("/file_source/corporate_web/Design/themes/default/images/regNav5-over.png") no-repeat scroll center top;
  color: #172652;
}
#map_canvas {
  height: 400px;
}
.news_article_footer {
  display: block;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
}
.news_article_footer p {
  margin: 10px 0;
}
.search-toolbar-right-column {
  margin-bottom: 20px;
}
.calendar_display_setting {
  float: right;
}
.calendar_display_setting div {
  float: left;
}
.calendar_display_setting > div > a {
  display: block;
  padding: 10px 15px;
  position: relative;
}
.calendar_display_setting > div > a.active {
  background-color: grey;
}
.table .time {
  width: 25%;
}
.calendar_navigation {
  margin: 14px 0;
}
.calendar_month_display {
  margin-top: 20px;
}
.calendar_month_display h3 {
  margin-top: 0px;
  text-align: center;
}
.calendar_table {
  width: 100%;
  margin-bottom: 14px;
}
.calendar_table > tbody > tr > td,
.calendar_table > tbody > tr > th {
  width: 14%;
  text-align: center;
}
.calendar_table > tbody > tr > th {
  background-color: #7D7D7D;
  color: #FFF;
}
.calendar_table > tbody > tr > td {
  background-color: #DDDDDD;
}
.calendar_table > tbody > tr > td.events {
  background-color: #CDCDCD;
}
.calendar_table > tbody > tr > td.today {
  background-color: #9A090C;
  color: #FFF;
}
.carousel-control-news {
  position: absolute;
  top: 35%;
  left: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control-news.right {
  left: auto;
  right: 0;
}
.carousel-control-news:hover,
.carousel-control-news:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control-news .icon-prev,
.carousel-control-news .icon-next,
.carousel-control-news .glyphicon-chevron-left,
.carousel-control-news .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control-news .icon-prev,
.carousel-control-news .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control-news .icon-next,
.carousel-control-news .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control-news .icon-prev,
.carousel-control-news .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control-news .icon-prev:before {
  content: '\2039';
}
.carousel-control-news .icon-next:before {
  content: '\203a';
}
#news-carousel {
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}
.carousel-inner > div.news-detail > a > div {
  background-image: -webkit-linear-gradient(top, #FFF 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #FFF 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #FFF 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  color: #333333;
}
.news-carousel-read-more {
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #d5d5d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffd5d5d5', GradientType=0);
  padding-right: 10px;
  padding-bottom: 5px;
}
.right-panel-news-carousel-read-more {
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  padding-right: 10px;
  padding-bottom: 5px;
}
.homepage-news-list {
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  background-image: -webkit-linear-gradient(top, #FFF 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #FFF 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #FFF 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  padding-right: 10px;
  margin-top: 20px;
}
.news-list h3 {
  margin-top: 15px;
}
.homepage-news-list-read-more {
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #d5d5d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffd5d5d5', GradientType=0);
  padding-right: 10px;
  padding-bottom: 5px;
}
.ce-social-links {
  margin: 5px 0;
}
.homepage-calendar-events-link {
  line-height: 36px;
  margin-top: 0px;
}
.homepage-calendar-events-link:hover,
.homepage-calendar-events-link:focus {
  text-decoration: none;
}
.homepage-calendar-events-link > div {
  margin: 7px 0;
  padding: 0 10px;
  border-radius: 4px;
}
.homepage-social-icon {
  font-size: 50px;
  color: #000;
  float: right;
  margin-left: 12px;
}
.homepage-social-icon:hover,
.homepage-social-icon:focus {
  color: #000;
}
.productListItemLG img {
  max-height: 100px;
  margin-bottom: 10px;
}
.productListItemMD img {
  max-height: 120px;
  margin-bottom: 10px;
}
.productListItemSM img {
  max-height: 160px;
  margin-bottom: 10px;
}
.productListItemXS img {
  max-height: 180px;
  margin-bottom: 10px;
}
.productListItemLG a:focus,
.productListItemLG a:hover,
.productListItemLG a:active,
.productListItemMD a:focus,
.productListItemMD a:hover,
.productListItemMD a:active,
.productListItemSM a:focus,
.productListItemSM a:hover,
.productListItemSM a:active,
.productListItemXS a:focus,
.productListItemXS a:hover,
.productListItemXS a:active {
  cursor: pointer;
}
.productListItemLG a,
.productListItemMD a,
.productListItemSM a,
.productListItemXS a {
  color: #000;
}
.myunisa-logo {
  margin-top: 20px;
  pointer-events: none;
  /*This is to make the object clickable*/
}
.myunisa-homepage-social-icon {
  font-size: 50px;
  color: #000;
  float: left;
  margin-right: 12px;
}
.myunisa-homepage-social-icon:hover,
.myunisa-homepage-social-icon:focus {
  color: #000;
}
.myUnisaHomepageMainLink > div > a > button,
.myUnisaHomepageMainLink > div > a > button:hover {
  border: 1px solid #eeeeee;
}
.myUnisaFirstMainLink {
  margin-right: 10px;
}
.myUnisaMiddleMainLink {
  margin-left: 10px;
  margin-right: 10px;
}
.myUnisaLasttMainLink {
  margin-left: 10px;
}
.myUnisaHomepageMainLink > div > a > button > i {
  font-size: 25px;
  display: block;
  color: #F7931D;
  text-shadow: none;
}
.myUnisaFirstMainLink a:hover,
.myUnisaMiddleMainLink a:hover,
.myUnisaLasttMainLink a:hover,
.myUnisaMainLink a:hover,
.myUnisaFirstMainLink a:active,
.myUnisaMiddleMainLink a:active,
.myUnisaLasttMainLink a:active,
.myUnisaMainLink a:active,
.myUnisaFirstMainLink a:focus,
.myUnisaMiddleMainLink a:focus,
.myUnisaLasttMainLink a:focus,
.myUnisaMainLink a:focus {
  text-decoration: none;
}
.myUnisaHomepageMainLink > div > a > button > span {
  display: block;
  margin-top: 10px;
  min-height: 40px;
  text-shadow: none;
}
.myUnisaRightPanelLink,
.myUnisaRightPanelLink:hover,
.myUnisaRightPanelLink:active,
.myUnisaRightPanelLink:focus {
  color: #000;
}
.myUnisaRightPanelLink i {
  font-size: 25px;
  width: 30px;
  text-shadow: none;
  padding-bottom: 4px;
  float: left;
}
.myUnisaRightPanelLink span {
  vertical-align: top;
  line-height: 25px;
  font-size: 14px;
  position: relative;
  left: 10px;
  top: 0px;
}
.myUnisaHomepageRightLink a:hover,
.myUnisaHomepageRightLink a:active,
.myUnisaHomepageRightLink a:focus {
  text-decoration: none;
}
.myUnisaHomepageRightLink > a > button > i {
  font-size: 25px;
  width: 30px;
}
.myUnisaHomepageRightLink > a > button > span {
  margin-left: 10px;
  vertical-align: top;
  line-height: 25px;
  font-size: 14px;
}
.myUnisaSocialLinksDefault i {
  color: #555555;
  font-size: 30px;
  margin-right: 15px;
}
.myUnisaFooterSocialLinks i {
  color: #FFF;
  font-size: 25px;
  margin-right: 15px;
  margin-top: 15px;
}
.links-bordered-right-column {
  border: 1px solid #777777;
  padding: 10px;
  margin-bottom: 20px;
}
.site-identifier {
  color: #FFF;
  display: block;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  border-radius: 4px;
}
.tmali-bg {
  background-color: #4E6722 !important;
  background-image: none !important;
}
.tmali-text {
  color: #4E6722;
}
.zeroTopMargin {
  margin-top: 0px;
}
.zeroRightMargin {
  margin-right: 0px;
}
.zeroBottomMargin {
  margin-bottom: 0px;
}
.zeroLeftMargin {
  margin-left: 0px;
}
.defaultTopMargin {
  margin-top: 20px;
}
.defaultRightMargin {
  margin-right: 20px;
}
.defaultBottomMargin {
  margin-bottom: 20px;
}
.defaultLeftMargin {
  margin-left: 20px;
}
.oneandhalfTopMargin {
  margin-top: 30px;
}
.oneandhalfRightMargin {
  margin-right: 30px;
}
.oneandhalfBottomMargin {
  margin-bottom: 30px;
}
.oneandhalfLeftMargin {
  margin-left: 30px;
}
.halfTopMargin {
  margin-top: 10px;
}
.halfRightMargin {
  margin-right: 10px;
}
.halfBottomMargin {
  margin-bottom: 10px;
}
.halfLeftMargin {
  margin-left: 10px;
}
.doubleTopMargin {
  margin-top: 40px;
}
.doubleRightMargin {
  margin-right: 40px;
}
.doubleBottomMargin {
  margin-bottom: 40px;
}
.doubleLeftMargin {
  margin-left: 40px;
}
.onePxRightMargin {
  margin-right: 1px;
}
.onePxLeftMargin {
  margin-left: 1px;
}
.topBorderLighterGrey {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
}
ul.rightSingleAngleQuote li:before {
  color: #777777;
  content: "\e080";
  float: left;
  font-family: Glyphicons Halflings;
  font-size: 8px;
  margin-left: -20px;
  margin-top: 4px;
}
ul.rightSingleAngleQuote li {
  list-style-type: none !important;
}
ul.rightSingleAngleQuoteWhite li:before {
  color: #FFF;
  content: "\e080";
  float: left;
  font-family: Glyphicons Halflings;
  font-size: 8px;
  margin-left: -20px;
  margin-top: 4px;
}
ul.rightSingleAngleQuoteWhite li {
  list-style-type: none !important;
}
.lib-sg-pink-bg {
  background-color: #FF80C0;
}
.lib-sg-orange-bg {
  background-color: #FF8040;
}
.lib-sg-blue-bg {
  background-color: #0000FF;
}
.lib-sg-green-bg {
  background-color: #00FF00;
}
.lib-sg-yellow-bg {
  background-color: #FFFF00;
}
.lib-sg-light-blue-bg {
  background-color: #0080FF;
}
.lib-sg-red-bg {
  background-color: #FF0000;
}
.form-control-myunisa-login {
  display: block;
  width: 40%;
  float: left;
  margin-right: 20px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-myunisa-login:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control-myunisa-login::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control-myunisa-login:-ms-input-placeholder {
  color: #999;
}
.form-control-myunisa-login::-webkit-input-placeholder {
  color: #999;
}
.form-control-myunisa-login[disabled],
.form-control-myunisa-login[readonly],
fieldset[disabled] .form-control-myunisa-login {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control-myunisa-login[disabled],
fieldset[disabled] .form-control-myunisa-login {
  cursor: not-allowed;
}
textarea.form-control-myunisa-login {
  height: auto;
}
.srchHighlight {
  background-color: yellow;
}
select {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
select > option {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
}
.sblHeader {
  background-color: #4a4a4c;
  padding: 10px 0 70px 0;
  border-radius: 4px;
  margin-bottom: 20px;
}
.sblHeaderText p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 15px;
}
.sblHeaderSocialLinks i {
  color: #929397;
  float: right;
  font-size: 34px;
  margin-right: 10px;
  margin-top: 15px;
}
.sblFooterSocialLinks i {
  color: #FFFFFF;
  float: right;
  font-size: 34px;
  margin-right: 10px;
}
.sbl_homepage_main_links,
.sbl_homepage_news,
.sbl_homepage_announcements,
.sbl_homepage_announcements_sm {
  display: block;
  margin-top: 20px;
}
.sbl_homepage_announcements_sm {
  margin-left: 10px;
}
.sbl_homepage_main_links a:hover,
.sbl_homepage_main_links a:active,
.sbl_homepage_main_links a:focus,
.sbl_homepage_news a:hover,
.sbl_homepage_news a:active,
.sbl_homepage_news a:focus {
  text-decoration: none;
}
.sblMainLinkBrown {
  background-color: #b39860;
  color: white;
  margin-right: 20px;
}
.sblMainLinkBrown a,
.sblMainLinkBrown a:active,
.sblMainLinkBrown a:hover,
.sblMainLinkBrown a:focus,
.sblMainLinkBrownSM a,
.sblMainLinkBrownSM a:active,
.sblMainLinkBrownSM a:hover,
.sblMainLinkBrownSM a:focus,
.sblMainLinkBrownXS a,
.sblMainLinkBrownXS a:active,
.sblMainLinkBrownXS a:hover,
.sblMainLinkBrownXS a:focus,
.sbl_homepage_news a,
.sbl_homepage_news a:active,
.sbl_homepage_news a:hover,
.sbl_homepage_news a:focus {
  color: white;
}
.sblMainLinkGrey {
  background-color: #dedcdd;
  color: #b39860;
  margin-right: 20px;
}
.sblMainLinkGrey a,
.sblMainLinkGrey a:active,
.sblMainLinkGrey a:hover,
.sblMainLinkGrey a:focus,
.sblMainLinkGreySM a,
.sblMainLinkGreySM a:active,
.sblMainLinkGreySM a:hover,
.sblMainLinkGreySM a:focus,
.sblMainLinkGreyXS a,
.sblMainLinkGreyXS a:active,
.sblMainLinkGreyXS a:hover,
.sblMainLinkGreyXS a:focus {
  color: #b39860;
}
.sblMainLinkBrownSM {
  background-color: #b39860;
  color: white;
  margin-right: 10px;
}
.sblMainLinkGreySM {
  background-color: #dedcdd;
  color: #b39860;
  margin-left: 10px;
}
.sblMainLinkBrownXS {
  background-color: #b39860;
  color: white;
  margin-top: 20px;
}
.sblMainLinkGreyXS {
  background-color: #dedcdd;
  color: #b39860;
  margin-top: 20px;
}
.mainLinkFooterText {
  display: block;
  min-height: 30px;
  padding: 10px 15px;
  font-weight: bold;
}
.mainLinkFooterReadMore {
  float: right;
  display: block;
  margin-right: 10px;
}
.sblHomepageNews {
  background-color: #b39860;
  color: white;
  margin-right: 20px;
}
.sblHomepageNewsSM {
  background-color: #b39860;
  color: white;
  margin-right: 10px;
}
.sblHomepageNewsMoreStoriesLink {
  background-color: #b39860;
  color: white;
  margin-right: 20px;
  min-height: 25px;
}
.sblHomepageNewsMoreStoriesLinkSM {
  background-color: #b39860;
  color: white;
  margin-right: 10px;
  min-height: 25px;
}
.sblHomepageNewsXS {
  background-color: #b39860;
  color: white;
}
.sblHomepageNewsMoreStoriesLinkXS {
  background-color: #b39860;
  color: white;
  min-height: 25px;
}
.sblHomepageNewsXS h3 {
  padding: 10px 15px 0 15px;
}
.sblHomepageNewsMoreStoriesLink a,
.sblHomepageNewsMoreStoriesLinkSM a,
.sblHomepageNewsMoreStoriesLinkXS a {
  float: right;
  margin-right: 20px;
  color: white;
}
.sblHomepageNewsMoreStoriesLink a:active,
.sblHomepageNewsMoreStoriesLink a:hover,
.sblHomepageNewsMoreStoriesLink a:focus,
.sblHomepageNewsMoreStoriesLinkSM a:active,
.sblHomepageNewsMoreStoriesLinkSM a:hover,
.sblHomepageNewsMoreStoriesLinkSM a:focus,
.sblHomepageNewsMoreStoriesLinkXS a:active,
.sblHomepageNewsMoreStoriesLinkXS a:hover,
.sblHomepageNewsMoreStoriesLinkXS a:focus {
  color: white;
  text-decoration: none;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
#cw-leading-change-news-carousel .carousel-indicators {
  bottom: 10px;
  position: absolute;
  left: 25%;
}
.carousel-control-cw-leading-change-news {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 28px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control-cw-leading-change-news.right {
  left: auto;
  right: 0;
}
.carousel-control-cw-leading-change-news:hover,
.carousel-control-cw-leading-change-news:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control-cw-leading-change-news .icon-prev,
.carousel-control-cw-leading-change-news .icon-next,
.carousel-control-cw-leading-change-news .glyphicon-chevron-left,
.carousel-control-cw-leading-change-news .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control-cw-leading-change-news .icon-prev,
.carousel-control-cw-leading-change-news .glyphicon-chevron-left {
  left: 25%;
  margin-left: -10px;
}
.carousel-control-cw-leading-change-news .icon-next,
.carousel-control-cw-leading-change-news .glyphicon-chevron-right {
  right: 380%;
  margin-right: -10px;
}
.carousel-control-cw-leading-change-news .icon-prev,
.carousel-control-cw-leading-change-news .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control-cw-leading-change-news .icon-prev:before {
  content: '\2039';
}
.carousel-control-cw-leading-change-news .icon-next:before {
  content: '\203a';
}
.carousel-control-cw-banner-full-width {
  position: absolute;
  top: 45%;
  width: 7%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control-cw-banner-full-width.zeroLeft {
  left: 0px;
}
.carousel-control-cw-banner-full-width.right {
  left: auto;
  right: 0;
}
.carousel-control-cw-banner-full-width:hover,
.carousel-control-cw-banner-full-width:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control-cw-banner-full-width .icon-prev,
.carousel-control-cw-banner-full-width .icon-next,
.carousel-control-cw-banner-full-width .glyphicon-chevron-left,
.carousel-control-cw-banner-full-width .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control-cw-banner-full-width .icon-prev,
.carousel-control-cw-banner-full-width .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control-cw-banner-full-width .icon-next,
.carousel-control-cw-banner-full-width .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control-cw-banner-full-width .icon-prev,
.carousel-control-cw-banner-full-width .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control-cw-banner-full-width .icon-prev:before {
  content: '\2039';
}
.carousel-control-cw-banner-full-width .icon-next:before {
  content: '\203a';
}
.homePageBackground {
  background-image: url("/file_source/corporate_web/Design/themes/default/images/CW_homepage_bg.jpg");
  background-position: bottom left;
  background-size: cover;
  background-attachment: fixed;
}
.homePageBackground #bottom {
  margin-top: 0px;
}
.stickyNav {
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 1;
}
.logo-tagline {
  width: 460px;
}
.headerLinks {
  display: inline-flex;
  float: right;
}
.headerLinks li {
  padding-right: 26px;
  list-style-type: none;
  border-right: 1px solid #000;
}
.headerLinks a,
.headerLinks a:hover,
.headerLinks a:active,
.headerLinks a:visited {
  color: inherit;
}
.footerLinks {
  display: inline-flex;
  padding: 10px;
  margin: 0px;
}
.footerLinks li {
  padding-right: 26px;
  list-style-type: none;
  border-right: 1px solid #FFF;
}
.footerLinks a,
.footerLinks a:hover,
.footerLinks a:active,
.footerLinks a:visited {
  color: inherit;
}
.footerSocialLinks i {
  font-size: 40px;
}
.footerSocialLinks li {
  list-style: none;
  margin-left: 0px !important;
  margin-right: 25px;
  padding-left: 0px;
}
.footerSocialLinks {
  display: inline-flex;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.bottomBorder {
  border-bottom: 1px solid #555555;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.navbar.navbar-cw.full-width {
  border-radius: 0px;
  margin-bottom: 0px;
  border: 0px;
}
#cw-banner-carousel img {
  width: 100%;
}
#homepage-news-carousel a,
#homepage-news-carousel a:hover,
#homepage-news-carousel a:active,
#homepage-news-carousel a:visited,
#homepage-articles-carousel a,
#homepage-articles-carousel a:hover,
#homepage-articles-carousel a:active,
#homepage-articles-carousel a:visited,
#homepage-articles-carousel-img-left a,
#homepage-articles-carousel-img-left a:hover,
#homepage-articles-carousel-img-left a:active,
#homepage-articles-carousel-img-left a:visited,
#homepage-articles-carousel-img-right a,
#homepage-articles-carousel-img-right a:hover,
#homepage-articles-carousel-img-right a:active,
#homepage-articles-carousel-img-right a:visited {
  text-decoration: none;
  color: black;
}
.carousel-control-cw-homepage-banner {
  position: absolute;
  top: 45%;
  left: 0;
  width: 7%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.carousel-control-cw-homepage-banner.right {
  left: auto;
  right: 0;
}
.carousel-control-cw-homepage-banner.left span {
  font-size: 45px;
  width: 40px;
  line-height: 35px;
  padding: 0px 10px 4px 6px;
  color: black;
  text-shadow: none;
  background: #ffffff;
}
.carousel-control-cw-homepage-banner.right span {
  font-size: 45px;
  width: 40px;
  line-height: 35px;
  padding: 0px 6px 4px 10px;
  color: black;
  text-shadow: none;
  background: #ffffff;
}
.carousel-control-cw-homepage-banner:hover,
.carousel-control-cw-homepage-banner:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control-cw-homepage-banner .icon-prev,
.carousel-control-cw-homepage-banner .icon-next,
.carousel-control-cw-homepage-banner .glyphicon-chevron-left,
.carousel-control-cw-homepage-banner .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control-cw-homepage-banner .icon-prev,
.carousel-control-cw-homepage-banner .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control-cw-homepage-banner .icon-next,
.carousel-control-cw-homepage-banner .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control-cw-homepage-banner .icon-prev,
.carousel-control-cw-homepage-banner .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control-cw-homepage-banner .icon-prev:before {
  content: '\2039';
}
.carousel-control-cw-homepage-banner .icon-next:before {
  content: '\203a';
}
.homepageComponentMarginsFlex {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}
.homepageComponentCenter {
  margin-left: auto;
  margin-right: auto;
}
.homepagePromotedLinks a,
.homepagePromotedLinks a:hover,
.homepagePromotedLinks a:active,
.homepagePromotedLinks a:visited {
  color: inherit;
  text-decoration: none;
}
.homepagePromotedLinks img {
  max-height: 90px;
}
.carousel-overlay {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 10;
  height: 100%;
}
.carousel-overlay-container {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media (min-width: 767px) {
  .carousel-overlay-container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .carousel-overlay-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .carousel-overlay-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .carousel-overlay-container {
    width: 1170px;
  }
}
.carousel-overlay-container a,
.carousel-overlay-container a:hover,
.carousel-overlay-container a:active,
.carousel-overlay-container a:visited {
  color: inherit;
}
.btn-inherit {
  border: 1px solid;
  background: none;
}
.btn-inherit:hover,
.btn-inherit:focus,
.btn-inherit.focus {
  background: none !important;
  text-decoration: none !important;
  border: 1px solid !important;
  color: inherit !important;
}
.carousel-overlay-container i {
  font-size: 24px;
  line-height: 10px;
  top: 2px;
  position: relative;
  left: 4px;
}
.carousel-overlay-text-box {
  margin: 0px;
  position: relative;
  padding: 20px;
}
@media (max-width: 767px) {
  .carousel-overlay-text-box {
    padding: 20px 50px;
  }
}
.top-left {
  top: 10%;
  left: 0%;
  -ms-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
.top-center {
  top: 10%;
  left: 50%;
  -ms-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
}
.top-right {
  top: 10%;
  left: 100%;
  -ms-transform: translate(-100%, -10%);
  transform: translate(-100%, -10%);
}
.middle-left {
  top: 50%;
  left: 0%;
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.middle-center {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.middle-right {
  top: 50%;
  left: 100%;
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.bottom-left {
  top: 90%;
  left: 0%;
  -ms-transform: translate(0%, -90%);
  transform: translate(0%, -90%);
}
.bottom-center {
  top: 90%;
  left: 50%;
  -ms-transform: translate(-50%, -90%);
  transform: translate(-50%, -90%);
}
.bottom-right {
  top: 90%;
  left: 100%;
  -ms-transform: translate(-100%, -90%);
  transform: translate(-100%, -90%);
}
.img-caption {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #fff;
  padding: 5%;
  position: absolute;
  text-align: center;
  width: 100%;
  background-image: none;
  font-size: 16px;
  margin-right: 15px;
  text-align: left;
}
.promoted-channel-content a,
.promoted-channel-content a:hover,
.promoted-channel-content a:active,
.promoted-channel-content a:visited {
  color: inherit;
}
.promoted-channel-content i {
  font-size: 24px;
  line-height: 10px;
  top: 2px;
  position: relative;
  left: 4px;
}
.swiper-slide.UNISA,
.swiper-slide.SOUTH.AFRICA,
.swiper-slide.GLOBAL {
  width: 300px;
  height: 420px;
  background-color: #FFF;
}
.swiper-slide.UNISA .ssImage,
.swiper-slide.SOUTH.AFRICA .ssImage,
.swiper-slide.GLOBAL .ssImage {
  width: 300px;
  height: 170px;
  overflow: hidden;
}
.swiper-slide.UNISA .ssImage {
  border-bottom: 10px solid #930010;
}
.swiper-slide.SOUTH.AFRICA .ssImage {
  border-bottom: 10px solid #F7931D;
}
.swiper-slide.GLOBAL .ssImage {
  border-bottom: 10px solid #172652;
}
.swiper-slide .ssHeading {
  margin-top: 10px;
  padding: 0 10px;
}
.swiper-slide .ssContent {
  margin-top: 10px;
  padding: 0 10px;
}
.swiper-slide .ssDate {
  text-align: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 5px 0px;
  margin-bottom: 0px;
}
.swiper-slide.UNISA .ssDate {
  background-color: #930010;
  color: #FFF;
}
.swiper-slide.SOUTH.AFRICA .ssDate {
  background-color: #F7931D;
  color: #FFF;
}
.swiper-slide.GLOBAL .ssDate {
  background-color: #172652;
  color: #FFF;
}
.swiper-button-prev,
.swiper-button-next {
  color: #000;
  background-color: #eeeeee;
  padding: 35px;
  border-radius: 35px;
  opacity: 0.7;
}
.swiper-button-prev:hover,
.swiper-button-next:hover,
.swiper-button-prev:focus,
.swiper-button-next:focus {
  background-color: #777777;
  opacity: 0.8;
}
.flex-btn-group-h {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.flex-button-h {
  flex-grow: 1;
  margin: 0 5px;
}
.btn-group-vertical.ssCatButtons {
  position: absolute;
  right: -42px;
  margin-top: -42px;
  z-index: 999;
}
.btn-group-vertical.ssCatButtons .btn {
  transform: rotate(90deg);
  margin-top: 90px !important;
  height: 40px;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.breadcrumbsTabNav {
  margin-bottom: 20px;
  border-bottom: 1px solid #555555;
  background-color: #eeeeee;
}
.breadcrumbsTabNav h2 {
  background-color: grey;
  padding: 10px;
  margin-bottom: 0px;
  border-radius: 4px;
  color: white;
}
.breadcrumbsTabNav .tabNav {
  display: inline-block;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: -6px;
  margin-top: 10px;
}
.breadcrumbsTabNav .tabNav:hover,
.breadcrumbsTabNav .tabNav:focus {
  box-shadow: 2px -2px 3px #333333;
}
.breadcrumbsTabNav .tabNav.active {
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
  border-bottom: 1px solid #FFF;
  font-weight: bold;
}
.breadcrumbsTabNav .tabNav.active:hover,
.breadcrumbsTabNav .tabNav.active:focus {
  background-color: #eeeeee;
  color: #000;
  border: 1px solid #000;
  border-bottom: 1px solid #eeeeee;
  font-weight: bold;
  box-shadow: none;
}
.font-helvetica {
  font-family: Arial, Helvetica, sans-serif;
}
.font-upper {
  text-transform: uppercase;
}
.btn-grey-red-svg {
  text-decoration: none;
}
.btn-grey-red-svg:hover,
.btn-grey-red-svg:focus,
.btn-grey-red-svg.focus,
.btn-grey-red-svg:active,
.btn-grey-red-svg.active {
  text-decoration: none;
}
.btn-grey-red-svg > path {
  fill: #eeeeee;
}
.btn-grey-red-svg > text {
  fill: #333333;
  font-family: Arial;
  font-size: 15px;
}
.btn-grey-red-svg:hover path,
.btn-grey-red-svg:focus path,
.btn-grey-red-svg.focus path,
.btn-grey-red-svg:active path,
.btn-grey-red-svg.active path {
  fill: #930010;
}
.btn-grey-red-svg:hover text,
.btn-grey-red-svg:focus text,
.btn-grey-red-svg.focus text,
.btn-grey-red-svg:active text,
.btn-grey-red-svg.active text {
  fill: #FFF;
}
.btn-grey-red-svg .active > path {
  fill: #930010;
}
.btn-grey-red-svg .active > text {
  fill: #FFF;
}
.btn-grey-blue-svg {
  text-decoration: none;
}
.btn-grey-blue-svg:hover,
.btn-grey-blue-svg:focus,
.btn-grey-blue-svg.focus,
.btn-grey-blue-svg:active,
.btn-grey-blue-svg.active {
  text-decoration: none;
}
.btn-grey-blue-svg > path {
  fill: #eeeeee;
}
.btn-grey-blue-svg > text {
  fill: #333333;
  font-family: Arial;
  font-size: 15px;
}
.btn-grey-blue-svg:hover path,
.btn-grey-blue-svg:focus path,
.btn-grey-blue-svg.focus path,
.btn-grey-blue-svg:active path,
.btn-grey-blue-svg.active path {
  fill: #172652;
}
.btn-grey-blue-svg:hover text,
.btn-grey-blue-svg:focus text,
.btn-grey-blue-svg.focus text,
.btn-grey-blue-svg:active text,
.btn-grey-blue-svg.active text {
  fill: #FFF;
}
.btn-grey-blue-svg .active > path {
  fill: #172652;
}
.btn-grey-blue-svg .active > text {
  fill: #FFF;
}
.btn-grey-yellow-svg {
  text-decoration: none;
}
.btn-grey-yellow-svg:hover,
.btn-grey-yellow-svg:focus,
.btn-grey-yellow-svg.focus,
.btn-grey-yellow-svg:active,
.btn-grey-yellow-svg.active {
  text-decoration: none;
}
.btn-grey-yellow-svg > path {
  fill: #eeeeee;
}
.btn-grey-yellow-svg > text {
  fill: #333333;
  font-family: Arial;
  font-size: 15px;
}
.btn-grey-yellow-svg:hover path,
.btn-grey-yellow-svg:focus path,
.btn-grey-yellow-svg.focus path,
.btn-grey-yellow-svg:active path,
.btn-grey-yellow-svg.active path {
  fill: #F7931D;
}
.btn-grey-yellow-svg:hover text,
.btn-grey-yellow-svg:focus text,
.btn-grey-yellow-svg.focus text,
.btn-grey-yellow-svg:active text,
.btn-grey-yellow-svg.active text {
  fill: #FFF;
}
.btn-grey-yellow-svg .active > path {
  fill: #F7931D;
}
.btn-grey-yellow-svg .active > text {
  fill: #FFF;
}
.btn-grey-purple-svg {
  text-decoration: none;
}
.btn-grey-purple-svg:hover,
.btn-grey-purple-svg:focus,
.btn-grey-purple-svg.focus,
.btn-grey-purple-svg:active,
.btn-grey-purple-svg.active {
  text-decoration: none;
}
.btn-grey-purple-svg > path {
  fill: #eeeeee;
}
.btn-grey-purple-svg > text {
  fill: #333333;
  font-family: Arial;
  font-size: 15px;
}
.btn-grey-purple-svg:hover path,
.btn-grey-purple-svg:focus path,
.btn-grey-purple-svg.focus path,
.btn-grey-purple-svg:active path,
.btn-grey-purple-svg.active path {
  fill: #6D2D64;
}
.btn-grey-purple-svg:hover text,
.btn-grey-purple-svg:focus text,
.btn-grey-purple-svg.focus text,
.btn-grey-purple-svg:active text,
.btn-grey-purple-svg.active text {
  fill: #FFF;
}
.btn-grey-purple-svg .active > path {
  fill: #6D2D64;
}
.btn-grey-purple-svg .active > text {
  fill: #FFF;
}
.btn-grey-cas-svg {
  text-decoration: none;
}
.btn-grey-cas-svg:hover,
.btn-grey-cas-svg:focus,
.btn-grey-cas-svg.focus,
.btn-grey-cas-svg:active,
.btn-grey-cas-svg.active {
  text-decoration: none;
}
.btn-grey-cas-svg > path {
  fill: #eeeeee;
}
.btn-grey-cas-svg > text {
  fill: #333333;
  font-family: Arial;
  font-size: 15px;
}
.btn-grey-cas-svg:hover path,
.btn-grey-cas-svg:focus path,
.btn-grey-cas-svg.focus path,
.btn-grey-cas-svg:active path,
.btn-grey-cas-svg.active path {
  fill: #71BF49;
}
.btn-grey-cas-svg:hover text,
.btn-grey-cas-svg:focus text,
.btn-grey-cas-svg.focus text,
.btn-grey-cas-svg:active text,
.btn-grey-cas-svg.active text {
  fill: #FFF;
}
.btn-grey-cas-svg .active > path {
  fill: #71BF49;
}
.btn-grey-cas-svg .active > text {
  fill: #FFF;
}
.btn-grey-caes-svg {
  text-decoration: none;
}
.btn-grey-caes-svg:hover,
.btn-grey-caes-svg:focus,
.btn-grey-caes-svg.focus,
.btn-grey-caes-svg:active,
.btn-grey-caes-svg.active {
  text-decoration: none;
}
.btn-grey-caes-svg > path {
  fill: #eeeeee;
}
.btn-grey-caes-svg > text {
  fill: #333333;
  font-family: Arial;
  font-size: 15px;
}
.btn-grey-caes-svg:hover path,
.btn-grey-caes-svg:focus path,
.btn-grey-caes-svg.focus path,
.btn-grey-caes-svg:active path,
.btn-grey-caes-svg.active path {
  fill: #664139;
}
.btn-grey-caes-svg:hover text,
.btn-grey-caes-svg:focus text,
.btn-grey-caes-svg.focus text,
.btn-grey-caes-svg:active text,
.btn-grey-caes-svg.active text {
  fill: #FFF;
}
.btn-grey-caes-svg .active > path {
  fill: #664139;
}
.btn-grey-caes-svg .active > text {
  fill: #FFF;
}
.btn-grey-cems-svg {
  text-decoration: none;
}
.btn-grey-cems-svg:hover,
.btn-grey-cems-svg:focus,
.btn-grey-cems-svg.focus,
.btn-grey-cems-svg:active,
.btn-grey-cems-svg.active {
  text-decoration: none;
}
.btn-grey-cems-svg > path {
  fill: #eeeeee;
}
.btn-grey-cems-svg > text {
  fill: #333333;
  font-family: Arial;
  font-size: 15px;
}
.btn-grey-cems-svg:hover path,
.btn-grey-cems-svg:focus path,
.btn-grey-cems-svg.focus path,
.btn-grey-cems-svg:active path,
.btn-grey-cems-svg.active path {
  fill: #0077C7;
}
.btn-grey-cems-svg:hover text,
.btn-grey-cems-svg:focus text,
.btn-grey-cems-svg.focus text,
.btn-grey-cems-svg:active text,
.btn-grey-cems-svg.active text {
  fill: #FFF;
}
.btn-grey-cems-svg .active > path {
  fill: #0077C7;
}
.btn-grey-cems-svg .active > text {
  fill: #FFF;
}
.btn-grey-cedu-svg {
  text-decoration: none;
}
.btn-grey-cedu-svg:hover,
.btn-grey-cedu-svg:focus,
.btn-grey-cedu-svg.focus,
.btn-grey-cedu-svg:active,
.btn-grey-cedu-svg.active {
  text-decoration: none;
}
.btn-grey-cedu-svg > path {
  fill: #eeeeee;
}
.btn-grey-cedu-svg > text {
  fill: #333333;
  font-family: Arial;
  font-size: 15px;
}
.btn-grey-cedu-svg:hover path,
.btn-grey-cedu-svg:focus path,
.btn-grey-cedu-svg.focus path,
.btn-grey-cedu-svg:active path,
.btn-grey-cedu-svg.active path {
  fill: #009576;
}
.btn-grey-cedu-svg:hover text,
.btn-grey-cedu-svg:focus text,
.btn-grey-cedu-svg.focus text,
.btn-grey-cedu-svg:active text,
.btn-grey-cedu-svg.active text {
  fill: #FFF;
}
.btn-grey-cedu-svg .active > path {
  fill: #009576;
}
.btn-grey-cedu-svg .active > text {
  fill: #FFF;
}
.btn-grey-claw-svg {
  text-decoration: none;
}
.btn-grey-claw-svg:hover,
.btn-grey-claw-svg:focus,
.btn-grey-claw-svg.focus,
.btn-grey-claw-svg:active,
.btn-grey-claw-svg.active {
  text-decoration: none;
}
.btn-grey-claw-svg > path {
  fill: #eeeeee;
}
.btn-grey-claw-svg > text {
  fill: #333333;
  font-family: Arial;
  font-size: 15px;
}
.btn-grey-claw-svg:hover path,
.btn-grey-claw-svg:focus path,
.btn-grey-claw-svg.focus path,
.btn-grey-claw-svg:active path,
.btn-grey-claw-svg.active path {
  fill: #B82C2D;
}
.btn-grey-claw-svg:hover text,
.btn-grey-claw-svg:focus text,
.btn-grey-claw-svg.focus text,
.btn-grey-claw-svg:active text,
.btn-grey-claw-svg.active text {
  fill: #FFF;
}
.btn-grey-claw-svg .active > path {
  fill: #B82C2D;
}
.btn-grey-claw-svg .active > text {
  fill: #FFF;
}
.btn-grey-chs-svg {
  text-decoration: none;
}
.btn-grey-chs-svg:hover,
.btn-grey-chs-svg:focus,
.btn-grey-chs-svg.focus,
.btn-grey-chs-svg:active,
.btn-grey-chs-svg.active {
  text-decoration: none;
}
.btn-grey-chs-svg > path {
  fill: #eeeeee;
}
.btn-grey-chs-svg > text {
  fill: #333333;
  font-family: Arial;
  font-size: 15px;
}
.btn-grey-chs-svg:hover path,
.btn-grey-chs-svg:focus path,
.btn-grey-chs-svg.focus path,
.btn-grey-chs-svg:active path,
.btn-grey-chs-svg.active path {
  fill: #DA7A1D;
}
.btn-grey-chs-svg:hover text,
.btn-grey-chs-svg:focus text,
.btn-grey-chs-svg.focus text,
.btn-grey-chs-svg:active text,
.btn-grey-chs-svg.active text {
  fill: #FFF;
}
.btn-grey-chs-svg .active > path {
  fill: #DA7A1D;
}
.btn-grey-chs-svg .active > text {
  fill: #FFF;
}
.btn-grey-cset-svg {
  text-decoration: none;
}
.btn-grey-cset-svg:hover,
.btn-grey-cset-svg:focus,
.btn-grey-cset-svg.focus,
.btn-grey-cset-svg:active,
.btn-grey-cset-svg.active {
  text-decoration: none;
}
.btn-grey-cset-svg > path {
  fill: #eeeeee;
}
.btn-grey-cset-svg > text {
  fill: #333333;
  font-family: Arial;
  font-size: 15px;
}
.btn-grey-cset-svg:hover path,
.btn-grey-cset-svg:focus path,
.btn-grey-cset-svg.focus path,
.btn-grey-cset-svg:active path,
.btn-grey-cset-svg.active path {
  fill: #CBAC6F;
}
.btn-grey-cset-svg:hover text,
.btn-grey-cset-svg:focus text,
.btn-grey-cset-svg.focus text,
.btn-grey-cset-svg:active text,
.btn-grey-cset-svg.active text {
  fill: #FFF;
}
.btn-grey-cset-svg .active > path {
  fill: #CBAC6F;
}
.btn-grey-cset-svg .active > text {
  fill: #FFF;
}
