main {
  display: flex;
  min-height: 100vh;
  max-width: 1200px;
  margin: 0 auto;
}

main nav {
  background-color: #cde5ce;
  flex: 1;
}

main nav ul {
  list-style-type: none;
}

main nav ul li {
  color: #121516;
}

main article {
  background-color: #e5e9ea;
  padding: 2rem 6.125rem;
  flex: 3;
}

.ilc-gvl-navbar-img {
  display: flex;
}

.ilc-gvl-navbar-img img {
  align-self: center;
  height: 25px;
}

.ilc-gvl-navbar-title {
  padding-left: 30px;
}

.gvl_masthead {
  align-items: flex-start;
  border-bottom: 1px solid #c6cdd0;
  display: flex;
  width: 900px;
}

.gvl_masthead h1 {
  line-height: 1;
  margin: 1.5rem 0rem 0rem 2rem;
}

ul.gvl_elements {
  -webkit-padding-start: 0px;
  align-items: flex-start;
  display: flex;
  margin-bottom: 0;
  width: auto;
}

ul.gvl_elements li {
  background-color: #a1f6a7;
  cursor: pointer;
  flex-direction: row;
  font-weight: 600;
  margin: 0rem auto;
  padding: 1.75rem 2rem 2rem 2rem;
  list-style-type: none;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
}

ul.gvl_elements li:hover {
  background-color: #5cee65;
}

ul.gvl_elements li a {
  color: #212628;
  text-decoration: none;
}

ul.gvl_elements li a:focus {
  outline-color: #10a11a;
  padding: 1.5rem;
}

ul.gvl-composition-legend {
  list-style-type: none;
}

ul.gvl-composition-legend li:first-of-type i {
  color: #deeddf;
}

ul.gvl-composition-legend li:nth-of-type(2) i {
  color: #d4dadc;
}

.gvl-products, .gvl-products__btn {
  border-top: 1px solid #c6cdd0;
  display: flex;
}

.gvl-products div, .gvl-products__btn div {
  align-items: flex-end;
  border-left: 1px solid #c6cdd0;
  border-right: 1px solid #c6cdd0;
  padding: 20px 40px;
}

.gvl-products div:first-child, .gvl-products__btn div:first-child {
  border-left: none;
}

.gvl-products div:last-child, .gvl-products__btn div:last-child {
  border-right: none;
}

.gvl-products__btn {
  border-top: none;
}

.gvl-products__btn div {
  height: 165px;
}

div.layout_thirds div.col-sm-8 article {
  padding: 2rem 6.125rem;
}

div.container div.row {
  margin-top: 20px;
}

section {
  border-bottom: 1px dotted #c6cdd0;
  padding-bottom: 24px;
}

section.section_header header {
  background-color: #e5e9ea;
}

div.section_intro {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

div.section_intro img {
  width: 3.5%;
}

div.section_intro h1 {
  flex: 1;
  padding-left: 20px;
}

#top-btn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 10px;
  /* Place the button at the bottom of the page */
  box-shadow: 1px 1px 5px #0A76A5;
  right: 5px;
  /* Place the button 6px from the right */
  padding: 5px 13px;
  z-index: 99;
  /* Make sure it does not overlap */
  cursor: pointer;
  /* Add a mouse pointer on hover */
}

#top-btn:hover {
  box-shadow: none;
}

.icon-grid img {
  width: 26%;
}

.icon-grid div {
  margin-bottom: 5.7142857143px;
}

.inverse-btn-sample {
  background-image: url(../images/btn-inv-alt-sample.png);
  height: 140px;
}

div.col-sm-2 figcaption {
  text-align: center;
  word-wrap: break-word;
}
