/* normalize */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

a {
  background-color: transparent
}

img {
  border-style: none
}

/* end normalization */
html {
  font-family: 'Open Sans', sans-serif;
}

a {
  text-decoration: none;
  color: #a73220;
}

p {
  line-height: 2em;
  margin-top: 0;
}

li {
  line-height: 1.5em;
}

h1, h2 {
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 0;
}

h1, h2, .highlight-text {
  color: #a73220;
  font-weight: 600;
}

.highlight-text {
  font-weight: 600;
}

.wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem;
}

div.two-col {
  width: 100%;
}

div.two-col .container {
  max-width: 960px;
  box-sizing: border-box;
  height: auto;
  margin: 0 auto;
  padding: 1.5rem;
}

div.two-col .container::after {
  content: "";
  clear: both;
  display: table;
}

div.two-col .col {
  margin-left: 5%;
  width: 45%;
  float: left;
}

div.two-col .col h1 {
  margin-top: 0;
  margin-bottom: 0;
}

div.two-col .col ul {
  margin: 0;
}

div.two-col .col:last-child {
  margin-right: 0%;
}

header {
  position: relative;
}

header img {
  float: right;
  box-sizing: border-box;
  width: 45%;
}

/*header h1 {
  width: 55%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}*/

header div.header-text-container {
  width: 55%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

header h1 {
  margin-bottom: 1rem;
  margin-top: 0;
}

header::after {
  content: "";
  clear: both;
  display: table;
}

.dakBox {
  margin-top: 60px;
  position: relative;
}

.dakBox .dak {
  position: absolute;
  top: -35px;
  width: 100%;
  height: auto;
}

.dakBox .box {
  background-color: #eeefee;
  padding: 1rem;
  width: 90%;
  margin: 0 auto;
  padding-top: 2rem;
  /*min-height: 500px;*/
}

.red-background {
  background-color: #a73220;
  color: white;
}

.red-background h2, .red-background h1, .red-background {
  color: white;
}

.red-background li:before {
  border-color: transparent white;
}

img.chalkImage {
  margin-top: -60px;
  float: right;
  width: 30%;
}

/* triangles */
ul {
  margin: 0;
  padding: 0 1em;
  list-style: none;
}

li:before {
  content: "";
  border-color: transparent #a73220;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1.1em;
  position: relative;
}

nav {
  display: flex;
  justify-content:right;
  margin-bottom: 2rem;
}

nav a.button {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  padding: 0.5rem 1rem;
  transition: background-color 2s;
  
}

nav a.button:hover {
  background-color: #ce3922;
}

.navigation {
  margin-top: 2rem;
}

a.button {
  background-color: #A53220;
  border: 0;
  padding: 2rem;
  box-sizing: border-box;
  color: white;
  margin-bottom: 1rem;
  text-align: center;
}

.navigation div {
  display: flex;
  gap: 1rem;
}

.navigation div a.button {
  display: flex; 
  flex: 1;
  align-items: center;
  justify-content: center;
}

.navigation > a.button {
  display: block;
  float: left;
  width: calc(50% - 0.5rem);
  margin-right: 1rem;
}

.navigation > a.button.one-col {
  width: 100%;
  margin-right: 0;
}

.navigation > a.button:nth-child(3) {
  margin-right: 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* FAIR SPECIFIC CSS */
.title-image {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin-top: -13px;
  margin-right: 10px;
}

.icon-three-dots {
  width: 5px;
  height: auto;
}

.icon-safari-arrow {
  width: 20px;
  height: auto;
}

.icon-safari-plus {
  width: 20px;
  height: auto;
}

.icon-trash {
  width: 20px;
  height: auto;
}

.icon-hamburger {
  width: 20px;
  height: auto;
}

.icon-logout {
  width: 20px;
  height: auto;
}

.row, .column {
  display: flex;
  flex-wrap: wrap;
}

.row img, .column image{
  width: 100%;
}


.col4 {
  flex: 1 0 21%;
  padding: 5px;
}

.col1 {
  width: 33%;

}


@media only screen and (max-width: 700px) {
  header div.header-text-container {
    width: 100%;
    position: relative;
    transform: none;
  }

  header img {
    float: none;
    box-sizing: border-box;
    width: 100%;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 810px) {
  .dakBox .dak {
    top: -28px;
  }
}

@media only screen and (max-width: 650px) {
  .dakBox .dak {
    top: -22px;
  }

  img.chalkImage {
    margin-top: -60px;
    float: right;
    width: 50%;
  }
}

@media (max-width: 575px) {
  .navigation div {
    flex-direction: column; 
    gap: 0;
  }

  .navigation div a.button {
    width: 100%; 
  }
}

@media only screen and (max-width: 520px) {
  a.button {
    width: 100%;
    margin-right: 0;
  }

  a.button:nth-child(2) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  div.two-col .col {
    margin-left: 0%;
    width: 100%;
    margin-bottom: 2em;
  }

  div.two-col .col:last-child {
    margin-bottom: 0;
  }

  .dakBox .box {
    padding-top: 0.5rem;
  }
}

@media only screen and (max-width: 470px) {
  .dakBox .dak {
    top: -15px;
  }
}

@media only screen and (max-width: 350px) {
  .dakBox .dak {
    top: -12px;
  }

  img.chalkImage {
    margin-top: 0;
    float: none;
    width: 100%;
  }
}
