/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/***** Custom Styles - Student Senate *****/
:root {
  /*********** Design Standards *******************/
  /********** Brand Colors ***********************/
  --color-primary-standard: #1867a9;
  --color-primary-dark: #0c1d43;
  --color-secondary-standard: #bc7188;
  --color-secondary-light: #fea4be;
  /********* Standard System Alert Colors ************/
  --color-alert-danger-background: #FED4D4;
  --color-alert-danger-border:#B50505;
  --color-alert-confirm-background:#D8F6E1;
  --color-alert-confirm-border:#1E863D;
  --color-alert-caution-background:#FCFCCE;
  --color-alert-caution-border:#F3F01F;
  --color-alert-accent-background:#F3CEAF;
  --color-alert-accent-border:#D06F20;
  --color-alert-neutral-background:#AAD1F0;
  --color-alert-neutral-border:#175283;
  --color-stock-white:#ffffff;
  --color-stock-black-900:#000000;
  --color-stock-black-700:#474747;
  --color-stock-black-500:#828282;
  --color-stock-black-300:#B2B2B2;
  --color-stock-black-100:#DEDEDE;
  /**** Other Colors ******/
  --color-white: #ffffff;
  --color-black: #000000;
  /********* Font Settings ***********************/
  --fs-100: .5rem;
  --fs-200: .8rem;
  --fs-300:1.0rem;
  --fs-400:1.2rem;
  --fs-500:1.4rem;
  --fs-600:1.6rem;
  --fs-700:1.8rem;
  --fs-800:2.0rem;
  --fs-900:2.4rem;
  --fs-910:3.0rem;
  --fs-990: 5rem;
  /********* Borders *************************/
  --br: 4px;
  --br2:8px;
}
/**** main resets ***/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/**** main style settings *****/
h1, h2, h3, h4, h5 {
  font-size: var(--fs-800);
  line-height: var(--fs-900);
}
/*********** Home Page Settings *****************/
#g-feature.position-feature {
  background-color: #0c1d43;
  color: white;
  text-align: center;
  background-image: url('../../../../images/pexels-laura-musikanski-10209717.jpg');
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  min-height: 20rem;
  opacity: 1;
}
#g-feature.position-feature .g-container {
  padding: 10rem 20rem;
  padding: 1vw 2vh;
}
#g-feature.position-feature h3.g-title {
  font-size: var(--fs-990);
  color: white;
}
#g-feature.position-feature .custom p {
  font-size: var(--fs-600);
}
/**** general page settings *********/
#g-main {
  padding: 1.5rem 3rem;
}
/************ Menus ******************************/
/***** Main menu ********************/
#g-header .g-main-nav ul.g-toplevel li.g-menu-item {
  font-size: var(--fs-500);
}
/**** Session Managmenet Options ****/
.session-navigation-menu {
  background-color: var(--color-primary-dark);
  margin: 2rem;
  border-radius: 8px;
  padding: 1rem;
}
.session-navigation-menu h3.g-title {
  color: white;
  font-size: var(--fs-800);
  line-height: var(--fs-800);
  text-align: left;
}
.session-navigation-menu ul.nav {
  display: flex;
  flex-direction: column;
  gap: var(--fs-500);
}
.session-navigation-menu ul.nav li {
  background-color: var(--color-primary-standard);
  padding: var(--fs-500);
  font-size: var(--fs-500);
  line-height: var(--fs-500);
  border-radius: var(--br);
  color: var(--color-white);
  text-align: center;
}
.session-navigation-menu ul.nav li a {
  color: var(--color-white);
}
.session-navigation-menu ul.nav li a:hover {
  background-color: var(--color-secondary-standard);
  color: var(--color-primary-dark);
}
.session-navigation-menu ul.nav li:hover {
  background-color: var(--color-secondary-standard);
  color: var(--color-primary-dark);
}
/***********  System Alerts ***********************************/
/** custom module alerts **/
.platform-content > .alert {
  background-color: var(--color-alert-danger-background);
  border: 2px solid var(--color-alert-danger-border);
  color: var(--color-alert-danger-border);
  padding: 0;
  margin: 0 0 2rem 0;
}
.platform-content > .alert > .alert {
  background-color: transparent;
  border: none;
  color: var(--color-alert-danger-border);
  padding: 20px;
  margin: 0;
}
.platform-content > .alert > .alert h4 {
  font-size: var(--fs-700);
  color: var(--color-alert-danger-border);
  margin: 0 0 1rem 0;
  line-height: var(--fs-800);
}
.platform-content > .alert > .alert p {
  margin: 0;
}
/************ Senate Bill System *****************/
/******* Create / Edit Bill ********/
.student_senate_bills-senate_bill {
  display: flex;
  flex-direction: column;
}
.student_senate_bills-senate_bill #toolbar {
  order: 2;
}
.student_senate_bills-senate_bill #adminForm {
  order: 1;
}
.student_senate_bills-senate_bill .control-wrapper-description #jform_description {
  width: 90%;
}
.student_senate_bills-senate_bill .bill_whereas .tab_fields .controls, .student_senate_bills-senate_bill .bill_resolution .tab_fields .controls, .student_senate_bills-senate_bill .bill_voting .tab_fields .controls {
  margin-bottom: 2rem;
}
.student_senate_bills-senate_bill .bill_whereas .tab_fields .text_area, .student_senate_bills-senate_bill .bill_resolution .tab_fields .text_area, .student_senate_bills-senate_bill .bill_voting .tab_fields .text_area {
  width: 100%;
}
.student_senate_bills-senate_bill .bill_whereas .tab_fields .control-label {
  width: 300px;
  text-align: left;
}
.student_senate_bills-senate_bill .bill_whereas .tab_fields .control-label label {
  font-size: var(--fs-500);
}
.student_senate_bills-senate_bill .bill_whereas .tab_fields .controls {
  margin-left: 0;
}
.student_senate_bills-senate_bill .subform-repeatable-group .subform-repeatable-group-sr-1 .control-group .control-label {
  display: inline;
  margin-left: 0;
}
@media only screen and (max-width: 600px) {
  .student_senate_bills-senate_bill .subform-repeatable-group {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 800px) {
  .student_senate_bills-senate_bill #senate_billTabContent .tab_contents .billtabcontents {
    display: grid;
    grid-template-columns: minmax(25ch, 350px) 1fr 1fr;
    position: relative;
  }
  .student_senate_bills-senate_bill #senate_billTabContent .tab_contents .billtabcontents .tab_title {
    grid-column-start: 1;
    grid-column-end: end;
  }
  .student_senate_bills-senate_bill #senate_billTabContent .tab_contents .billtabcontents .tab_instructions {
    grid-column: 1 / span 1;
  }
  .student_senate_bills-senate_bill #senate_billTabContent .tab_contents .billtabcontents .tab_fields {
    grid-column-start: 2;
    grid-column-end: end;
    display: grid;
    grid-template-columns: subgrid;
    margin-bottom: 50px;
    /** set specific positions of fields within their grids **/
  }
  .student_senate_bills-senate_bill #senate_billTabContent .tab_contents .billtabcontents .tab_fields .control-group {
    grid-column-start: 1;
    grid-column-end: end;
    width: 100%;
  }
  .student_senate_bills-senate_bill #senate_billTabContent .tab_contents .billtabcontents .tab_fields .control-wrapper-session_id {
    grid-column: 1 / span 2;
  }
  .student_senate_bills-senate_bill #senate_billTabContent .tab_contents .billtabcontents .tab_fields .control-wrapper-is_committee_bill {
    grid-column: 1 / span 1;
  }
  .student_senate_bills-senate_bill #senate_billTabContent .tab_contents .billtabcontents .tab_fields .control-wrapper-committee_id {
    grid-column: 2 / span 1;
  }
  .student_senate_bills-senate_bill #senate_billTabContent .tab_contents .billtabcontents .tab_fields .control-wrapper-bill_number {
    grid-column: 1 / span 2;
  }
  .student_senate_bills-senate_bill #senate_billTabContent .tab_contents .billtabcontents .tab_fields .control-wrapper-author_primary_id {
    grid-column: 1 / span 1;
  }
  .student_senate_bills-senate_bill #senate_billTabContent .tab_contents .billtabcontents .tab_fields .control-wrapper-author_additional_ids {
    grid-column: 2 / span 1;
  }
  .student_senate_bills-senate_bill #senate_billTabContent .tab_contents .billtabcontents .tab_fields .control-wrapper-whereas, .student_senate_bills-senate_bill #senate_billTabContent .tab_contents .billtabcontents .tab_fields .control-wrapper-resolution {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .student_senate_bills-senate_bill #senate_billTabContent .tab_contents .billtabcontents .bill_whereas .tab_fields {
    display: block;
  }
  .student_senate_bills-senate_bill #senate_billTabContent .tab_contents .billtabcontents .tab-navigation {
    grid-column-start: 2;
    grid-column-end: end;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .student_senate_bills-senate_bill #senate_billTabContent .tab_contents .billtabcontents .tab-navigation .navigation_instructions {
    border-top: 2px solid var(--color-primary-standard);
  }
  .student_senate_bills-senate_bill .control-wrapper-description label {
    font-size: var(--fs-600);
  }
}
.student_senate_bills-senate_bill .bill_whereas .tab_fields {
  display: block;
}
.student_senate_bills-senate_bill .control-wrapper-resolution textarea {
  width: 100%;
}
/******* Display Bill List *******/
/** Bill display table */
.bill_list.table_head {
  background-color: var(--color-primary-dark);
  color: white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  text-align: center;
}
.bill_list.table_head.bill_number {
  width: 4em;
}
.bill_list.table_head.bill_edit {
  width: 7em;
}
.bill_list.table_body_cell {
  border: 1px solid var(--color-primary-standard);
  text-align: center;
}
.bill_list.table_body_cell.bill_title {
  text-align: left;
}
.bill_lock {
  max-width: 2rem;
}
/******* Display Bill Preview *****/
.billtext {
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
  font-size: 1.4rem;
  line-height: 2.8rem;
  text-indent: 2em;
}
.session_name {
  text-align: right;
}
.bill_committee {
  text-align: center;
  font-weight: bold;
}
.bill_number {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}
.bill_title {
  text-align: center;
  font-weight: bold;
}
span.author_label {
  font-weight: bold;
}
.bilL_author {
  margin: 0;
}
.whereas_intro {
  font-weight: bold;
}
.bill_resolution_head {
  text-align: center;
  font-weight: bold;
}
table.bill_output {
  border: none;
  border-collapse: collapse;
  max-width: 120ch;
}
table.bill_output td {
  padding: 0;
  border: none;
}
table.bill_output td p {
  margin: 0;
}
table.bill_output td p.vote_line_date {
  margin-left: 4rem;
}
/**************************************** Session Members **************************************************/
/**** Add Session Members **/
.student_senate_bills-invitesend {
  display: flex;
  flex-direction: column;
}
.student_senate_bills-invitesend .btn-toolbar {
  order: 2;
}
.student_senate_bills-invitesend .form-validate {
  order: 1;
}
.student_senate_bills-invitesend .control-wrapper-name {
  padding: 10px 20px;
  background-color: var(--color-primary-dark);
  color: var(--color-stock-white);
  border-radius: 5px;
}
/*# sourceMappingURL=custom_10.css.map */