/*!
Theme Name: molesafe
Theme URI: http://underscores.me/
Author: Deevoted
Author URI: https://deevoted.com
Description: A WordPress custom theme by Deevoted.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: molesafe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

molesafe is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Components
	- Header
	- Hero
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Rubik", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border-radius: 3px;
  padding: 3px;
}
textarea {
  width: 100%;
}

html, body {
  overflow-x: hidden;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
header {
  background: #F5852E;
}
header .mobile-actions {
  display: flex;
  font-size: 20px;
}
@media only screen and (min-width: 1024px) {
  header .mobile-actions {
    display: none;
  }
}
header .mobile-actions a:link, header .mobile-actions a:visited {
  text-decoration: none;
}
header .mobile-actions .action {
  display: inline-block;
  padding: 20px 30px;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 10;
}
header .mobile-actions .phone {
  background-color: #E3E1DE;
  color: #21155F;
}
header .mobile-actions .book {
  background-color: #21155F;
  color: white;
}
header .container {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  header .container {
    padding-bottom: 0;
  }
}
header .container img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 25%;
  min-width: 300px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  header .container img {
    left: 0;
    right: unset;
  }
}
header .cta {
  display: flex;
}
header .cta .banner {
  background-color: #F5852E;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 10px 8px;
  position: fixed;
  width: 100%;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  header .cta .banner {
    position: unset;
    width: unset;
    display: flex;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
  }
}
header .cta .banner a:link, header .cta .banner a:visited {
  color: #21155F;
  text-decoration: none;
}
header .cta .banner .copy {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 18px;
  text-align: right;
  margin: auto 0;
}
header .cta .banner .copy a {
  display: block;
  margin: 0 0;
}
header .cta .banner .copy p {
  display: none;
  color: #21155F;
}
@media only screen and (min-width: 1024px) {
  header .cta .banner .copy a {
    font-size: 18px;
  }
  header .cta .banner .copy p {
    margin: 0;
    display: block;
    font-weight: 700;
    font-size: 18px;
    text-align: right;
  }
}
@media only screen and (min-width: 1305px) {
  header .cta .banner .copy a {
    font-size: 18px;
  }
  header .cta .banner .copy p {
    margin: 0;
    display: block;
    font-weight: 700;
    font-size: 18px;
    text-align: right;
  }
}
header .cta .banner .arrow {
  margin: auto 30px;
}
@media screen and (min-width: 1024px) {
  header .cta .banner .arrow {
    margin: auto 15px;
  }
}
@media only screen and (min-width: 1305px) {
  header .cta .banner .arrow {
    margin: auto 30px;
  }
}
header .cta .actions {
  display: none;
}
@media only screen and (min-width: 1024px) {
  header .cta .actions {
    display: flex;
    flex-direction: column;
  }
  header .cta .actions a:link, header .cta .actions a:visited {
    text-decoration: none;
  }
  header .cta .actions .action {
    display: inline-block;
    padding: 12px 15px;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
  }
  header .cta .actions .phone {
    background-color: white;
    color: #21155F;
  }
  header .cta .actions .book {
    background-color: #21155F;
    color: white;
  }
}

header.hcp {
  background: #21155F;
}
header.hcp .cta .banner {
  background-color: #21155F;
}
header.hcp .cta .banner a:link, header.hcp .cta .banner a:visited {
  color: #F5852E;
  text-decoration: none;
}
header.hcp .cta .banner .copy p {
  color: #F5852E;
}
header.hcp .cta .actions .book {
  background-color: #F5852E;
  color: #21155F;
}
header.hcp .mobile-actions .phone {
  background-color: #E3E1DE;
  color: #21155F;
}
header.hcp .mobile-actions .book {
  background-color: #F5852E;
  color: #21155F;
}
@media only screen and (min-width: 768px) {
  header.hcp .mobile-actions .book {
    background-color: #F5852E;
    color: #21155F;
  }
}

/* Hero
--------------------------------------------- */
.hero {
  padding-top: 100px;
  padding-bottom: 45px;
  color: #21155F;
  display: flex;
  background-color: #F4F3F2;
}
.hero .container {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  padding: 0 40px;
}
.hero .container .intro {
  margin: auto;
}
.hero .container .intro p {
  font-size: 18px;
  line-height: 1.4285714286;
  max-width: 410px;
  margin-bottom: 2em;
}
.hero .container .intro .cta a {
  display: inline;
  text-decoration: none;
  background-color: #21155F;
  font-weight: 700;
  font-size: 18px;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 15px 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 740px) {
  .hero .container {
    padding: 0;
  }
  .hero .container .intro {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero .container .intro p {
    padding: 0 35px;
    font-size: 20px;
    margin: 40px auto;
    line-height: 1.4285714286;
  }
  .hero .container .intro .heading {
    margin: 0 auto;
    padding: 0 35px;
  }
  .hero .container .intro .heading span {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .hero .container .intro .heading h1 {
    margin-top: 0;
    font-size: 55px;
    font-weight: 500;
    text-align: center;
  }
  .hero .container .intro .cta {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .hero .container .intro .cta a {
    display: block;
    background-color: #21155F;
    font-weight: 700;
    font-size: 24px;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 15px 30px;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 741px) {
  .hero {
    background-image: url("/img/hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
  }
  .hero .container .intro img {
    display: none;
  }
  .hero .container .intro p {
    font-size: 20px;
  }
  .hero .container .intro .heading h1 {
    font-size: 55px;
    max-width: 450px;
    font-weight: 500;
  }
  .hero .container .intro .heading span {
    margin-bottom: 50px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1175px) {
  .hero {
    background-position: center;
    height: 100vh;
  }
  .hero .container .intro img {
    display: none;
  }
}
@media only screen and (max-width: 740px) {
  .hero .container .intro p {
    max-width: unset;
  }
}

@media only screen and (min-width: 741px) {
  .hero.hcp {
    background-image: url("/img/hcp-hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -150px;
  }
}
@media only screen and (min-width: 1175px) {
  .hero.hcp {
    background-position-x: unset;
    background-position: center;
  }
}

/* Sections
--------------------------------------------- */
.white {
  padding: 130px 0;
  background-color: white;
  color: #21155F;
  display: flex;
}
.white .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}
.white .container h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 1024px;
}
.white .container .icons {
  padding: 0 50px;
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
}
.white .container .icons .icon-column {
  display: flex;
  flex-direction: column;
}
.white .container .icons .icon-column svg {
  margin: 20px auto;
  height: auto;
  width: 125px;
}
.white .container .icons .icon-column span {
  display: block;
  font-size: 22px;
  color: #58595B;
  text-align: center;
  font-weight: 700;
}
.white .container .reasons {
  padding: 0 50px;
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.white .container .reasons .reason-column {
  display: flex;
  flex-direction: column;
}
.white .container .reasons .reason-column svg {
  margin: 20px auto;
  height: auto;
  max-width: 96px;
}
.white .container .reasons .reason-column p {
  display: block;
  font-size: 22px;
  color: #58595B;
  text-align: left;
}
@media only screen and (max-width: 1180px) {
  .white .container .icons {
    grid-template-columns: repeat(2, 1fr);
  }
  .white .container .reasons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .white {
    padding: 65px 0;
  }
  .white .container h2 {
    font-size: 30px;
    margin: 0;
  }
  .white .container .icons {
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
  }
  .white .container .icons .icon-column span {
    font-size: 25px;
  }
  .white .container .reasons {
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
  }
  .white .container .reasons .reason-column p {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .white .container .icons .icon-column svg {
    max-width: 57.6923076923%;
  }
}

.orange {
  background-color: #F7A361;
  border-top: #FAC297 40px solid;
  position: relative;
}
@media screen and (min-width: 768px) {
  .orange::before {
    content: "";
    background-color: #F5852E;
    width: 50%;
    height: calc(100% - 110px);
    position: absolute;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
  }
}
.orange .container {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1600px;
  padding: 100px 20px 130px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .orange .container::before {
    content: "";
    background-color: #F5852E;
    z-index: 0;
    width: 79.48717949%;
    height: calc(100% - 110px);
    position: absolute;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .orange .container {
    flex-direction: row;
  }
}
.orange .container .callout {
  font-size: 24px;
  font-weight: 100;
  line-height: 1.5;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 30px;
  background-color: #F4F3F2;
  padding: 60px 50px 50px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .orange .container .callout {
    max-width: 44.551282%;
    margin-right: 5.75%;
  }
}
.orange .container .callout strong {
  font-weight: 700;
}
.orange .container .callout p {
  padding: 0;
  margin: 0;
}
.orange .container .copy {
  position: relative;
  font-size: 20px;
  line-height: 1.25;
  width: 100%;
  z-index: 1;
  padding: 16px;
}
.orange .container .copy:before {
  position: absolute;
  content: "";
  height: calc(100% + 240px);
  width: calc(100% + 40px);
  background-color: #F5852E;
  z-index: -1;
  left: -20px;
  top: -150px;
}
@media screen and (min-width: 768px) {
  .orange .container .copy {
    max-width: 49.679487%;
    padding: 0 30px 0 0;
    top: unset;
    height: 100%;
  }
  .orange .container .copy:before {
    content: unset;
  }
}

.orange.inverse {
  background-color: #4F4580;
  border-top: #908AAF 40px solid;
}
.orange.inverse::before {
  background-color: #21155F;
}
.orange.inverse .container::before {
  background-color: #21155F;
}
.orange.inverse .container .callout {
  color: #21155F;
}
.orange.inverse .container .copy {
  color: white;
}
.orange.inverse .container .copy:before {
  background-color: #21155F;
}

.purple {
  background-color: #4F4580;
  position: relative;
}
.purple::before {
  content: "";
  background-color: #21155F;
  width: 100%;
  height: calc(100% - 73px);
  position: absolute;
  bottom: 0;
  transform: translateY(0);
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 845px) {
  .purple::before {
    width: calc(100% - 120px);
  }
}
.purple .container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  z-index: 2;
  position: relative;
}
.purple .container blockquote {
  padding: 50px;
  margin-top: 75px;
  color: white;
  z-index: 3;
  display: flex;
  gap: 50px;
  flex-direction: column;
}
@media screen and (min-width: 845px) {
  .purple .container blockquote {
    flex-direction: row;
    width: calc(100% - 150px);
  }
}
.purple .container blockquote svg {
  width: 95px;
  margin: auto;
}
@media screen and (min-width: 860px) {
  .purple .container blockquote svg {
    margin: auto 0;
  }
}
.purple .container blockquote img {
  margin: auto;
  max-width: 175px;
  max-height: 175px;
  border-radius: 100%;
}
@media screen and (min-width: 860px) {
  .purple .container blockquote img {
    margin: auto 0;
  }
}
.purple .container blockquote .copy {
  margin: auto;
}
.purple .container blockquote .copy p {
  font-size: 32px;
  font-weight: 100;
}
.purple .container blockquote .copy span {
  font-size: 20px;
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 860px) {
  .purple .container blockquote .copy {
    margin: auto 0;
    max-width: 60.41666667%;
  }
}

.purple.inverse {
  background-color: #F7A361;
}
.purple.inverse .container blockquote {
  color: #21155F;
}
.purple.inverse .container blockquote svg {
  color: #21155F;
}
.purple.inverse::before {
  background-color: #F5852E;
}

.book {
  background-color: #F4F3F2;
}
.book .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 125px 40px;
}
.book .container h2 {
  font-size: 32px;
  font-weight: 100;
  margin: 0;
}
.book .container .form-container {
  margin-top: 95px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
}
.book .container .form-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.book .container .form-container ul input,
.book .container .form-container ul select,
.book .container .form-container ul textarea {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 0;
  border: 1px solid #58595B;
  box-sizing: border-box;
  font-size: 20px;
  background-color: white;
  color: #21155F;
}
.book .container .form-container ul input::placeholder,
.book .container .form-container ul select::placeholder,
.book .container .form-container ul textarea::placeholder {
  color: #21155F;
  text-transform: uppercase;
}
.book .container .form-container ul input[type=radio], .book .container .form-container ul input[type=checkbox],
.book .container .form-container ul select[type=radio],
.book .container .form-container ul select[type=checkbox],
.book .container .form-container ul textarea[type=radio],
.book .container .form-container ul textarea[type=checkbox] {
  width: unset;
}
.book .container .form-container ul select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2321155F' d='M4 6.4L0 2.4h8z'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 12px;
  background-color: #fff;
}
.book .container .form-container ul label {
  margin: 10px 0;
  color: #21155F;
  display: inline-block;
  font-size: 20px;
}
.book .container .form-container ul button[type=submit] {
  display: block;
  padding: 15px 30px;
  border: none;
  border-radius: 4px;
  background-color: #21155F;
  color: white;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}
.book .container .form-container ul .form-single-column .radio-group label {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 16px;
}
.book .container .form-container ul .form-single-column .radio-group input[type=radio] {
  display: inline-block;
  margin: auto 0;
  margin-right: 10px;
}
.book .container .form-container ul .disclaimer {
  color: #21155F;
  font-size: 16px;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .book .container .form-container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 80px;
  }
}

/* Footer
--------------------------------------------- */
footer {
  background-color: #F5852E;
  padding: 60px 0;
}
footer address {
  color: #fff;
  font-style: normal;
  font-weight: 300;
  margin-top: 1.5rem;
}
footer .container {
  align-items: flex-start;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 40px;
}
@media screen and (min-width: 700px) {
  footer .container {
    flex-direction: row;
  }
}
footer .container h3 {
  color: #fff;
  margin-top: 0;
}
footer .container img {
  margin: 0;
}
footer .container .socials {
  margin: 0;
  display: flex;
  gap: 10px;
}
footer .container .socials a {
  display: inline-flex;
}
footer .container .socials a img {
  margin: auto 0;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 700px) {
  footer .container .links {
    margin: 40px 0 20px;
  }
}
@media screen and (max-width: 700px) {
  footer .container .locations {
    margin: 25px 0;
    order: 3;
  }
}
footer .container .login {
  margin-top: 20px;
}
footer .container .login a {
  text-decoration: none;
  color: white;
  display: flex;
}
footer .container .login a svg {
  margin: auto 0;
  width: 30px;
  height: 30px;
}
footer .container .login a span {
  margin: auto 0 auto 8px;
}
@media only screen and (max-width: 740px) {
  footer {
    margin-bottom: 40px;
  }
}

footer.hcp {
  background-color: #21155F;
  color: white;
}

/* Modal
--------------------------------------------- */
.remodal .remodal-close {
  display: none;
}
.remodal button {
  cursor: pointer;
  background-color: #21155F;
  font-weight: 700;
  font-size: 18px;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 15px 30px;
  text-transform: uppercase;
}
.remodal button:hover {
  background-color: #120c35;
}
.remodal a {
  display: inline-block;
  margin-top: 30px;
  text-decoration: none;
  color: #F5852E;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */
