@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');

html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #727475;
}

img {
  max-width: 100%;
}

/* a {
  color: #f15a24;
}

a:hover {
  color: #023c99;
} */

/*Gradient blue background*/
.bg-gradient-blue {
  background: rgb(0, 102, 178);
  background: -moz-linear-gradient(90deg,
      rgba(0, 102, 178, 1) 0%,
      rgba(19, 189, 206, 1) 100%);
  background: -webkit-linear-gradient(90deg,
      rgba(0, 102, 178, 1) 0%,
      rgba(19, 189, 206, 1) 100%);
  background: linear-gradient(90deg,
      rgba(0, 102, 178, 1) 0%,
      rgba(19, 189, 206, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b2", endColorstr="#13bdce", GradientType=1);
}

/*Font weights for Roboto */
/* light */
.fw-300 {
  font-weight: 300;
}

/* regular */
.fw-400 {
  font-weight: 400;
}

/* medium */
.fw-500 {
  font-weight: 500;
}

/* bold */
.fw-700 {
  font-weight: 700;
}

/* black */
.fw-900 {
  font-weight: 900;
}

/****************************/

/* Most frequent font-sizes */
/* for 10px */
.fs-10 {
  font-size: 1rem;
}

/* for 12px */
.fs-12 {
  font-size: 1.2rem;
}

/* for 14px */
.fs-14 {
  font-size: 1.4rem;
}

/* for 14px */
.fs-15 {
  font-size: 1.5rem;
}

/* for 16px */
.fs-16 {
  font-size: 1.6rem;
}

/* for 18px */
.fs-18 {
  font-size: 1.8rem;
}

/* for 20px */
.fs-20 {
  font-size: 2rem;
}

/* for 20px */
.fs-23 {
  font-size: 2.3rem;
}

/* for 25px */
.fs-25 {
  font-size: 2.5rem;
}

/* for 30px */
.fs-30 {
  font-size: 3rem;
}

/* for 36px */
.fs-36 {
  font-size: 3.6rem;
}

/* for 48px */
.fs-48 {
  font-size: 4.8rem;
}

/****************************/

.bg-lightblue {
  background-color: #13bdce !important;
}

/* .bg-bgblue {
  background-color: #d3ebf2;
} */

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

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

.text-secondary {
  color: #023c99 !important;
}

.form-group {
  margin-bottom: 3rem;
}

.text-blue {
  color: rgb(0, 102, 178);
}

.text-pink {
  color: #ee3d96;
}

.bg-pink {
  color: #ee3d96;
}

.text-light-blue {
  color: rgba(19, 189, 206, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Roboto", "Arial", sans-serif;
}

.h1,
h1 {
  font-size: 3rem;
}

.h2,
h2 {
  font-size: 2.8rem;
}

.h3,
h3 {
  font-size: 2.6rem;
}

.h4,
h4 {
  font-size: 2.4rem;
}

.h5,
h5 {
  font-size: 2.2rem;
}

.h6,
h6 {
  font-size: 2rem;
}

header {
  background: rgb(0, 102, 178);
  background: -moz-linear-gradient(90deg,
      rgba(0, 102, 178, 1) 0%,
      rgba(19, 189, 206, 1) 100%);
  background: -webkit-linear-gradient(90deg,
      rgba(0, 102, 178, 1) 0%,
      rgba(19, 189, 206, 1) 100%);
  background: linear-gradient(90deg,
      rgba(0, 102, 178, 1) 0%,
      rgba(19, 189, 206, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b2", endColorstr="#13bdce", GradientType=1);
  border-bottom: 40px solid #522583;
}

#home header,
#about header,
#glossario header,
#home-logged header {
  background: rgb(0, 102, 178) url("../img/boneco-header.png") no-repeat;
  background: url("../img/boneco-header.png") no-repeat,
    -moz-linear-gradient(90deg, rgba(0, 102, 178, 1) 0%, rgba(19, 189, 206, 1) 100%);
  background: url("../img/boneco-header.png") no-repeat,
    -webkit-linear-gradient(90deg, rgba(0, 102, 178, 1) 0%, rgba(19,
        189,
        206,
        1) 100%);
  background: url("../img/boneco-header.png") no-repeat,
    linear-gradient(90deg, rgba(0, 102, 178, 1) 0%, rgba(19, 189, 206, 1) 100%);
  background-size: contain;
  background-position: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b2", endColorstr="#13bdce", GradientType=1);
  border-bottom: 40px solid #522583;
}

#home header.module-header {
  background: rgb(0, 102, 178) no-repeat;
  background: no-repeat,
    -moz-linear-gradient(90deg, rgba(0, 102, 178, 1) 0%, rgba(19, 189, 206, 1) 100%);
  background: no-repeat,
    -webkit-linear-gradient(90deg, rgba(0, 102, 178, 1) 0%, rgba(19,
        189,
        206,
        1) 100%);
  background: no-repeat,
    linear-gradient(90deg, rgba(0, 102, 178, 1) 0%, rgba(19, 189, 206, 1) 100%);
  background-size: contain;
  background-position: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b2", endColorstr="#13bdce", GradientType=1);
  border-bottom: 40px solid #522583;
}

/* #home header.module-header .module-image{
  background: rgb(0,102,178) url("../img/emi-module.png") no-repeat;  
  background: url("../img/emi-module.png");
  background: url("../img/emi-module.png") no-repeat;
  background: url("../img/emi-module.png") no-repeat;
  background-size: contain;
  background-position: 100% 100%;
} */

section {
  padding: 100px 0;
}

.btn {
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  padding: 0.575rem 0.75rem;
}

.btn-primary {
  background-color: #f15a24;
  border-color: #f15a24;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #023c99 !important;
  border-color: #023c99 !important;
  color: white;
}

.btn-primary:active,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

.margin-top-75 {
  margin-top: 75px !important;
}

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

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-bottom-75 {
  margin-bottom: 75px !important;
}

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

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.bootbox-form {
  padding: 0 !important;
}

.button-okay {
  background: #8ac43f;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-appearance: none;
  border: none;
  text-align: center;
  border-radius: 20px;
  width: 100px;
}

.button-okay:hover {
  background: #8ac43f;
  color: #fff;
  transition: background 0.2s linear;
  cursor: pointer !important;
}

.button-cancel {
  background: #dc3545;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 20px;
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 100px;
}

.button-cancel:hover {
  background: #c82333;
  cursor: pointer !important;
  transition: background 0.2s linear;
}

section#profile {
  padding: 0;
  background: #444444;
  max-height: 27px;
  font-size: 1.5rem;
  position: relative;
}

section#profile a {
  color: #a8a8a8;
  position: relative;
  padding-left: 15px;
}

section#profile a img {
  position: absolute;
  top: 3px;
  left: -15px;
}

/* Only puts 30px in Home link*/
#home .fixed-top {
  transition: top 0.5s;
  top: 30px;
}

/* Changes top in all other links  except home */
.linksNav.fixed-top {
  transition: top 0.5s;
  top: 30px;
}

#home .fixed-top,
#registo .fixed-top {
  display: none;
}

#home .navbar-shrink.fixed-top,
.linksNav.navbar-shrink.fixed-top {
  transition: top 0.5s;
  top: 0;
  background: rgb(0, 102, 178);
  background: -moz-linear-gradient(90deg,
      rgba(0, 102, 178, 1) 0%,
      rgba(19, 189, 206, 1) 100%);
  background: -webkit-linear-gradient(90deg,
      rgba(0, 102, 178, 1) 0%,
      rgba(19, 189, 206, 1) 100%);
  background: linear-gradient(90deg,
      rgba(0, 102, 178, 1) 0%,
      rgba(19, 189, 206, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b2", endColorstr="#13bdce", GradientType=1);
  padding-top: 0;
}

.navbar-shrink .nav-link#pesquisa {
  height: 35px !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.5rem;
  position: relative;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link#pesquisa {
  height: 35px;
  width: 35px;
}

/* .navbar-dark .navbar-nav .nav-item:last-child {
  padding-left: 1.5rem;
} */

.navbar-dark .navbar-nav .nav-link img {
  position: absolute;
  top: 0;
  left: 0;
}

.navbar-dark .navbar-toggler {
  color: #ffffff;
  border-color: #ffffff;
}

.navbar-dark .navbar-collapse {
  padding: 1.2rem 1rem;
}



.speech-bubble-right {
  position: relative;
  background: #f0f0f0;
  border-radius: 100%;
  width: 260px;
  padding: 60px 20px;
  margin: 1em 0;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
  color: #13bdce;
}

.speech-bubble-right:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 55px solid transparent;
  border-left-color: #f0f0f0;
  border-right: 0;
  border-bottom: 0;
  margin-top: -27.5px;
  margin-right: -46px;
}

.bg-gradient {
  background: rgb(0, 102, 178);
  background: -moz-linear-gradient(90deg,
      rgba(0, 102, 178, 1) 0%,
      rgba(19, 189, 206, 1) 100%);
  background: -webkit-linear-gradient(90deg,
      rgba(0, 102, 178, 1) 0%,
      rgba(19, 189, 206, 1) 100%);
  background: linear-gradient(90deg,
      rgba(0, 102, 178, 1) 0%,
      rgba(19, 189, 206, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b2", endColorstr="#13bdce", GradientType=1);
}

.regitese {
  padding: 20px;
}

.form-control {
  font-size: 1.8rem;
}

form.register {
  max-width: 80%;
  margin: 0 auto;
}

form.register .form-group {
  position: relative;
}

form.register input {
  border: none;
  border-bottom: 1px solid #a8a8a8;
  padding: 10px 10px 10px 60px;
  border-radius: 0;
}

form.register #usericon {
  position: absolute;
  top: 0;
  left: 0;
}

form.register #emailicon {
  position: absolute;
  top: 0;
  left: 0;
}

form.register #eusouicon {
  position: absolute;
  top: 1px;
  left: 0;
}

form.register #passwordicon {
  position: absolute;
  top: 0;
  left: 0;
}

form.register select {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #a8a8a8;
  padding: 10px 10px 10px 59px;
  background: #ffffff url("../img/select-arrow.png") no-repeat;
  background-position: 100% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
}

form.register select:focus,
form.register input:focus {
  box-shadow: none !important;
  border-color: transparent !important;
  border-bottom: 1px solid #13bdce !important;
}

form.register select:focus {
  border: 1px solid #13bdce !important;
}

form.register select::-ms-expand {
  display: none;
}

.btn-register,
.btn-login {
  background: rgb(0, 102, 178);
  background: -moz-linear-gradient(90deg,
      rgba(0, 102, 178, 1) 0%,
      rgba(19, 189, 206, 1) 100%);
  background: -webkit-linear-gradient(90deg,
      rgba(0, 102, 178, 1) 0%,
      rgba(19, 189, 206, 1) 100%);
  background: linear-gradient(90deg,
      rgba(0, 102, 178, 1) 0%,
      rgba(19, 189, 206, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b2", endColorstr="#13bdce", GradientType=1);
  color: #fff;
  font-weight: 400;
  -webkit-appearance: none;
  border: none;
  text-align: center;
  border-radius: 10px;
  padding: 10px 45px;
  display: inline-block;
  margin: 0 auto;
}

.btn-register:hover,
.btn-login:hover {
  background: rgb(19, 189, 206, 1);
  background: -moz-linear-gradient(90deg,
      rgba(19, 189, 206, 1) 0%,
      rgba(0, 102, 178, 1) 100%);
  background: -webkit-linear-gradient(90deg,
      rgba(19, 189, 206, 1) 0%,
      rgba(0, 102, 178, 1) 100%);
  background: linear-gradient(90deg,
      rgba(19, 189, 206, 1) 0%,
      rgba(0, 102, 178, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13bdce", endColorstr="#0066b2", GradientType=1);
  color: #fff;
  transition: background 0.2s linear;
  cursor: pointer !important;
}

.btn-login {
  padding: 10px 65px;
}

form.login {
  max-width: 80%;
  margin: 0 auto;
}

form.login .form-group {
  position: relative;
}

form.login input {
  border: none;
  border-bottom: 1px solid #a8a8a8;
  padding: 10px 10px 10px 60px;
  border-radius: 0;
}

form.login #emailicon {
  position: absolute;
  top: 0;
  left: 0;
}

form.login #passwordicon {
  position: absolute;
  top: 0;
  left: 0;
}

footer {
  background-color: #a8a8a8;
}

footer ul {
  list-style-type: none;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

footer ul li {
  display: inline-block;
  padding: 30px 10px;
}

#home div[class^="module"],
#home-logged div[class^="module"] {
  padding: 30px 15px;
  margin-bottom: 20px;
}

#home .module1,
.module1,
#home-logged .module1 {
  background: #13bdce;
}

#home .module2,
.module2,
#home-logged .module2 {
  background: #e8308a;
}

#home .module3,
#home-logged .module3 {
  background: #afcb27;
}

#home .module4,
#home-logged .module4 {
  background: #96d7d2;
}

#home .module5,
#home-logged .module5 {
  background: #0066b2;
}

#home div[class^="module"] .home-module-number,
#home-logged div[class^="module"] .module-number {
  color: #522583;
  font-size: 7.2rem;
  font-weight: bold;
  display: inline;
  line-height: 1;
}

#home div[class^="module"] .home-module,
#home-logged div[class^="module"] .module {
  color: #522583;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  display: inline;
  line-height: 1;
}

#home div[class^="module"] .home-module-title,
#home-logged div[class^="module"] .module-title {
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: bold;
  display: inline;
  line-height: 1;
}

#home div[class^="module"] .home-module-description,
#home-logged div[class^="module"] .module-description,
#home div[class^="module"] .module-hours,
#home-logged div[class^="module"] .module-hours {
  color: #ffffff;
  font-size: 1.8rem;
}

#home .quote-name,
#home-logged .quote-name {
  color: #727475;
  font-size: 2rem;
  font-weight: bold;
}

#home .quote-text,
#home-logged .quote-text {
  color: #727475;
  font-size: 1.8rem;
  font-weight: 300;
  font-style: italic;
}

#home #profile #username,
#home-logged #username,
#module #profile #username,
#QA #profile #username,
#about #profile #username {
  color: #ffffff;
  position: relative;
  padding-left: 0;
}

#home .dropdown-menu {
  margin-top: -10px;
}

#module .dropdown-menu,
#about .dropdown-menu {
  margin-top: -30px;
}

section#profile a,
#home-logged section#profile a {
  padding-left: 0;
}

#home #profile,
#home-logged #profile,
#module #profile,
#about #profile {
  color: #ffffff;
}

.font-size {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1050;
}

.font-size .bigger,
.font-size .smaller {
  width: 50px;
  height: 50px;
  display: block;
  background: aqua;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: #ffffff;
  background: #0066b2;
}

.font-size .bigger:hover,
.font-size .smaller:hover {
  cursor: pointer;
  background: #522583;
  transition: background 0.5s;
}

.font-size .smaller {
  border-top: 1px solid #ffffff;
}

/* DASHBOARD PAGE */

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  font: normal normal normal 1.4rem/1 FontAwesome !important;
}

table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc {
  white-space: nowrap;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 1em !important;
}

#dashboard {
  background: #fff;
  padding: 20px;
}

#dashboard select {
  background: #ededed url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border-color: #ededed;
  border-radius: 0;
}

#dashboard input {
  background: #ededed;
  border-color: #ededed;
  border-radius: 0;
}

#dashboard #usersTable tr th,
#dashboard #postersTable tr th,
#dashboard #postersTotalTable tr th {
  border: none;
  background: #023c99;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}

#dashboard #usersTable tr td,
#dashboard #postersTable tr td,
#dashboard #postersTotalTable tr td {
  white-space: nowrap;
}

#dashboard #usersTable tr:nth-child(even) td,
#dashboard #postersTable tr:nth-child(even) td,
#dashboard #postersTotalTable tr:nth-child(even) td {
  background: #ededed;
}

#dashboard #usersTable tr td button,
#dashboard #postersTable tr td button,
#dashboard #postersTotalTable tr td button {
  font-size: 1.4rem !important;
  padding: 5px 10px !important;
  margin-right: 5px;
}

#dashboard #usersTable tr td button:last-child,
#dashboard #postersTable tr td button:last-child,
#dashboard #postersTotalTable tr td button:last-child {
  margin-right: 0;
}

#dashboard .pagination {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

#dashboard .pagination .page-item.active .page-link {
  background-color: #023c99;
  border-color: #023c99;
  color: #fff;
}

#dashboard .pagination .page-item .page-link {
  background-color: #f15a24;
  border-color: #f15a24;
  color: #fff;
  border-radius: 0;
}

.caixas .titulo {
  background: #f15a24;
  color: #ffffff;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 25px;
  border-radius: 20px;
}

.box {
  background: #f15a24;
  color: #ffffff;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 25px;
  border-radius: 20px;
}

.box.active,
.box:hover {
  background: #023c99;
  color: #ffffff;
  cursor: pointer;
}

/* END DASHBOARD PAGE */

/*QA*/

#contact {
  background-color: #e1eec4;
}

#contact input {
  border: none;
  border-radius: 12px;
  height: 50px;
}

#contact textarea {
  border: none;
  border-radius: 12px;

}

#sendQA {
  background-color: #ee3d96;
  border: none;
  width: 100px;
  font-size: 20px;
  border-radius: 12px;
}


/*Glossario*/
#glossario .word {
  border-bottom: 1px solid #13bdce;
}


#gloss2 {
  margin:0;
  background-color: #ffffff;
  position: fixed;
  top: 60px;
  z-index: 1020;
}


#QA header.module-header {
  background: rgb(0, 102, 178) no-repeat;
  background: no-repeat,
    -moz-linear-gradient(90deg, rgba(0, 102, 178, 1) 0%, rgba(19, 189, 206, 1) 100%);
  background: no-repeat,
    -webkit-linear-gradient(90deg, rgba(0, 102, 178, 1) 0%, rgba(19,
        189,
        206,
        1) 100%);
  background: no-repeat,
    linear-gradient(90deg, rgba(0, 102, 178, 1) 0%, rgba(19, 189, 206, 1) 100%);
  background-size: contain;
  background-position: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b2", endColorstr="#13bdce", GradientType=1);
  border-bottom: 40px solid #522583;
}

#about header.module-header {
  background: rgb(0, 102, 178) no-repeat;
  background: no-repeat,
    -moz-linear-gradient(90deg, rgba(0, 102, 178, 1) 0%, rgba(19, 189, 206, 1) 100%);
  background: no-repeat,
    -webkit-linear-gradient(90deg, rgba(0, 102, 178, 1) 0%, rgba(19,
        189,
        206,
        1) 100%);
  background: no-repeat,
    linear-gradient(90deg, rgba(0, 102, 178, 1) 0%, rgba(19, 189, 206, 1) 100%);
  background-size: contain;
  background-position: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b2", endColorstr="#13bdce", GradientType=1);
  border-bottom: 40px solid #522583;
}

@media only screen and (min-width: 768px) {

  /* spacing between each menu link */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  #mainNav {
    background: rgb(0, 102, 178);
    background: -moz-linear-gradient(90deg,
        rgba(0, 102, 178, 1) 0%,
        rgba(19, 189, 206, 1) 100%);
    background: -webkit-linear-gradient(90deg,
        rgba(0, 102, 178, 1) 0%,
        rgba(19, 189, 206, 1) 100%);
    background: linear-gradient(90deg,
        rgba(0, 102, 178, 1) 0%,
        rgba(19, 189, 206, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b2", endColorstr="#13bdce", GradientType=1);
  }

 


  #gloss2 {
    margin:0;
    background-color: #ffffff;
    position: fixed;
    top: 80px;
    z-index: 1020;
  }

  #home .fixed-top,
  .linksNav.fixed-top {
    top: 22px;
  }

  #home .navbar-shrink.fixed-top {
    top: 0px;
  }

  #home .logo-home {
    display: inline !important;
  }

  /* removes the space from the top/bottom of the logo when mobile */
  #home .fixed-top,
  .linksNav.fixed-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* when scrolled and in mobile, removes space from top*/
  .linksNav.navbar-shrink.fixed-top {
    top: 0;
  }

  #home header {
    background-size: cover;
    background-position: 50% 50%;
  }

  #QA header,
  #QA-logged header {
    background: rgb(0, 102, 178) no-repeat;
    background: no-repeat,
      -moz-linear-gradient(90deg, rgba(0, 102, 178, 1) 0%, rgba(19, 189, 206, 1) 100%);
    background: no-repeat,
      -webkit-linear-gradient(90deg, rgba(0, 102, 178, 1) 0%, rgba(19,
          189,
          206,
          1) 100%);
    background: no-repeat,
      linear-gradient(90deg, rgba(0, 102, 178, 1) 0%, rgba(19, 189, 206, 1) 100%);
    background-size: contain;
    background-position: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b2", endColorstr="#13bdce", GradientType=1);
    border-bottom: 40px solid #522583;
  }

  #module .dropdown-menu,
  #about .dropdown-menu {
    margin-top: -10px;
  }


  #about header,
  #about-logged header {
    background: rgb(0, 102, 178) no-repeat;
    background: no-repeat,
      -moz-linear-gradient(90deg, rgba(0, 102, 178, 1) 0%, rgba(19, 189, 206, 1) 100%);
    background: no-repeat,
      -webkit-linear-gradient(90deg, rgba(0, 102, 178, 1) 0%, rgba(19,
          189,
          206,
          1) 100%);
    background: no-repeat,
      linear-gradient(90deg, rgba(0, 102, 178, 1) 0%, rgba(19, 189, 206, 1) 100%);
    background-size: contain;
    background-position: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b2", endColorstr="#13bdce", GradientType=1);
    border-bottom: 40px solid #522583;
  }




}