/* 
 *	Theme URI: mrcooldiy.com
 *	Description: DIY Specific website 
 *	Author: J. Andrews, DML, A Davis
 *	Author URI: mrcooldiy.com
 *	License: Private Proprietary Use Only
 *	License URI: https://mrcooldiy.com
 *	Notes: 
   4/21/21
    -Moved and condensed @media queries to the bottom of the code
    -Cleaning up code and condensing as necessary
    -Removing unused code
*/

/* INDEX
	|___Basic Styles
	|___@Media queries
    */

/* Basic Styles */

* {
  box-sizing: inherit;
}

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

html input[type="button"] {
  -webkit-appearance: button;
}

html {
  font-size: 1pc;
}

html,
body {
  color: #423c48;
  font-family: Roboto, "Open Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a,
a:focus,
a:visited,
a:active {
  color: inherit;
}

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

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

h1,
h2,
h3,
h4,
h5 {
  color: #1d96f3;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

p,
h4,
h5,
h6 {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12pt;
  padding-right: 12pt;
  width: 100%;
}

.container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 1pc;
  max-width: 9.166666667in;
}

.container-md {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 12pt;
  max-width: 55%;
}

.container-lg {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1pc;
  padding-right: 1pc;
  max-width: 1520px;
}

.container-fluid {
  padding-left: 12pt;
  padding-right: 12pt;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6pt;
  margin-right: -8px;
}

.column {
  position: relative;
  width: 100%;
  min-height: 0.0625pc;
  padding-left: 0.083333333in;
  padding-right: 6pt;
}

@-ms-viewport {
  width: device-width;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

body {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  font-size: 1rem;
  font-size: 0.166666667in;
}

header,
hgroup,
figure,
details,
menu,
aside,
nav,
article,
main,
footer,
section,
figcaption,
summary {
  display: block;
}

audio,
progress,
img,
canvas,
svg,
video {
  display: inline-block;
}

canvas,
video,
progress,
audio,
svg,
img {
  vertical-align: middle;
}

html input[type="button"] {
  cursor: pointer;
}

a {
  background-color: transparent;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

img {
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
  border-left-color: currentColor;
  border-right-color: currentColor;
  border-top-color: currentColor;
  border-image: none;
  max-width: 100%;
}

abbr[title],
img {
  border-bottom-color: currentColor;
}

img {
  height: auto;
}

figure,
blockquote,
select,
input,
button,
optgroup,
textarea,
hr {
  margin-left: 0;
}

blockquote,
figure {
  margin-bottom: 0;
}

input,
select,
hr,
blockquote,
button,
optgroup,
textarea,
figure {
  margin-right: 0;
}

blockquote,
figure {
  margin-top: 0;
}

optgroup,
button,
input,
a:hover {
  color: inherit;
}

abbr[title] {
  border-bottom-width: 0.010416667in;
  border-bottom-style: dotted;
}

hr {
  display: block;
  height: 0.75pt;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  border-top-width: 0.0625pc;
  border-left-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: solid;
  border-left-color: currentColor;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
  border-top-color: #cac6db;
  margin-bottom: 1em;
  margin-top: 1em;
}

hr,
abbr[title] {
  border-image: none;
}

hr,
button {
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
}

html input[disabled] {
  cursor: default;
}

input,
optgroup,
select,
textarea,
button {
  font: inherit;
  margin-bottom: 0;
  margin-top: 0;
}

svg:not(:root) {
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

select,
textarea {
  color: inherit;
}

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

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

button,
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button {
  overflow: visible;
  background: none;
  border-left-width: medium;
  border-bottom-width: medium;
  border-right-width: medium;
  border-top-width: medium;
  border-left-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
  border-left-color: currentColor;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
  border-top-color: currentColor;
  border-image: none;
  outline: none;
}

select,
button {
  text-transform: none;
}

button::-moz-focus-inner {
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
  border-left-color: currentColor;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
  border-top-color: currentColor;
  border-image: none;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
}

button[disabled] {
  cursor: default;
}

input[type="radio"],
input[type="checkbox"] {
  padding-left: 0;
  padding-bottom: 0;
}

input::-moz-focus-inner {
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
  border-left-color: currentColor;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
  border-top-color: currentColor;
  border-image: none;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
}

input[type="checkbox"],
fieldset,
input[type="radio"],
legend {
  padding-right: 0;
}

input {
  line-height: normal;
}

fieldset {
  border-left-width: medium;
  border-bottom-width: medium;
  border-right-width: medium;
  border-top-width: medium;
  border-left-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
  border-left-color: currentColor;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
  border-top-color: currentColor;
  border-image: none;
  min-width: 0;
}

th,
input[type="checkbox"],
input[type="radio"],
td,
legend,
fieldset {
  padding-top: 0;
}

h2,
fieldset,
h1,
h3 {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}

fieldset,
legend,
th,
td {
  padding-left: 0;
  padding-bottom: 0;
}

legend {
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
  border-left-color: currentColor;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
  border-top-color: currentColor;
  border-image: none;
}

textarea {
  overflow: auto;
  resize: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding-right: 0;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

[hidden] {
  display: none;
}

[tabindex="-1"]:focus {
  outline: none;
}

i {
  font-style: normal;
}

.bg-mrcooldiy-black,
.bg-mrcooldiy-light,
.bg-mrcooldiy-other,
.bg-mrcooldiy {
  background: #1d96f3;
}

.bg-mrcooldiy-silver
{
  background: #dce0e3;
}

.bg-#fff {
  background: #fff;
}

.color-white h5,
.color-white h2,
.color-white,
.color-white h1,
.color-white h4,
.color-white h3 {
  color: #fff;
}

.bg-#e6e6fa {
  background: #cac6db;
}

.bg-mrcooldiy-gradient {
  background: linear-gradient(to right top, #1d96f3, #1d96f3);
}

.bg-lavender-light {
  background: #ededf4;
}

.bg-gray {
  background: #f7f5f8;
}

.bg-white {
  background: #fff;
}

i svg {
  width: 100%;
}

.p-y-section {
  padding-top: 56px !important;
  padding-bottom: 0.583333333in !important;
}

.p-y-section-small {
  padding-left: 0 !important;
  padding-bottom: 30pt !important;
  padding-right: 0 !important;
  padding-top: 30pt !important;
}

.p-xy-card {
  padding-left: 15pt;
  padding-bottom: 1.875pc;
  padding-right: 15pt;
  padding-top: 1.875pc;
}

.m-b-1 {
  margin-bottom: 63pt !important;
}

.m-b-2 {
  margin-bottom: 1.875pc !important;
}

.m-b-3 {
  margin-bottom: 0.333333333in !important;
}

.m-b-4 {
  margin-bottom: 18pt !important;
}

.m-b-5 {
  margin-bottom: 12pt !important;
}

.m-b-6 {
  margin-bottom: 0.125in !important;
}

.b-xy-1 {
  border-left-width: 0.0625pc;
  border-bottom-width: 0.0625pc;
  border-right-width: 0.0625pc;
  border-top-width: 0.0625pc;
  border-left-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-left-color: #cac6db;
  border-bottom-color: #cac6db;
  border-right-color: #cac6db;
  border-top-color: #cac6db;
  border-image: none;
}

.b-t-1 {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cac6db;
  border-image: none;
}

.fs-h1,
h1 {
  font-size: 18pt;
  font-size: 1.5rem;
}

h2,
.fs-h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fs-h3,
h3 {
  font-size: 0.1875in;
  font-size: 1.125rem;
}

h5,
.fs-h5 {
  font-size: 0.125in;
  font-size: 0.75rem;
}

.fs-small {
  font-size: 0.125in;
  font-size: 0.75rem;
}

.fw-light {
  font-weight: 300;
}

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

.ta-center {
  text-align: center;
}

.tt-upper {
  text-transform: uppercase;
}

.w-100 {
  width: 100%;
}

.w-35px {
  width: 35px;
}

.max-w-280px {
  max-width: 2.916666667in;
}

.max-w-160px {
  max-width: 1.666666667in;
}

.min-h-1 {
  height: 288px;
}

.lock-test {
  overflow-y: hidden;
}

.button {
  flex-shrink: 0;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding-left: 15pt;
  padding-bottom: 9pt;
  padding-right: 15pt;
  padding-top: 9pt;
  border-radius: 2em;
}

.button,
.button-container {
  text-align: center;
}

.button.mrcooldiy-border,
.button.green {
  color: #1d96f3;
}

.cart-icon {
  position: relative;
}

.cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 1.625pc;
  height: 1.625pc;
  font-size: 0.75pc;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  border-left-color: #fff;
  border-bottom-color: #fff;
  border-right-color: #fff;
  border-top-color: #fff;
  border-image: none;
  background: #45166a;
}

.button.green {
  background: #72f4bf;
}

.nav-open body {
  height: 100vh !important;
}

.cart-count,
.button.mrcooldiy-border {
  border-left-width: 1.5pt;
  border-bottom-width: 1.5pt;
  border-right-width: 1.5pt;
  border-top-width: 0.125pc;
  border-left-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
  border-top-style: solid;
}

.nav-open body {
  overflow: hidden;
}

.button.mrcooldiy-border {
  border-left-color: #1d96f3;
  border-bottom-color: #1d96f3;
  border-right-color: #1d96f3;
  border-top-color: #1d96f3;
  border-image: none;
  min-width: 202px;
}

.secondary-nav .cart-icon {
  margin-right: 0.15625in;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(24, 16, 36, 0.9);
  z-index: 2;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}

.play-btn,
.cart-count {
  border-radius: 50%;
}

.play-btn {
  display: inline-block;
  position: relative;
  width: 4pc;
  height: 64px;
  background: linear-gradient(to right top,
      rgba(29, 150, 243, 0.75) 0%,
      rgba(29, 150, 243, 0.75) 75%,
      rgba(29, 150, 243, 0.75) 100%);
}

.play-btn:after,
.play-btn:before {
  display: block;
  content: "";
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.play-btn .label,
.play-btn:before,
.play-btn:after {
  position: absolute;
  left: 50%;
}

.play-btn .label {
  bottom: -30%;
  transform: translateX(-50%);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 9pt;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}

.play-btn:before {
  width: 85%;
  height: 85%;
  border-radius: 50%;
}

.play-btn:after {
  width: 17px;
  height: 20px;
}

.divider {
  margin-left: 0.052083333in;
  margin-bottom: 0;
  margin-right: 0.052083333in;
  margin-top: 0;
}

.overlay.fade-in {
  opacity: 1;
}

.inline-link {
  text-decoration: underline;
}

.component-tooltip {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 2.5pc;
  padding-bottom: 0.520833333in;
  padding-right: 2.5pc;
  padding-top: 0.520833333in;
  z-index: 4;
  font-size: 16px;
  box-shadow: 0 2.25pc 1.625pc -1pc rgba(0, 0, 0, 0.25);
  width: 450px;
  cursor: auto;
  transition: all 0.3s;
  opacity: 0;
}

.component-tooltip .tooltip-close,
.component-tooltip.will-open {
  display: block;
}

.component-tooltip .tooltip-close {
  width: 13.5pt;
  height: 0.1875in;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
  top: 12pt;
  right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='fill:none;stroke:%23605b6a;stroke-width:2px;'%3E%3Cpath d='M1.5,1.5l16.688,16.688'/%3E%3Cpath d='M18.5,1.5l-16.688,16.688'/%3E%3C/g%3E%3C/svg%3E");
}

.component-tooltip h3 {
  font-size: 0.208333333in;
  font-weight: 400;
  margin-bottom: 22px !important;
}

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

body.screen-takeover-animating .screen-takeover-bg-overlay,
.component-tooltip.is-open {
  opacity: 1;
}

.component-screen-takeover .takeover-close {
  display: block;
  width: 0.46875in;
  height: 0.46875in;
  bottom: 70px;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, 300%);
  background-color: rgba(51, 51, 51, 0.9);
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><g style="fill:none;stroke:#fff;stroke-width:2px;"><path d="M1.5,1.5l16.688,16.688"/><path d="M18.5,1.5l-16.688,16.688"/></g></svg>');
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center;
  animation-name: takeover-close-in;
  animation-duration: 0.5s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  cursor: pointer;
}

body.screen-takeover-animating footer.footer,
body.screen-takeover-animating main {
  transform: scale(0.8);
}

.screen-takeover-bg-overlay {
  background: rgba(25, 13, 58, 0.75);
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.29, 0.24, 0.12, 0.995);
  pointer-events: none;
}

.component-screen-takeover .takeover-close,
.screen-takeover-bg-overlay,
.component-screen-takeover {
  position: fixed;
}

.component-screen-takeover,
.screen-takeover-bg-overlay {
  top: 0;
  left: 0;
}

footer.footer,
main {
  transition: transform 0.5s cubic-bezier(0.29, 0.24, 0.12, 0.995);
  transform-origin: 50vw 50vh;
}

.component-screen-takeover {
  padding-top: 66px;
  padding-bottom: 200px;
  transition: transform 0.5s cubic-bezier(0.29, 0.24, 0.12, 0.995);
  min-width: 100vw;
  min-height: 100vh;
  background-color: #fff;
  z-index: 6;
  overflow: hidden;
}

body.screen-takeover-done main,
body.screen-takeover-done .screen-takeover-bg-overlay,
body.screen-takeover-done footer.footer {
  display: none;
}

body.screen-takeover-animating .component-screen-takeover {
  transform: none;
}

body.screen-takeover-done .component-screen-takeover {
  position: relative !important;
  padding-top: 0;
}

@keyframes takeover-close-in {
  0% {
    transform: translate(-50%, 300%);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

html.noscroll {
  overflow: hidden;
}

.component-modal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(25, 13, 58, 0.65);
  overflow-y: auto;
  z-index: 10;
}

.component-modal .yt-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  background-color: #1d96f3;
  width: 75vw;
}

.component-modal,
.component-modal .yt-wrapper,
.component-modal .yt-wrapper .youtube-embed {
  width: 100%;
}

.component-modal,
.component-modal .yt-wrapper .youtube-embed {
  top: 0;
  left: 0;
  height: 100%;
}

.component-modal .yt-wrapper .youtube-embed {
  position: absolute;
}

.component-modal .modal-wrapper {
  width: 75vw;
  max-width: 1396px;
  margin-left: 1.5625pc;
  margin-bottom: 3.125pc;
  margin-right: 1.5625pc;
  margin-top: 3.125pc;
  background-color: #fff;
  padding-left: 1.5625pc;
  padding-bottom: 1.5625pc;
  padding-right: 1.5625pc;
  padding-top: 1.5625pc;
}

.new-tango-lp header.main-header {
  z-index: 8;
}

.container:before,
.row:before,
.container:after,
.row:after {
  display: none;
}

main.new-tango-lp section .row:last-child .column {
  margin-bottom: 0;
}

main.new-tango-lp section {
  padding-top: 0;
}

.component-title {
  text-align: center;
  color: #1d96f3;
  margin-bottom: 22.5pt;
}

main.new-tango-lp section {
  padding-bottom: 0;
}

.component-title p {
  margin-top: 16px;
}

.color-white .component-title {
  color: #fff;
}

.exploding-tango {
  position: relative;
  width: 100%;
}

.exploding-tango .features,
.exploding-tango .primage {
  width: 100%;
}

.exploding-tango .feature,
.exploding-tango .features {
  position: absolute;
}

.exploding-tango .features {
  top: 0;
  left: 0;
  height: 100%;
}

.exploding-tango .feature {
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 0.291666667in;
  z-index: 1;
  cursor: pointer;
}

.exploding-tango .feature-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #72f4bf;
  z-index: 1;
}

.exploding-tango .feature-diy {
  /* top: 20%;
  left: 20%;
  animation-delay: 0s; */
  top: 37%;
  left: 55%;
  animation-delay: 0.5s;
}

.exploding-tango .feature-button:after {
  content: "";
  display: block;
}

.exploding-tango .feature-qconnect {
  top: 40%;
  left: 30%;
  animation-delay: 0.1s;
}

.exploding-tango .feature-app {
  top: 50%;
  left: 93%;
  animation-delay: 0.3s;
}

.exploding-tango .feature-coils {
  top: 67%;
  left: 42%;
  animation-delay: 0.2s;
}

.exploding-tango .feature-side {
  top: 73%;
  left: 93%;
  animation-delay: 0.4s;
}

.exploding-tango .feature-mstat {
  top: 34%;
  left: 48.5%;
  animation-delay: 0.5s;
}

.exploding-tango .feature-button:after {
  width: 100%;
  height: 100%;
}

.exploding-tango .feature-label {
  display: none;
}

.exploding-tango .feature-ripples {
  width: 234%;
  height: 234%;
  animation-delay: 0.6s;
}

.exploding-tango .feature-ripples,
.exploding-tango .feature-ripples:before,
.exploding-tango .feature-ripples:after {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  pointer-events: none;
  animation-name: ripple;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.exploding-tango .feature-ripples,
.exploding-tango .feature-ripples:before {
  border-left-width: 0.75pt;
  border-bottom-width: 0.75pt;
  border-right-width: 0.75pt;
  border-top-width: 0.75pt;
  border-left-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-left-color: #fff;
  border-bottom-color: #fff;
  border-right-color: #fff;
  border-top-color: #fff;
  border-image: none;
}

.exploding-tango .feature-ripples:after {
  border-left-width: 0.75pt;
  border-bottom-width: 0.75pt;
  border-right-width: 0.75pt;
  border-top-width: 0.75pt;
  border-left-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-left-color: #fff;
  border-bottom-color: #fff;
  border-right-color: #fff;
  border-top-color: #fff;
  border-image: none;
}

@keyframes ripple {
  0% {
    border-color: rgba(255, 255, 255, 0.1);
  }

  30% {
    border-color: rgba(255, 255, 255, 0.4);
  }

  70% {
    border-color: rgba(255, 255, 255, 0.1);
  }

  100% {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

.exploding-tango .feature-ripples:after,
.exploding-tango .feature-ripples:before {
  content: "";
}

.exploding-tango .tooltip-open .feature-label,
.exploding-tango .tooltip-open .feature-ripples {
  opacity: 0;
}

.exploding-tango .tooltip-open .feature-label {
  pointer-events: none;
}

.exploding-tango .tooltip-open .feature-button:before,
.exploding-tango .tooltip-open .feature-ripples {
  width: 100%;
  height: 100%;
}

.exploding-tango .shown .feature {
  visibility: visible;
  animation-name: features-in;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.16, 0.8, 0.66, 1.54);
  animation-fill-mode: forwards;
}

.exploding-tango .feature-ripples:before {
  width: 79%;
  height: 79%;
  animation-delay: 0.3s;
}

.exploding-tango .tooltip-open {
  z-index: 2;
}

.exploding-tango .feature-ripples:after {
  width: 58%;
  height: 58%;
}

@keyframes features-in {
  0% {
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.hero:before {
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(29, 150, 243, 0.5); */
}

.new-tango-subnav {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  background-color: #fff;
  position: -webkit-sticky !important;
  position: sticky !important;
  color: #1d96f3;
  border-bottom-width: 0.75pt;
  border-bottom-style: solid;
  border-bottom-color: #ebeaec;
  border-image: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ebeaec;
  z-index: 7;
}

.hero .hero-background-vid,
.hero:before {
  position: absolute;
}

.new-tango-subnav,
.hero:before {
  top: 0;
}

.new-tango-subnav .container {
  height: 4pc;
  justify-content: space-between;
  align-items: center;
}

.hero,
.new-tango-subnav .container {
  display: flex;
}

.hero .hero-background-vid {
  z-index: -1;
  top: calc(67% - 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  height: 3in;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}

.hero {
  position: relative;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.hero .container {
  position: relative;
  z-index: 1;
  padding-bottom: 36px;
}

.additional-features p {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
}

.additional-features svg {
  height: 0.364583333in;
}

/* header .component-title, */
.no-pressure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 1%;
}

.no-pressure .m-b-4 {
  min-height: 147px;
}

.no-pressure .icon-text {
  font-weight: 600;
}

.align-y .center,
.align-y .box {
  display: flex;
  align-items: center;
}

.align-y .box {
  flex-direction: column;
}

.align-y .center {
  flex-grow: 1;
  justify-content: center;
  width: 100%;
}

.testimonial p {
  font-size: 13.5pt;
  font-size: 1.125rem;
  color: #1d96f3;
}

.testimonial {
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.testimonial-bubble {
  display: inline-block;
  width: 27pt;
  height: 2.25pc;
}

.testimonial cite {
  display: block;
  font-size: 0.75pc;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  margin-left: 0;
  margin-bottom: 22.5pt;
  margin-right: 0;
  margin-top: 22.5pt;
}

.compare-nav.with-header {
  top: 0.90625in;
}

.testimonial cite,
.compare-nav {
  color: #1d96f3;
}

.lifestyle {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.compare {
  text-align: center;
}

.compare-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 62px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-bottom: 15px;
  padding-right: 0;
  padding-top: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1d96f3;
  border-image: none;
  background: #fff;
  transition: top 0.3s ease-out;
}

.compare sup {
  font-weight: 300;
}

.compare-nav h3 {
  flex: 0 0 50%;
  padding-left: 0.208333333in;
  padding-bottom: 0;
  padding-right: 0.208333333in;
  padding-top: 0;
}

.compare-nav p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.compare-row {
  padding-top: 48px;
}

.compare-row+.compare-row {
  margin-top: 36pt;
  border-top-width: 0.75pt;
  border-top-style: solid;
  border-top-color: #cac6db;
  border-image: none;
}

.pick-mrcooldiy {
  overflow: hidden;
}

.pick-mrcooldiy svg {
  height: 0.302083333in;
}

.pick-mrcooldiy-column {
  width: 100%;
}

.pick-mrcooldiy-column h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 0.604166667in;
  text-transform: uppercase;
  color: #fff;
  padding-left: 1.25pc;
  padding-bottom: 0;
  padding-right: 1.25pc;
  padding-top: 0;
}

.pick-mrcooldiy-image {
  text-align: center;
  margin-bottom: 0.489583333in;
}

.pick-mrcooldiy-main ul {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 0.333333333in;
  margin-right: 0;
  margin-top: 17.25pt;
}

.pick-mrcooldiy-list {
  margin-top: 23px;
  padding-top: 1.25pc;
  border-top-width: 0.0625pc;
  border-top-style: solid;
  border-top-color: #1d96f3;
  border-image: none;
}

.pick-mrcooldiy-main li:before {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 0.9375pc;
  height: 0.114583333in;
  margin-bottom: 0;
  margin-right: 15px;
  margin-top: 0.052083333in;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.75 4.33L4.07 7.5 10.5.75' fill='none' stroke='%23e6e6e8' stroke-width='1.5'/%3E%3C/svg%3E") center/15px 11px no-repeat;
}

.pick-mrcooldiy-footer,
.pick-mrcooldiy-main li {
  display: flex;
}

.pick-mrcooldiy-footer {
  justify-content: center;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.pick-mrcooldiy-main li:before,
.pick-mrcooldiy-main ul {
  margin-left: 0;
}

.pick-mrcooldiy-main li {
  align-items: flex-start;
}

.pick-mrcooldiy-main p {
  color: #1d96f3;
}

.pick-mrcooldiy-main li+li {
  margin-top: 16px;
}

.review-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.pick-mrcooldiy-footer p {
  margin-left: 16px;
}

.review-footer,
.stars-large p {
  color: #1d96f3;
}

.review-footer,
.stars-large p {
  text-transform: uppercase;
}

.review-footer {
  letter-spacing: 0.0625pc;
  margin-top: auto;
}

.review-footer p {
  font-size: 0.125in;
}

.review-footer,
.stars-large p {
  font-family: "Open Sans", sans-serif;
}

.review-footer p {
  font-size: 0.75rem;
  margin-left: 0;
  margin-bottom: 1.4375pc;
  margin-right: 0;
  margin-top: 6pt;
}

.stars {
  width: 7.5pc;
  height: 16.5pt;
  margin-top: 0;
}

.stars,
.stars-large {
  margin-left: auto;
  margin-bottom: 0;
  margin-right: auto;
}

.stars-large {
  width: 159px;
  margin-top: 24px;
}

.faq-group {
  border-top-width: 0.010416667in;
  border-top-style: solid;
  border-top-color: #cac6db;
  border-image: none;
}

.faq-row {
  border-bottom-width: 0.75pt;
  border-bottom-style: solid;
  border-bottom-color: #cac6db;
  border-image: none;
}

.stars-large p {
  font-weight: 600;
  font-size: 9pt;
  font-size: 0.75rem;
}

.faq-row h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-left: 15pt;
  padding-bottom: 0.166666667in;
  padding-right: 15pt;
  padding-top: 0.166666667in;
}

.faq-row h4 span:before,
.faq-row h4 span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1d96f3;
  border-radius: 15pt;
}

.faq-row h4 p {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}

.faq-dropdown {
  display: none;
  padding-left: 0.208333333in;
  padding-bottom: 1pc;
  padding-right: 30px;
  padding-top: 0;
}

.faq-row h4 span {
  flex-shrink: 0;
  position: relative;
  width: 1pc;
  height: 1pc;
  transition: transform 0.3s;
}

.open.faq-row h4 span {
  transform: rotate(-45deg);
}

.faq-row h4 span:before {
  width: 100%;
  height: 0.020833333in;
}

.faq-row h4 span:after {
  width: 1.5pt;
  height: 100%;
}

.faq-dropdown dt:not(:first-child) {
  margin-top: 11.25pt;
}

.faq-dropdown dt {
  font-weight: 400;
  margin-bottom: 3.75pt;
}

.complete-mrcooldiy a {
  width: 100%;
}

.cta-image,
.cta-box {
  flex: 0 0 50%;
}

.cta strong {
  font-weight: 500;
}

.cta-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cta-content {
  max-width: 7.083333333in;
}

.hide-xs-up {
  display: none !important;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

footer .upper {
  background-color: #177bc9;
  padding-left: 0;
  padding-bottom: 5.25pc;
  padding-right: 0;
  padding-top: 5.25pc;
}

.hide-xl-down {
  display: none !important;
}

footer .upper-flow-container {
  display: flex;
  justify-content: space-between;
}

footer .mrcooldiy .left-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 3.541666667in;
}

footer .upper-flow-container .left-container .mrcooldiy-logo {
  height: 24.75pt;
  width: 75pt;
  fill: white;
}

footer .upper-flow-container .left-container .social-media-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 0;
  margin-bottom: 2pc;
  margin-right: 0;
  margin-top: 2pc;
}

footer .upper-flow-container .right-container {
  width: 50%;
  display: flex;
}

footer .upper-flow-container .left-container .social-media-links svg:hover {
  fill: #504a5d;
  transition: 0.1s;
}

footer .upper-flow-container .left-container .social-media-links svg {
  width: 0.25in;
  height: 1.5pc;
  fill: #756c88;
}

footer .upper-flow-container .right-container .footer-nav {
  width: 30%;
  text-align: left;
  font-size: 9.75pt;
}

footer .lower .lower-flow-container {
  display: flex;
  justify-content: space-between;
}

footer .upper-flow-container .right-container .footer-nav ul li {
  list-style-type: none;
}

footer .upper-flow-container .right-container .footer-nav ul li a {
  display: inline-block;
}

footer .upper-flow-container .right-container .footer-nav h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  margin-bottom: 0.177083333in;
  font-weight: 600;
}

footer .upper-flow-container .right-container .footer-nav ul li,
footer .upper-flow-container .right-container .footer-nav ul li a {
  color: white;
}

footer .upper-flow-container .right-container .footer-nav ul li a,
footer .upper-flow-container .right-container .footer-nav ul,
footer .lower .lower-flow-container {
  padding-left: 0;
  padding-right: 0;
}

footer .upper-flow-container .right-container .footer-nav ul {
  padding-bottom: 0;
}

/** DML 12-20 */
footer .lower {
  background-color: #135fab;
  width: 100%;
  font-size: 10.5pt;
}

footer .upper-flow-container .right-container .footer-nav ul li a:hover {
  color: #bbffbb;
  transition: 0.1s;
  text-decoration: none;
}

footer .upper-flow-container .right-container .footer-nav ul {
  padding-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}

footer .upper-flow-container .right-container .footer-nav ul li a {
  padding-bottom: 0.072916667in;
  padding-top: 0.072916667in;
}

footer .lower .lower-flow-container {
  padding-bottom: 1.3125pc;
  padding-top: 1.3125pc;
}

footer .lower .lower-flow-container .copyright {
  width: 50%;
  color: #fff;
}

footer .lower .lower-flow-container .secondary-nav {
  text-align: right;
  width: 50%;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  color: #756c88;
  list-style-type: none;
}

body.mrcooldiy-framework section.deals-banner a.close:hover,
body.mrcooldiy-framework section.deals-banner a.close,
body.mrcooldiy-framework section.deals-banner a,
footer .lower .lower-flow-container .secondary-nav li a,
body.mrcooldiy-framework section.deals-banner a:hover {
  text-decoration: none;
}

body.mrcooldiy-framework section.deals-banner a,
body.mrcooldiy-framework section.deals-banner p,
footer .lower .lower-flow-container .secondary-nav li a {
  color: #fff;
}

body.mrcooldiy-framework section.deals-banner a.close:hover,
body.mrcooldiy-framework section.deals-banner a.close {
  color: #777;
}

body.mrcooldiy-framework section.deals-banner {
  padding-left: 0;
  padding-bottom: 0.135416667in;
  padding-right: 0;
  padding-top: 0.135416667in;
  line-height: 1;
  text-align: center;
  background-color: #1d96f3;
}

body.mrcooldiy-framework section.deals-banner p {
  margin-left: 0pt;
  margin-bottom: 0pt;
  margin-right: 0pt;
  margin-top: 0pt;
  font-size: 13px;
  text-transform: uppercase;
}

body.mrcooldiy-framework section.deals-banner a.close {
  float: right;
  font-size: 22.5pt;
  line-height: 0.45;
}

body.mrcooldiy-framework section.deals-banner p,
body.mrcooldiy-framework section.deals-banner a.close {
  font-weight: 500;
}

body.mrcooldiy-framework section.deals-banner p strong {
  font-weight: 700;
}

footer .upper-flex-container .left-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 340px;
}

footer .upper-flex-container .left-container .mrcooldiy-logo {
  height: 24.75pt;
  width: 6.25pc;
  fill: white;
}

footer .upper-flex-container .left-container .social-media-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 0;
  margin-bottom: 2pc;
  margin-right: 0;
  margin-top: 2pc;
}

footer .upper-flex-container .left-container .social-media-links svg:hover {
  fill: #504a5d;
  transition: 0.1s;
}

footer .upper-flex-container .left-container .social-media-links svg {
  width: 1.5pc;
  height: 0.25in;
  fill: #756c88;
}

.button.orange {
  background: #ff9c38;
  color: white;
}

.button.orange.modal-trigger.disabled {
  background: #649ac4;
}

/** from landing page 1 => obfuscated */

/** from landing page 2*/
.exploding-tango .feature-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #72f4bf;
  z-index: 1;
}

.exploding-tango .feature-button:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='50.000000pt' height='50.000000pt' viewBox='0 0 50.000000 50.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cmetadata%3E%0ACreated by potrace 1.10, written by Peter Selinger 2001-2011%0A%3C/metadata%3E%3Cg transform='translate%280.000000,50.000000%29 scale%280.100000,-0.100000%29'%0Afill='%231d96f3' stroke='none'%3E%3Cpath d='M230 465 c0 -8 -16 -19 -39 -25 -51 -13 -118 -80 -131 -131 -6 -23%0A-17 -39 -25 -39 -8 0 -15 -9 -15 -20 0 -11 7 -20 15 -20 8 0 19 -16 25 -39 14%0A-52 78 -117 129 -131 24 -6 41 -17 41 -25 0 -8 9 -15 20 -15 11 0 20 7 20 15%0A0 8 17 19 41 25 52 14 115 77 129 129 6 24 17 41 25 41 8 0 15 9 15 20 0 11%0A-7 20 -15 20 -8 0 -19 17 -25 41 -14 51 -79 115 -131 129 -23 6 -39 17 -39 25%0A0 8 -9 15 -20 15 -11 0 -20 -7 -20 -15z m21 -85 c6 0 13 9 16 20 5 18 7 19 41%0A4 49 -20 72 -42 93 -89 18 -39 18 -40 -1 -47 -26 -9 -26 -28 0 -35 18 -5 19%0A-7 4 -41 -20 -49 -42 -72 -89 -93 -39 -18 -40 -18 -47 1 -9 26 -27 26 -36 0%0A-7 -19 -8 -19 -47 -1 -47 21 -69 44 -89 93 -15 34 -14 36 4 41 26 7 26 27 0%0A34 -18 5 -19 7 -4 41 20 49 42 72 89 93 39 18 40 18 47 -1 4 -11 12 -20 19%0A-20z'/%3E%3C/g%3E%3C/svg%3E%0A") center/44% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.play-btn {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  background: linear-gradient(to right top,
      rgba(29, 150, 243, 0.75) 0%,
      rgba(29, 150, 243, 0.75) 75%,
      rgba(29, 150, 243, 0.75) 100%);
  border-radius: 50%;
}

.info-btn {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  background: linear-gradient(to right top,
      rgba(218, 138, 47, 0.75) 0%,
      rgba(218, 138, 47, 0.75) 75%,
      rgba(218, 138, 47, 0.75) 100%);
  border-radius: 50%;
}

.play-btn .label,
.info-btn .label {
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}

.play-btn:before,
.play-btn:after,
.info-btn:before,
.info-btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.play-btn:before,
.info-btn:before {
  width: 85%;
  height: 85%;
  border-radius: 50%;
}

.info-btn:after {
  width: 17px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' height='128' width='128' viewBox='0 0 1024 1024'%3E%3Cpath d='m640.8 12.64c40.68-5.326 85.35 9.973 106.5 47.33 28.91 51.11 12.97 122.6-40.87 156.7-41.97 26.63-98.75 28.74-137.6 0.9018-33.6-23.9-45.5-73.5-33.7-115.1 13.7-48 56.6-83.33 105.7-89.76zm23.7 330.9c22.1 55.7-5.4 119.8-25.3 174.7-35.6 97.2-104.8 279-116.7 315.4-13.7 41.6-0.4 59.4 26.3 48.8 45.6-18.5 96-98.6 131.2-124 14.4-10.4 30 13.6 23.1 29.6-27.9 64.8-138.5 161.5-225.5 199.2-48 20.8-111.2 35.8-157.3 14.8-38.9-17.5-45.9-60.9-40.4-97.4 16.3-107.1 64.7-205.3 102.8-305.6 22.03-58 64.68-156.2 68-173.3 6.1-31.3-16.2-39.1-41.1-25.7-50.4 27.2-98.4 106-125.6 123.2-15.3 9.7-31.3-7.1-28-20.8 8-33.6 84-106.4 112-129.6 74.4-61.6 140.7-75.3 187.3-79.51 41.41-3.781 92.42 7.921 109.2 50.21z' fill='#da8a2f'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.play-btn:after {
  width: 17px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='50.000000pt' height='50.000000pt' viewBox='0 0 50.000000 50.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cmetadata%3E%0ACreated by potrace 1.10, written by Peter Selinger 2001-2011%0A%3C/metadata%3E%3Cg transform='translate%280.000000,50.000000%29 scale%280.100000,-0.100000%29'%0Afill='%231d96f3' stroke='none'%3E%3Cpath d='M100 250 c0 -104 3 -190 6 -190 9 0 324 185 324 190 0 6 -313 190%0A-323 190 -4 0 -7 -85 -7 -190z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pick-mrcooldiy-image {
  margin: 0 auto 40px auto;
}

.more-place-to-purchange {
  cursor: pointer;
  color: #1d96f3;
}

.menu-where-to-buy {
  display: none;
}

.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
}

.modal-box {
  position: relative;
  width: 80%;
  max-width: 920px;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0, 0, 0.3, 1.6);
}

.modal-header {
  padding: 20px 40px;
  background: #1d96f3;
  color: #ffffff;
}

.modal-header h3 {
  margin: 0;
  color: #fff;
}

.modal-body {
  background: #eceff1;
  padding: 40px 20px;
  text-align: center;
}

.modal-body h3 {
  margin: 50px;
}

/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
  position: absolute;
  right: 23px;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

.modal-trigger {
  background: #ff9c38;
  color: #fff;
  max-width: 144px;
  /* margin: 0 auto 23px auto; */
  padding: 15px 0;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.modal-trigger:hover {
  background: #1d96f3;
  color: #ffffff;
  text-decoration: none;
}

.distributor_menu {
  padding: 0;
  margin: 0;
}

.distributor_menu ul {
  padding: 0;
}

.distributor_menu li.menu-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  margin-bottom: 15px;
  margin-top: 0;
}

.distributor_menu li.menu-item span.menu-image-title {
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
}

.distributor_menu li.menu-item span.sub {
  font-size: 13px;
  max-width: 108px;
  display: inline-block;
}

video.w-100 {
  border-radius: 8px;
}

.room-btn {
  display: inline-block;
  float: none;
  max-width: 67px;
  padding: 8px;
  width: 100%;
  margin: 3.5em 1em;
  font-size: 1.25em;
  line-height: 1em;
}

.x-trigger-btu-cass.button.green.room-btn {
  max-width: 23%;
}

#area-select button.room-btn {
  max-width: 144px;
  margin: 1em;
}

span.ft-btn {
  text-transform: lowercase;
  font-size: 0.75em;
  font-weight: 500;
}

.hdr-btn {
  margin: 0 8%;
}

.hdr-btn>img {
  max-width: 73px;
  max-height: 73px;
}

#top-btn {
  position: fixed;
  z-index: 10000;
  bottom: 21px;
  right: 21px;
  max-width: 55px;
  width: 13%;
}

/** DML 12-20 */
p {
  color: #0c3e6b;
}

p.fs-large {
  color: #ffffff;
}

h2.sub-dkish,
h3.sub-dkish,
h4.sub-dkish,
h5.sub-dkish,
h6.sub-dkish,
p.sub-dkish,
span.sub-dkish {
  color: #135fab;
}

h6 {
  color: #1d96f3;
}

.dropnotVis {
  display: none !important;
}

.dropVis {
  display: block;
  z-index: 998 !important;
  margin: 17px;
  padding: 17px;
  max-width: 34%;
  border-radius: 5px;
  background-color: rgba(240, 244, 247, 0.55);
  color: #004a97;
  text-align: center;
  -webkit-box-shadow: 0 5px 13px rgb(15 42 69 / 21%);
  box-shadow: 0 5px 13px rgb(15 42 69 / 21%);
  -webkit-animation: e-z 0.42s ease-in-out 0s 1 normal;
  animation: e-z 0.42s ease-in-out 0s 1 normal;

}

.dropContainer {
  display: flex;
  justify-content: center;
  text-align: center;
}


/* Media queries */

@media (min-width: 540px) {

  .flex-sm-row {
    flex-direction: row;
  }

  .flex-sm-column {
    flex-direction: column;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-sm-wrap {
    flex-wrap: wrap;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .justify-content-sm-start {
    justify-content: flex-start;
  }

  .justify-content-sm-end {
    justify-content: flex-end;
  }

  .justify-content-sm-center {
    justify-content: center;
  }

  .justify-content-sm-between {
    justify-content: space-between;
  }

  .justify-content-sm-around {
    justify-content: space-around;
  }

  .align-items-sm-start {
    align-items: flex-start;
  }

  .align-items-sm-end {
    align-items: flex-end;
  }

  .align-items-sm-center {
    align-items: center;
  }

  .align-items-sm-baseline {
    align-items: baseline;
  }

  .align-items-sm-stretch {
    align-items: stretch;
  }

  .align-content-sm-start {
    align-content: flex-start;
  }

  .align-content-sm-end {
    align-content: flex-end;
  }

  .align-content-sm-center {
    align-content: center;
  }

  .align-content-sm-between {
    align-content: space-between;
  }

  .align-content-sm-around {
    align-content: space-around;
  }

  .align-content-sm-stretch {
    align-content: stretch;
  }

  .align-self-sm-auto {
    align-self: auto;
  }

  .align-self-sm-start {
    align-self: flex-start;
  }

  .align-self-sm-end {
    align-self: flex-end;
  }

  .align-self-sm-center {
    align-self: center;
  }

  .align-self-sm-baseline {
    align-self: baseline;
  }

  .align-self-sm-stretch {
    align-self: stretch;
  }

  .pick-mrcooldiy-footer {
    justify-content: flex-start;
  }

  .hero .hero-background-vid {
    height: 337.5pt;
  }

  .pick-mrcooldiy-content {
    display: flex;
    align-items: flex-start;
  }

  .pick-mrcooldiy-main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }

  .hide-sm-up {
    display: none !important;
  }

  /**CSS for dropContainer needs to go here for smol fixes**/
}

@media (min-width: 768px) {
  .container {
    max-width: 61.5pc;
    padding-left: 18pt;
    padding-right: 1.5pc;
  }

  .container-sm {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-md {
    padding-left: 24px;
    padding-right: 1.5pc;
  }

  .container-lg {
    padding-left: 18pt;
    padding-right: 18pt;
  }

  .container-fluid {
    padding-left: 1.5pc;
    padding-right: 1.5pc;
  }

  .row {
    margin-left: -12px;
    margin-right: -9pt;
  }

  .column {
    padding-left: 12px;
    padding-right: 0.75pc;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .flex-md-row {
    flex-direction: row;
  }

  .flex-md-column {
    flex-direction: column;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-md-wrap {
    flex-wrap: wrap;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .justify-content-md-start {
    justify-content: flex-start;
  }

  .justify-content-md-end {
    justify-content: flex-end;
  }

  .justify-content-md-center {
    justify-content: center;
  }

  .justify-content-md-between {
    justify-content: space-between;
  }

  .justify-content-md-around {
    justify-content: space-around;
  }

  .align-items-md-start {
    align-items: flex-start;
  }

  .align-items-md-end {
    align-items: flex-end;
  }

  .align-items-md-center {
    align-items: center;
  }

  .align-items-md-baseline {
    align-items: baseline;
  }

  .align-items-md-stretch {
    align-items: stretch;
  }

  .align-content-md-start {
    align-content: flex-start;
  }

  .align-content-md-end {
    align-content: flex-end;
  }

  .align-content-md-center {
    align-content: center;
  }

  .align-content-md-between {
    align-content: space-between;
  }

  .align-content-md-around {
    align-content: space-around;
  }

  .align-content-md-stretch {
    align-content: stretch;
  }

  .align-self-md-auto {
    align-self: auto;
  }

  .align-self-md-start {
    align-self: flex-start;
  }

  .align-self-md-end {
    align-self: flex-end;
  }

  .align-self-md-center {
    align-self: center;
  }

  .align-self-md-baseline {
    align-self: baseline;
  }

  .align-self-md-stretch {
    align-self: stretch;
  }

  h3,
  h4,
  h5,
  h1,
  h2 {
    line-height: 1.2;
  }

  .p-y-section {
    padding-top: 54pt !important;
    padding-bottom: 72px !important;
  }

  .p-y-section-small {
    padding-left: 0 !important;
    padding-bottom: 36pt !important;
    padding-right: 0 !important;
    padding-top: 36pt !important;
  }

  .m-b-2 {
    margin-bottom: 3.75pc !important;
  }

  .m-b-3 {
    margin-bottom: 48px !important;
  }

  .m-b-4 {
    margin-bottom: 24pt !important;
  }

  .m-b-5 {
    margin-bottom: 18pt !important;
  }

  .m-b-6 {
    margin-bottom: 12pt !important;
  }

  h1,
  .fs-h1 {
    font-size: 0.416666667in;
    font-size: 2.5rem;
  }

  .fs-h2,
  h2 {
    font-size: 0.333333333in;
    font-size: 2rem;
  }

  .min-h-1 {
    height: 400px;
  }

  .component-tooltip {
    transform: translate(-50%, -15%);
    transform-origin: 50% 15%;
  }

  .component-tooltip.will-open {
    transform: translate(-50%, -15%) scale(0.1);
  }

  .component-title {
    margin-bottom: 0.625in;
  }

  .component-title .row {
    text-align: left;
  }

  .exploding-tango .feature:not(.tooltip-open):hover .feature-label {
    opacity: 1;
    pointer-events: auto;
  }

  .exploding-tango .feature:not(.tooltip-open):hover .feature-button:before {
    height: 3.25pc;
    width: 3.25pc;
  }

  .exploding-tango .feature {
    width: 27pt;
    height: 0.375in;
  }

  .exploding-tango .feature:not(.tooltip-open):hover .feature-ripples {
    opacity: 0;
    width: 100%;
    height: 100%;
  }

  .exploding-tango .feature-button:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #72f4bf;
    opacity: 0.5;
    transform: translate(-50%, -50%);
    transition: all 0.3s cubic-bezier(0.16, 0.8, 0.66, 1.54);
  }

  .exploding-tango .feature-label {
    background-color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    top: 50%;
    transform: translateY(-50%);
    left: 150%;
    padding-left: 1.5625pc;
    padding-bottom: 0.75pc;
    padding-right: 1.5625pc;
    padding-top: 0.75pc;
    border-radius: 20px;
    font-size: 0.135416667in;
    font-weight: 600;
    color: #1d96f3;
    box-shadow: 0 8px 0.875pc rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
    animation-delay: 0.6s;
    display: none;
  }

  .exploding-tango .feature-label:before {
    content: "";
    width: 40%;
    left: -25%;
    top: 0;
    height: 100%;
  }

  .exploding-tango .feature-label:before,
  .exploding-tango .feature-label {
    display: block;
    position: absolute;
  }

  .hero .hero-background-vid {
    height: auto;
  }

  .hero .container {
    padding-bottom: 0.572916667in;
  }

  .testimonial p {
    font-size: 18pt;
    font-size: 1.5rem;
  }

  .compare-nav.with-header {
    top: 108px;
  }

  .compare-row {
    padding-top: 0.875in;
  }

  .compare-row+.compare-row {
    margin-top: 84px;
  }

  .pick-mrcooldiy-column {
    display: flex;
    flex-direction: column;
  }

  .pick-mrcooldiy-content {
    flex-grow: 1;
    flex-direction: column;
    max-width: 100%;
  }

  .pick--image {
    width: 100%;
    height: 9.625pc;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .pick-mrcooldiy-footer {
    margin-top: auto;
  }

  .cta {
    display: flex;
  }

  .hide-md-up {
    display: none !important;
  }

  .exploding-tango .feature-button:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #72f4bf;
    opacity: 0.5;
    transform: translate(-50%, -50%);
    transition: all 0.3s cubic-bezier(0.16, 0.8, 0.66, 1.54);
  }
}

@media (min-width: 1128px) {

  #sub-banner-pic {
    max-height: 27vw;
  }

  .container {
    max-width: 1080pt;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .flex-lg-row {
    flex-direction: row;
  }

  .flex-lg-column {
    flex-direction: column;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-lg-wrap {
    flex-wrap: wrap;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .justify-content-lg-start {
    justify-content: flex-start;
  }

  .justify-content-lg-end {
    justify-content: flex-end;
  }

  .justify-content-lg-center {
    justify-content: center;
  }

  .justify-content-lg-between {
    justify-content: space-between;
  }

  .justify-content-lg-around {
    justify-content: space-around;
  }

  .align-items-lg-start {
    align-items: flex-start;
  }

  .align-items-lg-end {
    align-items: flex-end;
  }

  .align-items-lg-center {
    align-items: center;
  }

  .align-items-lg-baseline {
    align-items: baseline;
  }

  .align-items-lg-stretch {
    align-items: stretch;
  }

  .align-content-lg-start {
    align-content: flex-start;
  }

  .align-content-lg-end {
    align-content: flex-end;
  }

  .align-content-lg-center {
    align-content: center;
  }

  .align-content-lg-between {
    align-content: space-between;
  }

  .align-content-lg-around {
    align-content: space-around;
  }

  .align-content-lg-stretch {
    align-content: stretch;
  }

  .align-self-lg-auto {
    align-self: auto;
  }

  .align-self-lg-start {
    align-self: flex-start;
  }

  .align-self-lg-end {
    align-self: flex-end;
  }

  .align-self-lg-center {
    align-self: center;
  }

  .align-self-lg-baseline {
    align-self: baseline;
  }

  .align-self-lg-stretch {
    align-self: stretch;
  }

  .p-x-content {
    padding-left: 40px;
    padding-right: 0.416666667in;
  }

  .p-y-section {
    padding-top: 7pc 0 !important;
    padding-bottom: 84pt 0 !important;
  }

  .p-y-section-small {
    padding-left: 0 !important;
    padding-bottom: 5pc !important;
    padding-right: 0 !important;
    padding-top: 5pc !important;
  }

  .p-xy-card {
    padding-left: 30pt;
    padding-bottom: 0.520833333in;
    padding-right: 30pt;
    padding-top: 0.520833333in;
  }

  h1,
  .fs-h1 {
    font-size: 42pt;
    font-size: 3.5rem;
  }

  h2,
  .fs-h2 {
    font-size: 2.75pc;
    font-size: 2.75rem;
  }

  .fs-h3,
  h3 {
    font-size: 1.5pc;
    font-size: 1.5rem;
  }

  h4,
  .fs-h4 {
    font-size: 1.25pc;
    font-size: 1.25rem;
  }

  .fs-large {
    font-size: 1.25pc;
    font-size: 1.25rem;
  }

  .min-h-1 {
    height: 5.208333333in;
  }

  .play-btn {
    width: 0.791666667in;
    height: 57pt;
  }

  .component-title p {
    margin-top: 18pt;
  }

  .hero .container {
    padding-bottom: 0.729166667in;
  }

  .testimonial p {
    font-size: 24pt;
    font-size: 2rem;
  }

  .compare-nav.with-header {
    top: 99pt;
  }

  .faq-row {
    padding-left: 0;
    padding-bottom: 0.125in;
    padding-right: 0;
    padding-top: 0.125in;
  }

  .faq-row h4 {
    padding-left: 40px;
    padding-bottom: 9pt;
    padding-right: 40px;
    padding-top: 9pt;
  }

  .faq-dropdown {
    padding-left: 0.416666667in;
    padding-bottom: 0.125in;
    padding-right: 7.8125pc;
    padding-top: 0;
  }

  .hide-lg-up {
    display: none !important;
  }

  .play-btn {
    width: 76px;
    height: 76px;
  }

  .info-btn {
    width: 76px;
    height: 76px;
  }
}

@media (min-width: 1600px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .flex-xl-row {
    flex-direction: row;
  }

  .flex-xl-column {
    flex-direction: column;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-xl-wrap {
    flex-wrap: wrap;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .justify-content-xl-start {
    justify-content: flex-start;
  }

  .justify-content-xl-end {
    justify-content: flex-end;
  }

  .justify-content-xl-center {
    justify-content: center;
  }

  .justify-content-xl-between {
    justify-content: space-between;
  }

  .justify-content-xl-around {
    justify-content: space-around;
  }

  .align-items-xl-start {
    align-items: flex-start;
  }

  .align-items-xl-end {
    align-items: flex-end;
  }

  .align-items-xl-center {
    align-items: center;
  }

  .align-items-xl-baseline {
    align-items: baseline;
  }

  .align-items-xl-stretch {
    align-items: stretch;
  }

  .align-content-xl-start {
    align-content: flex-start;
  }

  .align-content-xl-end {
    align-content: flex-end;
  }

  .align-content-xl-center {
    align-content: center;
  }

  .align-content-xl-between {
    align-content: space-between;
  }

  .align-content-xl-around {
    align-content: space-around;
  }

  .align-content-xl-stretch {
    align-content: stretch;
  }

  .align-self-xl-auto {
    align-self: auto;
  }

  .align-self-xl-start {
    align-self: flex-start;
  }

  .align-self-xl-end {
    align-self: flex-end;
  }

  .align-self-xl-center {
    align-self: center;
  }

  .align-self-xl-baseline {
    align-self: baseline;
  }

  .align-self-xl-stretch {
    align-self: stretch;
  }

  .min-h-1 {
    height: 40.625pc;
  }

  .hero .container {
    padding-bottom: 6.75pc;
  }

  .hide-xl-up {
    display: none !important;
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  .pick-mrcooldiy-image {
    flex-shrink: 0;
    flex-basis: 35%;
    margin-right: 36pt;
  }
}

@media (min-width: 768px) and (max-width: 1127px) {

  .exploding-tango .label-left-on-tablet .feature-label,
  .exploding-tango .label-left-on-tablet .feature-label:before {
    left: auto;
  }

  .exploding-tango .label-left-on-tablet .feature-label:before {
    right: -25%;
  }

  .exploding-tango .label-left-on-tablet .feature-label {
    right: 150%;
  }
}

@media only screen and (max-width: 350px) {

  /** New DML Defaults */
  .dropContainer {
    display: none !important;
  }
}

@media (max-width: 500px) {
  footer .upper {
    padding-left: 0;
    padding-bottom: 42pt;
    padding-right: 0;
    padding-top: 42pt;
  }

  footer .upper-flow-container .left-container {
    width: 80%;
  }

  footer .upper-flow-container .right-container {
    flex-direction: column;
    align-items: center;
  }

  footer .upper-flow-container .right-container .footer-nav {
    margin-bottom: 2pc;
    width: 100%;
    align-items: center;
    text-align: center;
  }

  footer .upper-flow-container .right-container .footer-nav:last-child {
    margin-bottom: 0;
  }

  footer .lower .lower-flow-container {
    flex-direction: column;
    align-items: center;
  }

  footer .lower .lower-flow-container .copyright {
    width: 100%;
    order: 2;
    text-align: center;
  }

  footer .lower .lower-flow-container .secondary-nav {
    width: 100%;
    order: 1;
    text-align: center;
    margin-bottom: 12pt;
  }

  footer .upper-flex-container .left-container {
    width: 80%;
  }

  .dropVis {
    height: 200px;
    overflow-y: scroll;
    min-width: 67%;
  }
}

@media (max-width: 539px) {
  .pick-mrcooldiy .col-sm-6+.col-sm-6 {
    margin-top: 48px;
  }

  .hide-xs-down {
    display: none !important;
  }
  
  .x-trigger-btu-cass.button.green.room-btn {
    max-width: 55%;
  }
}

@media (max-width: 700px) {
  .component-tooltip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .p-x-mobile-none {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
  }

  .slider .row {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: mandatory;
    scroll-snap-destination: 50% 50%;
  }

  .slider .row::-webkit-scrollbar {
    display: none;
  }

  .slider .column {
    flex: 0 0 85%;
    min-width: 85%;
    scroll-snap-align: center;
    scroll-snap-coordinate: 50% 50%;
  }

  .component-modal .modal-wrapper {
    padding-left: 11.25pt;
    padding-bottom: 11.25pt;
    padding-right: 11.25pt;
    padding-top: 11.25pt;
    margin-left: 0.15625in;
    margin-bottom: 0.15625in;
    margin-right: 0.15625in;
    margin-top: 0.15625in;
    width: 100vw;
  }

  .additional-features .column:nth-child(2),
  .additional-features .column:first-child {
    margin-bottom: 0.416666667in !important;
  }

  .why-mrcooldiy .column+.column,
  .new-tango .column+.column {
    margin-top: 36pt;
  }

  .compare-nav .fs-h3 {
    font-size: 10.5pt;
    font-size: 0.875rem;
  }

  .compare-nav h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .pick-mrcooldiy .column+.column {
    margin-top: 1pc;
  }

  .complete-mrcooldiy .column+.column {
    margin-top: 16px;
  }

  .hide-sm-down {
    display: none !important;
  }

  .hdr-btn>img {
    max-width: 55px;
    max-height: 55px;
  }

  h4 {
    font-size: 1em;
  }

  .container-md {
    max-width: 100%;
  }

  footer .upper {
    padding-left: 0;
    padding-bottom: 0.75in;
    padding-right: 0;
    padding-top: 0.75in;
  }

  footer .upper-flow-container {
    flex-direction: column;
    align-items: center;
  }

  footer .upper-flow-container .left-container {
    margin-bottom: 18pt;
    align-items: center;
  }

  footer .upper-flow-container .left-container .social-media-links {
    width: 90%;
  }

  footer .upper-flow-container .right-container {
    width: 90%;
  }

  footer .upper-flow-container .right-container .footer-nav {
    width: 25%;
  }

  footer .upper-flex-container .left-container {
    margin-bottom: 24px;
    align-items: center;
  }

  footer .upper-flex-container .left-container .social-media-links {
    width: 90%;
  }

  .dropVis {
    height: 200px;
    overflow-y: scroll;
    min-width: 67%;
  }
}

@media (max-width: 991px) {
  body.mrcooldiy-framework section.deals-banner p {
    font-size: 9.75pt;
  }
}

@media (max-width: 1127px) {

  .no-pressure .column:first-child,
  .no-pressure .column:nth-child(2) {
    margin-bottom: 45pt !important;
  }

  .hide-md-down {
    display: none !important;
  }
}

@media (max-width: 1599px) {
  .hide-lg-down {
    display: none !important;
  }
}