/*===============================================*/
/* 1. IMPORTS		 						 */
/*===============================================*/
@font-face {
  font-family: 'GillSansBook';
  src: url("../assets/fonts/Gill Sans MT Book.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/Gill Sans MT Book.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Gill Sans MT Book.ttf") format("truetype"); }

@font-face {
  font-family: 'GillSansBold';
  src: url("../assets/fonts/Gill Sans MT Bold.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/Gill Sans MT Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Gill Sans MT Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'GillSansLight';
  src: url("../assets/fonts/Gill Sans MT Light.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/Gill Sans MT Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Gill Sans MT Light.ttf") format("truetype"); }

@font-face {
  font-family: 'GillSansMedium';
  src: url("../assets/fonts/Gill Sans MT Medium.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/Gill Sans MT Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Gill Sans MT Medium.ttf") format("truetype"); }

/* -----SIZE CLASSES-------- */
.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

/* -----DISPLAY CLASSES-------- */
.d-none {
  display: none; }

.d-block {
  display: block; }

.d-inline {
  display: inline-block; }

/* -----FLEX CLASSES-------- */
.d-flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.align-items-center {
  align-items: center; }

.align-items-start {
  align-items: flex-start; }

.align-items-end {
  align-items: flex-end; }

.align-items-stretch {
  align-items: stretch; }

.align-content-center {
  align-content: center; }

.align-content-start {
  align-content: flex-start; }

.align-content-end {
  align-content: flex-end; }

.align-content-stretch {
  align-content: stretch; }

.justify-space {
  justify-content: space-between; }

.justify-center {
  justify-content: center; }

.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: flex-end; }

.grow-0 {
  flex-grow: 0; }

.grow-1 {
  flex-grow: 1; }

/* -----TEXT CLASSES-------- */
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-white {
  color: #ffffff !important; }

/* -----PADDING CLASSES-------- */
.p0 {
  padding: 0px !important; }

.p-10 {
  padding: 10px !important; }

.p-20 {
  padding: 20px !important; }

.p-40 {
  padding: 40px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-40 {
  padding-right: 40px !important; }

/* -----MARGIN CLASSES-------- */
.m0 {
  margin: 0px !important; }

.m-10 {
  margin: 10px !important; }

.m-20 {
  margin: 20px !important; }

.m-40 {
  margin: 40px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-40 {
  margin-top: 40px !important; }

.ml-0 {
  margin-left: 0px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-40 {
  margin-left: 40px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-40 {
  margin-right: 40px !important; }

/*===============================================*/
/* 9MEDIA QUERIES   			 */
/*===============================================*/
/*===============================================*/
/* Small desktop and laptops 1480 px		 */
/*===============================================*/
@media screen and (max-width: 1480px) {
  /*===============================================*/
  /* HEADER 	 						 */
  /*===============================================*/
  .header__content {
    width: calc(100% - 80px);
    padding: 0 40px; }
  .section__content {
    width: calc(100% - 80px);
    padding: 0 40px; }
  .footer__content {
    width: calc(100% - 80px);
    padding: 0 40px; }
  .intro-slider__content {
    width: calc(100% - 80px); }
  .intro-slider .swiper-button-next {
    width: 30px;
    height: 30px;
    right: 0px; }
  .intro-slider .swiper-button-prev {
    width: 30px;
    height: 30px;
    left: 0px; }   
  .modal {
    top: 25px;
    left: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    overflow-y: scroll; }
  .sortable-users {
    max-height: 325px; }}

/*===============================================*/
/* Tablet */
/*===============================================*/
@media screen and (max-width: 1024px) {
  /*---------------------------*/
  /* 2-3. CUSTOM BUTTONS             */
  /*---------------------------*/
  .buttons .btn {
    margin: 0 2px 0 0; }
  .btn {
    padding: 10px 25px;
    font-size: 1.2rem;
    letter-spacing: 0px; }
    .btn--small {
      padding: 6px 20px;
      font-size: 1.2rem;
      letter-spacing: 0px; }
    .btn--smaller {
      padding: 4px 16px;
      font-size: 1.1rem;
      letter-spacing: 0px; }
    .btn--blue:hover {
      background-color: #0fb0da; }
    .btn--lightblue:hover {
      background-color: #e8f6f9;
      color: #183567; }
    .btn--gray:hover {
      background-color: #f2f6f9;
      color: #fd6925; }
    .btn--green:hover {
      background-color: #40cc9d; }
    .btn--black:hover {
      background-color: #000; }
    .btn--more {
      background-size: 20px 20px;
      padding-right: 25px; }
    .btn--more-white {
      background-size: 20px 20px;
      padding-right: 25px; }
    .btn--edit {
      background-size: 15px 15px;
      padding-right: 35px; }
    .btn--edit-team {
      background-size: 35px;
      padding-right: 55px; }
    .btn--add-team-leader {
      background-size: 35px;
      padding-left: 65px; }
    .btn--add-subteam {
      background-size: 35px;
      padding-left: 65px; }
    .btn--plus {
      background-size: 20px 20px;
      padding-left: 45px; }
    .btn--plus-orange {
      background-size: 20px 20px;
      padding-left: 45px; }
    .btn--plus-green {
      background-size: 20px 20px;
      padding-left: 45px; }
    .btn--close {
      background-size: 14px;
      padding-right: 40px; }
  .status {
    padding-bottom: 10px;
    font-size: 1.2rem; }
    .status__button {
      font-size: 1.2rem;
      padding: 10px 20px;
      margin-right: 0px;
      letter-spacing: 0px; }
  .header {
    z-index: 999999; }
    .header__content {
      height: 60px;
      width: calc(100% - 40px);
      padding: 0 20px; }
    .header--sticky .header__content {
      height: 60px; }
    .header__logo {
      padding: 0px;
      margin: 0px; }
      .header__logo img {
        display: block;
        width: 100px; }
  .section {
    padding: 40px 0 0 0; }
    .section--page {
      padding: 80px 0 40px 0; }
    .section__content {
      overflow: hidden;
      width: calc(100% - 40px);
      padding: 0 20px; }
    .section__title {
      font-size: 1.8rem;
      padding: 0 0 20px 0; }
    .section__description {
      width: 90%;
      font-size: 1.5rem;
      line-height: 1.4;
      font-weight: 400;
      margin: 0 auto 60px auto; }
      .section__description--divider {
        padding: 0 0 60px 0; }
  .footer__content {
    width: calc(100% - 40px);
    padding: 0 20px; }
  .footer__menu ul li a::after {
    display: none; }
  .footer__menu ul li a:hover {
    color: #fff; }
  .go-top {
    position: fixed;
    bottom: 5px;
    right: 5px; }
  /* ELEMENT - header__menu */
  .header__menu {
    width: calc(100% - 150px);
    height: 100%;
    overflow-y: scroll;
    margin: auto;
    padding: 20px 40px 20px 40px;
    position: fixed;
    top: 60px;
    left: 0px;
    z-index: 99999999;
    background-color: #fff;
    text-align: left;
    visibility: hidden;
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    .header__menu.active {
      transform: translateX(0);
      visibility: visible;
      opacity: 1; }
    .header__menu ul li {
      width: auto;
      display: inline-block;
      float: left;
      clear: both;
      padding: 5px 0px;
      margin-bottom: 15px; }
      .header__menu ul li a:hover {
        color: #141515; }
  .header-login {
    font-size: 1.4rem;
    background-size: 20px;
    margin: 0 0 0 30px;
    padding: 8px 20px 6px 40px; }
  .body-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.5); }
  #mobile-menu-open {
    display: block;
    position: fixed;
    top: 22px;
    right: 20px;
    z-index: 999999999999;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-tap-highlight-color: transparent; }
  #mobile-menu-open {
    width: 32px;
    height: 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer; }
  #mobile-menu-open span {
    display: block;
    position: absolute;
    height: 1px;
    width: 50%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-tap-highlight-color: transparent; }
  #mobile-menu-open span:nth-child(even) {
    left: 50%; }
  #mobile-menu-open span:nth-child(odd) {
    left: 0px; }
  #mobile-menu-open span:nth-child(1), #mobile-menu-open span:nth-child(2) {
    top: 0px; }
  #mobile-menu-open span:nth-child(3), #mobile-menu-open span:nth-child(4) {
    top: 8px; }
  #mobile-menu-open span:nth-child(5), #mobile-menu-open span:nth-child(6) {
    top: 16px; }
  #mobile-menu-open.open {
    position: fixed; }
  #mobile-menu-open.open span:nth-child(1), #mobile-menu-open.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000; }
  #mobile-menu-open.open span:nth-child(2), #mobile-menu-open.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #000; }
  #mobile-menu-open.open span:nth-child(1) {
    left: 5px;
    top: 5px; }
  #mobile-menu-open.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 5px; }
  #mobile-menu-open.open span:nth-child(3) {
    left: -50%;
    opacity: 0; }
  #mobile-menu-open.open span:nth-child(4) {
    left: 100%;
    opacity: 0; }
  #mobile-menu-open.open span:nth-child(5) {
    left: 5px;
    top: 11px; }
  #mobile-menu-open.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 11px; }
  .language-selector {
    padding: 6px 5px 6px 5px;
    display: block;
    position: fixed;
    top: 10px;
    right: 150px;
    z-index: 999;
    background-image: none; }
    .language-selector select {
      padding: 0 0 0 5px; }
  .user-menu {
    margin: 0 45px 0 30px;
    padding: 5px; }
    .user-menu img {
      width: 32px; }
    .user-menu span {
      display: none; }
    .user-menu i {
      padding: 0 10px; }
  .user-menu-dropdown {
    width: 150px !important;
    top: 42px;
    border-top-left-radius: 25px; }
  /*===============================================*/
  /* INTRO SLIDER        						 */
  /*===============================================*/
  .intro-slider {
    width: 100%;
    margin: 60px 0 0 0; }
    .intro-slider__slide {
      width: 100%;
      height: 400px; }
    .intro-slider__content {
      width: 100%;
      margin: auto;
      flex-wrap: wrap; }
    .intro-slider__caption {
      width: 80%;
      margin: auto;
      order: 2; }
      .intro-slider__caption-title {
        font-size: 2.4rem;
        text-align: center;
        line-height: 1.2;
        letter-spacing: -1px; }
      .intro-slider__caption-button {
        text-align: center;
        margin: 20px 0; }
    .intro-slider__image {
      width: 100%;
      order: 1;
      margin-bottom: 20px; }
      .intro-slider__image img {
        max-width: 70%; }
    .intro-slider__pagination.swiper-pagination-bullets {
      bottom: 10px; }
    .intro-slider__pagination .swiper-pagination-bullet {
      width: 6px;
      height: 6px;
      margin: 0 2px !important; }
    .intro-slider .swiper-button-next {
      width: 30px;
      height: 30px;
      right: 10px; }
    .intro-slider .swiper-button-prev {
      width: 30px;
      height: 30px;
      left: 10px; }
  .about {
    flex-wrap: wrap; }
    .about__text {
      order: 1;
      width: 100%;
      padding: 0px;
      text-align: center; }
      .about__text h4 {
        font-size: 2rem;
        margin: 0 0 20px 0;
        padding: 0 10px;
        display: inline-block;
        line-height: 0.5; }
      .about__text p {
        font-size: 1.5rem;
        line-height: 1.4;
        text-align: center; }
    .about__image {
      width: 100%;
      padding: 0px 0 20px 0; }
      .about__image img {
        max-width: 80%; }
    .about__divider {
      width: 50px;
      height: 5px;
      margin: 20px auto 0 auto; }
  /*===============================================*/
  /* LOGIN | REQUEST ACCESS | FORGOT PASS				 */
  /*===============================================*/
  .section--login {
    padding: 60px 0; }
  .login {
    width: 100%; }
    .login__title {
      font-size: 2.8rem;
      width: 100%;
      text-align: center;
      padding: 20px 0 10px 0; }
    .login__form {
      width: 100%; }
  .login-form {
    width: calc(100% - 40px);
    padding: 20px; }
    .login-form__row {
      padding: 0 0 10px 0; }
    .login-form__input {
      height: 28px; }
    .login-form__textarea {
      height: 40px; }
    .login-form__link {
      font-size: 1.6rem; }
    .login-form__info {
      padding: 20px 0 0 0; }
    .login-form__subinfo {
      font-size: 1.4rem; }
    .login-form label.error {
      font-size: 1.4rem; }
  /*==========================================*/
  /* SECONDARY PAGES HEADER	 */
  /*==========================================*/
  .page-header {
    flex-wrap: wrap; }
    .page-header__left {
      width: 100%;
      flex-wrap: wrap;
      padding-bottom: 10px; }
    .page-header__right {
      width: 100%;
      flex-wrap: wrap; }
      .page-header__right .btn {
        margin: 5px 5px 0 0; }
    .page-header__title {
      font-size: 2rem;
      margin-right: 10px; }
      .page-header__title i {
        font-size: 1.6rem; }
    .page-header__role {
      font-size: 1.2rem;
      margin-left: 0px; }
  /*==========================================*/
  /* SECONDARY PAGES SUB HEADER	 */
  /*==========================================*/
  .page-subheader {
    flex-wrap: wrap; }
    .page-subheader__left {
      width: 100%;
      flex-wrap: wrap;
      padding-bottom: 10px; }
    .page-subheader__right {
      width: 100%;
      flex-wrap: wrap;
      justify-content: flex-end; }
    .page-subheader__title {
      font-size: 1.8rem; }
  /*===============================================*/
  /* DASHBOARD 	 						 */
  /*===============================================*/
  .dashboard-card {
    width: calc(100% - 40px);
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 20px 20px 40px 20px;
    font-size: 1.6rem; }
.dashboard__menu .views-row {
    width: calc(100% - 40px);
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 20px 20px 40px 20px;
    font-size: 1.6rem;
}
    .dashboard-card__title {
      font-size: 1.8rem;
      padding-bottom: 20px; }
    .dashboard-card__icon {
      top: 10px;
      right: 20px; }
      .dashboard-card__icon img {
        width: 50px; }
    .dashboard-card__row {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px; }
    .dashboard-card__info {
      font-size: 1.4rem; }
      .dashboard-card__info strong {
        font-size: 2.4rem;
        letter-spacing: -1px; }
      .dashboard-card__info p {
        padding: 0 5px; }
      .dashboard-card__info span {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 1.4rem; }
    .dashboard-card__links {
      right: 20px; }
      .dashboard-card__links a {
        margin: 0 0 0 5px;
        font-size: 1.2rem; }
        .dashboard-card__links a.remove {
          margin-right: 5px; }
    .dashboard-card:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background-color: #e8f6f9; }
      .dashboard-card:hover .dashboard-card__icon {
        transform: none;
        right: 20px; }
  /*===============================================*/
  /* DASHBOARD HELP & SUPPORT 	 	 */
  /*===============================================*/
  .help-support__header {
    width: calc(100% - 40px);
    padding: 10px 20px; }
  .help-support__title h3 {
    font-size: 1.8rem; }
  .help-support__icon {
    padding: 0 0 0 20px; }
    .help-support__icon img {
      width: 50px; }
  .help-support__inner {
    width: calc(100% - 40px);
    padding: 30px 20px 20px 20px;
    flex-wrap: wrap; }
    .help-support__inner-half {
      width: 100%; }
    .help-support__inner h4 {
      font-size: 1.6rem; }
  /* ------Toggle---------- */
  .toggle__label {
    padding: 10px 30px 10px 20px;
    font-size: 1.4rem; }
  /*==========================================*/
  /* FITLERS HEADER	 */
  /*==========================================*/
  .filter-bar {
    flex-wrap: wrap; }
    .filter-bar__form {
      width: calc(100% - 20px);
      padding: 10px 10px 50px 10px;
      margin: 0 0 0 0;
      position: relative; }
      .filter-bar__form--full {
        width: calc(100% - 20px);
        margin: 0; }
      .filter-bar__form--medium {
        width: calc(80% - 20px); }
      .filter-bar__form--large {
        width: calc(90% - 20px); }
    .filter-bar__row {
      flex-wrap: wrap; }
    .filter-bar__input {
      margin: 0 0 10px 0;
      height: 25px;
      font-size: 1.5rem; }
    .filter-bar__select {
      width: 100%;
      margin: 0 0 10px 0; }
      .filter-bar__select select {
        padding: 10px 35px 5px 20px;
        font-size: 1.5rem; }
    .filter-bar__tags-label {
      width: 100%;
      padding: 0 0 10px 10px; }
    .filter-bar__search {
      width: 40px;
      height: 40px;
      position: absolute;
      bottom: 10px;
      right: 10px;
      z-index: 11; }
      .filter-bar__search:hover {
        background-color: #0fb0da; }
    .filter-bar__clear {
      position: absolute;
      bottom: 20px;
      right: 70px;
      z-index: 11;
      font-size: 1.4rem;
      margin: 0px; }
  /*===============================================*/
  /* SELECT2 OVERWRITES 	 						 */
  /*===============================================*/
  /* Select2 Multiple input where you search */
  .select2-container--default .select2-selection--multiple {
    padding: 0; }
  .select2-container--default .select2-search--inline .select2-search__field {
    font-size: 1.4rem;
    padding: 5px 0 0 15px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 2px; }
  .taxonomy-tags .select2-container--default .select2-selection--multiple .select2-selection__choice {
    word-break: break-all;
    font-size: 1.3rem; }
  /*==========================================*/
  /* BREADCRUMB  NAVIGATION	 */
  /*==========================================*/
  .breadcrumb-nav {
    font-size: 1.4rem;
    flex-wrap: wrap; }
    .breadcrumb-nav a {
      margin: 0 0 0 0; }
      .breadcrumb-nav a:hover {
        color: #141515; }
  /*===============================================*/
  /* PAGINATION	 						 */
  /*===============================================*/
  .pagination a {
    line-height: 30px;
    font-size: 1.6rem;
    margin: 0 2px; }
    .pagination a:hover {
      background-color: transparent; }
  .pagination__arrow:hover {
    background-color: #e8f6f9 !important; }
  /*==========================================*/
  /* SUBFRAME	 */
  /*==========================================*/
  .subframe {
    flex-wrap: wrap;
    padding: 10px 0 0 0; }
    .subframe__select {
      width: 100%;
      margin: 0 0 10px 0; }
    .subframe__text {
      font-size: 1.4rem;
      padding-bottom: 10px; }
  /*===============================================*/
  /* USERS MODULE 						 */
  /*===============================================*/
  .user {
    flex-wrap: wrap; }
    .user__info-left {
      flex-wrap: wrap; }
    .user__avatar img {
      width: 50px; }
    .user__name {
      font-size: 1.8rem; }
    .user__role {
      font-size: 1.2rem;
      margin: 10px 0; }
    .user__countries {
      font-size: 1.4rem;
      padding: 5px 0 5px 35px; }
    .user__login-info {
      font-size: 1.4rem;
      margin-right: 0;
      padding-left: 5px; }
    .user__delete {
      margin-right: 15px; }
      .user__delete img {
        display: block;
        width: 25px; }
  /*===============================================*/
  /* USER PROFILE	 						 */
  /*===============================================*/
  .profile-container {
    width: 100%; }
    .profile-container__header {
      flex-wrap: wrap; }
    .profile-container__avatar {
      width: 100%;
      margin-bottom: 5px; }
      .profile-container__avatar img {
        width: 80%;
        margin: auto; }
    .profile-container__user-details {
      width: 100%;
      padding-left: 0px; }
    .profile-container__name {
      font-size: 2.4rem;
      flex-wrap: wrap; }
      .profile-container__name b {
        width: 100%;
        display: block;
        text-align: center; }
      .profile-container__name span {
        display: inline-block;
        margin-left: auto;
        margin-right: auto; }
    .profile-container__description {
      padding: 10px 0; }
    .profile-container__info {
      width: 100%; }
      .profile-container__info-row {
        flex-wrap: wrap;
        padding-bottom: 10px; }
        .profile-container__info-row label {
          width: 100%;
          text-align: left;
          color: #fd6925; }
        .profile-container__info-row p {
          width: 100%;
          padding-left: 0px; }
  .form-container {
    width: 100%; }
    .form-container__title {
      font-size: 2rem;
      padding: 0 0 10px 0; }
    .form-container__fieldset {
      width: calc(100% - 40px);
      padding: 20px 20px; }
    .form-container__row {
      margin: 0 0 10px 0;
      flex-wrap: wrap; }
    .form-container__right-content {
      flex-wrap: wrap; }
    .form-container__hrow {
      width: 100%;
      flex-wrap: wrap; }
      .form-container__hrow:nth-child(2) {
        margin-left: 0px; }
    .form-container__label {
      width: 100%;
      text-align: left;
      padding: 0 0 5px 0; }
    .form-container__info {
      font-size: 1.5rem;
      margin: 0px 0 15px 0px; }
    .form-container__mission-info {
      width: 100%;
      text-align: left;
      font-size: 1.6rem;
      padding: 20px 0 20px 0; }
    .form-container__avatar {
      margin-right: 10px;
      margin-bottom: 10px; }
    .form-container__divider {
      width: 100%;
      margin-left: 0px;
      margin-bottom: 15px; }
    .form-container label.error {
      display: block;
      position: relative;
      right: auto;
      bottom: auto; }
  .radio-custom {
    margin: 0 0 10px 0; }
  .checkbox-custom-large {
    margin: 0 0 10px 0; }
  /*===============================================*/
  /* QUESTIONS BANK	 						 */
  /*===============================================*/
  .questions__group-buttons {
    flex-wrap: wrap; }
  .questions__toggle-content {
    display: none; }
  .questions .soq-total {
    margin: 5px 0; }
  .question {
    font-size: 1.4rem; }
    .question__title {
      width: 100%; }
    .question__buttons {
      width: 100%;
      align-content: flex-end; }
    .question__row {
      flex-wrap: wrap;
      width: calc(100% - 30px);
      padding: 5px 0 5px 30px; }
    .question__recommendations {
      margin-right: 0px;
      margin-top: 10px; }
      .question__recommendations.link--plus {
        background-position: 0 50%;
        padding-left: 30px; }
  .question-source {
    flex-wrap: wrap;
    font-size: 1.4rem; }
    .question-source__mission {
      padding: 0 10px 0 0; }
  /*===============================================*/
  /* MISSIONS	MODULE 						 */
  /*===============================================*/
  .mission__header {
    flex-wrap: wrap; }
    .mission__header-left {
      flex-wrap: wrap;
      margin-bottom: 10px; }
    .mission__header-right {
      width: 100%;
      justify-content: flex-end; }
  .mission__row {
    width: calc(100% - 20px);
    padding: 10px; }
  .mission-buttons {
    flex-wrap: wrap; }
    .mission-buttons__left {
      flex-wrap: wrap; }
    .mission-buttons__right {
      flex-wrap: wrap; }
    .mission-buttons .btn {
      width: 100%;
      display: block;
      padding: 10px 0px;
      text-align: center;
      margin: 0 0 5px 0; }
    .mission-buttons .form-container__input-file {
      width: 100%; }
  .mission-team__row {
    flex-wrap: wrap; }
  .mission-team__headers {
    top: -35px; }
  .mission-team__title {
    padding: 3px 10px;
    font-size: 1.5rem; }
  .mission-team__edit .btn--small {
    padding: 6px 45px 6px 20px; }
  .mission-team__edit .btn--edit-team {
    background-size: 25px;
    padding-right: 35px; }
  .mission-team__avatar {
    margin-right: 10px; }
    .mission-team__avatar img {
      width: 40px; }
  .mission-team__name {
    font-size: 1.6rem; }
  .mission-team__role {
    font-size: 1.2rem;
    padding: 4px 12px;
    margin-right: 0px; }
  .mission-team__specializations {
    font-size: 1.4rem;
    width: 100%; }
  .mission-team__line {
    display: none; }
  .mission-team__status {
    width: 100%;
    padding: 10px 0;
    margin-right: 0px;
    margin-bottom: 5px; }
  .mission-team__uaf {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    padding: 10px 0px;
    margin-right: 0px; }
  .mission-team__delete {
    padding: 3px 8px; }
    .mission-team__delete img {
      width: 20px; }
  .caf-selected-tags__row {
    flex-wrap: wrap; }
  .caf-selected-tags__label {
    width: 100%;
    font-size: 1.8rem;
    padding: 0 0 10px 0; }
  .caf-selected-tags__list {
    flex-wrap: wrap; }
  /*===============================================*/
  /* CREATE TEAM MODAL	 			 */
  /*===============================================*/
  .create-team {
    flex-wrap: wrap; }
    .create-team__list {
      width: calc(100% - 20px);
      padding: 10px; }
    .create-team__filter-bar {
      flex-wrap: wrap; }
    .create-team__drag-container {
      width: 100%; }
      .create-team__drag-container h3 {
        font-size: 1.6rem; }
    .create-team__info-bar {
      font-size: 1.4rem; }
  .sortable-users {
    max-height: 100px; }
  .sortable-user__avatar {
    margin-right: 5px; }
    .sortable-user__avatar img {
      width: 30px; }
  .sortable-user__name {
    margin-right: 5px;
    font-size: 1.4rem; }
  .sortable-user__role {
    font-size: 1rem;
    padding: 5px 5px;
    margin-right: 0px; }
  .selected-users {
    margin-bottom: 0px; }
    .selected-users span {
      font-size: 1.6rem; }
    .selected-users li.placeholder {
      min-height: 20px; }
  /*===============================================*/
  /* MISSION DOCUMENTS	 			 */
  /*===============================================*/
  .mission-documents__row {
    flex-wrap: wrap;
    margin-bottom: 10px; }
  .mission-documents__line {
    display: none; }
  /*===============================================*/
  /* QUESTIONS BANK TABS	 						 */
  /*===============================================*/
  .tabs__label {
    font-size: 1.8rem;
    width: 100%;
    padding: 10px 0; }
    .tabs__label--capacity {
      padding: 10px 0; }
  .tabs__content {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding-top: 10px;
    border-top: 1px #ddd solid; }
  .tabs input[type="radio"].tabs__radio {
    display: none; }
  .tabs input[type="radio"].tabs__radio:checked + label.tabs__label {
    background-color: #40cc9d;
    color: #fff; }
  .tabs input[type="radio"].tabs__radio:checked + label.tabs__label--capacity {
    background-color: #0fb0da; }
  .tabs input[type="radio"].tabs__radio:checked + label.tabs__label + .tabs__content {
    display: block; }
  /*===============================================*/
  /* REPORT 						 */
  /*===============================================*/
  .report p {
    font-size: 1.4rem; }
  .report__title {
    font-size: 1.8rem; }
  .report__subtitle {
    font-size: 1.6rem; }
  .report__diagram img {
    display: block;
    max-width: 100%; }
  .report__caq {
    font-size: 1.6rem; }
  .report__hazard {
    flex-wrap: wrap; }
    .report__hazard label {
      font-size: 1.4rem;
      width: 100%; }
  /*===============================================*/
  /* 13. MODAL GENERAL 		 */
  /*===============================================*/
  .modal {
    top: 65px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 70px);
    overflow-y: scroll; }
  .modal__wrapper {
    width: 98%; }
    .modal__wrapper--large {
      width: 98%; }
  .modal__body--warning {
    padding: 20px; }
  .modal__header-title {
    font-size: 1.8rem; }
  .modal__title {
    font-size: 1.8rem; }
  .modal__buttons {
    flex-wrap: wrap; }
    .modal__buttons .btn {
      margin: 10px 0; }
  .modal__form {
    background-color: #e8f6f9;
    padding: 5px;
    border-radius: 25px;
    margin: 20px 0; }
  .modal__row {
    width: 100%; }
  .modal__label {
    width: 100%;
    display: block;
    padding: 0 0 5px 0;
    font-size: 1.4rem;
    font-weight: 600; }
  .modal__form label.error {
    padding: 10px 0 0 0;
    font-size: 14px;
    color: #d11d69;
    width: 100%;
    display: block; }
  .modal__input {
    width: calc(100% - 30px);
    padding: 5px 15px;
    display: block;
    background-color: #fff;
    border: none;
    height: 35px;
    margin: 0;
    border-radius: 20px;
    font-size: 1.6rem; }
  .modal__submit {
    width: 100%;
    margin: 20px auto 0 auto;
    border: none;
    border-radius: 15px;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    padding: 15px 0;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    font-family: 'Assistant', sans-serif; }
  .modal__submit:hover {
    background-color: #000; }
  .modal__content {
    width: 100%;
    height: 0;
    visibility: hidden;
    position: relative;
    transform: translate(-100%);
    overflow: hidden; }
  .modal__content--success, .modal__content--error {
    text-align: center; }
  .modal__content.modal__content--visible {
    visibility: visible;
    transform: translate(0);
    width: 100%;
    height: 100%; }
  .modal__close {
    width: 16px;
    height: 16px;
    background-image: url(../assets/images/icons/close.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999999;
    cursor: pointer; }
  .modal__close:hover {
    opacity: 0.5; } }
