@charset "UTF-8";
/*!
* Theme Name: MoneySense 2019
* Description: Day Shift Digital Theme created by Tom Haxell & Sarah Lesh
* Version: 1.1.21
* Author: Day Shift Digital
*/
/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@use "components/accordion";
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}
.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
.fa-flip-vertical {
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-chevron-right:before {
  content: "\f054";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: Font Awesome\5 Brands;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-brands-400.eot);
  src: url(../fonts/fa-brands-400.eot#iefix) format("embedded-opentype"),
    url(../fonts/fa-brands-400.woff2) format("woff2"),
    url(../fonts/fa-brands-400.woff) format("woff"),
    url(../fonts/fa-brands-400.ttf) format("truetype"),
    url(../images/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: Font Awesome\5 Brands;
}
@font-face {
  font-family: Font Awesome\5 Free;
  font-style: normal;
  font-weight: 400;
   font-display: swap;
  src: url(../fonts/fa-regular-400.eot);
  src: url(../fonts/fa-regular-400.eot#iefix) format("embedded-opentype"),
    url(../fonts/fa-regular-400.woff2) format("woff2"),
    url(../fonts/fa-regular-400.woff) format("woff"),
    url(../fonts/fa-regular-400.ttf) format("truetype"),
    url(../images/fa-regular-400.svg#fontawesome) format("svg");
}
.fab,
.far {
  font-weight: 400;
}
@font-face {
  font-family: Font Awesome\5 Free;
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/fa-solid-900.eot);
  src: url(../fonts/fa-solid-900.eot#iefix) format("embedded-opentype"),
    url(../fonts/fa-solid-900.woff2) format("woff2"),
    url(../fonts/fa-solid-900.woff) format("woff"),
    url(../fonts/fa-solid-900.ttf) format("truetype"),
    url(../images/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
  font-family: Font Awesome\5 Free;
}
.fa,
.fas {
  font-weight: 900;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: \201C \201D \2018 \2019;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
figure {
  margin: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
legend {
  border: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
@font-face {
  font-family: Work Sans;
  src: url(../fonts/WorkSans-Medium.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Work Sans;
  src: url(../fonts/WorkSans-Light.ttf);
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Work Sans;
  src: url(../fonts/WorkSans-ExtraBold.ttf);
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Work Sans Black;
  src: url(../fonts/WorkSans-Black.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}
@media (max-width: 768px) {
  .alignright {
    float: none !important;
    display: block;
    margin: 0 auto;
  }
}
.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}
@media (max-width: 768px) {
  .alignleft {
    float: none !important;
    display: block;
    margin: 0 auto;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}
.visuallyhidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
iframe {
  border: none;
}
iframe body {
  margin: 0;
}
sub a,
sup a {
  font-size: inherit;
}
hr {
  margin: 30px 0;
}
em {
  overflow-wrap: break-word;
}
button {
  background: none;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: unset !important;
}
figure[id^="attachment"] {
  max-width: 100% !important;
  width: auto !important;
}
figcaption {
  margin: 10px 0 20px;
}
.space-between {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}
.flex.no-wrap {
  flex-wrap: nowrap;
}
.grid,
.single .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
@media (max-width: 900px) {
  .grid,
  .single .grid {
    grid-gap: 20px;
  }
}
@media (max-width: 768px) {
  .grid,
  .single .grid {
    grid-gap: 30px;
  }
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.estimated-reading-time {
  font-weight: 500;
}
.hide-desktop {
  display: none !important;
}
@media (max-width: 900px) {
  .hide-desktop {
    display: block !important;
  }
}
@media (max-width: 900px) {
  .hide-mobile {
    display: none !important;
  }
}
html {
  overflow-x: hidden;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
}
body:after {
  transition: 0.3s;
  content: "";
  background: transparent;
  position: absolute;
  top: -100%;
}
body.show-overlay {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
body.show-overlay:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
input[type="search"],
input[type="text"],
textarea {
  border-radius: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.section-padding {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (max-width: 768px) {
  .section-padding {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.section-padding-small {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-padding-large {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .section-padding-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-padding-top {
  padding-top: 55px;
}
@media (max-width: 768px) {
  .section-padding-top {
    padding-top: 35px;
  }
}
.category .section-padding.index-main,
.section-padding-top.home--top-featured {
  padding-top: 0;
}
.section-padding-top-small {
  padding-top: 30px;
}
.section-padding-top-large {
  padding-top: 150px;
}
@media (max-width: 768px) {
  .section-padding-top-large {
    padding-top: 100px;
  }
}
.section-padding-bottom {
  padding-bottom: 55px;
}
@media (max-width: 768px) {
  .section-padding-bottom {
    padding-bottom: 35px;
  }
}
.section-padding-bottom-small {
  padding-bottom: 30px;
}
.section-padding-bottom-large {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .section-padding-bottom-large {
    padding-bottom: 100px;
  }
}
.obj-fit img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  display: block;
}
.white {
  background: #fff;
  color: #6f6f6f;
}
#TFSA__form #TFSA__submit,
.btn-primary,
.post-comments-area input[type="submit"],
.post-content input[type="submit"] {
  /* background: #102f32; */
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.25rem;
  padding: 15px 20px;
  transition: 0.3s;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 1010px) {
  #TFSA__form #TFSA__submit,
  .btn-primary,
  .post-comments-area input[type="submit"],
  .post-content input[type="submit"] {
    font-size: calc(1.0125rem + 0.37624vw);
  }
}
@media (max-width: 768px) {
  #TFSA__form #TFSA__submit,
  .btn-primary,
  .post-comments-area input[type="submit"],
  .post-content input[type="submit"] {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  #TFSA__form #TFSA__submit,
  .btn-primary,
  .post-comments-area input[type="submit"],
  .post-content input[type="submit"] {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  #TFSA__form #TFSA__submit,
  .btn-primary,
  .post-comments-area input[type="submit"],
  .post-content input[type="submit"] {
    padding: 15px 10px;
  }
}
#TFSA__form #TFSA__submit:focus,
#TFSA__form #TFSA__submit:hover,
.btn-primary:focus,
.btn-primary:hover,
.post-comments-area input:focus[type="submit"],
.post-comments-area input:hover[type="submit"],
.post-content input:focus[type="submit"],
.post-content input:hover[type="submit"] {
  background: #1c5359;
}
.wp-caption-text {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #1a1a1a;
}
body.IE .grid {
  display: block;
  grid-template-columns: none;
  grid-gap: none;
}
body.IE .grid:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
body.IE select {
  box-shadow: none;
  box-shadow: 0;
  border: 0;
}
body.IE select::-ms-expand {
  display: none;
}
body.IE.post-template-page-tools-widgets .grid:after {
  visibility: hidden;
  display: none;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
body.Old-IE {
  opacity: 0;
  position: relative;
}
body.Old-IE:before {
  content: "This browser is not supported. Please use another browser to view this site";
  position: absolute;
  z-index: 1001;
  top: 50px;
  left: 50px;
  font-size: 50px;
}
html.ie9 h1.ie-warning {
  font-size: 4rem;
  margin-top: 50px;
}
html.ie9 footer,
html.ie9 header,
html.ie9 main {
  opacity: 0;
}
.wrapper {
  max-width: 1260px;
  width: 90%;
  margin: 0 auto;
}
.large-wrapper {
  max-width: 1650px;
  margin: 0 auto;
}
.flex,
.half {
  display: flex;
  flex-wrap: wrap;
}
.half > * {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .half > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.thirds {
  display: flex;
  flex-wrap: wrap;
}
.thirds > * {
  width: 33.333333%;
}
@media (max-width: 900px) {
  .thirds > * {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .thirds > * {
    width: 100%;
  }
}
.two-thirds {
  display: flex;
  flex-wrap: wrap;
}
.two-thirds > * {
  width: 33.333333%;
}
@media (max-width: 768px) {
  .two-thirds > * {
    width: 100%;
  }
}
.two-thirds > .inner-two-thirds {
  width: 66.66666%;
}
@media (max-width: 768px) {
  .two-thirds > .inner-two-thirds {
    width: 100%;
  }
}
.three-quarters {
  display: flex;
  flex-wrap: wrap;
}
.three-quarters > * {
  width: 25%;
}
@media (max-width: 768px) {
  .three-quarters > * {
    width: 100%;
  }
}
.three-quarters > .inner-three-quarters {
  width: 75%;
}
@media (max-width: 768px) {
  .three-quarters > .inner-three-quarters {
    width: 100%;
  }
}
html {
  font-family: Work Sans, sans-serif;
}
body {
  font-size: 1.04375rem;
  line-height: 1.75;
}
@media (max-width: 1010px) {
  body {
    font-size: calc(1.00219rem + 0.06584vw);
  }
}
h1 {
  font-size: 2.34375rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1010px) {
  h1 {
    font-size: calc(1.06719rem + 2.02228vw);
  }
}
h2 {
  font-size: 1.90625rem;
  font-weight: 700;
}
@media (max-width: 1010px) {
  h2 {
    font-size: calc(1.04531rem + 1.36386vw);
  }
}
h3 {
  font-size: 1.59375rem;
  font-weight: 700;
}
@media (max-width: 1010px) {
  h3 {
    font-size: calc(1.02969rem + 0.89356vw);
  }
}
h4 {
  font-size: 1.46875rem;
  font-weight: 700;
}
@media (max-width: 1010px) {
  h4 {
    font-size: calc(1.02344rem + 0.70545vw);
  }
}
h5 {
  font-size: 1.28125rem;
  font-weight: 700;
}
@media (max-width: 1010px) {
  h5 {
    font-size: calc(1.01406rem + 0.42327vw);
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
a {
  color: inherit;
  text-decoration: none;
}
.post-content a {
  color: #235e63;
  text-decoration: underline;
}
.post-content .gform_wrapper ul.gfield_checkbox li {
  margin-bottom: 25px;
}
.post-content .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
  width: 25px !important;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #235e63;
  margin-right: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
}
.post-content
  .gform_wrapper
  ul.gfield_checkbox
  li
  input[type="checkbox"]:hover {
  background: #91c1c5;
}
.post-content
  .gform_wrapper
  ul.gfield_checkbox
  li
  input[type="checkbox"]:active,
.post-content
  .gform_wrapper
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked {
  background: #235e63;
}
.post-content
  .gform_wrapper
  ul.gfield_checkbox
  li
  input[type="checkbox"]:active
  + label,
.post-content
  .gform_wrapper
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label {
  font-weight: 400;
}
.post-content .gform_wrapper ul.gfield_checkbox li img {
  min-width: 40px;
  min-height: 40px;
  margin-right: 15px;
}
.post-content .gform_wrapper ul.gfield_checkbox label strong {
  display: block;
}
.post-content .gform_wrapper input[type="email"],
.post-content .gform_wrapper input[type="text"],
.post-content .gform_wrapper select,
.post-content .gform_wrapper textarea {
  background: #e5eff6;
  border: none;
  border-radius: 2px;
  padding: 15px !important;
}
.post-content .gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down-green.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 22px;
  box-shadow: none;
}
.post-content .gform_wrapper label.gfield_label {
  font-weight: 400;
}
.post-content .gform_wrapper .gfield_required {
  color: #000;
}
.post-content .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
.post-content input {
  border-radius: 0;
}
.post-content .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.post-content .gform_fields .gfield {
  grid-column: 1/-1;
}
.post-content .gform_fields .gfield input {
  width: 100% !important;
}
.gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 13px !important;
}
table {
  width: 100%;
  overflow: scroll;
}
@media (max-width: 768px) {
  table {
    font-size: 0.875rem;
  }
}
table .ad--injected,
table .post-skyscraper-ad {
  display: none !important;
}
td {
  padding: 1em;
  border: none;
  vertical-align: top;
}
@media (max-width: 768px) {
  td {
    padding: 0.5em;
  }
}
th {
  background: #102f32;
  color: #fff;
  padding: 10px;
  line-height: 1.2;
  font-weight: 400;
  font-size: 1.0625rem;
}
@media (max-width: 1010px) {
  th {
    font-size: calc(1.00313rem + 0.09406vw);
  }
}
th:last-of-type {
  border-right: 0;
}
@media (max-width: 768px) {
  th {
    font-size: 0.9375rem;
  }
}
.rdm-footable {
  border: 1px solid #91c1c5;
}
.sticky-enabled {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.wp-block-columns .wp-block-column.col-1_3 {
  flex-basis: 33.33%;
}
.wp-block-columns .wp-block-column.col-2_3 {
  flex-basis: 66.66%;
}
.author-bio-block {
  border: 1px solid #000;
  margin: 20px 0;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  gap: 2.5%;
}
@media (max-width: 600px) {
  .author-bio-block {
    flex-direction: column;
    text-align: left;
  }
}
.author-bio-block__left {
  margin: 0.5em 0;
}
@media (min-width: 600px) {
  .author-bio-block__left {
    width: 15%;
  }
}
@media (min-width: 600px) {
  .author-bio-block__right {
    width: 80%;
  }
}
.author-bio-block__description {
  padding-bottom: 12px;
}
.author-bio-block__name {
  margin: 0 !important;
}
@media (max-width: 600px) {
  .author-bio-block__name {
    text-align: left;
  }
}
.author-bio-block__social {
  display: flex;
  justify-content: flex-start;
}
.author-bio-block__social a {
  text-decoration: none;
  padding-right: 20px;
}
@media (max-width: 600px) {
  .author-bio-block__social a {
    padding: 0 10px;
  }
}
.admin-bar .header .top-nav.fixed {
  top: 32px;
}
@media (max-width: 900px) {
  .admin-bar .main-nav {
    top: 110px;
  }
}
@media (max-width: 600px) {
  .admin-bar .main-nav {
    top: 96px;
  }
}
.header {
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.header ul {
  list-style: none;
}
.header .search-open {
  margin-right: 20px;
  display: inline-block;
  padding: 0;
  max-width: 25px;
  transition: all 0.3s ease;
}
@media (max-width: 900px) {
  .header .search-open {
    margin-right: 0;
  }
}
.header .search-open svg {
  width: 100%;
}
.header .search-form {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #e5eff6;
  left: 0;
  padding: 50px 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 500;
}
@media (max-width: 768px) {
  .header .search-form {
    padding: 30px 0;
  }
}
@media (max-width: 600px) {
  .header .search-form {
    padding: 15px 0 20px;
  }
}
.header .search-form input {
  width: 100%;
  font-size: 5rem;
  font-weight: 700;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  background: transparent;
  border-radius: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
@media (max-width: 1010px) {
  .header .search-form input {
    font-size: calc(1.2rem + 6.0198vw);
  }
}
.header .top-nav {
  background: #235e63;
  border-bottom: 1px solid #a6b3b4;
  z-index: 10;
  position: relative;
  max-height: 111px;
}
@media (max-width: 900px) {
  .header .top-nav {
    padding: 15px 0;
    border-bottom: none;
    z-index: 120;
  }
}
.header .top-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header .top-nav .social-nav a {
  font-size: 25px;
  margin-right: 20px;
  transition: 0.3s;
}
.header .top-nav .social-nav a:focus,
.header .top-nav .social-nav a:hover {
  color: #e5eff6;
}
.header .top-nav .social-nav li:last-of-type a {
  margin-right: 0;
}
.header .top-nav .main-logo svg {
  max-width: 250px;
  max-height: 110px;
  width: 100%;
}
@media (max-width: 600px) {
  .header .top-nav .main-logo svg {
    max-width: 160px;
    max-height: 35px;
  }
}
.header .main-nav {
  background: #102f32;
  z-index: 1000;
}
.header .main-nav .menu > .menu-item-has-children > a:after {
  content: "\f078";
  line-height: 1;
  font-size: 0.625rem;
  margin-left: 5px;
  display: inline-block;
  font-weight: 700;
  font-family: Font Awesome\5 Free;
}
@media (max-width: 900px) {
  .header .main-nav .menu-item {
    border-top: 1px solid #fff;
    width: 100%;
    padding: 15px 35px;
    display: block;
  }
}
.header .main-nav .menu-item a {
  font-size: 0.90625rem;
  transition: 0.3s;
}
.header .main-nav .menu-item a:focus,
.header .main-nav .menu-item a:hover {
  color: #91c1c5;
}
@media (max-width: 900px) {
  .header .main-nav .menu-item:last-of-type {
    border-bottom: 1px solid #fff;
  }
}
.header .main-nav .menu-item.current-menu-item > a {
  color: #91c1c5;
}
@media (max-width: 900px) {
  .header .main-nav .newsletter-signup {
    border-top: none;
    width: 100%;
    max-width: 100%;
  }
}
.header .main-nav .wrapper {
  justify-content: space-between;
}
@media (max-width: 900px) {
  .header .main-nav .wrapper {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .header .main-nav {
    display: none;
    width: 70%;
    left: 0;
    bottom: 0;
    top: 78px;
    position: fixed;
    overflow: hidden;
    height: 100%;
  }
}
@media (max-width: 600px) {
  .header .main-nav {
    width: 80%;
    top: 64px;
  }
}
@media (max-width: 900px) {
  .header .main-nav .wrapper {
    overflow: scroll;
    height: 100%;
  }
}
.header .main-nav .menu {
  margin: 0;
  padding: 0;
}
@media (max-width: 900px) {
  .header .main-nav .menu {
    flex-direction: column;
  }
}
@media (min-width: 900px) {
  .header .main-nav li.active .sub-menu,
  .header .main-nav li:hover .sub-menu {
    display: block;
    z-index: 10;
  }
}
.header .main-nav .social-nav {
  padding: 15px 35px;
}
.header .main-nav .social-nav li a {
  margin-right: 30px;
  font-size: 1.25rem;
}
@media (max-width: 1010px) {
  .header .main-nav .social-nav li a {
    font-size: calc(1.0125rem + 0.37624vw);
  }
}
.header .main-nav .social-nav li:last-of-type {
  margin-right: 0;
}
.header .newsletter-signup {
  display: inline-block;
  padding: 30px 20px;
  text-align: center;
  background: #102f32;
  max-width: 160px;
  text-decoration: underline;
  transition: 0.3s;
  font-size: 0.90625rem;
}
.header .newsletter-signup:focus,
.header .newsletter-signup:hover {
  color: #e5eff6;
}
.header .menu-item a {
  display: inline-block;
  padding: 10px 0;
}
@media (max-width: 900px) {
  .header .menu-item a {
    padding: 0;
  }
}
.header .menu-item-has-children {
  position: relative;
}
.header .sub-menu {
  background: #102f32;
  padding: 0 20px;
  display: none;
  left: -10px;
  top: 100%;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 900px) {
  .header .sub-menu {
    position: absolute;
  }
}
@media (max-width: 900px) {
  .header .sub-menu {
    width: 100%;
    text-align: left;
    display: none;
  }
}
.header .sub-menu .sub-menu {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 900px) {
  .header .sub-menu .menu-item {
    padding: 10px 0;
    border: none;
    text-transform: capitalize;
  }
}
.header .sub-menu .menu-item:last-of-type {
  border: none;
}
.skiplink {
  position: absolute;
  top: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skiplink:focus {
  top: 40px;
  width: auto;
  height: auto;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 2rem;
  z-index: 10;
  padding: 10px;
  display: inline-block;
}
.menu-button {
  display: none;
  width: 45px;
  height: 27px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 900px) {
  .menu-button {
    display: block;
  }
}
@media (max-width: 600px) {
  .menu-button {
    width: 35px;
  }
}
.menu-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-button span:first-child {
  top: 0;
}
.menu-button span:nth-child(2) {
  top: 12px;
}
.menu-button span:nth-child(3) {
  top: 24px;
}
.menu-button.open span:first-child {
  top: 18px;
  transform: rotate(135deg);
}
.menu-button.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
  display: none;
}
.menu-button.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
}
#wp-admin-bar-my-account img {
  height: inherit !important;
}
body.IE .header .top-nav .main-logo img {
  height: auto;
}
body.IE header.header .top-nav {
  height: 111px;
}
body.IE header.header .top-nav .main-logo svg {
  width: 250px;
  height: 110px;
}
body.IE header.header .search-open svg {
  width: 25px;
  height: 29px;
}
.footer {
  background: #fff;
  clear: both;
}
.footer .footer-logo img {
  max-width: 140px;
}
@media (max-width: 768px) {
  .footer .footer-logo {
    margin-bottom: 20px;
  }
}
.footer .ratehub-logo svg {
  width: 250px;
}
@media (max-width: 768px) {
  .footer .ratehub-logo svg {
    width: 180px;
  }
}
@media (max-width: 600px) {
  .footer .ratehub-logo svg {
    width: 140px;
  }
}
.footer .popular-content {
  background: #235e63;
  color: #fff;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .footer .popular-content {
    background: #102f32;
    padding: 5px 0 0;
  }
}
@media (max-width: 768px) {
  .footer .popular-content .wrapper {
    width: 100%;
  }
}
.footer .popular-content .popular-content--item {
  width: calc(33.33% - 50px);
}
@media (max-width: 900px) {
  .footer .popular-content .popular-content--item {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 768px) {
  .footer .popular-content .popular-content--item {
    width: 100%;
    margin-top: 30px;
  }
}
.footer .popular-content h3 {
  font-size: 0.875rem;
}
.footer .popular-content .accordion-button,
.footer .popular-content h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.footer .popular-content .accordion-button {
  padding: 0;
  display: flex;
}
.footer .popular-content .accordion-button:focus,
.footer .popular-content .accordion-button:hover {
  text-decoration: underline;
  border: none;
}
.footer .popular-content .accordion-button:active {
  border: none;
  color: #d3eae6;
}
@media (max-width: 768px) {
  .footer .popular-content .accordion-button {
    text-align: center;
    background: #235e63;
    display: flex;
    margin: 0 auto;
    padding: 20px;
  }
}
.footer .popular-content .accordion-button .addButton {
  position: relative;
  border-width: 2px;
  border-style: solid;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  margin-left: 20px;
}
.footer .popular-content .accordion-button .addButton:focus,
.footer .popular-content .accordion-button .addButton:hover {
  background: #fff;
  color: #235e63;
}
.footer .popular-content .accordion-button .addButton:active {
  background: #d3eae6;
  color: #235e63;
}
.footer .popular-content .accordion-button .addButton:after,
.footer .popular-content .accordion-button .addButton:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
}
.footer .popular-content .accordion-button .addButton:before {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-left-width: 2px;
  border-left-style: solid;
  left: 7px;
  top: 3px;
}
.footer .popular-content .accordion-button .addButton:after {
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  left: 3px;
  top: 7px;
}
.footer .popular-content .accordion-button .addButton--added:before {
  border-left-color: transparent;
}
.footer .popular-content .accordion-button .addButton--added:after {
  border-right-color: transparent;
}
.footer .popular-content .popular-content--container {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .footer .popular-content .popular-content--container {
    background: #235e63;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.footer .popular-content li {
  padding: 20px 0;
  border-bottom: 1px solid #0f292b;
  list-style: none;
  line-height: 1.2;
  min-height: 79px;
}
.footer .popular-content li:last-of-type {
  border-bottom: none;
}
.footer .popular-content li a {
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.footer .popular-content li a:focus,
.footer .popular-content li a:hover {
  text-decoration: underline;
}
.footer .popular-content li a:active {
  color: #d3eae6;
}
.footer .footer-middle {
  border-bottom: 1px solid #e5eff6;
}
@media (max-width: 768px) {
  .footer .footer-middle {
    border-top: 15px solid #235e63;
    padding-bottom: 30px;
  }
}
.footer .footer-disclaimer {
  margin-top: 30px;
}
.footer .footer-disclaimer a,
.footer .footer-disclaimer p {
  font-size: 0.625rem;
  margin-bottom: 15px;
}
.footer .menu-footer li {
  list-style: none;
}
.footer .menu-footer > li {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .footer .menu-footer > li {
    width: 50%;
    padding-right: 5px;
  }
}
.footer .menu-footer a {
  font-size: 0.78125rem;
  transition: all 0.3s ease;
  font-weight: 700;
}
.footer .menu-footer a:active,
.footer .menu-footer a:hover {
  text-decoration: underline;
  color: #235e63;
}
.footer .menu-footer a:active {
  color: #102f32;
}
.footer .menu-item-has-children,
.footer .menu-item-has-children:last-of-type {
  padding-right: 0;
}
.footer .menu-item-has-children > a {
  display: none;
}
.footer .two-thirds > * {
  width: calc(33.33333% - 50px);
}
@media (max-width: 900px) {
  .footer .two-thirds > * {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .footer .two-thirds > * {
    margin-bottom: 0;
  }
}
.footer .two-thirds > .inner-two-thirds {
  width: 66.66666%;
}
@media (max-width: 900px) {
  .footer .two-thirds > .inner-two-thirds {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer .two-thirds > .inner-two-thirds {
    margin-top: 30px;
  }
}
.footer .copyright {
  font-size: 0.625rem;
  font-style: italic;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .footer .copyright {
    color: #cdcece;
  }
}
.footer .social-nav {
  list-style: none;
}
@media (max-width: 768px) {
  .footer .social-nav {
    justify-content: flex-end;
  }
}
.footer .social-nav a {
  font-size: 1.5625rem;
  color: #1e2d34;
  transition: 0.3s;
}
@media (max-width: 1010px) {
  .footer .social-nav a {
    font-size: calc(1.02812rem + 0.84653vw);
  }
}
@media (max-width: 768px) {
  .footer .social-nav a {
    font-size: 1.25rem;
    color: #102f32;
  }
}
@media (max-width: 768px) and (max-width: 1010px) {
  .footer .social-nav a {
    font-size: calc(1.0125rem + 0.37624vw);
  }
}
.footer .social-nav a:focus,
.footer .social-nav a:hover {
  color: #235e63;
}
.footer .social-nav li {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .footer .social-nav li {
    margin-right: 20px;
  }
}
.footer .social-nav li:last-of-type {
  margin-right: 0;
}
.footer .footer-bottom .thirds {
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .footer .footer-bottom .thirds > div {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .footer .footer-bottom .footer-social-container {
    text-align: right;
  }
}
.featured-category--container {
  background: #102f32;
  color: #fff;
}
.featured-category--container .sponsor-section p {
  color: #fff;
}
.featured-category--container .sponsor-section .title {
  border-left: 1px solid #fff;
}
@media (max-width: 768px) {
  .featured-category--container {
    padding-bottom: 0;
  }
}
.featured-category--container:last-of-type {
  padding-bottom: 60px;
}
.featured-category--container:first-of-type {
  padding-top: 60px;
}
.featured-category--container
  .featured-category--slider:not(.flickity-enabled) {
  display: flex;
}
.featured-category--container .flickity-viewport {
  max-height: 450px;
}
@media (max-width: 768px) {
  .featured-category--container .flickity-viewport {
    max-height: 500px;
  }
}
.featured-category--container h2 {
  letter-spacing: 1.5px;
  margin-bottom: 40px;
  font-size: 1.5625rem;
  font-weight: 700;
}
@media (max-width: 1010px) {
  .featured-category--container h2 {
    font-size: calc(1.02812rem + 0.84653vw);
  }
}
@media (max-width: 768px) {
  .featured-category--container h2 {
    margin-bottom: 20px;
  }
}
.featured-category--container .post-categories a,
.featured-category--container .post-categories span {
  color: #fff !important;
  padding: 0 !important;
  border: none !important;
}
.featured-category--container .post-categories {
  max-width: 100% !important;
  margin-bottom: 0;
}
.featured-category--container .post--item {
  width: 300px;
  margin-right: 80px;
  opacity: 0.25;
  min-height: 100%;
  padding: 15px;
  transition: opacity 0.3s, background 0.3s;
}
.featured-category--container .post--item:focus,
.featured-category--container .post--item:hover {
  box-shadow: none;
  background: rgba(35, 94, 99, 0.5);
  border-radius: 4px;
}
.featured-category--container .post--item:active {
  box-shadow: none;
  border-radius: 4px;
  background: rgba(35, 94, 99, 0.35);
}
.featured-category--container .post--item:active .content {
  background: transparent;
}
.featured-category--container .post--item .image img {
  max-height: 165px;
}
@media (max-width: 900px) {
  .featured-category--container .post--item {
    width: 25%;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .featured-category--container .post--item {
    width: 40%;
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  .featured-category--container .post--item {
    width: 60%;
  }
}
@media (max-width: 1010px) {
  .featured-category--container .post--item:nth-of-type(3n + 3) {
    margin-right: 80px;
  }
}
@media (max-width: 900px) {
  .featured-category--container .post--item:nth-of-type(3n + 3) {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .featured-category--container .post--item:nth-of-type(3n + 3) {
    margin-right: 20px;
  }
}
.featured-category--container .post--item.is-selected,
.featured-category--container .post--item.next-item,
.featured-category--container .post--item.previous-item {
  opacity: 1;
}
@media (max-width: 768px) {
  .featured-category--container .post--item.next-item,
  .featured-category--container .post--item.previous-item {
    opacity: 0.25;
  }
}
.featured-category--container .flickity-button {
  background: transparent;
}
.featured-category--container .flickity-button[disabled] {
  display: none;
}
.featured-category--container .flickity-button-icon {
  fill: #fff;
}
.featured-category--container .flickity-prev-next-button {
  top: 32%;
}
@media (max-width: 768px) {
  .featured-category--container .flickity-button-icon {
    width: 80%;
    height: 100%;
    top: 0;
  }
}
@media (max-width: 768px) {
  .featured-category--container .flickity-prev-next-button {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 600px) {
  .featured-category--container .flickity-prev-next-button.previous {
    display: none;
  }
}
body.IE .featured-category--container .post--item {
  width: 300px;
  margin-right: 80px;
  opacity: 0.25;
  transition: opacity 0.3s;
}
@media (max-width: 900px) {
  body.IE .featured-category--container .post--item {
    width: 25%;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  body.IE .featured-category--container .post--item {
    width: 40%;
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  body.IE .featured-category--container .post--item {
    width: 60%;
  }
}
@media (max-width: 1010px) {
  body.IE .featured-category--container .post--item:nth-of-type(3n + 3) {
    margin-right: 80px;
  }
}
@media (max-width: 900px) {
  body.IE .featured-category--container .post--item:nth-of-type(3n + 3) {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  body.IE .featured-category--container .post--item:nth-of-type(3n + 3) {
    margin-right: 20px;
  }
}
body.IE .featured-category--container .post--item.is-selected,
body.IE .featured-category--container .post--item.next-item,
body.IE .featured-category--container .post--item.previous-item {
  opacity: 1;
}
@media (max-width: 768px) {
  body.IE .featured-category--container .post--item.next-item,
  body.IE .featured-category--container .post--item.previous-item {
    opacity: 0.25;
  }
}
.post--item {
  position: relative;
  transition: all 0.3s ease;
}
.post--item:focus,
.post--item:hover {
  box-shadow: 0 4px 10px #dfe5e7;
}
.post--item:focus h3,
.post--item:hover h3 {
  text-decoration: underline;
}
.post--item:active {
  box-shadow: 0 4px 5px #dfe5e7;
  background: #f8f8f8;
}
.post--item:active .content {
  background-color: #f8f8f8;
}
@media (max-width: 1010px) {
  .post--item:nth-of-type(3n + 3) {
    margin-right: 0;
  }
}
.post--item:last-of-type {
  margin-bottom: 0;
}
.post--item.post--item--list-rankings {
  overflow: hidden;
}
@media (max-width: 768px) {
  .post--item.post--item--list-rankings {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .post--item {
    max-width: 100%;
    margin-right: 0;
    grid-column: 1/-1;
  }
}
.post--item .excerpt {
  font-size: 0.9375rem;
  font-weight: 200;
  line-height: 1.4;
  margin-top: 5px;
}
.post--item .post-categories {
  padding-top: 25px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.post--item .post-categories a,
.post--item .post-categories span {
  font-size: 0.6875rem;
}
.post--item .post-categories .comma:last-of-type {
  display: none;
}
.post--item h3 {
  margin-top: 10px;
  font-size: 1.0625rem;
  line-height: 1.2;
}
@media (max-width: 1010px) {
  .post--item h3 {
    font-size: calc(1.00313rem + 0.09406vw);
  }
}
.post--item .image {
  text-align: center;
}
.post--item .image img {
  max-height: 185px;
  min-height: 185px;
}
@media (max-width: 768px) {
  .post--item .image img {
    max-height: 150px;
    min-height: 150px;
  }
}
.post--item--large {
  grid-column: 1/3;
}
@media (max-width: 1010px) {
  .post--item--large {
    margin-right: 0;
    flex-basis: 578px;
  }
}
@media (max-width: 900px) {
  .post--item--large {
    flex-basis: 530px;
  }
}
@media (max-width: 768px) {
  .post--item--large {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.post--item--large h3 {
  font-size: 1.5625rem;
}
@media (max-width: 1010px) {
  .post--item--large h3 {
    font-size: calc(1.02812rem + 0.84653vw);
  }
}
@media (max-width: 768px) {
  .post--item--large h3 {
    font-size: 2.1875rem;
  }
}
@media (max-width: 768px) and (max-width: 1010px) {
  .post--item--large h3 {
    font-size: calc(1.05937rem + 1.78713vw);
  }
}
.post--item--large .image img {
  max-height: 300px;
}
.post--item--large .excerpt {
  margin-top: 10px;
}
.post--item .post--link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.posts--container .content {
  padding: 0 35px 25px;
  min-height: 147px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .posts--container .content {
    min-height: unset;
  }
}
.posts--container .post--item {
  background: #fff;
}
.posts--container .post--item:active {
  background: #f8f8f8;
}
body.IE .post--item {
  float: left;
  width: calc(33.3% - 50px);
  margin: 50px 25px;
  min-height: 350px;
}
@media (max-width: 900px) {
  body.IE .post--item {
    width: 100%;
    margin: 25px 0;
    float: none;
  }
}
body.IE .post--item--large {
  float: left;
  width: calc(66.66% - 25px);
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 900px) {
  body.IE .post--item--large {
    width: 100%;
    margin: 25px 0;
    float: none;
    max-width: 100vw;
  }
}
@media (max-width: 900px) {
  body.IE .post--item--large h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 900px) and (max-width: 1010px) {
  body.IE .post--item--large h3 {
    font-size: calc(1.0125rem + 0.37624vw);
  }
}
body.IE .post--item--list-rankings {
  margin-left: 0;
  margin-right: 0;
  width: calc(33.33% + 25px);
}
@media (max-width: 900px) {
  body.IE .post--item--list-rankings {
    width: 100%;
    margin: 25px 0;
    float: none;
    max-width: 100vw;
  }
}
body.IE .post--item.post--item--ad {
  min-height: 0;
}
body.IE .post--item--large,
body.IE .post--item--list-rankings {
  height: 435px;
}
@media (max-width: 768px) {
  body.IE .post--item--large,
  body.IE .post--item--list-rankings {
    height: auto;
  }
}
@media (max-width: 768px) {
  body.IE .post--item--list-rankings {
    height: 500px;
  }
}
body.IE.category .list-rankings--container {
  height: 332px;
}
body.IE.category .post--item:nth-of-type(2) {
  margin-right: 0;
}
body.IE .full-width-banner,
body.IE.search .pagination {
  clear: both;
}
.list-rankings--container {
  max-width: unset;
  overflow: hidden;
}
@media (max-width: 1010px) {
  .list-rankings--container {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .list-rankings--container {
    overflow: unset;
  }
}
.list-rankings--container .list-rankings:nth-of-type(odd),
.list-rankings--container button:nth-of-type(odd) {
  background: #91c1c5;
  color: #102f32;
}
.list-rankings--container .list-rankings:nth-of-type(2n + 2),
.list-rankings--container button:nth-of-type(2n + 2) {
  background: #102f32;
  color: #fff;
}
.list-rankings--container .list-rankings--slide-container {
  width: 100%;
  left: -1px;
  right: -1px;
}
@media (min-width: 768px) {
  .list-rankings--container .list-rankings--slide-container {
    height: 100%;
  }
}
.list-rankings--container .list-rankings {
  width: 100%;
}
.list-rankings--container .list-rankings:nth-of-type(2) {
  position: absolute;
}
.list-rankings--container .fullHeight {
  height: 100%;
}
@media (max-width: 768px) {
  .list-rankings--container .fullHeight {
    min-height: 318px;
  }
}
.list-rankings--container .list-rankings--button {
  padding: 15px 10px;
  flex-grow: 1;
  transition: 0.3s;
  font-size: 0.78125rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .list-rankings--container .list-rankings--button:focus,
  .list-rankings--container .list-rankings--button:hover {
    background: #3f5456;
    color: #fff;
  }
}
@media (max-width: 1010px) {
  .list-rankings--container .list-rankings--button {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .list-rankings--container .list-rankings--button {
    padding: 30px 10px;
  }
}
.list-rankings--container li {
  border-bottom: 1px solid #3f5456;
  transition: 0.3s;
  display: block;
  list-style: none;
}
.list-rankings--container li a {
  padding: 15px 30px;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 1010px) {
  .list-rankings--container li a {
    padding: 15px 20px;
    justify-content: flex-start;
  }
}
@media (max-width: 900px) {
  .list-rankings--container li a {
    padding: 13px 15px;
  }
}
@media (max-width: 768px) {
  .list-rankings--container li a {
    padding: 20px 80px 20px 40px;
  }
}
@media (min-width: 768px) {
  .list-rankings--container li a:focus,
  .list-rankings--container li a:hover {
    color: #fff;
    background: #3f5456;
  }
}
.list-rankings--container li:last-of-type {
  border-bottom: none;
}
.list-rankings--container .image {
  background: #fff;
  border-radius: 50%;
  width: 65px;
  min-width: 65px;
  margin-right: 10px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1100px) {
  .list-rankings--container .image {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }
}
@media (max-width: 768px) {
  .list-rankings--container .image {
    width: 65px;
    min-width: 65px;
    height: 65px;
    margin-right: 20px;
  }
}
.list-rankings--container .image svg {
  width: 100%;
}
.list-rankings--container .image img {
  max-width: 35px;
  max-height: 35px;
}
@media (max-width: 1010px) {
  .list-rankings--container .image img {
    max-width: 25px;
    max-height: 25px;
  }
}
.list-rankings--container p {
  margin-left: 20px;
  font-weight: 700;
  margin-bottom: 0 !important;
  font-size: 1.17188rem;
  line-height: 1.1;
}
@media (max-width: 1010px) {
  .list-rankings--container p {
    font-size: calc(1.00859rem + 0.25866vw);
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .list-rankings--container p {
    font-size: 0.875rem;
    max-width: unset;
    font-size: 1.5625rem;
  }
}
@media (max-width: 768px) and (max-width: 1010px) {
  .list-rankings--container p {
    font-size: calc(1.02812rem + 0.84653vw);
  }
}
.list-rankings--container .arrow {
  display: none;
  height: 50px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.list-rankings--container .arrow img {
  max-height: 100%;
}
@media (max-width: 768px) {
  .list-rankings--container .arrow {
    display: block;
  }
}
.archive .list-rankings--container li,
.blog .list-rankings--container li {
  display: none;
}
.archive .list-rankings--container li:nth-of-type(-n + 3),
.blog .list-rankings--container li:nth-of-type(-n + 3) {
  display: block;
}
@media (max-width: 900px) {
  body.IE .list-rankings--container p {
    font-size: 1.25rem;
  }
}
@media (max-width: 900px) and (max-width: 1010px) {
  body.IE .list-rankings--container p {
    font-size: calc(1.0125rem + 0.37624vw);
  }
}
@media (max-width: 768px) {
  body.IE .list-rankings--container .list-rankings--slide-container {
    height: 100%;
  }
}
.home--trending-container {
  background: #fff;
}
@media (max-width: 768px) {
  .home--trending-container {
    background: none;
  }
}
.home--trending-container .large-wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .home--trending-container .large-wrapper {
    max-width: 90%;
    background: #fff;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .home--trending-container .large-wrapper {
    max-width: 95%;
  }
}
.home--trending-container h2 {
  font-size: 0.9375rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home--trending-container h2 {
    margin-bottom: 0;
  }
}
.home--trending-container .flickity-viewport {
  width: 100%;
}
.home--trending-container .trending--container {
  padding: 0;
  margin: 0;
  width: 100%;
  counter-reset: li;
}
.home--trending-container .trending--container:not(.flickity-enabled) {
  display: flex;
  flex-wrap: wrap;
}
.home--trending-container .trending--container:after {
  content: "flickity";
  display: none;
}
@media (max-width: 768px) {
  .home--trending-container .trending--container:after {
    content: "";
  }
}
.home--trending-container li {
  list-style: none;
  width: 35%;
}
.home--trending-container li:focus h3 a,
.home--trending-container li:hover h3 a {
  text-decoration: underline;
  color: #235e63;
}
.home--trending-container li:active h3 a {
  color: #102f32;
}
@media (max-width: 1010px) {
  .home--trending-container li {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .home--trending-container li {
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #959595;
  }
}
@media (max-width: 768px) {
  .home--trending-container li:last-of-type {
    border-bottom: none;
  }
}
@media (max-width: 1010px) {
  .home--trending-container li:nth-of-type(3n + 3) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .home--trending-container li:nth-of-type(1n + 4) {
    display: none;
  }
}
.home--trending-container h3 {
  max-width: 300px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  display: flex;
}
@media (max-width: 768px) {
  .home--trending-container h3 {
    max-width: 100%;
    font-size: 1.5rem;
    align-items: center;
  }
}
@media (max-width: 768px) and (max-width: 1010px) {
  .home--trending-container h3 {
    font-size: calc(1.025rem + 0.75248vw);
  }
}
.home--trending-container h3 a {
  transition: all 0.3s ease;
}
.home--trending-container h3:before {
  content: counters(li, ".") "";
  counter-increment: li;
  font-size: 3.125rem;
  margin-right: 20px;
  display: block;
  line-height: 0.8;
}
@media (max-width: 1010px) {
  .home--trending-container h3:before {
    font-size: calc(1.10625rem + 3.19802vw);
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .home--trending-container h3:before {
    margin-right: 30px;
  }
}
.home--trending-container .trending--next {
  position: absolute;
  height: 100%;
  background: #235e63;
  color: #fff;
  top: 0;
  right: 0;
  max-width: 200px;
  padding: 0 60px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  text-align: left;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media (max-width: 1600px) {
  .home--trending-container .trending--next {
    width: 5%;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .home--trending-container .trending--next {
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 40px 5%;
    justify-content: flex-end;
    font-size: 1.5625rem;
    height: unset;
  }
}
@media (max-width: 768px) and (max-width: 1010px) {
  .home--trending-container .trending--next {
    font-size: calc(1.02812rem + 0.84653vw);
  }
}
@media (max-width: 1600px) {
  .home--trending-container .trending--next span {
    display: none;
  }
}
@media (max-width: 768px) {
  .home--trending-container .trending--next span {
    display: block;
  }
}
.home--trending-container .trending--next.more .arrow {
  transform: rotate(-180deg);
}
.home--trending-container .trending--next .arrow {
  font-size: 1.875rem;
  margin-right: 10px;
  transition: 0.3s;
}
@media (max-width: 1010px) {
  .home--trending-container .trending--next .arrow {
    font-size: calc(1.04375rem + 1.31683vw);
  }
}
.home--trending-container .trending--next:focus,
.home--trending-container .trending--next:hover {
  background: #102f32;
}
.full-width-banner {
  grid-column: 1/-1;
}
.full-width-banner .ad-notice {
  background: #fff;
}
@media (max-width: 600px) {
  .full-width-banner .ad-notice {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  .full-width-banner .wrapper {
    width: 100%;
  }
}
.leaderboard-ad {
  background: #e5eff6;
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  padding: 25px 0;
  z-index: 1;
}
.leaderboard-ad .ad-unit {
  height: 90px;
}
@media (max-width: 900px) {
  .leaderboard-ad .ad-unit {
    height: 50px;
  }
}
@media (max-width: 900px) {
  .leaderboard-ad {
    top: -56px;
  }
}
.leaderboard-ad__padding-bottom-0 {
  padding-bottom: 0;
}
.leaderboard-ad.no-padding {
  padding: 0;
}
.leaderboard-ad.z-index {
  z-index: 100;
  position: unset;
}
.leaderboard-ad.sticky {
  position: unset;
  box-shadow: none;
}
.leaderboard-ad.sortable-leaderboard-ad {
  position: unset;
}
.admin-bar .leaderboard-ad.sticky {
  top: 32px;
}
@media (max-width: 768px) {
  .admin-bar .leaderboard-ad.sticky {
    top: 46px;
  }
}
.ad-card--rail,
.ad-card--rail--injected,
.post--item--ad-skyscraper {
  top: 30px;
}
.ms-ad-card-rail {
  opacity: 0;
  top: 30px;
}
.ad-card--rail {
  display: none;
  top: 30px;
}
.ad-unit div {
  margin: 0 auto;
  text-align: center;
}
.ad-notice {
  font-size: 0.6875rem;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ad-notice:before {
  margin-right: 10px;
}
.ad-notice:after,
.ad-notice:before {
  content: "";
  background: #000;
  flex-grow: 1;
  height: 1px;
}
.ad-notice:after {
  margin-left: 10px;
}
.ad-unit {
  text-align: center;
}
.page:not(.post-template-page-tools-widgets) .page--header .ad-unit,
.single:not(.post-template-page-tools-widgets) article .ad-unit {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}
.post-skyscraper-ad.advertisement_right {
  grid-column: 3/-1;
}
body.single-post section.full-width-banner:not(.ad--injected) {
  background: #fafafa;
}
body.single-post section.full-width-banner:not(.ad--injected) .ad-unit {
  height: 250px;
}
body.single-post section.full-width-banner.ad--injected {
  background: transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin: 40px auto;
}
body.single-post section.full-width-banner.ad--injected .wrapper {
  grid-column: 1/-1;
  width: 100%;
}
@media (min-width: 901px) {
  body.single-post section.full-width-banner.ad--injected .wrapper {
    grid-column: span 2;
    width: 90%;
  }
}
body.single-post section.full-width-banner.ad--injected .ad-unit {
  height: 250px;
}
@media (min-width: 1024px) {
  body.single-post section.full-width-banner.ad--injected .ad-unit {
    height: 90px;
  }
}
body.single-post
  section.full-width-banner.ad--injected
  .ad-full-width-wrapper-new {
  height: 111px;
}
@media (max-width: 980px) {
  body.single-post
    section.full-width-banner.ad--injected
    .ad-full-width-wrapper-new {
    height: 271px;
  }
}
@media (max-width: 430px) {
  body.single-post
    section.full-width-banner.ad--injected
    .ad-full-width-wrapper-new {
    height: 621px;
  }
}
body.single-post
  section.full-width-banner.ad--injected
  .ad-full-width-wrapper-new
  .ad-unit {
  height: auto;
}
body.single-post .ad-notice {
  background: transparent;
}
body.page-template-page-subscribe .bottom-ad-container {
  display: none;
}
@media (max-width: 600px) {
  body.page-template-page-subscribe .bottom-ad-container {
    display: block;
  }
}
@media (max-width: 900px) {
  body.page-template-page-contact .post--item--ad-skyscraper,
  body.page-template-page-subscribe .post--item--ad-skyscraper {
    display: none;
  }
}
.ad-leaderboard-wrapper {
  height: 110px;
}
@media (max-width: 640px) {
  .ad-leaderboard-wrapper {
    height: 100px;
  }
}
.ad-center-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ad-full-width-wrapper-new,
.ad-leaderboard-wrapper-new {
  height: 271px;
}
@media (max-width: 980px) {
  .ad-full-width-wrapper-new,
  .ad-leaderboard-wrapper-new {
    height: 111px;
  }
}
@media (max-width: 430px) {
  .ad-full-width-wrapper-new,
  .ad-leaderboard-wrapper-new {
    height: 71px;
  }
}
.ad-full-width-wrapper-new .ad-unit,
.ad-leaderboard-wrapper-new .ad-unit {
  height: auto;
}
@media (min-width: 1024px) {
  .ad-full-width-wrapper {
    height: 90px;
  }
}
.ad-label {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #a6b3b4;
}
.sticky-footer-ad {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 3;
}
@media (min-width: 901px) {
  .sticky-footer-ad {
    display: none;
  }
}
.sticky-footer-ad .ad-label {
  display: none;
}
.sticky-footer-ad .leaderboard-ad {
  position: static;
  background-color: #fafafa;
  padding: 0;
}
.pagination {
  grid-column: 1/-1;
}
.pagination .pagination__num {
  display: inline-block;
  background: #fff;
  padding: 20px;
  line-height: 1;
  margin-right: 10px;
  transition: 0.3s;
}
.pagination .pagination__num:focus,
.pagination .pagination__num:hover {
  background: #102f32;
  color: #fff;
}
.pagination .pagination__num:last-of-type {
  margin-right: 0;
}
@media (max-width: 600px) {
  .pagination .pagination__num {
    padding: 15px;
    margin-right: 5px;
  }
}
@media (max-width: 450px) {
  .pagination .pagination__num {
    padding: 15px 10px;
    margin-right: 5px;
  }
}
.pagination .pagination__num--active {
  background: #102f32;
  color: #fff;
}
.post-comments-area .comment-body {
  margin-bottom: 10px;
}
.post-comments-area .comment-reply-title {
  font-size: 2.5rem;
}
@media (max-width: 1010px) {
  .post-comments-area .comment-reply-title {
    font-size: calc(1.075rem + 2.25743vw);
  }
}
.post-comments-area .comment-reply-title a {
  font-size: inherit;
}
.post-comments-area .comment-reply-title #cancel-comment-reply-link {
  font-size: 0.8125rem;
  color: #1a1a1a;
  display: block;
  margin-bottom: 20px;
}
.post-comments-area .comment-notes {
  display: none;
}
.post-comments-area textarea {
  border: none;
  min-height: 180px;
  background: #fafafa;
  padding: 10px;
}
.post-comments-area input,
.post-comments-area textarea {
  width: 100%;
  margin-bottom: 25px;
}
.post-comments-area input::-webkit-input-placeholder,
.post-comments-area textarea::-webkit-input-placeholder {
  color: #000;
}
.post-comments-area input::-moz-placeholder,
.post-comments-area textarea::-moz-placeholder {
  color: #000;
}
.post-comments-area input:-ms-input-placeholder,
.post-comments-area textarea:-ms-input-placeholder {
  color: #000;
}
.post-comments-area input::-ms-input-placeholder,
.post-comments-area textarea::-ms-input-placeholder {
  color: #000;
}
.post-comments-area input::placeholder,
.post-comments-area textarea::placeholder {
  color: #000;
}
.post-comments-area input {
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.post-comments-area input[type="submit"] {
  width: auto;
}
.post-comments-area .form-submit {
  display: flex;
  justify-content: flex-end;
}
.post-comments-area ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.post-comments-area .says {
  display: none;
}
.post-comments-area .comment-author,
.post-comments-area .comment-meta,
.post-comments-area .comment-metadata {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 600px) {
  .post-comments-area .comment-author,
  .post-comments-area .comment-meta,
  .post-comments-area .comment-metadata {
    display: block;
  }
}
.post-comments-area .comment-metadata a {
  text-decoration: none !important;
  cursor: auto;
}
.post-comments-area img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (max-width: 600px) {
  .post-comments-area img {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
  }
}
.post-comments-area .fn:after {
  content: "•";
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 600px) {
  .post-comments-area .fn:after {
    display: none;
  }
}
.post-comments-area .comment-awaiting-moderation,
.post-comments-area .comment-reply-link {
  margin-bottom: 0;
  font-size: 0.8125rem;
}
.post-comments-area .comment-reply-link {
  text-decoration: none !important;
}
.post-comments-area .comment-content p {
  margin-bottom: 10px;
}
.post-comments-area .comment-content p:last-of-type {
  margin-bottom: 0;
}
.faqs .accordion-button {
  width: 100%;
  color: #235e63;
  font-size: 1.5625rem;
  font-weight: 700;
  padding: 25px 30px 25px 0;
  border-top: 1px solid #baccce;
}
@media (max-width: 1010px) {
  .faqs .accordion-button {
    font-size: calc(1.02812rem + 0.84653vw);
  }
}
.faqs .accordion-button:focus {
  outline: none;
}
.faqs .accordion-button:first-of-type {
  border-top: 0;
}
.faqs .accordion-button span {
  border-radius: 50%;
  font-size: 0.9375rem;
  width: 22px;
  height: 22px;
  line-height: 1;
  border: 2px solid #235e63;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.faqs .accordion-content {
  margin-left: 0;
  max-width: 800px;
}
.faqs .accordion-content h3 {
  font-size: 1.0625rem;
}
@media (max-width: 1010px) {
  .faqs .accordion-content h3 {
    font-size: calc(1.00313rem + 0.09406vw);
  }
}
.moneysense-location-team {
  border-top: 1px solid #64686b;
}
.moneysense-location-team .site-title {
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .moneysense-location-team .site-title {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.moneysense-location-team .site-title:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  bottom: 0;
}
@media (max-width: 600px) {
  .moneysense-location-team .site-title:after {
    display: none;
  }
}
.moneysense-location-team .location {
  font-size: 1.25rem;
}
@media (max-width: 900px) {
  .moneysense-location-team .location {
    grid-column: 1/-1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .moneysense-location-team .location .map {
    order: -1;
  }
}
@media (max-width: 1010px) {
  .moneysense-location-team .location {
    font-size: calc(1.0125rem + 0.37624vw);
  }
}
.moneysense-location-team .location address {
  font-style: normal;
  font-weight: 400;
}
.moneysense-location-team .location address p {
  margin-bottom: 0;
}
.moneysense-location-team .location iframe {
  width: 100%;
  min-height: 280px;
  margin-top: 30px;
}
@media (max-width: 900px) {
  .moneysense-location-team .location iframe {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.moneysense-location-team .team {
  grid-column: 2/-1;
}
@media (max-width: 900px) {
  .moneysense-location-team .team {
    grid-column: 1/-1;
    margin-top: 50px;
  }
}
.moneysense-location-team .team .team-member {
  width: 50%;
}
@media (max-width: 900px) {
  .moneysense-location-team .team .team-member {
    text-align: center;
  }
}
.moneysense-location-team .team .team-member:nth-of-type(1n + 3),
.moneysense-location-team .team .team-member:nth-of-type(1n + 4) {
  margin-top: 30px;
}
.moneysense-location-team .team .team-member p:last-of-type {
  font-weight: 400;
}
.moneysense-location-team .team h3 {
  font-size: 1.0625rem;
}
@media (max-width: 1010px) {
  .moneysense-location-team .team h3 {
    font-size: calc(1.00313rem + 0.09406vw);
  }
}
.moneysense-location-team .team img {
  border-radius: 50%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .moneysense-location-team .team img {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 10px;
  }
}
body.IE .location {
  width: calc(33.33% - 25px);
  margin-right: 25px;
  float: left;
}
@media (max-width: 768px) {
  body.IE .location {
    width: 100%;
    margin: 0;
  }
}
body.IE .team {
  width: calc(66.66% - 25px);
  margin-left: 25px;
  float: left;
}
@media (max-width: 768px) {
  body.IE .team {
    width: 100%;
    margin: 0;
  }
}
.sponsor-section {
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none !important;
  color: #000 !important;
}
.sponsor-section .sponsor-image {
  line-height: 0;
}
.sponsor-section img {
  max-width: 95px;
  padding-right: 16px;
  line-height: 1;
}
.sponsor-section .title {
  padding-left: 16px;
  min-height: 44px;
  border-left: 1px solid #000;
}
.sponsor-section .title p:first-of-type {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.sponsor-section .title p:last-of-type {
  font-weight: 700;
  font-size: 1.0625rem;
}
@media (max-width: 1010px) {
  .sponsor-section .title p:last-of-type {
    font-size: calc(1.00313rem + 0.09406vw);
  }
}
.post--item .sponsor-section {
  padding-top: 25px;
}
.home {
  background: #e5eff6;
}
@media (max-width: 768px) {
  .home .home--top-featured {
    padding-bottom: 30px;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .home .home--top-featured .wrapper {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block;
  }
}
@media (max-width: 768px) {
  .home main .full-width-banner {
    margin-bottom: 55px;
  }
}
.archive,
.blog,
.category,
.post-template-single-sponsored-hub,
.tag {
  background: #e5eff6;
}
@media (max-width: 768px) {
  .archive .index-main,
  .blog .index-main,
  .category .index-main,
  .post-template-single-sponsored-hub .index-main,
  .tag .index-main {
    padding-top: 0;
  }
}
.archive .category--title,
.blog .category--title,
.category .category--title,
.post-template-single-sponsored-hub .category--title,
.tag .category--title {
  text-align: center;
  margin-bottom: 3rem;
}
.archive .list-rankings--container li:nth-of-type(3),
.blog .list-rankings--container li:nth-of-type(3),
.category .list-rankings--container li:nth-of-type(3),
.post-template-single-sponsored-hub .list-rankings--container li:nth-of-type(3),
.tag .list-rankings--container li:nth-of-type(3) {
  border-bottom: 0;
}
@media (max-width: 768px) {
  .archive .post--item:nth-of-type(-n + 2),
  .blog .post--item:nth-of-type(-n + 2),
  .category .post--item:nth-of-type(-n + 2),
  .post-template-single-sponsored-hub .post--item:nth-of-type(-n + 2),
  .tag .post--item:nth-of-type(-n + 2) {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .archive .post--item:nth-of-type(2),
  .blog .post--item:nth-of-type(2),
  .category .post--item:nth-of-type(2),
  .post-template-single-sponsored-hub .post--item:nth-of-type(2),
  .tag .post--item:nth-of-type(2) {
    margin-bottom: -30px;
  }
}
@media (max-width: 768px) {
  .archive .post--item--ad2,
  .post-template-single-sponsored-hub .post--item--ad2 {
    grid-row: 9;
  }
}
@media (max-width: 768px) {
  .archive .post--item--ad4,
  .post-template-single-sponsored-hub .post--item--ad4 {
    grid-row: 12;
  }
}
.archive .post--item--ad5,
.post-template-single-sponsored-hub .post--item--ad5 {
  display: none;
}
@media (max-width: 768px) {
  .archive .post--item--ad5,
  .post-template-single-sponsored-hub .post--item--ad5 {
    display: block;
  }
}
@media (max-width: 768px) {
  .post-template-single-sponsored-hub .post--item:nth-of-type(-n + 2) {
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
    width: 100%;
    margin-bottom: 0;
  }
}
.page section.wrapper:first-of-type .post-content > img:first-child,
.single section.wrapper:first-of-type .post-content > img:first-child {
  margin-top: -40px;
  padding-bottom: 0;
}
@media (max-width: 600px) {
  .page section.wrapper:first-of-type .post-content > img:first-child,
  .single section.wrapper:first-of-type .post-content > img:first-child {
    margin-top: -25px;
  }
}
.page section.wrapper:first-of-type .post-content > p:first-child,
.single section.wrapper:first-of-type .post-content > p:first-child {
  margin-top: 40px;
}
.page .post-content,
.single .post-content {
  position: relative;
  grid-column: 2/-1;
  max-width: 100%;
}
.page .post-content.advertisement_right,
.single .post-content.advertisement_right {
  grid-column: 1/3;
  order: -1;
}
@media (max-width: 900px) {
  .page .post-content.advertisement_right,
  .single .post-content.advertisement_right {
    grid-column: 1/-1;
  }
}
.page .post-content ul,
.single .post-content ul {
  padding: 0;
  margin: 0 0 0 20px;
}
.page .post-content a,
.single .post-content a {
  text-decoration: underline;
  color: #235e63;
}
@media (max-width: 900px) {
  .page .post-content,
  .single .post-content {
    grid-column: 1/-1;
  }
}
.page .post-content li,
.single .post-content li {
  margin-bottom: 20px;
}
.page .post-content li:first-of-type,
.single .post-content li:first-of-type {
  margin-top: 0;
}
.page .post-content .author-bio-block__social a,
.single .post-content .author-bio-block__social a {
  color: #000;
}
.page .post-content .large-cta,
.page .post-content a.large-cta,
.page
  .post-content
  a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single .post-content .large-cta,
.single .post-content a.large-cta,
.single
  .post-content
  a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"] {
  background: #91c1c5;
  border-radius: 100px;
  color: #000;
  text-decoration: none;
  padding: 20px 20px 20px 30px;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
  font-size: 1.5625rem;
  transition: 0.3s;
}
@media (max-width: 1010px) {
  .page .post-content .large-cta,
  .page .post-content a.large-cta,
  .page
    .post-content
    a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .page
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .page
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .page
    .post-content
    a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .single .post-content .large-cta,
  .single .post-content a.large-cta,
  .single
    .post-content
    a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .single
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .single
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .single
    .post-content
    a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"] {
    font-size: calc(1.02812rem + 0.84653vw);
  }
}
@media (max-width: 768px) {
  .page .post-content .large-cta,
  .page .post-content a.large-cta,
  .page
    .post-content
    a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .page
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .page
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .page
    .post-content
    a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .single .post-content .large-cta,
  .single .post-content a.large-cta,
  .single
    .post-content
    a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .single
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .single
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .single
    .post-content
    a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"] {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) and (max-width: 1010px) {
  .page .post-content .large-cta,
  .page .post-content a.large-cta,
  .page
    .post-content
    a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .page
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .page
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .page
    .post-content
    a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .single .post-content .large-cta,
  .single .post-content a.large-cta,
  .single
    .post-content
    a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .single
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .single
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .single
    .post-content
    a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"] {
    font-size: calc(1.0125rem + 0.37624vw);
  }
}
@media (max-width: 600px) {
  .page .post-content .large-cta,
  .page .post-content a.large-cta,
  .page
    .post-content
    a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .page
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .page
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .page
    .post-content
    a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .single .post-content .large-cta,
  .single .post-content a.large-cta,
  .single
    .post-content
    a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .single
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .single
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
  .single
    .post-content
    a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"] {
    font-size: 1rem;
  }
}
.page .post-content .large-cta .subtext,
.page .post-content a.large-cta .subtext,
.page
  .post-content
  a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .subtext,
.page
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .subtext,
.page
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .subtext,
.page
  .post-content
  a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .subtext,
.single .post-content .large-cta .subtext,
.single .post-content a.large-cta .subtext,
.single
  .post-content
  a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .subtext,
.single
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .subtext,
.single
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .subtext,
.single
  .post-content
  a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .subtext {
  display: block;
  font-weight: 400;
  margin-top: 5px;
  font-size: 1.25rem;
}
@media (max-width: 1010px) {
  .page .post-content .large-cta .subtext,
  .page .post-content a.large-cta .subtext,
  .page
    .post-content
    a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .page
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .page
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .page
    .post-content
    a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .single .post-content .large-cta .subtext,
  .single .post-content a.large-cta .subtext,
  .single
    .post-content
    a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .single
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .single
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .single
    .post-content
    a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext {
    font-size: calc(1.0125rem + 0.37624vw);
  }
}
@media (max-width: 768px) {
  .page .post-content .large-cta .subtext,
  .page .post-content a.large-cta .subtext,
  .page
    .post-content
    a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .page
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .page
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .page
    .post-content
    a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .single .post-content .large-cta .subtext,
  .single .post-content a.large-cta .subtext,
  .single
    .post-content
    a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .single
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .single
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .single
    .post-content
    a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext {
    font-size: 1.0625rem;
  }
}
@media (max-width: 768px) and (max-width: 1010px) {
  .page .post-content .large-cta .subtext,
  .page .post-content a.large-cta .subtext,
  .page
    .post-content
    a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .page
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .page
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .page
    .post-content
    a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .single .post-content .large-cta .subtext,
  .single .post-content a.large-cta .subtext,
  .single
    .post-content
    a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .single
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .single
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .single
    .post-content
    a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext {
    font-size: calc(1.00313rem + 0.09406vw);
  }
}
@media (max-width: 600px) {
  .page .post-content .large-cta .subtext,
  .page .post-content a.large-cta .subtext,
  .page
    .post-content
    a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .page
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .page
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .page
    .post-content
    a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .single .post-content .large-cta .subtext,
  .single .post-content a.large-cta .subtext,
  .single
    .post-content
    a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .single
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .single
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext,
  .single
    .post-content
    a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .subtext {
    font-size: 0.9375rem;
  }
}
.page .post-content .large-cta .learn-more,
.page .post-content a.large-cta .learn-more,
.page
  .post-content
  a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.page
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.page
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.page
  .post-content
  a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.single .post-content .large-cta .learn-more,
.single .post-content a.large-cta .learn-more,
.single
  .post-content
  a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.single
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.single
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.single
  .post-content
  a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more {
  background: #102f32;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-weight: 700;
  max-width: 130px;
  text-transform: uppercase;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  letter-spacing: 1px;
  font-size: 0.9375rem;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .page .post-content .large-cta .learn-more,
  .page .post-content a.large-cta .learn-more,
  .page
    .post-content
    a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .learn-more,
  .page
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .learn-more,
  .page
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .learn-more,
  .page
    .post-content
    a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .learn-more,
  .single .post-content .large-cta .learn-more,
  .single .post-content a.large-cta .learn-more,
  .single
    .post-content
    a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .learn-more,
  .single
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .learn-more,
  .single
    .post-content
    a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .learn-more,
  .single
    .post-content
    a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
    .learn-more {
    font-size: 0.75rem;
  }
}
.page .post-content .large-cta:focus,
.page .post-content .large-cta:hover,
.page .post-content a.large-cta:focus,
.page .post-content a.large-cta:hover,
.page
  .post-content
  a:focus[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  a:focus[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  a:focus[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  a:focus[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  a:hover[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  a:hover[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  a:hover[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  a:hover[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single .post-content .large-cta:focus,
.single .post-content .large-cta:hover,
.single .post-content a.large-cta:focus,
.single .post-content a.large-cta:hover,
.single
  .post-content
  a:focus[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  a:focus[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  a:focus[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  a:focus[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  a:hover[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  a:hover[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  a:hover[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  a:hover[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"] {
  background: #b2d4d7;
}
.page .post-content .large-cta:focus .learn-more,
.page .post-content .large-cta:hover .learn-more,
.page .post-content a.large-cta:focus .learn-more,
.page .post-content a.large-cta:hover .learn-more,
.page
  .post-content
  a:focus[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.page
  .post-content
  a:focus[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.page
  .post-content
  a:focus[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.page
  .post-content
  a:focus[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.page
  .post-content
  a:hover[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.page
  .post-content
  a:hover[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.page
  .post-content
  a:hover[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.page
  .post-content
  a:hover[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.single .post-content .large-cta:focus .learn-more,
.single .post-content .large-cta:hover .learn-more,
.single .post-content a.large-cta:focus .learn-more,
.single .post-content a.large-cta:hover .learn-more,
.single
  .post-content
  a:focus[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.single
  .post-content
  a:focus[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.single
  .post-content
  a:focus[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.single
  .post-content
  a:focus[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.single
  .post-content
  a:hover[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.single
  .post-content
  a:hover[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.single
  .post-content
  a:hover[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more,
.single
  .post-content
  a:hover[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]
  .learn-more {
  background: #1c5359;
}
.page
  .post-content
  a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"] {
  background: #91c1c5;
  border-radius: 100px !important;
  color: #000 !important;
  padding: 20px 20px 20px 30px !important;
  font-family: inherit !important;
  display: flex !important;
  text-align: left !important;
  transition: 0.3s;
}
.page
  .post-content
  [style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:after,
.page
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:after,
.page
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:after,
.page
  .post-content
  [style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:after,
.single
  .post-content
  [style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:after,
.single
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:after,
.single
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:after,
.single
  .post-content
  [style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:after {
  content: "Go To Site";
  background: #102f32;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-weight: 700;
  max-width: 130px;
  text-transform: uppercase;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 0.9375rem;
  margin-left: 10px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .page
    .post-content
    [style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:after,
  .page
    .post-content
    [style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:after,
  .page
    .post-content
    [style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:after,
  .page
    .post-content
    [style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:after,
  .single
    .post-content
    [style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:after,
  .single
    .post-content
    [style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:after,
  .single
    .post-content
    [style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:after,
  .single
    .post-content
    [style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:after {
    font-size: 0.75rem;
  }
}
.page
  .post-content
  [style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:focus,
.page
  .post-content
  [style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:hover,
.page
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:focus,
.page
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:focus,
.page
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:hover,
.page
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:hover,
.page
  .post-content
  [style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:focus,
.page
  .post-content
  [style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:hover,
.single
  .post-content
  [style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:focus,
.single
  .post-content
  [style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:hover,
.single
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:focus,
.single
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:focus,
.single
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:hover,
.single
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:hover,
.single
  .post-content
  [style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:focus,
.single
  .post-content
  [style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:hover {
  background: #b2d4d7;
}
.page
  .post-content
  [style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:focus:after,
.page
  .post-content
  [style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:hover:after,
.page
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:focus:after,
.page
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:focus:after,
.page
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:hover:after,
.page
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:hover:after,
.page
  .post-content
  [style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:focus:after,
.page
  .post-content
  [style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:hover:after,
.single
  .post-content
  [style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:focus:after,
.single
  .post-content
  [style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:hover:after,
.single
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:focus:after,
.single
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:focus:after,
.single
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:hover:after,
.single
  .post-content
  [style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:hover:after,
.single
  .post-content
  [style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:focus:after,
.single
  .post-content
  [style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"]:hover:after {
  background: #1c5359;
}
.page .post-content h1,
.page .post-content h2,
.page .post-content h3,
.page .post-content h4,
.page .post-content h5,
.page .post-content h6,
.single .post-content h1,
.single .post-content h2,
.single .post-content h3,
.single .post-content h4,
.single .post-content h5,
.single .post-content h6 {
  margin: 0.5em 0;
}
.page .post-meta,
.single .post-meta {
  align-items: baseline;
}
.page .post-meta a,
.page .post-meta p,
.single .post-meta a,
.single .post-meta p {
  font-size: 0.6875rem;
}
.page .post-meta a,
.single .post-meta a {
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
.page .post-meta.author,
.single .post-meta.author {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .page .post-meta.author,
  .single .post-meta.author {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.page .post-meta span,
.single .post-meta span {
  font-weight: 700;
}
.page .post-meta .estimated-reading-time,
.single .post-meta .estimated-reading-time {
  font-weight: 500;
  float: right;
}
@media (max-width: 900px) {
  .page .post-meta .estimated-reading-time,
  .single .post-meta .estimated-reading-time {
    float: none;
  }
}
.page .post-categories,
.single .post-categories {
  font-size: 0.6875rem;
  max-width: 50%;
}
@media (max-width: 768px) {
  .page .post-categories,
  .single .post-categories {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.page .post-categories a,
.page .post-categories span,
.single .post-categories a,
.single .post-categories span {
  font-size: 0.6875rem;
  color: #000;
}
.page .post-categories a:last-of-type .comma,
.page .post-categories span:last-of-type .comma,
.single .post-categories a:last-of-type .comma,
.single .post-categories span:last-of-type .comma {
  display: none;
}
.page p,
.single p {
  margin-bottom: 30px;
}
.page p:last-of-type,
.single p:last-of-type {
  margin-bottom: 0;
}
.page span.image-caption,
.single span.image-caption {
  margin-top: -25px;
  margin-bottom: 20px;
  opacity: 0.6;
  font-size: 0.875rem;
}
.page .article--header,
.single .article--header {
  background: #91c1c5;
  padding-top: 40px;
}
.page .article--header .large-cta,
.page
  .article--header
  .post-content
  a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .article--header
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .article--header
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .article--header
  .post-content
  a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  .article--header
  a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  .article--header
  a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  .article--header
  a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  .article--header
  a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  .single
  .article--header
  a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  .single
  .article--header
  a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  .single
  .article--header
  a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.page
  .post-content
  .single
  .article--header
  a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single .article--header .large-cta,
.single
  .article--header
  .post-content
  a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .article--header
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .article--header
  .post-content
  a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .article--header
  .post-content
  a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  .article--header
  a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  .article--header
  a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  .article--header
  a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  .article--header
  a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  .page
  .article--header
  a[style="display: block; font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  .page
  .article--header
  a[style="display: block; font-family: Times; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  .page
  .article--header
  a[style="display: block; font-family: Times; text-align: center; background: #28BAF2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"],
.single
  .post-content
  .page
  .article--header
  a[style="display: smal font-family: sans-serif; text-align: center; background: #28baf2; text-decoration: none; color: #fff; font-weight: bold; padding: 1em; border-radius: 6px;"] {
  background: #b2d4d7 !important;
}
.page .post-content--share,
.single .post-content--share {
  border-bottom: 1px solid #000;
}
.page .post-content--share p,
.single .post-content--share p {
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .page .post-content--share span,
  .single .post-content--share span {
    display: block;
    font-size: 0.8125rem;
  }
}
.page .post-content--share a,
.single .post-content--share a {
  font-size: 1.25rem;
  margin-right: 15px;
  display: inline-block;
  color: #000;
}
@media (max-width: 1010px) {
  .page .post-content--share a,
  .single .post-content--share a {
    font-size: calc(1.0125rem + 0.37624vw);
  }
}
.page .post-content--share a:last-of-type,
.single .post-content--share a:last-of-type {
  margin-right: 0;
}
.page .post-content--share a:first-of-type,
.single .post-content--share a:first-of-type {
  margin-left: 30px;
}
@media (max-width: 600px) {
  .page .post-content--share a:first-of-type,
  .single .post-content--share a:first-of-type {
    margin-left: 0;
  }
}
.page .bc-iframe,
.single .bc-iframe {
  margin-bottom: 30px;
}
.page .affiliated-links-notice h4,
.single .affiliated-links-notice h4 {
  margin-top: 50px;
}
.single-format-video .featured-image {
  display: none;
}
.post-content .subheading p {
  margin-bottom: 0;
  font-weight: 600;
}
.page .post-content .subheading p:last-of-type {
  margin-bottom: 0;
}
.page-template-page-tools-widgets .post-content .subheading p:last-of-type,
.single.post-template-page-tools-widgets
  .post-content
  .subheading
  p:last-of-type,
.single .sub-subheading p:last-of-type {
  margin-bottom: 30px;
}
body.page.IE .post-content,
body.single.IE .post-content {
  margin-top: 0;
}
body.IE.page .post-content,
body.IE.single .post-content {
  width: calc(66.6% - 50px);
  float: right;
}
@media (max-width: 768px) {
  body.IE.page .post-content,
  body.IE.single .post-content {
    width: 100%;
    float: none;
  }
}
body.IE.page .post-content.advertisement_right,
body.IE.single .post-content.advertisement_right {
  float: left;
}
body.IE.page .post-content.advertisement_right .post-content,
body.IE.single .post-content.advertisement_right .post-content {
  width: 100%;
  float: left;
}
body.IE.page .post-skyscraper-ad.advertisement_right,
body.IE.single .post-skyscraper-ad.advertisement_right {
  float: right;
}
.single .post-categories a,
.single .post-categories span {
  font-size: 0.8125rem;
  color: #000;
  letter-spacing: 0.2px;
  padding: 10px 20px;
  border-radius: 0;
  border: 2px solid #102f32;
}
@media (max-width: 600px) {
  .single .post-categories a,
  .single .post-categories span {
    font-size: 0.75rem;
    padding: 7px 15px;
  }
}
.search-results {
  background: #e5eff6;
}
.search-results .search-form input {
  width: 100%;
  font-size: 5rem;
  font-weight: 700;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  background: transparent;
}
@media (max-width: 1010px) {
  .search-results .search-form input {
    font-size: calc(1.2rem + 6.0198vw);
  }
}
.search-results .pagination {
  padding-bottom: 55px;
}
@media (max-width: 768px) {
  .search-results .pagination {
    padding-bottom: 35px;
  }
}
.post-template-single-best-of .post-content {
  grid-column: 1/3;
}
@media (max-width: 900px) {
  .post-template-single-best-of .post-content {
    grid-column: 1/-1;
  }
}
.post-template-single-best-of .post-content.post-content--content {
  margin-top: 0;
}
.post-template-single-best-of .post-content li a {
  font-weight: 700;
}
@media (max-width: 600px) {
  .post-template-single-best-of .post-content span {
    display: block;
  }
}
.post-template-single-best-of .post-content li {
  list-style: none;
}
@media (max-width: 600px) {
  .post-template-single-best-of .post-content li {
    margin-bottom: 30px;
  }
}
.post-template-single-best-of .post-content li:before {
  content: "➔";
  color: #235e63;
  display: inline-block;
  margin-right: 8px;
}
.post-template-single-best-of .list-to-below {
  margin: 0;
  padding: 0;
}
.post-template-single-best-of .blue-section {
  background: #e5eff6;
}
.post-template-single-best-of .cc-filter-container {
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 900px) {
  .post-template-single-best-of .cc-filter-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.post-template-single-best-of .cc-filter {
  background: #e5eff6;
  padding: 30px 15px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.75rem;
  color: #102f32;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
@media (max-width: 900px) {
  .post-template-single-best-of .cc-filter {
    width: 30%;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .post-template-single-best-of .cc-filter {
    width: 48%;
    margin-bottom: 15px;
  }
}
.post-template-single-best-of .cc-filter--dark {
  background: #102f32;
  color: #fff;
}
.post-template-single-best-of .cc-filter.view-more {
  grid-column-start: 6;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 2;
  display: none;
}
.post-template-single-best-of .cc-filter:nth-of-type(1n + 6) {
  display: none;
}
.post-template-single-best-of .cc-filter:focus,
.post-template-single-best-of .cc-filter:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.post-template-single-best-of .cc-filter img {
  display: block;
  margin: 0 auto 30px;
  min-width: 55px;
  min-height: 50px;
  transition: 0.3s;
}
.post-template-single-best-of .cc-filter svg {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 55px;
  min-height: 55px;
  transition: 0.3s;
}
.post-template-single-best-of .cc-filter.less img {
  transform: rotate(-90deg);
}
.post-template-single-best-of .credit-card {
  max-width: 900px;
  width: 100%;
  margin-bottom: 70px;
}
.post-template-single-best-of .credit-card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .post-template-single-best-of .credit-card:first-of-type {
    margin-top: 20px;
  }
}
.post-template-single-best-of .card-header {
  margin-right: 80px;
  flex-wrap: nowrap;
}
@media (max-width: 900px) {
  .post-template-single-best-of .card-header {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .post-template-single-best-of .card-header {
    margin-right: 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .post-template-single-best-of .card-header .card-image {
    order: -1;
    margin-bottom: 20px;
  }
}
.post-template-single-best-of .card-header .card-image img {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}
.post-template-single-best-of .card-header h3 {
  margin-bottom: 8px;
}
.post-template-single-best-of .card-header h4 {
  font-weight: 400;
  margin-bottom: 30px;
}
.post-template-single-best-of .card-header h3,
.post-template-single-best-of .card-header h4 {
  font-size: 1.875rem;
}
@media (max-width: 1010px) {
  .post-template-single-best-of .card-header h3,
  .post-template-single-best-of .card-header h4 {
    font-size: calc(1.04375rem + 1.31683vw);
  }
}
.post-template-single-best-of .card-header .card-title {
  max-width: 70%;
}
@media (max-width: 768px) {
  .post-template-single-best-of .card-header .card-title {
    max-width: 100%;
    width: 100%;
  }
}
.post-template-single-best-of .card-details {
  background: #fff;
  padding: 65px 40px 40px;
  margin-top: -40px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .post-template-single-best-of .card-details {
    margin-top: -20px;
    padding: 45px 40px 40px;
  }
}
@media (max-width: 768px) {
  .post-template-single-best-of .card-details {
    margin-top: 0;
    padding: 35px;
  }
}
@media (max-width: 600px) {
  .post-template-single-best-of .card-details {
    padding: 15px;
  }
}
.post-template-single-best-of .card-details h5 {
  font-size: 1.0625rem;
  margin-bottom: 15px;
}
@media (max-width: 1010px) {
  .post-template-single-best-of .card-details h5 {
    font-size: calc(1.00313rem + 0.09406vw);
  }
}
#TFSA__form .post-template-single-best-of .card-details #TFSA__submit,
.post-comments-area
  .post-template-single-best-of
  .card-details
  input[type="submit"],
.post-content .post-template-single-best-of .card-details input[type="submit"],
.post-template-single-best-of .card-details #TFSA__form #TFSA__submit,
.post-template-single-best-of .card-details .btn-primary,
.post-template-single-best-of
  .card-details
  .post-comments-area
  input[type="submit"],
.post-template-single-best-of .card-details .post-content input[type="submit"] {
  display: block;
}
.post-template-single-best-of .full-width {
  margin: 0 -40px;
  width: calc(100% + 80px);
}
@media (max-width: 768px) {
  .post-template-single-best-of .full-width {
    margin: 0 -35px;
    width: calc(100% + 70px);
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
.post-template-single-best-of .best-for,
.post-template-single-best-of .features-grid {
  border-left: 10px solid #235e63;
  padding-left: 30px;
}
@media (max-width: 900px) {
  .post-template-single-best-of .best-for,
  .post-template-single-best-of .features-grid {
    border-left: 5px solid #235e63;
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .post-template-single-best-of .best-for,
  .post-template-single-best-of .features-grid {
    display: block;
  }
}
.post-template-single-best-of .features-grid {
  color: #235e63;
}
.post-template-single-best-of .features-grid ul {
  list-style: none;
}
.post-template-single-best-of .features-grid h5 {
  margin-bottom: 5px;
}
.post-template-single-best-of .feature {
  border-right: 1px solid #235e63;
}
@media (max-width: 600px) {
  .post-template-single-best-of .feature {
    border-right: none;
    border-bottom: 1px solid #235e63;
    padding: 20px 0;
  }
  .post-template-single-best-of .feature:first-of-type {
    padding-top: 0;
  }
}
.post-template-single-best-of .feature:last-of-type {
  border: none;
}
.post-template-single-best-of .best-for {
  padding-bottom: 50px;
}
.post-template-single-best-of .best-for p:last-of-type {
  margin-bottom: 0;
}
.post-template-single-best-of .interest-grid {
  margin-top: 20px;
  color: #235e63;
}
.post-template-single-best-of .interest-grid div {
  border: 1px solid #235e63;
  border-right: 0;
  flex-grow: 1;
  padding: 30px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .post-template-single-best-of .interest-grid div {
    flex-direction: column;
    padding: 20px 10px;
  }
}
.post-template-single-best-of .interest-grid div:first-of-type {
  border-left: 0;
}
.post-template-single-best-of .interest-grid div:last-of-type {
  border-right: 0;
}
.post-template-single-best-of .interest-grid div p {
  font-size: 3.125rem;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1010px) {
  .post-template-single-best-of .interest-grid div p {
    font-size: calc(1.10625rem + 3.19802vw);
  }
}
@media (max-width: 600px) {
  .post-template-single-best-of .interest-grid div p {
    font-size: 2.5rem;
  }
}
@media (max-width: 600px) and (max-width: 1010px) {
  .post-template-single-best-of .interest-grid div p {
    font-size: calc(1.075rem + 2.25743vw);
  }
}
.post-template-single-best-of .interest-grid div span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: 15px;
  font-size: 0.78125rem;
}
@media (max-width: 600px) {
  .post-template-single-best-of .interest-grid div span {
    font-size: 0.625rem;
  }
}
.post-template-single-best-of .interest-grid .other-details p {
  margin-right: 25px;
}
@media (max-width: 768px) {
  .post-template-single-best-of .interest-grid .other-details p {
    margin-right: 0;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
  }
}
.post-template-single-best-of .interest-grid .other-details p:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  .post-template-single-best-of .interest-grid .other-details p span {
    margin-left: 5px;
    margin-top: 0;
  }
}
.post-template-single-best-of .interest-grid .other-details-has-2-items p {
  font-size: 2.8125rem;
}
@media (max-width: 1010px) {
  .post-template-single-best-of .interest-grid .other-details-has-2-items p {
    font-size: calc(1.09062rem + 2.72772vw);
  }
}
@media (max-width: 600px) {
  .post-template-single-best-of .interest-grid .other-details-has-2-items p {
    font-size: 1.25rem;
  }
}
@media (max-width: 600px) and (max-width: 1010px) {
  .post-template-single-best-of .interest-grid .other-details-has-2-items p {
    font-size: calc(1.0125rem + 0.37624vw);
  }
}
.post-template-single-best-of .interest-grid .other-details-has-2-items span {
  font-size: 0.75rem;
}
.post-template-single-best-of .interest-grid .other-details-has-3-items p {
  font-size: 2.5rem;
}
@media (max-width: 1010px) {
  .post-template-single-best-of .interest-grid .other-details-has-3-items p {
    font-size: calc(1.075rem + 2.25743vw);
  }
}
.post-template-single-best-of .interest-grid .other-details-has-3-items span {
  font-size: 0.625rem;
}
.post-template-single-best-of .interest-grid .other-details-has-3-items p {
  font-size: 2.1875rem;
}
@media (max-width: 1010px) {
  .post-template-single-best-of .interest-grid .other-details-has-3-items p {
    font-size: calc(1.05937rem + 1.78713vw);
  }
}
.post-template-single-best-of .interest-grid .other-details-has-3-items span {
  font-size: 0.5625rem;
}
.post-template-single-best-of .see-more-content button {
  color: #235e63;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
}
.post-template-single-best-of .see-more-content button:after {
  content: "+";
  line-height: 20px;
  width: 20px;
  display: inline-block;
  font-size: 17px;
  border-radius: 50%;
  margin-left: 10px;
  border: 2px solid #235e63;
}
.post-template-single-best-of .see-more-content button.open:after {
  content: "-";
}
.post-template-single-best-of .see-more-content li {
  margin-bottom: 30px;
}
.post-template-single-best-of .see-more-content .see-more-content--content {
  max-height: 120px;
  position: relative;
  transition: 0.3s;
}
.post-template-single-best-of
  .see-more-content
  .see-more-content--content:after {
  content: "";
  width: calc(100% + 80px);
  margin: 0 -40px;
  position: absolute;
  bottom: -40px;
  height: calc(100% + 20px);
  transition: 0.3s;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #e5eff6);
}
.post-template-single-best-of
  .see-more-content
  .see-more-content--content.height-auto {
  max-height: unset;
}
.post-template-single-best-of
  .see-more-content
  .see-more-content--content.height-auto:after {
  display: none;
}
.post-template-single-best-of .credit-card-table,
.post-template-single-best-of .credit-card-table tr:nth-of-type(odd) {
  background: #fff;
}
@media (max-width: 600px) {
  .post-template-single-best-of .credit-card-table tr {
    border-bottom: 1px solid #91c1c5;
  }
}
.post-template-single-best-of .credit-card-table td {
  border-right: none;
  font-weight: 700;
  vertical-align: middle;
}
.post-template-single-best-of .credit-card-table th {
  border-right: none;
  text-align: left;
  font-weight: 400;
}
.post-template-single-best-of .credit-card-table td,
.post-template-single-best-of .credit-card-table th {
  padding: 20px;
  line-height: 1.2;
  font-size: 1rem;
}
@media (max-width: 600px) {
  .post-template-single-best-of .credit-card-table td,
  .post-template-single-best-of .credit-card-table th {
    font-size: 0.875rem;
  }
}
.post-template-single-best-of .credit-card-table .cc-name {
  max-width: 275px;
}
.post-template-single-best-of .credit-card-table .cc-name-content {
  flex-wrap: nowrap;
  line-height: 1.1;
}
.post-template-single-best-of .credit-card-table .cc-name-content img {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .post-template-single-best-of .credit-card-table .cc-name-content img {
    display: none;
  }
}
.post-template-single-best-of .credit-card-table .annual-fee {
  font-size: 1.875rem;
}
@media (max-width: 1010px) {
  .post-template-single-best-of .credit-card-table .annual-fee {
    font-size: calc(1.04375rem + 1.31683vw);
  }
}
@media (max-width: 600px) {
  .post-template-single-best-of .credit-card-table .annual-fee {
    font-size: 1.25rem;
  }
}
@media (max-width: 600px) and (max-width: 1010px) {
  .post-template-single-best-of .credit-card-table .annual-fee {
    font-size: calc(1.0125rem + 0.37624vw);
  }
}
.post-template-single-best-of .credit-card-table .annual-fee,
.post-template-single-best-of .credit-card-table .annual-fee-heading {
  text-align: right;
}
.page-template-page-about .about-hero {
  background: linear-gradient(180deg, #e5eff6 35%, #91c1c5 0);
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .page-template-page-about .subheading {
    padding-top: 20px;
  }
}
.page-template-page-about .image-container {
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .page-template-page-about .image-container {
    width: 100%;
    padding: 0 5%;
    background: linear-gradient(180deg, #e5eff6 50%, #91c1c5 0);
  }
}
.page-template-page-about .image-container .hero-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-template-page-about .image-container img {
  margin-left: -200px;
  width: calc(100% + 200px);
  max-width: unset;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 550px;
}
@media (max-width: 768px) {
  .page-template-page-about .image-container img {
    max-height: 400px;
  }
}
@media (max-width: 600px) {
  .page-template-page-about .image-container img {
    max-height: 300px;
  }
}
.page-template-page-about .image-container .social-nav {
  flex-direction: column;
  list-style-type: none;
  margin-left: -20px;
  position: relative;
  right: -50px;
  margin-top: 20%;
}
@media (max-width: 1250px) {
  .page-template-page-about .image-container .social-nav {
    right: -20px;
  }
}
@media (max-width: 900px) {
  .page-template-page-about .image-container .social-nav {
    display: none;
  }
}
.page-template-page-about .image-container .social-nav a {
  font-size: 1.5625rem;
}
@media (max-width: 1010px) {
  .page-template-page-about .image-container .social-nav a {
    font-size: calc(1.02812rem + 0.84653vw);
  }
}
.page-template-page-about .image-container .social-nav a:focus,
.page-template-page-about .image-container .social-nav a:hover {
  color: #235e63;
}
.page-template-page-about h1 {
  color: #fff;
  font-size: 7.8125rem;
  font-family: Work Sans Black, sans-serif;
  margin-top: -80px;
  line-height: 1;
  max-width: 1000px;
}
@media (max-width: 1010px) {
  .page-template-page-about h1 {
    font-size: calc(1.34062rem + 10.25248vw);
  }
}
@media (max-width: 768px) {
  .page-template-page-about h1 {
    margin-top: -60px;
  }
}
@media (max-width: 600px) {
  .page-template-page-about h1 {
    margin-top: -30px;
    font-size: 5.625rem;
  }
}
@media (max-width: 600px) and (max-width: 1010px) {
  .page-template-page-about h1 {
    font-size: calc(1.23125rem + 6.9604vw);
  }
}
@media (max-width: 450px) {
  .page-template-page-about h1 {
    font-size: 5rem;
  }
}
@media (max-width: 450px) and (max-width: 1010px) {
  .page-template-page-about h1 {
    font-size: calc(1.2rem + 6.0198vw);
  }
}
.page-template-page-about .about-content-wrapper {
  max-width: 670px;
}
.page-template-page-about .about-content {
  padding-top: 20px;
  background: #e5eff6;
}
.page-template-page-about .about-content .social-nav {
  list-style-type: none;
}
.page-template-page-about .about-content .social-nav a {
  font-size: 1.5625rem;
  display: inline-block;
  margin-right: 25px;
}
@media (max-width: 1010px) {
  .page-template-page-about .about-content .social-nav a {
    font-size: calc(1.02812rem + 0.84653vw);
  }
}
.page-template-page-about .code-item,
.page-template-page-about .mission-item {
  width: calc(50% - 45px);
  flex-basis: calc(50% - 45px);
}
@media (max-width: 900px) {
  .page-template-page-about .code-item,
  .page-template-page-about .mission-item {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .page-template-page-about .code-item:last-of-type,
  .page-template-page-about .mission-item:last-of-type {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .page-template-page-about .code-item,
  .page-template-page-about .mission-item {
    padding-top: 40px;
  }
}
.page-template-page-about .mission-item {
  position: relative;
}
.page-template-page-about .mission-item:before {
  content: "";
  width: 65px;
  height: 1px;
  background: #64686b;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-page-about .mission-item h2 {
  font-size: 1.25rem;
  color: #235e63;
}
@media (max-width: 1010px) {
  .page-template-page-about .mission-item h2 {
    font-size: calc(1.0125rem + 0.37624vw);
  }
}
.page-template-page-about .mission-item .large-text p {
  color: #51909a;
  font-size: 1.75rem;
  line-height: 1.3;
}
@media (max-width: 1010px) {
  .page-template-page-about .mission-item .large-text p {
    font-size: calc(1.0375rem + 1.12871vw);
  }
}
.page-template-page-about .mission-item .large-text p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .page-template-page-about .code-item {
    display: flex;
    align-items: flex-start;
  }
}
.page-template-page-about .code-item h2 {
  color: #235e63;
  text-decoration: underline;
  font-family: sans-serif;
  font-size: 2.0625rem;
  padding: 15px 0;
}
@media (max-width: 1010px) {
  .page-template-page-about .code-item h2 {
    font-size: calc(1.05313rem + 1.59901vw);
  }
}
@media (max-width: 900px) {
  .page-template-page-about .code-item h2 {
    padding-top: 0;
  }
}
.page-template-page-about .code-item a {
  transition: 0.3s;
}
.page-template-page-about .code-item a:hover {
  color: #51909a;
}
.page-template-page-about .code-item a:active {
  color: #91c1c5;
}
@media (max-width: 900px) {
  .page-template-page-about .code-item img {
    margin-right: 20px;
  }
}
body.IE.page-template-page-about .code-item img {
  min-width: 40px;
}
.page-template-default .page--header,
.page-template-page-contact .page--header,
.page-template-page-subscribe .page--header {
  background: #91c1c5;
}
.page-template-default .post-content,
.page-template-page-contact .post-content,
.page-template-page-subscribe .post-content {
  grid-column: 1/3;
}
@media (max-width: 900px) {
  .page-template-default .post-content,
  .page-template-page-contact .post-content,
  .page-template-page-subscribe .post-content {
    grid-column: 1/-1;
  }
}
.page-template-default .gform_wrapper ul.gfield_checkbox li label,
.page-template-page-contact .gform_wrapper ul.gfield_checkbox li label,
.page-template-page-subscribe .gform_wrapper ul.gfield_checkbox li label {
  display: inline-flex;
}
.page-template-default #field_1_3,
.page-template-default #field_1_5,
.page-template-default #field_3_2,
.page-template-default #field_3_5,
.page-template-page-contact #field_1_3,
.page-template-page-contact #field_1_5,
.page-template-page-contact #field_3_2,
.page-template-page-contact #field_3_5,
.page-template-page-subscribe #field_1_3,
.page-template-page-subscribe #field_1_5,
.page-template-page-subscribe #field_3_2,
.page-template-page-subscribe #field_3_5 {
  grid-column: 1/2;
}
@media (max-width: 768px) {
  .page-template-default #field_1_3,
  .page-template-default #field_1_5,
  .page-template-default #field_3_2,
  .page-template-default #field_3_5,
  .page-template-page-contact #field_1_3,
  .page-template-page-contact #field_1_5,
  .page-template-page-contact #field_3_2,
  .page-template-page-contact #field_3_5,
  .page-template-page-subscribe #field_1_3,
  .page-template-page-subscribe #field_1_5,
  .page-template-page-subscribe #field_3_2,
  .page-template-page-subscribe #field_3_5 {
    grid-column: 1/-1;
  }
}
.page-template-default #field_1_6,
.page-template-default #field_3_6,
.page-template-default #field_3_7,
.page-template-page-contact #field_1_6,
.page-template-page-contact #field_3_6,
.page-template-page-contact #field_3_7,
.page-template-page-subscribe #field_1_6,
.page-template-page-subscribe #field_3_6,
.page-template-page-subscribe #field_3_7 {
  grid-column: 2/-1;
}
@media (max-width: 768px) {
  .page-template-default #field_1_6,
  .page-template-default #field_3_6,
  .page-template-default #field_3_7,
  .page-template-page-contact #field_1_6,
  .page-template-page-contact #field_3_6,
  .page-template-page-contact #field_3_7,
  .page-template-page-subscribe #field_1_6,
  .page-template-page-subscribe #field_3_6,
  .page-template-page-subscribe #field_3_7 {
    grid-column: 1/-1;
  }
}
.page-template-default #label_3_7_1,
.page-template-page-contact #label_3_7_1,
.page-template-page-subscribe #label_3_7_1 {
  font-style: italic;
  font-size: 0.78125rem;
}
.page-template-default .moneysense-location-team-container,
.page-template-page-contact .moneysense-location-team-container,
.page-template-page-subscribe .moneysense-location-team-container {
  background: #e5eff6;
}
.page-template-default
  .moneysense-location-team-container
  .moneysense-location-team,
.page-template-page-contact
  .moneysense-location-team-container
  .moneysense-location-team,
.page-template-page-subscribe
  .moneysense-location-team-container
  .moneysense-location-team {
  border-top: none;
}
.page-template-page-terms {
  background: #e5eff6;
}
.page-template-page-terms .terms--header {
  margin-bottom: 25px;
}
.page-template-page-terms .terms--header strong {
  font-weight: 700;
}
.page-template-page-terms .last-updated {
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .page-template-page-terms .last-updated {
    width: 100%;
    margin: 10px 0;
  }
}
.page-template-page-terms u {
  text-decoration: none;
  font-weight: 700;
}
.page-template-page-tools-widgets,
.post-template-page-tools-widgets {
  background: #e5eff6;
}
.page-template-page-tools-widgets .tool .post-content,
.post-template-page-tools-widgets .tool .post-content {
  grid-column: 1/-1;
}
@media (max-width: 768px) {
  .page-template-page-tools-widgets .tool .post-content,
  .post-template-page-tools-widgets .tool .post-content {
    margin-top: 20px;
  }
}
.page-template-page-tools-widgets .tools-widgets--header .entry-title,
.post-template-page-tools-widgets .tools-widgets--header .entry-title {
  margin-bottom: 20px;
}
.page-template-page-tools-widgets .tools-widgets--header .post-content,
.post-template-page-tools-widgets .tools-widgets--header .post-content {
  grid-column: 1/3;
}
@media (max-width: 768px) {
  .page-template-page-tools-widgets .tools-widgets--header .post-content,
  .post-template-page-tools-widgets .tools-widgets--header .post-content {
    grid-column: 1/-1;
  }
}
.page-template-page-tools-widgets .tools-widgets--header .post--item--ad,
.post-template-page-tools-widgets .tools-widgets--header .post--item--ad {
  grid-column: 3/3;
}
@media (max-width: 768px) {
  .page-template-page-tools-widgets .tools-widgets--header .post--item--ad,
  .post-template-page-tools-widgets .tools-widgets--header .post--item--ad {
    display: none;
  }
}
.page-template-page-tools-widgets
  h1[style="color: #a3c139; font-family: stagsans, arial, helvetica, sans-serif; text-transform: none; font-size: 1.6em; font-weight: 400;"],
.page-template-page-tools-widgets
  h2[style="color: #a3c139; font-family: stagsans, arial, helvetica, sans-serif; text-transform: none; font-size: 1.6em; font-weight: 400;"],
.page-template-page-tools-widgets
  h2[style="font-family:stagsans,arial,helvetica,sans-serif;font-size:1.6em;font-weight:400;margin-top:0;text-decoration:none;color:#A3C139;"],
.post-template-page-tools-widgets
  h1[style="color: #a3c139; font-family: stagsans, arial, helvetica, sans-serif; text-transform: none; font-size: 1.6em; font-weight: 400;"],
.post-template-page-tools-widgets
  h2[style="color: #a3c139; font-family: stagsans, arial, helvetica, sans-serif; text-transform: none; font-size: 1.6em; font-weight: 400;"],
.post-template-page-tools-widgets
  h2[style="font-family:stagsans,arial,helvetica,sans-serif;font-size:1.6em;font-weight:400;margin-top:0;text-decoration:none;color:#A3C139;"] {
  color: #102f32 !important;
}
.page-template-page-tools-widgets
  h2[style="font-family:stagsans,arial,helvetica,sans-serif;font-size:1.6em;font-weight:400;margin-top:0;text-decoration:none;color:#A3C139;"],
.post-template-page-tools-widgets
  h2[style="font-family:stagsans,arial,helvetica,sans-serif;font-size:1.6em;font-weight:400;margin-top:0;text-decoration:none;color:#A3C139;"] {
  margin-bottom: 20px;
}
.page-template-page-tools-widgets
  h2[style="color: #a3c139; font-family: stagsans, arial, helvetica, sans-serif; text-transform: none; font-size: 1.6em; font-weight: 400;"],
.post-template-page-tools-widgets
  h2[style="color: #a3c139; font-family: stagsans, arial, helvetica, sans-serif; text-transform: none; font-size: 1.6em; font-weight: 400;"] {
  margin-top: 20px;
}
.error404 #maincontent > .wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .error404 #maincontent > .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.error404 .search-form {
  margin: 25px 0;
}
.error404 .search-form .wrapper {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-page-contact .post-content {
  margin-top: 0;
}
@media (max-width: 768px) {
  .page-template-page-contact .grid.section-padding {
    padding-top: 35px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.author .post--item:nth-of-type(-n + 2) {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  body.author .post--item:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.page-template-default .post-content {
  margin-top: 0;
}
body.post-template-single-sponsored-hub .post--item--large {
  grid-column: 1/4;
}
body.post-template-single-sponsored-hub .post--item--large .image {
  position: relative;
}
body.post-template-single-sponsored-hub .post--item--large .image img {
  max-height: 400px;
  min-height: unset;
}
@media (max-width: 900px) {
  body.post-template-single-sponsored-hub .post--item--large .image.desktop {
    display: none;
  }
}
body.post-template-single-sponsored-hub .post--item--large .image.mobile {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding-top: 200px;
}
@media (max-width: 900px) {
  body.post-template-single-sponsored-hub .post--item--large .image.mobile {
    display: block;
  }
}
body.post-template-single-sponsored-hub .post--item--large .content {
  padding: 0 410px 25px 35px;
}
@media (max-width: 900px) {
  body.post-template-single-sponsored-hub .post--item--large .content {
    padding: 0 35px 25px;
  }
}
body.post-template-single-sponsored-hub .post--item--large .post--link {
  z-index: 3;
}
body.post-template-single-sponsored-hub .post--item--large .overlay-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.8;
  width: 400px;
}
@media (max-width: 900px) {
  body.post-template-single-sponsored-hub
    .post--item--large
    .overlay-container {
    left: 0;
    width: 100%;
    z-index: -1;
  }
}
@media (max-width: 900px) {
  body.post-template-single-sponsored-hub
    .post--item--large
    .overlay-container.desktop {
    display: none;
  }
}
body.post-template-single-sponsored-hub
  .post--item--large
  .overlay-container.mobile {
  display: none;
}
@media (max-width: 900px) {
  body.post-template-single-sponsored-hub
    .post--item--large
    .overlay-container.mobile {
    display: block;
  }
}
body.post-template-single-sponsored-hub .post--item--large .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 400px;
  padding: 50px 30px;
  text-align: center;
  color: #fff;
}
@media (max-width: 900px) {
  body.post-template-single-sponsored-hub .post--item--large .overlay {
    position: relative;
    left: 0;
    width: 100%;
    padding: 15px 35px;
  }
}
body.post-template-single-sponsored-hub .post--item--large .overlay h1,
body.post-template-single-sponsored-hub .post--item--large .overlay p {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1010px) {
  body.post-template-single-sponsored-hub .post--item--large .overlay h1,
  body.post-template-single-sponsored-hub .post--item--large .overlay p {
    font-size: calc(1.0625rem + 1.88119vw);
  }
}
@media (max-width: 900px) {
  body.post-template-single-sponsored-hub .post--item--large .overlay.desktop {
    display: none;
  }
}
body.post-template-single-sponsored-hub .post--item--large .overlay.mobile {
  display: none;
}
@media (max-width: 900px) {
  body.post-template-single-sponsored-hub .post--item--large .overlay.mobile {
    display: block;
  }
}
@media (max-width: 900px) {
  body.post-template-single-sponsored-hub .post--item--large .overlay-image {
    display: none;
  }
}
body.post-template-single-sponsored-hub
  .post--item--large
  .overlay-image--image,
body.post-template-single-sponsored-hub .post--item--large .overlay-image--svg {
  background: #fff;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
body.post-template-single-sponsored-hub
  .post--item--large
  .overlay-image--image
  svg,
body.post-template-single-sponsored-hub
  .post--item--large
  .overlay-image--svg
  svg {
  width: 30px;
  height: auto;
}
body.post-template-single-sponsored-hub
  .post--item--large
  .overlay-image--image
  svg
  g,
body.post-template-single-sponsored-hub
  .post--item--large
  .overlay-image--svg
  svg
  g {
  fill: inherit;
}
body.post-template-single-sponsored-hub
  .post--item--large
  .overlay-image--image
  img,
body.post-template-single-sponsored-hub
  .post--item--large
  .overlay-image--svg
  img {
  max-width: 40px;
}
body.post-template-single-sponsored-hub .post--item--large .overlay-text--top {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
body.post-template-single-sponsored-hub
  .post--item--large
  .overlay-text--top:after {
  content: "";
  height: 2px;
  width: 85%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  background: #fff;
}
@media (max-width: 900px) {
  body.post-template-single-sponsored-hub
    .post--item--large
    .overlay-text--top {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
body.post-template-single-sponsored-hub
  .post--item--large
  .overlay-text--bottom
  p {
  position: relative;
}
body.post-template-single-sponsored-hub
  .post--item--large
  .overlay-text--bottom
  a {
  position: relative;
  z-index: 5;
}
body.post-template-single-sponsored-hub
  .post--item--large
  .overlay-text--bottom
  .extra-small {
  font-size: 1.25rem;
  position: relative;
  bottom: 15px;
}
@media (max-width: 1010px) {
  body.post-template-single-sponsored-hub
    .post--item--large
    .overlay-text--bottom
    .extra-small {
    font-size: calc(1.0125rem + 0.37624vw);
  }
}
@media (max-width: 768px) {
  body.post-template-single-sponsored-hub
    .post--item--large
    .overlay-text--bottom
    .extra-small {
    bottom: 8px;
  }
}
body.post-template-single-sponsored-hub
  .post--item--large
  .overlay-text--bottom
  .overlay-text--presented {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 1010px) {
  body.post-template-single-sponsored-hub
    .post--item--large
    .overlay-text--bottom
    .overlay-text--presented {
    font-size: calc(1.0375rem + 1.12871vw);
  }
}
@media (max-width: 900px) {
  body.post-template-single-sponsored-hub
    .post--item--large
    .overlay-text--bottom
    .overlay-text--presented {
    margin-bottom: 0;
  }
}
body.post-template-single-sponsored-hub
  .post--item--large
  .overlay-text--bottom
  p {
  font-size: 2.5rem;
}
@media (max-width: 1010px) {
  body.post-template-single-sponsored-hub
    .post--item--large
    .overlay-text--bottom
    p {
    font-size: calc(1.075rem + 2.25743vw);
  }
}
body.post-template-single-sponsored-hub .page-content {
  padding: 0 25px;
  grid-column: 1/4;
}
.page-template-page-instagram .headings {
  text-align: center;
  padding: 40px 0;
}
.imageGrid {
  padding: 0;
  width: 1050px;
  max-width: 95%;
  margin: 0 auto 100px !important;
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .imageGrid {
    grid-gap: 6px;
  }
}
.imageGrid li {
  list-style: none;
  margin-bottom: 0 !important;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.imageGrid img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
}
.post-type-archive-glossary h2 {
  color: #235e63;
}
.post-type-archive-glossary .glossary--header {
  background: #91c1c5;
}
.post-type-archive-glossary .glossary--header h1 {
  max-width: 700px;
}
.post-type-archive-glossary .browse-text {
  max-width: 700px;
  line-height: 1.3;
}
.post-type-archive-glossary .glossary-letters {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-type-archive-glossary .glossary-letters li {
  margin-right: 5px;
}
.post-type-archive-glossary .glossary-letters a {
  background: #91c1c5;
  display: block;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  padding: 10px;
}
.post-type-archive-glossary .glossary-letters a:focus,
.post-type-archive-glossary .glossary-letters a:hover {
  background: #235e63;
  color: #fff;
}
.post-type-archive-glossary .terms {
  -moz-columns: 4;
  column-count: 4;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (max-width: 768px) {
  .post-type-archive-glossary .terms {
    -moz-columns: 3;
    column-count: 3;
  }
}
@media (max-width: 600px) {
  .post-type-archive-glossary .terms {
    -moz-columns: 2;
    column-count: 2;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.post-type-archive-glossary .terms a {
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 768px) {
  .post-type-archive-glossary .terms a {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .post-type-archive-glossary .terms a {
    margin-bottom: 5px;
  }
}
.post-type-archive-glossary .terms a:focus,
.post-type-archive-glossary .terms a:hover {
  text-decoration: underline;
}
.page-template-page-subscribe #gform_3 #label_1_select_all:before {
  background: url(../images/select-all.png) no-repeat 50%;
  background-size: contain;
  content: "";
  height: 45px;
  margin-right: 0.75rem;
  width: 45px;
}
@media (min-width: 900px) {
  .hero-post-template .wp-block-columns {
    margin: 0 6rem;
  }
}
.hero-post-template .wp-block-columns .wp-block-column {
  margin: 1rem;
}
.hero-post-template .wp-block-columns .wp-block-column:nth-of-type(2n) {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  align-self: flex-start;
}
.hero-post-template .wp-block-columns .wp-block-column .leaderboard-ad {
  background: transparent;
}
@media (min-width: 900px) {
  .hero-post-template .wp-block-columns .wp-block-column:first-child {
    margin-right: 3rem;
  }
}
.hero-post-template .ms-shortcode-post,
.hero-post-template .ms-shortcode-post__title {
  margin-bottom: 1.5rem;
}
.hero-post-template .ms-shortcode-post__author a {
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
.page .rh-widget .ratehub-calc .rh-holder a,
.page .rh-widget .rh-tabs ul.nav.nav-tabs li a,
.ratehub-tabs,
.single .rh-widget .ratehub-calc .rh-holder a,
.single .rh-widget .rh-tabs ul.nav.nav-tabs li a {
  color: #fff;
  padding: 20px 30px;
  display: block;
  font-size: 1.0625rem;
  position: static;
  margin: 0;
  text-decoration: none;
  background: #102f32;
}
@media (max-width: 1010px) {
  .page .rh-widget .ratehub-calc .rh-holder a,
  .page .rh-widget .rh-tabs ul.nav.nav-tabs li a,
  .ratehub-tabs,
  .single .rh-widget .ratehub-calc .rh-holder a,
  .single .rh-widget .rh-tabs ul.nav.nav-tabs li a {
    font-size: calc(1.00313rem + 0.09406vw);
  }
}
@media (max-width: 768px) {
  .page .rh-widget .ratehub-calc .rh-holder a,
  .page .rh-widget .rh-tabs ul.nav.nav-tabs li a,
  .ratehub-tabs,
  .single .rh-widget .ratehub-calc .rh-holder a,
  .single .rh-widget .rh-tabs ul.nav.nav-tabs li a {
    padding: 20px 10px;
  }
}
@media (max-width: 600px) {
  .page .rh-widget .ratehub-calc .rh-holder a,
  .page .rh-widget .rh-tabs ul.nav.nav-tabs li a,
  .ratehub-tabs,
  .single .rh-widget .ratehub-calc .rh-holder a,
  .single .rh-widget .rh-tabs ul.nav.nav-tabs li a {
    padding: 10px;
    font-size: 0.875rem;
  }
}
.page .rh-widget .ratehub-calc input,
.page .rh-widget .rh-date-input.ng-valid,
.page .rh-widget .select2-container.ng-valid > .select2-choice,
.page .rh-widget .select2-container .select2-choice,
.page .rh-widget input.ng-valid,
.page .rh-widget textarea.ng-valid,
.ratehub-inputs,
.single .rh-widget .ratehub-calc input,
.single .rh-widget .rh-date-input.ng-valid,
.single .rh-widget .select2-container.ng-valid > .select2-choice,
.single .rh-widget .select2-container .select2-choice,
.single .rh-widget input.ng-valid,
.single .rh-widget textarea.ng-valid {
  background-color: #e5eff6 !important;
  border-color: #e5eff6 !important;
  box-shadow: none !important;
}
.page .rh-widget .ratehub-calc .get-details,
.page .rh-widget .ratehub-calc .go,
.page .rh-widget a.rh-button,
.ratehub-buttons,
.rh.rh-popup .rh-rate-selector table.rate-display td:first-child + td + td a,
.single .rh-widget .ratehub-calc .get-details,
.single .rh-widget .ratehub-calc .go,
.single .rh-widget a.rh-button {
  background: #102f32;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 0.5px;
  line-height: 1.1;
  transition: 0.3s;
  max-width: 250px;
  padding: 10px;
}
.page .rh-widget .ratehub-calc .get-details:hover,
.page .rh-widget .ratehub-calc .go:hover,
.page .rh-widget a.rh-button:hover,
.ratehub-buttons:hover,
.ratehub-buttonsfocus,
.rh.rh-popup
  .rh-rate-selector
  table.rate-display
  td:first-child
  + td
  + td
  a:hover,
.single .rh-widget .ratehub-calc .get-details:hover,
.single .rh-widget .ratehub-calc .go:hover,
.single .rh-widget a.rh-button:hover {
  background: #235e63;
}
@media (max-width: 768px) {
  .page .rh-widget .ratehub-calc .get-details,
  .page .rh-widget .ratehub-calc .go,
  .page .rh-widget a.rh-button,
  .ratehub-buttons,
  .rh.rh-popup .rh-rate-selector table.rate-display td:first-child + td + td a,
  .single .rh-widget .ratehub-calc .get-details,
  .single .rh-widget .ratehub-calc .go,
  .single .rh-widget a.rh-button {
    font-size: 0.75rem;
  }
}
@media (max-width: 600px) {
  .page .rh-widget .ratehub-calc .get-details,
  .page .rh-widget .ratehub-calc .go,
  .page .rh-widget a.rh-button,
  .ratehub-buttons,
  .rh.rh-popup .rh-rate-selector table.rate-display td:first-child + td + td a,
  .single .rh-widget .ratehub-calc .get-details,
  .single .rh-widget .ratehub-calc .go,
  .single .rh-widget a.rh-button {
    font-size: 0.625rem;
  }
}
.page .rh-widget .rh-field > label,
.ratehub-label,
.single .rh-widget .rh-field > label {
  color: #000 !important;
  font-weight: 400;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .page .rh-widget .rh-field > label,
  .ratehub-label,
  .single .rh-widget .rh-field > label {
    font-size: 0.8125rem;
  }
}
@media (max-width: 600px) {
  .page .rh-widget .rh-field > label,
  .ratehub-label,
  .single .rh-widget .rh-field > label {
    font-size: 0.75rem;
    padding-right: 3px;
  }
}
.page .rh-widget,
.single .rh-widget {
  font-family: Work Sans, sans-serif !important;
  font-weight: 400 !important;
}
.page .rh-widget a,
.single .rh-widget a {
  text-decoration: none;
}
.page .rh-widget .rh-calc-tabs,
.page .rh-widget .rh-holder,
.page .rh-widget .rh-tabs ul.nav.nav-tabs,
.single .rh-widget .rh-calc-tabs,
.single .rh-widget .rh-holder,
.single .rh-widget .rh-tabs ul.nav.nav-tabs {
  background: #102f32;
  margin-bottom: 0;
}
.page .rh-widget .rh-tabs ul.nav.nav-tabs,
.single .rh-widget .rh-tabs ul.nav.nav-tabs {
  padding: 0;
  margin: 0;
}
.page .rh-widget .rh-tabs ul.nav.nav-tabs li,
.single .rh-widget .rh-tabs ul.nav.nav-tabs li {
  background: #102f32;
  margin-top: 0;
  border-right: 2px solid #fff;
}
.page .rh-widget .rh-tabs ul.nav.nav-tabs li.hide-mobile,
.single .rh-widget .rh-tabs ul.nav.nav-tabs li.hide-mobile {
  display: block !important;
}
.page .rh-widget .rh-tabs ul.nav.nav-tabs li.active,
.single .rh-widget .rh-tabs ul.nav.nav-tabs li.active {
  border-right: 2px solid #102f32;
}
.page .rh-widget .rh-tabs ul.nav.nav-tabs li.active a,
.page .rh-widget .rh-tabs ul.nav.nav-tabs li:focus a,
.page .rh-widget .rh-tabs ul.nav.nav-tabs li:hover a,
.single .rh-widget .rh-tabs ul.nav.nav-tabs li.active a,
.single .rh-widget .rh-tabs ul.nav.nav-tabs li:focus a,
.single .rh-widget .rh-tabs ul.nav.nav-tabs li:hover a {
  background: #fff;
  color: #000;
}
.page .rh-widget .rh-tabs ul.nav.nav-tabs li:last-of-type,
.single .rh-widget .rh-tabs ul.nav.nav-tabs li:last-of-type {
  border-right: 0;
}
.page .rh-widget .rh-tabs .nav-tabs + .tab-content,
.single .rh-widget .rh-tabs .nav-tabs + .tab-content {
  border: none;
}
.page .rh-widget .rh-tabs .nav-tabs + .tab-content .tab-stop,
.single .rh-widget .rh-tabs .nav-tabs + .tab-content .tab-stop {
  border-color: #fff;
}
.page .rh-widget .all-cards-table > .rh-comparison-filters label,
.single .rh-widget .all-cards-table > .rh-comparison-filters label {
  font-weight: 400;
}
.page .rh-widget .select2-container.ng-valid > .select2-choice,
.page .rh-widget .select2-container .select2-choice,
.single .rh-widget .select2-container.ng-valid > .select2-choice,
.single .rh-widget .select2-container .select2-choice {
  background-image: url(../images/arrow-down-grey.png) !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
  background-size: 15px;
  text-decoration: none;
}
.page .rh-widget .select2-choice .select2-chosen:after,
.single .rh-widget .select2-choice .select2-chosen:after {
  display: none;
}
.page .rh-widget .nav-dropdown,
.single .rh-widget .nav-dropdown {
  margin-bottom: 0;
}
.page .rh-widget .nav-dropdown .select2-container .select2-choice,
.single .rh-widget .nav-dropdown .select2-container .select2-choice {
  color: #fff;
  background-image: url(../images/arrow-down-white.png) !important;
  background-color: #102f32 !important;
}
.page
  .rh-widget
  .all-cards-table
  > .rh-comparison-filters
  ul.nav-tabs
  + div.tab-content
  .tab-pane,
.single
  .rh-widget
  .all-cards-table
  > .rh-comparison-filters
  ul.nav-tabs
  + div.tab-content
  .tab-pane {
  padding-top: 20px;
}
.page .rh-widget .all-cards-table > .rh-comparison-filters .rh-field,
.single .rh-widget .all-cards-table > .rh-comparison-filters .rh-field {
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .page .rh-widget .all-cards-table > .rh-comparison-filters .rh-field,
  .single .rh-widget .all-cards-table > .rh-comparison-filters .rh-field {
    padding: 0 5px 5px;
  }
}
@media (max-width: 600px) {
  .page .rh-widget .l-half,
  .single .rh-widget .l-half {
    padding: 0;
  }
}
.page .rh-widget a.rh-toggle-bar,
.single .rh-widget a.rh-toggle-bar {
  background: #235e63;
  color: #fff;
  text-decoration: none;
  padding: 20px 0;
}
.page .rh-widget .rh-toggle-bar-container .toggle-content label,
.single .rh-widget .rh-toggle-bar-container .toggle-content label {
  margin-bottom: 5px;
  color: #fff !important;
}
.page .rh-widget .cc-spending-profile .spending-container,
.single .rh-widget .cc-spending-profile .spending-container {
  padding: 20px 0;
  background: #235e63;
}
.page .rh-widget a.rh-toggle-bar + .toggle-content,
.single .rh-widget a.rh-toggle-bar + .toggle-content {
  border: none;
}
.page .rh-widget .rh-sortable-table .banner,
.single .rh-widget .rh-sortable-table .banner {
  background-color: #102f32;
  padding: 15px 0;
}
.page .rh-widget .rh-sortable-table .banner a,
.single .rh-widget .rh-sortable-table .banner a {
  text-decoration: none;
}
.page .rh-widget .rh-sortable-table .banner .banner-left,
.page .rh-widget .rh-sortable-table .banner .banner-right,
.single .rh-widget .rh-sortable-table .banner .banner-left,
.single .rh-widget .rh-sortable-table .banner .banner-right {
  display: none;
}
.page .rh-widget .rh-table a,
.page .rh-widget .rh-table td,
.single .rh-widget .rh-table a,
.single .rh-widget .rh-table td {
  color: #000;
}
.page .rh-widget .rh-table td,
.single .rh-widget .rh-table td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page .rh-widget .rh-sortable-table .sortable-content .even,
.single .rh-widget .rh-sortable-table .sortable-content .even {
  background-color: none;
}
.page .rh-widget .all-cards-table__results tr,
.single .rh-widget .all-cards-table__results tr {
  border-color: #e5eff6 currentcolor;
  border-left: 2px #e5eff6;
  border-bottom-width: 2px;
  border-right: 2px #e5eff6;
  border-top-width: 2px;
}
.page .rh-widget .all-cards-table__results tbody .cash-advance-rate,
.page .rh-widget .all-cards-table__results tbody .recommended-credit-score,
.single .rh-widget .all-cards-table__results tbody .cash-advance-rate,
.single .rh-widget .all-cards-table__results tbody .recommended-credit-score {
  color: #000;
}
.page .rh-widget .featured-label,
.single .rh-widget .featured-label {
  text-transform: uppercase;
  margin-bottom: 7px;
}
.page .rh-widget .cash-advance-rate,
.page .rh-widget .rating,
.page .rh-widget .recommended-credit-score,
.page .rh-widget .secondary-item,
.single .rh-widget .cash-advance-rate,
.single .rh-widget .rating,
.single .rh-widget .recommended-credit-score,
.single .rh-widget .secondary-item {
  margin-top: 7px;
}
.page .rh-widget .fa-star-half-empty:before,
.page .rh-widget .fa-star-half-full:before,
.page .rh-widget .fa-star-half-o:before,
.page .rh-widget .fa-star-o:before,
.page .rh-widget .fa-star:before,
.single .rh-widget .fa-star-half-empty:before,
.single .rh-widget .fa-star-half-full:before,
.single .rh-widget .fa-star-half-o:before,
.single .rh-widget .fa-star-o:before,
.single .rh-widget .fa-star:before {
  color: #000;
}
.page .rh-widget [ng-bind="card.name"],
.single .rh-widget [ng-bind="card.name"] {
  font-weight: 700;
  font-size: 1rem;
}
@media (max-width: 600px) {
  .page .rh-widget [ng-bind="card.name"],
  .single .rh-widget [ng-bind="card.name"] {
    font-size: 0.75rem;
  }
}
.page .rh-widget .all-cards-table__results__details .details-header,
.single .rh-widget .all-cards-table__results__details .details-header {
  background: #235e63;
  color: #fff;
}
.page .rh-widget .all-cards-table__results__details .details-header .name,
.single .rh-widget .all-cards-table__results__details .details-header .name {
  text-decoration: none;
}
.page .rh-widget .card-details__main .rh-tabs ul.nav.nav-tabs li,
.single .rh-widget .card-details__main .rh-tabs ul.nav.nav-tabs li {
  border: 1px solid #102f32;
}
.page .rh-widget .card-details__main .rh-tabs ul.nav.nav-tabs li a,
.single .rh-widget .card-details__main .rh-tabs ul.nav.nav-tabs li a {
  padding: 20px;
}
.page .rh-widget .card-details .card-details__aside .card-info--details .title,
.page
  .rh-widget
  .card-details
  .card-details__aside
  .card-info--eligibility
  .title,
.page
  .rh-widget
  .card-details
  .card-details__aside
  .card-info--fees-and-interest
  .title,
.page .rh-widget .card-details .card-details__footer ul dt:before,
.page .rh-widget .card-details .card-details__footer ul li:before,
.page .rh-widget .fa,
.page .rh-widget .fa:before:not(.fa-chevron-down:before),
.page .rh-widget .rh-list dt:before,
.page .rh-widget .rh-list li:before,
.single
  .rh-widget
  .card-details
  .card-details__aside
  .card-info--details
  .title,
.single
  .rh-widget
  .card-details
  .card-details__aside
  .card-info--eligibility
  .title,
.single
  .rh-widget
  .card-details
  .card-details__aside
  .card-info--fees-and-interest
  .title,
.single .rh-widget .card-details .card-details__footer ul dt:before,
.single .rh-widget .card-details .card-details__footer ul li:before,
.single .rh-widget .fa,
.single .rh-widget .fa:before:not(.fa-chevron-down:before),
.single .rh-widget .rh-list dt:before,
.single .rh-widget .rh-list li:before {
  color: #102f32;
}
.page .rh-widget .card-details .card-details__footer ul dt:before,
.page .rh-widget .card-details .card-details__footer ul li:before,
.page .rh-widget .card-details .card-reward-summary .reward:before,
.page .rh-widget .cc-calc-results .row .positive:before,
.page .rh-widget .cc-spending-profile .spending-totals span:first-child,
.page .rh-widget .fa,
.page .rh-widget .rh-list dt:before,
.page .rh-widget .rh-list li:before,
.page
  .rh-widget
  .select2-drop-hybrid
  .select2-selected
  .select2-result-label:before,
.single .rh-widget .card-details .card-details__footer ul dt:before,
.single .rh-widget .card-details .card-details__footer ul li:before,
.single .rh-widget .card-details .card-reward-summary .reward:before,
.single .rh-widget .cc-calc-results .row .positive:before,
.single .rh-widget .cc-spending-profile .spending-totals span:first-child,
.single .rh-widget .fa,
.single .rh-widget .rh-list dt:before,
.single .rh-widget .rh-list li:before,
.single
  .rh-widget
  .select2-drop-hybrid
  .select2-selected
  .select2-result-label:before {
  color: #102f32 !important;
}
.page .rh-widget .credit-cards__view-details .fa-stack-1x,
.page .rh-widget .fa-chevron-up:before,
.page .rh-widget .fa-plus-circle:before,
.single .rh-widget .credit-cards__view-details .fa-stack-1x,
.single .rh-widget .fa-chevron-up:before,
.single .rh-widget .fa-plus-circle:before {
  color: #fff !important;
}
.page .rh-widget .cc-calc .rh-panels .rh-panel > .title,
.single .rh-widget .cc-calc .rh-panels .rh-panel > .title {
  background: #102f32;
}
.page .rh-widget .rh-panels .rh-panel,
.single .rh-widget .rh-panels .rh-panel {
  border-top: none;
}
.page
  .rh-widget
  .all-cards-table__results
  .even
  .all-cards-table__results__details,
.page .rh-widget .rh-sortable-table .sortable-content .even,
.single
  .rh-widget
  .all-cards-table__results
  .even
  .all-cards-table__results__details,
.single .rh-widget .rh-sortable-table .sortable-content .even {
  background: #fff;
}
.page .rh-widget .card-details .card-benefits .benefit,
.single .rh-widget .card-details .card-benefits .benefit {
  padding-bottom: 5px;
  display: block;
}
.page .rh-widget .card-details .rh-tabs ul.nav.nav-tabs,
.single .rh-widget .card-details .rh-tabs ul.nav.nav-tabs {
  margin-bottom: 0;
}
.page .rh-widget ul.review-list .info .name,
.single .rh-widget ul.review-list .info .name {
  color: #235e63;
}
.page .rh-widget .cc-spending-profile .inputs label,
.single .rh-widget .cc-spending-profile .inputs label {
  color: #fff !important;
  margin-bottom: 5px;
}
.page
  .rh-widget
  .card-details
  .card-details__main
  .cc-calc
  .cc-spending-profile,
.page .rh-widget .rh-tabs .nav-tabs + .tab-content .tab-stop,
.single
  .rh-widget
  .card-details
  .card-details__main
  .cc-calc
  .cc-spending-profile,
.single .rh-widget .rh-tabs .nav-tabs + .tab-content .tab-stop {
  border-top: none;
}
.page .rh-widget .rh-stub a.stub canvas,
.single .rh-widget .rh-stub a.stub canvas {
  display: none;
}
.page .rh-widget .rh-stub a.stub,
.single .rh-widget .rh-stub a.stub {
  background: #235e63;
  color: #fff;
  padding: 30px 0;
}
.page .rh-widget .fa-chevron-circle-down:before,
.single .rh-widget .fa-chevron-circle-down:before {
  color: #fff;
}
.page .rh-widget .card-details .card-info .large,
.page .rh-widget .card-details .card-info h2,
.single .rh-widget .card-details .card-info .large,
.single .rh-widget .card-details .card-info h2 {
  padding: 10px 0;
  display: inline-block;
}
.page .rh-widget .nav-panel:focus,
.page .rh-widget .nav-panel:hover,
.single .rh-widget .nav-panel:focus,
.single .rh-widget .nav-panel:hover {
  background: #235e63 !important;
}
.page .rh-widget .card-details .card-details__aside .card-info--details .title,
.page
  .rh-widget
  .card-details
  .card-details__aside
  .card-info--eligibility
  .title,
.page
  .rh-widget
  .card-details
  .card-details__aside
  .card-info--fees-and-interest
  .title,
.single
  .rh-widget
  .card-details
  .card-details__aside
  .card-info--details
  .title,
.single
  .rh-widget
  .card-details
  .card-details__aside
  .card-info--eligibility
  .title,
.single
  .rh-widget
  .card-details
  .card-details__aside
  .card-info--fees-and-interest
  .title {
  color: #102f32;
}
.page .rh-widget .mtg-table .rh-toggle-bar-container .toggle-content label,
.page .rh-widget .rh-toggle-bar-container .toggle-content label,
.single .rh-widget .mtg-table .rh-toggle-bar-container .toggle-content label,
.single .rh-widget .rh-toggle-bar-container .toggle-content label {
  color: #000 !important;
}
.page
  .rh-widget
  .rh-toggle-bar-container
  .toggle-content
  .spending-container
  label,
.single
  .rh-widget
  .rh-toggle-bar-container
  .toggle-content
  .spending-container
  label {
  color: #fff !important;
}
.page .rh-widget .a.rh-toggle-bar + .toggle-content,
.single .rh-widget .a.rh-toggle-bar + .toggle-content {
  background-color: #fff;
}
.page .rh-widget .sortable,
.page .rh-widget .sortable .title,
.page .rh-widget .sortable .title:before,
.page .rh-widget .sortable:before,
.single .rh-widget .sortable,
.single .rh-widget .sortable .title,
.single .rh-widget .sortable .title:before,
.single .rh-widget .sortable:before {
  color: #fff;
}
.page .rh-widget .input-icon > :first-child,
.single .rh-widget .input-icon > :first-child {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .page .rh-widget .rh-all-rates-table table tbody .col-pay .month-pay,
  .page .rh-widget .rh-all-rates-table table tbody .col-pay .per-month-pay,
  .single .rh-widget .rh-all-rates-table table tbody .col-pay .month-pay,
  .single .rh-widget .rh-all-rates-table table tbody .col-pay .per-month-pay {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) and (max-width: 1010px) {
  .page .rh-widget .rh-all-rates-table table tbody .col-pay .month-pay,
  .page .rh-widget .rh-all-rates-table table tbody .col-pay .per-month-pay,
  .single .rh-widget .rh-all-rates-table table tbody .col-pay .month-pay,
  .single .rh-widget .rh-all-rates-table table tbody .col-pay .per-month-pay {
    font-size: calc(1.0125rem + 0.37624vw);
  }
}
@media (max-width: 768px) {
  .page .rh-widget .all-gics-table__results table tbody .col-rate > span,
  .single .rh-widget .all-gics-table__results table tbody .col-rate > span {
    font-size: 1.5625rem;
  }
}
@media (max-width: 768px) and (max-width: 1010px) {
  .page .rh-widget .all-gics-table__results table tbody .col-rate > span,
  .single .rh-widget .all-gics-table__results table tbody .col-rate > span {
    font-size: calc(1.02812rem + 0.84653vw);
  }
}
#TFSA__form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#TFSA__form #TFSA__age,
#TFSA__form input {
  border: none;
  background: #fff;
  border-radius: 2px;
  padding: 15px !important;
  margin-bottom: 20px;
}
#TFSA__form #TFSA__age {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-image: url(../images/arrow-down-green.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 22px;
}
#TFSA__wrap {
  margin: 30px 0 !important;
}
#TFSA__result {
  margin-top: 30px;
}
.page .rh-widget,
.single .rh-widget {
  font-size: 1rem;
}
.page .rh-widget .ratehub-calc .rh-calc-block,
.single .rh-widget .ratehub-calc .rh-calc-block {
  border: none;
}
.page .rh-widget #payment-calc .rh-calc-head,
.single .rh-widget #payment-calc .rh-calc-head {
  border-bottom: 2px solid #e5eff6;
}
.page .rh-widget .ratehub-calc #calc_extension .section-header,
.single .rh-widget .ratehub-calc #calc_extension .section-header {
  border-top: 2px solid #e5eff6;
}
.page .rh-widget .ratehub-calc .rh-holder,
.single .rh-widget .ratehub-calc .rh-holder {
  border: none !important;
}
.page .rh-widget .ratehub-calc .rh-holder:focus a,
.page .rh-widget .ratehub-calc .rh-holder:hover a,
.single .rh-widget .ratehub-calc .rh-holder:focus a,
.single .rh-widget .ratehub-calc .rh-holder:hover a {
  background: #fff;
  color: #000;
}
.page .rh-widget .ratehub-calc .rh-holder.selected a,
.single .rh-widget .ratehub-calc .rh-holder.selected a {
  color: #000;
}
.page .rh-widget .ratehub-calc .get-details,
.page .rh-widget .ratehub-calc .go,
.single .rh-widget .ratehub-calc .get-details,
.single .rh-widget .ratehub-calc .go {
  background: #e5eff6 !important;
  color: #000 !important;
}
.page .rh-widget .ratehub-calc .rh-calc-main .total-mortgage-payment td .amount,
.single
  .rh-widget
  .ratehub-calc
  .rh-calc-main
  .total-mortgage-payment
  td
  .amount {
  font-size: 1.0625rem;
}
@media (max-width: 1010px) {
  .page
    .rh-widget
    .ratehub-calc
    .rh-calc-main
    .total-mortgage-payment
    td
    .amount,
  .single
    .rh-widget
    .ratehub-calc
    .rh-calc-main
    .total-mortgage-payment
    td
    .amount {
    font-size: calc(1.00313rem + 0.09406vw);
  }
}
.page .rh-widget .ratehub-calc h2,
.single .rh-widget .ratehub-calc h2 {
  margin: 0;
}
.page .rh-widget .ratehub-calc table,
.page .rh-widget .ratehub-calc td,
.single .rh-widget .ratehub-calc table,
.single .rh-widget .ratehub-calc td {
  background: #fff;
}
.page .rh-widget #payment-calc .rh-calc-head td:first-child,
.single .rh-widget #payment-calc .rh-calc-head td:first-child {
  padding: 20px;
}
.page .rh-widget .ratehub-calc .get-details:focus,
.page .rh-widget .ratehub-calc .get-details:hover,
.page .rh-widget .ratehub-calc .go:focus,
.page .rh-widget .ratehub-calc .go:hover,
.single .rh-widget .ratehub-calc .get-details:focus,
.single .rh-widget .ratehub-calc .get-details:hover,
.single .rh-widget .ratehub-calc .go:focus,
.single .rh-widget .ratehub-calc .go:hover {
  background: #91c1c5 !important;
}
.page .rh-widget #payment-calc .calc-tip-bottom,
.page .rh-widget #payment-calc .calc-tip-step1 .calc-tip-nib,
.page .rh-widget #payment-calc .calc-tip-top,
.page .rh-widget .calc-tip-nib,
.single .rh-widget #payment-calc .calc-tip-bottom,
.single .rh-widget #payment-calc .calc-tip-step1 .calc-tip-nib,
.single .rh-widget #payment-calc .calc-tip-top,
.single .rh-widget .calc-tip-nib {
  display: none;
}
.page .rh-widget #payment-calc .calc-tip-middle,
.single .rh-widget #payment-calc .calc-tip-middle {
  background: #235e63 !important;
  position: relative;
  overflow: visible;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page .rh-widget #payment-calc .calc-tip-middle:before,
.single .rh-widget #payment-calc .calc-tip-middle:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #235e63;
}
.page .rh-widget .fa-check-square:before,
.page .rh-widget .ico-minus:before,
.page .rh-widget .ico-plus:before,
.single .rh-widget .fa-check-square:before,
.single .rh-widget .ico-minus:before,
.single .rh-widget .ico-plus:before {
  color: #235e63;
}
.page .rh-widget .ratehub-calc .ico-well:after,
.single .rh-widget .ratehub-calc .ico-well:after {
  color: #235e63;
  background: #fff;
  border-radius: 50%;
}
.page .rh-widget #payment-calc .rh-calc-main .land-transfer-tax .rh-title,
.page .rh-widget #payment-calc .rh-calc-main .rate-selector,
.page .rh-widget .ratehub-calc #calc_extension .section-content,
.page .rh-widget .ratehub-calc #calc_extension .section-title,
.page .rh-widget .ratehub-calc #calc_extension .section-title:after,
.page .rh-widget .ratehub-calc h2,
.page .rh-widget .ratehub-calc h3,
.page .rh-widget .ratehub-calc h4,
.single .rh-widget #payment-calc .rh-calc-main .land-transfer-tax .rh-title,
.single .rh-widget #payment-calc .rh-calc-main .rate-selector,
.single .rh-widget .ratehub-calc #calc_extension .section-content,
.single .rh-widget .ratehub-calc #calc_extension .section-title,
.single .rh-widget .ratehub-calc #calc_extension .section-title:after,
.single .rh-widget .ratehub-calc h2,
.single .rh-widget .ratehub-calc h3,
.single .rh-widget .ratehub-calc h4 {
  color: #102f32;
  margin: 0;
}
.page .rh-widget #payment-calc .rh-calc-main .land-transfer-tax .rh-col.profile,
.single
  .rh-widget
  #payment-calc
  .rh-calc-main
  .land-transfer-tax
  .rh-col.profile {
  border-left: 2px solid #e5eff6;
}
.page .rh-widget .ratehub-calc #calc_extension .section-content h4,
.page .rh-widget .ratehub-calc .rh-calc-main .total-mortgage-payment td a,
.single .rh-widget .ratehub-calc #calc_extension .section-content h4,
.single .rh-widget .ratehub-calc .rh-calc-main .total-mortgage-payment td a {
  color: #102f32;
}
.page
  .rh-widget
  .ratehub-calc
  #calc_extension
  .rate-risk
  .ledger-items
  li:first-child
  + li,
.page
  .rh-widget
  .ratehub-calc
  #calc_extension
  .section-content
  .ledger-items
  .highlight,
.single
  .rh-widget
  .ratehub-calc
  #calc_extension
  .rate-risk
  .ledger-items
  li:first-child
  + li,
.single
  .rh-widget
  .ratehub-calc
  #calc_extension
  .section-content
  .ledger-items
  .highlight {
  color: #235e63;
}
.page .rh-widget #payment-calc .rh-calc-main .payment-freq,
.page .rh-widget #payment-calc .rh-calc-main .total,
.page .rh-widget #payment-calc .rh-calc-main .total-mortgage-payment,
.single .rh-widget #payment-calc .rh-calc-main .payment-freq,
.single .rh-widget #payment-calc .rh-calc-main .total,
.single .rh-widget #payment-calc .rh-calc-main .total-mortgage-payment {
  background: #235e63;
  color: #fff;
}
.page .rh-widget .ratehub-calc #calc_extension .amortization thead th,
.page .rh-widget .ratehub-calc #calc_extension .rate-risk thead th,
.single .rh-widget .ratehub-calc #calc_extension .amortization thead th,
.single .rh-widget .ratehub-calc #calc_extension .rate-risk thead th {
  background-color: #91c1c5;
  color: #000;
}
.page .rh-widget .ratehub-calc #calc_extension .amortization tbody tr th,
.single .rh-widget .ratehub-calc #calc_extension .amortization tbody tr th {
  color: #000;
}
.page
  .rh-widget
  .ratehub-calc
  #calc_extension
  .amortization
  tbody
  .highlight
  td,
.page
  .rh-widget
  .ratehub-calc
  #calc_extension
  .amortization
  tbody
  .highlight
  th,
.single
  .rh-widget
  .ratehub-calc
  #calc_extension
  .amortization
  tbody
  .highlight
  td,
.single
  .rh-widget
  .ratehub-calc
  #calc_extension
  .amortization
  tbody
  .highlight
  th {
  border: 1px solid #91c1c5;
  background: #235e63 !important;
  color: #fff;
}
.page .rh-widget .ratehub-calc .rh-calc-main .profile label,
.page .rh-widget .ratehub-calc table > tbody > tr > td,
.single .rh-widget .ratehub-calc .rh-calc-main .profile label,
.single .rh-widget .ratehub-calc table > tbody > tr > td {
  font-weight: 400;
}
.page .rh-widget a.rh-toggle-bar + .toggle-content,
.single .rh-widget a.rh-toggle-bar + .toggle-content {
  background: #fff;
}
.page .rh-widget .all-cards-table,
.page .rh-widget .rh-all-rates-table,
.single .rh-widget .all-cards-table,
.single .rh-widget .rh-all-rates-table {
  max-width: 100%;
}
.page .rh-widget .all-savings-table,
.single .rh-widget .all-savings-table {
  width: 100%;
  max-width: 100%;
}
.rh-widget.gic-table {
  width: 100% !important;
}
#cboxOverlay.rh-popup {
  background: #91c1c5;
}
.rh.rh-popup .h1,
.rh.rh-popup .title,
.rh.rh-popup h1 {
  color: #102f32 !important;
}
.rh.rh-popup .select2-container .select2-choice {
  border: transparent !important;
}
.rh.rh-popup .rh-rate-selector table.rate-display tbody tr:nth-child(2n) {
  background: #fff;
}
.detailed-info--with-icon .detailed-info__icon .fa,
.detailed-info .detailed-info__content,
.rate-details > .rh-tabs > ul.nav-tabs li a {
  color: #102f32 !important;
}
.single .infiniteScrollStream article .content-container h1 {
  font-family: jubilat, Georgia, Times New Roman, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}
.single .WB18__legend,
.single .WB18__legend p.WB18__legend--explanatory {
  font-size: 15px;
}
.single .footable-details th {
  color: #fff;
  font-size: 13px;
}
h1.WB18__headline {
  word-break: break-all !important;
}
h1.WB18__headline,
span.wrap_inline_mp3j {
  white-space: normal !important;
}
div.mjp-s-wrapper.s-graphic.verdana-mjp {
  line-height: 130% !important;
}
span.gfxbutton_mp3j.pause-mjp,
span.gfxbutton_mp3j.play-mjp {
  padding-top: 3px;
}
.checkmark-list {
  display: flex;
  flex-wrap: wrap;
}
.checkmark-list li {
  color: #235e63;
  list-style: none;
  font-weight: 700;
  padding-right: 5px;
  margin: 10px 0;
  width: 50%;
}
.checkmark-list li:before {
  content: "✔" !important;
  margin-right: 15px;
  display: inline-block;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (min-width: 1100px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (max-width: 1100px) and (min-width: 1010px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (max-width: 1010px) and (min-width: 768px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (max-width: 768px) {
  .visible-sm-inline,
  .visible-xs-inline {
    display: block !important;
  }
}
.widgets_on_page .flex-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .widgets_on_page .flex-container {
    max-width: 600px;
  }
}
.widgets_on_page .flex-container .col-xs-6.col-lg-3 {
  width: 50%;
}
#Credit_Card_Tool .best-cc-2015-links {
  display: flex;
}
#Canadian_Equity_Funds_Honour_Roll__2016 {
  overflow: scroll;
}
.modal {
  overflow: auto;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 600;
  padding: clamp(15px, 5vw, 55px);
}
@media (min-width: 900px) {
  .modal {
    overflow: hidden;
  }
}
.modal__inner {
  background-color: #fff;
  padding: 30px;
}
@media (min-width: 900px) {
  .modal__inner {
    height: 100%;
    width: 80%;
    max-width: 1010px;
    margin: 0 auto;
    overflow: auto;
  }
}
.modal__inner .modal__header {
  display: flex;
}
@media (min-width: 900px) {
  .modal__inner .modal__header {
    justify-content: flex-end;
  }
}
.modal__inner .modal__body {
  margin-top: 26px;
  display: grid;
  grid-gap: 30px;
}
@media (min-width: 900px) {
  .modal__inner .modal__body {
    margin-top: 0;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
}
.modal__inner .modal__image {
  line-height: 0;
  grid-row: 1;
  max-height: unset;
  --aspect-ratio: 0.87017;
}
@media (min-width: 900px) {
  .modal__inner .modal__image {
    height: 100%;
  }
  .modal__inner .modal__image:before {
    content: none;
  }
}
.modal__inner .modal__content {
  padding: 12px;
}
@media (min-width: 768px) {
  .modal__inner .modal__content {
    padding: 35px 45px;
  }
}
.modal__inner .modal__content h3 {
  margin-bottom: 10px;
}
.modal__inner .modal__content p.is-style-uppercase {
  margin-bottom: 50px;
}
.modal-close {
  padding: 0;
  width: 26px;
  height: 26px;
  position: relative;
  display: grid;
  place-items: center;
  z-index: 1;
}
.modal-close span:not(.visuallyhidden) {
  display: block;
  position: absolute;
  height: 2px;
  width: 26px;
  background: #000;
}
.modal-close span {
  width: 100%;
}
.modal-close span:first-child {
  top: 13px;
  transform: rotate(135deg);
}
.modal-close span:nth-child(2) {
  opacity: 0;
}
.modal-close span:nth-child(3) {
  top: 13px;
  transform: rotate(-135deg);
}
.cta-v2 {
  color: #000;
  padding: 76px 50px;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .cta-v2 {
    padding: 64px 32px;
  }
}
.cta-v2.shortcode-cta-yellow {
  background: #fff9f1;
}
.cta-v2.shortcode-cta-blue {
  background: #e6eff6;
}
.cta-v2 .content {
  font-size: 2.25rem;
  line-height: 48px;
  margin-bottom: 38px;
  font-weight: 700;
}
@media (max-width: 1010px) {
  .cta-v2 .content {
    font-size: calc(1.0625rem + 1.88119vw);
  }
}
@media (max-width: 768px) {
  .cta-v2 .content {
    font-size: 1.5rem;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) and (max-width: 1010px) {
  .cta-v2 .content {
    font-size: calc(1.025rem + 0.75248vw);
  }
}
.cta-v2 .subtext {
  font-size: 1.125rem;
  line-height: 20px;
  margin-bottom: 75px !important;
  font-weight: 400;
}
@media (max-width: 1010px) {
  .cta-v2 .subtext {
    font-size: calc(1.00625rem + 0.18812vw);
  }
}
@media (max-width: 768px) {
  .cta-v2 .subtext {
    font-size: 1rem;
    line-height: 22px;
    margin-bottom: 64px !important;
  }
}
.cta-v2 .btn-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .cta-v2 .btn-group {
    flex-direction: column;
  }
}
.cta-v2 .learn-more {
  background: #d14245;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  border-radius: 45px;
  padding: 20px;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  font-size: 1.125rem;
  margin-right: 14px;
}
@media (max-width: 1010px) {
  .cta-v2 .learn-more {
    font-size: calc(1.00625rem + 0.18812vw);
  }
}
.cta-v2 .learn-more:focus,
.cta-v2 .learn-more:hover {
  background: #d96365;
}
@media (max-width: 768px) {
  .cta-v2 .learn-more {
    font-size: 1rem;
    margin-bottom: 10px;
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cta-v2 .learn-more i {
    margin-left: 10px;
  }
}
@media (min-width: 900px) {
  .cta-v2 .learn-more i {
    margin-left: 20px;
  }
}
.cta-v2 .fineprint {
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 400;
  margin-top: 38px;
}
@media (max-width: 768px) {
  .cta-v2 .fineprint {
    margin-top: 32px;
    font-size: 0.625rem;
    line-height: 14px;
  }
}
.ms-summary-block {
  border-color: #235e63;
}
.ms-summary-block .ms-summary-container__title {
  color: #235e63;
}
.is-required * label:after {
  color: #cc1818;
  content: " *";
}
:required:invalid {
  border-color: #cc1818;
}
:required:invalid:focus {
  border-color: #cc1818;
  box-shadow: 0 0 0 1px #cc1818;
}
/*# sourceMappingURL=style.css.map */
html,
body {
  overflow-x: hidden !important;
}
