/*

 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: #000000; /*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: #222222;
  /* homepage h1 color */
  --h1-home: #fff;
  /*list icons will default to the color you add below*/
  --list-icon-color: #2caa1e;
  --o-list-icon-color: #2caa1e;
  /* review button colors */
  --rev-btn: #efd700;
  --rev-btn-hvr: #ddad00;
  --rev-btn-bdr: #ddad00;
  /* review rank background colors */
  --rev-no: linear-gradient(to bottom, #222222, #000000);
  /* 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: bold;
  color: #083c68;
  margin-top: 20px;
}
h2 {
  color: #333;
  font-size: 1.50em;
  font-weight: bold;
}
h3 {
  font-size: 1.25em;
  font-weight: bold;
}
h4 {
  font-size: 1.1em;
  font-weight: bold;
}
.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;
}
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);
  border-bottom: 1px solid #ccc;
  z-index: 30;
}
.home .site-header {
  /*change color of the blue default header at top of page*/
  background-color: var(--header-bg);
  border-bottom: 1px solid #ccc;
  z-index: 30;
}
.main-navigation {
  background-color: var(--nav-bg);
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.home .main-navigation {
  /*change color of the blue default navigation at top of page*/
  background-color: var(--nav-bg);
}
.main-navigation .main-nav {
  width: 100%;
}
.main-navigation .main-nav ul li a {
  color: #fff !important;
  padding: 6px 13px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: normal;
}
.main-navigation .sub-menu {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: rgb(0 0 0 / 75%);
  border: 1px solid #ccc;
}
.main-navigation .sub-menu li {
  border-bottom: 1px solid #ccc;
}
.main-navigation .sub-menu li:hover {
  background-color: #f1f1f1;
}
.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 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;
}
.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*/
.responsive-table {
  overflow-x: auto;
}
.table-wrapper {
  background-color: #32485f;
  margin-bottom: 20px;
}
.table-wrapper p {
  color: #fff;
}
.table-wrapper h2 {
  color: #fff;
}
table {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
table tr th {
  background-color: var(--header-bg);
  ;
  color: #fff;
}
table.table-center {
  text-align: center;
}
table.table-highlight img {
  width: 100px;
  margin: auto;
  padding-top: 5px;
}
table.table-highlight tr td:first-of-type {
  width: 150px;
  text-align: center;
}
table.table-highlight a.visit-link {
  background-color: #00ba37;
  text-decoration: none;
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  padding: 5px 15px;
  border: 1px solid #fff;
  display: inline-block;
  min-width: 220px;
}
table.table-highlight a.visit-link i {
  display: inline-block;
  margin-left: 15px;
}
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-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: #fff;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 7px;
  width: 29px;
  height: 29px;
  top: 4px;
  background: var(--o-list-icon-color);
  border-radius: 50%;
  text-align: center;
  text-indent: 8px;
}
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-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*/