/* Style reset */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
}


/* Font Helpers */

.f200 {
  font-weight: 200 !important;
}

.f300 {
  font-weight: 300 !important;
}

.f400 {
  font-weight: 400 !important;
}

.f500 {
  font-weight: 500 !important;
}

.f600 {
  font-weight: 600 !important;
}

.f700 {
  font-weight: 700 !important;
}

.f800 {
  font-weight: 800 !important;
}

.f900 {
  font-weight: 900 !important;
}



/* Text Align */

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* Text Transform */
.uppercase {
  text-transform: uppercase;
}


/* Margin helpers */
.nomargin {
  margin: 0 !important;
  ;
}


.marbxxl {
  margin-bottom: 11rem !important;
}

.marbxl {
  margin-bottom: 8rem !important;
}

.marbl {
  margin-bottom: 5.5rem !important;
}

.marbm {
  margin-bottom: 3.5rem !important;
}

.marbs {
  margin-bottom: 2rem !important;
}

.marbxs {
  margin-bottom: 1rem !important;
}

.marbxxs {
  margin-bottom: 0.5rem !important;
}

.martxxl {
  margin-top: 11rem !important;
}

.martxl {
  margin-top: 8rem !important;
}

.martl {
  margin-top: 5.5rem !important;
}

.martm {
  margin-top: 3.5rem !important;
}

.marts {
  margin-top: 2rem !important;
}

.martxs {
  margin-top: 1rem !important;
}

.martxxs {
  margin-top: 0.5rem !important;
}



/* Padding helpers */
.nopad {
  padding: 0;
}


.padtxxs {
  padding-top: 0.5rem !important;
}

.padtxs {
  padding-top: 1rem !important;
}

.padts {
  padding-top: 2rem !important;
}

.padtm {
  padding-top: 3.5rem !important;
}

.padtl {
  padding-top: 5.5rem !important;
}

.padtxl {
  padding-top: 8rem !important;
}

.padtxxl {
  padding-top: 11rem !important;
}

.padbxxs {
  padding-bottom: 0.5rem !important;
}

.padbxs {
  padding-bottom: 1rem !important;
}

.padbs {
  padding-bottom: 2rem !important;
}

.padbm {
  padding-bottom: 3.5rem !important;
}

.padbl {
  padding-bottom: 5.5rem !important;
}

.padbxl {
  padding-bottom: 8rem !important;
}

.padbxxl {
  padding-bottom: 11rem !important;
}





/* FONT SIZES */
h1 {
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 5.5rem;
  margin: 0;
}

h2 {
  font-size: 3.75rem;
  margin: 0;
}

h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3rem;
  margin: 0;
}

h4 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.7rem;
  margin: 2rem 0 2rem 0;
}

h5 {
  font-size: 1.75rem;
  margin: 0;
}

h6 {
  font-size: 1.5rem;
  margin: 0;
}

p {
  font-size: 1.2rem;
  margin: 0 0 1.9rem 0;
}

p.small {
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 400;
}


p.small-bold {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2rem;
}

p.small-white {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #fff;
}

a {
  text-decoration: none;
  transition: 0.6s all !important;
  color: #00AEEF;
}

a:hover {
  transition: 0.6s all !important;
  color: #000;
}




/* COLORS */
.cwhi {color:#fff!important;}
.bgwhi {background:#fff!important;}
.hwhi:hover {color:#fff!important;}

.cbla {color:#000!important;}
.bgbla {background:#000!important;}
.hbla:hover {color:#000!important;}

.cgrey {color:#464646!important;}
.bggrey {background:#464646!important;}
.hgrey:hover {color:#464646!important;}

.cltgrey {color:#f1f1f1 !important;}
.bgltgrey {background:#f1f1f1 !important;}
.hltgrey:hover {color:#f1f1f1 !important;}

.cblu {color: #00AEEF !important;}
.bgblu {background:#00AEEF !important;}
.hblu:hover {color:#00AEEF !important;}