@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* CSS Document */
* {
  margin: 0px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }

html, body {
  height: 100%;
  width: 100%; }

h2 {
  font-family: "flama_bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

p {
  color: #ffffff;
  font-family: "flama_book", sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 26px; }

section {
  min-height: 95vh;
  vertical-align: top;
  position: relative; }

@media screen and (max-width: 768px) {
  section {
    min-height: 45vh; } }
@media screen and (max-width: 600px) and (orientation: portrait) {
  section {
    min-height: 60vh; } }
.mobile {
  display: none !important; }

@media screen and (max-width: 768px) {
  .mobile {
    display: block !important; }

  .desktop {
    display: none; } }
.btn {
  padding: 0.75vw 4vw;
  color: #ffffff;
  font-family: "flama_bold", sans-serif;
  letter-spacing: 1.5px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .5s ease-out;
  background: #286e80;
  background: -moz-linear-gradient(top, #286e80 0%, #236577 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #286e80), color-stop(100%, #236577));
  background: -webkit-linear-gradient(top, #286e80 0%, #236577 100%);
  background: -o-linear-gradient(top, #286e80 0%, #236577 100%);
  background: -ms-linear-gradient(top, #286e80 0%, #236577 100%);
  background: linear-gradient(to bottom, #286e80 0%, #236577 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286e80', endColorstr='#236577', GradientType=0 ); }

@media screen and (max-width: 768px) {
  .btn {
    font-size: 13px; } }
.btn:hover {
  background: -moz-linear-gradient(top, #286e80 0%, #236577 60%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #286e80), color-stop(60%, #236577));
  background: -webkit-linear-gradient(top, #286e80 0%, #236577 60%);
  background: -o-linear-gradient(top, #286e80 0%, #236577 60%);
  background: -ms-linear-gradient(top, #286e80 0%, #236577 60%);
  background: linear-gradient(to bottom, #286e80 0%, #236577 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286e80', endColorstr='#236577', GradientType=0 ); }

.btn:after {
  width: 0%;
  content: "";
  height: 2px;
  background-color: #173647;
  position: absolute;
  bottom: 0;
  left: 0px;
  transition: width ease 0.25s; }

.btn:hover::after {
  width: 100%; }

strong {
  font-family: "flama_bold", sans-serif; }

.back-btn {
  position: absolute;
  top: 110px;
  left: 15px; }

.back-btn a {
  text-decoration: none;
  color: #717070;
  font-family: "flama_book", sans-serif;
  transition: all ease .25s; }

.back-btn img {
  position: relative;
  top: -2px;
  left: 0px;
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  transition: all ease .25s; }

.back-btn:hover img {
  left: -5px; }

.back-btn:hover a {
  color: #39A6BD; }

.callout-headline * {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transform: translateY(5vh);
  -moz-transform: translateY(5vh);
  -ms-transform: translateY(5vh);
  transform: translateY(5vh); }

.callout-headline.active * {
  opacity: 1;
  -webkit-transform: translateY(0vh);
  -moz-transform: translateY(0vh);
  -ms-transform: translateY(0vh);
  transform: translateY(0vh); }

.pixel {
  opacity: 0;
  height: 0;
  overflow: hidden;
  width: 0;
  display: block; }

/*-------header styles--------*/
header {
  background-color: #ffffff;
  height: 105px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  overflow: hidden;
  transition: transform ease .5s, z-index ease 0s; }

@media screen and (max-width: 580px) {
  header {
    height: 115px;
    position: relative; } }
@media screen and (max-height: 600px) and (orientation: landscape) {
  header {
    height: 115px;
    position: relative;
    top: -15px; } }
header .top-nav {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 3px 0; }

header .top-nav a, header .top-nav p {
  color: #b3b3b3;
  font-size: 14px;
  display: inline-block; }

header .top-nav .left {
  margin-left: 2.25%; }

header .top-nav .right {
  float: right;
  margin-right: 35px; }

@media screen and (max-width: 580px) {
  header .top-nav .right {
    font-size: 10px;
    margin-right: 15px; } }
header p.number {
  border-bottom: 1px solid #25677a;
  margin-bottom: 3px;
  padding-bottom: 0; }

header p.number a {
  text-decoration: none;
  color: #173647; }

header p.sub {
  font-size: 13.5px;
  color: #173647;
  font-family: "flama_book", sans-serif !important; }

header .callout {
  float: right;
  margin-right: 35px;
  margin-top: 20px;
  vertical-align: top;
  position: relative;
  font-family: "flama_medium", sans-serif;
  font-size: 18px; }

@media screen and (max-width: 580px) {
  header .callout {
    margin-right: 10px;
    margin-top: 10px; } }
header .callout p {
  color: #173647;
  font-family: "flama_medium", sans-serif; }

#logo {
  display: inline-block;
  height: auto;
  margin: 3px 2%;
  width: 180px; }

@media screen and (max-width: 580px) {
  #logo {
    max-width: 211px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40vw; } }
#logo img {
  width: 100%; }

.callout-mark[alt]:hover:after {
  content: attr(alt);
  position: absolute;
  left: -80px;
  width: 200px;
  background-color: #ffffff;
  color: #333;
  padding: 20px;
  font-size: 14px;
  font-family: "flama_book", sans-serif;
  top: 30px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #333333;
  border: #8B8B8B thin solid; }

#chat p, .callout p {
  display: inline-block;
  margin-top: -10px;
  vertical-align: middle; }

#chat.btn {
  float: right;
  font-size: 12px;
  margin-right: 20px;
  margin-top: 17px;
  padding: 10px 20px;
  vertical-align: top; }

@media screen and (max-width: 580px) {
  #chat.btn {
    padding: 6px 13px 5px;
    position: absolute;
    right: -10px;
    top: 66px;
    z-index: 10; } }
#chat.btn img {
  margin-bottom: -1px;
  margin-top: -1px;
  vertical-align: middle;
  width: 20px;
  height: 19px; }

.question-mark img {
  width: 15px;
  height: 15px; }

#google_translate_element {
  position: absolute;
  right: 15px;
  top: 35px; }

@media screen and (max-width: 580px) {
  #google_translate_element {
    top: 40px; } }
.goog-te-gadget {
  color: #ffffff !important;
  font-size: 0px !important; }

.goog-te-gadget .goog-te-combo {
  font-size: 12px; }

.goog-logo-link {
  display: none; }

/*-------intro styles--------*/
#intro {
  text-align: center;
  height: 400px; }

@media screen and (max-width: 768px) {
  #intro {
    min-height: 95vh; } }
@media screen and (max-height: 600px) and (max-width: 600px) and (orientation: landscape) {
  #intro {
    min-height: 65vh;
    height: 220px; } }
#intro .section-content {
  margin: 0 auto;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 10; }

#intro h1 {
  font-family: "flama_bold", sans-serif;
  color: #173647;
  font-size: 2.65vw;
  text-transform: uppercase;
  letter-spacing: -0.55px;
  -webkit-animation: fade-up-in 1.25s ease .5s;
  -moz-animation: fade-up-in 1.25s ease .5s;
  -ms-animation: fade-up-in 1.25s ease .5s;
  animation: fade-up-in 1.25s ease .5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0; }
  @media screen and (min-width: 1800px) {
    #intro h1 {
      font-size: 47px; } }
  @media screen and (max-width: 1050px) {
    #intro h1 {
      font-size: 3.25vw; } }
  @media screen and (max-width: 650px) {
    #intro h1 {
      font-size: 4.25vw; } }

@media screen and (min-width: 1500px) {
  .opioid-page #intro h1 {
    font-size: 60px; } }
#intro h1 span {
  color: #33a7be;
  font-family: "flama_bold", sans-serif;
  font-size: 4.50vw;
  display: block;
  line-height: .9em;
  -webkit-animation: fade-up-in 1.25s ease 1.5s;
  -moz-animation: fade-up-in 1.25s ease 1.5s;
  -ms-animation: fade-up-in 1.25s ease 1.5s;
  animation: fade-up-in 1.25s ease 1.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0; }
  @media screen and (min-width: 1800px) {
    #intro h1 span {
      font-size: 80px; } }
  @media screen and (max-width: 1050px) {
    #intro h1 span {
      font-size: 5.7vw; } }
  @media screen and (max-width: 650px) {
    #intro h1 span {
      font-size: 7.7vw; } }

@media screen and (min-width: 1500px) {
  .opioid-page #intro h1 span {
    font-size: 65px; } }
#intro .button-group {
  margin-top: 40px;
  opacity: 0;
  -webkit-animation: fade-up-in 1.25s ease 1.65s;
  -moz-animation: fade-up-in 1.25s ease 1.65s;
  -ms-animation: fade-up-in 1.25s ease 1.65s;
  animation: fade-up-in 1.25s ease 1.65s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

#intro .button-group .btn {
  margin: 0 10px;
  padding: 0.75vw 2vw; }
  @media screen and (max-width: 650px) {
    #intro .button-group .btn {
      display: block;
      margin: 10px 5%;
      padding: 10px 20px; } }

#intro h2 {
  font-size: 1.4vw;
  font-family: "flama_book", sans-serif;
  padding-top: 30px;
  display: inline-block;
  border-top: solid 1px #def1f5;
  text-transform: none;
  position: relative;
  margin-top: 30px;
  opacity: 0;
  -webkit-animation: fade-up-in 1.25s ease 1.65s;
  -moz-animation: fade-up-in 1.25s ease 1.65s;
  -ms-animation: fade-up-in 1.25s ease 1.65s;
  animation: fade-up-in 1.25s ease 1.65s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
  @media screen and (min-width: 1800px) {
    #intro h2 {
      font-size: 27px; } }
  @media screen and (max-width: 1200px) {
    #intro h2 {
      font-size: 18px; } }
  @media screen and (max-width: 650px) {
    #intro h2 {
      width: 90%; } }

.intro-arrow {
  left: 50%;
  margin: 0 auto 0 -47.5px;
  position: absolute;
  top: 65vh;
  width: 95px; }

@media screen and (max-width: 600px) {
  .intro-arrow {
    top: 45%; } }
@media screen and (max-height: 700px) and (orientation: landscape) {
  .intro-arrow {
    top: 75vh; } }
@media screen and (max-height: 600px) and (orientation: landscape) {
  .intro-arrow {
    display: none; } }
.intro-arrow img:nth-child(1) {
  top: -130%;
  left: 50%;
  margin: 0 auto 0 -47.5px;
  position: absolute;
  width: 95px;
  -webkit-animation: arrow-up 1.25s ease 1.5s forwards;
  -moz-animation: arrow-up 1.25s ease 1.5s forwards;
  -ms-animation: arrow-up 1.25s ease 1.5s forwards;
  animation: arrow-up 1.25s ease 1.5s forwards;
  transition: all ease .5s; }
  @media screen and (max-width: 650px) {
    .intro-arrow img:nth-child(1) {
      animation: none; } }

.intro-arrow img:nth-child(2) {
  width: 55px;
  height: 230px; }

.intro-arrow a {
  widht: 99px; }

#intro .stuck {
  left: 50%;
  position: absolute;
  top: -110px; }
  @media screen and (max-width: 650px) {
    #intro .stuck {
      top: -100%; } }

@-webkit-keyframes fade-up-in {
  0% {
    -webkit-transform: translateY(1em);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0em);
    opacity: 1; } }
@keyframes fade-up-in {
  0% {
    transform: translateY(1em);
    opacity: 0; }
  100% {
    transform: translateY(0em);
    opacity: 1; } }
@-webkit-keyframes fade-up-center {
  0% {
    -webkit-transform: translate(-50%, 1em);
    opacity: 0; }
  100% {
    -webkit-transform: translate(-50%, 0em);
    opacity: 1; } }
@keyframes fade-up-center {
  0% {
    transform: translate(-50%, 1em);
    opacity: 0; }
  100% {
    transform: translate(-50%, 0em);
    opacity: 1; } }
@-webkit-keyframes arrow-up {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-220px); } }
@keyframes arrow-up {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-220px); } }
/*-------column master styles--------*/
.one-col {
  width: 100%; }

.one-col .section-content {
  width: 90%;
  padding: 10vh 0px;
  max-width: 900px;
  margin: 0 auto;
  position: relative; }

.two-col {
  width: 50%;
  display: inline-block;
  position: relative; }

.two-col .section-content {
  left: 50%;
  margin: 0 auto 0 -37.5%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 75%; }

@media screen and (max-width: 1050px) {
  .two-col .section-content {
    left: 0;
    margin: 0 auto;
    padding: 7vh 0;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    width: 90%; } }
@media screen and (max-width: 1050px) {
  .two-col {
    width: 100%; } }
/*-------four ways styles--------*/
#four-ways {
  background-color: #183647;
  padding-top: 5vh; }

#four-ways .section-content {
  max-width: 1300px; }

#four-ways h2 {
  text-align: center;
  color: #ffffff;
  text-transform: none;
  font-size: 32px;
  margin-bottom: 10vh; }

@media screen and (max-width: 600px) {
  #four-ways h2 {
    font-size: 24px; } }
#four-ways .card {
  width: 45%;
  margin-right: 5%;
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  padding: 5vh;
  margin-bottom: 7vh;
  min-height: 20vh;
  vertical-align: top;
  position: relative;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35); }

#four-ways .card:nth-of-type(2n) {
  margin-right: 0px; }

@media screen and (max-width: 768px) {
  #four-ways .card {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10vh;
    height: auto !important; } }
#four-ways .card .section-icon {
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
  margin-left: 0px; }

#four-ways .card .section-icon .sec-icon {
  fill: #33A7BE; }

#four-ways .card .section-icon .cls-2 {
  fill: #fff; }

#four-ways .card h3 {
  color: #183647;
  font-size: 28px;
  font-family: "flama_bold", sans-serif;
  margin-bottom: 2vh;
  display: block; }

@media screen and (max-width: 600px) {
  #four-ways .card h3 {
    font-size: 21px; } }
#four-ways .card .btn {
  display: block;
  max-width: 350px;
  width: 90%;
  margin: 0 auto;
  padding: 15px 0px;
  text-align: center; }

@media screen and (max-width: 768px) {
  #four-ways .card .btn {
    width: 100%; } }
#four-ways .card p {
  color: #183647;
  margin-bottom: 20px; }

#four-ways .card em {
  font-size: 25px;
  font-family: "flama_bold", sans-serif;
  color: #183647; }

/*-------stories styles--------*/
.stories {
  background-color: #183647; }
  .stories .stories-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: -20px; }
    @media screen and (max-width: 1050px) {
      .stories .stories-wrapper {
        height: 100%; } }
  .stories .stories-slide {
    background-color: transparent;
    width: 100%;
    height: 95vh;
    min-height: 750px; }
    @media screen and (max-width: 1050px) {
      .stories .stories-slide {
        height: auto;
        padding-bottom: 60px; } }
    .stories .stories-slide .image-wrap {
      height: 100%;
      overflow: hidden; }
      @media screen and (max-width: 1050px) {
        .stories .stories-slide .image-wrap {
          width: 100%;
          height: 45vh; } }
      .stories .stories-slide .image-wrap .image {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100%;
        background-image: url(../images/stories/one.jpg); }
        .stories .stories-slide .image-wrap .image.gen-1 {
          background-image: url(../images/stories/anxiety.jpg); }
        .stories .stories-slide .image-wrap .image.gen-2 {
          background-image: url(../images/stories/baddream.jpg); }
        .stories .stories-slide .image-wrap .image.gen-3 {
          background-image: url(../images/stories/sleep.jpg); }
        .stories .stories-slide .image-wrap .image.lgbt {
          background-image: url(../images/stories/lgbt.jpg); }
        .stories .stories-slide .image-wrap .image.latin {
          background-image: url(../images/stories/latin.jpg); }
        .stories .stories-slide .image-wrap .image.rural {
          background-image: url(../images/stories/rural.jpg); }
        .stories .stories-slide .image-wrap .image.empty {
          background-image: url(../images/stories/empty.jpg); }
    .stories .stories-slide .user-type-wrapper {
      padding: 5%;
      vertical-align: top;
      width: 49%; }
      @media screen and (max-width: 1050px) {
        .stories .stories-slide .user-type-wrapper {
          width: 100%; } }
      .stories .stories-slide .user-type-wrapper h3 {
        font-size: 40px;
        line-height: 35px;
        font-family: "Franchise Bold", sans-serif;
        color: #39A6BD;
        text-transform: uppercase;
        text-align: center;
        margin-top: 40px;
        padding: 20px 0px 10px;
        border-top: solid 2px #ffffff;
        border-bottom: solid 2px #ffffff;
        position: relative; }
        @media screen and (max-width: 650px) {
          .stories .stories-slide .user-type-wrapper h3 {
            font-size: 35px;
            line-height: 30px; } }
        .stories .stories-slide .user-type-wrapper h3:before, .stories .stories-slide .user-type-wrapper h3:after {
          content: '“';
          color: #ffffff;
          font-size: 125px;
          text-align: center;
          font-family: "Franchise Bold", sans-serif;
          z-index: 10;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: 15px; }
        .stories .stories-slide .user-type-wrapper h3:after {
          background-color: #183647;
          content: '';
          width: 20%;
          height: 10px;
          top: -5px;
          z-index: 5; }
      .stories .stories-slide .user-type-wrapper h5 {
        font-size: 18px;
        text-transform: uppercase;
        font-family: flama_bold, sans-serif;
        text-align: center;
        color: #ffffff; }
        @media screen and (max-width: 650px) {
          .stories .stories-slide .user-type-wrapper h5 {
            font-size: 16px; } }
      .stories .stories-slide .user-type-wrapper .testimonial {
        font-style: italic;
        margin-top: 20px;
        font-size: 17px;
        line-height: 30px; }
  .stories .stories-nav-wrap {
    display: block;
    color: #ffffff;
    vertical-align: middle;
    font-family: "flama_medium", sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 20px; }
    .stories .stories-nav-wrap .stories-next {
      cursor: pointer;
      color: #ffffff;
      font-family: "flama_medium", sans-serif;
      text-decoration: none; }
      .stories .stories-nav-wrap .stories-next.desktop {
        display: block; }
        @media screen and (max-width: 650px) {
          .stories .stories-nav-wrap .stories-next.desktop {
            display: none !important; } }
      .stories .stories-nav-wrap .stories-next.mobile {
        display: none !important; }
        @media screen and (max-width: 650px) {
          .stories .stories-nav-wrap .stories-next.mobile {
            display: block !important; } }
    .stories .stories-nav-wrap img {
      width: 45px;
      height: 45px;
      transition: all ease 0.25s;
      display: inline-block;
      cursor: pointer;
      vertical-align: middle;
      transform: rotate(-90deg); }
      .stories .stories-nav-wrap img:hover {
        transform: scale(1.25) rotate(-90deg); }
    .stories .stories-nav-wrap div {
      display: inline-block; }
    .stories .stories-nav-wrap .stories-next {
      vertical-align: top; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*-------common call styles--------*/
#common-calls {
  background-color: #F6F6F6; }

#common-calls .section-content {
  padding: 20vh 0px; }

@media screen and (max-width: 768px) {
  #common-calls .section-content {
    padding: 10vh 0px; } }
#common-calls li, #common-calls p {
  color: #183647;
  font-family: "flama_book", sans-serif;
  font-size: 17px;
  text-align: center; }

#common-calls li {
  vertical-align: top;
  list-style: none;
  border-bottom: dashed thin #83abb6;
  padding: 12px 0px; }

#common-calls li:last-child {
  border-bottom: none; }

@media screen and (max-width: 600px) {
  #common-calls li:last-child {
    border-bottom: dashed thin #83abb6; } }
#common-calls ul {
  vertical-align: top;
  display: inline-block;
  width: 27%;
  margin: 0 2.5%;
  padding: 0px; }

@media screen and (max-width: 600px) {
  #common-calls ul {
    width: 100%;
    margin: 0px; } }
#common-calls h3 {
  color: #173647;
  font-family: "flama_bold", sans-serif;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 40px;
  text-align: center; }

#common-calls h3 span {
  font-size: 23px; }

@media screen and (max-width: 600px) {
  #common-calls h3 span {
    font-size: 18px; } }
@media screen and (max-width: 600px) {
  #common-calls h3 {
    font-size: 21px;
    line-height: 25px; } }
#common-calls .btn:first-child {
  margin-right: 1.5vw; }

#common-calls .btn-wrap {
  margin: 6.5vh auto;
  text-align: center; }

@media screen and (max-width: 650px) {
  #common-calls .btn-wrap .btn {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    display: block; } }
#common-calls:after {
  background-size: cover;
  content: "";
  height: 7vw;
  position: absolute;
  right: -3.25vw;
  top: 40vh;
  width: 7vw;
  z-index: 10;
  background-image: url(../images/CCS_Phone_Icon.svg);
  -webkit-transform: rotateY(90deg) scale(0.5);
  -moz-transform: rotateY(90deg) scale(0.5);
  -ms-transform: rotateY(90deg) scale(0.5);
  transform: rotateY(90deg) scale(0.5);
  backface-visibility: hidden;
  transition: all ease .5s; }

@media screen and (max-width: 1050px) {
  #common-calls:after {
    top: inherit;
    bottom: -4.5vh;
    width: 10vw;
    height: 10vw;
    right: 43vw; } }
@media screen and (max-width: 500px) {
  #common-calls:after {
    bottom: -5.5vh;
    height: 25vw;
    margin-right: -12.5vw;
    right: 50%;
    width: 25vw; } }
#common-calls.active:after {
  -webkit-transform: rotateY(0deg) scale(1);
  -moz-transform: rotateY(0deg) scale(1);
  -ms-transform: rotateY(0deg) scale(1);
  transform: rotateY(0deg) scale(1); }

/*-------block callout 1--------*/
#blk-callout-1 {
  background-color: #173647; }

@media screen and (max-width: 1050px) {
  #blk-callout-1 .section-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; } }
#blk-callout-1 h2 {
  font-size: 2.5vw;
  color: #2f7f95;
  font-family: "flama_book", sans-serif; }

@media screen and (max-width: 1050px) {
  #blk-callout-1 h2 {
    font-size: 6.5vw; } }
#blk-callout-1 h2 span {
  font-family: "flama_bold", sans-serif;
  display: block;
  font-size: 5vw; }

@media screen and (max-width: 1050px) {
  #blk-callout-1 h2 span {
    font-size: 10vw; } }
/*-------Map Styles--------*/
#map {
  background-color: #faf8ed;
  overflow: hidden; }

#map .section-content {
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  overflow: hidden; }

#map .plot-wrap {
  opacity: 1;
  transition: all ease .25s; }

#map .section-content.active .plot-wrap {
  opacity: 0; }

#map #map-plots {
  display: block;
  position: relative;
  text-align: left;
  font-size: 12px; }

#map .plot-container {
  display: inline-block;
  margin: 2vh 0px;
  vertical-align: top;
  width: 44%;
  font-family: "flama_book", sans-serif;
  line-height: 13px; }

#map .plot-container:nth-child(4) {
  margin-left: 5%; }

#map .plot-container ul li {
  color: #445a67;
  font-weight: normal;
  list-style: outside none none;
  padding: 6px 0px;
  text-align: left;
  font-size: 14.5px;
  line-height: 16px; }

#map .plot-container ul li span {
  display: block;
  font-family: "flama_bold", sans-serif;
  padding-bottom: 5px; }

#map .plot-container ul li a {
  color: #445a67;
  text-decoration: none;
  margin-bottom: 5px; }

#map .plot-container ul li img {
  vertical-align: top; }

#map .twocol {
  width: 100%;
  display: inline-block; }

#map .twocol ul {
  width: 49%; }

#map .plot-container ul {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
  vertical-align: top; }

#map .plot-container ul a:hover span {
  text-decoration: underline; }

#map h3 {
  color: #173647;
  font-family: "flama_bold", sans-serif;
  font-size: 30px;
  margin-bottom: 20px; }

#map h6 {
  color: #445a67;
  font-family: "flama_bold", sans-serif;
  margin-bottom: 5px;
  padding: 10px 0;
  border-bottom: thin solid #aaa165; }

#map p {
  color: #173647;
  font-size: 16px;
  line-height: 20px; }

#map:after {
  background-size: cover;
  content: "";
  height: 7vw;
  position: absolute;
  right: -3.25vw;
  top: 40vh;
  width: 7vw;
  z-index: 10;
  background-image: url(../images/CCS_Person_Icon.svg);
  transition: all ease .5s;
  -webkit-transform: rotateY(-90deg) scale(0.5);
  -moz-transform: rotateY(-90deg) scale(0.5);
  -ms-transform: rotateY(-90deg) scale(0.5);
  transform: rotateY(-90deg) scale(0.5);
  backface-visibility: hidden; }

@media screen and (max-width: 1050px) {
  #map:after {
    top: inherit;
    bottom: -5.5vh;
    width: 10vw;
    height: 10vw;
    right: 43vw; } }
@media screen and (max-width: 500px) {
  #map:after {
    bottom: -5.5vh;
    height: 25vw;
    margin-right: -12.5vw;
    right: 50%;
    width: 25vw; } }
#map.active:after {
  -webkit-transform: rotateY(0deg) scale(1);
  -moz-transform: rotateY(0deg) scale(1);
  -ms-transform: rotateY(0deg) scale(1);
  transform: rotateY(0deg) scale(1); }

#map-overlay {
  width: 100%;
  height: 90%;
  position: absolute;
  top: 15vh;
  opacity: 0;
  transition: all ease .5s, z-index ease 0s 1s;
  z-index: -1; }

@media screen and (max-width: 1050px) {
  #map-overlay {
    top: 150px; } }
@media screen and (max-width: 768px) {
  #map-overlay {
    top: 150px;
    height: 86%; } }
@media screen and (max-width: 450px) {
  #map-overlay {
    top: 22vh; } }
@media screen and (max-height: 700px) {
  #map-overlay {
    top: 18vh; } }
#map-overlay.active {
  opacity: 1;
  transition-delay: .5s;
  z-index: 10; }

.map-nav {
  float: right;
  vertical-align: top; }

.map-nav a {
  display: inline-block;
  height: 24px;
  margin-left: 15px;
  text-decoration: none;
  width: 18px;
  position: relative; }

.map-nav a img {
  position: absolute; }

.map-nav .list-view {
  width: 30px; }

.maps-window {
  font-family: "flama_book", sans-serif;
  overflow: hidden; }

.maps-window p {
  color: #6c6c6c;
  font-size: 13px;
  line-height: 18px;
  padding-top: 5px; }

.maps-window strong {
  font-family: "flama_bold", sans-serif;
  font-size: 13px; }

.maps-window a {
  border-top: 1px solid;
  color: #246779;
  display: block;
  font-family: "flama_book",sans-serif;
  font-size: 16px;
  margin-top: 10px;
  text-decoration: none;
  width: 100%; }

.maps-window a img {
  width: 12px; }

/*-------What happens Styles--------*/
#what-happens {
  background-color: #f3e695; }

#what-happens .section-content {
  max-width: 1300px;
  padding: 20vh 0px; }

@media screen and (max-width: 768px) {
  #what-happens .section-content {
    padding: 10vh 0px; } }
#what-happens .col {
  display: inline-block;
  width: 30%;
  margin-right: 3%;
  vertical-align: top; }

#what-happens .col:last-of-type {
  margin-right: 0px; }

@media screen and (max-width: 768px) {
  #what-happens .col {
    width: 100%;
    margin-bottom: 40px; } }
#what-happens h2 {
  text-align: center;
  font-size: 30px;
  color: #173647;
  margin-bottom: 20px;
  font-family: "flama_bold", sans-serif; }

@media screen and (max-width: 600px) {
  #what-happens h2 {
    font-size: 24px; } }
#what-happens p {
  line-height: 23px;
  text-align: left;
  color: #173647;
  width: 100%;
  max-width: 1100px;
  margin: 0px auto 80px;
  font-family: "flama_book", sans-serif; }

@media screen and (max-width: 600px) {
  #what-happens p {
    width: 100%;
    text-align: left; } }
#what-happens h3 {
  color: #173647;
  font-family: "flama_bold", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: solid thin #cec37d; }

#what-happens ul {
  padding-left: 15px; }

#what-happens li {
  list-style: square;
  color: #173647;
  line-height: 23px;
  text-align: left;
  margin-bottom: 30px;
  font-family: "flama_book", sans-serif; }

@media screen and (max-width: 600px) {
  #what-happens li {
    margin-bottom: 10px; } }
#what-happens .lined-btn {
  margin: 80px auto 40px;
  text-align: center;
  position: relative; }

#what-happens .lined-btn:before {
  content: '';
  width: 100%;
  display: block;
  height: 1px;
  background-color: #cec37d;
  position: absolute;
  top: -75px; }

#what-happens .btn {
  position: relative; }

@media screen and (max-width: 600px) {
  #what-happens .btn {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 15px; } }
/*-------block callout 2--------*/
#blk-callout-2 {
  background-color: #2f7f95; }

@media screen and (max-width: 1050px) {
  #blk-callout-2 .section-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }

  #blk-callout-2 .section-content p {
    width: 80%;
    margin: 0 auto; } }
#blk-callout-2 h2 {
  font-size: 2.5vw;
  color: #173647;
  font-family: "flama_book", sans-serif; }

@media screen and (max-width: 1050px) {
  #blk-callout-2 h2 {
    font-size: 6.5vw; } }
#blk-callout-2 h2 span {
  font-family: "flama_bold", sans-serif;
  display: block;
  font-size: 5vw; }

@media screen and (max-width: 1050px) {
  #blk-callout-2 h2 span {
    font-size: 10vw; } }
#blk-callout-2:after {
  background-size: cover;
  content: "";
  height: 7vw;
  position: absolute;
  right: -3.25vw;
  top: 40vh;
  width: 7vw;
  z-index: 10;
  -webkit-transform: rotateY(90deg) scale(0.5);
  -moz-transform: rotateY(90deg) scale(0.5);
  -ms-transform: rotateY(90deg) scale(0.5);
  transform: rotateY(90deg) scale(0.5);
  transition: all ease .5s;
  backface-visibility: hidden; }

@media screen and (max-width: 1050px) {
  #blk-callout-2:after {
    top: inherit;
    bottom: -5vh;
    width: 10vw;
    height: 10vw;
    right: 43vw; } }
@media screen and (max-width: 500px) {
  #blk-callout-2:after {
    bottom: -5.5vh;
    height: 25vw;
    margin-right: -12.5vw;
    right: 50%;
    width: 25vw; } }
#blk-callout-2.active:after {
  -webkit-transform: rotateY(0deg) scale(1);
  -moz-transform: rotateY(0deg) scale(1);
  -ms-transform: rotateY(0deg) scale(1);
  transform: rotateY(0deg) scale(1); }

/*-------Health Care--------*/
#health-care {
  background-color: #33a7be; }

#health-care .care-type {
  text-align: left; }

#health-care .care-type:last-of-type {
  margin-top: 90px; }

#health-care h3 {
  font-family: "flama_bold", sans-serif;
  font-size: 20px;
  color: #173647;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid thin #2e8ba0; }

#health-care p {
  margin-bottom: 40px;
  color: #173647; }

/*-------partner styles--------*/
#partners {
  background-color: #ffffff;
  max-height: 290px !important;
  min-height: 0px; }

@media screen and (max-width: 1050px) {
  #partners {
    width: 90%;
    margin: 0 auto; } }
#partners .section-content {
  padding: 60px 0 100px;
  width: 615px;
  margin: 0 auto; }

@media screen and (max-width: 1050px) {
  #partners .section-content {
    width: 100%; } }
#partners p {
  color: #2f7f95;
  font-size: 16px; }

#partners a {
  color: #2f7f95;
  text-decoration: none; }

#partners a:hover {
  text-decoration: underline; }

#partners h3 {
  font-family: "flama_bold", sans-serif; }

/*-------footer styles--------*/
footer {
  background-color: #173647;
  height: 135px;
  padding: 20px 40px;
  color: #ffffff; }

@media screen and (max-width: 1050px) {
  footer {
    padding: 20px 10%; } }
@media screen and (max-width: 500px) {
  footer {
    height: 185px; } }
footer a, footer span {
  color: #ffffff;
  font-family: "flama_book", sans-serif;
  text-decoration: none;
  transition: all .25s ease;
  vertical-align: middle; }

footer a:hover {
  color: #39A7BE;
  text-decoration: underline;
  transition: all .25s ease; }

footer p {
  float: left;
  padding-top: 20px;
  font-size: 10px;
  color: #2f7f95;
  line-height: 15px; }

footer hr {
  margin-top: 10px;
  border: #2f7f95 solid thin;
  background: #2f7f95; }

footer .facebook {
  width: 25px;
  display: inline-block; }

footer .facebook img {
  width: 100%; }

.PeakandShield {
  float: right;
  vertical-align: top;
  padding-top: 20px;
  width: 150px; }

@media screen and (max-width: 500px) {
  .PeakandShield {
    float: left; } }
/*-------Testimonial styles--------*/
.testimonial-nav-wrap {
  position: absolute;
  bottom: -15vh;
  right: -30px; }

@media screen and (max-width: 1050px) {
  .testimonial-nav-wrap {
    position: relative;
    text-align: right;
    bottom: 0vh;
    right: 0px; } }
.testimonial-nav-wrap img {
  width: 65px;
  height: 65px;
  transition: all ease .25s;
  cursor: pointer; }

.testimonial-nav-wrap img:hover {
  -webkit-transform: scale(1.25) translateY(-5px);
  -moz-transform: scale(1.25) translateY(-5px);
  -ms-transform: scale(1.25) translateY(-5px);
  transform: scale(1.25) translateY(-5px); }

.testimonial-nav-wrap div {
  display: inline-block; }

.testimonial-nav-wrap .testimonial-prev {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  vertical-align: top; }

.testimonial-nav-wrap .testimonial-next {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  vertical-align: top; }

.testimonials {
  background-color: #f6f6f6; }

.testimonials p {
  color: #717070;
  font-style: italic; }

.testimonials h4 {
  color: #1b859a;
  font-size: 22px;
  font-family: "flama_bold", sans-serif;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b3b3b3; }

.testimonials .testimonial-slide, .testimonials .testimonial-wrapper {
  text-align: left;
  width: 100% !important;
  background-color: transparent !important; }

.testimonials .user-name {
  margin-top: 20px;
  font-family: "flama_bold", sans-serif;
  color: #173647;
  font-size: 12px; }

/*-------Blk Callout 3 styles--------*/
#blk-callout-3 {
  background-color: #ededed; }

@media screen and (max-width: 1050px) {
  #blk-callout-3 {
    display: none; } }
@media screen and (max-width: 1050px) {
  #blk-callout-3 .section-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; } }
#blk-callout-3 h2 {
  font-size: 2.5vw;
  color: #1b859a;
  font-family: "flama_book", sans-serif; }

@media screen and (max-width: 1050px) {
  #blk-callout-3 h2 {
    font-size: 6.5vw; } }
#blk-callout-3 h2 span {
  font-family: "flama_bold", sans-serif;
  display: block;
  font-size: 5vw; }

@media screen and (max-width: 1050px) {
  #blk-callout-3 h2 span {
    font-size: 10vw; } }
/*-------more Information--------*/
#more-info {
  background-color: #ffffff;
  min-height: 0px; }

#more-info a {
  text-decoration: none;
  vertical-align: top; }

#more-info .section-content {
  text-align: center;
  padding: 60px 0px 30px; }

#more-info h3 {
  color: #173647;
  font-family: "flama_bold", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 50px; }

.more-icon {
  width: 95px;
  display: inline-block; }

.more-icon img {
  width: 100%; }

.more-icon span {
  color: #2f7f95;
  font-family: "flama_book", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none; }

.more-icon-wrap {
  width: 615px;
  text-align: center;
  padding-bottom: 30px;
  margin: 0 auto; }

@media screen and (max-width: 1050px) {
  .more-icon-wrap {
    width: 90%; } }
@media screen and (max-width: 455px) {
  .more-icon-wrap {
    width: 65%; } }
/*-------SVG Props--------*/
/*map icon*/
.cls-3 {
  fill: #c4c4c4;
  transition: all ease .25s; }

.cls-3:hover, a.active .cls-3 {
  fill: #2f7f95; }

/*list icon*/
.cls-4 {
  fill: #c4c4c4;
  transition: all ease .25s; }

#list-icon:hover rect, a.active .cls-4 {
  fill: #2f7f95; }

/*section icons*/
.section-icon {
  border-radius: 10vw;
  height: 130px;
  left: 100%;
  margin-left: -2.25vw;
  position: absolute;
  top: 45%;
  width: 130px;
  z-index: 20;
  transition: all ease .5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition-delay: 0.75s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center; }

.section-icon.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s; }

.section-icon svg {
  width: 130px;
  height: auto; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-icon svg {
    /* IE10+ CSS styles go here */
    width: inherit; } }
.sec-icon {
  fill: #fff;
  transform-origin: center;
  -webkit-animation: .75s ease-out slide-icon-out;
  -moz-animation: .75s ease-out slide-icon-out;
  -ms-animation: .75s ease-out slide-icon-out;
  animation: .75s ease-out slide-icon-out;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.cls-2 {
  fill: #33A7BE; }

.animate {
  -webkit-animation: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) slide-icon;
  -moz-animation: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) slide-icon;
  -ms-animation: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) slide-icon;
  animation: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) slide-icon;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: .5s; }

#phone-icon .cls-2 {
  fill: #2F7F95; }

#person-icon .cls-2 {
  fill: #F3E695; }

@-webkit-keyframes slide-icon {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes slide-icon {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slide-icon-out {
  0% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(0); } }
@keyframes slide-icon-out {
  0% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(0); } }
/*More icons*/
.more-icon .cls-1 {
  fill: #173647;
  transition: all 0.25s ease 0s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center; }

.more-icon svg:hover .cls-1 {
  fill: #33a7be;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15); }

.more-icon .cls-2 {
  fill: #fff;
  transition: all 0.25s ease 0s;
  transition-delay: .1s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center; }

.more-icon svg:hover .cls-2 {
  -webkit-transform: scale(1.35);
  -moz-transform: scale(1.35);
  -ms-transform: scale(1.35);
  transform: scale(1.35); }

/*-------about page content--------*/
#about-us {
  background-color: #e4e4e4;
  min-height: 90vh;
  z-index: 12;
  padding-top: 215px; }

@media screen and (max-width: 640px) {
  #about-us {
    padding-top: 25px; } }
#about-us h1 {
  color: #173647;
  font-family: "flama_bold";
  font-size: 23px;
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 5px;
  margin-top: -5px; }

#about-us p {
  color: #717070; }

#about-us .section-content {
  width: 600px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px; }

@media screen and (max-width: 640px) {
  #about-us .section-content {
    width: 100%;
    padding: 0px 10%; } }
/*-------faq page content--------*/
.faq-page .section-wrapper {
  background-color: #38a6bd; }

.faq-page .section-content {
  padding-bottom: 200px;
  padding-top: 185px;
  width: 560px;
  margin: 0 auto; }

@media screen and (max-width: 640px) {
  .faq-page .section-content {
    width: 90%; } }
.faq-page .section-content h2 {
  margin-bottom: 10px;
  font-size: 28px; }

.faq-page .section-content hr {
  border: solid #ffffff thin; }

.faq-page .section-content .section-icon {
  float: left;
  height: 28px;
  left: 0;
  margin-left: -5.5vw;
  margin-right: 15px;
  position: relative;
  top: 0;
  transform: none;
  width: 58px; }

.faq-page .section-content p {
  color: #ffffff;
  font-family: "flama_book";
  font-size: 16px;
  font-weight: normal;
  line-height: 22px; }

.faq-page .section-content .back-btn a {
  color: #ffffff; }

.faq-page .section-content .back-btn:hover a {
  color: #F4E495; }

.faq-page footer p {
  color: #2f7f95;
  font-size: 11px; }

/*-------Press Page--------*/
.press-page .contact {
  background-color: #aaa165;
  position: absolute;
  text-align: center;
  top: 105px;
  width: 560px; }

@media screen and (max-width: 640px) {
  .press-page .contact {
    top: 115px;
    width: 90%; } }
.press-page h1 {
  border-bottom: thin solid #f5ebaa;
  color: #ffffff;
  font-family: flama_book;
  font-size: 16px;
  padding: 10px 0 7px; }

.press-page h2 {
  padding-bottom: 10px;
  color: #183647;
  font-size: 24px; }

.press-page h3 {
  color: #ffffff;
  font-family: flama_bold;
  margin: 10px 0; }

.press-page h5 {
  font-family: flama_medium, sans-serif;
  font-size: 18px;
  color: #173647;
  padding: 0px 0px 8px;
  line-height: 22px;
  letter-spacing: -.15px;
  text-transform: none; }

.press-page h5 a {
  text-decoration: none;
  color: #173647;
  font-family: flama_medium, sans-serif; }

.press-page hr {
  margin-bottom: 15px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #8e8e8e; }

.press-page .contact p, .press-page .contact a {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 5px;
  text-decoration: none;
  transition: all ease .25s; }

.press-page .fluid-iframe {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.press-page .fluid-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.press-page .section-wrapper {
  min-height: 100vh;
  background-color: #f5ebaa; }

.press-page .section-wrapper .logos {
  padding: 100px 0px;
  background-color: #2F7F95; }

.press-page .section-wrapper .logos .section-content {
  padding-top: 0px; }

.press-page .section-wrapper .logos hr {
  border-bottom: 1px solid #444444; }

.press-page .section-wrapper .logos a {
  display: inline-block;
  width: 30%;
  margin-right: 2.75%;
  color: #173647;
  font-family: "flama_bold";
  text-decoration: none; }

.press-page .section-wrapper .logos a.long-img {
  width: 100%;
  margin-right: 0px; }

.press-page .section-wrapper .logos a:nth-of-type(3n) {
  margin-right: 0px; }

.press-page .section-wrapper .logos a img {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px; }

.press-page .section-wrapper .messaging .section-content, .press-page .section-wrapper .talking_points .section-content, .press-page .section-wrapper .reports .section-content, .press-page .section-wrapper .video-wrap .section-content, .press-page .section-wrapper .quick .section-content {
  padding: 100px 0px; }

.press-page .section-wrapper .messaging .section-content a, .press-page .section-wrapper .talking_points .section-content a, .press-page .section-wrapper .reports .section-content a, .press-page .section-wrapper .video-wrap .section-content a, .press-page .section-wrapper .quick .section-content a {
  color: #2f7f95;
  font-family: flama_bold, sans-serif; }

.press-page .section-wrapper .messaging {
  background-color: #EDEDED; }

.press-page .section-wrapper .talking_points {
  background-color: #F6F6F6; }

.press-page .section-wrapper .quick {
  background-color: #EBE1A3; }

.press-page .section-wrapper .reports a {
  padding: 20px 0px;
  text-decoration: none;
  display: block;
  font-family: flama_bold, sans-serif; }

.press-page .section-wrapper .reports a:first-of-type {
  padding-top: 0px; }

.press-page .section-wrapper .reports a .title {
  font-family: flama_medium, sans-serif;
  font-size: 18px;
  color: #173647;
  padding: 0px 0px 8px;
  line-height: 22px;
  border-bottom: 1px solid #DBD190;
  margin-bottom: 8px;
  letter-spacing: -.15px; }

.press-page .section-wrapper .reports a .link {
  display: block;
  font-family: flama_bold;
  font-size: 16px;
  margin-top: 20px;
  color: #2f7f95; }

.press-page .section-wrapper .reports a .link:after {
  content: ">"; }

.press-page .section-wrapper .date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #4D6C7D; }

.press-page .video-wrap {
  padding-bottom: 100px !important;
  background-color: #EDEDED; }

.press-page .video-wrap .btn {
  color: #fff !important; }

.press-page .section-content {
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 560px; }

.press-page .section-content:first-of-type {
  padding-top: 300px; }

@media screen and (max-width: 640px) {
  .press-page .section-content {
    width: 90%;
    padding-top: 140px; } }
.press-page .section-content p {
  color: #173647; }

.press-page .section-content ul {
  padding-left: 15px;
  list-style: none;
  padding-bottom: 60px; }

.press-page .section-content li {
  color: #173647;
  line-height: 19px;
  padding-bottom: 15px;
  position: relative;
  font-family: flama_book, sans-serif; }

.press-page .section-content li a {
  color: #2f7f95;
  font-family: flama_bold, sans-serif; }

.press-page .section-content li:before {
  content: '•';
  font-size: 28px;
  display: inline-block;
  float: left;
  position: absolute;
  left: -15px;
  top: -2px; }

.press-page .press-header a {
  color: #2f7f95 !important;
  line-height: 25px;
  margin-bottom: 5px;
  margin-top: 25px;
  text-decoration: none; }

/*-------Front Liners Page--------*/
#front-liners {
  background-color: #39a7be;
  z-index: 10;
  padding-top: 15vh;
  padding-bottom: 15vh;
  min-height: 100vh; }

#front-liners .btn-wrap {
  margin: 40px auto;
  text-align: center;
  width: 85vw; }

#front-liners .btn-wrap .btn {
  padding: 0.75em 4em;
  display: inline-block;
  margin: 1em; }

#front-liners h2 {
  color: #173647;
  font-family: "flama_bold", sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 34px; }

#front-liners p {
  color: #ffffff;
  font-family: "flama_book", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 29px;
  padding-bottom: 70px; }

#front-liners .slide-header {
  margin: 60px auto;
  max-width: 615px;
  width: 90%; }

#front-liners .slide-header .lined-btn {
  text-align: center;
  position: relative; }

#front-liners .slide-header h4:after {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  right: 5px;
  width: 30%;
  top: 6px; }

@media screen and (max-width: 650px) {
  #front-liners .slide-header h4:after {
    width: 12%; } }
#front-liners .slide-header h4:before {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  left: 5px;
  width: 30%;
  top: 6px; }

@media screen and (max-width: 650px) {
  #front-liners .slide-header h4:before {
    width: 12%; } }
#front-liners .slide-header h4 {
  text-transform: uppercase; }

#front-liners .slide-header h4, #front-liners .slide-header p {
  color: #ffffff;
  display: inline-block; }

#front-liners .div-line {
  background-color: #ffffff;
  display: inline-block;
  height: 1px;
  width: 199px;
  vertical-align: middle; }

#front-liners .section-content {
  padding-top: 125px; }

#front-liners .back-btn a {
  color: #ffffff; }

#front-liners .back-btn:hover a {
  color: #F4E495; }

#frontline-icons {
  text-align: center; }

#frontline-icons ul {
  list-style: none;
  padding: 0px; }

#frontline-icons li {
  background-color: #173647;
  border-radius: 31px;
  display: inline-block;
  margin: 40px 20px;
  padding: 11px 11px 8px;
  position: relative;
  transition: all .5s ease; }

#frontline-icons img {
  height: auto;
  width: 30px; }

#frontline-icons span {
  color: #ffffff;
  font-family: "flama_book", sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 50px;
  left: 0;
  line-height: 15px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 22px;
  width: 52px; }

/*-------Chat Pages--------*/
.chat .section-content {
  max-width: 795px;
  width: 90%; }

.chat .hours {
  border-left: thin solid #3699ae;
  left: 55%;
  padding-left: 20px;
  position: absolute;
  top: 184px; }

@media screen and (max-width: 730px) {
  .chat .hours {
    border-left: none;
    left: 0;
    padding-left: 0px;
    position: relative;
    top: 0px;
    width: 100%;
    margin: 20px 0px; } }
.chat h3 {
  font-size: 18px;
  display: block;
  color: #173647;
  text-transform: uppercase;
  font-family: "flama_medium", sans-serif; }

.chat .description {
  padding-top: 15px;
  padding-bottom: 25px;
  border-bottom: solid thin #3699ae; }

.chat .chat-btn {
  background-color: #3699ae;
  width: 255px;
  height: 72px;
  transition: all ease .25s;
  display: inline-block; }

.chat .chat-btn:hover {
  background-color: #66c9de;
  border-radius: 10px; }

.chat .chat-btn.inactive:hover {
  background-color: #3699ae; }

.chat #faq ul {
  list-style-type: square;
  padding-left: 18px; }

/*-------Chat terms Page--------*/
.terms-wrap {
  width: 60%;
  margin: 40px 0px;
  border: none;
  display: inline-block;
  border-right: thin solid #3699ae; }

@media screen and (max-width: 730px) {
  .terms-wrap {
    width: 100%;
    border-right: none; } }
.terms-page .section-content {
  max-width: 795px;
  width: 90%;
  padding-top: 220px;
  margin: 0 auto; }

.terms-page h2 {
  color: #173647;
  font-family: "flama_bold", sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 5px;
  margin-top: -5px; }

.terms-page .section-wrapper {
  background-color: #38a6bd; }

.terms-page .section-wrapper .img-icon {
  float: left;
  margin-left: -75px; }

.terms-page .acc_head {
  font-size: 17px;
  color: #173647;
  text-transform: uppercase;
  font-family: "flama_medium", sans-serif; }

.terms-page p {
  line-height: 24px; }

.terms-page #terms {
  background-color: #3699ae;
  margin-right: 6%;
  padding: 30px;
  width: auto; }

@media screen and (max-width: 730px) {
  .terms-page #terms {
    margin-right: 0%; } }
.terms-page #terms p {
  background-color: #3699ae;
  color: #173647;
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px; }

.terms-page hr {
  border: none;
  border-top: thin solid #3699ae;
  margin-top: 5px;
  margin-bottom: 5px; }

.terms-form {
  display: inline-block;
  margin: 40px auto;
  padding-left: 3%;
  padding-top: 10px;
  text-align: left;
  vertical-align: top;
  width: 39%; }

@media screen and (max-width: 730px) {
  .terms-form {
    border-top: thin solid #3699ae;
    margin: 0 auto 40px;
    padding-left: 0;
    padding-top: 30px;
    width: 100%; } }
.terms-form input {
  display: inline-block; }

.terms-form .submit-btn {
  width: 240px;
  border: solid thin #ffffff;
  background-color: #173647;
  padding: 12px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-family: "flama_book", sans-serif;
  margin-top: 10px;
  cursor: pointer;
  text-decoration: none; }

.terms-form a {
  text-decoration: none; }

.terms-form .disabled .submit-btn {
  background-color: #666;
  opacity: .75;
  cursor: default; }

.terms-form label {
  color: #ffffff;
  font-family: "flama_book", sans-serif; }

.terms-form .terms-wrap {
  border-right: thin solid #3699ae;
  display: inline-block;
  margin: 40px 0;
  width: 60%; }

/*-------Opioid Page--------*/
.opioid-page .label-logo {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: -80px;
  width: 50%;
  max-width: 270px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  animation: fade-up-center ease 1.25s forwards .15s; }
  @media screen and (max-width: 1045px) {
    .opioid-page .label-logo {
      top: 100px; } }
  @media screen and (max-width: 1045px) and (max-height: 700px) {
    .opioid-page .label-logo {
      top: 30px; } }
  @media screen and (max-width: 650px) {
    .opioid-page .label-logo {
      top: 20px;
      max-width: 200px; } }

.opioid-page #intro .section-content {
  top: 50%; }

.opioid-page #intro h2 {
  font-size: 4.25vw;
  color: #3ca7bd;
  font-family: "flama_bold", sans-serif;
  border: none;
  margin: 0px;
  padding: 0px;
  animation: fade-up-in ease 1.25s forwards .25s;
  opacity: 0; }

@media screen and (max-width: 1045px) {
  .opioid-page #intro h2 {
    font-size: 6.25vw; } }
@media screen and (max-width: 1045px) {
  .opioid-page #intro h2 {
    font-size: 6.25vw; } }
@media screen and (min-width: 1500px) {
  .opioid-page #intro h2 {
    font-size: 65px; } }
.opioid-page #intro h1 {
  font-family: "flama_book", sans-serif; }

.opioid-page #intro h1 span {
  font-size: 4.25vw;
  color: #193646; }

@media screen and (max-width: 1045px) {
  .opioid-page #intro h1 span {
    font-size: 6.25vw; } }
@media screen and (max-width: 1045px) {
  .opioid-page .section-content {
    padding: 20vh 0px; } }
@media screen and (max-width: 650px) {
  .opioid-page .section-content {
    padding: 70px 0px; } }
@media screen and (max-width: 1045px) {
  .opioid-page #blk-callout-1 .section-content {
    position: relative;
    transform: none;
    width: 90%; } }
@media screen and (max-height: 700px) and (min-width: 1120px) and (orientation: landscape) {
  .opioid-page #intro .section-content {
    top: 50%; }
    .opioid-page #intro .section-content h2 {
      font-size: 10.25vh; }
    .opioid-page #intro .section-content h1 {
      font-size: 9.65vh; }
      .opioid-page #intro .section-content h1 span {
        font-size: 11.25vh; } }
@media screen and (min-width: 1500px) {
  .opioid-page #intro h1 span {
    font-size: 65px; } }
@media screen and (max-height: 600px) and (orientation: landscape) {
  .opioid-page #intro .section-content {
    top: 50%; } }
.opioid-page #common-calls {
  background-color: #337F94; }
  .opioid-page #common-calls p {
    color: #ffffff; }

.opioid {
  min-height: 900px; }

@media screen and (max-width: 1045px) {
  .opioid {
    min-height: 0px; } }
.opioid #op-icon path {
  fill: #337f94; }

.opioid h3 {
  text-transform: uppercase;
  color: #ffffff !important;
  letter-spacing: .75px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #fff; }

.opioid h4 {
  color: #fff;
  font-family: flama_bold, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: solid 1px #337f94;
  padding-bottom: 10px;
  font-size: 21px; }

.opioid p {
  text-align: left;
  line-height: 30px;
  letter-spacing: 0.75px; }

.opioid ul {
  margin-top: 10px;
  margin-left: 20px; }

.opioid ul, .opioid li {
  list-style: none;
  text-align: left;
  padding-left: 0px; }

.opioid li {
  color: #fff;
  font-size: 17px;
  font-family: flama_book, sans-serif;
  letter-spacing: .75px;
  padding: 6px 0px;
  line-height: 20px;
  position: relative; }

.opioid li:before {
  content: "»";
  color: #337f94;
  padding-right: 10px;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 3px;
  font-size: 16px; }

.opioid li ul {
  width: 44%;
  display: inline-block;
  margin-left: 5%;
  vertical-align: top;
  max-width: 260px; }

@media screen and (max-width: 650px) {
  .opioid li ul {
    width: 100%; }

  .opioid li ul:last-of-type {
    margin-top: 0px; } }
.opioid li ul li:before {
  content: "›";
  font-size: 14px;
  left: -15px; }

.opioid .section-icon {
  margin-left: -66px; }

@media screen and (max-width: 650px) {
  .opioid .section-icon {
    left: 50%;
    top: 85%; } }
@media screen and (max-width: 475px) {
  .opioid .section-icon {
    top: 90%; } }
