/* UNIVERSAL */
html,
body {
  height: 100%;
  font-size: 14px;
  line-height: 17px;
  font-family: Helvetica, sans-serif;
}

/* TYPOGRAPHY */
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
ol li, p {
  word-break: break-word;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
h1, h2 {
  font-size: 22px;
  line-height: 26px;
  padding: 0px 0 20px 0;
}
h2 {
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: -12px;
}
h6 {
  font-size: 14px;
}
h3 {
  height: 30px;
  width: calc(100% - 5px);
  background-color: #4C4C4C;
  color: white;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  padding-left: 5px;
  padding-top: 5px;
}
ol {
  list-style-type: decimal;
}
ol li {
  margin-bottom: 10px;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

/* Grid */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
}

.row [class^="col"] {
  float: left;
}

.row [class^="col"] p {
  display: block;
}

.col-left,
.col-right {
  width: 100%;
}

.col-left * {
  max-width: 375px;
}

.col-left-sm {
  width: 48%;
}

.col-right-sm {
  width: 52%;
}

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

.hidden-sm {
  display: none;
}

.hidden-lg {
  display: block;
}

/* For responsive youtube videos */
.responsive-container {
  position: relative;
  padding-bottom: 50.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}
.responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h1 a, h2 a, .col-right a {
  color: #0066EB;
  text-decoration: none;
}

@media only screen and (min-width: 425px) {  /* 425px */
  h1, h2 {
    font-size: 26px;
    line-height: 31px;
  }
}
@media only screen and (min-width: 768px) {  /* 768px */
  body,
  html {
    height: calc(100% - 30px);
  }

  .row {
    width: calc(100% - 100px);
    padding-left: 50px;
    padding-right: 50px;
  }

  .col-left {
    width: 48%;
  }

  .col-right {
    width: calc(52% - 35px);
    margin-left: 35px;
  }

  .hidden-sm {
    display: block;
  }

  .hidden-lg {
    display: none;
  }
}

@media only screen and (min-width: 992px) {  /* 992px */
  .row {
    width: calc(100% - 140px);
    padding-left: 70px;
    padding-right: 70px;
  }

  .col-right {
    width: 52%;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1280px) { /* 1280px */
  .container {
    width: 1280px;
  }
}
