/*

 Theme Name:   GeneratePress Child

 Theme URI:    https://generatepress.com

 Description:  Default GeneratePress child theme

 Author:       Tom Usborne

 Author URI:   https://tomusborne.com

 Template:     generatepress

 Version:      0.1

*/ :root {
  --header-bg: #260600; /*changes the background color of the header*/
  --dark-bg: #495b6d; /*changes the background color of the sidebar menus and table headers*/
  --light-bg: #ffffff; /*changes the background color of the header*/
  --text-light: #f1f1f1; /* light text used over dark backgrounds */
  --text-dark: #0E0E0E; /* dark text used over light backgrounds */
  /* navbar color */
  --nav-bg: #f21e1e;
  --nav-txt: #fff;
  /* homepage h1 color */
  --h1-home: #1ec677;
  /*list icons will default to the color you add below*/
  --list-icon-color: #f21e1e;
  --o-list-icon-bg-color: #f21e1e;
  --o-list-icon-txt-color: #fff;
  /* review button colors */
  --rev-btn: #efd700;
  --rev-btn-hvr: #ddad00;
  --rev-btn-bdr: #ddad00;
  /* table link background colors */
  --tbl-lnk: linear-gradient(to bottom, #efd700, #ddad00);
  /* review rank separator colors */
  --sep-1: #f21e1e;
  --sep-2-3-4-5: #260600;
  /* colors */
  --color-blue: #013369;
  --color-green: #efd700;
  --color-red: #d50a0a;
}
body {
  background-color: #fff;
  font-size: 1.0625rem;
  color: var(--text-dark);
  line-height: 1.5;
  font-family: Helvetica, Arial, sans-serif;
  overflow: scroll; /* Show scrollbars */
}
/*start default font styles*/
h1 {
  font-size: 2.0em;
  font-weight: normal;
  color: #000;
  margin-top: 20px;
  font-family: oswald;
}
h2 {
  color: #000;
  font-size: 1.50em;
  font-weight: normal;
  font-family: oswald;
}
h3 {
  font-size: 1.25em;
  font-weight: normal;
  font-family: oswald;
}
h4 {
  font-size: 1.1em;
  font-weight: normal;
  font-family: oswald;
}
a {
  color: #1d955d;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.background-color-dark {
  background-color: var(--dark-bg);
  color: var(--text-light);
}
.background-color-light {
  background-color: var(--light-bg);
  color: var(--text-dark);
}
.background-color-dark h2 {
  color: var(--text-light);
}
/*end default font styles*/
/*start default button styles*/
a.btn {
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  box-sizing: border-box;
  color: var(--text-dark);
  cursor: pointer;
  font-family: oswald;
  font-size: 24px;
  font-weight: 400;
  padding: 10px 25px;
  text-align: center;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-decoration: none;
  display: inline-block;
  float: left;
  width: 180px;
}
.menu-global {
  right: 0;
  left: auto;
}
a.btn.btn-red {
  border: 1px solid #a40808;
  background-image: linear-gradient(to bottom, #a40808, #b40f0e, #c41514, #d41b1a, #e52020);
}
a.btn.btn-orange {
  border: 1px solid #c24811;
  background-image: linear-gradient(to bottom, #c55827, #c45422, #c4501d, #c34c17, #c24811);
}
a.btn.btn-green {
  border: 1px solid var(--color-green);
  background-color: var(--color-green);
}
a.btn.btn-rev {
  border: 1px solid var(--rev-btn-bdr);
  background-color: var(--rev-btn);
}
a.btn.btn-rev:hover {
  background-color: var(--rev-btn-hvr);
}
/*end default button styles*/
.site-header {
  /*change color of the blue default header at top of page*/
  background-color: var(--header-bg) !important;
  z-index: 30;
}
.home .site-header {
  /*change color of the blue default header at top of page*/
  /*background-color: var(--nav-bg);*/
  z-index: 30;
}
.main-navigation {
  /*background-color: var(--nav-bg);*/
  background-color: var(--nav-bg) !important;
  width: 100%;
}
.home .main-navigation {
  /*change color of the blue default navigation at top of page*/
  background-color: var(--nav-bg) !important;
}
.main-navigation .main-nav {
  width: 100%;
}
.main-navigation .main-nav ul li a {
  color: var(--nav-txt) !important;
  font-family: oswald;
  font-size: 100%;
  padding: 6px 13px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 20px;
}
.main-navigation .main-nav ul li a:hover {
  color: #ccc !important;
}
.main-navigation .main-nav ul li a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items {
  color: var(--header-bg);
}
.main-navigation .main-nav ul li a:hover, .main-navigation .menu-toggle, .main-navigation .menu-bar-items {
  color: var(--nav-txt);
}
.main-navigation .sub-menu {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: rgb(31 31 31 / 90%);
  border: 1px solid #ccc;
}
.main-navigation .sub-menu li {
  border-bottom: 1px solid #ccc;
}
.main-navigation .sub-menu li:hover {
  background-color: var(--header-bg);
}
.main-navigation .sub-menu li a {
  color: #000 !important;
}
.main-navigation .sub-menu li a:hover {
  color: #000 !important;
}
#generate-slideout-menu .inside-navigation {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 50px;
}
#generate-slideout-menu .inside-navigation a {
  color: #fff !important;
}
#generate-slideout-menu .inside-navigation a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9 ";
  margin-right: 10px;
  font-size: inherit;
  font-weight: 900 !important;
  color: #ccc;
}
#generate-slideout-menu .inside-navigation * {
  line-height: normal;
}
#generate-slideout-menu .slideout-menu li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
/*start review boxes */
.review-box .fl-callta-wrap {}
.review-box h3.fl-callta-title {
  margin: -29px 0px 18px 0px;
  padding: 9px 0 16px 0;
  background-color: rgb(0 0 0 / 35%);
  font-family: oswald;
  font-size: 130%;
  font-weight: normal;
  padding-top: 11px;
  color: #fff;
}
.bg1, .bg2, .bg3, .bg4, .bg5 {
  width: 300px !important;
}
.review-box .bg1 {
  background-color: #ccc;
  background-image: url(../../../images/backgrounds/bg1.jpg);
  background-size: cover;
  margin-bottom: 10px;
  border-radius: 4px;
}
.review-box .bg2 {
  background-color: #ccc;
  background-image: url(../../../images/backgrounds/bg2.jpg);
  background-size: cover;
  margin-bottom: 10px;
  border-radius: 4px;
}
.review-box .bg3 {
  background-color: #ccc;
  background-image: url(../../../images/backgrounds/bg3.jpg);
  background-size: cover;
  margin-bottom: 10px;
  border-radius: 4px;
}
.review-box .bg4 {
  background-color: #ccc;
  background-image: url(../../../images/backgrounds/bg4.jpg);
  background-size: cover;
  margin-bottom: 10px;
  border-radius: 4px;
}
.review-box .bg5 {
  background-color: #ccc;
  background-image: url(../../../images/backgrounds/bg5.jpg);
  background-size: cover;
  margin-bottom: 10px;
  border-radius: 4px;
}
.review-box ul {}
.review-box li {
  list-style: none;
  color: #fff;
  background-color: #ccc;
  padding: 0px 11px;
  margin-bottom: 3px;
  margin-left: -40px;
  margin-right: 6px;
  font-size: 80%;
}
.review-box li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9 ";
  margin-right: 10px;
  font-size: inherit;
  font-weight: 900 !important;
  color: #18CF1C;
}
.review-box li:nth-child(odd) {
  background: rgb(204 204 204 / 40%);
}
.review-box li:nth-child(even) {
  background: rgb(0 0 0 / 30%);
}
.review-box img {
  background-color: #fff;
  border-radius: 25px;
  border: 3px solid #aeaeae;
  padding: 9px;
  max-width: 200px;
}
.review-box .fl-cta-stacked .fl-cta-button {
  padding-top: 10px;
  padding-bottom: 10px;
}
.review-box .fl-module-content {
  margin: 5px;
}
.sm-rev-box {}
.sm-rev-box .review1 p {
  border-top: 8px solid;
  border-color: var(--sep-1);
}
@media (max-width: 768px) {
  .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 240px;
  }
}
.sm-rev-box .review1 p:before {
  font-family: "Font Awesome 5 Free";
  content: "1";
  margin-right: 10px;
  padding: 13px 22px;
  font-size: 150%;
  font-weight: 900 !important;
  text-shadow: 1px 1px #000;
  color: #fff;
  background-color: var(--sep-1);
  border-radius: 1px;
  position: relative;
  top: 5px;
}
.sm-rev-box .review2 p {
  border-top: 8px solid;
  border-color: var(--sep-2-3-4-5);
}
.sm-rev-box .review2 p:before {
  font-family: "Font Awesome 5 Free";
  content: "2";
  margin-right: 10px;
  padding: 13px 22px;
  font-size: 150%;
  font-weight: 900 !important;
  text-shadow: 1px 1px #000;
  color: #fff;
  background-color: var(--sep-2-3-4-5);
  border-radius: 1px;
  position: relative;
  top: 5px;
}
.sm-rev-box .review3 p {
  border-top: 8px solid;
  border-color: var(--sep-2-3-4-5);
}
.sm-rev-box .review3 p:before {
  font-family: "Font Awesome 5 Free";
  content: "3";
  margin-right: 10px;
  padding: 13px 22px;
  font-size: 150%;
  font-weight: 900 !important;
  text-shadow: 1px 1px #000;
  color: #fff;
  background-color: var(--sep-2-3-4-5);
  border-radius: 1px;
  position: relative;
  top: 5px;
}
.sm-rev-box .review4 p {
  border-top: 8px solid;
  border-color: var(--sep-2-3-4-5);
}
.sm-rev-box .review4 p:before {
  font-family: "Font Awesome 5 Free";
  content: "4";
  margin-right: 10px;
  padding: 13px 22px;
  font-size: 150%;
  font-weight: 900 !important;
  text-shadow: 1px 1px #000;
  color: #fff;
  background-color: var(--sep-2-3-4-5);
  border-radius: 1px;
  position: relative;
  top: 5px;
}
.sm-rev-box .review5 p {
  border-top: 8px solid #000;
  border-color: var(--sep-2-3-4-5);
}
.sm-rev-box .review5 p:before {
  font-family: "Font Awesome 5 Free";
  content: "5";
  margin-right: 10px;
  padding: 13px 22px;
  font-size: 150%;
  font-weight: 900 !important;
  text-shadow: 1px 1px #000;
  color: #fff;
  background-color: var(--sep-2-3-4-5);
  border-radius: 1px;
  position: relative;
  top: 5px;
}
.sm-rev-box ul {}
.sm-rev-box li {
  list-style: none;
  color: #000;
  background-color: #ccc;
  padding: 0px 11px;
  margin-bottom: 3px;
  margin-left: -40px;
  margin-right: 6px;
  font-size: 90%;
}
.sm-rev-box li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f046 ";
  margin-right: 10px;
  font-size: 120%;
  font-weight: 900 !important;
  color: #11b314;
}
.sm-rev-box li:nth-child(odd) {
  background: rgb(196 196 196 / 40%);
}
.sm-rev-box li:nth-child(even) {
  background: rgb(156 156 156 / 30%);
}
.sm-rev-box .rev-logo img {
  background-color: #000;
  border-radius: 4px;
  border: 4px solid #aeaeae;
  padding: 20px 0px;
  max-width: 200px;
}
/*end review boxes */
/*start Call To Action styles*/
.callta-wrapper {
  width: 100%;
  background-cowlor: #000;
  border: 2px solid #000;
  background-image: url("../../../images/backgrounds/cta-bg.jpg");
  background-size: cover;
}
.callta-wrapper img {
  padding: 10px 0px;
}
.callta-wrapper .logo {}
.callta-wrapper a.visit-link {
  display: block;
  background: var(--tbl-lnk);
  text-decoration: none;
  color: #000 !important;
  border-radius: 5px;
  text-align: center;
  padding: 5px 15px;
  border: 1px solid #fff;
}
.callta-wrapper .callta-lft {
  float: left;
  width: 25%;
  background-color: #fff;
  border-bottom-right-radius: 3% 50%;
  border-top-right-radius: 3% 50%;
}
.callta-wrapper .callta-txt {
  color: #fff;
  float: left;
  font-family: oswald;
  text-align: center;
  font-size: 120%;
  line-height: 60px;
  width: 48%;
}
.callta-wrapper .callta-rt {
  float: left;
  width: 25%;
  background-color: #fff;
  border-bottom-left-radius: 3% 50%;
  border-top-left-radius: 3% 50%;
  line-height: 29px;
  margin-top: 11px;
}
@media (max-width: 768px) {
  .callta-wrapper .callta-txt, .callta-wrapper .callta-lft, .callta-wrapper .callta-rt {
    width: 100%;
    border-bottom-right-radius: 0% 0%;
    border-top-right-radius: 0% 0%;
  }
  .callta-wrapper .callta-txt {
    width: 100%;
    border-bottom-right-radius: 0% 0%;
    border-top-right-radius: 0% 0%;
    line-height: 30px;
  }
}
/*end Call To Action styles*/
/*start Video styles*/
.vid-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  border-bottom: 1px solid #000;
}
.background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}
.page-hero {
  position: relative;
  height: 375px;
  overflow: hidden;
}
.background-video-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1380px;
  padding: 120px 40px 20px 40px;
  margin: auto;
}
.background-video-content .split {
  width: 50%;
  float: left;
  padding-top: 50px;
}
video[poster] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.background-video-content h1 {
  color: var(--h1-home);
  text-shadow: 1px 1px #000;
  font-family: oswald;
  width: 400px;
  text-align: center;
  font-size: 2.4em;
  margin-top: 0px;
}
.background-video-content h1 span {
  color: #fff;
  -webkit-text-stroke: 0px white;
}
.background-video-content a.btn-lg {
  width: 375px;
  text-decoration: none;
  font-size: 1.15em;
  color: #fff !important;
  display: block;
  float: left;
  margin: auto;
  margin-top: 30px;
  background-color: rgb(0 0 0 / 54%);
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  z-index: 15;
  border: 1px solid #fff;
}
@media (max-width: 890px) {
  .page-hero {
    height: 375px;
  }
  .background-video-content {
    padding: 70px 10px 10px 10px;
  }
  .background-video-content .split {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 0px;
  }
  .background-video-content h1 {
    float: none;
    margin: auto;
    margin-top: 60px;
    width: 300px;
    font-size: 1.75em;
  }
  .background-video-content a.btn-lg {
    width: 300px;
    float: none;
    margin: auto;
    margin-top: 30px;
  }
  .site-logo {
    width: 250px !important;
  }
  .site-logo.mobile-header-logo a img {
    height: 70px;
  }
  h1, h2, h3 {
    text-align: center;
  }
}
/*end Video styles*/
.table-wrapper {
  background-color: #e5e5e5;
  margin-bottom: 20px;
}
.table-wrapper p {
  color: #000;
}
.table-wrapper h2 {
  color: #000;
}
table {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
}
table tr th {
  background-color: var(--header-bg);
  ;
  color: #fff;
}
table.table-center {
  text-align: center;
}
table.table-highlight tr td:first-of-type {
  width: 240px;
  text-align: center;
}
.responsive-table {
  overflow-x: auto;
}
.responsive-table td {
  font-family: oswald;
  font-size: 110%;
}
.responsive-table img {
  background-color: #000;
  margin: auto;
  border-radius: 3px;
  border: 0px solid #aeaeae;
  padding: 0px 10px 1px 10px !important;
  max-width: 200px;
}
table.table-highlight a.visit-link {
  display: block;
  background: var(--tbl-lnk);
  text-decoration: none;
  color: #000 !important;
  border-radius: 5px;
  text-align: center;
  padding: 5px 15px;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .responsive-table td {
    font-size: 90%;
    line-height: 15px;
  }
  .responsive-table img {
    padding: 2px 10px 2px 10px !important;
    max-width: 140px;
  }
  .cya {
    display: none !important;
  }
}
h2.question:before {
  font-family: "Font Awesome 5 Free";
  content: "\f059 ";
  margin-right: 10px;
  font-size: inherit;
  font-weight: 900 !important;
  color: var(--list-icon-color);
}
h2.arrow:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9 ";
  margin-right: 10px;
  font-size: inherit;
  font-weight: 900 !important;
  color: var(--list-icon-color);
}
/*end list-icons styles*/
ul.fancy {
  list-style: none;
  margin-left: 0px;
  background: #f4f5f5;
  padding: 20px;
  border-radius: 10px;
}
.fancy li {
  list-style: none;
  list-style-position: outside;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 3px 9px;
}
.fancy li::before {
  font-family: FontAwesome;
  content: "\f04b ";
  padding-right: 9px;
  position: relative;
  top: 1px;
  color: var(--o-list-icon-bg-color);
}
.fancy li:nth-child(odd) {
  background: #f1f1f1;
}
.fancy li:nth-child(even) {
  background: #f4f5f5;
}
/*end list-icons styles*/
/*start numbered list styles*/
ol.fancy {
  counter-reset: counter;
  list-style: none;
  margin-left: 0px;
  background: #f4f5f5;
  padding: 20px;
  border-radius: 10px;
}
ol.fancy li {
  margin: 0;
  counter-increment: counter;
  position: relative;
  padding-left: 45px;
  padding-top: 6px;
  padding-bottom: 6px;
}
ol.fancy li:not(:last-of-type) {
  border-bottom: 1px dashed #ccc;
}
ol.fancy li::before {
  content: counter(counter);
  color: var(--o-list-icon-txt-color);
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 7px;
  width: 26px;
  height: 26px;
  top: 4px;
  background: var(--o-list-icon-bg-color);
  border-radius: 5%;
  text-align: center;
  text-indent: 7px;
}
ol.fancy li:nth-child(odd) {
  background: #f1f1f1;
}
ol.fancy li:nth-child(even) {
  background: #f4f5f5;
}
/*end numbered list styles*/
.highlight-property {
  margin: 20px auto 40px auto;
  background-color: #f1f1f1;
  border: 1px solid #e2e2e2;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 3px;
  width: 96%;
  max-width: 1340px;
}
.highlight-property * {
  margin: none;
  padding: none;
}
.highlight-property .highlight-rating {
  background-image: var(--rev-no);
  text-align: center;
  height: 100%;
}
.highlight-property .highlight-rating p {
  color: #fff;
  font-size: 24px;
  padding-top: 45px;
}
.highlight-property .highlight-logo {
  text-align: center;
  border-right: 1px solid #f1f1f1;
  border-bottom: 0px solid #046792;
  padding-top: 30px;
  background-color: #fff;
}
.highlight-property .highlight-logo img.stars {
  width: 100px;
}
.highlight-property .highlight-promo {
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #f1f1f1;
}
.highlight-property .highlight-promo p {
  margin-top: 40px;
}
.highlight-property .highlight-action {
  background-color: #fff;
}
.highlight-property .highlight-action a.btn {
  width: 90%;
  margin-top: 15px;
  margin-left: 5%;
}
.highlight-property .highlight-promo span {
  font-weight: bold;
  font-size: larger;
}
.highlight-property h3 {
  font-size: 1.15em;
  margin-top: 10px;
}
.highlight-property .highlight-banking {
  background-color: #fff;
}
.highlight-property .highlight-banking img {
  width: 32px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .highlight-property .highlight-rating p {
    color: #fff;
    padding-top: 25px;
  }
  .highlight-property .highlight-logo {
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #f1f1f1;
    padding-top: 10px;
  }
  .highlight-property .highlight-promo p {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    border-bottom: 1px solid #f1f1f1;
  }
  .highlight-property .highlight-action a.btn {
    width: 90%;
    margin-top: 0px;
    margin-left: 5%;
    margin-bottom: 15px;
  }
  .fl-col-content {
    margin-left: 10px !important;
    margin-right: 7px !important;
  }
  h1 {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.15em;
  }
}
/*start list-grid styles*/
ul.list-grid {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  list-style: none;
  width: 100%;
  float: left;
}
ul.list-grid li {
  width: 100%;
  min-width: 180px;
  float: left;
  /*line-height: 36px;*/
  border: 1px solid #ccc;
  margin: 1px;
  font-size: 90%;
  background-color: #fafafa;
}
ul.list-grid li:hover {
  background-color: #E9E1E1;
}
ul.list-grid:not(.links) li {
  padding: 7px 10px;
}
ul.list-grid li a {
  display: block;
  text-decoration: none;
}
ul.list-grid.links li {
  line-height: 36px;
}
ul.list-grid.links li img {
  width: 24px;
  float: left;
  margin-left: 6px;
  margin-right: 10px;
  margin-top: 6px;
  max-height: 24px;
}
ul.list-grid li a:hover {
  background-color: #E9E1E1;
}
ul.list-grid.two-cols li {
  width: calc(50% - 2px);
}
ul.list-grid.three-cols li {
  width: calc(33.3% - 2px);
}
ul.list-grid.four-cols li {
  width: calc(25% - 2px);
}
ul.list-grid.odds-btn li {
  position: relative;
  /*	line-height: 36px;*/
}
ul.list-grid.odds-btn li a {
  display: block;
  width: 85px;
  text-align: right;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 36px;
  padding-right: 10px;
  padding-top: 7px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  color: #fff;
  background-image: linear-gradient(to bottom, #0084b0, #1383b3, #2181b5, #2d7fb7, #397db9);
}
ul.list-grid.odds-btn li a:hover > li {
  background-color: #ccc;
}
ul.cols-icons li i {
  margin-right: 10px;
  color: var(--list-icon-color);
}
ul.add-checks li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058 ";
  margin-right: 10px;
  font-size: inherit;
  font-weight: 900 !important;
  color: var(--o-list-icon-bg-color);
}
@media (max-width: 992px) {
  ul.list-grid.three-cols li, ul.list-grid.four-cols li {
    width: calc(50% - 2px);
  }
}
@media (max-width: 550px) {
  ul.list-grid li {
    width: 100% !important;
  }
}
/*start list-grid styles*/