/* CSS Reset */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* helper classes */

.ofade {
  -webkit-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.bgfade,
.button,
button[type="submit"],
input[type="submit"],
.main-content .subnav-buttons a,
.accordion-tabs .heading > .wrap {
  -webkit-transition: background 300ms;
  -ms-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
}
.cfade,
header nav ul li a,
footer a,
#megamenu .imagetitledescription a,
.cta-holder .cta h3 a {
  -webkit-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}

.button,
button[type="submit"],
input[type="submit"] {
  display: inline-block;
  padding: 10px 14px;
  background: #80247d;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-family: "PT Sans", sans-serif;
}
.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  background: #3e89e4;
  text-decoration: none;
}
.button.rounded {
  border-radius: 3px;
}
.button.orange,
.gform_wrapper input[type="submit"] {
  background: #f0811e;
}
.button.orange:hover,
.gform_wrapper input[type="submit"]:hover {
  background: #313131;
}
.button.blue {
  background: #3e89e4;
}
.button.blue:hover {
  background: #80247d;
}

/* typography */
@font-face {
  font-family: "good_timesregular";
  src: url("../fonts/goodtime-webfont.eot");
  src: url("../fonts/goodtime-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/goodtime-webfont.woff2") format("woff2"),
    url("../fonts/goodtime-webfont.woff") format("woff"),
    url("../fonts/goodtime-webfont.ttf") format("truetype"),
    url("../fonts/goodtime-webfont.svg#good_timesregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  color: #000;
  font-family: "PT Sans", sans-serif;
  line-height: 1;
}
p {
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 1.4;
}
strong {
  font-weight: bold;
}
ul {
  margin: 0 0 20px 0;
}
ul li {
  font-size: 16px;
  line-height: 1.4;
}
a {
  color: #48b1e0;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 16px 0;
  font-weight: 600;
  color: #3e89e4;
  text-transform: uppercase;
  font-family: "good_timesregular";
}
h2 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 14px 0;
  font-weight: 600;
  color: #3e89e4;
}
h3 {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 20px 0;
  font-weight: 600;
  color: #3e89e4;
}
input,
textarea {
  font-family: "PT Sans", sans-serif;
}

h3.good {
  font-family: "good_timesregular";
  font-size: 22px;
  margin: 0;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

/* main structure */

body {
  background: #fff !important;
}

section {
  padding: 20px 0;
}
header > div,
section > div,
footer > div {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

header {
  background: #313131;
  padding-top: 70px;
  position: relative;
}
header .site-logo {
  position: absolute;
  width: 180px;
  padding: 25px 0 5px;
  margin: 0 0 0 -90px;
  left: 50%;
  top: 14px;
  display: block;
  background: url(../img/logos/purplesnow-logo.png) no-repeat center 0;
  background-size: 180px auto;
  color: #fff;
  text-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  text-align: center;
}
header .site-logo:hover {
  text-decoration: none;
}
header .site-logo span {
  display: block;
}
header .site-logo .name {
  display: none;
}
header .site-logo .tagline {
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
  margin-top: 2px;
}

section.lead {
  background: #fff;
  padding: 20px 0 26px;
  box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.35);
  text-align: center;
}
section.lead h1 {
  font-size: 24px;
  text-align: center;
  display: block;
}
section.lead .nav ul {
  margin: 0;
}
section.lead .nav ul li {
  margin: 5px 0 0;
}
section.lead .nav ul li:first-child {
  margin: 0;
}
.promo-logos {
  height: 50px;
}
.promo-logos img {
  margin-top: 0px;
}
.promo-logos .sgr {
  width: 38px;
}
.promo-logos .sgrz {
  width: 50px;
  margin-left: 12px;
}
.promo-logos .sktb {
  width: 32px;
  margin-left: 12px;
}
.promo-logos .vkr {
  width: 45px;
  margin-left: 12px;
}

.main-content {
  padding: 40px 0 30px;
}
.main-content .subnav {
  margin: 0 0 40px 0;
}
.main-content .subnav-buttons ul {
  margin: 0 0 20px 0;
}
.main-content .subnav-buttons ul li ul {
  margin-bottom: 0;
}
.main-content .subnav-buttons ul li {
  margin: 10px 0 0;
}
.main-content .subnav-buttons > ul > li:first-child {
  margin: 0;
}
.main-content .subnav-buttons ul li a {
  display: block;
  color: #fff;
  background: #3e89e4;
  text-decoration: none;
  border-radius: 21px;
  line-height: 1.2;
  padding: 13px 20px;
  font-weight: 600;
}
.main-content .subnav-buttons ul li a:hover,
.main-content .subnav-buttons li.current_page_item > a {
  background: #80247d !important;
}

.main-content .subnav a.back {
  display: block;
  width: 34px;
  height: 34px;
  background: url(../img/icons/cta-back.png) no-repeat 0 0;
  background-size: 34px auto;
  text-indent: -9999px;
}

.main-content .content-holder {
  margin: 0 0 45px 0;
  color: #3e89e4;
}
.main-content .content-holder > .wrap {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
}

.main-content .subcontent {
  margin: 0 0 45px 0;
}
.main-content .subcontent > .wrap {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
}

.main-content .extra-social .sub {
  margin: 0 0 30px 0;
}
.main-content .extra-social .sub li {
  margin: 5px 0 0;
}
.main-content .extra-social .sub li:first-child {
  margin: 0;
}
.main-content .extra-social .sub a {
  width: 60px;
  padding-left: 0;
  padding-right: 0;
}
.main-content .extra-social .social {
  width: 60px;
  margin: 0;
}
.main-content .extra-social .social li a {
  margin: 0 auto;
}
.main-content .extra-social .social li {
  margin: 0 0 10px 0;
}

footer {
  padding-top: 30px;
  background: rgba(91, 42, 89, 0.7);
}
footer .top {
  background: #313131;
  padding: 30px 0;
}
footer .bottom {
  background: #fff;
  padding: 30px 0;
}
footer .bottom a.logo {
  display: block;
  width: 180px;
  height: 18px;
  background: url(../img/logos/purplesnow-logo-small.png) no-repeat 0 0;
  background-size: 180px auto;
  text-indent: -9999px;
  margin: 0 auto 14px auto;
}
footer .bottom p {
  margin: 0;
  color: #000;
  font-size: 14px;
  text-align: center;
}
footer h4 {
  color: #fff;
  margin: 0 0 10px 0;
  font-weight: 600;
}
footer p,
footer a {
  color: #3e89e4;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
  color: #fff;
}
footer .social li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
footer .social li#li_bl {
  margin: 0;
}
footer .social li a {
  height: 40px !important;
}
footer p {
  margin: 0 0 10px 0;
}
footer .col {
  margin: 0 0 40px 0;
}
footer .col-4 h4 {
  display: none;
}
footer .col-3 img,
footer .col-4 img {
  display: block;
  width: 140px;
  margin: 0 0 12px 0;
}
footer .col-5 {
  margin: 0;
}

ul.social {
  margin: 0;
}
ul.social li a {
  display: block;
  text-indent: -9999px;
}
ul.social li#li_ps {
  margin-bottom: 0px !important;
}
ul.social li#li_ps a {
  background: url(../img/icons/basis_purple_wit.png) no-repeat center center;
  width: 40px;
  height: 24px;
}
ul.social li#li_fb a {
  background: url(../img/icons/facebook.png) no-repeat center center;
  background-size: 12px auto;
  width: 30px;
  height: 30px;
}
ul.social li#li_tw a {
  background: url(../img/icons/twitter.png) no-repeat center center;
  background-size: 24px auto;
  width: 39px;
  height: 39px;
}
ul.social li#li_bl a {
  background: url(../img/icons/blog.png) no-repeat center center;
  width: 50px;
  height: 25px;
}

.latest-stories .entry {
  margin: 0 0 40px 0;
}
.latest-stories .entry h3 {
  font-size: 20px;
  margin: 0 0 4px 0;
}
.latest-stories .entry p {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}
.latest-stories .latest p {
  color: #3e89e4;
  font-size: 16px;
  font-weight: 400;
}

.page-id-39 .main-content .content-holder > .wrap,
.parent-pageid-39 .main-content .content-holder > .wrap,
.page-id-55 .main-content .content-holder > .wrap,
.parent-pageid-55 .main-content .content-holder > .wrap,
.page-id-58 .main-content .content-holder > .wrap,
.parent-pageid-58 .main-content .content-holder > .wrap,
.page-id-2244 .main-content .content-holder > .wrap,
.parent-pageid-2244 .main-content .content-holder > .wrap {
  background: none;
  padding: 0;
}

.blogHead h3 a {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 14px 0;
  font-weight: 600;
  color: #3e89e4;
}
.post_wrapper {
  border-bottom: 1px dashed #c5c5c5;
  margin-bottom: 20px;
}
.last-post {
  border-bottom: 0;
  margin-bottom: 0;
}
.page-id-1568 .blogImg img {
  float: left;
  margin: 0 15px 15px 0;
}

.nav-previous {
  float: right;
}
.nav-next {
  float: left;
}

.cta-holder .cta {
  margin: 0 0 30px 0;
}
.cta-holder .cta .wrap {
  background: #fff;
  box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.5);
  padding: 0 20px 20px;
}
.cta-holder .cta h3 {
  text-align: center;
  font-size: 18px;
  margin: 0;
}
.cta-holder .cta h3 a {
  text-decoration: none !important;
  display: block;
  padding: 12px 10px;
}
.cta-holder .cta h3 a:hover {
  color: #80247d;
}
.cta-holder .cta img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 14px 0;
}
.cta-holder .col-1 {
  float: left;
  width: 40%;
  margin-right: 5%;
}
.cta-holder .col-2 {
  float: left;
  width: 55%;
}
.cta-holder ul {
  list-style-type: disc;
  margin-left: 20px;
}
.cta-holder ol {
  list-style-type: decimal;
  margin-left: 20px;
}
.cta-holder li {
  font-size: 16px;
  line-height: 1.4;
}
.cta-holder h5 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}

.accordion-tabs {
}
.accordion-tabs .heading > .wrap {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 60px;
  background: #313131;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  background: rgba(49, 49, 49, 0.9);
}
.accordion-tabs .heading > .wrap:after {
  content: "Line";
  display: block;
  height: 1px;
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  text-indent: -9999px;
}
.accordion-tabs .heading:first-child > .wrap:after {
  display: none;
}
.accordion-tabs .content {
  background: rgba(255, 255, 255, 0.9);
}
.accordion-tabs .content > .wrap {
  padding: 26px 20px 20px;
}
.accordion-tabs .active-heading > .wrap {
  background: #3e89e4;
  background: rgba(128, 36, 125, 0.9);
}

.home .main-content .subcontent > .wrap {
  background: none;
  padding: 0;
}
.special-cta {
  padding: 0 20px;
  max-width: 400px;
  margin-bottom: 20px;
}
.special-cta .contain {
  padding: 44px 20px 65px;
  background: #3e89e4;
  border-top-right-radius: 30px;
  position: relative;
}
.subcontent-0 .special-cta .contain {
  padding-bottom: 33px;
}
.special-cta h2 {
  font-family: "good_timesregular";
  color: #313131;
  text-transform: uppercase;
  font-size: 36px;
  margin: 0 0 2px 0;
}
.special-cta h3 {
  font-family: "good_timesregular";
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.subcontent-0 .special-cta h3 {
  margin-bottom: 0;
}
.special-cta p {
  color: #fff;
  margin: 0;
}
.special-cta a.go {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 34px;
  height: 34px;
  background: url(../img/icons/cta-go.png) no-repeat center center;
  background-size: 34px auto;
  text-indent: -9999px;
  display: block;
}
.subcontent-0 .special-cta a.go {
  bottom: 30px;
}
.special-cta span.now {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 145px;
  height: 66px;
  background: url(../img/icons/now-tilt.png) no-repeat 0 0;
  background-size: 145px auto;
  text-indent: -9999px;
  display: block; /*	-ms-transform: rotate(-7deg); -webkit-transform: rotate(-7deg); transform: rotate(-7deg); */
}

body .special-cta .flexslider {
  margin-top: 0;
  margin-bottom: 0;
}
body .special-cta .flexslider .flex-direction-nav {
  display: none;
}
body .special-cta .flexslider .flex-direction-nav li a {
  background: url(../img/icons/cta-back.png) no-repeat 0 0;
}
body .special-cta .flexslider .flex-direction-nav li a.flex-next {
  background: url(../img/icons/cta-go.png) no-repeat 0 0;
}

body .special-cta .flexslider li blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.35em 40px;
  line-height: 1.45;
  position: relative;
  border: 0;
}

body .special-cta .flexslider li blockquote p {
  font-style: italic;
}

body .special-cta .flexslider li blockquote:before {
  display: block;
  padding-left: 10px;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #fff;
}

body .special-cta .flexslider li blockquote cite {
  color: #ccc;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

body .special-cta .flexslider li blockquote cite:before {
  content: "\2014 \2009";
}

input,
select,
textarea,
button[type="submit"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gform_wrapper label {
  display: block;
  margin: 0 0 3px 0;
  color: #333;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper textarea {
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 10px;
  font-size: 16px;
  width: 100%;
  color: #888;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0;
}
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper textarea:focus {
  color: #333;
}
.gform_wrapper .gform_fields li {
  margin: 12px 0 0;
}
.gform_wrapper .gform_fields li:first-child {
  margin-top: 0;
}
.gform_wrapper input[type="submit"] {
  text-transform: uppercase;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
}
.gform_wrapper textarea {
  height: 150px;
}

.gform_wrapper .validation_error {
  background: rgba(192, 43, 10, 0.03);
  color: #c02b0a;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 30px 0;
  border-radius: 4px;
  border: 1px solid #c02b0a !important;
}
.gform_wrapper .validation_error h2 {
  color: #c02b0a;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
.gform_wrapper .gfield_description,
.gform_wrapper .validation_message {
  font-size: 14px;
  padding: 3px 0 0;
  color: #a3a12d;
}

.gform_wrapper .ginput_container_radio {
  margin-top: 10px;
}
.gform_wrapper .gfield_radio li {
  position: relative;
  padding-left: 20px;
  margin-top: 2px !important;
}
.gform_wrapper .gfield_radio li input {
  position: absolute;
  left: 0;
  top: 5px;
}

.page-id-171 .content-holder,
.page-id-171 .content-holder a {
  color: #333;
}
.page-id-171 .content-holder a:hover {
  color: #3e89e4;
  text-decoration: none;
}
.page-id-171 .content-holder p {
  font-weight: 600;
  font-size: 14px;
}

body .flexslider {
  border: none;
  border-radius: 0;
  background: none;
  margin-top: 30px;
}
body .flexslider .flex-direction-nav {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  text-align: center;
}
body .flexslider .flex-direction-nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
body .flexslider .flex-direction-nav li:first-child {
  margin: 0;
}
body .flexslider .flex-direction-nav li a {
  position: static;
  left: auto;
  top: auto;
  margin: 0;
  text-shadow: none;
  opacity: 1;
  width: 40px;
  height: 40px;
  background: url(../img/icons/cta-back-blue.png) no-repeat 0 0;
  background-size: 40px auto;
  text-indent: -9999px;
  text-align: left;
}
body .flexslider .flex-direction-nav li a.flex-next {
  background: url(../img/icons/cta-go-blue.png) no-repeat 0 0;
  background-size: 40px auto;
}

.gallery li {
  position: relative;
}
.gallery .caption {
  position: relative;
  left: 0;
  bottom: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
}
.gallery .caption div {
  padding: 10px;
  color: #fff;
  font-size: 14px;
}

@media screen and (min-width: 480px) {
}

@media screen and (max-width: 767px) {
  header > div {
    position: static;
    padding: 0;
  }
  header #menu {
    position: absolute;
    left: 12px;
    top: 17px;
    width: 36px;
    height: 36px;
    background: #3e89e4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 999;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
  }
  header #menu:hover {
    background: #80247d;
  }
  header #menu span {
    display: block;
    position: absolute;
    width: 23px;
    height: 2px;
    left: 7px;
    top: 10px;
    background: #fff;
  }
  header #menu .line-2 {
    top: 17px;
  }
  header #menu .line-3 {
    top: 24px;
  }

  header nav.drop {
    display: none;
  }
  header nav {
    position: relative;
    width: 100%;
    background: #4a4949;
  }
  header nav ul {
    margin: 0;
    padding: 0;
  }
  header nav ul li {
    margin: 0;
  }
  header nav ul li a {
    display: block;
    color: #fff;
    text-decoration: none !important;
    padding: 14px 12px;
    -webkit-transition: background 300ms;
    -ms-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
  }
  header nav ul li a:hover {
    background-color: #3e89e4;
  }

  header nav ul li#mm-item-29 > a {
    padding-top: 28px;
  }
  header nav ul li#mm-item-28 > a {
    padding-bottom: 28px;
  }

  header .call {
    position: absolute;
    top: 17px;
    right: 12px;
    display: block;
    background: #3e89e4 url(../img/icons/hdr-phone.png) no-repeat center center;
    background-size: 20px auto;
    text-indent: -9999px;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
  }
  header .call:hover {
    background-color: #80247d;
  }
}

@media screen and (min-width: 768px) {
  header .site-logo .tagline {
    font-size: 16px;
  }
  h3.good {
    font-size: 26px;
  }

  header > div,
  section > div,
  footer > div {
    padding-left: 20px;
    padding-right: 20px;
  }

  header {
    padding: 0;
    height: auto;
  }
  header > div {
    position: relative;
    height: 120px;
  }
  header #menu {
    display: none !important;
  }
  header nav ul {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: right;
    padding: 0 5px;
    text-align: center;
  }
  header nav ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  header nav ul li a {
    color: #fff;
    display: block;
    line-height: 48px;
    font-weight: 600;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
  }
  header nav ul li a:hover,
  header nav ul li.active-parent a,
  header nav ul li.active-hdr a {
    text-decoration: none;
    color: #3e89e4;
  }
  header nav > ul > li.active-hdr > a:after {
    content: "Arrow";
    display: block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    marhin-left: -7px;
    text-align: left;
    width: 0;
    height: 0;
    z-index: 200;
    text-indent: -9999px;
  }
  header .call {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-weight: 600;
    background: url(../img/icons/hdr-phone.png) no-repeat left center;
    background-size: 18px auto;
    padding-left: 28px;
    height: 30px;
    line-height: 30px;
    text-decoration: none !important;
    cursor: default;
  }
  header .site-logo {
    top: 12px;
    left: 20px;
    margin: 0;
    width: 260px;
    background-size: 260px auto;
    padding-top: 35px;
  }

  .promo-logos {
    height: auto;
  }
  .promo-logos img {
    float: left;
  }

  footer {
    padding-top: 40px;
  }
  footer .top {
    border-top: 30px solid #5b2a59;
    padding-top: 0;
  }
  footer .col {
    float: left;
    width: 28%;
    margin: -30px 3% 0 0;
  }
  footer .col-2 {
    width: 35%;
  }
  footer .col-3 {
    width: 28%;
  }
  footer .col-4 {
    width: 100%;
    margin-right: 0;
    padding-top: 38px;
  }

  footer .top h4 {
    line-height: 30px;
    margin: 0 0 12px;
  }
  footer .bottom > div {
    position: relative;
  }
  footer .bottom a.logo {
    position: absolute;
    left: 20px;
    top: 0;
    margin: 0;
  }
  footer .bottom p {
    padding-left: 210px;
    text-align: left;
  }
  footer p,
  footer li {
    font-size: 14px;
  }

  .main-content {
    padding: 50px 0 0;
  }
  .main-content .subnav {
    float: left;
    width: 20%;
  }
  .main-content .content-holder {
    float: right;
    width: 75%;
    margin: 0;
  }
  .main-content .extra-social {
    float: left;
    width: 20%;
    margin: 0 0 20px 0;
  }
  .main-content .subcontent {
    float: right;
    width: 75%;
    margin: 45px 0 0;
  }

  .main-content.with-subcontent .extra-social {
    width: 20%;
    position: absolute;
    left: 20px;
    top: 0;
  }

  .main-content.with-subnav.with-extra .content-holder {
    float: left;
    width: 64%;
    margin: 0 3%;
  }
  .main-content.with-subnav.with-extra .extra-social {
    width: 10%;
  }

  .main-content.with-subnav.with-extra.with-subcontent .content-holder {
    float: right;
    margin-right: 12%;
  }
  .main-content.with-subnav.with-extra.with-subcontent .subcontent {
    float: right;
    margin-right: 12%;
    width: 64%;
  }
  .main-content.with-subnav.with-extra.with-subcontent .extra-social {
    position: absolute;
    right: 0;
    top: 0;
    float: none;
    left: auto;
  }

  .main-content .extra-social .sub {
    margin: 0 0 40px 0;
  }
  .main-content .extra-social .social li {
    margin: 0 0 12px 0;
  }

  section.lead {
    text-align: left;
    padding: 14px 0;
  }
  section.lead > div {
    min-height: 29px;
  }
  section.lead .nav {
    position: absolute;
    right: 20px;
    top: -6px;
  }
  section.lead .nav ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
  }
  section.lead h1 {
    margin: 0;
    text-align: left;
    font-size: 20px;
    padding: 0 301px 0 25%;
  }

  .cta-holder .cta {
    float: left;
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .cta-holder .cta:nth-child(2n + 2) {
    margin-right: 0;
  }

  .accordion-tabs .tab-headings .heading {
    display: inline-block;
    vertical-align: top;
  }
  .accordion-tabs .tab-headings .heading .wrap {
    line-height: 50px;
  }
  .accordion-tabs .tab-headings .heading .wrap:after {
    height: 50px;
    width: 1px;
    left: 0;
  }

  .special-cta {
    margin-left: -20px;
    padding: 0 0 0 20px;
  }

  .stickyFooter footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .gallery .caption {
    position: absolute;
  }
  .device-mobile .gallery .caption {
    position: relative;
  }
}

@media screen and (max-width: 959px) {
  footer .col-1 ul li {
    margin: 0 0 10px 0;
  }
}

@media screen and (min-width: 960px) {
  h1 {
    font-size: 30px;
  }
  h3.good {
    font-size: 28px;
  }

  .button,
  button[type="submit"],
  input[type="submit"] {
    padding: 6px 12px;
  }

  header > div {
    height: 110px;
  }
  header .call {
    top: 12px;
    right: 20px;
  }

  header .site-logo {
    width: 270px;
    background-size: 270px auto;
    padding-top: 35px;
    top: 15px;
  }
  header nav ul {
    text-align: right;
  }
  header nav ul li {
    margin: 0 0 0 12px;
    font-size: 18px;
  }
  header nav ul li a {
    padding-bottom: 6px;
  }

  footer .col-1 {
    width: 20%;
  }
  footer .col-2 {
    width: 27%;
  }
  footer .col-3 {
    width: 22%;
  }
  footer .col-4 {
    width: 22%;
  }

  .main-content {
    padding: 60px 0 0;
  }
  .main-content .subnav {
    width: 20%;
    margin: 0 3% 0 0;
  }
  .main-content .content-holder {
    float: left;
    width: 65%;
    margin: 0 3% 0 0;
  }
  .main-content .extra-social {
    width: 9%;
  }
  .main-content .extra-social .sub {
    margin: 0 0 50px 0;
  }
  .main-content .content-holder > .wrap,
  .main-content .subcontent > .wrap {
    padding: 25px;
  }
  .main-content .subcontent {
    float: left;
    width: 37%;
  }
  body.home .main-content.with-subcontent.with-extra .subcontent {
    width: 31%;
    margin-right: 12%;
    float: right;
  }

  .main-content.with-subnav.with-extra .content-holder {
    margin-left: 0;
  }

  .main-content.with-subcontent .content-holder {
    width: 44%;
    margin: 0 14% 0 0;
    float: right;
  }
  body.home .main-content.with-subcontent .content-holder {
    width: 44%;
    margin: 0 3% 0 0;
    float: left;
  }
  .main-content.with-subcontent .extra-social {
    width: 9%;
    position: absolute;
    left: auto;
    right: 20px;
  }

  .main-content.with-subnav.with-extra.with-subcontent .content-holder {
    margin-right: 16%;
    width: 50%;
  }
  .main-content.with-subnav.with-extra.with-subcontent .subcontent {
    margin-right: 16%;
    width: 50%;
  }

  section.lead > div {
    min-height: 31px;
  }
  section.lead {
    padding: 10px 0;
  }
  section.lead h1 {
    font-size: 26px;
    padding: 0 301px 0 268px;
  }
  section.lead .nav {
    top: -1px;
  }
  .main-content .subnav-buttons ul li a {
    border-radius: 19px;
    padding: 10px 20px;
  }

  .home .subcontent {
    margin-top: 0;
  }
  .special-cta {
    max-width: none;
    margin: 0 0 20px -10px;
  }
  .special-cta .contain {
    padding-left: 25px;
  }

  .main-content .subnav-buttons ul {
    margin: 0 0 40px 0;
  }
  .main-content .subnav-buttons ul li ul {
    margin-bottom: 0;
  }

  .gform_wrapper .gform_fields li {
    margin: 14px 0 0;
  }

  .accordion-tabs .tab-headings .heading .wrap {
    line-height: 44px;
  }
  .accordion-tabs .tab-headings .heading .wrap:after {
    height: 44px;
  }

  .accordion-tabs .content > .wrap {
    padding: 30px;
  }

  .gallery .caption div {
    padding: 10px 20px;
    font-size: 15px;
  }
}

@media screen and (min-width: 1060px) {
  header > div,
  section > div,
  footer > div {
    padding-left: 25px;
    padding-right: 25px;
  }
  header > div {
    height: 110px;
  }
  header .site-logo {
    width: 320px;
    background-size: 320px auto;
    padding-top: 42px;
    top: 17px;
  }
  header .call {
    top: 14px;
  }
}

@media screen and (min-width: 1180px) {
  h1 {
    font-size: 32px;
  }
  .main-content {
    padding: 70px 0 0;
  }
  .main-content .content-holder > .wrap,
  .main-content .subcontent > .wrap {
    padding: 30px;
  }

  .main-content.with-subcontent.with-extra .content-holder {
    width: 39%;
  }
  .main-content.with-subcontent.with-extra .subcontent {
    width: 44%;
  }
  body.home .main-content.with-subcontent.with-extra .subcontent {
    width: 34%;
  }

  .main-content.with-subnav.with-extra .content-holder {
    margin: 0 7% 0 0;
  }
  .main-content.with-subnav.with-extra .extra-social {
    width: 6%;
  }

  .main-content.with-subnav.with-extra.with-subcontent .content-holder {
    margin-right: 12%;
    width: 38%;
  }
  .main-content.with-subnav.with-extra.with-subcontent .subcontent {
    width: 38%;
    float: left;
    clear: left;
    margin: 0 0 0 7%;
  }
  .main-content.with-subnav.with-extra.with-subcontent .subnav {
    position: relative;
  }
  .main-content.with-subnav.with-extra.with-subcontent a.back {
    position: absolute;
    left: 0;
    bottom: -34px;
  }
  .main-content.with-subnav.with-extra.with-subcontent .subnav-buttons ul {
    margin: 0 0 60px 0;
  }

  .special-cta {
    padding-left: 40px;
    margin: 0 0 30px 0;
  }
  .special-cta .contain {
    padding: 30px 30px 30px 30px;
  }
  .special-cta span.now {
    width: 174px;
    background-size: 174px auto;
    height: 80px;
    top: 22px;
    left: -50px;
  }
  .special-cta h2 {
    font-size: 48px;
    margin: 0 0 5px 0;
  }
  .special-cta h2.now {
    padding-left: 112px;
  }
  .special-cta h3 {
    font-size: 21px;
  }
  .special-cta h3.now {
    padding-left: 102px;
  }

  .subcontent-0 .special-cta a.go {
    bottom: 32px;
  }

  .cta-holder .cta h3 {
    font-size: 20px;
  }

  .page-id-171
    .main-content.with-subnav.with-extra.with-subcontent
    .content-holder {
    float: left;
    margin: 0 5% 0 7%;
  }
  .page-id-171
    .main-content.with-subnav.with-extra.with-subcontent
    .subcontent {
    margin: 0;
    clear: none;
  }
}

@media screen and (min-width: 1280px) {
  .main-content {
    padding: 80px 0 0;
  }
  header .site-logo {
    width: 400px;
    background-size: 400px auto;
    padding-top: 49px;
  }

  .special-cta span.now {
    left: -70px;
  }
  .special-cta h2 {
    font-size: 50px;
  }
  .special-cta h2.now {
    padding-left: 87px;
  }
  .special-cta h3.now {
    padding-left: 82px;
  }

  section.lead h1 {
    text-align: center;
    padding: 0 301px 0 140px;
  }
}

#gform_wrapper_2 ul.gform_fields li {
  list-style: none;
}
#gform_wrapper_2 ul.gfield_radio {
  zoom: 1;
  margin-left: 0;
}
#gform_wrapper_2 ul.gfield_radio:before,
#gform_wrapper_2 ul.gfield_radio:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#gform_wrapper_2 ul.gfield_radio:after {
  clear: both;
}
#gform_wrapper_2 ul.gfield_radio li {
  text-align: center;
  float: left;
}
#gform_wrapper_2 ul.gfield_radio li input {
  position: initial;
  left: none;
  top: none;
}
#gform_wrapper_2 ul.gfield_radio li:first-child {
  padding-left: 0;
}
#gform_wrapper_2 textarea {
  height: 100px;
  width: 50%;
}
#gform_wrapper_2 ul.gform_fields li.gfield_html_formatted {
  color: #333;
}
#gform_wrapper_2 ul.gform_fields li#field_2_7 ul {
  margin-left: 0;
}
#gform_wrapper_2 ul.gform_fields li#field_2_7 > label {
  display: none;
}
#gform_wrapper_2 ul.gform_fields li#field_2_7 li {
  padding-bottom: 20px;
}
#gform_wrapper_2 ul.gform_fields li#field_2_7 li input {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
#gform_wrapper_2 ul.gform_fields li#field_2_7 li label {
  float: left;
}
#gform_wrapper_2 ul.gform_fields li .ginput_container_text input {
  width: 50%;
}
#gform_wrapper_2 ul.gform_fields li.gform_validation_container {
  display: none;
}

/* Snowfall Background */
.snow-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

/* Styling for snowflakes */
.snowflake {
  position: absolute;
  top: -10px;
  background-image: url("./../img/snowflake.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  opacity: 1;
  animation: fall linear infinite;
}

/* Animation for falling snowflakes */
@keyframes fall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100vh);
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body .gform_wrapper {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px 0;
}

body .gform_wrapper .gform_title {
  display: none !important;
}

body .gform_wrapper .gfield_label,
body .gform_wrapper .gform-field-label,
body .gform_wrapper .gfield_description {
  font-size: 18px;
  color: #000;
}

body .gform_wrapper .gfield_label.validation_message,
body .gform_wrapper .gform-field-label.validation_message,
body .gform_wrapper .gfield_description.validation_message {
  color: #c02b0a;
}

body .gform_wrapper .gform-field-label--type-sub {
  padding-top: 5px;
}

body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="password"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="url"],
body .gform_wrapper textarea,
body .gform_wrapper select {
  width: 100%;
  border: 2px solid #707070;
  border-radius: 56px;
  min-height: 50px;
  min-width: 100%;
  font-size: 18px;
  padding: 5px 15px !important;
}

body .gform_wrapper input[type="text"][aria-invalid="true"],
body .gform_wrapper input[type="email"][aria-invalid="true"],
body .gform_wrapper input[type="tel"][aria-invalid="true"],
body .gform_wrapper input[type="password"][aria-invalid="true"],
body .gform_wrapper input[type="number"][aria-invalid="true"],
body .gform_wrapper input[type="url"][aria-invalid="true"],
body .gform_wrapper textarea[aria-invalid="true"],
body .gform_wrapper select[aria-invalid="true"] {
  border: 2px solid #c02b0a;
}

body .gform_wrapper .gf_progressbar_percentage {
  background-color: #f0811e !important;
}

body .gform_wrapper .gfield--type-textarea {
  width: 100%;
}

body .gform_wrapper .hidden_label .gfield_description,
body .gform_wrapper .hidden_label .ginput_container {
  inline-size: 100% !important;
}

body .gform_wrapper .gfield-choice-input::before {
  color: #f0811e !important;
}

body .gform_wrapper .gfield-choice-input {
  border: 2px solid #787878 !important;
}

body .gform_wrapper .gfield-choice-input:checked {
  border: 2px solid #f0811e !important;
}

body .gform_wrapper .gfield--type-address input,
body .gform_wrapper .gfield--type-address select,
body .gform_wrapper .gfield--type-address textarea {
  margin-bottom: 5px !important;
}

body .gform_wrapper .ginput_container_fileupload input {
  border: 2px solid #707070 !important;
  border-radius: 56px !important;
}

body .gform_wrapper .gform_fileupload_rules,
body .gform_wrapper .gfield_description {
  font-size: 16px !important;
}

body .gform_wrapper .ginput_cardextras label {
  inline-size: auto !important;
}

body .gform_wrapper .ginput_card_security_code_icon {
  margin-top: 10px;
}

body .gform_wrapper .gform_footer {
  padding-inline-start: 0 !important;
  display: flex !important;
}

body .gform_wrapper .gform_button {
  width: 100%;
}

body .gform_wrapper .gform_page_footer {
  text-align: center !important;
}

body .gform_wrapper .gform_drop_area {
  border: 2px solid #707070 !important;
  border-radius: 56px !important;
}

body .gform_wrapper .gchoice br {
  display: none;
}

body .gform_wrapper .gform_button {
  width: 100% !important;
  background: #f0811e !important;
  border-radius: 50px !important;
  min-height: 50px !important;
  font-size: 18px !important;
  color: #fff !important;
  border: 0 !important;
  margin-top: 15px !important;
}

body .gform_wrapper .gform-theme-button {
  min-width: 160px !important;
  background: #f0811e !important;
  border-radius: 50px !important;
  min-height: 50px !important;
  font-size: 18px !important;
  color: #fff !important;
  border: 0 !important;
}
body .gform_wrapper .gform-theme-button:hover,
body .gform_wrapper .gform_button:hover {
  background: #313131 !important;
  color: #fff !important;
}
body .gform_wrapper .gform-theme-button.gform-theme-button--simple {
  top: -12px !important;
}

body
  .gform_wrapper
  .gfield_error
  .ginput_container_fileupload
  button.gform-theme-button--simple {
  top: -32px !important;
}

body .gform_wrapper .gfield_radio input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
}

body .gform_wrapper .gfield_radio input[type="radio"]:focus + label::before {
  box-shadow: 0 0 0 2px rgba(240, 129, 30, 0.3);
}

body .gform_wrapper .gfield_radio input[type="radio"]:checked + label::after {
  transform: scale(1);
}

body .gform_wrapper .gfield_radio input[type="radio"]:hover + label::before {
  border-color: #f0811e;
}

body .gform_wrapper .gfield_radio label {
  display: inline-block !important;
  position: relative !important;
  padding-left: 35px !important;
  cursor: pointer !important;
  vertical-align: middle !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

body .gform_wrapper .gfield_radio label::before,
body .gform_wrapper .gfield_radio label::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

body .gform_wrapper .gfield_radio label::before {
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-color: #fff;
  border: 2px solid #707070;
  transition: border-color 0.2s;
}

body .gform_wrapper .gfield_radio label::after {
  top: 9px;
  left: 10px;
  width: 8px;
  height: 8px;
  background-color: #f0811e;
  transform: scale(0);
  transition: transform 0.2s;
}

body .gform_wrapper .gform-grid-col br {
  display: none;
}

body .gform_wrapper .ginput_complex p {
  display: inline-block;
  min-width: 49.7%;
  line-height: 1 !important;
  margin-bottom: 0;
}

body .gform_wrapper .ginput_complex p .gform-grid-col {
  width: 100% !important;
  display: block !important;
}

body .gform_wrapper .ginput_complex p .gform-grid-col br {
  display: none !important;
}

@media (max-width: 991px) {
  body .gform_wrapper .ginput_complex p {
    width: 100%;
  }
}

body .gform_wrapper select {
  background-image: url("../img/arrow-down.svg") !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  padding-right: 35px !important;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper select {
    padding-right: 30px !important;
  }
}

body .gform_wrapper .gf_step_number {
  display: flex !important;
  text-align: center;
  width: 30px !important;
  height: 30px !important;
  border: 2px solid #f0811e;
  margin-bottom: 5px;
  border-radius: 50%;
  align-items: center;
  justify-content: center !important;
  line-height: 1;
}

body .gform_wrapper .gf_step_label {
  display: block !important;
}

body .gform_wrapper .gf_page_steps {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  padding-bottom: 5px !important;
  border-bottom: 1px dotted #f0811e !important;
}

body .gform_wrapper .gf_step {
  display: flex !important;
  align-items: center !important;
  flex-direction: column;
  height: auto !important;
}

@media only screen and (min-width: 641px) {
  body .gform_wrapper .top_label li.gfield.gf_left_half,
  body .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 49.7% !important;
  }
}

@media only screen and (min-width: 641px) {
  body .gform_wrapper .top_label li.gfield.vfd-content.gf_right_half {
    width: 59.7% !important;
  }

  body .gform_wrapper .top_label li.gfield.vfd-img.gf_left_half {
    width: 40% !important;
  }
}

body .gform_legacy_markup_wrapper .gfield_time_hour input[type="number"],
body .gform_legacy_markup_wrapper .gfield_time_minute input[type="number"] {
  max-width: 90px !important;
}

body .gform_legacy_markup_wrapper .gfield_time_ampm,
body .gform_legacy_markup_wrapper .gfield_time_hour,
body .gform_legacy_markup_wrapper .gfield_time_minute {
  align-items: center !important;
  max-width: 90px !important;
}

body .gform_legacy_markup_wrapper ul li.gfield.gfield_html img {
  max-width: 90% !important;
  width: 100% !important;
  margin-bottom: 30px;
}

@media only screen and (min-width: 641px) {
  body .gform_legacy_markup_wrapper ul li.gfield.gfield_html img {
    padding-right: 20px;
  }
}

li.gfield--type-checkbox ul.gfield_checkbox li.gchoice {
  display: flex;
  align-items: flex-start;
}

li.gfield--type-checkbox ul.gfield_checkbox li.gchoice input {
  margin: 3px 5px 0 0 !important;
}

.add_list_item,
.delete_list_item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background-color: #f0811e !important;
  width: 30px !important;
  height: 30px !important;
}

.add_list_item::before,
.delete_list_item::before {
  content: "+" !important;
  border-radius: 50px;
  padding: 2px !important;
}

.add_list_item:hover,
.delete_list_item:hover {
  opacity: 0.8 !important;
}

.delete_list_item::before {
  content: "-" !important;
}

.gfield_list_icons {
  min-width: 100px !important;
}
.gfield {
  margin-bottom: 30px !important;
}

.gfield .gfield_label {
  font-weight: 700;
}

.gform_fields {
  margin: 0px !important;
}
