/*!
Theme Name: prefirstloans.com
*/

/*
# WEB FONTS
font-family: 'DM Sans', sans-serif;
font-weight: 400 or 700;
font-style: normal or italic;

font-family: 'Playfair Display', serif;
font-weight: 700;
font-style: normal;

# COLORS
Dark blue: #142E3D
Purple: #d82c2c
Bright purple: #d82c2c
Pale purple: #FDF4FA

Black/Dark gray: #393939
Mid gray: #707070
Gray: #ADABAD
Light gray: #CECECE
Pale gray: #FAFAFA
White: #FFFFFF
*/

.admin-bar #wpadminbar {
  z-index: 999; /* For Chrome Dev Tools */
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/* DM Sans - regular */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/dm-sans-v6-regular.eot");
  src: local(""), url("assets/fonts/dm-sans-v6-regular.woff2") format("woff2"),
    url("assets/fonts/dm-sans-v6-regular.woff") format("woff"),
    url("assets/fonts/dm-sans-v6-regular.ttf") format("truetype"),
    url("assets/fonts/dm-sans-v6-regular.svg#DMSans") format("svg");
}

/* DM Sans - italic */
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/dm-sans-v6-italic.eot");
  src: local(""), url("assets/fonts/dm-sans-v6-italic.woff2") format("woff2"),
    url("assets/fonts/dm-sans-v6-italic.woff") format("woff"),
    url("assets/fonts/dm-sans-v6-italic.ttf") format("truetype"),
    url("assets/fonts/dm-sans-v6-italic.svg#DMSans") format("svg");
}

/* DM Sans - 700  */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/dm-sans-v6-700.eot");
  src: local(""), url("assets/fonts/dm-sans-v6-700.woff2") format("woff2"),
    url("assets/fonts/dm-sans-v6-700.woff") format("woff"),
    url("assets/fonts/dm-sans-v6-700.ttf") format("truetype"),
    url("assets/fonts/dm-sans-v6-700.svg#DMSans") format("svg");
}

/* Playfair Display - 700 */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/playfair-display-v22-700.eot");
  src: local(""),
    url("assets/fonts/playfair-display-v22-700.woff2") format("woff2"),
    url("assets/fonts/playfair-display-v22-700.woff") format("woff"),
    url("assets/fonts/playfair-display-v22-700.ttf") format("truetype"),
    url("assets/fonts/playfair-display-v22-700.svg#PlayfairDisplay")
      format("svg");
}

/*--------------------------------------------------------------
# CSS RESET
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# BASE STYLES
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Box sizing
--------------------------------------------- */

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #393939;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.33;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #142e3d;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.17;
}

h1,
.h1,
.article__body h1 {
  font-size: 32px;
}
h2,
.h2,
.article__body h2 {
  font-size: 28px;
}
h3,
.h3,
.article__body h3 {
  font-size: 24px;
}
h4,
.h4,
.article__body h4 {
  font-size: 21px;
}
h5,
.h5,
.article__body h5 {
  font-size: 18px;
}
h6,
.h6,
.article__body h6 {
  font-size: 16px;
}

@media (min-width: 900px) {
  h1,
  .h1,
  .article__body h1 {
    font-size: 38px;
  }
  h2,
  .h2,
  .article__body h2 {
    font-size: 32px;
  }
  h3,
  .h3,
  .article__body h3 {
    font-size: 28px;
  }
  h4,
  .h4,
  .article__body h4 {
    font-size: 24px;
  }
  h5,
  .h5,
  .article__body h5 {
    font-size: 21px;
  }
  h6,
  .h6,
  .article__body h6 {
    font-size: 18px;
  }
}

.heading--fancy {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: normal;
}

.text--all-caps {
  text-transform: uppercase;
  letter-spacing: 1px;
}

p {
  margin-top: 0;
  margin-bottom: 0.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

.svg-icon {
  max-width: 1em;
  max-height: 1em;
}

/* Elements
--------------------------------------------- */
body {
  background-color: #fafafa;
}

.home {
  background-color: #ffffff;
}

hr {
  background-color: #fafafa;
  border: 0;
  height: 1px;
  margin-bottom: 30px;
  margin-top: 30px;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

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%;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #d82c2c;
}

a:visited {
  color: #d82c2c;
}

a:hover,
a:focus,
a:active {
  color: #d82c2c;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a,
a:hover,
a:focus,
a:active {
  transition: all 0.17s ease-in-out;
}

/* Forms
--------------------------------------------- */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

.button {
  display: inline-block;
  font-family: Playfair Display, serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
  border: none;
  border-radius: 40px;
  background: #d82c2c;
  box-shadow: 0 3px 6px rgba(153, 98, 213, 0.5);
  color: #ffffff;
  padding: 14px 25px;
}

@media (min-width: 600px) {
  .button {
    font-size: 26px;
    border-radius: 50px;
    padding: 18px 35px;
  }
}

.button:hover {
  color: #ffffff;
  background: #d82c2c;
  box-shadow: 0 3px 6px rgba(92, 80, 165, 0.5);
}

.button:active,
.button:focus {
  color: #ffffff;
  border: 1px solid #d82c2c;
}

a.button {
  text-decoration: none;
}

a.button:visited {
  color: #ffffff;
}

.button--small {
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 20px;
}

@media (min-width: 600px) {
  .button--small {
    font-size: 21px;
    padding: 14px 25px;
    border-radius: 30px;
  }
}

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 {
  color: #393939;
  border: 1px solid #cecece;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #393939;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.button,
.button:hover,
.button:focus,
.button:active,
input,
input:hover,
input:focus,
input:active,
select,
select:hover,
select:focus,
select:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  transition: all 0.17s ease-in-out;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */
.site-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 99;
  position: relative;
}

.site-header {
  background-color: #142e3d;
  color: #ffffff;
}

.ie .site-header {
  padding-top: 20px;
}

.home .site-header {
  background-color: #ffffff;
  color: #142e3d;
}

@media (min-width: 900px) {
  .site-header {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home .site-header {
    background: none;
    margin-bottom: -80px;
  }

  .site-header,
  .site-header a {
    color: #ffffff;
  }

  .site-header a:hover,
  .site-header a:focus {
    opacity: 0.8;
  }
}

/* Logo */
.header__logo {
  fill: #ffffff;
}

@media (max-width: 899px) {
  .home .header__logo {
    fill: #142e3d;
  }
}

.header__logo-link {
  max-width: 190px;
}

@media (min-width: 900px) {
  .header__logo-link {
    max-width: 250px;
  }
}

/* Nav
--------------------------------------------- */

.header-nav__mobile-overlay {
  display: none;
}

@media (max-width: 899px) {
  .header-nav__mobile-overlay {
    background-color: rgba(57, 57, 57, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 99;
  }
}

@media (max-width: 899px) {
  .js-no-scroll {
    overflow: hidden;
  }
}

@media (max-width: 899px) {
  .header-nav {
    background-color: #fdf4fa;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 100px);
    box-shadow: -10px 0 20px rgba(57, 57, 57, 0.2);
    padding: 0 15px 30px 20px;
    display: none;
  }

  .header-nav__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 900px) {
  .header-nav {
    /* Prevents mobile nav js issues */
    display: block !important;
  }

  .header-nav__mobile-overlay {
    /* Prevents mobile nav js issues */
    display: none !important;
  }
}

.ie .header-nav {
  display: inline-block;
}

.nav-toggle {
  appearance: none;
  background: none;
  border: none;
  outline: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
}

.nav-toggle,
.nav-toggle:hover,
.nav-toggle:focus {
  transition: opacity 0.17s ease-in-out;
}

.nav-toggle:hover,
.nav-toggle:focus {
  opacity: 0.8;
}

.nav-toggle__icon {
  max-width: 35px;
  max-height: 22px;
}

.nav-toggle__icon--open {
  fill: #ffffff;
}

.home .nav-toggle__icon--open {
  fill: #d82c2c;
}

.nav-toggle__icon--close {
  fill: #d82c2c;
}

.header-nav__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
}

@media (min-width: 900px) {
  .header-nav__header,
  .nav-toggle {
    display: none;
  }
}

.header-nav__heading {
  font-size: 12px;
  color: #d82c2c;
  font-weight: 400;
  margin-bottom: 0;
}

.header-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 899px) {
  .header-nav__list {
    margin-top: 20px;
    font-size: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 900px) {
  .header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.ie .header-nav__list .menu-item {
  display: inline-block;
}

@media (max-width: 899px) {
  .header-nav__list .menu-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media (min-width: 900px) {
  .header-nav__list .menu-item:not(:first-of-type) {
    margin-left: 30px;
  }
}

/* Sitewide compliance banner
--------------------------------------------- */
.sitewide-banner {
  background-color: #d82c2c;
  display: block;
  padding: 20px;
}

.sitewide-banner p {
  color: #fdf4fa;
  text-align: center;
  margin: 0;
  font-size: 16px;
}

@media (min-width: 900px) {
  .sitewide-banner {
    padding: 30px 20px;
  }
}

@media (min-width: 1050px) {
  .sitewide-banner p {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .sitewide-banner p {
    font-size: 21px;
  }
}

.sitewide-banner a {
  color: #ffffff;
}

.sitewide-banner a:hover,
.sitewide-banner a:focus {
  opacity: 0.8;
}

/* Site content
--------------------------------------------- */

@media (min-width: 600px) {
  body:not(.home) .site-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Wrappers */
.wrapper--small,
.wrapper--large {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 630px) {
  .wrapper--small {
    max-width: 600px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1230px) {
  .wrapper--large {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Page */
.article {
  background-color: #ffffff;
  padding: 20px 15px;
}

@media (min-width: 600px) {
  .article {
    padding: 30px;
    box-shadow: 3px 6px 15px #e6e6e6;
    margin: 30px auto;
  }

  .article--page {
    max-width: 800px;
  }

  .article--post,
  .article--archive {
    max-width: 1200px;
  }
}

@media (min-width: 900px) {
  .article {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .article {
    padding: 60px 100px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

/* Article header + title */
.article__header {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .article__header {
    padding-bottom: 20px;
    border-bottom: 2px solid #e6e6e6;
  }
}

@media (min-width: 1200px) {
  .article__header {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.article__meta {
  margin-bottom: 20px;
}

.article__meta li {
  list-style: none;
  display: inline-block;
  color: #d82c2c;
  font-size: 14px;
}

.article__meta li + li::before {
  content: "\2014";
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.article__title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #142e3d;
}

@media (min-width: 600px) {
  .article__title {
    font-size: 32px;
  }

  .article--page .article__title {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .article__title {
    font-size: 42px;
  }
}

/* Post content + sidebar layout */
@media (min-width: 900px) {
  .article--post .article__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .article--post .article__body {
    border-right: 2px solid #fafafa;
    -ms-flex-preferred-size: 66.6%;
    flex-basis: 66.6%;
    padding-right: 30px;
  }

  .article--post .article__sidebar {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .article--post .article__body {
    padding-right: 60px;
  }

  .article--post .article__sidebar {
    padding-left: 60px;
  }
}

.article__sidebar h2,
.article__sidebar h3,
.article__sidebar h4,
.article__sidebar h5,
.article__sidebar h6 {
  color: #707070;
}

.article__tags {
  margin: 20px 0 !important;
}

.article__tags li {
  display: inline-block;
  list-style: none;
  margin: 0 3px 0 0;
  padding: 0;
  font-size: 16px;
  color: #707070;
}

.article__tags li:first-child {
  margin-right: 5px;
}

.article__tags li + li:not(:last-child)::after {
  content: ",";
}

.article__tags a {
  text-decoration: none;
  font-weight: 700;
  background-color: #fdf4fa;
  padding-left: 5px;
  padding-right: 5px;
}

.article__admin-edit {
  margin-top: 20px;
  margin-bottom: 20px;
}

.article__footer {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #e6e6e6;
  text-align: center;
}

@media (min-width: 900px) {
  .article__footer {
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media (min-width: 1200px) {
  .article__footer {
    margin-top: 60px;
    padding-top: 60px;
  }
}

.article__footer-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}

@media (min-width: 900px) {
  .article__footer-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.excerpt:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fafafa;
}

@media (min-width: 900px) {
  .excerpt:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

/* Article style */

/* See Typography section above for more */
.article__inner h1,
.article__inner .h1,
.article__inner h2,
.article__inner .h2,
.article__inner h3,
.article__inner .h3,
.article__inner h4,
.article__inner .h4,
.article__inner h5,
.article__inner .h5,
.article__inner h6,
.article__inner .h6 {
  margin-top: 20px;
}

.article__inner ul,
.article__inner ol {
  margin: 0 0 0.5em 1em;
}

.article__inner ol ol,
.article__inner ol ul,
.article__inner ul ol,
.article__inner ul ul {
  margin-top: 0.5em;
}

.article__inner li {
  margin-bottom: 0.5em;
}

.article__inner ol {
  list-style: none;
  /* "bold-numbers" are custom list numbers */
  counter-reset: bold-numbers;
}

.article__inner ol li {
  counter-increment: bold-numbers;
  text-indent: -2.5em;
  margin-left: 0.25em;
}

.article__inner ol li::before {
  content: counter(bold-numbers) ".";
  font-weight: 700;
  margin-right: 0.5em;
  min-width: 2em;
  display: inline-block;
  text-align: right;
}

@media (min-width: 900px) {
  .article__body p,
  .article__body ul,
  .article__body ol {
    font-size: 18px;
  }
}

/* Footer
--------------------------------------------- */
.site-footer {
  background-color: #142e3d;
  box-shadow: 0 -10px 15px rgba(74, 47, 88, 0.25), 0 -10px 0 #d82c2c,
    0 -10px 20px rgba(74, 47, 88, 0.5);
  transition: box-shadow 0.17s ease-in-out;
  margin-top: 10px;
  padding: 20px 15px;
  color: #ffffff;
  font-size: 14px;
}

@media (min-width: 600px) {
  .site-footer {
    box-shadow: 0 -10px 15px rgba(74, 47, 88, 0.25), 0 -15px 0 #d82c2c,
      0 -15px 25px rgba(74, 47, 88, 0.5);
    margin-top: 35px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 900px) {
  .site-footer {
    box-shadow: 0 -10px 15px rgba(74, 47, 88, 0.25), 0 -20px 0 #d82c2c,
      0 -20px 30px rgba(74, 47, 88, 0.25);
    margin-top: 50px;
  }
}

@media (min-width: 1230px) {
  .site-footer {
    padding: 60px 0;
  }
}

@media (min-width: 900px) {
  .footer__wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Footer nav */
.footer-nav {
  border-bottom: 1px solid #d82c2c;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 900px) {
  .footer-nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1200px) {
  .footer-nav {
    margin-bottom: 40px;
  }
}

.footer-nav__list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

@media (min-width: 600px) {
  .footer-nav__list {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    /* 30px gutter for 2 columns = 30px total gutter
		30px / 2 columns = 15px */
    flex-basis: calc(50% - 15px);
  }
}

@media (min-width: 900px) {
  .footer-nav__list {
    /* 25px gutter for 5 columns = 120px total gutter
		120px / 5 columns = 25px */
    -ms-flex-preferred-size: calc(20% - 25px);
    flex-basis: calc(20% - 25px);
  }
}

@media (min-width: 1200px) {
  .footer-nav__list {
    margin-bottom: 40px;
  }
}

.footer-nav__list li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-nav__list,
.footer-nav__list a {
  color: #ffffff;
}

.footer-nav__list a {
  text-decoration: none;
}

.footer-nav__list a:hover,
.footer-nav__list a:focus,
.footer-nav__list a:active {
  color: #fdf4fa;
  border-bottom: 1px solid #fdf4fa;
}

.footer-nav__list .menu-item:first-child {
  font-weight: 700;
  font-size: 16px;
}

.footer-nav__list .menu-item:first-child a:hover,
.footer-nav__list .menu-item:first-child a:focus,
.footer-nav__list .menu-item:first-child a:active {
  color: #ffffff;
  border: none !important;
  cursor: default;
}

.footer-ola__phone--icon {
  float: left;
  height: 15px;
  margin-right: 8px;
  top: 2px;
  display: inline-block;
  position: relative;
}

.footer-ola__phone {
  font-size: 1rem;
}

.footer-ola__text {
  font-size: 0.75rem;
}

/* Logo + copyright */
@media (max-width: 599px) {
  .footer__site-info {
    text-align: center;
  }
}

.s {
  display: inline-block;
  margin-bottom: 10px;
  max-width: 250px;
}

.s {
  fill: #ffffff;
}

.footer__disclaimer p {
  margin-bottom: 10px;
}

.footer__disclaimer p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Homepage hero
--------------------------------------------- */
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #142e3d;
  background-image: url("assets/images/home-hero_mobile_2x.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 10px 15px rgba(74, 47, 88, 0.25), 0 10px 0 #d82c2c,
    0 10px 20px rgba(74, 47, 88, 0.5);
  transition: box-shadow 0.17s ease-in-out;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .hero {
    background-image: url("assets/images/home-hero_desktop_2x.jpg");
    box-shadow: 0 10px 15px rgba(74, 47, 88, 0.25), 0 15px 0 #d82c2c,
      0 15px 25px rgba(74, 47, 88, 0.5);
    margin-bottom: 45px;
    min-height: 585px;
  }
}

@media (min-width: 900px) {
  .hero {
    box-shadow: 0 10px 15px rgba(74, 47, 88, 0.25), 0 20px 0 #d82c2c,
      0 20px 30px rgba(74, 47, 88, 0.25);
    margin-bottom: 60px;
    min-height: 685px;
  }
}

@media (min-width: 1200px) {
  .hero {
    min-height: 725px;
  }
}

.hero__wrapper {
  padding: 15px 15px 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 600px) {
  .hero__wrapper {
    padding: 30px 30px 60px;
  }
}

@media (min-width: 900px) {
  .hero__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1000px;
    padding: 100px 40px;
  }
}

@media (min-width: 1200px) {
  .hero__wrapper {
    padding: 120px 0;
  }
}

/* Hero text
--------------------------------------------- */
.hero__title,
.hero__sub-title {
  color: #ffffff;
}

.hero__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 15px;
  transition: font-size 0.17s ease-in-out;
}

@media (max-width: 599px) {
  .hero__sub-title {
    display: none;
    transition: font-size 0.17s ease-in-out;
  }
}

.ie .hero__text {
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .hero__text {
    text-shadow: 0 2px 2px rgba(47, 72, 88, 0.25);
  }

  .hero__title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .hero__sub-title {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (max-width: 899px) {
  .hero__text {
    text-align: center;
  }
}

@media (min-width: 900px) {
  .hero__text {
    padding-right: 30px;
  }

  .hero__title {
    font-size: 56px;
    margin-bottom: 20px;
  }

  .hero__sub-title {
    font-size: 20px;
    margin-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .hero__title {
    font-size: 64px;
  }

  .hero__sub-title {
    font-size: 22px;
  }
}

/* Miniforms
--------------------------------------------- */
.hero__miniform {
  width: 100%;
  max-width: 375px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 3px 6px 15px rgba(66, 47, 88, 0.25), 5px 5px 0 #d82c2c,
    3px 6px 15px rgba(66, 47, 88, 0.25);
  transition: box-shadow 0.17s ease-in-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* Trying to prevent CLS - however, this height
	won't be perfect because the web is responsive */
  min-height: 306px;
}

@media (min-width: 320px) {
  .hero__miniform {
    max-height: 630px;
  }
}

@media (min-width: 500px) {
  .hero__miniform {
    box-shadow: 3px 6px 15px rgba(66, 47, 88, 0.25), 10px 10px 0 #d82c2c,
      3px 6px 15px rgba(66, 47, 88, 0.25);
    /* Trying to prevent CLS - however, this height
		won't be perfect because the web is responsive */
    min-height: 288px;
  }
}

@media (min-width: 900px) {
  .hero__miniform {
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 3px 6px 15px rgba(66, 47, 88, 0.25), 20px 20px 0 #d82c2c,
      3px 6px 15px rgba(66, 47, 88, 0.25);
    /* Trying to prevent CLS - however, this height
		won't be perfect because the web is responsive */
    min-height: 387px;
  }
}

/* Homepage content
--------------------------------------------- */

/* Columns */
.columns__section {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .columns__section {
    margin-top: 80px;
  }
}

.columns__main-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 400px) {
  .columns__main-title {
    font-size: 28px;
  }
}

@media (min-width: 600px) {
  .columns__main-title {
    font-size: 36px;
  }
}

@media (min-width: 900px) {
  .columns__main-title {
    font-size: 42px;
  }
}

@media (max-width: 599px) {
  .columns {
    background-image: -moz-linear-gradient(
      left,
      #fdf4fa 0%,
      #fdf4fa 30px,
      rgba(255, 255, 255, 0) 30px,
      rgba(255, 255, 255, 0) 100%
    );
    background-image: -webkit-linear-gradient(
      left,
      #fdf4fa 0%,
      #fdf4fa 30px,
      rgba(255, 255, 255, 0) 30px,
      rgba(255, 255, 255, 0) 100%
    );
    background-image: linear-gradient(
      to right,
      #fdf4fa 0%,
      #fdf4fa 30px,
      rgba(255, 255, 255, 0) 30px,
      rgba(255, 255, 255, 0) 100%
    );
  }
}

@media (min-width: 600px) {
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.columns__item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ie .columns__item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin-left: 2%;
  margin-right: 2%;
}

@media (min-width: 600px) {
  .columns__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    /* 30px gutter for 2 columns = 30px total gutter
		30px / 2 columns = 15px */
    flex-basis: calc(50% - 15px);
  }
}

@media (min-width: 900px) {
  .columns__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    /* 60px gutter for 2 columns = 60px total gutter
		60px / 2 columns = 15px */
    flex-basis: calc(50% - 30px);
  }
}

@media (min-width: 1200px) {
  .columns__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    /* 30px gutter for 4 columns = 90px total gutter
		90px / 4 columns = 22.5px */
    flex-basis: calc(25% - 22.5px);
  }
}

.columns__header {
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .columns__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 600px) {
  .columns__header {
    text-align: center;
    background-color: #fdf4fa;
    border-radius: 5px;
    padding: 30px 30px 15px;
    /* For offset icon */
    position: relative;
    margin-top: 50px;
  }
}

.columns__icon {
  width: 100%;
  max-width: 50px;
  margin-right: 10px;
}

.no-svg .columns__icon {
  display: none;
}

@media (min-width: 600px) {
  .columns__icon {
    margin-bottom: 15px;
    margin-right: 0;
    max-width: 80px;
    max-height: 80px;
    /* Offset icon */
    position: absolute;
    bottom: calc(100% - 35px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.columns__title {
  margin-bottom: 0;
  font-size: 21px;
}

@media (max-width: 599px) {
  .columns__content-body {
    margin-left: 30px;
  }
}

/* We're Here For You image + content */
.here-for-you__section {
  background-color: #fdf4fa;
  margin-top: 90px;
  margin-bottom: 60px;
  /* For offset image */
  padding-top: 30px;
}

@media (min-width: 1200px) {
  .here-for-you__section {
    margin-top: 110px;
    margin-bottom: 80px;
  }
}

@media (min-width: 900px) {
  .here-for-you__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.here-for-you__image {
  background-image: url("assets/images/we-re-here-for-you_mobile_2x.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 400px;
  width: 100%;
  height: 165px;

  margin: -60px auto 0 auto;
  border-radius: 5px;
  box-shadow: 3px 6px 15px rgba(66, 47, 88, 0.25), 5px 5px 0 #d82c2c,
    3px 6px 15px rgba(110, 51, 153, 0.25);
  transition: box-shadow 0.17s ease-in-out;
}

@media (min-width: 600px) {
  .here-for-you__image {
    max-width: 500px;
    height: 250px;
    box-shadow: 3px 6px 15px rgba(66, 47, 88, 0.25), 10px 10px 0 #d82c2c,
      3px 6px 15px rgba(110, 51, 153, 0.25);
  }
}

@media (min-width: 900px) {
  .here-for-you__image {
    background-image: url("assets/images/we-re-here-for-you_desktop_2x.jpg");
    max-width: 100%;
    height: auto;
    margin: -70px 0 0;
    box-shadow: 3px 6px 15px rgba(66, 47, 88, 0.25), 20px 20px 0 #d82c2c,
      3px 6px 15px rgba(110, 51, 153, 0.25);
  }
}

.ie .here-for-you__image {
  height: 400px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 900px) {
  .here-for-you__image,
  .here-for-you__content-container {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    flex-basis: calc(50% - 30px);
  }
}

.here-for-you__content-container {
  padding-top: 20px;
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .here-for-you__content-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.ie .here-for-you__content-container {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.here-for-you__title {
  color: #d82c2c;
  font-size: 28px;
}

@media (min-width: 600px) {
  .here-for-you__title {
    font-size: 36px;
  }
}

@media (min-width: 900px) {
  .here-for-you__title {
    font-size: 42px;
    text-align: center;
  }
}

.here-for-you__content-body p:first-child {
  font-size: 18px;
}

.here-for-you__content-body h2,
.here-for-you__content-body h3,
.here-for-you__content-body h4 {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 15px;
}

@media (min-width: 900px) {
  .here-for-you__content-body h2,
  .here-for-you__content-body h3,
  .here-for-you__content-body h4 {
    /*font-size: 20px;*/
  }
}

.here-for-you__cta-container {
  text-align: center;
  margin-top: 20px;
}

/* APR Example */
.apr__section {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .apr__section {
    margin-bottom: 80px;
  }

  .apr__title {
    text-align: center;
  }
}

.apr__example-container {
  border: 1px solid #142e3d;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.apr__example-body strong,
.apr__example-body b {
  padding-left: 0.17em;
  padding-right: 0.17em;
  display: inline-block;
  color: #d82c2c;
  background-color: #fdf4fa;
}

.apr__example-body p {
  font-size: 18px;
}

.apr__example-small-print {
  border-top: 1px solid #cecece;
  margin-top: 20px;
  padding-top: 20px;
}

.apr__example-small-print p {
  font-size: 14px;
  color: #707070;
}

.apr__example-small-print p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Page-specific Custom Styles
--------------------------------------------------------------*/

/* General Container
--------------------------------------------- */
.template__container {
  background-color: #ffffff;
  padding: 20px 15px;
}

@media (min-width: 600px) {
  .template__container {
    padding: 30px;
    box-shadow: 3px 6px 15px #e6e6e6;
    margin: 30px auto;
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .template__container {
    padding: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

/* Contact [/contact-us]
--------------------------------------------- */
/* Universal Contact Form */
.template-contact .alpaca-field-object {
  padding: 0;
}

.template-contact .alpaca-control-label {
  margin-bottom: 6px;
  font-weight: bolder;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
}

.template-contact .alpaca-control-label::after {
  content: " *";
  color: red;
}

.template-contact .alpaca-message {
  color: red;
  font-style: italic;
  clear: left;
  font-size: 0.9rem;
}

.template-contact .alpaca-form-buttons-container {
  padding-left: 0;
  margin-top: 1rem;
  text-align: left;
  width: auto;
}

.template-contact .alpaca-form-button:disabled {
  opacity: 0.75;
}

.template-contact .alpaca-form-button:disabled:hover {
  cursor: not-allowed;
}

.template-contact .alpaca-form-button {
  appearance: none;
  font-family: Playfair Display, serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  border: none;
  border-radius: 50px;
  background: #d82c2c;
  box-shadow: none;
  text-shadow: none;
  color: #ffffff;
  padding: 15px 20px;
  cursor: pointer;
  width: auto;
  transition: all 0.17s ease-in-out;
}

.template-contact .alpaca-form-button:hover {
  color: #ffffff;
  background: #d82c2c;
  box-shadow: 0 3px 6px rgba(92, 80, 165, 0.5);
  transition: all 0.17s ease-in-out;
}

.template-contact .contactMessage {
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #fdf4fa;
  background-color: #d82c2c;
}

.template-contact .alpaca-field {
  margin-bottom: 15px;
}

.template-contact .alpaca-control-label {
  width: 100%;
  float: left;
  vertical-align: text-top;
}

.template-contact input.alpaca-control {
  height: 35px;
}

.template-contact .alpaca-control {
  user-select: none;
  padding-left: 10px;
  border: solid 1px #bfbdbd;
  border-radius: 5px;
  width: 350px;
  max-width: 100%;
}

/* Widgets
--------------------------------------------- */
.sidebar__widget {
  margin-bottom: 30px;
}

@media (max-width: 899px) {
  .sidebar__widget--desktop-only {
    display: none;
  }
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* 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 {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  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;
}

/* Alignments
--------------------------------------------- */
.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;
}

/* Privacy Policy [/privacy-policy]
--------------------------------------------- */
.privacy-table {
  width: 100%;
  margin: 2em auto;
}

.privacy-table h2,
.privacy-table h3 {
  font-weight: bold;
}

.privacy-table h2 {
  padding-top: 1em;
  padding-bottom: 0.5em;
  font-size: 1.3em;
}

.privacy-table h3 {
  padding: 0 0 5px 0;
  margin-bottom: 0;
  font-size: 1.2em;
  color: #777;
  line-height: 1.33;
}

.privacy-row {
  border-left: 1px solid #ccc;
  padding-left: 15px;
  margin-bottom: 1em;
}

.privacy-row-full h3 {
  margin-top: 1em;
}

.privacy-table a {
  word-break: break-all;
}

.privacy-table .col ul,
.privacy-table .col ol {
  margin-bottom: 0;
}

.privacy-table .col.privacy-content p:last-of-type,
.privacy-table .privacy-row-full .col p:last-of-type {
  margin: 0;
}

.privacy-table .col.privacy-content {
  background-color: #fff;
}

.privacy-table .col.privacy-col-1-1,
.privacy-table .col.privacy-col-1-4,
.privacy-table .col.privacy-col-2-4,
.privacy-table .col.privacy-col-1-4--small,
.privacy-table .col.privacy-col-3-4--small,
.privacy-table .col.privacy-col-1-3--medium,
.privacy-table .col.privacy-col-2-3--medium {
  width: 100%;
}

.privacy-table ol {
  list-style-type: decimal;
  counter-reset: none;
  margin-bottom: 1em;
}

.privacy-table ol[type="a"] {
  list-style-type: lower-alpha;
}

.privacy-table ol li {
  text-indent: 0;
  margin-left: 0;
  counter-increment: none;
  padding-bottom: 0;
}

.privacy-table ol li::before {
  content: none;
  display: none;
}

.privacy-table ol ol {
  margin-bottom: 0;
}

.u-text-bold {
  font-weight: bold;
}

.u-padding-bottom {
  padding-bottom: 1em;
}

@media screen and (max-width: 450px) {
  .privacy-header .col {
    background-color: #fff;
  }

  .privacy-table.keep-as-table .privacy-header .col {
    background-color: #ecf0f1;
  }

  .privacy-table.keep-as-table h2,
  .privacy-table.keep-as-table h3 {
    font-size: 1.1em;
    margin: 0;
    padding: 0;
  }

  .privacy-table.keep-as-table p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 370px) {
  .privacy-table.keep-as-table h2,
  .privacy-table.keep-as-table h3 {
    font-size: 1em;
    line-height: 1.4;
  }
}

@media screen and (min-width: 451px) {
  .privacy-table {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-collapse: collapse;
  }

  .privacy-table h2,
  .privacy-table h3 {
    margin: 0;
  }

  .privacy-row h2 {
    padding-bottom: 1em;
  }

  .privacy-row-full h2 {
    padding-bottom: 5px;
  }

  .privacy-table h3 {
    padding: 15px 0 5px 0;
  }

  .privacy-row {
    display: table-row;
    border-bottom: 1px solid #ccc;
  }

  .privacy-row-full {
    border-bottom: 1px solid #ccc;
  }

  .privacy-table .col {
    display: table-cell;
    padding: 0 15px 15px 15px;
  }

  .privacy-header {
    background-color: #ecf0f1;
  }

  .privacy-header .col {
    vertical-align: bottom;
  }

  .privacy-header .col:not(:first-of-type) {
    background-color: #ecf0f1;
  }

  .privacy-table .col:not(:first-of-type) {
    border-left: 1px solid #ccc;
  }

  .privacy-table .col.privacy-label {
    background-color: #ecf0f1;
  }

  .privacy-table .col.privacy-col-1-1 {
    border-left: 1px solid #ccc;
  }
  .privacy-table .col.privacy-col-1-4 {
    width: 25%;
  }

  .privacy-table .col.privacy-col-1-4 {
    width: 25%;
  }

  .privacy-table .col.privacy-col-1-4--small {
    width: 25%;
  }

  .privacy-table .col.privacy-col-3-4--small {
    width: 75%;
  }

  .privacy-table .col.privacy-col-1-3 {
    width: 33.333333%;
  }

  .privacy-table .col.privacy-col-2-3 {
    width: 66.666666%;
  }
}

@media screen and (min-width: 801px) {
  .privacy-table .col.privacy-col-1-3--medium {
    width: 33.333333%;
  }

  .privacy-table .col.privacy-col-2-3--medium {
    width: 66.666666%;
  }
}

.privacy-table.keep-as-table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-collapse: collapse;
}

.privacy-table.keep-as-table .col {
  display: table-cell;
  padding: 5px;
}

.privacy-table.keep-as-table .privacy-row {
  display: table-row;
  border-bottom: 1px solid #ccc;
}

.privacy-table.keep-as-table .privacy-row-full {
  border-bottom: 1px solid #ccc;
}

.privacy-table.keep-as-table .privacy-table .col {
  display: table-cell;
  padding: 15px;
}

.privacy-table.keep-as-table .privacy-header {
  background-color: #ecf0f1;
}

.privacy-table.keep-as-table .privacy-header .col {
  vertical-align: bottom;
}

.privacy-table.keep-as-table .col:not(:first-of-type) {
  border-left: 1px solid #ccc;
}

.privacy-table.keep-as-table .col.privacy-label {
  background-color: #ecf0f1;
}

.privacy-table.keep-as-table .col.privacy-col-1-1 {
  border-left: 1px solid #ccc;
}
.privacy-table.keep-as-table .col.privacy-col-1-4 {
  width: 25%;
}

.privacy-table.keep-as-table .col.privacy-col-2-4 {
  width: 50%;
}

.privacy-table.keep-as-table .col.privacy-col-1-4--small {
  width: 25%;
}

.privacy-table.keep-as-table .col.privacy-col-3-4--small {
  width: 75%;
}
.privacy-content > p {
  margin: 15px 0;
}

@media screen and (max-width: 450px) {
  .privacy-table.keep-as-table .col {
    padding: 5px;
  }
}

@media screen and (min-width: 451px) {
  .privacy-table.keep-as-table .col {
    padding: 0 15px;
  }
}

/* Misc
--------------------------------------------- */
.template-form #sponsored-search #tbl {
  float: none;
  overflow: auto;
}

.form__container {
  background-color: #ffffff;
  padding: 20px 15px;
}

@media (min-width: 600px) {
  .form__container {
    padding: 30px;
    box-shadow: 3px 6px 15px #e6e6e6;
    margin: 30px auto;
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .form__container {
    padding: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
