@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,800,800i');
/* Less Functions
---------------------------------- */
body {
  background-color: #ffffff;
  color: #525252;
  font-family: 'Raleway', sans-serif;
}
h1,
h2,
h3 {
  font-family: 'Raleway', sans-serif;
}
h1 {
  margin-top: 3%;
  font-size: 1.75em;
  font-weight: 800;
}
a,
a:hover,
a:active,
a:focus {
  font-weight: 800;
  color: #f96611;
  text-decoration: none;
}
hr {
  border-top-color: rgba(249, 102, 17, 0.2);
}
.alt {
  color: #f96611;
}
nav.dfo-nav {
  position: fixed;
  top: 0;
  width: 75%;
  margin-left: 12%;
  z-index: 10;
}
nav.dfo-nav .decal {
  min-width: 210px;
  float: left;
}
nav.dfo-nav ul {
  box-sizing: border-box;
  display: block;
  line-height: 23px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-size-adjust: 100%;
}
nav.dfo-nav ul li {
  box-sizing: border-box;
  display: block;
  line-height: 23px;
  float: left;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  position: relative;
}
nav.dfo-nav ul li a {
  display: block;
  padding: 15px 15px;
}
nav.dfo-nav .nav-open {
  font-size: 2.1em;
  float: right;
  padding: 5px 10px;
  display: none;
  cursor: pointer;
}
nav.toggled .navbar-logo {
  position: relative;
  margin: 6px;
}
nav.toggled .navbar-logo img {
  max-height: 48px;
  width: auto !important;
  box-shadow: none !important;
  margin: 4px;
}
nav.toggled ul {
  /*
		li:first-child {
			padding-top: 35px;
		}
		*/
}
nav.toggled ul li {
  float: none;
  display: table;
  margin-left: -30px;
}
nav.toggled .decal {
  min-width: 0;
  min-height: 50px;
}
nav.toggled .nav-open {
  display: block;
}
.irgpd-navbar {
  border-radius: 5px;
  border: 1px solid #f96611;
  background-color: #ffffff !important;
}
.irgpd-navbar a {
  color: #f96611 !important;
  font-weight: 800;
}
.irgpd-navbar .community-logo {
  position: fixed;
  top: 4px;
  left: 10px;
}
.irgpd-navbar .community-logo img {
  width: 10vw;
}
.irgpd-navbar .irgpd-logo {
  position: fixed;
  top: 0;
  right: 0;
}
.irgpd-navbar .irgpd-logo img {
  width: 16vw;
}
.irgpd-navbar li:hover {
  background-color: rgba(249, 102, 17, 0.1);
}
nav.toggled {
  width: 100%;
  margin-left: 0;
}
nav.toggled .navbar-logo {
  position: absolute !important;
  margin: 6px;
}
nav.toggled .navbar-logo img {
  max-height: 45px;
  width: auto !important;
  box-shadow: none !important;
  margin: 4px;
}
nav.toggled .irgpd-logo {
  right: 40px;
}
nav.toggled ul {
  margin-top: 60px;
}
.big_text {
  font-size: 1.5em !important;
}
.irgpd .irgpd_question .row p:first-child {
  font-weight: 800;
  border: 1px solid rgba(249, 102, 17, 0.5);
  border-radius: 10px;
  padding: 20px;
  text-align: justify;
}
.irgpd form button:focus,
.irgpd form input:focus {
  outline: none;
}
.irgpd form button,
.irgpd form label[for^=ans] {
  width: 100%;
  padding: 2% 5%;
  margin-bottom: 2%;
  text-align: left;
  border: none;
  border-radius: 10px;
  color: #525252;
  background-color: rgba(249, 102, 17, 0.04);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.irgpd form button i,
.irgpd form label[for^=ans] i {
  font-size: 2em;
}
.irgpd form button img.answer_icon,
.irgpd form label[for^=ans] img.answer_icon {
  height: 30px;
  width: auto;
  margin-right: 10px;
  float: right;
}
.irgpd form input,
.irgpd form textarea {
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid rgba(249, 102, 17, 0.2);
  color: #f96611;
}
.irgpd form textarea#IQU_content {
  font-size: 1.5em;
}
.irgpd .button_pressed {
  background-color: rgba(249, 102, 17, 0.2);
  box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.irgpd .button_ok {
  background-color: rgba(0, 255, 0, 0.2) !important;
  box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.1) !important;
}
.irgpd .button_wrong {
  background-color: rgba(255, 0, 0, 0.2) !important;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1) !important;
}
.irgpd .btn_primary {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #f96611;
  color: #ffffff;
  width: 90%;
  height: 60px;
  text-align: center;
  border: none;
  border-radius: 10px;
}
.irgpd .btn_default {
  padding: 10px;
  margin-bottom: 20px;
  background: none;
  color: #525252;
  width: 90%;
  height: 60px;
  text-align: center;
  border: 1px solid #f96611;
  border-radius: 10px;
}
.irgpd .ans_reduc {
  width: 85% !important;
}
.irgpd .btn_small {
  padding: 10px;
  margin-bottom: 0px;
  background: none;
  color: #525252;
  width: 10%;
  height: 45px;
  text-align: center;
  border: 1px solid #f96611;
  border-radius: 10px;
  float: right;
}
.irgpd .quest_frm_check + i {
  font-size: 2em;
}
.irgpd .form_intro .block_intro {
  margin: 40px 10px 0px 0px;
  padding: 10px;
  border: 1px solid #f96611;
  margin-right: 15px;
  min-height: 400px;
}
.irgpd .form_intro .block_intro h3 {
  font-size: 1.25em;
  text-align: center;
}
.irgpd .form_intro .block_intro ul {
  margin-inline-start: -15px;
}
.irgpd .form_intro .block_intro .btn_primary {
  width: auto;
  margin-bottom: auto;
  height: auto;
  position: absolute;
  bottom: 10px;
  right: 46px;
}
@media (max-width: 992px) {
  .irgpd .form_intro .block_intro {
    min-height: 180px;
  }
}
.irgpd .modal-content {
  border: 1px solid #f96611 !important;
}
.dfo-modal {
  background-color: #ffffff;
  color: #525252;
}
.dfo_notif_warn {
  background-color: #fca674 !important;
}
.dfo_notif_warn .dfo_notif_content {
  color: #525252 !important;
}
.dfo_notif_warn .dfo_notif_content a {
  color: #6c6c6c;
  font-weight: 800;
}
nav.irgpd_pagination ul {
  margin: 0 4%;
  width: 100%;
}
nav.irgpd_pagination ul li {
  min-height: 100%;
  margin: 0;
}
nav.irgpd_pagination ul li a {
  background: none;
  font-family: 'Raleway', sans-serif;
  color: #525252;
  min-width: 10%;
  max-width: 12%;
  line-height: 44px;
  border-top: 1px solid rgba(249, 102, 17, 0.3) !important;
  border-bottom: 1px solid rgba(249, 102, 17, 0.3) !important;
  border-left: 1px solid rgba(249, 102, 17, 0.3) !important;
}
nav.irgpd_pagination ul li.active a,
nav.irgpd_pagination ul li:focus a,
nav.irgpd_pagination ul li:active a,
nav.irgpd_pagination ul li:focus-within a {
  background-color: rgba(249, 102, 17, 0.5) !important;
}
nav.irgpd_pagination ul li:hover a {
  background-color: rgba(249, 102, 17, 0.1);
}
nav.irgpd_pagination ul li:first-child a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 1px solid #f96611;
  border-top: 1px solid #f96611;
  border-bottom: 1px solid #f96611;
  background: none;
}
nav.irgpd_pagination ul li:last-child a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 1px solid #f96611;
  border-top: 1px solid #f96611;
  border-bottom: 1px solid #f96611;
  background: none;
}
nav.irgpd_pagination ul .first a,
nav.irgpd_pagination ul .last a {
  background-color: #d9d9d9;
}
#tTheme {
  color: #f96611;
  font-weight: 800;
}
