/*
#@squelettes/css/colors.less
*/
.red {
  color: #ad1644;
}
.orange {
  color: #de6328;
}
.purple {
  color: #741669;
}
.blue {
  color: #0064a6;
}
.green {
  color: #009b90;
}
.turquoise {
  color: #009b90;
}
.yellow {
  color: #e58e20;
}
.black {
  color: #000000;
}
.grey {
  color: #717073;
}
.black {
  color: #000000;
}
.brown {
  color: #983e09;
}
.light-red {
  color: rgba(173, 22, 68, 0.2);
}
.light-orange {
  color: rgba(222, 99, 40, 0.2);
}
.light-purple {
  color: rgba(116, 22, 105, 0.2);
}
.light-blue {
  color: rgba(0, 100, 166, 0.2);
}
.light-green {
  color: rgba(0, 155, 144, 0.2);
}
.light-turquoise {
  color: rgba(0, 155, 144, 0.2);
}
.light-yellow {
  color: rgba(229, 142, 32, 0.2);
}
.light-black {
  color: rgba(0, 0, 0, 0.2);
}
.light-grey {
  color: rgba(0, 0, 0, 0.2);
}
.light-grey-1 {
  color: rgba(0, 0, 0, 0.1);
}
.light-grey-2 {
  color: rgba(0, 0, 0, 0.2);
}
.light-grey-3 {
  color: rgba(0, 0, 0, 0.3);
}
.light-grey-4 {
  color: rgba(0, 0, 0, 0.4);
}
.light-grey-5 {
  color: rgba(0, 0, 0, 0.5);
}
.light-grey-6 {
  color: rgba(0, 0, 0, 0.6);
}
.light-grey-7 {
  color: rgba(0, 0, 0, 0.7);
}
.light-grey-8 {
  color: rgba(0, 0, 0, 0.8);
}
.light-grey-9 {
  color: rgba(0, 0, 0, 0.9);
}
.dark-black {
  color: rgba(0, 0, 0, 0.7);
}
.darker-black {
  color: rgba(0, 0, 0, 0.85);
}
.dark-orange {
  color: rgba(222, 99, 40, 0.8);
}
.dark-blue {
  color: #00365a;
}
.bg-red {
  background-color: #ad1644;
}
.bg-orange {
  background-color: #de6328 !important;
}
.bg-purple {
  background-color: #741669;
}
.bg-blue {
  background-color: #0064a6;
}
.bg-green {
  background-color: #009b90;
}
.bg-turquoise {
  background-color: #009b90;
}
.bg-yellow {
  background-color: #e58e20;
}
.bg-black {
  background-color: #000000;
}
.bg-grey {
  background-color: #717073;
}
.bg-brown {
  background-color: #983e09;
}
.bg-light-red {
  background-color: rgba(173, 22, 68, 0.2);
}
.bg-light-orange {
  background-color: rgba(222, 99, 40, 0.2);
}
.bg-light-purple {
  background-color: rgba(116, 22, 105, 0.2);
}
.bg-light-blue {
  background-color: rgba(0, 100, 166, 0.2);
}
.bg-light-green {
  background-color: rgba(0, 155, 144, 0.2);
}
.bg-light-turquoise {
  background-color: rgba(0, 155, 144, 0.2);
}
.bg-light-yellow {
  background-color: rgba(229, 142, 32, 0.2);
}
.bg-light-black {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-light-grey {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-light-black {
  background-color: rgba(0, 0, 0, 0.4);
}
.line-red {
  border-color: #ad1644;
}
.line-orange {
  border-color: #de6328;
}
.line-purple {
  border-color: #741669;
}
.line-blue {
  border-color: #0064a6;
}
.line-green {
  border-color: #009b90;
}
.line-turquoise {
  border-color: #009b90;
}
.line-yellow {
  border-color: #e58e20;
}
.line-black {
  border-color: #000000;
}
.line-grey {
  border-color: #717073;
}
.line-black {
  border-color: #000000;
}
.line-brown {
  border-color: #983e09;
}
.bg-dark-black {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-darker-black {
  background-color: rgba(0, 0, 0, 0.85);
}
.bg-dark-orange {
  background-color: rgba(222, 99, 40, 0.8);
}
.btn-turquoise {
  background-color: #009b90;
  color: white;
}
.btn-red {
  background-color: #ad1644;
  color: white;
}
.btn-orange {
  background-color: #de6328;
  color: white;
}
.well-orange {
  background: rgba(222, 99, 40, 0.1);
  color: #de6328;
  border: 2px solid rgba(222, 99, 40, 0.3);
}
.page-header-lang a {
  color: #0064a6;
}
.search-input {
  border-bottom: 1px solid #0064a6 !important;
}
.menu-modal {
  background-color: #009b90;
}
hr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 50px;
  margin-bottom: 50px;
}
.header-line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 0px;
  margin-bottom: 30px;
}
.page-header-lang .active {
  opacity: 0.4;
}
.slogan-turquoise p {
  background-color: rgba(0, 155, 144, 0.8);
}
.slogan-orange p {
  background-color: rgba(222, 99, 40, 0.8);
}
.slogan-blue p {
  background-color: rgba(0, 100, 166, 0.8);
}
.slogan-green p {
  background-color: rgba(0, 155, 144, 0.8);
}
.slogan-purple p {
  background-color: rgba(116, 22, 105, 0.8);
}
.slogan-red p {
  background-color: rgba(173, 22, 68, 0.8);
}
.slogan-yellow p {
  background-color: rgba(229, 142, 32, 0.8);
}
.slogan-grey p {
  background-color: rgba(113, 112, 115, 0.8);
}
.slogan-black p {
  background-color: rgba(0, 0, 0, 0.8);
}
.slogan-brown p {
  background-color: rgba(152, 62, 9, 0.8);
}
.buttonlinks-green a {
  background-color: #009b90 !important;
}
.buttonlinks-turquoise a {
  background-color: #009b90 !important;
}
.buttonlinks-orange a {
  background-color: #de6328 !important;
}
.buttonlinks-blue a {
  background-color: #0064a6 !important;
}
.buttonlinks-purple a {
  background-color: #741669 !important;
}
.buttonlinks-red a {
  background-color: #ad1644 !important;
}
.buttonlinks-yellow a {
  background-color: #e58e20 !important;
}
.buttonlinks-grey a {
  background-color: #717073 !important;
}
.buttonlinks-black a {
  background-color: #000000 !important;
}
.buttonlinks-brown a {
  background-color: #983e09 !important;
}
.text-red,
.text-red:focus,
.text-red:active,
.text-red:hover,
.text-red p {
  color: #ad1644;
}
.text-orange,
.text-orange:focus,
.text-orange:active,
.text-orange:hover,
.text-orange p {
  color: #de6328;
}
.text-purple,
.text-purple:focus,
.text-purple:hover,
.text-purple p {
  color: #741669;
}
.text-blue,
.text-blue:focus,
.text-blue:active,
.text-blue:hover,
.text-blue p {
  color: #0064a6;
}
.text-green,
.text-green:focus,
.text-green:active,
.text-green:hover,
.text-green p {
  color: #009b90;
}
.text-turquoise,
.text-turquoise:focus,
.text-turquoise:active,
.text-turquoise:hover,
.text-turquoise p {
  color: #009b90;
}
.text-yellow,
.text-yellow:focus,
.text-yellow:active,
.text-yellow:hover,
.text-yellow p {
  color: #e58e20;
}
.text-black,
.text-black:focus,
.text-black:active,
.text-black:hover,
.text-black p {
  color: #000000;
}
.text-grey,
.text-grey:focus,
.text-grey:active,
.text-grey:hover,
.text-grey p {
  color: #717073;
}
.text-black,
.text-black:focus,
.text-black:active,
.text-black:hover,
.text-black p {
  color: #000000;
}
.text-brown,
.text-brown:focus,
.text-brown:active,
.text-brown:hover,
.text-brown p {
  color: #983e09;
}
/*# sourceMappingURL=//www.uwc.ch/local/cache-less/colors-cssify-0ea9737.css.map */