/* GREx Custom Theme CSS for LimeSurvey */

/* Card styling */
.gtcu-card {
    width: 100%;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    margin-bottom: 20px;
}

.gtcu-card-content {
    padding: 16px;
}

/* Container styles */
.gtcu-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.gtcu-onboard {
    padding-top: 32px;
    padding-bottom: 32px;
}

/* Welcome sections */
.section-start {
    padding: 40px 0;
}

.section-start h2 {
    margin-top: 0;
    font-weight: 400;
    font-size: 2.4rem;
    color: #333;
}

.hexagons {
    background-color: #f5f5f5;
}

.onboarding-img {
    max-width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Question styling */
.question__title {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 16px;
    color: #333;
}

/* MDL select field styles */
.mdl-selectfield {
    position: relative;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0 8px 0;
}

.mdl-selectfield__select {
    width: 100%;
    padding: 4px 0;
    margin: 0;
    font-size: 16px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    appearance: none;
}

.mdl-selectfield__label {
    bottom: 0;
    color: rgba(0,0,0,.26);
    font-size: 16px;
    left: 0;
    right: 0;
    pointer-events: none;
    position: absolute;
    top: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.mdl-selectfield--floating-label.is-focused .mdl-selectfield__label,
.mdl-selectfield--floating-label.is-dirty .mdl-selectfield__label {
    color: #3f51b5;
    font-size: 12px;
    top: 4px;
    visibility: visible;
}

/* Button styles */
.mdl-button--raised {
    background: rgba(158,158,158,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.mdl-button--raised.mdl-button--colored {
    background: #3f51b5;
    color: #fff;
}

.startSurveyBtn {
    background-color: #3f51b5;
    color: white;
    padding: 8px 16px;
    margin-top: 16px;
}

/* Progress bar styling */
.progressBar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}

.mdl-progress {
    width: 100%;
    height: 4px;
}

.progressBarMid {
    display: flex;
    align-items: center;
}

/* Space utilities */
.space-col {
    margin-bottom: 24px;
}

/* Media queries for responsive design */
@media (max-width: 480px) {
    .section-start {
        padding: 20px 0;
    }
    
    .section-start h2 {
        font-size: 1.8rem;
    }
    
    .gtcu-onboard {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.gelo__button--blue {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
  color: #fff;
  width: 220px;
  height: 40px;
  margin-bottom: 30px;
  background-color: #3B5998 !important;
}


.gelo__button--orange {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
  color: #fff;
  width: 220px;
  /* height: 40px;
    margin-bottom: 30px; */
  background-color: #E86850 !important;
}

.blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

/*
|==========================================================================
| WELCOME
|==========================================================================
*/

.section-start .mdl-list__item:first-child {
  border-top: 1px solid #DCDCDCDC;
}

.section-start .mdl-list__item {
  border-bottom: 1px solid #DCDCDCDC;
}

/*
|==========================================================================
| MODAL
|==========================================================================
*/


.continue-button {
  text-decoration: none;
}

.continue-button:hover {
  text-decoration: underline;
}

.spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}


/*
|==========================================================================
| HEADER
|==========================================================================
*/

.header__logoutButton {
  text-decoration: none;
  padding: 0 30px;
  text-transform: uppercase;
  font-size: 16px;
}

.header__userEmail {
  font-size: 17px;
  margin-left: 30px;
  display: none;
}

.mdl-layout__header {
  min-height: auto;
  display: block;
}

.mdl-layout__header-row {
  background-color: #073276;
}

.mdl-layout__tab-bar-button,
.mdl-layout__tab-bar {
  background-color: #11479D;
}

/* Back to Dashboard link inside profile menu uses default menu styles; no extra button styling needed */


.mdl-list__item-avatar {
  height: 30px !important;
  width: 30px !important;
  font-size: 23px !important;
  border-radius: 30px !important;
  padding: 3px;

}


/*
|==========================================================================
| MODALS
|==========================================================================
*/

.mdl-dialog {
  width: 80%;
  top: 20%;
}

.mdl-dialog__content {
  padding: 0 ;
}

.mdl-textfield {
  width: 100% ;
}

.circle {
  background: #D8D8D8;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  display: inline-block;
}

.mdl-dialog {
  text-align: center;
}

.loginmodal__h3 {
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 35px;
}

.loginmodal__button {
  background-color: #3B5998;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
  color: #fff;
  width: 220px;
  height: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.login-button {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
  color: #fff;
  width: 220px;
  height: 40px;
  margin-bottom: 30px;
  background-color: #3B5998 !important;
}

.emailLoginDialog__close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

/*
|==========================================================================
| SURVEY TAB
|==========================================================================
*/

.geloSurveys {
  padding-top: 40px;
}


.geloSurveys__h2 {
  text-transform: uppercase;
  color: #000;
}

.geloSurveys__p {
  font-size: 18px;
  line-height: 26px;
  color: #5C5C5C;
}

.surveyCard {
  max-width: 400px;
}

.card_disabled {
  opacity: 0.5;
  pointer-events: none;
}



.listSurveys__button {
  color: #E86850;
  padding: 0 8px;
  font-weight: bold;
}

.surveyCard__content {
  padding: 25px 15px;
  font-size: 16px;
  line-height: 20px;
  min-height: 40px;
}

.surveyCard__title {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 32px;
}


.demo-card-wide>.mdl-card__title {
  color: #fff;
  height: 176px;
  /*background: url('https://getmdl.io/assets/demos/welcome_card.jpg') center / cover;*/
}

.demo-card-wide.mdl-card {
  width: 100%;
}


.surveyCard__image {
  background-color: #073276;
}



/*
|==========================================================================
| SUBMISSIONS TAB
|==========================================================================
*/


.submissionProgressBar {
  width: 10%;
  height: 4px;
  background-color: rgb(255, 82, 82);
  text-align: center;
  line-height: 20px;
  color: #FFF;
}

.submissionCard {
  max-width: 400px;
  margin: 0;
}

.submissionCard__content {
  margin: 25px 15px;
  font-size: 13px;
  line-height: 20px;
}

.submissionCard__group {
  margin-bottom: 10px;
}

.submissionCard__title {
  text-transform: uppercase;
}

.submissionCard__section {
  flex-direction: column;
  align-self: flex-end;
}


.submissionCard__startDate {
  /*    position: absolute;
    top: 100px;*/
  font-size: 13px;
}


.submissionCard__button {
  color: #E86850;
  padding: 0 8px;
  font-weight: bold;
}

.submissionCard__image {
  background-color: #073276;
}


.gelosubmissions__h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}


.submissionCard__icons {
  color: #424242;
  float: right;
  padding-top: 5px;
  padding-right: 10px;
}

.submissions-empty {
  margin: 48px auto;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #848484;
}



/*
LOGIN PROFILE
*/

.loginDialog__profileImg {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-image: url('../files/profile.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

/*
SUBMISSION
*/

/*#myProgress {
    width: 100%;
    background-color: #ddd;
    margin: 10px 0;
}*/


.submissionCard .mdl-card__supporting-text {
  padding: 0;
  width: 100%;
}

/*
SURVEYS
*/

.surveyCard__button {
  color: #E86850 !important;
}

/*
DIALOG BOX
*/

dialog::backdrop {
  background: rgba(0, 0, 0, 0.6) !important;
}


@media only screen and (min-width : 768px) {
  .mdl-dialog {
    width: 650px !important;
  }

  .header__userEmail {
    display: inline !important;
  }
}
/*
* Data Tables
*/
.baseline td {
  color: red !important;
}

/* Submission */
#dashboardSubmissionsTable,
#submissionsTable,
#groupsTable {
  display: block;
  overflow-y: hidden;
  overflow-x: scroll;
}

#submissionsTable td:first-of-type,
.mdl-data-table th:first-of-type {
  max-width: 40px;
}

.mdl-data-table th:last-of-type {
  padding-right: 0;
}

#relatedGroups span {
  margin-right: 10px;
}

.mdl-menu__item a {
  text-decoration: none !important;
}

.mdl-menu__item .rowIcon {
  font-size: 14px;
  padding: 5px;
}

/* Visualizer-only: dashboard link in profile menu */
.grex-dashboard-link {
  color: #1e88e5 !important; /* blue */
}
.grex-dashboard-link:hover,
.grex-dashboard-link:focus {
  color: #1565c0 !important; /* darker blue on hover */
}

.mdl-data-table .topRightTable {
  text-align: right;
}

.mdl-data-table th {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  padding-top: 20px;
}

.mdl-data-table td {
  color: #000;
  text-align: left;
}

.tableTitle {
  font-size: 18px;
  font-weight: bold;
}

.tableWrap {
  white-space: normal;
}

.showProfileGraph {
  visibility: hidden;
  float: right;
}

.mdl-data-table tbody tr:hover {
  background-color: transparent;
}

.mdl-data-table tbody tr:hover .showProfileGraph {
  visibility: visible;
}

/* checkbox */
.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
  border: 2px solid #009688;
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
  background: #009688;
}

.groupTag {
  padding: 8px;
  display: inline-block;
}

.groupTag:hover {
  background-color: #EEEEEE;
}

.groupTag:hover .deleteGroupSubmission {
  visibility: visible;
}

.deleteGroupSubmission {
  visibility: hidden;
}

.deleteGroupSubmission i {
  font-size: 16px;
  color: #999999;
}

.disabledBtns {
  display: inline-block;
}

@media (min-width: 768px) {
  #dashboardSubmissionsTable {
    display: table;
  }
}

.full-width {
  width: 100%;
}

body {
  background-color: #f5f5f5;
  font-family: 'Roboto', sans-serif;
}

h2 {
  font-size: 20px;
  line-height: 27px;
}

.mdl-layout__container {
  position: relative;
  width: 100%;
  height: 100%;
}

.is-invalid {
  background-color: #FFEEF0;
  border-top: 20px solid #FFEEF0 !important;
  border-left: 10px solid #FFEEF0 !important;
  border-right: 10px solid #FFEEF0 !important;
  border-bottom: 10px solid #FFEEF0 !important;
}

.is-invalid .mdl-selectfield__error {
  visibility: visible;
}

.hidden {
  visibility: hidden;
}

/*
|--------------------------------------------------------------------------
| HEADER
|--------------------------------------------------------------------------
*/
.header {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
}

/*
|--------------------------------------------------------------------------
| HEADER
|--------------------------------------------------------------------------
*/
.gtcu-header {
  background-color: #063176 !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
}

.gtcu-header .site-title {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
}

.gtcu-header .gtcu-header-title {
  padding-left: 15px;
  text-align: left;
}

/*
|--------------------------------------------------------------------------
| START
|--------------------------------------------------------------------------
*/
.surveyTitle {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  font-family: proxima-nova, sans-serif;
  padding: 5px 0;
}

.section-start a {
  color: #063176;
}

.section-start .gtcu-card-content {
  padding: 20px;
}

.startSurveyBtn,
.appendixSurveyBtn--raised {
  background-color: #e86850 !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  color: #fff !important;
  width: 220px;
  height: 40px;
  margin-bottom: 30px;
}

.startSurveyBtn:hover,
.appendixSurveyBtn--raised:hover {
  background-color: #e86850 !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  color: #fff !important;
  cursor: pointer;
}

.mdl-card__supporting-text {
  color: #000000;
  font-family: 'Roboto', sans-serif;
}

/*
|--------------------------------------------------------------------------
| DEMOGRAPHICS
|--------------------------------------------------------------------------
*/
.section-demographics .surveyTitle {
  padding: 10px 0 0 0;
}

.section .mdl-selectfield {
  border-top: 20px solid #FFF;
  border-left: 10px solid #FFF;
  border-right: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  width: 100%;
}

.section .mdl-textfield {
  border-top: 20px solid #FFF;
  border-left: 10px solid #FFF;
  border-right: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  width: 100%;
}

.field-container {
  padding: 10px;
  margin: 5px 0;
}

.gtcu-card {
  background-color: #FFF;
}

.mdl-selectfield--floating-label .mdl-selectfield__label {
  color: #000;
}

.mdl-textfield--floating-label .mdl-textfield__label {
  color: #000;
  top: -15px !important;
}

.mdl-selectfield--floating-label.is-dirty .mdl-selectfield__label,
.mdl-selectfield--floating-label.is-focused .mdl-selectfield__label {
  color: #000 !important;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  color: #000 !important;
}

.mdl-selectfield__box>.mdl-selectfield__arrow-down__container .mdl-selectfield__arrow-down {
  border-top: 5px solid black !important;
}

.mdl-selectfield--floating-label .mdl-selectfield__label {
  top: -15px !important;
  overflow: visible;
  white-space: normal;
}

.mdl-textfield__label {
  top: 4px;
  font-size: 16px !important;
}

.mdl-selectfield--floating-label.is-dirty .mdl-selectfield__label,
.mdl-selectfield--floating-label.is-focused .mdl-selectfield__label {
  font-size: 16px !important;
}

/* overflow text in select field */
.mdl-selectfield__box {
  overflow: visible !important;
}

.mdl-selectfield__box .mdl-selectfield__box-value {
  white-space: normal !important;
  color: rgba(0, 0, 0, 0.38);
}

/*
|--------------------------------------------------------------------------
| QUESTIONS + RADIO BUTTONS
|--------------------------------------------------------------------------
*/
.gtcu-container .section {
  padding-top: 50px;
}

.question__title {
  padding: 8px;
}

.question__title h1 {
  font-size: 30px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.77);
  letter-spacing: 0;
  line-height: 36px;
}

.question__title p {
  color: rgba(0, 0, 0, 0.38);
  font-size: 16px;
}

.selectBox .mdl-list {
  margin: 0;
  padding-top: 0;
}

.selectBox {
  border: 10px solid #FFF;
}

.selectBox .mdl-list__item {
  padding: 0;
}

.selectBox .mdl-list__item .mdl-list__item-primary-content {
  font-size: 12px;
  line-height: 16px;
  display: inline-flex;
  vertical-align: middle;
}

.selectBox .mdl-radio__outer-circle {
  width: 24px;
  height: 24px;
}

.selectBox .mdl-radio__inner-circle {
  width: 10px;
  height: 10px;
  top: 11px;
  left: 7px;
}

.selectBox .mdl-radio.is-upgraded {
  padding-left: 35px;
}

/*
|--------------------------------------------------------------------------
| PROGRESS BAR
|--------------------------------------------------------------------------
*/
.progressBar .mdl-button {
  padding: 0;
}

.progressBar .material-icons {
  font-size: 16px;
}

.progressBar #progressMobile {
  margin-top: 15px;
}

.buttonRight {
  text-align: right;
}

.mdl-progress>.progressbar {
  background-color: #E9684F;
}

.mdl-progress>.bufferbar {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.12) !important;
}

/*
|--------------------------------------------------------------------------
| ONBOARDING PAGE
|--------------------------------------------------------------------------
*/
.gtcu-onboard {
  padding: 40px 20px;
}

.gtcu-onboard h2 {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 200;
}

.gtcu-onboard p {
  font-size: 18px;
  color: #757575;
  letter-spacing: 0;
  line-height: 32px;
}

.hexagons {
  background-image: url("../files/hexagon-device-m.png");
  background-repeat: no-repeat;
  background-position: 52% bottom;
  background-size: 180%;
  background-color: #fff;
  padding-bottom: 160px;
}

.onboarding-img {
  width: 100%;
}

.gtcu-appendix {
  padding: 0px;
}

.gtcu-appendix h2 {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 200;
}

.gtcu-appendix p {
  font-size: 18px;
  color: #757575;
  letter-spacing: 0;
  line-height: 32px;
}

.gtcu-appendix p a {
  
	    background-color: #e86850;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    color: #fff;
    width: 220px;
    height: 40px;
    margin-bottom: 30px;
    text-decoration: none;
    padding: 10px 65px;
    text-transform: uppercase;
    font-size: 14px;

}

.btn-nc_nursing_students_sub-study {
  display: none;
}

.btn-start {
  margin-bottom: 0;
  height: 36px;
}

.nc_nursing_students_sub-study-button {
  background-color: #e86850;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 220px;
  height: 40px;
  margin-bottom: 30px;
  text-decoration: none;
  padding: 10px 65px;
  text-transform: uppercase;
  font-size: 14px;
}

.gtcu-appendix li {
  font-size: 18px;
  color: #757575;
  letter-spacing: 0;
  line-height: 36px;
}

.submissionTable {
  padding: 24px;
  counter-reset: index;
  width: fit-content !important;
  max-width: calc(100% - 48px);
  overflow: scroll;
  height: 80vh;
  top: 10vh !important;
}

.submissionTable>td {
  padding-bottom: 24px;
  padding-right: 24px;
}

.submissionTable h4 {
  text-align: left;
  white-space: normal;
  margin-top: 0;
  color: white;
}

.submissionTable>table {
  white-space: normal;
  margin-bottom: 24px;
}

.submissionTable__header {
  background: #063176;
}

.submissionTable__header .close {
  margin-left: auto;
  margin-right: 24px;
  color: white;
}

.submissionTable__header .submissionTable__headerClose {
  vertical-align: middle;
  padding: 0;
  text-align: right;
}

.submissionTable__index::before {
  counter-increment: index;
  content: counter(index);
}

.submissionTable__row:hover {
  background-color: rgba(0, 0, 0, 0.08) !important;
}

.submissionTable__item {
  padding: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.12) !important;
}
@media (min-width: 768px) {
  .hexagons {
    background-image: url('../files/hexagon-device.png');
    background-position: -435px -170px;
    background-size: 110%;
    padding-bottom: 0px;
  }

  .gtcu-onboard {
    padding: 80px 40px;
  }
}

@media (min-width: 839px) {


  h2 {
    font-size: 24px !important;
  }

  .gtcu-container {
    margin-left: auto;
    margin-right: auto;
    width: 820px;
  }

  .questionTitle {
    padding: 10px 5px 5px 5px;
  }

  /*
	|--------------------------------------------------------------------------
	| PROGRESS BAR
	|--------------------------------------------------------------------------
	*/

  #progressMobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: -9;
  }

  .mdl-progress>.bufferbar {
    background-color: rgba(0, 0, 0, 0.12) !important;
  }

  .mdl-progress>.progressbar {
    background-color: rgb(244, 67, 54) !important;
  }


  .progressBar .mdl-button {
    background-color: #e86850;
    color: #FFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    width: 93px;
  }

  .progressBar .mdl-button i {
    display: none;
  }

}




@media (min-width: 992px) {

  .gtcu-container {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
  }


  .hexagons {
    background-image: url('../files/hexagon-device.png');
    background-position: -460px -100px;
    background-size: 95%;
  }

  .gtcu-onboard {
    padding: 80px 20px;
  }

}



@media (min-width: 1024px) {

  .gtcu-container {
    margin-left: auto;
    margin-right: auto;
    width: 970px;
  }

}


@media (min-width: 1200px) {

  .is-invalid {
    border: 10px solid #FFEEF0 !important;
  }


  .section .mdl-selectfield {
    border: 10px solid #FFF;
  }

  .section .mdl-textfield {
    border: 10px solid #FFF;
  }


  .mdl-selectfield--floating-label .mdl-selectfield__label {
    top: 4px !important;
  }




  .mdl-layout__container {
    margin-bottom: 50px;
  }


  .surveyTitle {
    text-transform: uppercase;
    font-weight: 400;
  }

  .mdl-selectfield {
    width: 100% !important;
  }


  .gtcu-container {
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
  }

  .gtcu-card {
    padding: 30px;
  }

  .section-start .gtcu-card-content {
    padding: 40px;
  }


  /*
	|--------------------------------------------------------------------------
	| DEMOGRAPHICS
	|--------------------------------------------------------------------------
	*/

  .is-invalid {
    border: 10px solid #FFEEF0 !important;
  }

  .section .mdl-selectfield {
    border: 10px solid #FFF;
  }

  .section .mdl-textfield {
    border: 10px solid #FFF;
  }


  .section-demographics .mdl-selectfield,
  .section .mdl-textfield {
    margin: 0;
  }

  .section-demographics .formInput .mdl-cell {
    margin: 5px 8px;
  }


  .mdl-textfield--floating-label .mdl-textfield__label {
    top: 4px !important;
  }

  /*
	|--------------------------------------------------------------------------
	| RADIO BUTTONS
	|--------------------------------------------------------------------------
	*/


  .selectBox .mdl-list__item .mdl-list__item-primary-content {
    font-size: 16px;
    line-height: 24px;
    padding-top: 5px;
  }


  .hexagons {
    background-image: url('../files/hexagon-device.png');
    /*background-position: -460px -140px;*/
    background-position: -500px -140px;
    background-size: 75%;
  }
}
dialog {
  position: fixed ;
  left: 0 ;
  right: 0;
  top: 200px ;
  width: -moz-fit-content ;
  width: -webkit-fit-content ;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content ;
  margin: auto ;
  border: solid ;
  padding: 1em ;
  background: white ;
  color: black ;
  display: none ;
}

dialog[open] {
  display: block;
}

dialog+.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* for small devices, modal dialogs go full-screen */
@media screen and (max-width: 540px) {
  dialog[_polyfill_modal] {
    /* TODO: implement */
    top: 0;
    width: auto;
    margin: 1em;
  }
}

._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}
/*
  |--------------------------------------------------------------------------
  | TOOLTIP
  |--------------------------------------------------------------------------
  */
  .d3-tip {
    line-height: 1;
    font-weight: bold;
    padding: 10px 15px;
    background: #484848;
    color: #CACACA;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 3px;
    pointer-events: none;
    z-index: 1000;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: #484848;
    content: "\25BC";
    position: absolute;
    text-align: center;
    left: 50%; /* Center the arrow horizontally */
    transform: translateX(-50%); /* Adjust for the arrow's width */
    top: 100%; /* Position it below the tooltip */
    margin-top: -1px; /* Adjust as needed to align perfectly */
}

/* Style northward tooltips differently */
.d3-tip.n:after {
    margin: -1px 0 0;
    top: 100%;
    left: 0;
}

/*
    |--------------------------------------------------------------------------
    | ASTER PLOT
    |--------------------------------------------------------------------------
    */
.aster-legend {
    text-align: left;
    color: #9E9E9E;
}

.aster-section-legend {
    padding-left: 15px;
    padding-top: 50px;
}

.aster-section-legend .aster-legend {
    margin-bottom: 0;
    font-size: 12px;
}

.asterTitle {
    text-align: left;
    text-transform: uppercase;
    font-size: 24px;
    color: #424242;
    font-family: proxima-nova, sans-serif;
    padding: 30px 30px 5px;
    margin-bottom: 0;
}

.asterSection {
    text-align: center;
}

.asterPlot {
    text-align: center;
    padding: 15px;
}

.asterPlot .asterTitle {
    font-size: 36px;
    color: #D8D8D8;
}

.asterPlot .aster-bottom-title {
    color: #575757;
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
}

.asterPlot .aster-top-title {
    color: #575757;
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
}

.asterPlot svg {
    padding-top: 30px;
    overflow: visible;
}

.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.solidArc:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.solidArc {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.x.axis path {
    display: none;
}

.aster-score {
    font-size: 16px;
    font-family: proxima-nova, sans-serif;
    color: #575757;
}

/*
    |--------------------------------------------------------------------------
    | GROUP COMPARISONS
    |--------------------------------------------------------------------------
    */
.groupSelect {
    padding-top: 10px;
    font-family: proxima-nova, sans-serif;
}

.groupSelect .groupTitle {
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    color: #424242;
    font-family: proxima-nova, sans-serif;
}

.groupSelect .groupSubtitle {
    text-transform: uppercase;
    font-size: 14px;
    color: #424242;
    font-weight: 100;
    padding-bottom: 20px;
}

.mdl-selectfield--floating-label.is-dirty .mdl-selectfield__label,
.mdl-selectfield--floating-label.is-focused .mdl-selectfield__label {
    color: #878787!important;
}

#group .mdl-selectfield--floating-label.is-dirty .mdl-selectfield__label,
.mdl-selectfield--floating-label.is-focused .mdl-selectfield__label {
    /*color: #878787!important;*/
    font-size: 12px;
}

#group .mdl-selectfield--floating-label .mdl-selectfield__label {
    top: 0 !important;
}

.groupComparisons svg {
    background-color: #f5f5f5;
    border-radius: 10px;
}

.n-plot {
    color: #9E9E9E;
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
}

.groupSelect .mdl-selectfield__box {
    border-bottom: 3px solid #646466;
}

#visualisationCommunication,
#visualisationComputational,
#visualisationTechnical,
#visualisationInformational {
    width: 100%;
    height: 100%;
    height: 220px;
}

#visualisationCommunication svg {
    width: 100%;
}

.groupLegend {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    padding-left: 35px;
    padding-top: 15px;
}

.groupLegend .aster-legend {
    color: #9E9E9E;
    padding-bottom: 10px;
}

/*
    |--------------------------------------------------------------------------
    | X AXIS
    |--------------------------------------------------------------------------
    */
.x.axis path {
    display: none;
}

.x.axis text {
    fill: #9E9E9E;
}

.x.axis path {
    stroke-width: 2;
    stroke: #9E9E9E;
}

/*
    |--------------------------------------------------------------------------
    | Y AXIS
    |--------------------------------------------------------------------------
    */
.y.axis text {
    fill: #9E9E9E;
}

.y.axis path {
    stroke-width: 2;
    stroke: #9E9E9E;
}

.lineTechnical {
    fill: #8bc34a;
    stroke: #8bc34a;
    stroke-width: 2px;
}

.lineInformational {
    fill: #ec8745;
    stroke: #ec8745;
    stroke-width: 2px;
}

.lineCommunication {
    fill: #6ed1de;
    stroke: #6ed1de;
    stroke-width: 2px;
}

.lineComputational {
    fill: #d32c82;
    stroke: #d32c82;
    stroke-width: 2px;
}

/*
    |--------------------------------------------------------------------------
    | LEGEND
    |--------------------------------------------------------------------------
    */
.legend {
    font-family: proxima-nova, sans-serif;
}

.legend h2 {
    text-transform: uppercase;
}

.legend p {
    padding-left: 30px;
    color: #707070;
    line-height: 20px;
}

.legend .legendSubtitle {
    font-weight: 400;
}

.legendTitle {
    padding-left: 0;
    font-size: 16px;
    margin: 10px 0;
}

.technicalLegend .legendTitle::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #8bc34a;
    margin-right: 15px;
    vertical-align: middle;
}

/* social */
.socialLegend .legendTitle::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #6ed1de;
    margin-right: 15px;
    vertical-align: middle;
}

/* Comnputational */
.computationalLegend .legendTitle::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #d32c82;
    margin-right: 15px;
    vertical-align: middle;
}

/* informational */
.informationalLegend .legendTitle::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #ec8745;
    margin-right: 15px;
}

/*
    |--------------------------------------------------------------------------
    | LEGEND
    |--------------------------------------------------------------------------
    */
.matrix {
    font-family: proxima-nova, sans-serif;
    /* technical */
    /* social */
    /* Comnputational */
    /* informational */
}
.matrix .improve {
    padding: 30px;
}
.matrix .improve-img {
    width: 100%;
}
.matrix h2 {
    text-transform: uppercase;
}
.matrix .matrixIntro {
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}
.matrix .matrixTitle {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 30px;
}
.matrix .matrixGraphLine {
    padding-left: 30px;
    margin-left: 6px;
    overflow: visible;
}
.matrix .score {
    display: none;
}
.matrix .matrixInterpretation p,
.matrix .matrixSuggestion p {
    padding-left: 30px;
    font-size: 17px;
    line-height: 22.5px;
}
.matrix .matrixInterpretation p {
    color: #707070;
    padding-right: 30px;
}
.matrix .matrixSuggestion {
    flex-grow: 1;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    color: #201C0F;
    background-color: #FFFABD;
    border-top: 2px solid #FFF89B;
}
.matrix .matrixInterpretation {
    background-color: white;
}
.matrix .matrixSubtitle {
    padding-left: 30px;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
}
.matrix [class$="Matrix"] {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    border-radius: 8px;
    background-color: white;
    border: 2px solid #eee;
    overflow: hidden;
}
.matrix .technicalMatrix .matrixTitle::before {
    background-color: #8bc34a;
}
.matrix .socialMatrix .matrixTitle::before {
    background-color: #6ed1de;
}
.matrix .computationalMatrix .matrixTitle::before {
    background-color: #d32c82;
}
.matrix .informationalMatrix .matrixTitle::before {
    background-color: #ec8745;
}
.matrix .matrixInterpretation,
.matrix .matrixSuggestion {
    margin-left: 0;
    margin-right: 0;
}

.matrixTitle {
    padding-left: 30px;
    font-size: 16px;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.matrixTitle::before {
    display: inline-block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    margin-right: 15px;
}

/*
    |--------------------------------------------------------------------------
    | MEDIA QUERIES
    |--------------------------------------------------------------------------
    */
@media(min-width: 768px) {
    .asterPlot {
        padding: 30px;
    }
    .asterPlot .asterTitle {
        padding: 30px;
    }
    .asterPlot svg {
        padding-top: 50px;
    }
    .aster-section-legend .aster-legend {
        font-size: 14px;
        font-size: 14px;
        padding-bottom: 13px;
        line-height: 17px;
    }
    /*
        |--------------------------------------------------------------------------
        | GROUP COMPARISON GRPAHS
        |--------------------------------------------------------------------------
        */
    .groupSelect {
        padding-left: 14px;
    }
    .legend h2 {
        padding-left: 25px;
        font-size: 20px;
    }
    .legendTitle {
        padding-left: 30px;
    }
    .legend p {
        padding-left: 60px;
    }
}

@media(min-width: 480px) {
    .groupLegend {
        display: inline-block;
        position: relative;
        padding-left: 15px;
    }
}

@media(min-width: 1200px) {
    .groupSelect .groupTitle {
        font-size: 24px;
        line-height: 28px;
    }
    .groupSelect .groupSubtitle {
        font-size: 18px;
    }
}

/*
* Data Tables
*/
.baseline td {
  color: red !important; }

/* Submission */
#dashboardSubmissionsTable,
#submissionsTable,
#groupsTable {
  display: block;
  overflow-y: hidden;
  overflow-x: scroll; }

#submissionsTable td:first-of-type, .mdl-data-table th:first-of-type {
  max-width: 40px; }

.mdl-data-table th:last-of-type {
  padding-right: 0; }

#relatedGroups span {
  margin-right: 10px; }

.mdl-menu__item a {
  text-decoration: none !important; }

.mdl-menu__item .rowIcon {
  font-size: 14px;
  padding: 5px; }

.mdl-data-table .topRightTable {
  text-align: right; }

.mdl-data-table th {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  padding-top: 20px; }

.mdl-data-table td {
  color: #000;
  text-align: left; }

.tableTitle {
  font-size: 18px;
  font-weight: bold; }

.tableWrap {
  white-space: normal; }

.showProfileGraph {
  visibility: hidden;
  float: right; }

.mdl-data-table tbody tr:hover {
  background-color: transparent; }

.mdl-data-table tbody tr:hover .showProfileGraph {
  visibility: visible; }

/* checkbox */
.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
  border: 2px solid #009688; }

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
  background: #009688; }

.groupTag {
  padding: 8px;
  display: inline-block; }

.groupTag:hover {
  background-color: #EEEEEE; }

.groupTag:hover .deleteGroupSubmission {
  visibility: visible; }

.deleteGroupSubmission {
  visibility: hidden; }

.deleteGroupSubmission i {
  font-size: 16px;
  color: #999999; }

.disabledBtns {
  display: inline-block; }

@media (min-width: 768px) {
  #dashboardSubmissionsTable {
    display: table; } }

.full-width {
  width: 100%; }

body {
  background-color: #f5f5f5;
  font-family: 'Roboto', sans-serif; }

h2 {
  font-size: 20px;
  line-height: 27px; }

.mdl-layout__container {
  position: relative;
  width: 100%;
  height: 100%; }

.is-invalid {
  background-color: #FFEEF0;
  border-top: 20px solid #FFEEF0 !important;
  border-left: 10px solid #FFEEF0 !important;
  border-right: 10px solid #FFEEF0 !important;
  border-bottom: 10px solid #FFEEF0 !important; }

.is-invalid .mdl-selectfield__error {
  visibility: visible; }

.hidden {
  visibility: hidden; }

/*
|--------------------------------------------------------------------------
| HEADER
|--------------------------------------------------------------------------
*/
.header {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24); }

/*
|--------------------------------------------------------------------------
| HEADER
|--------------------------------------------------------------------------
*/
.gtcu-header {
  background-color: #063176 !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24); }

.gtcu-header .site-title {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px; }

.gtcu-header .gtcu-header-title {
  padding-left: 15px;
  text-align: left; }

/*
|--------------------------------------------------------------------------
| START
|--------------------------------------------------------------------------
*/
.surveyTitle {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  font-family: proxima-nova, sans-serif;
  padding: 5px 0; }

.section-start a {
  color: #063176; }

.section-start .gtcu-card-content {
  padding: 20px; }

.startSurveyBtn, .appendixSurveyBtn {
  background-color: #e86850;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 220px;
  height: 40px;
  margin-bottom: 30px; }

.startSurveyBtn:hover, .appendixSurveyBtn:hover {
  background-color: #e86850;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer; }

.mdl-card__supporting-text {
  color: #000000;
  font-family: 'Roboto', sans-serif; }

/*
|--------------------------------------------------------------------------
| DEMOGRAPHICS
|--------------------------------------------------------------------------
*/
.section-demographics .surveyTitle {
  padding: 10px 0 0 0; }

.section .mdl-selectfield {
  border-top: 20px solid #FFF;
  border-left: 10px solid #FFF;
  border-right: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  width: 100%; }

.section .mdl-textfield {
  border-top: 20px solid #FFF;
  border-left: 10px solid #FFF;
  border-right: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  width: 100%; }

.field-container {
  padding: 10px;
  margin: 5px 0; }

.gtcu-card {
  background-color: #FFF; }

.mdl-selectfield--floating-label .mdl-selectfield__label {
  color: #000; }

.mdl-textfield--floating-label .mdl-textfield__label {
  color: #000;
  top: -15px !important; }

.mdl-selectfield--floating-label.is-dirty .mdl-selectfield__label, .mdl-selectfield--floating-label.is-focused .mdl-selectfield__label {
  color: #000 !important; }

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  color: #000 !important; }

.mdl-selectfield__box > .mdl-selectfield__arrow-down__container .mdl-selectfield__arrow-down {
  border-top: 5px solid black !important; }

.mdl-selectfield--floating-label .mdl-selectfield__label {
  top: -15px !important;
  overflow: visible;
  white-space: normal; }

.mdl-textfield__label {
  top: 4px;
  font-size: 16px !important; }

.mdl-selectfield--floating-label.is-dirty .mdl-selectfield__label, .mdl-selectfield--floating-label.is-focused .mdl-selectfield__label {
  font-size: 16px !important; }

/* overflow text in select field */
.mdl-selectfield__box {
  overflow: visible !important; }

.mdl-selectfield__box .mdl-selectfield__box-value {
  white-space: normal !important;
  color: rgba(0, 0, 0, 0.38); }

/*
|--------------------------------------------------------------------------
| QUESTIONS + RADIO BUTTONS
|--------------------------------------------------------------------------
*/
.gtcu-container .section {
  padding-top: 50px; }

.question__title {
  padding: 8px; }
  .question__title h1 {
    font-size: 30px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.77);
    letter-spacing: 0;
    line-height: 36px; }
  .question__title p {
    color: rgba(0, 0, 0, 0.38);
    font-size: 16px; }

.selectBox .mdl-list {
  margin: 0;
  padding-top: 0; }

.selectBox {
  border: 10px solid #FFF; }

.selectBox .mdl-list__item {
  padding: 0; }

.selectBox .mdl-list__item .mdl-list__item-primary-content {
  font-size: 12px;
  line-height: 16px;
  display: inline-flex;
  vertical-align: middle; }

.selectBox .mdl-radio__outer-circle {
  width: 24px;
  height: 24px; }

.selectBox .mdl-radio__inner-circle {
  width: 10px;
  height: 10px;
  top: 11px;
  left: 7px; }

.selectBox .mdl-radio.is-upgraded {
  padding-left: 35px; }

/*
|--------------------------------------------------------------------------
| PROGRESS BAR
|--------------------------------------------------------------------------
*/
.progressBar .mdl-button {
  padding: 0; }

.progressBar .material-icons {
  font-size: 16px; }

.progressBar #progressMobile {
  /* margin-top: 15px; */ }

.buttonRight {
  text-align: right; }

.mdl-progress > .progressbar {
  background-color: #E9684F; }

.mdl-progress > .bufferbar {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.12) !important; }

/*
|--------------------------------------------------------------------------
| ONBOARDING PAGE
|--------------------------------------------------------------------------
*/
.gtcu-onboard {
  padding: 40px 20px; }

.gtcu-onboard h2 {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 200; }

.gtcu-onboard p {
  font-size: 18px;
  color: #757575;
  letter-spacing: 0;
  line-height: 32px; }

.hexagons {
  background-image: url("../files/hexagon-device-m.png");
  background-repeat: no-repeat;
  background-position: 52% bottom;
  background-size: 180%;
  background-color: #fff;
  padding-bottom: 160px; }

.onboarding-img {
  width: 100%; }

.gtcu-appendix {
  padding: 0px; }

.gtcu-appendix h2 {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 200; }

.gtcu-appendix p {
  font-size: 18px;
  color: #757575;
  letter-spacing: 0;
  line-height: 32px; }

.gtcu-appendix p a {
  /*
	    background-color: #e86850;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    color: #fff;
    width: 220px;
    height: 40px;
    margin-bottom: 30px;
    text-decoration: none;
    padding: 10px 65px;
    text-transform: uppercase;
    font-size: 14px;
*/ }

.btn-nc_nursing_students_sub-study {
  display: none; }

.btn-start {
  margin-bottom: 0;
  height: 36px; }

.nc_nursing_students_sub-study-button {
  background-color: #e86850;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 220px;
  height: 40px;
  margin-bottom: 30px;
  text-decoration: none;
  padding: 10px 65px;
  text-transform: uppercase;
  font-size: 14px; }

.gtcu-appendix li {
  font-size: 18px;
  color: #757575;
  letter-spacing: 0;
  line-height: 36px; }

.submissionTable {
  padding: 24px;
  counter-reset: index;
  width: fit-content !important;
  max-width: calc(100% - 48px);
  overflow: scroll;
  height: 80vh;
  top: 10vh !important; }
  .submissionTable > td {
    padding-bottom: 24px;
    padding-right: 24px; }
  .submissionTable h4 {
    text-align: left;
    white-space: normal;
    margin-top: 0;
    color: white; }
  .submissionTable > table {
    white-space: normal;
    margin-bottom: 24px; }

.submissionTable__header {
  background: #063176; }
  .submissionTable__header .close {
    margin-left: auto;
    margin-right: 24px;
    color: white; }
  .submissionTable__header .submissionTable__headerClose {
    vertical-align: middle;
    padding: 0;
    text-align: right; }

.submissionTable__index::before {
  counter-increment: index;
  content: counter(index); }

.submissionTable__row:hover {
  background-color: rgba(0, 0, 0, 0.08) !important; }

.submissionTable__item {
  padding: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.12) !important; }

  @media (min-width: 768px) {
    .hexagons {
      background-image: url('../files/hexagon-device.png');
      background-position: -435px -170px;
          background-size: 110%;
          padding-bottom: 0px;
    }
  
    .gtcu-onboard {
      padding:80px 40px;
    }
  }
  
  @media (min-width: 839px){
  
  
    h2 {
      font-size: 24px;
  
    }
  
    .gtcu-container {
        margin-left: auto;
        margin-right: auto;
        width: 820px;
    }
  
    .questionTitle {
      padding: 10px 5px 5px 5px;
    }
  
    /*
    |--------------------------------------------------------------------------
    | PROGRESS BAR
    |--------------------------------------------------------------------------
    */
  
    #progressMobile {
      position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 10px;
        z-index: -9;
    }
  
    .mdl-progress>.bufferbar {
      background-color: rgba(0,0,0, 0.12)!important;
    }
  
    .mdl-progress>.progressbar {
      background-color: rgb(244,67,54)!important;
    }
  
  
    .progressBar .mdl-button {
        background-color: #e86850;
        color: #FFF;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
        width: 93px;
    }
  
    .progressBar .mdl-button i {
      display: none;
    }
  
  }
  
  
  
  
  @media (min-width: 992px){
  
    .gtcu-container {
        margin-left: auto;
        margin-right: auto;
        width: 900px;
    }
  
  
    .hexagons {
      background-image: url('../files/hexagon-device.png');
      background-position: -460px -100px;
      background-size: 95%;
    }
  
    .gtcu-onboard{
      padding:80px 20px;
    }
  
  }
  
  
  
  @media (min-width: 1024px){
  
    .gtcu-container {
        margin-left: auto;
        margin-right: auto;
        width: 970px;
    }
  
  }
  
  
  @media (min-width: 1200px) {
  
    .is-invalid {
      border: 10px solid #FFEEF0!important;
    }
  
  
    .section .mdl-selectfield {
      border: 10px solid #FFF;
    }
  
    .section .mdl-textfield {
      border: 10px solid #FFF;
    }
  
  
    .mdl-selectfield--floating-label .mdl-selectfield__label {
      top: 4px!important;
    }
  
  
  
  
  
  
    .mdl-layout__container {
      margin-bottom: 50px;
    }
  
  
    .surveyTitle {
      text-transform: uppercase;
      font-weight: 400;
    }
  
    .mdl-selectfield {
      width: 100%!important;
    }
  
  
    .gtcu-container {
        margin-left: auto;
        margin-right: auto;
        width: 1170px;
    }
  
    .gtcu-card {
      padding: 30px;
    }
  
    .section-start .gtcu-card-content {
      padding: 40px;
    }
  
  
    /*
    |--------------------------------------------------------------------------
    | DEMOGRAPHICS
    |--------------------------------------------------------------------------
    */
  
    .is-invalid {
      border: 10px solid #FFEEF0!important;
    }
  
    .section .mdl-selectfield {
      border: 10px solid #FFF;
    }
  
    .section .mdl-textfield {
      border: 10px solid #FFF;
    }
  
  
    .section-demographics .mdl-selectfield, .section .mdl-textfield {
      margin: 0;
    }
  
    .section-demographics .formInput .mdl-cell {
        margin: 5px 8px;
    }
  
  
    .mdl-textfield--floating-label .mdl-textfield__label {
      top: 4px!important;
    }
  
    /*
    |--------------------------------------------------------------------------
    | RADIO BUTTONS
    |--------------------------------------------------------------------------
    */
  
  
    .selectBox .mdl-list__item .mdl-list__item-primary-content {
      font-size: 16px;
      line-height: 24px;
      padding-top: 5px;
    }
  
  
    .hexagons {
      background-image: url('../files/hexagon-device.png');
      /*background-position: -460px -140px;*/
      background-position: -500px -140px;
      background-size: 75%;
    }
  }

/* ------- PRINT: aster first, group comparisons 2×2 below (compact), normalize #communicationGraph ------- */
@media print {
  @page { size: A4; margin: 12mm; }

  /* Preserve colors & simplify layout */
  *, *::before, *::after {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    box-sizing: border-box !important;
  }
  html, body {
    background: #fff !important;
    height: auto !important;
    overflow: visible !important;
    font-size: 10.5pt;
    line-height: 1.35;
  }
  .mdl-layout,
  .mdl-layout__container,
  .mdl-layout__content {
    position: static !important;
    height: auto !important;
    overflow: visible !important;
  }

  /* Hide UI chrome */
  .mdl-layout__header,
  .mdl-layout__tab-bar,
  .progressBar,
  #visualizerDataDisplay,
  .mdl-tooltip,
  .groupLegend { display: none !important; }

  /* General clean-up */
  .gtcu-card, .mdl-card, svg { box-shadow: none !important; filter: none !important; }
  .mdl-grid { margin: 0 !important; padding: 0 !important; }
  .mdl-cell { width: 100% !important; max-width: 100% !important; padding: 0 !important; }

  /* ===== FIRST PAGE =====
     Stack rows: (1) Aster, (2) Group Comparisons in 2×2 */
  .mdl-grid:first-of-type {
    display: grid !important;
    grid-template-columns: 1fr !important;   /* stacked rows */
    row-gap: 6mm !important;
    align-items: start !important;
    grid-auto-flow: dense !important;
  }

  /* Order explicitly */
  .mdl-grid:first-of-type .asterPlot        { grid-row: 1 !important; grid-column: 1 !important; float: none !important; }
  .mdl-grid:first-of-type .groupComparisons { grid-row: 2 !important; grid-column: 1 !important; float: none !important; }

  /* Aster sizing */
  .asterTitle {
    display: block !important;
    font-size: 13pt !important;
    line-height: 1.2 !important;
    margin: 0 0 3mm 0 !important;
    padding: 0 !important;
    color: #424242 !important;
    text-transform: uppercase !important;
  }
  .asterPlot svg {
    display: block !important;
    margin: 0 auto !important;
    padding-top: 0 !important;
    width: 68mm !important;                  /* tuned smaller to free space */
    height: 68mm !important;
    overflow: visible !important;
  }
  
  /* Tooltips off for print */
  .groupComparisons .d3-tip { display: none !important; }

  /* Don't split charts across pages */
  .gtcu-card, .mdl-card, .mdl-cell, .asterPlot, .groupComparisons, svg, canvas {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  /* Next section starts on a fresh page */
  .mdl-grid:first-of-type { page-break-after: always !important; break-after: page !important; }

  /* ===== LATER SECTIONS ===== */
  .legend h2,
  .matrix h2,
  .groupSelect .groupTitle,
  .surveyTitle {
    font-size: 13pt !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
    color: #424242 !important;
    text-transform: uppercase !important;
    margin: 0 0 3mm 0 !important;
  }

  /* “FOUR ORDERS …” isolated page */
  .legend {
    display: block !important;
    width: 100% !important;
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    padding: 4mm !important;
    margin: 0 !important;
    page-break-before: always !important;
    break-before: page !important;
    page-break-after: always !important;   /* keep matrix on its own page */
    break-after: page !important;
  }
  .legend p { color: #555 !important; font-size: 10.5pt !important; }

  /* “IMPROVE YOUR SKILLS …” isolated page + consistent fonts & dots */
  .matrix {
    display: block !important;
    width: 100% !important;
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    padding: 4mm !important;
    margin: 0 !important;
    page-break-before: always !important;
    break-before: page !important;
    font-family: proxima-nova, 'Roboto', sans-serif !important;
  }
  .matrix p,
  .matrix .matrixInterpretation p,
  .matrix .matrixSuggestion p,
  .matrix .matrixTitle {
    font-family: proxima-nova, 'Roboto', sans-serif !important;
  }
  .matrixTitle::before {
    content: "" !important;
    display: inline-block !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 7.5px !important;
    margin-right: 15px !important;
  }
  .matrix .technicalMatrix .matrixTitle::before     { background-color: #8bc34a !important; }
  .matrix .socialMatrix .matrixTitle::before        { background-color: #6ed1de !important; }
  .matrix .computationalMatrix .matrixTitle::before { background-color: #d32c82 !important; }
  .matrix .informationalMatrix .matrixTitle::before { background-color: #ec8745 !important; }

  /* Optional: 2×2 tiles inside matrix if present */
  .matrix .mdl-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4mm !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .matrix .mdl-grid > .mdl-cell { margin: 0 !important; padding: 0 !important; }

  /* Keep Group Comparison charts 2×2 on print */
  .groupComparisons .mdl-grid:nth-of-type(2) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4mm !important;
    align-items: start !important;
  }
  .groupComparisons .mdl-grid:nth-of-type(2) > .mdl-cell {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    max-width: none !important;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .groupComparisons #communicationGraph,
  .groupComparisons #technicalGraph,
  .groupComparisons #informationalGraph,
  .groupComparisons #computationalGraph {
    width: 100% !important;
  }
  .groupComparisons svg {
    width: 100% !important;
    height: auto !important;
  }
}
