html {
  height: 100%;
}

body{
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  font-family: Montserrat, sans-serif;
}

footer {
  grid-row-start: 2;
  grid-row-end: 3;
}

ul, ol {

  list-style: none;
  margin: 0;
  padding-left: 0;

  box-shadow: 1px 3px 15px rgba(32, 32, 32, 0.25);

}

h2.errorPage {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-align: center;
}
h3.errorPage {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-align: center;
}

.footerBackground {
  background-color: #202020;
}

.footerTextLink {
  color: #f1f1f1;
}

.footerTextLink:hover, .footerTextLink:focus {
  color: #e45a35;
}

.noPrint {
  display: unset;
}

.printOnly {
  display: none;
}

.nameItalicized {
  /* color:black; */
  font-style: italic;
  white-space: pre;
}

.nameNonItalicized{
  /*font-weight: bold;*/
}

.cookie-banner {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  bottom: 0px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);

  font-family: Roboto Condensed;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.03em;
}
.close {
  height: 44px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
  width: 44px;
  font-size: 2em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.sr-only:focus-within {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}


#mainNavigation {
  font-family: Montserrat, sans-serif;
  position: relative;
  z-index: 100;
}


.navButton {

  list-style: none;
  margin: 0;
  padding-left: 0;

  box-shadow: 1px 3px 15px rgba(32, 32, 32, 0.25);
}

.menuStyle, .dropdownStyle1 {
  display: block;

  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}

.dropDown {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;

  right: 0;
  display: none;
  top:100%;
}

.focus .dropDown {
  visibility: visible;
  opacity: 1;
  display: block
}

.menuList .menuStyle .dropDown .dropdownStyle1 {
  clear: both;
  width: 100%;
}

.menuStyle button {
  font-size: inherit;
  font-family: inherit;
  text-transform: inherit;
  font-weight: inherit;
  text-align: inherit;
  color: inherit;
  letter-spacing: inherit;

  background-color: inherit;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}

.menuStyle a, .menuStyle button {
  color: #f1f1f1;
  position: relative;
  width: 100%;
  line-height: 40px;
  display: block;
}

.menuStyle {
  position: relative;
  font-family: Roboto Condensed;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  background-color: #606060;
  color: #f1f1f1;
  min-width: 140px;
  letter-spacing: 0.07em;
  padding: unset;
  display: grid;
}

.menuStyle a:hover, .menuStyle button:hover,
.menuStyle a:focus, .menuStyle button:focus,
.menuStyle a:focus-within, .menuStyle button:focus-within {
  color: #f1f1f1;
  position: relative;
}

.menuStyle:hover {
  background-color: #6A2C3E;
  color: #F1F1F1;
  position: relative;
}

.menuStyle:focus {
  background-color: #6A2C3E;
  color: #F1F1F1;
  position: relative;
}

.menuStyle:focus-within {
  background-color: #6A2C3E;
  color: #F1F1F1;
  position: relative;
}

.dropdownStyle1 a:hover, .dropdownStyle1 a:focus, .dropdownStyle1 a:focus-within {
  color: 	#CF4520;
  background-color: #FCFCFC;

  position: relative;
}

.dropdownStyle2 a:hover, .dropdownStyle2 a:focus, .dropdownStyle2 a:focus-within  {
  color: #6A2C3E;

  position: relative;
}

.dropdownStyle3 a:hover, .dropdownStyle3 a:focus, .dropdownStyle3 a:focus-within  {
  color: #6A2C3E;

  position: relative;
}

.dropdownStyle4 a:hover, .dropdownStyle4 a:focus, .dropdownStyle4 a:focus-within  {
  color: #6A2C3E;

  position: relative;
}

/*Small Mobile*/

@media only screen and (max-width: 350px) {

  * {
    margin: 0;
    box-sizing: border-box;
  }

  *:focus {
    outline: 3px solid #FFD700;
  }

  .page {
    width: 100%;
    height: 100%;
  }

  body {
    background-color: #f1f1f1;
    width: 100%;
    height: 100%;
  }

  a {
    text-decoration: none;
  }

  .dropDown {
    visibility: visible;
    display: block;
    opacity: 1;
    min-width: 5rem;
    position: relative;
    transition: all 0.5s ease;
    top:unset;
    padding:0;
    left: 0;
  }

  .dropdownStyle1, .dropdownStyle2, .dropdownStyle3, .dropdownStyle4 {
    position: relative;
    font-weight: 800;
    text-align: center;
    width: 100%;
    background-color: #202020;
    color: #f1f1f1;
    padding: 0px;
    margin: 0 auto;
    letter-spacing: 0.01em;
    border-style: solid;
    border-color: #6A2C3E;
    border-width: 1.75px;
    font-size: 14px;
  }

  .dropdownStyle1 a, .dropdownStyle2 a, .dropdownStyle3 a, .dropdownStyle4 a {
    position: relative;
    color: #f1f1f1;
    display: block;
  }

  .dropdownStyle1 {
    border-bottom: 1.75px;

  }

  .dropdownStyle2 {
    border-bottom: 1.75px;
  }

  .dropdownStyle3 {
    border-bottom: 1.75px;
  }

  .dropdownStyle1 {
    /*margin-top: 10px;*/
  }

  .dropdownStyle1:hover, .dropdownStyle1:focus,.dropdownStyle1:focus-within  {
    background-color: #F1F1F1;
    color: #CF4520;
    position: relative;

  }


  .dropdownStyle2:hover, .dropdownStyle3:hover, .dropdownStyle4:hover {
    background-color: #F1F1F1;
    color: #6A2C3E;
    position: relative;
  }

  .dropdownStyle2:focus, .dropdownStyle3:focus, .dropdownStyle4:focus {
    background-color: #F1F1F1;
    color: #6A2C3E;
    position: relative;

  }

  .dropdownStyle2:focus-within, .dropdownStyle3:focus-within, .dropdownStyle4:focus-within {
    background-color: #F1F1F1;
    color: #6A2C3E;
    position: relative;

  }

  .navigationBar {
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }


  #mainNavigation {
    width: 100%;
  }

  .logos {
    position: relative;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    width: auto;

  }
  .logoImageVT {
    position: relative;
    height: 28px;

  }
  .logoImageline {
    position: relative;
    height: 28px;
  }
  .logoImageVCE {
    position: relative;
    height: 28px;
  }

  .navButtons {
    /*display: grid;*/
    /*grid-template-columns: 50% 50%;*/
    /*grid-column-gap: 5px;*/
    margin: 0 auto;
    /*width: 280px;*/


    margin-bottom: 15px;
  }

  .navButtons ul {
    margin-top: 10px;
  }

  .navSearch {
    /*position: relative;*/
    /*display: inline-block;*/
    /*padding: 6px;*/
    /*margin: 0 auto;*/

    /*background-color: #606060;*/

    /*width: 100%;*/
    /*height: 33px;*/


    /*align-items: center;*/
    /*text-align: center;*/
  }

  .searchButton {
    /*position: relative;
    width: auto;
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fcfcfc;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    height: 33px;
*/
  }

  /*.navSearch:hover {*/
  /*  background-color: #CF4520;*/
  /*}*/

  /*.navSearch:focus {*/
  /*  background-color: #CF4520;*/
  /*}*/

  /*.navSearch:focus-within {*/
  /*  background-color: #CF4520;*/
  /*}*/

  .header {
    position: relative;
    width: 100%;
    top: 0px;
  }
  .title {
    position: relative;
    min-width: 315px;
    /*max-width: 375px;*/
    min-height: 60px;
    max-height: 120px;
    left: 0px;
    top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 5px;
    /* H1 Common Name */
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 33px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    /* Common Name */
    color: #202020;
  }
  .subtitle {
    position: relative;
    min-width: 315px;
    min-height: 30px;
    max-height: 60px;
    left: 0px;
    top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    /* H2 Scientific Name */
    font-family: Roboto, sans-serif;
    /*font-style: italic;*/
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    /* Sci Name */
    color: #606060;
  }

  .footerStyles {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    grid-column-gap: auto;
    grid-row-gap: 10px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
    align-items: baseline;
    text-align: center;
    width: 100%;
  }

  .footerStyles a {

    position: relative;
    width: 100%;
    bottom: 0px;
    margin: 0 auto;

    /* p, Body Copy, Footer */

    font-family: Montserrat;
    font-weight: 800;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    /* or 143% */
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
    padding-top: 5px;

    color: #f1f1f1;
  }

  .footerStyles a:hover, .footerStyles a:focus, .footerStyles a:focus-within {

    position: relative;
    width: 100%;
    bottom: 0px;
    margin: 0 auto;

    /* p, Body Copy, Footer */

    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    /* or 143% */
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
    padding-top: 5px;

    color: #e45a35;
  }

  .footerLogos {
    /*background-color: #FFF;*/
    padding: 10px;
    width: 100%;
    margin: 0 auto;
  }


  .footer {
    position: relative;
    width: 100%;
    height: 100%;
    top: 20px;
    bottom: 0px;
    margin: 0 auto;
    padding: 15px;

    /* p, Body Copy, Footer */

    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    letter-spacing: 0.03em;
    text-align: center;

    color: #f1f1f1;

    background-color: #202020;
  }
}


/*Large Mobile*/
@media only screen and (min-width:351px) and (max-width: 760px) {

  * {
    margin: 0;
    box-sizing: border-box;
  }

  *:focus {
    outline: 3px solid #FFD700;
  }

  .page {
    width: 100%;
    height: 100%;
  }

  body {
    background-color: #f1f1f1;
  }

  a {
    text-decoration: none;
  }

  .dropdownStyle1, .dropdownStyle2, .dropdownStyle3, .dropdownStyle4 {
    position: relative;
    font-weight: 800;
    text-align: center;
    width: 140px;
    background-color: #202020;
    color: #f1f1f1;
    padding: 0px;
    margin: 0 auto;
    letter-spacing: 0.01em;
    border-style: solid;
    border-color: #6A2C3E;
    border-width: 1.75px;
    font-size: 14px;
  }

  .dropdownStyle1 a, .dropdownStyle2 a, .dropdownStyle3 a, .dropdownStyle4 a {
    position: relative;
    color: #f1f1f1;
    display: block;
  }

  .dropdownStyle1 {
    border-bottom: 1.75px;

  }

  .dropdownStyle2 {
    border-bottom: 1.75px;
  }

  .dropdownStyle3 {
    border-bottom: 1.75px;
  }

  .dropdownStyle1 {
    /*margin-top: 10px;*/
  }

  .dropdownStyle1:hover, .dropdownStyle1:focus,.dropdownStyle1:focus-within  {
    background-color: #FCFCFC;
    color: #CF4520;
    position: relative;

  }


  .dropdownStyle2:hover, .dropdownStyle3:hover, .dropdownStyle4:hover {
    background-color: #F1F1F1;
    color: #6A2C3E;
    position: relative;
  }

  .dropdownStyle2:focus, .dropdownStyle3:focus, .dropdownStyle4:focus {
    background-color: #F1F1F1;
    color: #6A2C3E;
    position: relative;

  }

  .dropdownStyle2:focus-within, .dropdownStyle3:focus-within, .dropdownStyle4:focus-within {
    background-color: #F1F1F1;
    color: #6A2C3E;
    position: relative;

  }

  .navigationBar {
    height: 100%;
    flex-flow: column;
    margin: 0 auto;
  }

  .header-with-background {
    min-height: 70px;
    width: 100%;
    background-color: #ffffff;
    /*align-items: center;*/
    margin: 0 auto;
    border-bottom: 3px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #606060;
    border-style: solid;
  }

  .logos {
    position: relative;
    display: inline-block;

    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    width: auto;

  }
  .logoImageVT {
    position: relative;
    height: 35px;

  }
  .logoImageline {
    position: relative;
    height: 35px;
  }
  .logoImageVCE {
    position: relative;
    height: 35px;
  }

  .navButtons {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin: 5px auto;
    align-items: center;
    width: max-content;
  }

  .navSearch {
    /*position: relative;*/
    /*display: inline-block;*/
    /*padding: 6px;*/
    /*margin: 0 auto;*/

    /*background-color: #606060;*/

    /*width: 100%;*/
    /*height: 33px;*/


    /*align-items: center;*/
    /*text-align: center;*/
  }

  .searchButton {
    /*position: relative;
    width: auto;
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
      align-items: center;
      text-align: center;
      color: #fcfcfc;
      border: none;
      cursor: pointer;
      margin: 0 auto;
      height: 33px;
*/
  }

  /*.navSearch:hover {*/
  /*  background-color: #CF4520;*/
  /*}*/

  /*.navSearch:focus {*/
  /*  background-color: #CF4520;*/
  /*}*/

  /*.navSearch:focus-within {*/
  /*  background-color: #CF4520;*/
  /*}*/

  .header {
    position: relative;
    width: 100%;
    top: 0px;
  }
  .title {
    position: relative;
    min-width: 315px;
    /*max-width: 375px;*/
    min-height: 60px;
    max-height: 120px;
    left: 0px;
    top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 5px;
    /* H1 Common Name */
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 33px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    /* Common Name */
    color: #202020;
  }
  .subtitle {
    position: relative;
    min-width: 315px;
    min-height: 30px;
    max-height: 60px;
    left: 0px;
    top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    /* H2 Scientific Name */
    font-family: Roboto, sans-serif;
    /*font-style: italic;*/
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    /* Sci Name */
    color: #606060;
  }

  .footerStyles {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
    align-items: baseline;
    text-align: center;
    width: 200px;
  }

  .footerStyles a {

    position: relative;
    width: 100%;
    bottom: 0px;
    margin: 0 auto;

    /* p, Body Copy, Footer */

    font-family: Montserrat;
    font-weight: 800;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    /* or 143% */
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
    padding-top: 5px;

    color: #f1f1f1;
  }

  .footerStyles a:hover, .footerStyles a:focus, .footerStyles a:focus-within {

    position: relative;
    width: 100%;
    bottom: 0px;
    margin: 0 auto;

    /* p, Body Copy, Footer */

    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    /* or 143% */
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
    padding-top: 5px;

    color: #e45a35;
  }

  .footerLogos {
    /*background-color: #FFF;*/
    padding: 10px;
    width: 350px;
    margin: 0 auto;
  }


  .footer {
    position: relative;
    width: 100%;
    height: 100%;
    top: 20px;
    bottom: 0px;
    margin: 0 auto;
    padding: 15px;

    /* p, Body Copy, Footer */

    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    letter-spacing: 0.03em;
    text-align: center;

    color: #f1f1f1;

    background-color: #202020;
  }
}

/*Tablet*/

@media print, reader, screen and (min-width: 761px) and (max-width: 1115px) {

  * {
    margin: 0;
    box-sizing: border-box;
  }

  *:focus {
    outline: 3px solid #FFD700;
  }

  .page {
    width: 100%;
    height: 100%;
  }

  body {
    background-color: #f1f1f1;
  }

  a {
    text-decoration: none;
  }

  .dropdownStyle1, .dropdownStyle2, .dropdownStyle3, .dropdownStyle4 {
    position: relative;
    font-weight: 800;
    text-align: center;
    width: 140px;
    background-color: #202020;
    color: #f1f1f1;
    padding: 0px;
    margin: 0 auto;
    letter-spacing: 0.01em;
    border-style: solid;
    border-color: #6A2C3E;
    border-width: 1.75px;
    font-size: 14px;
  }

  .dropdownStyle1 a, .dropdownStyle2 a, .dropdownStyle3 a, .dropdownStyle4 a {
    position: relative;
    color: #f1f1f1;
    display: block;
  }

  .dropdownStyle1 {
    border-bottom: 1.75px;

  }

  .dropdownStyle2 {
    border-bottom: 1.75px;
  }

  .dropdownStyle3 {
    border-bottom: 1.75px;
  }

  .dropdownStyle1 {
    /*margin-top: 10px;*/
  }

  .dropdownStyle1:hover, .dropdownStyle1:focus,.dropdownStyle1:focus-within  {
    background-color: #FCFCFC;
    color: #CF4520;
    position: relative;

  }

  .dropdownStyle2:hover, .dropdownStyle3:hover, .dropdownStyle4:hover {
    background-color: #F1F1F1;
    color: #6A2C3E;
    position: relative;
  }

  .dropdownStyle2:focus, .dropdownStyle3:focus, .dropdownStyle4:focus {
    background-color: #F1F1F1;
    color: #6A2C3E;
    position: relative;

  }

  .dropdownStyle2:focus-within, .dropdownStyle3:focus-within, .dropdownStyle4:focus-within {
    background-color: #F1F1F1;
    color: #6A2C3E;
    position: relative;

  }

  .navigationBar {
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }

  .header-with-background {
    min-height: 70px;
    width: 100%;
    background-color: #ffffff;
    /*align-items: center;*/
    margin: 0 auto;
    border-bottom: 3px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #606060;
    border-style: solid;
  }

  .logos {
    position: relative;
    padding: 5px 0 5px 0;
    width: auto;
  }

  .logoImageVT {
    position: relative;
    height: 35px;

  }
  .logoImageline {
    position: relative;
    height: 35px;
  }
  .logoImageVCE {
    position: relative;
    height: 35px;
  }

  .navButtons {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin: 0 auto;

    margin-top: 5px;
    margin-bottom: 5px;
    align-items: center;
  }

  .navSearch {
    /*position: relative;*/
    /*display: inline-block;*/
    /*padding: 6px;*/
    /*margin: 0 auto;*/

    /*background-color: #606060;*/

    /*width: 100%;*/
    /*height: 33px;*/


    /*align-items: center;*/
    /*text-align: center;*/
  }

  .searchButton {
    /*    position: relative;
        width: auto;
        font-family: Roboto Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        align-items: center;
        text-align: center;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #fcfcfc;
        border: none;
        cursor: pointer;
        margin: 0 auto;
        height: 33px;
*/
  }

  /*.navSearch:hover {*/
  /*  background-color: #CF4520;*/
  /*}*/

  /*.navSearch:focus {*/
  /*  background-color: #CF4520;*/
  /*}*/

  /*.navSearch:focus-within {*/
  /*  background-color: #CF4520;*/
  /*}*/

  .header {
    position: relative;
    width: 100%;
    top: 0px;
  }

  .title {
    position: relative;
    min-width: 315px;
    /*max-width: 375px;*/
    min-height: 60px;
    max-height: 120px;
    left: 0px;
    top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 5px;

    /* H1 Common Name */

    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 33px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;

    /* Common Name */

    color: #202020;
  }

  .subtitle {
    position: relative;
    min-width: 315px;
    min-height: 30px;
    max-height: 60px;
    left: 0px;
    top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 10px;

    /* H2 Scientific Name */

    font-family: Roboto, sans-serif;
    /*font-style: italic;*/
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;

    /* Sci Name */

    color: #606060;
  }

  .footerStyles {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;

    grid-column-gap: auto;

    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
    align-items: baseline;
    text-align: center;
    width: 450px;
  }

  .footerStyles a {

    position: relative;
    width: 100%;
    bottom: 0px;
    margin: 0 auto;

    /* p, Body Copy, Footer */

    font-family: Montserrat;
    font-weight: 800;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    /* or 143% */
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
    padding-top: 5px;

    color: #f1f1f1;
  }

  .footerStyles a:hover, .footerStyles a:focus, .footerStyles a:focus-within {

    position: relative;
    width: 100%;
    bottom: 0px;
    margin: 0 auto;

    /* p, Body Copy, Footer */

    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    /* or 143% */
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
    padding-top: 5px;

    color: #e45a35;
  }

  .footerLogos {
    /*background-color: #FFF;*/
    padding: 10px;
    width: 350px;
    margin: 0 auto;
  }


  .footer {
    position: relative;
    width: 100%;
    height: 100%;
    top: 20px;
    bottom: 0px;
    margin: 0 auto;
    padding: 15px;

    /* p, Body Copy, Footer */

    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    letter-spacing: 0.03em;
    text-align: center;

    color: #f1f1f1;

    background-color: #202020;
  }

}

/*Desktop*/

@media only screen and (min-width: 1116px) {

  * {
    margin: 0;
    box-sizing: border-box;
  }

  *:focus {
    outline: 3px solid #FFD700;
  }

  .page {
    width: 100%;
    height: 100%;
  }

  body {
    background-color: #f1f1f1;
  }

  a {
    text-decoration: none;
  }

  .dropdownStyle1, .dropdownStyle2, .dropdownStyle3, .dropdownStyle4 {
    position: relative;
    font-weight: 800;
    text-align: center;
    width: 140px;
    background-color: #202020;
    color: #f1f1f1;
    padding: 0px;
    margin: 0 auto;
    letter-spacing: 0.01em;
    border-style: solid;
    border-color: #6A2C3E;
    border-width: 1.75px;
    font-size: 14px;
  }

  .dropdownStyle1 a, .dropdownStyle2 a, .dropdownStyle3 a, .dropdownStyle4 a {
    position: relative;
    color: #f1f1f1;
    display: block;
  }

  .dropdownStyle1 {
    border-bottom: 1.75px;

  }

  .dropdownStyle2 {
    border-bottom: 1.75px;
  }

  .dropdownStyle3 {
    border-bottom: 1.75px;
  }

  .dropdownStyle1 {
    /*margin-top: 10px;*/
  }

  .dropdownStyle1:hover, .dropdownStyle1:focus,.dropdownStyle1:focus-within  {
    background-color: #FCFCFC;
    color: #CF4520;
    position: relative;

  }


  .dropdownStyle2:hover, .dropdownStyle3:hover, .dropdownStyle4:hover {
    background-color: #F1F1F1;
    color: #6A2C3E;
    position: relative;
  }

  .dropdownStyle2:focus, .dropdownStyle3:focus, .dropdownStyle4:focus {
    background-color: #F1F1F1;
    color: #6A2C3E;
    position: relative;

  }

  .dropdownStyle2:focus-within, .dropdownStyle3:focus-within, .dropdownStyle4:focus-within {
    background-color: #F1F1F1;
    color: #6A2C3E;
    position: relative;

  }


  .logos {
    position: relative;
    padding: 5px 0 5px 0;
    width: auto;
  }
  .logoImageVT {
    position: relative;
    height: 35px;

  }
  .logoImageline {
    position: relative;
    height: 35px;
  }
  .logoImageVCE {
    position: relative;
    height: 35px;
  }

  .navButtons {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin: 0 auto;

    margin-top: 5px;
    margin-bottom: 5px;
    align-items: center;
  }

  .navSearch {
    /*position: relative;*/
    /*display: inline-block;*/
    /*padding: 6px;*/
    /*margin: 0 auto;*/

    /*background-color: #606060;*/

    /*width: 100%;*/
    /*height: 33px;*/


    /*align-items: center;*/
    /*text-align: center;*/
  }

  .searchButton {
    /* position: relative;
    width: auto;
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fcfcfc;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    height: 33px;
*/
  }

  /*.navSearch:hover {*/
  /*  background-color: #CF4520;*/
  /*}*/

  /*.navSearch:focus {*/
  /*  background-color: #CF4520;*/
  /*}*/

  /*.navSearch:focus-within {*/
  /*  background-color: #CF4520;*/
  /*}*/

  .header {
    position: relative;
    width: 100%;
    top: 0px;
  }

  .title {
    position: relative;
    min-width: 315px;
    /*max-width: 375px;*/
    min-height: 60px;
    max-height: 120px;
    left: 0px;
    top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 5px;

    /* H1 Common Name */

    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 33px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;

    /* Common Name */

    color: #202020;
  }

  .subtitle {
    position: relative;
    min-width: 315px;
    min-height: 30px;
    max-height: 60px;
    left: 0px;
    top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 10px;

    /* H2 Scientific Name */

    font-family: Roboto, sans-serif;
    /*font-style: italic;*/
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;

    /* Sci Name */

    color: #606060;
  }

  .footerStyles {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;

    grid-column-gap: auto;

    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
    align-items: baseline;
    text-align: center;
    width: 450px;
  }

  .footerStyles a {

    position: relative;
    width: 100%;
    bottom: 0px;
    margin: 0 auto;

    /* p, Body Copy, Footer */

    font-family: Montserrat;
    font-weight: 800;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    /* or 143% */
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
    padding-top: 5px;

    color: #f1f1f1;
  }

  .footerStyles a:hover, .footerStyles a:focus, .footerStyles a:focus-within {

    position: relative;
    width: 100%;
    bottom: 0px;
    margin: 0 auto;

    /* p, Body Copy, Footer */

    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    /* or 143% */
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
    padding-top: 5px;

    color: #e45a35;
  }

  .footerLogos {
    /*background-color: #FFF;*/
    padding: 10px;
    width: 350px;
    margin: 0 auto;
  }


  .footer {
    position: relative;
    width: 100%;
    height: 100%;
    bottom: 0px;
    margin: 0 auto;
    padding: 35px 15px 15px 15px;

    /* p, Body Copy, Footer */

    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    letter-spacing: 0.03em;
    text-align: center;

    color: #f1f1f1;

    background-color: #202020;
  }

}

@media only screen and (min-width: 1000px) {
  .navigationBar {
    height: 100%;
    margin: 0 auto;
    width: 1000px;
    display: flex;
    justify-content: space-between;
  }

  .navBackground {
    width: 100%;
    margin: 0 auto;
  }

  .header-with-background {
    min-height: 70px;
    width: 100%;
    background-color: #ffffff;
    /*align-items: center;*/
    margin: 0 auto;
    border-bottom: 3px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #606060;
    border-style: solid;
  }


}

.siteTitle{
  margin: 0 auto 0 auto;
  padding: 5px 0 0 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  /*text-transform: uppercase;*/
  text-align: center;
  line-height: 33px;
  letter-spacing: 0.02em;
  /* Common Name */
  color: #202020;
}

.siteTitle a {
  color: #202020;
}

.siteTitle a:hover, .siteTitle a:focus {
  color: #6A2C3E;
}

/**
Primarily used by Cypress to add a class to all elements that turns off animations which may cause invalid axe-core evaluations.
 */
.noAnimation, .noAnimation:before, .noAnimation:after {
  transition-property: none !important;
  transform: none !important;
  animation: none !important;
}
