/*!
Theme Name: Bonus
Theme URI: http://underscores.me/
Author: 
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bonus.com
*/




:root {
  --primary-color: #140e39;
  --secondary-color:#9b212c;
  --accent-color: #2269b3;
  --header-font:'Montserrat', sans-serif;
  --body-font: 'Montserrat', sans-serif;
}

body {
      background-color: #F8F9FA;
  color: #2b2b2b;
  position: relative;
  margin: 0;
  font-size: 15px;
  overflow-x: hidden;
  padding-top: 62px;
  font-family: var(--body-font);
}

body.scrolled {
  padding-top: 54px;
}

img {
  max-width: 100%;
}

a {
  transition: all .25s;
  color: var(--accent-color);
  opacity: 1;
}

a:hover {
  text-decoration: none;
  color: var(--accent-color);
  /*opacity: 0.8;*/
}

h1, h2, h3, h4, h5 {
    font-family: var(--header-font);
    line-height: 1em;
    margin: 0;
    font-weight: 600;
    /*font-family: 'Merriweather', serif;*/
}

h2 ion-icon, h3 ion-icon, h4 ion-icon, h5 ion-icon {
    position: relative;
    top: .2em;
    margin-right: .2em;
}

h1 {
    font-size: 3.5em;
    line-height: .8em;
    font-weight: 700;
    letter-spacing: -1px;
}

h1 .small {
  display: block;
  font-size: .5em;
  line-height: 1em;
}

h1.interior-header {
    font-size: 3.1em;
    line-height: 1.2em;
    font-weight: 600;
}

.archive h1 {
    font-size: 4em; 
}

h2 {
  margin-bottom: .4em;
  font-size: 2em;
}

h3 {
  margin-bottom: .3em;
}

h4 {
  font-size: 1.4em;
  margin-bottom: .3em;
}

.header-icon {
    font-size: 4em;
    margin: 0 auto;
    display: block;
}

.header.centered {
  line-height: 1em;
  text-align: center;
  overflow: hidden;
  border:none;
  margin-bottom: 0;
}

.header.centered span {
  position: relative;
  display: inline-block;
}

.header.centered span:before, .header.centered span:after {
    content: "";
    position: absolute;
    height: 2px;
    border-bottom: 2px solid rgba(42, 134, 177, 0.06);
    top: 50%;
    /*width: 600px;*/
    margin-top: -1px;
}

.header.centered span:before {
  right: 100%;
  margin-right: 15px;
}

.header.centered span:after {
  left: 100%;
  margin-left: 15px;
}

.header.light {
  color: #fff;
}

.header.light span:before,
.header.light span:after {
  border-color: #fff;
}

.shape-custom2 {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: inherit;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: -1;
    margin-top: -79px;
}

h2:before {
  /* height: 2px; */
  /* background-color: var(--secondary-color); */
  /* border-radius: 2px; */
  top: 50%;
  margin-top: -1px;
  width:100%;
  /* content: ""; */
  display: block;
  position: absolute;
}

blockquote {
    background: rgba(0,0,0,0.02);
    padding: 1.4em;
    border-left: 4px solid var(--accent-color);
    border-radius: 5px;
    font-size: 1.3em;
    font-weight: 400;
    font-style: italic;
    margin: 1.4em 0;
    color: #29365e;
    position: relative;
}

blockquote:before {
    content: "";
    display: block;
    background-image: url(assets/img/quotes1.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    background-color: var(--accent-color);
    background-position: center;
    background-size: 18px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.28);
    top: -18px;
    left: 10px;
}
blockquote .quoter {
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: -1px;
    color: #828282;
}

blockquote .quoter:before {
  content: "- ";
}

.close-btn {
  font-size: 25px;
    position: absolute;
    right: 8px;
    top: 7px;
}

.tooltip { 
  pointer-events: none; 
  margin-top: -40px !important;

}

.btn {
  position: relative;
}

.btn .app-icon {
    width: 30px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    background: #000;
    border-radius: 5px;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    background-size: cover;
}

.btn-primary {
    background-color: #f3b14e;
    border-color: #f3b14e;
    color: #fff !important;
    white-space: break-spaces;
    /* font-family: "Teko"; */
    text-transform: uppercase;
    font-size: 1em;
    padding: 11px 32px 10px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

.btn-primary a,
.btn-primary a:hover {
  color: #fff;
}

.alert {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  border-radius: 0;
  background-image: repeating-linear-gradient(-45deg,transparent,transparent 5px,rgba(0,0,0,.02) 0,rgba(0,0,0,.02) 10px);
  font-size: 1.2em;
  padding: 5px 0 8px;
}

.alert-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.alert-danger {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.alert-success {
    background-color: #137466;
    border-color: #137466;  
}

.alert a {
  color: #fff;
  text-decoration: underline;
}

.alert-dismissible .close {
    position: absolute;
    top: 1px;
    right: 10px;
    padding: 0;
    color: inherit;
    font-size: 33px;
}


.popover-header {
    background: var(--primary-color);
    color: #fff;  
}

.popover-body {
    font-size: .95em;
}

.btn-secondary {
    color: #fff;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

ul.checklist {
  text-align: left;
  padding: 0 0 0 1.5em;
}

ul.checklist li {
  list-style-type: none;
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 2.1em;
}

ul.checklist li ion-icon {
  position: absolute;
  left: 0;
  color: #22b37e;
  font-size: 1.5em;
}

section {
  position: relative;
  margin-bottom: 3em;
}

section.full:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: inherit;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: -1;
}

.content-block {
  font-size: 15px;
}

.accent {
  color: var(--accent-color);
}

.site-header {
    background-color: white;
    position: relative;
    text-align: left;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 3;
    top: 0;
    box-shadow: 0px 1px 0px rgba(0,0,0,0.0);
    display: flex;
    align-items: center;
    height: 62px;
    transition: all .6s;
}

.logged-in.admin-bar .site-header {
  top:32px; 
}

body.scrolled .site-header {
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
  /*padding: 5px;*/
  
}

.site-header .site-branding a {
  display: inline-block;
  position: relative;
  max-width: 115px;
}

.site-header .site-branding .logo-m {

}

.site-header .site-branding .logo-o {
    max-width: 25px;
    display: block;
    position: absolute;
    left: 24px;
    top: 1px;
        padding: 3px 0;

  animation: bounce 8s infinite;
  -webkit-animation: bounce 8s infinite;
  -moz-animation: bounce 8s infinite;
  -o-animation: bounce 8s infinite;    
}

.site-header .site-branding img {
  width: 100%;
}

@keyframes bounce {
  0%, 7%, 12.5%, 20%, 25% {transform: translateY(0);}
  10% {transform: translateY(-30px);}
  15% {transform: translateY(-15px);}
}

/*body.scrolled .site-header .site-branding .logo,
body.scrolled .site-header .site-branding ion-icon,
body.scrolled .site-header .site-branding img {
  font-size: 45px;
  max-width: 90px;
  transition: all .6s;
}*/

.site-header .menu-primary-nav-container {
  margin-left: auto;
}

.site-header .main-navigation {
    margin-left: auto;
    flex: auto;
    text-align: right;
}
.site-header .main-navigation ul.menu {
  list-style-type: none;
  font-size: .95em;
  margin: 0;
}

.site-header .main-navigation ul.menu > li {
    display: inline-block;
    margin-right: 2em;
}

.site-header .main-navigation ul.menu > li a {
  color: #5c5d5d;
  /* text-transform: uppercase; */
  font-weight: 500;
  font-size: .9em;
}

.site-header .main-navigation ul.menu > li a:hover {
  color: var(--accent-color);
  text-decoration: none;
}

.site-header .mega-menu-toggle {
    zoom: .35;
    margin: 0 2.3em;
}

.site-header .mega-menu-toggle .menu {
    height: 100px;
    width: 100px;
    position: relative;
    margin: auto;
    padding-top: 16px;
    border: 5px solid transparent;
    border-radius: 100%;
    transition: 0.3s;
    cursor: pointer;
    overflow: hidden;
    background: #4a81ba;
}

.site-header .mega-menu-toggle.active .menu {

}

.site-header .mega-menu-toggle .bar {
  height: 6px;
  width: 49px;
  display: block;
  margin: 10px auto;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  transition: 0.4s;
}

.site-branding {
    margin-top: 5px;
    zoom: .87;
}

.site-header .search-toggle-wrap {
    position: relative;
    top: 0;
    bottom: 0;
    background: var(--accent-color);
    right: 0;
    height: 62px;
    width: 62px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    cursor: pointer;
    margin-left: auto;
    transition: all .3s;
}

/*.site-header .search-toggle-wrap.active {
  opacity: 1;
  visibility: visible;
}*/

.site-header .search-form-wrap {
  opacity: 0;
  transition: all .3s;
  visibility: hidden;
}

.site-header .search-form-wrap.active {
    opacity: 1;
  visibility: visible;
}

.site-header form.search-form {
    position: absolute;
    display: flex;
    right: 0;
    padding: 1em;
    background: #fff;
    top: 62px;
    border: 1px solid rgba(0,0,0,.125);
    text-align: center;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
    transform: translateX(101%);
    transition: transform .3s;
}

.site-header form.search-form.active {
  transform: translateX(0);
}

.site-header form.search-form label {
  margin:0;
  padding: 0;
}

.site-header .search-submit {
  position: relative;
  font-size: 21px;
  padding: 9px;
  line-height: 0;
  height: 42px;
}

.site-header .search-field {
  border: 1px solid #fafafa;
  height: 42px;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 11px;
  margin: 0;
}

.mega-menu-toggle .menu:after {
  content: '';
  width: 90%;
  height: 90%;
  left: 0;
  top: 6px;
  position: absolute;
  border: 6px solid transparent;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: none;
}

.mega-menu-toggle.active {
  z-index: 101;
}

.mega-menu-toggle.active .menu:after {
  -moz-animation: circle-creation 1s forwards;
  -webkit-animation: circle-creation 1s forwards;
  animation: circle-creation 1s forwards;
}

.mega-menu-toggle.active .bar {
  background-color: #ffffff;
}

.mega-menu-toggle.active .menu .bar:nth-of-type(1) {
  -moz-transform: translateY(15px) rotate(45deg);
  -ms-transform: translateY(15px) rotate(45deg);
  -webkit-transform: translateY(15px) rotate(45deg);
  transform: translateY(12px) translateX(-5px) rotate(45deg);
  left: 5px;
  top: 1px;
}
.mega-menu-toggle.active .menu .bar:nth-of-type(2) {
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.mega-menu-toggle.active .menu .bar:nth-of-type(3) {
  -moz-transform: translateY(-15px) rotate(-45deg);
  -ms-transform: translateY(-15px) rotate(-45deg);
  -webkit-transform: translateY(-15px) rotate(-45deg);
  transform: translateY(-18px) translateX(-5px) rotate(-45deg);
  left: 5px;
  top: -1px;
}

@keyframes circle-creation {
  0% {
    border-color: transparent;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    border-color: transparent var(--accent-color) transparent transparent;
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  50% {
    border-color: transparent var(--accent-color)  var(--accent-color) transparent;
  }
  75% {
    border-color: transparent var(--accent-color) var(--accent-color) var(--accent-color);
  }
  100% {
    border-color: var(--accent-color);
    -moz-transform: rotate(-300deg);
    -ms-transform: rotate(-300deg);
    -webkit-transform: rotate(-300deg);
    transform: rotate(-300deg);
  }
}

.site-header .mega-menu {
    position: fixed;
    background: rgba(240, 248, 255, 0.96);
    left: 0;
    right: 0;
    z-index: 100;
    transition: all .3s cubic-bezier(0.25, 1, 0.5, 1);
    overflow-x: hidden;
    top: 0;
    transform: translateY(-100%);
}

.site-header .mega-menu.active {
  transform: translateY(0);
  bottom: 0;
}

.site-header .mega-menu > .container {
  height: 100%;
}

.site-header .mega-menu > .container > .row {
  height: 100%;
  align-content: center;
  justify-content: center;
}

.site-header .mega-menu > .container > .row > div {
  margin-bottom: 2.5em;
}

.site-header .mega-menu ion-icon {
    font-size: 2.5rem;
    color: var(--accent-color);
    padding-top: 0;
    position: relative;
    top: 14px;
}

.site-header .mega-menu .cls-1 {
  fill: var(--accent-color) !important;
}

.site-header .mega-menu h4 {
    color: var(--accent-color);
    text-align: left;
    border: none;
    font-weight: 800;
}

.site-header .mega-menu h4 br {
  display: none;
}

.site-header .mega-menu ul {
  text-align: left;
  list-style-type: none;
  padding: 7px 0 0 55px;
}

.site-header .mega-menu ul li {margin-bottom: 10px;}

.site-header .mega-menu ul li a {
  color: #747474;
  font-weight: 500;
}

.site-header .mega-menu .logo-col {
  position: absolute;
  right: 2em;
  max-width: 120px;
  top: 3em;
  opacity: 0.2; 
  display: none;
}


.curvy-home {
    margin-top: -70px;
    position: relative;
}

.curvy-bottom {
  width: 100%;
  height: 100px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}

.hero {
    padding: 1.8em 0;
    position: relative;
    background-size: contain;
    padding: 4em 0 4em;
    background-repeat: no-repeat;
    overflow: hidden;
}



/*.page-id-368 .hero:after {
  content: "";
  background-image: url(assets/img/curve.png);
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}*/

.hero:before {
  display: none;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .2;
  background-position: center;
  background-size: cover;
}

.hero.detached-image {
  padding-bottom: 4em;
}

.hero.image-bg:before {
  display: none;
}

.hero.image-bg {
  overflow: visible;
}

.hero.image-bg .bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.9;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 175%;
}

.hero.image-bg .bg:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(66, 103, 159, 0.5);
}

.hero.image-bg .bg:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(248,249,250,0.97) 83%,rgba(248,249,250,1) 86%);
}

.hero.image-bg h1.interior-header {
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}

.hero .post-meta {
  display: flex;
  text-transform: uppercase;
  margin-top: 1em;
  font-family: var(--header-font);
  font-size: .75rem;
  font-weight: 500;
  line-height: 1em;
}

.hero .post-meta br,
.hero .post-meta p {
  display: none;
}

.hero .post-meta > div {
  margin-right: 40px;
  display: flex;
  align-items: center;
}

body.page .hero .post-meta > .published {
  display: none;
}

body.page .hero .post-meta > .updated {
  display: flex;
}

.hero .post-meta .icon {
    border-radius: 50%;
    padding: 3px;
    background-color: #f3b14e;
    height: 32px;
    width: 32px;
    margin-right: 7px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    padding-top: 6px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    background-size: cover;
    background-position: center;
}

.hero .post-meta .icon ion-icon {
  opacity: 1;
  font-size: 19px;
}

.hero .post-meta .author .icon ion-icon {
    font-size: 1.4em;
    position: relative;
    top: -4px;
    left: -1px;
}

.hero .post-meta .author .icon img {
    width: 40px;
    height: 40px;
    max-width: none;
    position: relative;
    top: -7px;
    left: -3px;
    border-radius: 50%;
}

.hero .post-meta .author-blurb {
    font-family: var(--body-font);
    text-transform: none;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.9;
    margin-top: -2px;
}


.hero .post-meta .lbl {
    display: block;
    position: relative;
    top: 3px;
    font-size: .65rem;
    margin-bottom: .4em;
    font-weight: 800;
}

.hero > .container > .row {
  align-items: center;
}

.hero .intro {
  margin-top: 1em;
  font-size: .95em;
  line-height: 1.7em;
}

.ripple-background .circle{
  position: absolute;
  border-radius: 50%;
  background: white;
  animation: ripple 15s infinite;
  box-shadow: 0px 0px 1px 0px rgba(80, 143, 185, 0.25);
}

.ripple-background .small{
  width: 200px;
  height: 200px;
  left: -100px;
  bottom: -100px;
}

.ripple-background .medium{
  width: 400px;
  height: 400px;
  left: -200px;
  bottom: -200px;
}

.ripple-background .large{
  width: 600px;
  height: 600px;
  left: -300px;
  bottom: -300px;
}

.ripple-background .xlarge{
  width: 800px;
  height: 800px;
  left: -400px;
  bottom: -400px;
}

.ripple-background .xxlarge{
  width: 1000px;
  height: 1000px;
  left: -500px;
  bottom: -500px;
}

.ripple-background .shade1{
  opacity: 0.2;
}
.ripple-background .shade2{
  opacity: 0.5;
}

.ripple-background .shade3{
  opacity: 0.7;
}

.ripple-background .shade4{
  opacity: 0.8;
}

.ripple-background .shade5{
  opacity: 0.9;
}

@keyframes ripple{
  0%{
    transform: scale(0.8);
  }
  
  50%{
    transform: scale(1.2);
  }
  
  100%{
    transform: scale(0.8);
  }
}


.footer-global {
    margin-top: 2.5em;
    padding: 2em;
    background-color: #143a5d;
    color: rgba(255, 255, 255, 0.6);
}

.footer-global .brand {
  position: relative;
  text-align: center;
  margin: 1em 0;
}

.footer-global .brand img {
  filter: brightness(0) invert(1);
  opacity: 0.5;
  max-width: 197px;
}

.footer-global .desc {
  text-align: center;
  margin-top: 1em;
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
  padding-top: 2em;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  padding-bottom: 2em;
}

.footer-global .logos {
  margin: 2em 0;
  text-align: center;
}

.footer-global .logos .title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 1em;
}

.footer-global .logos .lrow {
}

.footer-global .logos a {
    display: inline-block;
    opacity: 0.7;
    margin: 0 1em 1em;
}

.footer-global .logos br {
  display: none;
}

.footer-global .logos.white a img {
filter: brightness(0) invert(1);
}

.footer-global .logos a img {
  height: 28px;
  
}

.footer-copyright {
    text-align: center;
    color: rgba(255,255,255,0.3);
    padding: 2em 0;
    background: #0e304f;
}

.jump-nav-wrap {
  opacity: 1;
  transform: translateY(-100px);
  background-color: #243867;
  padding: 0;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 2;
  margin-top: 1px;
}

.scrolled .jump-nav-wrap {
  opacity: 1;
  transition: all .3s;
  transform: translateY(0);
  margin-top: 8px;
}

.jump-nav-wrap .col {
  text-align: left;
}

.jump-nav-wrap.fixed {
    position: fixed;
    width: 100%;
    top: 61px;
    z-index: 2;
}

.jump-nav {
  position: relative;
  display: flex;
  margin: 0 auto;
  word-spacing: 0;
  width: 100%;
  overflow: hidden;
  height: 46px;
}

/*.jump-nav:after {
  content: "";
  clear: both;
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0) 20%,rgba(255,255,255,1) 100%);
}*/

.jump-nav h5 {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: #cecece;
  margin-right: 10px;
  padding-top: 15px;
  font-size: 1.1em;
}

.jump-nav ul {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow:hidden;
  display: block;
  float: left;
  flex: 1;
}

.jump-nav ul li {
  margin: 0px 7px;
  display: block;
  transition: all .25s;
  font-family: var(--header-font);
  font-size: 1em;
  float: left;
}

.jump-nav ul li:hover {
  background: rgba(0,0,0,0.03);
}

.jump-nav ul li a {
    color: #ffffff;
    font-weight: 500;
    padding: 12px 11px;
    display: block;
}

.jump-nav ul li.active a {
  color: #fff;
}

.jump-nav ul li.cta-btn {
  float: right;
}

.jump-nav ul li.cta-btn a {
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-top: 5px;
  line-height: 1rem;
  padding-top: 9px;
  background: #1cb46e;
  border-color: #1cb46e;
  padding-left: 38px;
}

.dummy-section {
  min-height: 1100px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";   
}

main#main:before {
  background-image: linear-gradient(360deg, rgba(248,249,250,1) 0%, rgb(213, 230, 245) 100%);
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  height: 50vh;
  top: 0;
}

.home main#main:before {
  display: none;
}

.entry-content {
  padding-top: 0;
}

.entry-content .detached-image {
    /* margin-top: -9em; */
    margin-bottom: 3em;
    text-align: center;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.entry-content .detached-image img {
  border-radius: 5px;
  width: 100%;
  box-shadow: 0px 0px 25px rgba(0,0,0,0.5);
}

.faq-item {
  margin-bottom: .7em;
}

.faq-item .faq-question {
    font-family: var(--header-font);
    font-size: 1.3em;
    font-weight: 500;
}

.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-weight: 500;
    margin-bottom: 0px;
    border-bottom: 4px solid transparent;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9em;
    opacity: 0.6;
    line-height: 1.2em;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: transparent;
    border-bottom: 4px solid var(--accent-color);
    opacity: 1;
}

.nav-tabs .nav-link ion-icon {
    font-size: 1.2em;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: .15em;
}

.tab-content {
  padding: 0;
}

.tab-content .inner{
    padding-top: 1em;
}

.acc-item {
  margin-bottom: .5em;
  padding: 0;
  border-bottom: 1px solid #ebebeb;
}

.acc-header {
  padding: 9px 5px 11px;
  font-weight: 400;
  position: relative;
  min-height: 41px;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.3em;
  display: flex;
  font-weight: 600;
}

.acc-icon {
    font-size: 25px;
    color: var(--accent-color);
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -12px;
}

.acc-header .arrow {
  margin-left: auto;
  transform: rotate(180deg);
}

.acc-header.collapsed .arrow {
  transform: rotate(0deg);
}

.acc-body {
  font-size: .9em;
}

.acc-body .inner {
  padding: 1em 0 2em;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: var(--primary-color);
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
}

.tile-item {
    list-style-type: none;
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    text-align: center;
    margin: 0 10px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}

.tile-item p {
  margin-bottom: 0;
}

.tile-item ion-icon {
    font-size: 4em;
    display: block;
    margin: .9rem auto 1.2rem;
}

.newsletter-signup-alt {
    background: var(--accent-color);
    margin: 0 auto;
    max-width: 700px;
    margin-top: -71px;
    color: #fff;
    text-align: center;
    padding: 2em !important;
    border: none;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}

.klaviyo-form input {
  border:none !important;
}

.klaviyo-form button {
  background-color: var(--primary-color);
}

.pagination-wrap {
  text-align: center;
}

.pagination {
  border:1px solid #cacaca;
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
}

.pagination > * {
  border-right: 1px solid #cacaca;
  display: inline-block;
  padding: 3px 10px 5px;
  text-align: center;
  float: left;
  font-weight: 500;
  background: rgba(255,255,255,0.6);
  font-size: 1.1em;
}

.pagination > *:last-child {
  border-right: 0;
}

.pagination > .current {
background: var(--accent-color);
    color: #fff;  
}

.author-box {
  border-bottom: 3px solid var(--accent-color);
}

.author-box .card-body {
  position: relative;
  display: flex;
}

.author-box .avatar {

    overflow: hidden;
}

.author-box .avatar img {
    max-width: 150px;
    border-radius: 5px; 
}

.author-box .info {
  flex: 1;
}




.archive.author .author-box {
  margin-bottom: 3.5em;
  margin-top: -1em;
}

.review-block {
  /*margin-top: -120px;*/
}

.review {
  padding: 2em;
  text-align: center;
  color: #fff;
}

.review-flex {
  display: flex;
}

.review br {
  display: none;
}

.review .legal-notice {
    padding: 0.4em;
    text-align: center;
    background: #fafafa;
    border-radius: 5px;
    margin-bottom: -8px;
    margin-top: 22px;
    font-weight: 500;
    font-size: .8em;
    font-style: italic;
    color: #929292;
    display: inline-block;
    padding-left: 50px;
    padding-right: 10px;
    position: relative;
    display: none;
}

.review .legal-notice ion-icon {
    font-size: 34px;
    position: absolute;
    left: 12px;
    top: -4px;
}

.review .review-col {
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
    flex-direction: column;
    padding: 0 2em;
    text-align: left;
}

.review .logo-col {
    background: #f7f7f7;
    padding-top: 2em;
    padding-bottom: 2em;
    border-radius: 5px;
}

.review .op-logo {
  position: relative;
}

.review .bonus {
    padding-top: 10px;
    font-size: 4em;
    font-family: var(--header-font);
    text-align: center;
    font-weight: 500;
    line-height: 1em;
    margin-top: 1.2rem;
    margin-bottom: 1.3rem;
}

.review .bonus p {
  display: none;
}

.review .bonus .small {
    font-size: 20px;
    line-height: 1em;
}

.review .action .btn {
  width: 100%;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.8em;
}

.overall-score {
    text-align: center;
    border: 6px solid #e3e3e3;
    border-radius: 50%;
    display: block;
    width: 141px;
    height: 141px;
    margin: 0 auto;
    padding-top: 20px;
    background-color: rgba(255,255,255,0.75);
    margin-left: auto;
    margin-right: auto;
    font-size: .85em;
}

.review .overall-score {
  margin-bottom: 38px;
}

.overall-score br {
  display: none;
}

.overall-score .score {
  font-size: 55px;
  font-family: var(--header-font);
  display: inline-block;
  line-height: 1em;
  font-weight: 500;
}

.overall-score .stars {
  color: #e4a621;
}

.overall-score .lbl {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .8em;
    line-height: 1em;
}

.overall-score .stars {
    font-size: 1.3em;
    letter-spacing: -3px;
}

.review .sub-score {
  display: flex;
  margin-bottom: 6px;
}

.review .sub-score h5 {
  font-size: 1.2em;
  padding-top: 4px;
}


.review .sub-score .stars {
    margin-left: auto;
    text-align: right;
    flex-grow: 1;
    margin-right: 10px;
    font-size: 12px;
    margin-top: 5px;
    min-width: 95px;
}

.review .sub-score .score {
  margin-left: auto;
}

.review .stars {
  color: #e4a621;
}

.review .perks {
    margin-top: .7em;
    display: flex;
    padding: 10px 4px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #dadada;
}

.review .perks .perk {
  text-align: center;
  flex: 1;
  font-size: 11px;
  font-weight: 500;
}

.review .perks .perk ion-icon {
  font-size: 32px;
  color: var(--accent-color);
  display: block;
  margin: 0 auto;
}

.review .screenshots {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #dadada;
}

.review-hero {
  padding: 4em 0;
}

.review-hero .desc-col {
  color: #fff;
  padding-right: 2em;
}

.review-hero .desc-col .desc {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2em;
  border-radius: 15px;
  margin-top: 2em;
}

.review-hero .desc-col .main-title {
  position: relative;
  display: flex;
  align-items: center;
}

.review-hero .desc-col .op-icon {
    width: 92px;
    height: 92px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 0;
    top: 0;
    left: 0;
    margin-right: 25px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.review-hero .desc-col h1 {
  flex:1;
  font-size: 3em;
  line-height: 1em;
  letter-spacing: 0;
  text-shadow: 1px 1px 5px rgba(71, 71, 71, 0.2);
}

.review-hero .desc-col .our-rating,
.review-hero .desc-col .user-rating {
  display: inline-block;
  margin-right: 50px;
}

.review-hero .h-lbl {
  font-weight: 600;
  margin-bottom: .5em;
  font-size: 1.1em;
  /* text-transform: uppercase; */
  /* margin-top: 1.3em; */
}

.review-hero .stars {margin-bottom: 2em;}

.stars br {
  display: none;
}

.stars ion-icon {
  display: inline-block;
  font-size: 2em;
  color: #f7d008;
}

.review-hero .user-rating .stars ion-icon {
  color: #1ddaed;
}

.review-hero .quick-take {
  position: relative;
  font-size: .9em;
}

.review-hero .review-card {
  padding: 1em 0;
  box-shadow: 0px 0px 40px rgba(5, 40, 60, 0.32);
}

.review-hero .review-card .op-logo {
  max-width: 230px;
  margin: 0 auto 1em;
}

.review-hero .review-card .bonus-list {
  padding: 2em 0 0em 3em;
  margin: 0;
  list-style-type: none;
  font-size: .9em;
  font-weight: 400;
}

.review-hero .review-card .bonus-list li {
  position: relative;
  padding-left: 15px;
  line-height: 1.3em;
  margin-bottom: 1.4em;
}

.review-hero .review-card .bonus-list ion-icon {
    font-size: 24px;
    color: #35b44b;
    position: absolute;
    top: -3px;
    left: -13px;
}

.review-hero .legal {
  margin-top: 2em;
  opacity: 0.8;
  text-align: center;
}

.review-hero .legal br {
  display: none;
}

.review-hero .legal a  {
  display: inline-block;
  padding: 0 4em 0 0;
  position: relative;
}

.review-hero .legal a:after {
    display: block;
    content: "";
    position: absolute;
    right: 2em;
    height: 14px;
    width: 1px;
    background-color: rgba(255,255,255,0.3);
    top: 11px;
}

.review-hero .legal a:last-of-type:after {
  display: none;
}

.review-hero .legal img {
  display: inline-block;
  max-height: 33px;
}

.review-hero .legal {
  
}

.header-promo {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    background-color: #707070;
    color: #fff;
    padding: 1em 0;
    background: linear-gradient(173deg, rgb(17, 60, 105) 0%, rgb(45, 97, 152) 100%);
}

.t-review {
    position: relative;
    background: #fff;
    padding: 0 1em;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    margin-bottom: 2em;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
}

.t-review .header {
  padding: .6em;
  background: #2269b3;
  border-bottom: 1px solid #e9e9e9;
  font-size: .9em;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

.t-review .name {
  font-weight: 600;
  font-size: 1.2em;
  margin: .5em 0;
}

.t-review .thumb {
  margin-bottom: 1em;
  border-radius: 10px;
  overflow: hidden;
}

.t-review .thumb img {
  width: 100%;
}

.t-review .stars {margin-top: 1em;margin-bottom: .8em;}

.t-review .stars ion-icon {
  font-size: 1.4em;
  vertical-align: middle;
}

.t-review .stars .lbl {
  display: inline-block;
  margin-right: .5em;
  font-weight: 600;
}


.t-review .read-more {
  cursor: pointer;
  color: var(--accent-color);
}

.t-review .more {
  display: none;
}

.procon-card {
  color: #fff;
  background-color: #11b28c;
  padding: 2em;
  margin-bottom: 1em;
  border-radius: 10px;
}

.procon-card.cons {
  background: #db7070;
}

.procon-card h4 {
  font-size: 1.4em;
  margin-bottom: .9em;
}

.procon-card ul {
  margin:0;
  padding: 0;
}

.procon-card ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 1em;
  padding-left: 34px;
}

.procon-card ul li ion-icon {
  position: absolute;
  left: 0;
  font-size: 25px;
  top: -2px;
}

.compare-table {
  height: 100%;
}

.compare-table h2 {
  font-size: 2em;
  margin-bottom: .3em !important;
}

.compare-table h4 {
  line-height: normal;
}

.compare-table .stars {
  font-size: 1.2em;
}

.compare-table .stars ion-icon {
  font-size: 1.2em;
}

.compare-table .logo {
  max-width: 100px;
  margin: 1em auto;
}

.compare-table .logo img {
  width: 100%;
}

.compare-table .list-unstyled {
  margin: 1em 0;
}

.states-jump-block {
  color: #2a2a2a;
  background: #fff;
  padding: 1em;
  text-align: center;
  display: inline-block;
}

.states-jump-block br {
  display: none;
}

.states-jump-block h3 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
}

.states-jump-block a {
  display: inline-block;
  color: #c2c2c2;
  margin: 0 16px;
}

.states-jump-block a ion-icon {
  font-size: 70px;
}

.header-promo h4 {
  font-size: 2em;
  margin-bottom: 15px;
  padding: 0 .3em;
}

.header-promo h4 .accent {
  color: gold;
}

.header-promo .redirect-text {
  display: none;
}

.header-promo .used {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 5px;
  opacity: 0.9;
}

.header-promo .ctc {
  position: absolute;
  width: 107px;
  left: -94px;
  top: 50%;
  margin-top: -30px;
}

.header-promo .ctc img {
  max-width: 100%;
}

.header-promo .redirect-text {
  font-size: 1.5em;
}

.header-promo .redirect-text:before {
    content: "";
    background-image: url(assets/img/loaderwifi.png);
    width: 20px;
    height: 15px;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    opacity: 0.9;
}

.promo-code {
  position: relative;
  display: flex;
  max-width: 273px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  line-height: 1.6em;
  /* text-shadow: 0px 1px 1px rgba(0,0,0,0.3); */
  box-shadow: 0px 0px 0 rgba(255, 255, 255, 0);
  transition: all .6s;
}

.promo-code .lbl {
  padding: 8px;
  flex: 1;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f7d008;
  font-size: .9em;
  font-weight: 600;
  color: #2c5578;
}

.copied .promo-code .lbl {
  background-color: #61a783;
    text-transform: uppercase;
    font-weight: 700; 
}

.promo-code .code {
  padding: 6px;
  text-transform: uppercase;
  flex: 1;
  border-top: 2px dashed #f7d008;
  border-right: 2px dashed #f7d008;
  border-bottom: 2px dashed #f7d008;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: 700;
  background-color: rgba(255,255,255,0.05);
  font-size: .9em;
  text-shadow: none;
  letter-spacing: .2px;
  color: #fbfaf3;
}

.copied .promo-code .code {
  border-color: #61a783;
}

.promo-code:hover {
box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.64);
}

.quick-facts-list {
  margin-top: 1.4em;
}

.quick-facts-list li {
  margin-bottom: 1.2em;
  line-height: 1.7em;
}

.meet-expert {
  position: relative;
}

.meet-expert h3 {
  text-transform: uppercase;
}

.meet-expert .photo {
  position: absolute;
}

.meet-expert .photo img {
  width: auto;
}

.meet-expert .content {
  position: relative;
  margin-left: 230px;
  border-top: 1px solid rgba(0,0,0,0.07);
  border-bottom: 1px solid rgba(0,0,0,0.07);
  padding: 1.7em 0;
}

.meet-expert .name {
  font-family: var(--header-font);
  font-size: 2em;
}

.meet-expert .bio {
  font-size: 1em;
}

.slideshow .row {
  justify-content: center;
}

.slideshow a.thumbnail {
    max-height: 150px;
    overflow: hidden;
    display: block;
    border: 2px solid #fff;
    margin-bottom: 20px;
}

.slideshow .col-lg-12 a.thumbnail {
  max-height: none;
}

.slideshow .img-thumbnail {
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    border: navajowhite;
}

.slideshow-modal h4 {
  border:none;
}

.slideshow .modal-body img {
    max-height: 1000px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    border-bottom: 2px solid #e4a621;
}

.tablepress td, .tablepress th {
    padding: 13px 8px;
}

.tablepress tbody td {
    vertical-align: top;
    background: #fff;
}

.highcharts-root {
  font-family: var(--body-font) !important;
}

.highcharts-background {
  fill: transparent;
}

.highcharts-grid-line {
  opacity: 0.3;
}

.home .hero {
  padding-bottom: 0;
  background-image: linear-gradient(351deg, rgba(248,249,250,1) 0%, rgb(213, 230, 245) 100%);
}

.home .entry-content {
  padding-top: 0;
}

/*WP Classes*/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


.list-v1 {
  list-style-type: none;
  text-align: left;
  margin: 0;
}

.list-v1 li {
  position: relative;
  padding-left: 22px;
  margin-bottom: .5em;
}

.list-v1 li ion-icon {
  position: absolute;
  left: 0;
  top: 1px;
}

.cta-list .cta {
  margin-bottom: 1em;
}

.cta-list .cta:last-of-type {
  margin-bottom: 0;
}

.cta {
    background: #fff;
    padding: 6px;
    border-radius: 3px;
    box-shadow: 0px 1px 25px rgba(0,0,0,0.1);
    position: relative;
}

.cta .cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.cta .cta-row.row-top {
    background-color: #f9f9f9;
    border-radius: 3px;
    padding: .5em 0;
}

.cta .cta-row.row-mid {
    align-items: start;
    padding: .5em 0;
}

.cta .cta-row.row-mid h4 {
  border:none;
}

.cta .cta-row.row-bottom {
    margin-bottom: 0;
    border-top: 2px solid #efefef;

}

.cta .cta-row.row-bottom > div,
.cta .cta-row.row-bottom > a {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all .25s;
    color: inherit;
}

.cta .cta-row.row-bottom > a:hover {
  background-color: #f9f9f9;
}

.cta .cta-row > div,
.cta .cta-row > a {
  flex: 1;
  align-items: center;
  justify-content: center;
}

.cta .cta-row > div br,
.cta .cta-row > a br {
  display: none;
}

.cta .op-logo {
    text-align: center;
    padding: 15px 0 15px 20px;

}

.cta .op-logo img {
    max-height: 47px;
    width: auto;
}
.cta .bonus {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 500;
}

.cta .bonus span {
  font-family: var(--header-font);
    font-size: 2.7em;
  font-weight: 500;
  letter-spacing: -1px;
  display: block;
  line-height: 2.4rem;
  margin-top: 5px;
  color: var(--accent-color);
}

.cta .icon-col.bonus-counter h5 span:before {
  content: "$";
}

.cta .geo {
  font-weight: 700;
  font-style: italic;
}

.cta .geo .flag {
    max-width: 42px;
    display: block;
    margin-bottom: .4em;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5px;
}

.cta .geo p {
  margin-bottom: 0;
}

.cta .action {

}

.cta .action a {
    min-width: 200px;
    font-weight: 700;
}

.cta .collapse-toggle {
    position: absolute;
    bottom: -7px;
    background: #ffffff;
    display: none;
    color: var(--accent-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 6px;
    left: 50%;
    z-index: 1;
    text-align: center;
    font-size: 22px;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

.cta .collapse-toggle.collapsed {
  display: block;
}

.cta:first-of-type .collapse-toggle{
  display: none;
}

.cta .procon {
  text-align: left;
}

.cta .procon {
  margin: 10px 0;
  padding-left: 2em;
}

.cta .procon ul {
  padding: 0;
}

.cta .procon li {
}

.cta .procon ion-icon {
  font-size: 20px;
}

.cta .pros li ion-icon {
  color: green;
}

.cta .cons li ion-icon {
  color: #c40d0d;
}

.pros ion-icon {
  --ionicon-stroke-width: 76px;
}

.cons ion-icon {
  --ionicon-stroke-width: 46px;
}

.cta .icon-col {
  display: flex;
}

.cta .icon-col p {
  margin-bottom: 0;
}

.cta .icon-col .icon {
    flex-basis: 20%;
}

.cta .icon-col .icon ion-icon {
  font-size: 30px;
  color: var(--accent-color);
}

.cta .icon-col h5 {
  text-align: left;
}

.cta .icon-col h5 span {
    display: block;
    font-size: 2rem;
    line-height: 1.5rem;
    color: var(--primary-color);
    text-align: center;
    margin-top: .1em;
}

.cta .icon-col .read-review {
    font-size: 1.5em;
    color: var(--accent-color);
    text-align: left;
    line-height: 1em;
    font-family: var(--header-font);
    font-weight: 500;
    display: block;
    padding-top: 3px;
}

.cta .icon-col .read-review ion-icon {
    font-size: 14px;
    position: relative;
    top: 1px;  
}

.cta .cta-row .head-text p {
  margin-bottom: 0;
}

.cta .cta-row .head-text .headh5 {
    font-family: var(--header-font);
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1em;
}

.cta .rating .score {
  border-radius: 3px;
  background-color: var(--primary-color);
  color: #fff;
  margin-right: 7px;
  font-size: 2em;
  line-height: 1.6em;
}

.cta .win-rate .counter:after {
  content: "%";
}

.cta .bonus .counter:before {
  content: "$";
}

.cta .banking br {
  display: none;
}

.cta .banking img {
    font-size: 40px;
    line-height: 40px;
    max-height: 13px;
    margin: 0 4px 3px 4px;
    filter: grayscale(0);
    transform: translateX(-10px);
    opacity: 0;
    animation-delay: 1s;
}

.cta .banking.in img {
  animation: fade-in-item .4s .3s ease-out forwards;
}

.cta .banking img:nth-of-type(2) {animation-delay: .9s; -webkit-animation-delay: .9s;}
.cta .banking img:nth-of-type(3) {animation-delay: 1.5s}



@-webkit-keyframes fade-in-item {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }
  30% {
    transform: translateX(-7px);
    opacity: .5;
  }
  60% {
    transform: translateX(-3px);
    opacity: .8;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.card-list-h {
  padding: 2em 0;
}

.step-cards > .col {
    margin: 0 25px;
    flex: 1;
}

article .card {
    box-shadow: 1px 0px 23px rgba(42, 126, 212, 0.10);
    transition: all .3s;
    border-bottom: 2px solid #fff;
    line-height: 2em;
    border: none;
    background:#fff;
    border-radius: 10px;
}

article .card .card-icon {
    max-width: 85px;
    text-align: center;
    margin: 0 auto;
    font-size: 62px;
}

.card-detailed-wrap {
  height: 100%;
}

.card.detailed {
    padding: 1.5em 1.5em 1.5em 10.5em;
    font-size: 1em; /* was .85em */ 
    line-height: 2rem; /* was 1.25rem */
    overflow: hidden;
    height: 100%;
}

.card.detailed .card-image {
    width: 115px;
    background-size: cover;
    position: absolute;
    top: 0;
    overflow: hidden;
    left: 0;
    bottom: 0;
}

.card.detailed .card-image:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fcfcfcd4;
    opacity: 0.2;
}

.card.detailed .header {
    border-bottom: 2px solid #e1e6eb;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.8em;
}

.card.detailed .desc {
  margin-bottom: 1.3em;
}

.archive-list-item {
    margin-bottom: 1.5em;
    display: flex;
    max-height: 200px;
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    margin: 2em 0;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
    font-size: .85em;
}

.archive-list-item:first-of-type {
  margin-top: 0;
}

.archive-list-item .thumbnail {
  position: relative;
  /* max-height: 150px; */
  overflow: hidden;
  flex: 0 0 27%;
}

.archive-list-item .thumbnail img {
  width: 100%;
  height: auto;
}

.archive-list-item .item-info {
  padding-left: 1.5em;
}

.archive-list-item .item-info h3 {
    font-size: 1.75em;
    margin-bottom: .2em;
    line-height: 1.2em;
}
.archive-list-item .item-info h3 a {
  color: #2b2b2b;
}

.archive-list-item .date {
  font-weight: 600;
  font-style: italic;
  margin-bottom: .5em;
  color: var(--accent-color);
}

.archive-list-item .author {

}

.archive-list-item .excerpt {
  margin-top: .5em;
}

.news-list {
  margin-top: 1.25em;
}

.news-list .news-item {
    margin-bottom: .8em;
    display: flex;
    background: #fff;
    padding: .7em;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25em;
    transform: translateX(-20px);
    opacity: 0;
    transition: all 1s;
}

.news-list .news-item.in {
  opacity: 1;
  transform: translateX(0);

}

.news-list .news-item .thumb-wrap {
  flex: 0 0 27%;  
}

.news-list .news-item .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}

.news-list .news-item .thumb img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform .6s;
}

.news-list .news-item:hover .thumb img {
  transform: scale(1.2);
}

.news-list .news-item .item-info {
  padding-left: 1em;
}

.news-list .news-item .item-info h3 {
    font-size: 1.1em;
    margin-bottom: 0;
}
.news-list .news-item .item-info h3 a {
  color: #2b2b2b;
}

.news-list .news-item:hover .item-info h3 a {
  color: var(--accent-color);
}

.news-list .news-item .date {
  font-weight: 600;
  font-style: italic;
  margin-bottom: .5em;
  color: var(--accent-color);
  font-size: .8em;
}

.link-tiles {
  display: flex;
  flex-wrap: wrap;
}

.link-tiles .tile {
  flex-basis: 33%;
  padding: 10px;
}

.link-tiles .tile a {
    display: flex;
    background: #fff;
    text-align: center;
    padding: 1em;
    border-radius: 10px;
    box-shadow: 1px 0px 23px rgba(42, 126, 212, 0.10);
    transition: all .3s;
    line-height: 2em;
    border: none;
    color: #2b2b2b;
    height: 100%;
    flex-direction: column;
}

.link-tiles .tile a:hover {
  /*border-bottom: 2px solid var(--accent-color);*/
}

.link-tiles .tile a > br {
  display: none;
}

.link-tiles .tile a .icon {
  font-size: 3rem;
  display: block;
  margin-bottom: .2em;
  margin-top: .1em;
  background: #f1f6fd;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /*border: 1px solid #c5dbfd; */
}

.link-tiles .tile a ion-icon {
transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.link-tiles .tile a:hover .icon ion-icon {
  transform:scale(1.2);
}

.link-tiles .tile a .title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.4em;
    padding: .8em 0;
}

.link-tiles .tile .desc {
    display: block;
    font-size: .8em;
    line-height: 1.4em;
}

.state-tile {
    display: block;
    background: #fff;
    text-align: center;
    padding: 1em;
    border-radius: 10px;
    box-shadow: 1px 0px 23px rgba(42, 126, 212, 0.10);
    transition: all .3s;
    line-height: 2em;
    border: none;
    color: #2b2b2b;
    border-top: 3px solid #74a7df;
}

.state-tile .icon {
    margin: 0 auto 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.state-tile .icon img {position: relative;height: 51px;width: auto;opacity: 0.5;}

.state-tile .icon:before {
  content: "";
  display: block;
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
  width: 49px;
  height: 49px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 0px 23px rgba(42, 126, 212, 0.17);
  visibility: hidden;
}

.state-tile .title {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: 1px solid #ebebeb;
}

.state-tile .desc {
    font-size: .85em;
    line-height: 1.4em;
    margin-top: 1.5em;
}

.state-tile .actions {
  position: relative;
  margin-top: 2.5em;
}

.card.detailed.slotgame {padding: 1.5em;height: 100%;}

.card.detailed.slotgame .card-body {
  padding: 0;
  font-size: .9em;
}

.card.detailed.slotgame .card-image {
    height: 46%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto 2em;
    position: static;
    border-radius: 10px;
    width: 100%;
    height: 166px;
    background-position: center;
}


#gameModal {
  padding: 0 !important;
}

#gameModal .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    align-content: center;
}

#gameModal .modal-content {
    background: transparent;
    border: none;
    top: 0;
    height: 100%;
}

#gameModal .modal-header {
    background: var(--accent-color);
    border: none;
    width: 100%;
    box-shadow: 1px 0px 10px rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
}

#gameModal .modal-title {
  color: #fff;
  border:none;
}

#gameModal .modal-body {
    width: 100%;
    margin: 1.75rem auto;
    max-width: 1100px;
    display: flex;
    align-items: center;
}

#gameModal .modal-body iframe {
    border: none;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
    background-color: #000;
}


#gameModal .modal-header .close {
    color: #fff;
    opacity: 1;
    font-size: 31px;
    margin: 0;
    padding: 0;
}

@media (min-width: 576px) {
  .container {
      width: 100% !important;
      max-width: 1140px !important;
  }  
}


@media (max-width: 991px) {
  .main-navigation {
    display: none;
  }

  .container {
      max-width: 100%;
  } 

  .header-left-home {
    text-align: center;
    padding:0 1.5em;
  }

  .header-right-home {
    padding-left: 15px !important;
  }

}

@media (max-width: 767px) {


  .mobile-hide {
    display: none !important;
  }

  .curvy-bottom {
    height: 48px;
  }

  body {
    padding-top: 52px;
  }

  body .site-header {
      transition: none;
      height: 52px;
  }

  .site-header .mega-menu-toggle {
      zoom: .31;
  }

  .site-header .search-toggle-wrap {
    height: 52px;
    width: 52px;
    font-size: 1.4em;
  }

  .site-branding {
      margin-top: 5px;
      zoom: .73;
  }

  .site-header form.search-form {
    top: 52px;
  }


  section {
    margin-bottom: 1.5em;
  }

  .site-header .mega-menu > .container > .row {
      padding-top: 50px;
      display: block;
      padding-left: 2em;
  }

  .jump-nav-wrap .col {
    padding: 0;
  }

  .jump-nav {
      display: block;
      width: 100%;
      overflow-x: auto;
      height: auto;
  }

  .jump-nav h5 {
    display: none;
  }

  .jump-nav ul {
      display: block;
      white-space: nowrap;
  }

  .jump-nav ul li {
      display: block;
      margin: 0px 3px;
      font-size: 1.4em;
      float: none; 
      display: inline-block;
  }

  .jump-nav ul li a {
      padding: 12px 6px;
      display: block;
  }

  .jump-nav ul li.cta-btn {
    display: none;
  }

  .cta .cta-row {
    display: block;
  }

  .cta .cta-row.row-bottom {
      display: flex;
  }

  .cta .geo,
  .cta .cta-row.row-bottom > div.payout-speed {
    display: none;
  }

  .cta .cta-row > div {
      padding-bottom: 24px;
  }

  .cta .cta-row.row-bottom > div {
      padding-top: 10px;
      padding-bottom: 10px;
      transition: all .25s;
  }

  .cta .icon-col {
      display: block;
      text-align: center;
  }
  .cta .icon-col h5 {
      text-align: center;
  }

  .cta .rating .score {
      display: inline-block;
      padding: 3px 10px;
      margin-bottom: .2em;
  }

  .cta .procon {
      margin: 10px 0;
      padding-left: 0;
      padding: 0 1em;
  }

  .cta .op-logo {
      padding-left: 0;
  }

  .cta .icon-col .read-review {
    text-align: center;
  }

  .cta .rating h5,
  .cta .rating .headh5 {
    display: none;
  }

  .archive-list-item {
    max-height: none;
  }

  .hero.post-hero .post-meta {
    font-size: 1.1em;
  }

  .hero.post-hero .post-meta > div {
    margin-right: 25px;
  }

  .author-box .card-body {
      position: relative;
      display: block; 
      text-align: center;
  }

  .author-box .card-body .avatar {
    margin-bottom: 25px;
  }

  .header-promo.sticky-footer {
      background: var(--primary-color);
      border-radius: 0;
      padding: 10px;    
  }

  .header-promo .ctc,
  .header-promo .used {
    display: none;
  }

  .header-promo h4 {
      font-size: 1.5em;
      margin-bottom: 5px;
  }

  .sticky-footer {
      position: fixed;
      bottom: 0;
      left: 0;
      max-width: 100%;
      z-index: 5;
  }

  .review {
    padding: 1em;
    margin-top: 2em;
  }

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

  .review .review-col {
      padding: 1em;
      margin-bottom: 2em;
      display: block !important;
  }

  .review .review-col.logo-col {order:3;}
  .review .review-col.score-col {order:1;}
  .review .review-col.desc-col {order:2;}

  .review .overall-score {
    margin-top: -5em;
    background-color: #fff;
  }

}


@media (max-width: 500px) {
  body {
    font-size: 11px;
  }

  .entry-content,
  .site-header .mega-menu ul {
      font-size: 1.5em;
  }

  h1 {
      line-height: 1em;
      font-size: 3em;
  }

  h2 {
      font-size: 1.5em;
  }

  .header.centered {
    margin-bottom: 1em;
  }

  .header.centered span {
    position: static;
  }

  .hero {
    padding: 2em 0;
  }

  .hero .intro {
    font-size: 1.2em;
  }

  .hero.post-hero .post-meta {
      font-size: 1.4em;
  }

  .hero.post-hero .post-meta > .updated {
    display: none;
  }

  body.page .hero.post-hero .post-meta > .updated {
    display: flex;
  }

  .entry-content .detached-image {
      margin-top: -7em;
      margin-bottom: 2em;
  }

  .post {
      font-size: .8em;
  }

  .link-tiles .tile {
      flex-basis: 50%;
  }

  .hero .link-tiles .tile a .title {
      font-size: .9em !important;
  }

  .card.detailed {
    padding: 1.5em 0.5em 1.5em 6.5em;
  }

  .card.detailed .card-image {
    width: 80px;
  }

  .nav-tabs {
    padding:0;
  }

  .nav-tabs .nav-link {
    flex-basis: 100%;
  }

  .footer-global .logos a {
      display: block;
  }

}

/*US MAP*/

@media only screen and (max-width: 750px) {
  .bonus__gambling {
    max-width: 100%
  }
}

@media only screen and (max-width: 455px) {
  .bonus__gambling {
    display: none
  }
}

.bonus__gambling .us__gambling__ttl {
  font-weight: bold;
  font-size: 36px;
  
  margin-bottom: 6px
}

@media only screen and (max-width: 599px) {
  .bonus__gambling .us__gambling__cat .row {
    width: 100%
  }
}

.bonus__gambling .us__gambling__cat ul {
  list-style: none;
  padding: 0;
  margin: 40px 0 35px;
  min-width: 500px
}

@media only screen and (max-width: 599px) {
  .bonus__gambling .us__gambling__cat ul {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    min-width: unset
  }
}

.bonus__gambling .us__gambling__cat ul li {
  padding: 5px 20px;
  border-bottom: 2px solid #b1b3b5;
  font-size: 14px;
  text-transform: uppercase;
  
  color: #64666a
}

.bonus__gambling .us__gambling__cat ul li:hover {
  cursor: pointer
}

@media only screen and (max-width: 599px) {
  .bonus__gambling .us__gambling__cat ul li {
    padding: 5px 10px
  }
}

@media only screen and (max-width: 473px) {
  .bonus__gambling .us__gambling__cat ul li {
    font-size: 0.5rem
  }
}

.bonus__gambling .us__gambling__cat ul li.active {
  border-bottom: 2px solid #008155;
  color: #008155
}

.bonus__gambling .legend {
  display: none
}

.bonus__gambling .legend.show_it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  margin: 2em auto 2em;
  align-items: flex-start;
  background: #f8f9fa;
  padding: 1em;
  border-radius: 10px;
  /*box-shadow: 1px 0px 23px rgba(42, 126, 212, 0.2);*/
  /* border: 1px solid #e3e8ed; */
}

.bonus__gambling .legend__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  font-size: .85em;
  font-weight: 600;
  font-family: "Montserrat";
}

.bonus__gambling .legend__all:hover {
  cursor: pointer
}

.bonus__gambling .legend__all p {
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "Gotham-Book", sans-serif
}

.bonus__gambling .green,
.bonus__gambling .blue,
.bonus__gambling .light__green,
.bonus__gambling .orange {
  height: 22px;
  width: 22px;
  border-radius: 4px
}

.bonus__gambling .green {
  background-color: #4aba81
}

.bonus__gambling .blue {
  background-color: #4a81ba
}

.bonus__gambling .light__green {
  background-color: #1cc4cc
}

.bonus__gambling .orange {
  background-color: #ebf1f7
}

.bonus__gambling .us__gambling__map {
  display: none
}

.bonus__gambling .us__gambling__map.show_it {
  display: grid;
  grid-template-columns: repeat(12, 72px);
  grid-template-rows: repeat(8, 72px);
  width: 100%;
  margin-top: 30px;
  gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (max-width: 1010px) {
  .bonus__gambling .us__gambling__map.show_it {
    grid-template-columns: repeat(12, 52px);
    grid-template-rows: repeat(8, 52px)
  }
}

@media only screen and (max-width: 724px) {
  .bonus__gambling .us__gambling__map.show_it {
    grid-template-columns: repeat(12, 32px);
    grid-template-rows: repeat(8, 32px)
  }
}

@media only screen and (max-width: 496px) {
  .bonus__gambling .us__gambling__map.show_it {
    grid-template-columns: repeat(12, 22px);
    grid-template-rows: repeat(8, 22px)
  }
}

.bonus__gambling .us__gambling__map.show_it div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}

@media only screen and (max-width: 724px) {
  .bonus__gambling .us__gambling__map.show_it div {
    font-size: 1rem
  }
}

@media only screen and (max-width: 496px) {
  .bonus__gambling .us__gambling__map.show_it div {
    font-size: 0.7rem
  }
}

.bonus__gambling .us__gambling__map.show_it .legal {
  background-color: #4aba81;
  color: #fff
}

.bonus__gambling .us__gambling__map.show_it .bill__passed {
  background-color: #4a81ba;
  color: #fff
}

.bonus__gambling .us__gambling__map.show_it .bill__not__passed {
    background-color: #1cc4cc;
    color: #fff;
}

.bonus__gambling .us__gambling__map.show_it .no__bill {
  background-color: #ebf1f7
}

.bonus__gambling .map__undertext {
  margin: 92px 0 0;
  
  font-size: 16px;
  color: #333333;
  line-height: 1.5
}

.bonus__gambling .legend_online,
.bonus__gambling .us__gambling__map_online,
.bonus__gambling .undertext_online,
.bonus__gambling .legend_sweepstakes,
.bonus__gambling .us__gambling__map_sweepstakes,
.bonus__gambling .undertext_sweepstakes {
  display: none
}


/* pricing table */
.pricing-table{padding: 0px; margin: 0px; margin-top: 10px;}
    .pricing-table td{padding: 0px; border-left: 1px solid transparent;}
    .pricing-table .pricing-table-list td{padding: 10px 8px; font-weight: 500; text-align: center; font-size: 12px; background: #F9F9F9;}
        .pricing-table .pricing-table-list .glyphicon-ok{color: #68AF27;}
        .pricing-table .pricing-table-list .glyphicon-remove{color: #C22439;}
        .pricing-table .pricing-table-list td:first-child{font-weight: 600; text-align: left; border-left: 0px; font-size: 11px; color: #333; text-transform: uppercase;}
        
        .pricing-table .pricing-table-list:nth-child(2n) td{background: #F2F2F2;}
        
    .pricing-table .pricing-table-text h2{font-size: 35px; font-weight: 300; line-height: 33px; margin: 0px; padding: 0px; text-align: center; color: #009AD7;}
    .pricing-table .pricing-table-text p{font-size: 12px; font-weight: 400; text-align: center; color: #666; margin-top: 10px;}
    
    .pricing-table .pricing-table-item{color: #FFF;}
        .pricing-table .pricing-table-item .pricing-table-item-head{padding: 10px 5px; text-align: center; background: #009AD7;}
            .pricing-table .pricing-table-item .pricing-table-item-head p{font-size: 17px; font-weight: 600; line-height: 21px; text-transform: uppercase; margin-bottom: 0px;}
            .pricing-table .pricing-table-item .pricing-table-item-head span{font-size: 11px; font-weight: 400;}
            
        .pricing-table .pricing-table-item .pricing-table-item-price{padding: 15px 10px; text-align: center; background: #FFF; color: #009AD7;}
            .pricing-table .pricing-table-item .pricing-table-item-price p{font-size: 41px; font-weight: 400; line-height: 36px; margin-bottom: 0px;}
                .pricing-table .pricing-table-item .pricing-table-item-price p span{font-size: 12px; font-weight: 300;}
            .pricing-table .pricing-table-item .pricing-table-item-price > span{font-size: 12px; font-weight: 400; color: #009AD7}
            
        .pricing-table .pricing-table-item .pricing-table-item-purchase{padding: 10px 5px; background: #FFF;}
            .pricing-table .pricing-table-item .pricing-table-item-purchase .btn{text-transform: uppercase; margin-bottom: 0px;}
/* eof pricing table */    
/* review page fixes */
@media only screen and (max-width: 767px) {
  .scrolled .jump-nav-wrap {
    margin-top: -3px;
  }
  .logged-in.admin-bar .site-header {
    top: 46px;
  }
  .review-hero .review-card {
    margin-top: 2em;
  }
  .sticky-footer .promo-code .lbl, .sticky-footer .promo-code .code {
    font-size: 0.8em;
  }
  .review-hero .legal a {
    padding: 0 2em 0 0;
  }
  .review-hero .legal a:after {
    right: 1em;
  }
  .card.detailed {
    padding: 1.5em 1.5em 1.5em 1.5em;
  }
  .card.detailed .card-image {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .logged-in.admin-bar .site-header {
    top: 0px;
  }
  #wpadminbar {
    top: 6px;
  }
  .logged-in.admin-bar.scrolled .jump-nav-wrap {
    margin-top: -50px;
  }
}
.card.detailed .card-image {
  background-size:     100%;
  background-repeat:   no-repeat;
  margin-left: 2em;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .card.detailed .card-image {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .jump-nav ul li {
    font-size: 1em;
  }
}
@media only screen and (max-width: 500px) {
  .jump-nav ul li {
    font-size: 1.2em;
  }
}
.tablepress-responsive img {
  height: auto;
}
#tablepress-116 tr > td:nth-child(1) {  
  vertical-align: middle;
}
/* eof review page fixes */