strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
em {
  font-weight: bold;
  font-style: normal;
}
u {
  text-decoration: underline;
}
p {
  margin: 0 0 2em 0;
}
sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}
sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}
hr {
  border: 0;
  border-bottom: solid 2px #fff;
  margin: 3em 0;
}
hr.major {
  margin: 4.5em 0;
}
small {
  font-size: 85%;
  opacity: 0.75;
}
blockquote {
  border-left: solid 4px #fff;
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}
code {
  background: rgba(144, 144, 144, 0.25);
  border-radius: 3px;
  font-family: 'Courier New', monospace;
  font-size: 0.9em;
  letter-spacing: 0;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}
pre {
  -webkit-overflow-scrolling: touch;
  font-family: 'Courier New', monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}
pre code {
  display: block;
  line-height: 1.75em;
  padding: 1em 1.5em;
  overflow-x: auto;
}
.hidden {
  display: none;
}
.upper {
  text-transform: uppercase;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.text-xl {
  font-size: 1.5rem !important;
}
.text-lg {
  font-size: 1.25rem !important;
}
.text-md {
  font-size: 1.1rem !important;
}
.text-def {
  font-size: 1rem !important;
}
.text-1x {
  font-size: 1em !important;
}
.text-sm {
  font-size: 0.9em !important;
}
.text-xs {
  font-size: 0.8em !important;
}
.text-2xs {
  font-size: 0.7em !important;
}
.text-3xs {
  font-size: 0.6em !important;
}
.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
}
.c-white {
  color: white !important;
}
.c-gray {
  color: #aaa !important;
}
.c-green {
  color: green !important;
}
.c-red {
  color: #e84565 !important;
}
.c-orange {
  color: #ef6325 !important;
}
.c-orange-darker {
  color: #ea5513 !important;
}
.c-green,
.c-main {
  color: #239b56 !important; /* a8dba8 */
}
.c-green-darker,
.c-main-darker {
  color: #178d4a !important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clear {
  clear: both;
}
.p-5 {
  padding: 5px !important;
}
.p-8 {
  padding: 8px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-40 {
  padding: 40px !important;
}
.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.p-0 {
  padding: 0 !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-2 {
  margin-bottom: 2px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.m-0 {
  margin: 0 !important;
}
.m-10 {
  margin: 10px !important;
}
.m-20 {
  margin: 20px !important;
}
.w-100 {
  width: 100% !important;
}
.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dis-i-b {
  display: inline-block !important;
}
.border-0 {
  border: 0 !important;
}
.u-0 {
  text-decoration: none !important;
}
.l-h-0 {
  line-height: 0;
}
.v-t {
  vertical-align: top;
}
.v-m {
  vertical-align: middle;
}
.o-09 {
  opacity: 0.9;
}
.o-08 {
  opacity: 0.8;
}
.o-07 {
  opacity: 0.7;
}
.o-06 {
  opacity: 0.6;
}
.o-05 {
  opacity: 0.5;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.center {
  margin: 0 auto;
}
.d-block {
  display: block;
}
.d-i-block {
  display: inline-block;
}
.d-flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.align-stretch {
  align-items: stretch;
}
.align-end {
  align-items: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
