/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, hgroup, menu, nav, section {
  display: block; }

/* set up basic tag styles */

body {
  line-height: 1.5em;
}

html {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  color: black;
  font: 12pt Lato;
  margin: 0;
  overflow-x: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column; }

ul {
  margin-left: 30px;
  margin-bottom: 30px; }
  ul li {
    list-style-type: disc;
    line-height: 1.2em;
    margin-bottom: 15px;
    padding-left: 3px; }

a {
  color: #2C7AE1;
}
a:visited {
  color: #2C7AE1;
}

h1 {
  color: #1d1d1d;
  font-size: 150%;
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 15px; }


h2 {
    font-size: 150%;
    margin-bottom: 15px;
}

h3 {
  font-size: 125%;
  margin-bottom: 10px; 
}


.content {
  padding: 30px; }
  @media (max-width: 360px) {
    .content {
      padding: 20px 30px; } }

.action-link {
    font-weight: bold;
    text-decoration: underline;
}

/*                */
/* General Styles */
/*                */

@media (max-width: 480px) {
  .mobile-break {
    display: block; } }

@media (max-width: 480px) {
  .medium-or-smaller-size-screen-break {
    display: block; } }

.grey-text {
    color: darkgrey;
}

.no-wrap {
  white-space: nowrap; }

.last-edited {
    background-color: lightgoldenrodyellow;
}

/* heading styles */

.header-container {
  max-width: 1300px;
  display: flex;
}

.purdue-logo-img {
    width: 190px; 
    height: 33.8833px; 
    padding: 20px 20px 0px 30px; 
    margin-bottom: 10px;
}


/*                 */
/* Page Nav Styles */
/*                 */

.breadcrumb-nav-container {
  display: flex;
  font-size: 14pt;
  color: #333;
  text-decoration: none;
  font-weight: 900;
  margin-bottom: 20px;
  flex-wrap: wrap;
  /* vertically align objects to the top of the container */;
  justify-content: start;
}

.breadcrumb-nav-container a {
  text-decoration: none;
}

.breadcrumb-nav-link-separator {
    padding-right: 10px;
    padding-left: 10px;
}

/*             */
/* Form Styles */
/*             */


.form-button {
    background-color: #E0D4B8;
    border: 2pt solid #CFB992;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 10pt;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    min-width: 80px;
}
.form-button:hover {
    background-color: #E0D4B8;
    border: 2pt solid #816d6d;
}
.form-button:active {
    background-color: #c4b498;
    color: black;
}

.form-outer-container {
  max-width: 800px;

  border: 2pt solid #675c4b;
  padding: 1px;
  background-color: white;
  font-size: 10pt;
}
.form-inner-container {
  display: grid;
  grid-template-columns:  1fr 1fr;
  background-color: #ececec;
}

select {   /* style for selected dropdown list item */
  height: 22px;
  margin: 3px 4px 0 0;
}

.element-text-container {
  align-self: stretch;
  padding: 6px 5px 5px 12px;
  font-size: 10pt;
  border-bottom: 1pt solid white;
  text-align: left;
}

.section-note {
  padding: 7px 5px 7px 12px;
  font-size: 10pt;
  border-bottom: 1pt solid white;
  text-align: left;
  grid-column: span 2;
}

.form-checkbox {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    transform: translateY(2px);
}

.input-field-hint {
    font-size: 9pt;
    padding: 2px 0 0 5px;
    color: #000000;
}

.input-container {
    align-self: stretch;
    border-bottom: 1pt solid white;
    padding: 5px 5px 5px 12px;
    font-size: 10pt;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.read-only-form .input-container,
.read-only-form .element-text-container,
.read-only-form .section-note {
    background-color: #fafafa;
    border-bottom: 1pt solid #f0e2c8;
}

.read-only-form .input-container,
.read-only-form .element-text-container {
    padding: 0px 5px 0px 12px;
    border-bottom: 1pt solid #f0e2c8;
}

.read-only-form .subsection-title {
    font-weight: normal;
    padding-left: 8px;
}

.form-input {
    height: 22px;
}

.form-title {
    padding: 5px 0 5px 12px;
    font-size: 16pt;
    grid-column: span 2;
    font-weight: 700;
    color: black;
    background-color: #CFB991;
}

.section-title {
    padding: 4px 0 4px 12px;
    font-size: 13pt;
    font-weight: bold;
    grid-column: span 2;
    color: black;
    background-color: #CFB991;
}

.subsection-title {
    padding: 5px 0 5px 7px;
    font-size: 10pt;
    font-weight: 900;
    grid-column: span 2;
    color: black;
    border-bottom: 1pt solid white;
    font-family: "Segoe UI", system-ui, sans-serif;
}

.form-setup-error {
    color: red;
}

.form-edit-left-bar {
    background-color: white;
    padding: 3px 5px 0 5px;
    min-width: 110px;
}
.form-edit-right-bar {
    background-color: white;
    padding: 3px 5px 0 5px;
}


/* responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 550px) {
  .form-container {
    grid-template-columns: 1fr;
  }
  .element-text-container {
      text-align: left;
      border-bottom: none;
      padding-bottom: 0;
  }
  .input-container {
      grid-column: span 2;
  }
}

.user-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    justify-content: space-between;
    padding: 3px 5px;
    font-size: 11pt;
}

.user-form-list > div:nth-child(odd) {
    background-color: #eee;
}

.key-data-label {
    background-color: #8484ff;
    color: white;
    border-radius: 6px;
    display: inline-block;
    font-weight: bold;
    font-size: 7pt;
    padding: 2px 6px;
    height: 18px;
    line-height: 18px;
    margin-right: 3px;
}

.web-form-attribute-display {
    color: #2C7AE1;
    cursor: default;
}

.web-form-list {
  display: grid;
  grid-template-columns: auto auto auto auto;
  row-gap:    0;
  font-size: 11pt;
}

.web-form-list-item {
    padding: 3px 5px;
}

.web-form-row {
    display: grid;
    column-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    padding: 3px 5px;
    font-size: 11pt;
}

.web-form-name {
    font-weight: bold;
}

.pdf-view-div {
  	height: 900px;
	width: 100%;
    min-width: 500px;
	resize: both;
	overflow-x: auto;
	overflow-y: hidden;
	margin-bottom: 30px;
}

.pdf-view-iframe {
	width: 100%;
	height: 100%;

}
.read-only {
  background-color: #CFB991;
  background-color: rgba(207, 187, 145, 0.45);
}

.user-form-event-date {
    display: inline-block;
    min-width: 80px;
}

/*                    */
/* File Upload Styles */
/*                    */

.dropzone-upload-container {
  padding: 10px;
  border: 1pt dashed black;
  margin: 1px 4px 0 0;
  background-color: white;
  border-radius: 6px;
}

/*                   */
/* My Account Styles */
/*                   */

.awaiting-data-entry {
   color: #B20000;
}
.awaiting-submission {
   color: #B20000;
}
.awaiting-euro-review {
   color: green;
}
.complete {
   color: green;
}

/*                      */
/* Review Screen Styles */
/*                      */

.euro-review-form-list {
    font-size: 11pt;
    border: 1pt solid grey;
    border-radius: 6px;
    border-spacing: 0;
}

.euro-review-form-list th {
    background-color: #e3e3e3;
    padding: 2px 20px 0px 5px;
    font-weight: bold;
    font-size: 10pt;
    color: #333333;
    vertical-align: bottom;
    line-height: 14pt;
}

.euro-review-form-list .even-row {
    background-color: #fafafa;
}

.euro-review-form-list  td {
    border-top: 1pt solid #dcdcdc;
}

.euro-review-grid-cell {
    font-size: 10pt;
    line-height: 14pt;
    padding: 2px 20px 2px 5px;
}

.euro-review-form-block-title {
    margin-bottom: 5px; 
    font-weight: bold; 
    padding: 5px 0 3px 5px;
    background-color: #e3e3e3;
}

.euro-review-grid-comment {
    padding: 0px 0 0 5px;
    border-top: none !important;
    font-size: 9pt;
    color: #646464;
}



/*                     */
/* Admin Screen Styles */
/*                     */

.admin-form-list {
    display: grid;
    grid-template-columns: fit-content(100%) fit-content(100%);
    flex-direction: row;
    font-size: 11pt;
}
.admin-form-list-title {
  background-color: #e3e3e3;
  padding: 2px 5px;
  font-weight: bold;
}
.admin-form-list-subtitle {
  background-color: rgba(188, 199, 221, 0.51);
  color: black;
  padding: 0px 0 1px 5px;
  margin: 1px 0 -1px 0;
  font-weight: bold;
  font-size: 10pt;
}
.admin-form-list-form-name {
  padding: 0px 12px 0 5px;
  font-weight: bold;
  text-decoration: none;
}
.admin-form-list-form-count {
  text-align: right;
  padding-right: 10px;
}

.mobile-wrap {
  white-space: nowrap; }
  @media (max-width: 480px) {
    .mobile-wrap {
      white-space: normal; } }


/*           */
/*   Fonts   */
/*           */


/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato-v11-latin-300.100dadd6d763.eot");
  /* IE9 Compat Modes */
  src: local("Lato Light"), local("Lato-Light"), url("../fonts/lato-v11-latin-300.100dadd6d763.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v11-latin-300.3e86c4948704.woff2") format("woff2"), url("../fonts/lato-v11-latin-300.6f934cd8100d.woff") format("woff"), url("../fonts/lato-v11-latin-300.ad9795e9e558.ttf") format("truetype"), url("../fonts/lato-v11-latin-300.1aed0c80f99d.svg#Lato") format("svg");
  /* Legacy iOS */ }
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v11-latin-regular.dc7b7052df5c.eot");
  /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato-v11-latin-regular.dc7b7052df5c.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v11-latin-regular.6748e0e1c0be.woff2") format("woff2"), url("../fonts/lato-v11-latin-regular.f137ee486278.woff") format("woff"), url("../fonts/lato-v11-latin-regular.c45152a20fca.ttf") format("truetype"), url("../fonts/lato-v11-latin-regular.ee3a1c8ce9d9.svg#Lato") format("svg");
  /* Legacy iOS */ }
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v11-latin-700.43a8fa5531f2.eot");
  /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/lato-v11-latin-700.43a8fa5531f2.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v11-latin-700.649e18eb6a85.woff2") format("woff2"), url("../fonts/lato-v11-latin-700.fd373951a3af.woff") format("woff"), url("../fonts/lato-v11-latin-700.a30435e0c5ed.ttf") format("truetype"), url("../fonts/lato-v11-latin-700.cfdfec6d275f.svg#Lato") format("svg");
  /* Legacy iOS */ }
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato-v11-latin-900.4f7ab788ecdf.eot");
  /* IE9 Compat Modes */
  src: local("Lato Black"), local("Lato-Black"), url("../fonts/lato-v11-latin-900.4f7ab788ecdf.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v11-latin-900.f377f4433f32.woff2") format("woff2"), url("../fonts/lato-v11-latin-900.c208c9784584.woff") format("woff"), url("../fonts/lato-v11-latin-900.01f5fcc5ad6e.ttf") format("truetype"), url("../fonts/lato-v11-latin-900.030643bf98d2.svg#Lato") format("svg");
  /* Legacy iOS */ }


/*                          */
/*   User Messages Styles   */
/*                          */

.user-messages-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
 }

.user-messages {
  box-sizing: border-box;
  color: #d03b35;
  font-size: 1.2em;
  line-height: 1.2em;
  width: 100%;
  margin-bottom: 10px; }

/*                          */
/*      Dialog Styles       */
/*                          */
  .modal-mask {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
  }

  .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
  }

  .modal-container {
    width: 400px;
    margin: 0px auto;
    color:#2d2d2d;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:2px solid rgba(153,153,153,1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    font-family: Verdana;
    font-size:0.8em;
    line-height: 1.4em;
    box-sizing:border-box;
  }
  .modal-title-container {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
      box-sizing:border-box;
      width:100%;
      padding:10px 20px;

  }

  .modal-header h3 {
    margin-top: 0;
    color: #42b983;
  }

  .modal-body {
    box-sizing: border-box;
    padding: 20px 20px 5px 20px;
  }
  
  .modal-body textarea::placeholder {
    line-height: 19px;
  }
  
.modal-footer {
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing:border-box;
    display:flex;
    justify-content: flex-end;
    align-items:center;
    padding:10px 20px 20px;
    width:100%;
}

  /*
   * The following styles are auto-applied to elements with
   * transition="modal" when their visibility is toggled
   * by Vue.js.
   *
   * You can easily play with the modal transition by editing
   * these styles.
   */

  .modal-enter {
    opacity: 0;
  }

  .modal-leave-active {
    opacity: 0;
  }

  .modal-enter .modal-container,
  .modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

    .modal-container .btn-dialog {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
      color:#2d2d2d;
      min-width:80px;
      padding:8px 10px;
      box-sizing:border-box;
      outline:none;
      border:0px solid rgba(237,237,237,1);
      margin-left:15px;
      font-size:0.9em;
      cursor:pointer;
      font-family: Verdana;
  }
  .modal-container .btn-dialog:focus,
  .modal-container .btn-dialog:active,
  .modal-container .btn-dialog:hover {
      background: rgba(250,250,250,1);
      border:0px solid rgba(237,237,237,1);
  }

  .modal-container .btn-default {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
      background: rgb(73,155,234); /* Old browsers */
      background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
      border:0px solid rgba(32,124,229,1);
      color:#ffffff;
      font-weight: bold;
      padding:8px 13px;
  }
  .modal-container .btn-default:focus,
  .modal-container .btn-default:active,
  .modal-container .btn-default:hover {
      background: rgb(32,124,229);
      border:0px solid rgba(32,124,229,1);
  }
  .modal-container .btn-danger {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d14d4d+0,ae2c2c+100 */
      background: rgb(209,77,77); /* Old browsers */
      background: -moz-linear-gradient(top,  rgba(209,77,77,1) 0%, rgba(174,44,44,1) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top,  rgba(209,77,77,1) 0%,rgba(174,44,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom,  rgba(209,77,77,1) 0%,rgba(174,44,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d14d4d', endColorstr='#ae2c2c',GradientType=0 ); /* IE6-9 */
      
      border:0px solid rgba(174,44,44,1);
      color:#ffffff;
      padding:8px 13px;
  }
  .modal-container .btn-danger:focus,
  .modal-container .btn-danger:active,
  .modal-container .btn-danger:hover {
    background: rgba(174,44,44,1);
    border:0px solid rgba(174,44,44,1);
  }

/*                          */
/*      Menu  Nav Styles    */
/*                          */

.page-content-container {
    display: flex; 
    justify-content: flex-start;
    line-height: 1.5em;
}

#menu-container {
    padding: 50px 0px 0 20px; 
    min-width: 160px; 
    line-height: 1.6em;
}
#menu-container.show {
     display: block;
    min-width: 160px;
}
#menu-container > a {
    font-size: 14pt; 
    font-weight: 900;
    text-decoration: none;
    display: block;
}
#menu-container > a:hover {
    text-decoration: underline;
}
.active-path {
    color: darkgrey;
}
.active-path:hover {
    color: darkgrey;
    text-decoration: none !important;
}
.active-path:visited {
    color: darkgrey;
}

.nav-section-title {
	border-top: 1px solid #ababab;
	color: #8c8c8c;
	margin: 14px 0 9px -3px;
	padding: 5px 0 0 3px;
	font-size: 8pt;
    line-height: 12pt;
    width: calc(100% - 15px);
} 

.tiny-section-label-under-hr {
  font-size: 8pt; 
  color: #656565; 
  margin: -3px 0 0 1px;
}

.shrinking-menu-container {
	display: none;
}

@media (max-width: 768px) {
    .purdue-logo-img {
        padding-left: 15px;
    }
    .active-path, .active-path:visited {
        color: #000000 !important;
        text-decoration: underline !important;
        font-weight: 900 !important;
        text-decoration-thickness: 2px !important;
    }

    .nav-link-dashboard {
        display: none !important;
    }
    .nav-link-euro-review {
        display: none !important;
    }
    .page-content-container {
        flex-wrap: wrap;
    }
    .shrinking-menu-container {
		height:50px;
        background: #d3b88d;
		display: flex;
		padding: 0 0 0 0px;
		box-sizing: border-box;
		width: 100%;
        z-index:1;
	}
	.shrinking-menu-container > a {
		font-size: 13pt;
		font-weight: 700;
		text-decoration: none;
		padding: 12px;
		box-sizing: border-box;
		color: #212121;
	}
    #menu-container > a {
        display: inline-block;
        font-weight: 700;
        padding: 0 12px;
        font-size: 13pt;
        color: #212121;
    }
	.shrinking-menu-container > a:hover,
    #menu-container > a:hover {
		color: red;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-decoration-position: from-font;
	}
	.shrink-sign-in, .shrink-create-account {
		display: none;
	}
    .nav-section-title {
        border-top: 1px solid #000000;
        color: #000000;
        margin: 15px 0 10px 9px;
        padding: 5px 0 0 3px;
        font-size: 8pt;
        width: calc(100% - 45px);
    } 
    #menu-container {
        height: 0px;
        overflow: hidden;
        padding: 0 0 0 20px;
        margin:-10px auto 0 auto;
        background: #d3b88d;
    }
    #menu-container.hidden {
        background: #d3b88d;
        display: block;
        height:0;
        margin:-10px auto 0 auto;
		overflow: hidden;
        padding-left: 20px;
        transition: all .9s ease;
		width: 100%;
        z-index: 10;
        -webkit-transition: all .9s ease;
	}
    #menu-container.shown {
        background: #d3b88d;
        display: block;
        height: 200px;
        margin:-10px auto 0 auto;
        overflow: hidden;
        padding-left: 20px;     
        transition: all .9s ease;
        width: 100%;
        z-index: 10;
        -webkit-transition: all .9s ease;
    }
    a#nav-shrink-link-menu-toggle-label {
        display: flex;
    }
    a#nav-shrink-link-menu-toggle {
        display: block;
        margin: 15px 0 0 -5px;
        padding: 0;
        height: 20px;
        line-height: 14px;
        font-size: 24px; 
        transform: rotate(90deg);
        text-decoration:none !important;
        transition: all 0.2s;
    }
    #nav-shrink-link-menu-toggle.rotate {
        margin: 15px 0 0 -5px;
        font-size:24px; 
        transform: rotate(270deg);
        text-decoration:none !important;
        transition: all 0.2s;
    }
    a#nav-shrink-link-menu-toggle:hover {
      text-decoration: none !important;
    }
    .nav-link-staff-sign-out {
        display: none !important;
    }
    .nav-link-web-forms {
        display: none !important;
    }
}
@media (max-width: 600px) {
	.nav-shrink-link-staff-sign-out {
		display: none;
	}
    .nav-link-staff-sign-out {
        display: inline-block !important;
    }
}

#nav-link-menu-toggle,
#nav-link-menu-toggle-label {
    display: none !important;
}

@media (max-width: 480px) {
	.nav-shrink-link-web-forms {
		display: none;
	}
    .nav-link-web-forms {
        display: inline-block !important;
    }
}




/* ------------------------------------------------------- */
/*                                                         */
/*   Not yet sorted / refactored / or leagacy CSS styles   */
/*                                                         */
/* ------------------------------------------------------- */

.nav-container {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  padding: 0;
  width: 100%; }

.mobile-menu-margin {
  margin-bottom: 315px; }

.header-right {
  position: absolute;
  right: 15px;
  top: 10px;
   }
  @media (max-width: 768px) {
    .header-right {
      float: none;
      text-align: right;
      z-index: 999999;
      margin-top: 5px; } }

#open {
  display: none; }

@media (max-width: 768px) {
  nav {
    display: block;
    background-color: #1d1d1d;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .5s ease;
    margin-bottom: 30px;
    width: 100%; } }
  @media (max-width: 768px) and (max-width: 560px) {
    nav {
      margin-top: -9px; } }

nav > a {
  color: #92b800;
  font-size: 20px;
  position: relative;
  display: inline-block;
  line-height: 1em;
  margin: 65px 0 0 30px;
  text-decoration: none; }


a:hover {
  color: red; }

.sign-out-link {
  float: right; 
  color: white !important; 
  font-weight: bold; 
  text-decoration: none;
}

.sign-out-link:hover {
  color: #FFAAAA !important;
  text-decoration: underline;
}

.shrinking-nav {
  display: none; }
  @media (max-width: 768px) {
    .shrinking-nav {
      display: inline-block;
      margin-top: 5px;
      text-align: center; }
      .shrinking-nav a {
        color: #92b800;
        font-size: 20px;
        margin: 0 0 0 20px;
        text-decoration: none; }
        .shrinking-nav a:hover {
          color: #a23735; } }
    @media (max-width: 768px) and (max-width: 640px) {
      .shrinking-nav a {
        font-size: 18px; } }
  @media (max-width: 768px) {
        .shrinking-nav a:first-of-type {
          margin: 0; } }


a.active {
  color: #a23735;
  font-weight: 700; }
  a.active:hover {
    color: #a23735; }

a.mobile-active {
  color: #a23735; }
  a.mobile-active:hover {
    color: #a23735; }

.footer {
  color: #fff;
  background-size: 100% 100%;
  margin-top: 30px;
  padding: 30px;
  box-sizing: border-box;
  width: 100%; }
  @media (max-width: 640px) {
    .footer {
      padding: 30px 30px 0 30px; } }

.footer-container-nav {
  color: #fff;
  background: #254151;
  flex: 0 0 auto;
  border-top: 1px solid #ffffff; }


footer {
  font-size: 15px;
  font-weight: 100;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0; }

.error-message {
  color: #e9322d;
  font-size: 14px;
  font-weight: 700;
  float: right;
  margin-right: 5px;
  margin-top: -3px;
  padding: 3px 0; }
  @media (max-width: 360px) {
    .error-message {
      float: none;
      display: block;
      padding: 5px 0 0; } }

.error-capture-message {
  background-color: #e9322d;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 10px auto;
  padding: 3px 0;
  max-width: 400px;
  width: 100%; }

.error-icon {
  display: inline-block;
  width: 18px;
  height: auto;
  margin: 0 2px -2px 2px; }

.cas-input {
  background: #fefefe;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #838383;
  font-size: 1em;
  padding: 10px;
  width: 100%;
  margin: 5px auto 15px; }

.input-label {
  display: block;
  padding-bottom: 5px; }


@media (max-width: 640px) {
  .mobile-remove {
    display: none; } }


label.error-box > input {
  border: 2px dashed #cd3129;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.error-message {
  color: #cd3129;
  font-size: 14px;
  font-weight: 700;
  float: right;
  margin-right: 5px;
  margin-top: -3px;
  padding: 3px 0; }
  @media (max-width: 360px) {
    .error-message {
      float: none;
      display: block;
      padding: 5px 0 0; } }

.error-icon {
  display: inline-block;
  width: 18px;
  height: auto;
  margin: 0 2px -2px 2px; }


.event-tile {
    border: 2px solid darkgrey;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #e0f2fa;
    margin-bottom: 40px;
    width: 400px;
    color: black !important;
    text-decoration: none;
}
.event-tile:hover {
    background-color: lightgrey;
}


