

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

[class*='col-'] {
  float: left;
  width: 100%; }

.clearfix:after {
  display: block;
  content: " ";
  clear: both;
  visibility: none;
  height: 0; }

.row {
  margin-left: -2%;
  margin-right: -2%; }

/* Basic Grids */
.col-1of1 {
  width: 100%; }

.col-1of3 {
  width: 33.33333%; }

.col-2of3 {
  width: 66.66667%; }

.col-1of4 {
  width: 25%; }

.col-1of2 {
  width: 50%; }

.col-3of4 {
  width: 75%; }

.col-1of5 {
  width: 20%; }

.col-2of5 {
  width: 40%; }

.col-3of5 {
  width: 60%; }

.col-4of5 {
  width: 80%; }

.col-1of7 {
  width: 14.28571%; }

.col-2of7 {
  width: 28.57143%; }

.col-3of7 {
  width: 42.85714%; }

.col-4of7 {
  width: 57.14286%; }

.col-5of7 {
  width: 71.42857%; }

.col-6of7 {
  width: 85.71429%; }

/* Gap Grids */
.col-g {
  margin-left: 2%;
  margin-right: 2%; }

.col-g.col-1of1 {
  width: 96%; }

.col-g.col-1of3 {
  width: 29.33333%; }

.col-g.col-2of3 {
  width: 62.66667%; }

.col-g.col-1of4 {
  width: 21%; }

.col-g.col-1of2 {
  width: 46%; }

.col-g.col-3of4 {
  width: 71%; }

.col-g.col-1of5 {
  width: 16%; }

.col-g.col-2of5 {
  width: 36%; }

.col-g.col-3of5 {
  width: 56%; }

.col-g.col-4of5 {
  width: 76%; }

.col-g.col-1of7 {
  width: 10.28571%; }

.col-g.col-2of7 {
  width: 24.57143%; }

.col-g.col-3of7 {
  width: 38.85714%; }

.col-g.col-4of7 {
  width: 53.14286%; }

.col-g.col-5of7 {
  width: 67.42857%; }

.col-g.col-6of7 {
  width: 81.71429%; }

@media (min-width: 30em) {
  .col-xs-1of1 {
    width: 100%; }

  .col-xs-1of3 {
    width: 33.33333%; }

  .col-xs-2of3 {
    width: 66.66667%; }

  .col-xs-1of4 {
    width: 25%; }

  .col-xs-1of2 {
    width: 50%; }

  .col-xs-3of4 {
    width: 75%; }

  .col-xs-1of5 {
    width: 20%; }

  .col-xs-2of5 {
    width: 40%; }

  .col-xs-3of5 {
    width: 60%; }

  .col-xs-4of5 {
    width: 80%; }

  .col-xs-1of7 {
    width: 14.28571%; }

  .col-xs-2of7 {
    width: 28.57143%; }

  .col-xs-3of7 {
    width: 42.85714%; }

  .col-xs-4of7 {
    width: 57.14286%; }

  .col-xs-5of7 {
    width: 71.42857%; }

  .col-xs-6of7 {
    width: 85.71429%; }

  .col-g.col-xs-1of1 {
    width: 96%; }

  .col-g.col-xs-1of3 {
    width: 29.33333%; }

  .col-g.col-xs-2of3 {
    width: 62.66667%; }

  .col-g.col-xs-1of4 {
    width: 21%; }

  .col-g.col-xs-1of2 {
    width: 46%; }

  .col-g.col-xs-3of4 {
    width: 71%; }

  .col-g.col-xs-1of5 {
    width: 16%; }

  .col-g.col-xs-2of5 {
    width: 36%; }

  .col-g.col-xs-3of5 {
    width: 56%; }

  .col-g.col-xs-4of5 {
    width: 76%; }

  .col-g.col-xs-1of7 {
    width: 10.28571%; }

  .col-g.col-xs-2of7 {
    width: 24.57143%; }

  .col-g.col-xs-3of7 {
    width: 38.85714%; }

  .col-g.col-xs-4of7 {
    width: 53.14286%; }

  .col-g.col-xs-5of7 {
    width: 67.42857%; }

  .col-g.col-xs-6of7 {
    width: 81.71429%; } }
@media (min-width: 48em) {
  .col-sm-1of1 {
    width: 100%; }

  .col-sm-1of3 {
    width: 33.33333%; }

  .col-sm-2of3 {
    width: 66.66667%; }

  .col-sm-1of4 {
    width: 25%; }

  .col-sm-1of2 {
    width: 50%; }

  .col-sm-3of4 {
    width: 75%; }

  .col-sm-1of5 {
    width: 20%; }

  .col-sm-2of5 {
    width: 40%; }

  .col-sm-3of5 {
    width: 60%; }

  .col-sm-4of5 {
    width: 80%; }

  .col-sm-1of7 {
    width: 14.28571%; }

  .col-sm-2of7 {
    width: 28.57143%; }

  .col-sm-3of7 {
    width: 42.85714%; }

  .col-sm-4of7 {
    width: 57.14286%; }

  .col-sm-5of7 {
    width: 71.42857%; }

  .col-sm-6of7 {
    width: 85.71429%; }

  .col-g.col-sm-1of1 {
    width: 96%; }

  .col-g.col-sm-1of3 {
    width: 29.33333%; }

  .col-g.col-sm-2of3 {
    width: 62.66667%; }

  .col-g.col-sm-1of4 {
    width: 21%; }

  .col-g.col-sm-1of2 {
    width: 46%; }

  .col-g.col-sm-3of4 {
    width: 71%; }

  .col-g.col-sm-1of5 {
    width: 16%; }

  .col-g.col-sm-2of5 {
    width: 36%; }

  .col-g.col-sm-3of5 {
    width: 56%; }

  .col-g.col-sm-4of5 {
    width: 76%; }

  .col-g.col-sm-1of7 {
    width: 10.28571%; }

  .col-g.col-sm-2of7 {
    width: 24.57143%; }

  .col-g.col-sm-3of7 {
    width: 38.85714%; }

  .col-g.col-sm-4of7 {
    width: 53.14286%; }

  .col-g.col-sm-5of7 {
    width: 67.42857%; }

  .col-g.col-sm-6of7 {
    width: 81.71429%; } }
@media (min-width: 64em) {
  .col-md-1of1 {
    width: 100%; }

  .col-md-1of3 {
    width: 33.33333%; }

  .col-md-2of3 {
    width: 66.66667%; }

  .col-md-1of4 {
    width: 25%; }

  .col-md-1of2 {
    width: 50%; }

  .col-md-3of4 {
    width: 75%; }

  .col-md-1of5 {
    width: 20%; }

  .col-md-2of5 {
    width: 40%; }

  .col-md-3of5 {
    width: 60%; }

  .col-md-4of5 {
    width: 80%; }

  .col-md-1of7 {
    width: 14.28571%; }

  .col-md-2of7 {
    width: 28.57143%; }

  .col-md-3of7 {
    width: 42.85714%; }

  .col-md-4of7 {
    width: 57.14286%; }

  .col-md-5of7 {
    width: 71.42857%; }

  .col-md-6of7 {
    width: 85.71429%; }

  .col-g.col-md-1of1 {
    width: 96%; }

  .col-g.col-md-1of3 {
    width: 29.33333%; }

  .col-g.col-md-2of3 {
    width: 62.66667%; }

  .col-g.col-md-1of4 {
    width: 21%; }

  .col-g.col-md-1of2 {
    width: 46%; }

  .col-g.col-md-3of4 {
    width: 71%; }

  .col-g.col-md-1of5 {
    width: 16%; }

  .col-g.col-md-2of5 {
    width: 36%; }

  .col-g.col-md-3of5 {
    width: 56%; }

  .col-g.col-md-4of5 {
    width: 76%; }

  .col-g.col-md-1of7 {
    width: 10.28571%; }

  .col-g.col-md-2of7 {
    width: 24.57143%; }

  .col-g.col-md-3of7 {
    width: 38.85714%; }

  .col-g.col-md-4of7 {
    width: 53.14286%; }

  .col-g.col-md-5of7 {
    width: 67.42857%; }

  .col-g.col-md-6of7 {
    width: 81.71429%; } }
@media (min-width: 85.375em) {
  .col-lg-1of1 {
    width: 100%; }

  .col-lg-1of3 {
    width: 33.33333%; }

  .col-lg-2of3 {
    width: 66.66667%; }

  .col-lg-1of4 {
    width: 25%; }

  .col-lg-1of2 {
    width: 50%; }

  .col-lg-3of4 {
    width: 75%; }

  .col-lg-1of5 {
    width: 20%; }

  .col-lg-2of5 {
    width: 40%; }

  .col-lg-3of5 {
    width: 60%; }

  .col-lg-4of5 {
    width: 80%; }

  .col-lg-1of7 {
    width: 14.28571%; }

  .col-lg-2of7 {
    width: 28.57143%; }

  .col-lg-3of7 {
    width: 42.85714%; }

  .col-lg-4of7 {
    width: 57.14286%; }

  .col-lg-5of7 {
    width: 71.42857%; }

  .col-lg-6of7 {
    width: 85.71429%; }

  .col-g.col-lg-1of1 {
    width: 96%; }

  .col-g.col-lg-1of3 {
    width: 29.33333%; }

  .col-g.col-lg-2of3 {
    width: 62.66667%; }

  .col-g.col-lg-1of4 {
    width: 21%; }

  .col-g.col-lg-1of2 {
    width: 46%; }

  .col-g.col-lg-3of4 {
    width: 71%; }

  .col-g.col-lg-1of5 {
    width: 16%; }

  .col-g.col-lg-2of5 {
    width: 36%; }

  .col-g.col-lg-3of5 {
    width: 56%; }

  .col-g.col-lg-4of5 {
    width: 76%; }

  .col-g.col-lg-1of7 {
    width: 10.28571%; }

  .col-g.col-lg-2of7 {
    width: 24.57143%; }

  .col-g.col-lg-3of7 {
    width: 38.85714%; }

  .col-g.col-lg-4of7 {
    width: 53.14286%; }

  .col-g.col-lg-5of7 {
    width: 67.42857%; }

  .col-g.col-lg-6of7 {
    width: 81.71429%; } }
/* Offset Grids */
.push-1of3 {
  margin-left: 33.33333%; }

.push-2of3 {
  margin-left: 66.66667%; }

.push-1of4 {
  margin-left: 25%; }

.push-3of4 {
  margin-left: 75%; }

.push-1of2 {
  margin-left: 50%; }

.push-1of5 {
  margin-left: 20%; }

.push-2of5 {
  margin-left: 40%; }

.push-3of5 {
  margin-left: 60%; }

.push-4of5 {
  margin-left: 80%; }

.push-1of7 {
  margin-left: 14.28571%; }

.push-2of7 {
  margin-left: 28.57143%; }

.push-3of7 {
  margin-left: 42.85714%; }

.push-4of7 {
  margin-left: 57.14286%; }

.push-5of7 {
  margin-left: 71.42857%; }

.push-6of7 {
  margin-left: 85.71429%; }

/* General Elements */
*, *::after, *::before {
  box-sizing: border-box; }

@-ms-viewport {
  width: device-width; }
textarea, input, button, button:hover, .button:hover, .button-sec:hover, .button-ter:hover, .button-alert:hover, .button-pri, .button-pri:hover, select, p, span, a, h1, h2, h3, h4, h5, h6, p {
  outline: none; }

body {
  font-family: "Open Sans", sans-serif;
  height: 100%;
  color: #4d4d4d;
  font-size: 18px;
  background-color: white;
  padding: 0;
  margin: 0; }

h1 {
  font-weight: 600;
  font-size: 3rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }

h2 {
  font-weight: 300;
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 2rem;}

h3 {
  font-weight: 600;
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }

h4 {
  font-weight: 300;
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }

h5 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }

h6 {
  font-weight: 300;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }

hr {
  border: 1px solid #e1e1e1; }

p {
  font-weight: 300; }

a {
  text-decoration: none;
  transition: background .5s ease; }

a:hover {
  }

a.white-txt:hover, a.pri-bg:hover, a.pri-bg-l:hover, a.pri-bg-d:hover, a.sec-bg:hover, a.sec-bg-l:hover, a.sec-bg-d:hover, a.ter-bg:hover, a.ter-bg-l:hover, a.ter-bg-d:hover, a.black-bg:hover, a.black-bg-l:hover, a.black-bg-d:hover {
  color: #e1e1e1; }

a.black-txt:hover {
  color: #1a1a1a; }

a.pri-txt:hover {
  color: #f53c2d; }

a.sec-txt:hover {
  color: #007195; }

a.ter-txt:hover {
  color: #04538b; }

a.alert-txt:hover {
  color: #ec0000; }

a.white-txt-l:hover, a.white-txt-d:hover {
  color: #fafafa; }

a.black-txt-l:hover, a.black-txt-d:hover {
  color: #333; }

a.pri-txt-l:hover, a.pri-txt-d:hover {
  color: #F7695E; }

a.sec-txt-l:hover, a.sec-txt-d:hover {
  color: #0098c8; }

a.ter-txt-l:hover, a.ter-txt-d:hover {
  color: #0570bd; }

a.alert-txt-l:hover, a.alert-txt-d:hover {
  color: #ff3939; }

img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

strong {
  font-weight: 600; }

small {
  font-size: .7rem; }

select {
  background: white;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 1rem;
  max-height: 3.5rem; }

option {
  height: 1rem; }

textarea {
  resize: vertical; }

input::-webkit-calendar-picker-indicator {
  display: none; }

/* List */
ul {
 }

li {
  padding:.5rem;
}

/* Size Helpers */
.full-width, .flash, .flash-pri, .flash-sec, .flash-ter {
  width: 100%; }

.full-height {
  height: 100%; }

.full-size {
  width: 100%;
  height: 100%; }

.min-height-10 {
  min-height: 10rem; }

.height-20 {
  height: 20rem; }

.height-30 {
  height: 30rem; }

.height-40 {
  height: 40rem; }

.container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  overflow: auto; }

.container-s {
  max-width: 53.33333rem;
  margin-left: auto;
  margin-right: auto; }

.container-l {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto; }

.hidden {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden; }

.invisible {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden; }

/* Position Helpers */
.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clear-float {
  clear: both; }

.inline {
  display: inline-block; }

.middle {
  vertical-align: middle; }

.top {
  vertical-align: top; }

.block {
  display: block; }

.table-cell {
  display: table-cell; }

/* Layer Helpers */
.fixed {
  position: fixed;
  overflow: auto; }

.absolute {
  position: absolute; }

.absolute-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.relative {
  position: relative; }

.layer-0 {
  z-index: 0; }

.layer-1 {
  z-index: 1; }

.layer-2 {
  z-index: 2; }

/* Background Helpers */
.pri-bg {
  background-color: #F7695E; }

.pri-bg-l {
  background-color: #f9968f; }

.pri-bg-d {
  background-color: #f53c2d; }

.sec-bg {
  background-color: #0098c8; }

.sec-bg-l {
  background-color: #00bffb; }

.sec-bg-d {
  background-color: #007195; }

.ter-bg {
  background-color: #0570bd; }

.ter-bg-l {
  background-color: #068def; }

.ter-bg-d {
  background-color: #04538b; }

.black-bg {
  background-color: #333; }

.black-bg-l {
  background-color: #4d4d4d; }

.black-bg-d {
  background-color: #1a1a1a; }

.white-bg {
  background-color: #fafafa; }

.white-bg-l {
  background-color: white; }

.white-bg-d {
  background-color: #e1e1e1; }

.grey-bg {
  background-color: #bbb; }

.grey-bg-l {
  background-color: #c8c8c8; }

.grey-bg-d {
  background-color: #aeaeae; }

.alert-bg {
  background-color: #ff3939; }

.alert-bg-l {
  background-color: #ff6c6c; }

.alert-bg-d {
  background-color: #ec0000; }

/* Text Helpers */
.txt-center {
  text-align: center; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

.white-txt, .pri-bg, .pri-bg-l, .pri-bg-d, .sec-bg, .sec-bg-l, .sec-bg-d, .ter-bg, .ter-bg-l, .ter-bg-d, .black-bg, .black-bg-l, .black-bg-d {
  color: #fafafa;
  font-weight: 300; }

.white-txt-l {
  color: white;
  font-weight: 300; }

.white-txt-d {
  color: #e1e1e1;
  font-weight: 300; }

.black-txt {
  color: #333; }

.black-txt-l {
  color: #4d4d4d; }

.black-txt-d {
  color: #1a1a1a; }

.pri-txt {
  color: #F7695E; }

.pri-txt-l {
  color: #f9968f; }

.pri-txt-d {
  color: #f53c2d; }

.sec-txt {
  color: #0098c8; }

.sec-txt-l {
  color: #00bffb; }

.sec-txt-d {
  color: #007195; }

.ter-txt {
  color: #0570bd; }

.ter-txt-l {
  color: #068def; }

.ter-txt-d {
  color: #04538b; }

.grey-txt {
  color: #bbb; }

.grey-txt-l {
  color: #c8c8c8; }

.grey-txt-d {
  color: #aeaeae; }

.alert-txt {
  color: #ff3939; }

.alert-txt-l {
  color: #ff6c6c; }

.alert-txt-d {
  color: #ec0000; }

.light {
  font-weight: 300; }

.normal {
  font-weight: 400; }

.semi {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.extra {
  font-weight: 800; }

.txt-s {
  font-size: 1rem;
  line-height: 1.5rem; }

.txt-m {
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.5px; }

.txt-l {
  font-size: 3rem;
  line-height: 3.5rem; }

.underline {
  text-decoration: underline; }

*[contenteditable="true"] {
  border: 1px solid #e1e1e1;
  padding: .5rem;
  border-radius: 3px; }

*[contenteditable="true"]:hover, *[contenteditable="true"]:focus {
  border: 1px solid #bbb;
  background-color: white; }

/* Gap Helpers */
.clear-margin {
  margin: 0; }

.clear-margin-t {
  margin-top: 0; }

.clear-margin-b {
  margin-bottom: 0; }

.clear-padding {
  padding: 0; }

.clear-all {
  margin: 0;
  padding: 0; }

.padding-1, .info-box .box > * {
  padding: 1rem; }

.padding-t1 {
  padding-top: 1rem; }

.padding-l1 {
  padding-left: 1rem; }

.padding-r1 {
  padding-right: 1rem; }

.padding-b1 {
  padding-bottom: 1rem; }

.padding-l1r1 {
  padding-left: 1rem;
  padding-right: 1rem; }

.padding-t1b1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.padding-2 {
  padding: 1.5rem; }

.padding-l2 {
  padding-left: 1.5rem; }

.padding-r2 {
  padding-right: 1.5rem; }

.padding-t2 {
  padding-top: 1.5rem; }

.padding-b2 {
  padding-bottom: 1.5rem; }

.padding-t2b2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.padding-l2r2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.margin-1 {
  margin: 1rem; }

.margin-t1 {
  margin-top: 1rem; }

.margin-l1 {
  margin-left: 1rem; }

.margin-r1 {
  margin-right: 1rem; }

.margin-b1 {
  margin-bottom: 1rem; }

.margin-2 {
  margin: 1.5rem; }

.margin-t2 {
  margin-top: 1.5rem; }

.margin-l2 {
  margin-left: 1.5rem; }

.margin-r2 {
  margin-right: 1.5rem; }

.margin-b2 {
  margin-bottom: 1.5rem; }

.margin-3 {
  margin: 2rem; }

.margin-t3 {
  margin-top: 2rem; }

.margin-l3 {
  margin-left: 2rem; }

.margin-r3 {
  margin-right: 2rem; }

.margin-b3 {
  margin-bottom: 2rem; }

.margin-4 {
  margin: 3rem; }

.margin-t4 {
  margin-top: 3rem; }

.margin-l4 {
  margin-left: 3rem; }

.margin-r4 {
  margin-right: 3rem; }

.margin-b4 {
  margin-bottom: 3rem; }

.margin-l1t1 {
  margin-left: 1rem;
  margin-top: 1rem; }

.margin-t1r1 {
  margin-top: 1rem;
  margin-right: 1rem; }

.margin-r1b1 {
  margin-right: 1rem;
  margin-bottom: 1rem; }

.margin-b1l1 {
  margin-bottom: 1rem;
  margin-left: 1rem; }

.margin-t1b1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.margin-l1r1, .crs button, .crs .button:hover, .crs .button-sec:hover, .crs .button-ter:hover, .crs .button-alert:hover, .crs .button-pri {
  margin-left: 1rem;
  margin-right: 1rem; }

.margin-l2t2 {
  margin-left: 1.5rem;
  margin-top: 1.5rem; }

.margin-t2r2 {
  margin-top: 1.5rem;
  margin-right: 1.5rem; }

.margin-r2b2 {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem; }

.margin-b2l2 {
  margin-bottom: 1.5rem;
  margin-left: 1.5rem; }

.margin-t2r2 {
  margin-top: 1.5rem;
  margin-right: 1.5rem; }

.margin-t2b2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.margin-l2r2 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.margin-l1t2 {
  margin-left: 1rem;
  margin-top: 1.5rem; }

.margin-t2b4 {
  margin-top: 1.5rem;
  margin-bottom: 3rem; }

.margin-t4b2 {
  margin-top: 3rem;
  margin-bottom: 1.5rem; }

/* Border Helper */
.white-bd {
  border: 1px solid #fafafa; }

.white-bd-l, .img-border {
  border: 1px solid white; }

.white-bd-d, input, textarea, select {
  border: 1px solid #e1e1e1; }

.black-bd {
  border: 1px solid #333; }

.black-bd-l {
  border: 1px solid #4d4d4d; }

.black-bd-d {
  border: 1px solid #1a1a1a; }

.grey-bd, input:focus, textarea:focus {
  border: 1px solid #bbb; }

.pri-bd {
  border: 1px solid #F7695E; }

.pri-bd-l, .flash-pri {
  border: 1px solid #f9968f; }

.pri-bd-d {
  border: 1px solid #f53c2d; }

.sec-bd {
  border: 1px solid #0098c8; }

.sec-bd-l, .flash-sec {
  border: 1px solid #00bffb; }

.sec-bd-d {
  border: 1px solid #007195; }

.ter-bd {
  border: 1px solid #0570bd; }

.ter-bd-l, .flash-ter {
  border: 1px solid #068def; }

.ter-bd-d {
  border: 1px solid #04538b; }

.grey-bd, input:focus, textarea:focus {
  border: 1px solid #bbb; }

.grey-bd-l {
  border: 1px solid #c8c8c8; }

.grey-bd-d {
  border: 1px solid #aeaeae; }

.alert-bd {
  border: 1px solid #ff3939; }

.alert-bd-l {
  border: 1px solid #ff6c6c; }

.alert-bd-d {
  border: 1px solid #ec0000; }

.shadow-lb, .card {
  box-shadow: -1px 2px 12px -5px #4d4d4d; }

/* Icon Helper */
.icon-s {
  width: 1rem; }

.icon-m {
  width: 2rem; }

.icon-l {
  width: 3rem; }

/* cursor helper */
.pointer {
  cursor: pointer; }

/* Buttons */
button, button:hover, .button:hover, .button-sec:hover, .button-ter:hover, .button-alert:hover, .button-pri, .button-pri:hover, .button, .button-sec, .button-sec:hover, .button-ter, .button-ter:hover, .button-alert, .button-alert:hover {
  color: #fafafa;
  background: rgb(0,191,180);
  width: 200px;
  font-size: 20px;
  border-radius: 35px;
  padding: 1rem;
  font-weight: 300;
  cursor: pointer;
  white-space: nowrap;
  transition: background .5s ease, color .5s ease, box-shadow .5s ease, border .5s ease;
  display: inline-block;
  -webkit-appearance: none; }
  button:hover, .button:hover, .button-sec:hover, .button-ter:hover, .button-alert:hover, .button-pri:hover, .button:hover, .button-sec:hover, .button-ter:hover, .button-alert:hover {
    background: rgb(0,210,198); }


.button-pri, .button-pri:hover {
  background: rgb(0,191,180);
  }
  .button-pri:hover {
    background: rgb(0,210,198) }

.button-sec, .button-sec:hover {
  font-size: 20px;
  width: 200px;
  background: #0098c8;
  border: 1px solid #007195; }
  .button-sec:hover {
    background: rgb(0,210,198); }

.button-ter, .button-ter:hover {
  background: #0570bd;
  border: 1px solid #04538b; }
  .button-ter:hover {
    background: #068def; }
  .button-ter.shadow {
    box-shadow: inset 0 -3px 0 #04538b; }
    .button-ter.shadow:hover {
      box-shadow: inset 0 -3px 0 #04538b; }

.button-alert, .button-alert:hover {
  background: #ff3939;
  border: 1px solid #ec0000; }
  .button-alert:hover {
    background: #ff6c6c; }
  .button-alert.shadow {
    box-shadow: inset 0 -3px 0 #ec0000; }
    .button-alert.shadow:hover {
      box-shadow: inset 0 -3px 0 #ec0000; }

.outline, .outline:hover {
  background: transparent;
  color: #aeaeae;
  border: 1px solid #aeaeae; }
  .outline:hover {
    color: #4d4d4d;
    border: 1px solid #4d4d4d; }
  .outline.shadow {
    box-shadow: inset 0 -3px 0 #aeaeae; }

button:disabled, .button:disabled:hover, .button-sec:disabled:hover, .button-ter:disabled:hover, .button-alert:disabled:hover, .button-pri:disabled, a.button.disabled, a.disabled.button-sec, a.disabled.button-ter, a.disabled.button-alert, input:disabled {
  color: #fafafa;
  background: #bbb;
  border: 1px solid #bbb;
  cursor: default; }
  button:disabled:hover, .button:disabled:hover, .button-sec:disabled:hover, .button-ter:disabled:hover, .button-alert:disabled:hover, .button-pri:disabled:hover, a.button.disabled:hover, a.disabled.button-sec:hover, a.disabled.button-ter:hover, a.disabled.button-alert:hover, input:disabled:hover {
    color: #fafafa;
    background: #bbb;
    border: 1px solid #bbb; }

button.shadow:disabled, .shadow.button:disabled:hover, .shadow.button-sec:disabled:hover, .shadow.button-ter:disabled:hover, .shadow.button-alert:disabled:hover, .shadow.button-pri:disabled, a.button.shadow.disabled, a.shadow.disabled.button-sec, a.shadow.disabled.button-ter, a.shadow.disabled.button-alert, input.shadow:disabled {
  box-shadow: inset 0 -3px 0 #bbb; }

button.clear, .clear.button:hover, .clear.button-sec:hover, .button-sec.close:hover, .clear.button-ter:hover, .button-ter.close:hover, .clear.button-alert:hover, .button-alert.close:hover, .button.close:hover, .clear.button-pri, .button-pri.close, button.close {
  background: none;
  padding: 0;
  border: none; }

button > i, button:hover > i, .button:hover > i, .button-sec:hover > i, .button-ter:hover > i, .button-alert:hover > i, .button-pri > i, .button-pri:hover > i, a > i {
  margin-left: .5rem;
  margin-right: .5rem; }

.toggle {
  background: #bbb;
  border-color: #aeaeae; }
  .toggle:hover {
    background: #c8c8c8;
    border-color: #aeaeae; }
  .toggle.active {
    background: #F7695E;
    border-color: #f53c2d; }
  .toggle:first-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .toggle:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.wide, .wide:hover, a.wide:hover {
  padding-left: 3rem;
  padding-right: 3rem; }

.square, .square:hover, a.square:hover {
  border-radius: 0; }

/* Images */
.thumb {
  width: 5rem; }

/* Forms */
input, textarea, select {
  border-radius: 3px;
  padding: 1rem;
  font-weight: 300;
  transition: border 0.5s ease; }

/* arrows */
/* list */
.list {
  list-style-type: none;
  background-color: white; }
  .list li {
    margin: 0;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 1rem; }
    .list li:last-of-type {
      border-bottom: 1px solid #e1e1e1; }
    .list li:hover {
      background-color: #fafafa; }
    .list li.active {
      color: white;
      background-color: #F7695E; }

.card {
  margin: 1rem;
  display: inline-block;
  vertical-align: top;
  width: 20rem;
  height: 28rem; }

.card .img-container {
  height: 20rem;
  background-color: #1a1a1a;
  position: relative; }
  .card .img-container img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }

.img-border {
  border-width: 10px; }

.bg-img-fix {
  background: url(../images/bg.jpg) no-repeat center center fixed;
  background-size: cover; }

.bg-img {
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative; }

.cover {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

.center-v {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.bg-video {
  position: relative;
  overflow: hidden; }

video#bgvid {
  min-width: 100%;
  min-height: 100%;
  z-index: -1; }

.flash, .flash-pri, .flash-sec, .flash-ter {
  padding: 1rem;
  color: #fafafa;
  position: relative; }

.flash-pri {
  background-color: #F7695E; }

.flash-sec {
  background-color: #0098c8; }

.flash-ter {
  background-color: #0570bd; }

.pri-bg > ul > li > a, .sec-bg > ul > li > a, .ter-bg > ul > li > a {
  color: #fafafa; }

.pri-bg > ul > li > a:hover, .sec-bg > ul > li > a:hover, .ter-bg > ul > li > a:hover {
  color: white; }

.circle {
  border-radius: 50%; }

.round {
  border-radius: 1rem; }


.dropdown {
  cursor: pointer;
  position: relative;
  float: left;
  width: 100%; }

.dropdown > ul {
  box-shadow: 0px 2px 10px -5px rgba(100, 100, 100, 0.5);
  cursor: pointer;
  position: absolute;
  right: 0;
  padding-left: 0;
  display: none;
  list-style-type: none;
  text-align: left;
  white-space: nowrap;
  z-index: 1;
  margin: 0; }

.dropdown > ul > li {
  margin: 0;
  padding: 0; }

.dropdown:hover > ul {
  display: block; }

.dropdown > ul > li > a {
  color: #4d4d4d;
  padding: 1rem 1.5rem;
  display: block; }

.dropdown > ul > li > a:hover {
  color: #333; }

.dropdown:hover > ul > li:hover {
  background-color: #fafafa;
  color: #333; }

.pointer {
  position: absolute;
  border-style: solid;
  border-width: 0 25px 15px;
  border-color: #fff transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -15px;
  left: 70px; }

.content-break::before {
  content: "";
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 25%;
  margin-right: 1.5rem;
  background-color: #e1e1e1; }

.content-break::after {
  content: "";
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 25%;
  margin-left: 1.5rem;
  background-color: #e1e1e1; }

.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #333; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333; }

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #333; }

.arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #333; }

.crs {
  width: 500px;
  height: 500px;
  position: relative;
  overflow: hidden;
  margin-bottom: .1rem;
  border: 1px solid white;
  background-color: #1a1a1a; }

.crs-img {
  height: 100%;
  width: 100%;
  position: absolute; }

.crs button, .crs .button:hover, .crs .button-sec:hover, .crs .button-ter:hover, .crs .button-alert:hover, .crs .button-pri {
  font-size: 2rem;
  font-weight: 300;
  position: absolute;
  top: 45%;
  opacity: 0;
  transition: opacity .5s linear;
  padding: 1rem; }

.crs:hover button, .crs:hover .button:hover, .crs:hover .button-sec:hover, .crs:hover .button-ter:hover, .crs:hover .button-alert:hover, .crs:hover .button-pri {
  opacity: .7; }

.crs button.left, .crs .left.button:hover, .crs .left.button-sec:hover, .crs .left.button-ter:hover, .crs .left.button-alert:hover, .crs .left.button-pri {
  left: 0; }

.crs button.right, .crs .right.button:hover, .crs .right.button-sec:hover, .crs .right.button-ter:hover, .crs .right.button-alert:hover, .crs .right.button-pri {
  right: 0; }

.crs-thumb {
  width: 500px; }
  .crs-thumb .thumb {
    float: left;
    width: 100px;
    height: 100px;
    border: 1px solid white; }
    .crs-thumb .thumb.active {
      border: 1px solid #F7695E; }

.overlay {
  background-color: #333;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0.9;
  top: 0;
  left: 0;
  text-align: center; }

.modal {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: scroll; }

.modal .content {
  background-color: #fafafa;
  width: 50%;
  position: absolute;
  top: 5%;
  padding: 2rem;
  left: 25%; }

.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px; }
  .close:before, .close:after {
    content: " ";
    width: 50px;
    height: 5px;
    display: block;
    background-color: #bbb;
    top: 25px;
    position: absolute;
    right: 5px;
    transition: background 0.5s ease; }
  .close:hover:before, .close:hover:after {
    background-color: #4d4d4d; }
  .close:before {
    transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg); }
  .close:after {
    transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg); }

.flash .close, .flash-pri .close, .flash-sec .close, .flash-ter .close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 15px;
  right: 10px; }
  .flash .close:before, .flash-pri .close:before, .flash-sec .close:before, .flash-ter .close:before, .flash .close:after, .flash-pri .close:after, .flash-sec .close:after, .flash-ter .close:after {
    width: 25px;
    height: 2px;
    top: 10px;
    right: 0px;
    background-color: #fff; }

.info-box {
  display: inline;
  position: relative; }

.info-box .box {
  display: none;
  position: absolute;
  margin-top: -10px;
  left: 0;
  z-index: 10; }
  .info-box .box > * {
    background-color: #4d4d4d;
    color: #e1e1e1;
    margin-top: 10px;
    width: 200px; }
  .info-box .box:before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4d4d4d; }

.info-box:hover .box {
  display: block; }

.nested-list > .list li {
  position: relative; }
.nested-list > .list li:hover .list {
  display: block; }
.nested-list > .list .list {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 5; }

body {
  background-color: #fafafa;
  height: auto; }

section {
  padding: 2% 6%;
  overflow: hidden; }

@media (min-width: 48em) {
  section#molescope {
    padding-bottom: 12rem; } }
section#molescope .container-s {
  overflow: visible; }}

section#advance-dermoscopy .container {
  overflow: visible; }

figure {
  position: absolute; }

.container,
.container-s,
.container-l {
  overflow-x: hidden; }
  .container > *:first-child,
  .container-s > *:first-child,
  .container-l > *:first-child {
    margin-top: 0; }
  .container > *:last-child,
  .container-s > *:last-child,
  .container-l > *:last-child {
    margin-bottom: 0; }



.ms-banner {
  position: relative;
  font-size: 0;
  padding-top: 80px;
  height: 30rem;
  background: #fafafa;
  overflow: hidden; }
  .ms-banner .ms-banner-molly {
    position: relative;
    overflow: hidden;
    display: none; }
    @media (min-width: 48em) {
      .ms-banner .ms-banner-molly {
        display: block; } }
  .ms-banner .ms-banner-magnifier {
    background: #fafafa url("https://cdn2.hubspot.net/hubfs/2530563/Landing%20Page%20Images/lady_mole_ms_magnified_1.jpg") no-repeat;
    padding-top: 0;
    border-radius: 50%;
    width: 175px;
    height: 175px;
    position: absolute;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none;
    top: 50px;
    right: 50%; }
  @media (min-width: 48em) {
    .ms-banner {
      height: auto;
      background-size: cover;
      background-position: center top; } }
  .ms-banner .ms-banner-device {
    position: absolute;
    
   
    bottom: 3rem;
    z-index: 10; }
    @media (min-width: 48em) {
      .ms-banner .ms-banner-device {
        left: 16rem;
        bottom: auto;
        width: 34rem;
         margin-left: -17rem;
        top: 50%;
        transform: translateY(-50%); } }
    @media (min-width: 64em) {
      .ms-banner .ms-banner-device {
        width: 25rem;
        left: 25rem;
         } }
 
    @media (min-width: 85.375em) {
      .ms-banner .ms-banner-device {
        width: 35rem;
        left: 25rem;
         } }
    @media (min-width: 120em) {
      .ms-banner .ms-banner-device {
        width: 50rem; } }
    .ms-banner .ms-banner-device img {
      width: 50%; }
    @media (min-width: 601px) and (max-width: 767px) {
        .ms-banner {
            height: 40rem;
        }
    }

@media (min-width: 30em) {
    .triko-phone {
        display: none;
    }
}

#ms-2 {
  width: 594px;
  height: 535px;
  clear: both; }
  @media (min-width: 30em) {
    #ms-2 {
      height: 666px; } }
  @media (min-width: 48em) {
    #ms-2 {
      clear: none;
      position: absolute;
      left: 300px;
      top: -30px; } }

#ms-device-phone {
  background-image: url("https://cdn2.hubspot.net/hubfs/2530563/iPhone-zoom-triko.png");
  background-size: 555px 666px;
  display:none;
  width: 555px;
  height: 666px;
  left: 60px;
  z-index: 5;
  display: none; }
  @media (min-width: 30em) {
    #ms-device-phone {
      display: block;
      right: -120px;
      top: 320px; } }
  @media (min-width: 48em) {
    #ms-device-phone {
      right: auto;
      top: -30px; } }

#ms-device {
  background-image: url("https://cdn2.hubspot.net/hubfs/2530563/Landing%20Page%20Images/ms-device.png");
  background-size: 158px 274px;
  display:none;
  width: 158px;
  height: 274px;
  left: 30px;
  bottom: 135px;
  z-index: 10;
  transition: transform 500ms ease; }
  @media (min-width: 30em) {
    #ms-device {
      display:block;
      bottom: 300px; } }
  @media (min-width: 48em) {
    #ms-device {
      left: auto;
      right: 0;
      bottom: 30px; } }

.table-row {
  text-align: center;
  padding: 1.5rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
  min-height: 5rem;
  vertical-align: middle; }

@media (max-width: 30em) {
    .table-scope {
      display: none; } }

.table-header {
  background-color: #ffffff;
  display: none; }
  @media (min-width: 48em) {
    .table-header {
      display: block; } }

.table-column .table-row {
  background-color: #ffffff; }
  .table-column .table-row.price {
    background-color: #626363;
    color: #fafafa; }
  .table-column .table-row:nth-of-type(even):not(.price) {
    background-color: #f0f0f0; }

.table-cta {
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding-bottom: 5px;
  text-align: center; }

.table-img {
  height: 260px;
  margin-bottom: 20px;
  text-align: center; }
  .table-img img {
    max-width: 55%; }
    @media (min-width: 64em) {
      .table-img img {
        max-width: 45%; } }

#devices-banner {
  background: #fafafa url("https://cdn2.hubspot.net/hubfs/2530563/Landing%20Page%20Images/advanced-dermoscopy.png") no-repeat;
  background-position: 55% 50%;
  height: 220px;
  background-size: 600px; }
  @media (min-width: 30em) {
    #devices-banner {
      background-size: 1280px;
      height: 520px; } }
  @media (min-width: 48em) {
    #devices-banner {
      background-size: 1440px; } }
  @media (min-width: 64em) {
    #devices-banner {
      background-size: cover;
      height: 600px; } }

.headline .eyebrow {
  display: block;
  font-size: 1.5rem; }

.mole-images img,
.feature-icons img {
  margin: 1rem 0;
  padding: 1rem; }

.feature-icons img {
  margin-top: 2rem;
  margin-bottom: 0; }

#order-section {
  margin-top: -80px;
  height: 1px;
  display: block;
  padding-bottom: 79px; }



.hs-cta-wrapper { display: block; }

.custom-footer {
    background-color: #273135;
    padding-top: 2rem;
}

.custom-footer a {
    color: #c0c0c0 !important;
    text-decoration: none;
    font-size: 0.8rem;
}
.custom-footer a:hover {
    color: #0098C8 !important;
}

.custom-footer .custom-footer-top-col1.custom-footer-top-cols {
    line-height: 1.5;
}

.custom-footer .custom-footer-top-cols {
    font-size: 0.8rem;
    color: #c0c0c0;
}

.custom-footer .custom-footer-top-col1 img {
    max-width: 40%;
    opacity: 0.8;
    margin-bottom: 0.75rem;
}
hr.footer-hr {
    background-color: #f0f0f0;
    max-width: 100px;
    width: 100%;
    margin: 20px 0;
}

.custom-footer .custom-footer-top-cols h6 {
    color: #f0f0f0;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 1rem;
    margin-top: 0;
    line-height: 1.25;
    margin-bottom: 10px;
}
.custom-footer .custom-footer-top-cols ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-footer .custom-footer-top-cols ul li {
    font-size: 0.8rem;
    letter-spacing: 0.2px;
    padding: 0.25rem 0;
}

.custom-footer .custom-footer-top-cols p {
    margin: 0;
    font-weight: 400;
}

.custom-footer .custom-footer-social-icons {
    color: #fff;
    padding: 0.5rem 0;
    text-align: center;
    margin-top: 2rem;
    background-color: #262b2e;
}

.custom-footer .custom-footer-social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-footer .custom-footer-social-icons ul li {
    display: inline-block;
}
.custom-footer .custom-footer-social-icons ul li a {
    font-size: 1.5rem;
    margin: 0 0.5rem;
}

.custom-footer .custom-footer-social-icons ul li a span{
    display: none;
}
.fa{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.custom-footer-social-icons ul li a i.fa.fa-facebook-square:before {
    content: "\f082";
}
.custom-footer-social-icons ul li a i.fa.fa-twitter-square:before {
    content: "\f081";
}
.custom-footer-social-icons ul li a i.fa.fa-linkedin-square:before {
    content: "\f08c";
}
.custom-footer-social-icons ul li a i.fa.fa-google-plus-square:before {
    content: "\f0d4";
}

.custom-footer .custom-footer-top-cols ul li:before {
    content: none;
}

.phone-img{
    margin-left: 8rem;
}

.triko-list li{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 20px;
}

 @media (min-width: 48em) {
#order-device .container {
    margin-left: 13rem;
}
}

#order-device .container .table-scope {
    margin-left: -3rem;
}

.trikoPara {
    color: #0099c6;
}


/* CUSTOM FOR PHARMACY */

.txt-narrow {
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0; }


.firstP {
  margin-top: 2rem;
  -webkit-animation-delay: .1s; /* Safari 4.0 - 8.0 */
   animation-delay: .1s; 
   /*max-height: 1080px;
   overflow: hidden;*/
   transition: max-height .5s ease;
   position: relative;
}

.firstP.show {
    max-height: 2000px;
}
.gradient::before {
	content:'';  height:150px; position:absolute; bottom:0px; left:0; width:100%; background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(250,250,250,1) 70%); transition:height .25s ease;
}
.show.gradient::before { height:0px;}

.show-btn {
	box-shadow:0 2px 5px rgba(0,0,0,.6); 					
	background-color:#00b4bf;
	border: none;
	border-radius: 100%;
	bottom: 20px;
	color: #fff;
	cursor: pointer;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	position: relative;
	transition: background-color .25s ease;
	width: 40px;
	font-size:20px;
}

.show-btn.fa{
    padding: .55rem;
}

.show-btn:hover {
	box-shadow:0 2px 5px rgba(0,0,0,.6); 					
	background-color:#00b4bf;
	border: none;
	border-radius: 100%;
	bottom: 20px;
	color: #fff;
	cursor: pointer;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	position: relative;
	transition: background-color .25s ease;
	width: 40px;
	font-size:20px;
}

.show-btn.fa.rotate {transform:rotate(180deg); }

.secondP {
    -webkit-animation-delay: .5s; /* Safari 4.0 - 8.0 */
     animation-delay: .5s;  
}

.content-wrapper1 .leftP{
    width: 40%;
    float: left;
}

.content-wrapper1 .rightP{
    width: 53%;
    float: left;
    margin-left: 7%;
}

@media (max-width: 768px) { 
    .content-wrapper1 .leftP{
        width: 100%;
        float: left;
    }
    .content-wrapper1 .rightP{
        width: 100%;
        float: none;
        margin-left: 0;
    }
}

@media (max-width: 1765px) { 
    .content-wrapper1 .rightP{
        padding-top: 1rem;
    }
}

@media (max-width: 1365px) { 
    .content-wrapper1 .rightP{
        padding-top: 5rem;
    }
}

.thirdP {
    -webkit-animation-delay: .3s; /* Safari 4.0 - 8.0 */
     animation-delay: .3s;
     clear: both;
}

.fourthP {
    -webkit-animation-delay: .3s; /* Safari 4.0 - 8.0 */
     animation-delay: .3s;
     clear: both;
}



body {
  margin: 0;
  margin-top: 65px;
}

.pharm-header {
    background: linear-gradient(to left, #00bfb4, #176ad1  110%) no-repeat;;
}

.header-banner {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(to left, #00bfb4, #176ad1  110%) no-repeat;
  background-size: cover;
}
.pharm-img-banner {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 600px;
  overflow: hidden;
  /*background: linear-gradient(to bottom, #00bfb4, #176ad1  110%) no-repeat;*/
  background-size: cover;
  background-position: right top;
}

@media (min-width: 1500px) {
    .pharm-img-banner {
      height: 600px;
    } 
  }

@media (min-width: 1800px) {
    .pharm-img-banner {
      height: 700px;
    } 
  }

  @media (min-width: 2000px) {
    .pharm-img-banner {
      height: 900px;
    } 
  }

/* responsiveness for gradient on header */

@media (max-width: 1100px) {
    .header-banner {
        background: linear-gradient(to left, #00bfb4, #176ad1  50%) no-repeat;
    }
    .pharm-img-banner.b-lazy.b-loaded {
        opacity: .4;
    }

}

/*end*/

.banner-txt {
    color:white;
    font-weight: 300;
    text-align: left;
    position: absolute;
    top: 15%;
    max-width: 85%;
    margin-left: 5%;
    -webkit-font-smoothing: antialiased;
}
.banner-txt.animated {
    -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
    animation-duration: 3s;
}

@media (min-width: 480px) {
    .banner-txt {
      top: 18%;
    } 
  }

@media (min-width: 640px) {
    .banner-txt {
      top: 25%;
      max-width: 65%;
    } 
  }
.header-h1 {
    font-weight: 400;
}

.header-p {
    font-weight: 500;
    max-width: 70%;
}

.hs-cta-wrapper .reqBtn {
    background: rgb(0,191,180);
    color: rgb(255, 255, 255);
    line-height: 1rem;
    border-radius: 3rem;
    padding: 1rem 3rem;
}

.reqBtn a {
    text-align: center;
    font-weight: 400;
}

.reqBtn a:hover {
    font-weight: 400;
}

.reqBtn a:focus {
    color: #fafafa;
}

.wave {
  background-image: url('https://cdn2.hubspot.net/hubfs/2530563/wave.png');
  background-size: 50% 100px;
  position: absolute;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
  bottom: 0;
}

.top{
  opacity: 0.3;
  background-size: 50% 60px;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation: move_wave 10s linear infinite;
  -webkit-animation:move_wave 10s linear infinite;
}

.mid {
  opacity: 0.5;
  background-size: 50% 40px;
}

.bot {
  background-size: 50% 30px;
  animation: move_wave 15s linear infinite;
  -webkit-animation:move_wave 15s linear infinite;
}

/* media queries for header waves */

@media (min-width: 500px) {
    .top {
      background-size: 50% 80px;
    } 
    .mid {
      background-size: 50% 60px; 
    }
    .bot {
      background-size: 50% 40px; 
    }
 }
 
@media (min-width: 780px) {
    .top {
      background-size: 50% 90px;
    } 
    .mid {
      background-size: 50% 70px; 
    }
    .bot {
      background-size: 50% 50px; 
    }
 }

@media (min-width: 1024px) {
    .top {
      background-size: 50% 100px;
    } 
    .mid {
      background-size: 50% 80px; 
    }
    .bot {
      background-size: 50% 60px; 
    }
 }

@media (min-width: 1400px) {
    .top {
      background-size: 50% 120px;
    } 
    .mid {
      background-size: 50% 100px; 
    }
    .bot {
      background-size: 50% 80px; 
    }
 }

.b-lazy {
        -webkit-transition: opacity 2s ease;
           -moz-transition: opacity 2s ease;
             -o-transition: opacity 2s ease;
                transition: opacity 2s ease;
                 max-width: 100%;
                   opacity: 0;
  }
.b-lazy.b-loaded {
     opacity: 1;
}

.etriage{
    position: relative;
    /*padding-bottom: 45%;*/
}
.etriage .lineImg {
  animation: spin 20s infinite linear;
  position: absolute;
  margin-left: 23%;
  margin-top: 10%;
  width: 50%;
}

.etriage .other {
  position: relative;
  
}

.topImg {
    max-width: 35rem;
    margin: 3rem auto;
    display: block;
}

.mainContent {
    padding-left: 25px;
    padding-right: 25px;
}

@-ms-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes move_wave {
    0% {
        transform: translateX(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) scaleY(0.5)
    }
    100% {
        transform: translateX(-50%) scaleY(1)
    }
}

@-webkit-keyframes move_wave {
    0% {
        -webkit-transform: translateX(0) scaleY(1)
    }
    50% {
        -webkit-transform: translateX(-25%) scaleY(0.5)
    }
    100% {
        -webkit-transform: translateX(-50%) scaleY(1)
    }
}
