/*
Theme Name: Big Life Score
Theme URI: http://localhost:8888/BLS
Author: Eve Jackson
Author URI: http://redfeatherdesign.com
Description: Custom theme for Big Life Score
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-menu, featured-images
Text Domain: restworks
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others. Testing a change
*/
/* CSS RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* _variables.scss*/
/*  _typography.scss*/
body {
  color: #606060;
  font-size: 16px;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.8; }

h1 {
  font-size: 3.2em;
  color: #606060;
  font-weight: 300;
  line-height: 1.2em;
  padding: 25px 0 15px; }

h1 span.price {
  padding-top: 10px;
  text-align: right;
  float: right;
  font-size: 0.5em; }

h1 span.price a {
  font-weight: 300; }

h2 {
  font-size: 1.4em;
  letter-spacing: 0.07em;
  font-weight: 600;
  color: #606060;
  line-height: 1.3em;
  padding: 15px 0;
  text-transform: uppercase; }

h2.underline {
  border-bottom: 1.5px solid #606060;
  width: 100%;
  display: block;
  padding: 5px 0;
  margin-bottom: 5px;
  text-transform: uppercase; }

h3 {
  font-size: 1.4em;
  font-weight: 600;
  color: #606060;
  line-height: 1.2em;
  padding: 15px 0;
  /*color:#1EE68E;*/ }

h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: #606060;
  line-height: 1em;
  padding: 15px 0; }

h5 {
  font-size: 1em;
  font-weight: 600;
  color: #606060;
  line-height: 1em;
  padding: 15px 0; }

p {
  font-size: 1em;
  padding: 0 0 15px;
  color: #606060; }

.transparent p {
  color: #fff; }

p.sitename {
  color: #fff;
  font-size: 1.2em; }

p.sitedesc {
  color: #fff;
  font-size: 1em; }

a {
  color: #606060;
  color: #1EE68E;
  color: #10d47e;
  color: #0bbd6f;
  color: #cd6463;
  text-decoration: none;
  font-weight: bold;
  font-weight: bold; }

#footer h3, .welcome p, .welcome h1, .purple p, .welcome h2, .purple h2, .purple h3, .welcome h3, .purple h4, .welcome h4, .purple ul, .welcome ul {
  color: #fff; }

.white p, .grey p, .white h1, .grey h1, .grey h3, .white h3 {
  color: #323232; }

.welcome p {
  font-size: 3.2em;
  color: #f2f2f2;
  padding: 15px 0;
  line-height: 1.1em; }

.welcome p span {
  color: #1EE68E; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

a:hover {
  color: #606060; }

blockquote {
  padding: 0 5%;
  font-style: italic; }

.welcome h1 {
  color: #fff;
  font-size: 3.2em;
  line-height: 1em;
  padding: 15px 0; }

#feature h3 {
  padding-top: 10px; }

#footer p {
  color: #fff; }

#footer a {
  color: #fff; }

/*.content ul {
    margin-left:0.5em;
    margin-bottom:10px;
   // list-style-position: outside;
}
.content li {font-size:0.8em;padding-bottom:1em;padding-left:1em;//list-style-position:inside;text-indent:-1em;
}
.content li:before
     {

        content: '\2014 ';
        font-weight:bold;
        color:#1EE68E;
        display: inline-block; width: 1em;
        margin-left: -1.6em;
    }*/
/*.white ul.articles li, .grey ul.articles li, .content ul.articles li {
    list-style-type:none !important;
 padding: 0.2em 0;
margin-left:-0.4em;
}*/
/*.white ul li:before, .grey ul li:before, .content ul li:before
     {

        content: '';
        font-weight:bold;
        background:#1EE68E;
        background:#0bbd6f;
        display: inline-block; width: 1em;
        margin-left: -1.6em;
        margin-top:10px;
        width: 8px;
   height: 8px;
   margin-right:5px;

  // background-color: #69b6d5;
    }*/
h3 span.date {
  font-size: 0.8em;
  font-style: italic;
  color: #323232; }

/* .white h3, .grey h3, .purple h3 {
       color:#1EE68E;
   } */
.purple h3 {
  color: #f2f2f2; }

.purple h2.underline {
  border-bottom: 1.5px solid #f2f2f2;
  width: 100%;
  display: block;
  padding: 5px 0;
  margin-bottom: 5px;
  text-transform: uppercase; }

.wp-block-gallery li:before {
  content: '';
  margin: 0; }

.purple-col h3 {
  color: #f2f2f2; }

.content ul li ul li {
  font-size: 1.2em; }

#content a {
  font-weight: bold; }

.input select {
  font-family: "Quicksand", Helvetica, sans-serif; }

#footer {
  color: #fff; }

.split-article h2.underline {
  margin-bottom: 15px; }

.content ul {
  margin-bottom: 10px;
  list-style-type: none; }

.content ol {
  list-style-type: decimal;
  margin-left: 1em;
  margin-bottom: 10px; }

.content ol li {
  font-size: 0.9em;
  padding: 0.2em 0 0.2em 0.5em; }

.content ul li {
  font-size: 0.9em;
  padding-bottom: 0.5em;
  padding: 0.2em 0 0.2em 0.2em;
  margin-left: 0.2em;
  list-style-type: disc;
  list-style-type: none; }

.sidebar ul {
  list-style-type: none;
  margin-left: 0; }

.sidebar ol li {
  font-size: 0.9em;
  padding: 0.2em 0 0.2em 0; }

.sidebar ul li {
  font-size: 0.9em;
  padding: 0.2em 0 0.2em 0;
  list-style-type: none; }

#sidebar .white .textwidget p, #siebar .white h3 {
  color: #323232; }

.sidebar.left.small h3, .sidebar.right.small h3 {
  border-bottom: 1px solid #323232;
  margin: 16px 0; }

.sidebar ul li {
  font-size: 0.85em; }

.sidebar ul li a {
  list-style-type: none;
  padding: 0.2em 0; }

.sidebar ul li a, .sidebar a {
  color: #0bbd6f;
  color: #cd6463; }

.sidebar ul li a:hover, .sidebar a:hover {
  color: #323232; }

/*@mixin for-big-desktop-up {
  @media (min-width: 1800px) { @content; }
}*/
/*
 * Apply a CSS3 transition
 *
 * $property The property you want to animate, eg opacity
 * $duration The duration of the animation, eg 1s
 * $ms Include -ms-transition; default is false because IE does not support transitionEnd callback
 *
 * @include transition(opacity, 0.5s);
 */
/*
 * Apply a CSS3 transition-delay
 * @include transitionDelay(2s);
 */
/*
 * Apply a CSS3 transition-duration
 * @include transitionDuration(1s);
 */
/*
 * Apply a CSS3 transition-property
 * @include transitionProperty(opacity);
 * @include transitionProperty((height, width)); Multiple properties can be passed in surrounded by brackets
 */
/*
 * Apply a CSS3 transition-timing-function
 * @include transitionTimingFunction(easing);
 */
body {
  background: #140d13; }

#wrapper {
  position: relative;
  border-top: 1px solid #262236; }

#wrap {
  background: #fff;
  margin-top: 110px; }

.wrap {
  margin: 0 auto; }

body.logged-in #wrap {
  margin-top: 150px; }

/* HEADER */
#headers-wrap {
  color: #fff;
  width: 100%;
  height: 100%;
  height: 110px;
  background: #6d8183;
  background: #816480;
  background: #cd6463;
  background: #c3827c;
  background: #e6a49f;
  background: #262236;
  position: fixed;
  z-index: 100;
  width: 95%;
  width: 100%;
  padding: 0; }

#logo {
  height: 110px;
  width: 20%;
  flex: 0 0 20%;
  vertical-align: middle;
  position: relative; }

#logo img {
  height: 90px;
  width: auto;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* BANNER */
#banner {
  height: 200px;
  background-size: cover;
  position: relative;
  height: 400px;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  /* top: 50%;
   left:50%;
   transform: translate(-50%, -50%);
   object-fit: cover;
   margin-top:110px;*/
  margin: 0 auto;
  position: relative; }

#banner .banner-overlay {
  height: 100%;
  width: 100%;
  max-width: 1280px;
  max-width: 1280px;
  background: url(images/pattern.png) 0 0 repeat;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center; }

#banner.banner-wide {
  width: 100%;
  max-width: 100%;
  max-height: 400px;
  overflow: hidden; }

#banner.banner-narrow {
  width: 100%;
  height: auto;
  max-width: 900px;
  max-width: 1280px;
  margin-top: 15px; }

#banner.banner-narrow img {
  width: 72%;
  width: 100%; }

#banner.no-banner {
  height: 110px;
  width: 100%;
  height: 0; }

#gallery-banner.gallery-img {
  width: 100%;
  max-width: 900px;
  margin-top: 15px; }

#gallery-banner.gallery-img img {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0; }

#banner .rotator-banner {
  height: 550px;
  height: 92vh;
  height: 100vh;
  margin-top: 0;
  height: 110px;
  height: 500px;
  height: 420px;
  height: 400px; }

/*#banner-gap {
    height:110px;
  
  }*/
/*.banner-gap {
      height:110px;
  }*/
#banner img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  vertical-align: middle; }

#inside-banner {
  width: 100%;
  height: auto;
  margin-top: 15px; }

#inside-banner img {
  width: 100%;
  height: auto;
  max-width: 900px; }

/* CONTENT */
.section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 15px 0; }

.container {
  margin: 0 auto !important;
  width: 100%;
  width: 100%;
  padding: 0;
  max-width: 1280px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

/*.flex-row {
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
  }*/
/* .eja_app .container {
   padding:0;
  }
  */
/*.section {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
  //background:red !important;
  z-index:2;
  }*/
/* .content { 
    padding:0;
    flex: 0 0 60%;
    flex:0 0 65.25%;
    flex:$two-thirds-flex-size;
    flex:0 0 72%;
    flex:0 0 50%;
  border:2px solid purple;
  //background:lightcoral;
   
  
  }*/
.split-article, .split-cat {
  padding-top: 15px; }

.content img {
  max-width: 100%;
  height: auto; }

/*  body.home .content {
  flex: 0 0 50%;
  border:2px solid green;
 // flex:$two-col-flex-size;
 background:lightcyan;
  }*/
/* Sidebar */
body.home #sidebar {
  margin-bottom: 15px; }

/* #sidebar {
    background:#f2f2f2;
    //margin-top:30px;
    margin-top:10px;
    //background:#262236;
   // background:#fff;
    color:#f2f2f2;
    color:#000;
    //background:#f2f2f2;

  //text-align:center;
  //position:fixed;

    }*/
#sidebar h3, #sidebar h4, #sidebar h5, #sidebar p {
  color: #f2f2f2;
  color: #000;
  color: #606060; }

#sidebar img {
  display: block;
  width: 100%;
  height: auto; }

/*   #flags .flag-select {
   
   


    }
#flags .flag-select a {
  //padding:5px;
  width:70px;
  height:70px;

  overflow:hidden;
  border:5px solid #f2f2f2;
  display: inline-block;
}

    #flags .flag-select a img{
    //  opacity:1;
     // padding-bottom:5px;
     // width:50%;
      //height:50%;
      width:70px;
      height:70px;
   
     // border:5px solid #f2f2f2;
     // overflow:hidden;
      //margin:10px;
      object-fit: cover;
    }
    #flags .flag-select a.active img{
     // opacity:1;
     // border:5px solid #1EE68E;
//background:#1EE68E;
    //  border: 5px solid #1EE68E;
    // outline: thick solid #00ff00
    //  padding-bottom:5px;
   //s margin:10px;
  
  
    }
    #flags .flag-select a.active img {
   
 
    }
    #flags .flag-select a.active {
      border:5px solid #1EE68E;
    }
    #flags .flag-select a:hover {
      opacity:0.7;
    }
  */
/* #sidebar a {
     color:#f2f2f2;
     color:#1EE68E;
    }
    #sidebar a:hover {
      color:#262236;
      text-decoration:underline;
    }*/
.sidebar.small {
  flex: 0 0 20%;
  background: #f2f2f2;
  padding-top: 15px;
  padding-top: 10px;
  padding: 16px 0; }

.sidebar.large {
  flex: 0 0 40%;
  background: #f2f2f2;
  padding-top: 15px; }

/*    .sidebar.small.left {
//background:purple;
    }

    .sidebar.small.left .widget {
     // border:2px solid green;
    }
    .sidebar ul.wp-block-categories {
      // border:2px solid green;
   }
  .sidebar ul.wp-block-latest-posts {
      // border:2px solid purple;
   }*/
.sidebar.small.right {
  background: #fff; }

.sidebar.small .widget .rank {
  background: #000;
  background: #323232;
  color: #fff;
  padding: 30px 0 0;
  text-align: center; }

/* .sidebar.large.right {
      flex: 0 0 47.5%;
      flex:0 0 47.5%;
      order:2;
      flex:$two-col-flex-size;
  
    }
    .content.small.right {
      flex:0 0 65%;
      flex:0 0 65.5%;
      flex:0 0 75%;
      flex:$two-thirds-flex-size;
    }
    .content.large.right {
      flex:0 0 47.5%;
  flex:$two-col-flex-size;
    }*/
.content.alignnarrow {
  flex: 0 0 60%;
  flex: 0 0 55%;
  padding: 0 2.5%; }

.intro {
  max-width: 640px; }

.cols {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 15px 0; }

.col img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  margin: 5px 0; }

.cat img, .box-bg img {
  margin: 0; }

.tile img {
  margin: 0; }

.col h2 {
  padding-top: 0; }

.cats {
  margin-top: 20px; }

.two-col {
  margin-bottom: 15px;
  position: relative;
  flex: 0 0 46.75%; }

.three-col {
  margin: 15px 0;
  flex: 0 0 31%; }

.four-col {
  flex: 0 0 23%;
  margin: 10px 0;
  flex: 0 0 22%; }

.five-col {
  flex: 0 0 18%;
  margin: 10px 0; }

.six-col {
  flex: 0 0 14.3%;
  margin: 10px 0; }

/* FOOTER */
#footer-wrap {
  background: #262236;
  height: auto;
  flex: 1; }

#footer {
  padding: 15px 0;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 15px 2.5%;
  width: 95%; }

.footer-left {
  flex: 0 0 48.5%;
  text-align: left; }

.footer-right {
  flex: 0 0 48.5%;
  text-align: right; }

#footer .widget {
  padding: 0; }

/* EXTRAS -- check if used */
.vertical-padding {
  padding: 15px 0; }

.padding {
  padding: 15px 0; }

.flex-row {
  display: flex;
  flex-flow: row nowrap;
  flex-flow: row wrap;
  justify-content: space-between; }

.flex-col {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between; }

.flex-col-grow {
  flex-grow: 1; }

.no-padding {
  padding: 0; }

/*.alignnarrow {
    max-width:$max-width/2;
    margin:0 auto;
  }
  */
.alignfull, .alignwrap {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  max-width: 100vw; }

.alternating {
  text-align: left; }

.alignwide {
  width: 1280px;
  margin: 0 auto; }

.maxwide {
  max-width: 1280px;
  margin: 0 auto; }

.maxwidth {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto !important; }

.wide {
  max-width: 1280px;
  margin: 0 auto; }

.dashed {
  border-bottom: 1px solid #28263d;
  padding: 5px 0 30px; }

.solid-solutions {
  border-bottom: 1px solid #28263d;
  padding: 15px 0 5px; }

.featured .two-thirds p.readmore, .recent .two-thirds p.readmore {
  padding-bottom: 0;
  line-height: 0.9em; }

.recent {
  overflow: hidden; }

.recent img {
  height: 100% !important;
  max-width: 100%;
  object-fit: cover;
  margin-top: 15px;
  width: auto;
  overflow: hidden; }

.valign {
  display: flex;
  align-items: center;
  /* align vertical */ }

.calign {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* NOTE: used? */
.purple .col h2, .purple .col p {
  color: #fff; }

.wp-block-button {
  position: relative; }

a.wp-block-button__link {
  background: #262236;
  transition: 0.4s;
  font-size: 0.9em;
  margin-top: 16px;
  background: #323232;
  color: #fff;
  border-radius: 5px; }

a.wp-block-button__link:hover {
  background: #ff0000; }

.placeholder {
  border: none;
  background: transparent; }

.top-img img {
  margin-bottom: 10px; }

.purple .box-bg {
  border: 1px solid #f2f2f2; }

.white .box-bg {
  border: 1px solid #ccc;
  background: #f2f2f2; }

.grey .box-bg {
  border: 1px solid #ccc;
  background: #fff; }

.box-bg h2, .box-bg h3, .box-bg h4, .box-bg h5, .box-bg p {
  padding: 5px 5%; }

.box h2, .box h3, .box h4, .box h5, .box p {
  padding: 5px 5%;
  padding: 5px 0; }

.col img {
  width: 100%;
  height: auto; }

.thumbnail img {
  width: 100%;
  height: auto; }

.icon img {
  width: 80px;
  height: 80px;
  margin: 15px 0; }

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

.justify-align p {
  text-align: justify; }

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

.right-align {
  text-align: right; }

.widget {
  padding: 16px 10%;
  padding: 0 10%;
  width: 80%;
  overflow: hidden; }

.sidebar.small.right .widget {
  padding: 0;
  width: 100%; }

/* .widget h3 {
    margin-bottom:16px;
  }*/
.img-widget {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  padding: 0;
  width: 85%;
  width: 100%; }

.img-widget img {
  height: auto;
  max-width: 100%;
  width: 100%; }

.widget img.image {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  width: 100%; }

.widget .wp-caption {
  width: 100%;
  max-width: 100%; }

.fixed {
  position: fixed;
  top: 80px;
  width: 100%; }

.pagination {
  border-top: 1px dashed #606060;
  padding-top: 15px;
  width: 100% !important; }

.nav-previous {
  width: 50%; }

.nav-next {
  width: 50%; }

.alignleft {
  float: left;
  text-align: left;
  margin: 10px 2.5% 10px 0;
  padding-right: 2.5%; }

.alignright {
  float: right;
  text-align: right;
  padding-left: 2.5%; }

.alginnarrow {
  position: relative; }

.floatright {
  height: 100%;
  width: 45%;
  float: right; }

.aligncenter {
  text-align: center; }

.wp-caption {
  border: 1px solid #ccc; }

.wp-caption-text {
  font-style: italic; }

.gallery-caption {
  font-style: italic; }

.bypostauthor {
  display: block; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.grey {
  background: #f2f2f2;
  padding: 20px 0; }

.white {
  background: #fff;
  padding: 20px 0; }

.purple {
  background: #262236;
  padding: 20px 0; }

.transparent {
  background: transparent; }

/*.button {
    background:#1EE68E;
    background:#262236;
    color:#323232;
    color:#fff;
    font-size:0.8em;
    margin-top:25px;
    padding:10px 15px;
    transition: 0.4s;
    display:inline-block;
    font-size:0.9em;

  
  }
  .button:hover {
    background:#262236;
    background:#1EE68E;
    color:#fff;
  }*/
.wp-block-button {
  margin-top: 16px !important; }

.wp-block-button__link {
  background: #262236; }

sup {
  vertical-align: super;
  font-size: 0.3em; }

.col {
  overflow: hidden; }

.odd {
  order: 2; }

.one-third {
  flex: 0 0 25%;
  flex: 0 0 30%;
  flex: 0 0 31.4%;
  flex: 0 0 31%; }

.one-third img {
  display: block; }

.featured {
  margin-bottom: 40px; }

.featured .col .one-third {
  margin: 5px 0; }

.featured img {
  height: 100%;
  width: auto; }

.two-thirds {
  flex: 0 0 65%;
  flex: 0 0 65.25%;
  flex: 0 0 61%; }

.hide {
  visibility: hidden; }

.visible {
  visibility: visible; }

.no-padding {
  padding: 0; }

.wp-block-columns {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  margin: 0; }

.wp-block-column {
  flex: 0 0 45% !important;
  padding: 0 !important;
  margin: 0; }

/*.wp-block-column:last-child {
    padding:15px 2.5%;
    flex: 0 0 40% !important;
  }*/
.grey-col .wp-block-column:last-child {
  background: #f2f2f2;
  border: 1px solid #ccc; }

.purple-col {
  background: #262236;
  color: #fff;
  padding: 10px 5%; }

.purple p {
  color: #fff; }

.purple.question {
  background: #262236 url(images/question.png) top right no-repeat;
  background-size: contain; }

.relative {
  position: relative;
  transform: translateZ(0); }

.absolute {
  position: absolute;
  position: fixed;
  padding: 15px 5%;
  z-index: 5;
  height: 100%;
  top: 0;
  left: 0;
  width: inherit; }

.heading span {
  font-size: 0.8em;
  float: right; }

#form .input {
  width: 100%; }

#form .input input.inputNew {
  width: 98%;
  position: relative; }

#form .left-input {
  float: left;
  width: 45%; }

#form .right-input {
  float: right;
  width: 45%; }

#form .form-section {
  float: left;
  padding: 10px 2.5%;
  width: 95%;
  background: #f2f2f2;
  margin-bottom: 15px;
  border: 1px solid #ccc; }

#form .form-section p.heading {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px dotted #323232;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 15px; }

/*#form .input p {
    text-transform:none;
    font-weight:normal;
  }*/
#form .input textarea {
  width: 100%; }

input#yoursite {
  display: none; }

/*#language-select {
    width:100px;height:30px;margin:40px 10px 40px 10px;
  }*/
.tracks {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 15px 0; }

.tracks figure {
  float: left;
  width: 28%;
  padding-top: 6px; }

.tracks p {
  float: right;
  width: 70%; }

.solutions-btnwrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }

.solutions-flagwrap {
  padding: 0; }

.solutions-flagwrap p {
  padding: 0 0 15px;
  margin: 8px 0 2px; }

.territory-flags {
  flex: 0 0 78%;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start; }

img.territory-flag {
  height: 40px;
  height: 25px;
  width: auto;
  margin-right: 5px;
  transition: 0.4s; }

img.territory-flag:hover {
  opacity: 0.6; }

.solutions-readmore {
  text-align: center;
  max-width: 130px;
  margin: 0; }

.solutions-readmore a.readmore-btn {
  background: #262236;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  font-size: 0.8em;
  padding: 8px 15px; }

.solutions-readmore a.readmore-btn:hover {
  background: #1EE68E;
  color: #262236; }

figcaption {
  font-size: 0.8em;
  font-style: italic; }

.panel-gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0;
  padding: 15px 0;
  margin-top: -10px;
  z-index: 20; }

.panel-gallery .grid-projects {
  flex: 0 0 19.1%;
  width: 19.1%;
  margin: 2.5px 0.223%;
  flex: 0 0 13.355%;
  width: 13.355%;
  flex: 0 0 13.33%;
  transition: 0.4s; }

.panel-gallery .placeholder {
  flex: 0 0 13.355%;
  width: 13.3555%;
  flex: 0 0 15%; }

#inside-banner {
  margin-top: 30px; }

.panel-gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: flex-start; }

.panel-gallery img.grid-projects {
  flex: 0 0 19.1%;
  flex: 0 0 15%;
  margin: 0.82%;
  transition: 0.4s; }

.panel-gallery img.grid-projects:hover {
  opacity: 0.6; }

.panel-gallery .placeholder {
  flex: 0 0 13.355%; }

a.more-link {
  color: #f2f2f2;
  color: #1EE68E;
  color: #0bbd6f;
  font-weight: normal;
  transition: 0.4s; }

a.more-link:hover {
  color: #262236;
  color: #606060;
  text-decoration: underline; }

.introduction {
  padding-top: 10px;
  border-top: 1px solid #262236;
  border-bottom: 1px solid #262236;
  text-transform: uppercase;
  margin-bottom: 20px; }

.wp-block-table table {
  margin-bottom: 15px;
  font-size: 0.8em;
  display: inline-block; }

.wp-block-table tr td {
  border: 1px solid #bcbec0;
  padding: 2px 5px; }

/*   #flags {
     display:flex;
     flex-flow:row wrap;
     justify-content:space-between;
   }
   #flags .flag-select {
     flex:0 0 42.5%;
     overflow:hidden;
     margin:5px;
    // display: flex; 
   //  justify-content: center; 
    // align-items: center;
   }
   #flags .flag-img {

    overflow:hidden;
    margin: 5px;
    max-width:80px;
    max-height:80px;
    max-width:100%;
    //display: flex; 
    //justify-content: center; 
   // align-items: center;
   // margin:0 auto;
    text-align:center;
  
   }
   #flags .flag-img img {
     width:100%;
     height:auto;
     max-width:80px;
     max-height:80px;
    
    // display: block;
 
  
    }

   a.territory {
     padding: 0;
     border:none;
    }
*/
.grid {
  display: flex;
  flex-flow: column nowrap; }

.grid a.more-link {
  margin-top: auto; }

/* #sidebar .tile, .cols .tile {
    background:#262236;

    color:#fff;
    margin-bottom:30px;
  }
  #sidebar .tile p, .cols .tile p {
    padding:10px 5%;
    color:#fff;
  }
  #sidebar .tile a, .cols .tile a{
    color:#fff;
  }
  #sidebar .tile a:hover .cols .tile a:hover{
   
  }
  #sidebar .tile:hover, .cols .tile:hover{
  opacity:0.6 !important;
  color:green !important;
  }
  #sidebar .tile img, .cols .tile img {

  }
*/
img.square {
  width: 100%; }

img.square:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

#sidebar .cols {
  margin: 0; }

/*.tab h2 { margin-left: 15px;  margin-right: 15px;  margin-bottom: 10px; color: #5685bc; }
  
  .tab p { margin-left: 15px; margin-right: 15px;  margin-top: 10px; margin-bottom: 10px; line-height: 1.3; font-size: small; }
  
  .tab ul { margin-left: 25px; font-size: small; line-height: 1.4; list-style-type: disc; }
  
  .tab li { padding-bottom: 5px; margin-left: 5px;}*/
p.meta {
  font-size: 0.7em;
  margin-top: -15px; }

ul#menu-tasks {
  color: #fff; }

ul#menu-tasks li {
  padding: 10px 5px;
  color: #fff;
  margin: 1px; }

ul#menu-tasks li a {
  padding: 10px 5px;
  color: #fff; }

#tasks-bg {
  width: 100%;
  height: 5px;
  background: orange;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start; }

#tasks-bg .food-drink {
  flex: 0 0 11.11%;
  height: 5px;
  background: #91c9a1; }

ul#menu-tasks li.food-drink {
  background: #91c9a1;
  transition: 0.4s; }

ul#menu-tasks li.food-drink:hover {
  background: #6fb884;
  transition: 0.4s; }

#tasks-bg .games-gaming {
  flex: 0 0 11.11%;
  height: 5px;
  background: #4c6191; }

ul#menu-tasks li.games-gaming {
  background: #4c6191;
  transition: 0.4s; }

ul#menu-tasks li.games-gaming:hover {
  background: #3a4b70;
  transition: 0.4s; }

#tasks-bg .music-tv-film {
  flex: 0 0 11.11%;
  height: 5px;
  background: #437039; }

ul#menu-tasks li.music-tv-film {
  background: #437039;
  transition: 0.4s; }

ul#menu-tasks li.music-tv-film:hover {
  background: #2f4e28;
  transition: 0.4s; }

#tasks-bg .personal-work {
  flex: 0 0 11.11%;
  height: 5px;
  background: #875b81; }

ul#menu-tasks li.personal-work {
  background: #875b81;
  transition: 0.4s; }

ul#menu-tasks li.personal-work:hover {
  background: #694664;
  transition: 0.4s; }

#tasks-bg .sexy-time {
  flex: 0 0 11.11%;
  height: 5px;
  background: #e88ca1; }

ul#menu-tasks li.sexy-time {
  background: #e88ca1;
  transition: 0.4s; }

ul#menu-tasks li.sexy-time:hover {
  background: #e0627e;
  transition: 0.4s; }

#tasks-bg .sports-fitness {
  flex: 0 0 11.11%;
  height: 5px;
  background: #6fbedf; }

ul#menu-tasks li.sports-fitness {
  background: #6fbedf;
  transition: 0.4s; }

ul#menu-tasks li.sports-fitness:hover {
  background: #45abd6;
  transition: 0.4s; }

#tasks-bg .the-bucket-list {
  flex: 0 0 11.11%;
  height: 5px;
  background: #556b89;
  background: #e0e560;
  background: #c8a733; }

ul#menu-tasks li.the-bucket-list {
  background: #c8a733;
  transition: 0.4s; }

ul#menu-tasks li.the-bucket-list:hover {
  background: #9f8529;
  transition: 0.4s; }

#tasks-bg .theatre-the-arts {
  flex: 0 0 11.11%;
  height: 5px;
  background: #cd6fbe; }

ul#menu-tasks li.theatre-the-arts {
  background: #cd6fbe;
  transition: 0.4s; }

ul#menu-tasks li.theatre-the-arts:hover {
  background: #c049ad;
  transition: 0.4s; }

#tasks-bg .world-travel {
  flex: 0 0 11.11%;
  height: 5px;
  background: #f68026; }

ul#menu-tasks li.world-travel {
  background: #f68026;
  transition: 0.4s; }

ul#menu-tasks li.world-travel:hover {
  background: #e06609;
  transition: 0.4s; }

.sidebar .widget .scores-all {
  text-align: center;
  padding-top: 25px;
  background: #ff0000;
  color: #fff;
  padding: 30px 0 0;
  text-align: center; }

.sidebar .widget .scores-page {
  text-align: center;
  padding-top: 25px;
  background: #f2f2f2;
  color: #fff;
  padding: 30px 0 0;
  text-align: center; }

.sidebar .widget .scores-page.sports-fitness {
  background: #6fbedf; }

.sidebar .widget .scores-page.sports-fitness p {
  color: #f2f2f2 !important; }

.sidebar .widget .scores-page.music-tv-film {
  background: #437039; }

.sidebar .widget .scores-page.food-drink {
  background: #91c9a1; }

.sidebar .widget .scores-page.food-drink .bars .all-pages #page-average p {
  color: #323232; }

.sidebar .widget .scores-page.games-gaming {
  background: #4c6191; }

.sidebar .widget .scores-page.games-gaming p {
  color: #fff !important; }

.sidebar .widget .scores-page.personal-work {
  background: #875b81; }

.sidebar .widget .scores-page.sexy-time {
  background: #e88ca1; }

.sidebar .widget .scores-page.the-bucket-list {
  background: #e0e560;
  background: #c8a733;
  color: #606060; }

.sidebar .widget .scores-page.theatre-the-arts {
  background: #cd6fbe; }

.sidebar .widget .scores-page.world-travel {
  background: #f68026; }

.sidebar .widget .scores-page.world-transport p {
  color: #f2f2f2 !important; }

.ui-progressbar {
  position: relative; }

.progress-label {
  position: absolute;
  left: 50%;
  top: 4px;
  font-weight: bold;
  text-align: center; }

.world-scores {
  border: 1px solid #000;
  text-align: center;
  padding: 30px 0 0; }

.bars {
  padding-top: 15px;
  padding: 0 5%;
  text-align: left; }

.bars p {
  font-size: 0.8em;
  padding: 0 0 15px;
  margin-top: -5px;
  color: #fff !important; }

.counter {
  line-height: 0.5em;
  font-size: 3em;
  padding: 0; }

.no-score {
  line-height: 0.5em;
  font-size: 3em;
  padding: 0; }

/*.barwidth {
  max-width:calc(100% - 5px) !important;
}*/
input.taxonomy-submit {
  background: #ff0000;
  border: none;
  color: #f1f1f1;
  padding: 10px;
  margin: 10px 0; }

input.taxonomy-submit:hover {
  background: #262236;
  transition: 0.4s; }

#user-submitted-posts {
  border: 2px solid orange !important;
  padding: 0 !important;
  margin: 0 !important;
  white-space: normal; }

#user-submitted-posts #usp-callout-failure {
  background: red; }

#user-submitted-posts fieldset label {
  width: 100% !important; }

#user-submitted-posts fieldset input {
  width: 100% !important; }

.post {
  width: 100%;
  overflow: auto;
  border-bottom: 1px solid #323232;
  padding: 0 0 32px 0; }

.alignleft {
  clear: both; }

ol.comment-list {
  list-style-type: none;
  margin: 0 0 0 40px; }

ol.comment-list li.comment {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ol.comment-list li.comment .comment-body {
  margin: 2px 0;
  padding: 0;
  background: #f2f2f2; }

ol.comment-list li.comment .comment-author {
  margin: 10px 0;
  padding: 0 2.5%;
  font-size: 1.2em;
  position: relative; }

ol.comment-list li.comment .comment-author img.avatar {
  vertical-align: middle;
  height: 30px;
  width: 30px;
  position: absolute;
  left: -40px;
  top: 0; }

/*ol.comment-list li.comment .comment-author .fn {
 
  margin-top:-20px;
  line-height:0.6em;
  padding:0;
}*/
ol.comment-list li.comment .comment-meta {
  font-size: 0.65rem;
  font-weight: normal;
  margin-top: -16px;
  padding: 0 2.5%; }

ol.comment-list li.comment .comment-body p {
  font-size: 0.8rem;
  padding: 0 2.5%; }

ol.comment-list li.comment .comment-body .reply {
  font-size: 0.8rem;
  padding: 0 2.5%;
  font-weight: normal !important; }

ul.is-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0; }

ul.is-grid.columns-2 li {
  flex: 0 0 42.5%;
  width: 42.5%;
  border: 1px solid #f2f2f2;
  list-style-type: none;
  padding: 10px 2.5%; }

ul.is-grid.columns-3 li {
  flex: 0 0 25%;
  width: 25%;
  border: 1px solid #f2f2f2;
  list-style-type: none;
  padding: 10px 2.5%; }

.comment-respond h3.comment-reply-title {
  font-size: 0.8rem;
  display: inline-block;
  padding: 0; }

form.comment-form p.logged-in-as {
  font-size: 0.8rem;
  display: inline-block;
  padding: 0; }

form.comment-form p.logged-in-as span.required-field-message {
  display: inline;
  display: none; }

form.comment-form p.comment-form-comment {
  padding-bottom: 0; }

form.comment-form p.comment-form-comment label {
  display: inline-block;
  font-size: 0.9rem; }

form.comment-form p.comment-form-comment textarea {
  width: 100%; }

form.comment-form p.form-submit input {
  background: #ff0000;
  padding: 5px 10px;
  border: none;
  color: #fff; }

form.comment-form p.form-submit input:hover {
  background: #262236; }

@media (min-width: 1280px) {
  #menu-footer-menu {
    font-size: 0.8em; }
  #menu-wrap {
    height: 110px;
    display: flex;
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%; }
  #member-wrap {
    background: orange;
    background: #000;
    height: 42px;
    width: 100%;
    display: inline-block;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: -1; }
  #menu-wrap button {
    display: none;
    order: 2; }
  .eja-menu h3 {
    display: none; }
  .menus {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    order: 1; }
  .absolute {
    position: absolute;
    top: 40px;
    top: 0;
    left: 0;
    background: rgba(38, 34, 54, 0.8);
    z-index: -1; }
  .menu-container {
    max-width: 1280px;
    height: 110px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: flex-end; }
  #member-wrap .menu-container {
    height: 42px; }
  #menu-footer-menu-en, #menu-footer-menu-du {
    margin: 0 0 0 2px; }
  #primary {
    margin-right: 5px;
    order: 1;
    position: relative; }
  #member {
    margin-right: 5px;
    order: 1;
    position: relative; }
  #primary ul {
    margin: 0;
    list-style: none;
    float: right; }
  #member ul {
    margin: 0;
    list-style: none;
    float: right;
    z-index: 1;
    position: relative; }
  #primary ul li {
    display: inline-block;
    z-index: 1;
    position: relative; }
  #member ul li {
    display: inline-block;
    z-index: 1;
    position: relative;
    z-index: 1; }
  #primary ul li a {
    display: block;
    padding: 43px 30px;
    padding: 43px 30px 44px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: bold;
    transition: 0.4s; }
  #member ul li a {
    display: block;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: bold;
    transition: 0.4s; }
  .footer-right .widget {
    float: right; }
  ul#menu-footer-menu-en, ul#menu-footer-menu-du {
    right: 0 !important;
    margin-right: 0 !important;
    float: right !important; }
  ul#menu-footer-menu-en li a, ul#menu-footer-menu-du li a {
    text-transform: none;
    padding: 0 10px; }
  .menu-footer-menu-en-container {
    float: right;
    margin-right: 0 !important;
    right: 0; }
  /*#primary ul li.lang-item a {
    padding:$link-vertical-padding 5px;
}*/
  #primary ul li a:hover, #member ul li a:hover {
    color: #cd6463;
    color: #fff;
    background: red;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  #primary ul li.current-menu-item a {
    color: #fff;
    background: red; }
  /******************
    SUBNAV
******************/
  .sub-menu {
    background: black;
    background: rgba(80, 55, 78, 0.9);
    background: #262236;
    width: 100%;
    width: 220px;
    display: none;
    z-index: 10; }
  #primary ul li ul {
    position: absolute;
    left: 0;
    display: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 10 !important; }
  #primary ul li:hover .sub-menu {
    display: block;
    z-index: 10; }
  #primary ul li ul li {
    margin: 0;
    float: left; }
  #primary ul li ul li a {
    float: left;
    text-align: left;
    padding: 8px 30px;
    width: 160px;
    margin: 0;
    color: #fff;
    text-transform: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    z-index: 10; }
  #primary ul li ul li a:hover {
    color: #fff;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s; }
  #primary ul li.first-menu-item {
    position: relative;
    border-left: none; }
  /***************************
   MOBILE NAV STYLES
   ***************************/
  .mobile {
    display: none;
    margin: 0;
    padding: 20px 15px;
    background: #323232;
    position: absolute;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    right: 15px;
    top: 0;
    line-height: 0;
    width: 25%; }
  #mobile {
    display: none; }
  .active {
    max-height: 9000px !important;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s; } }

@media (max-width: 1279px) {
  #menu-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0 2.5%;
    height: 60px; }
  #menu-wrap .menu-container {
    width: 75%;
    z-index: 100;
    flex: 0 0 75%; }
  #menu-wrap .buttonset {
    flex: 0 0 25%;
    text-align: right;
    order: 2; }
  #menu-wrap button {
    border: none;
    background: transparent;
    color: #fff;
    padding: 32px 20px;
    padding: 29px 10px;
    padding: 5px 10px 10px;
    cursor: pointer;
    margin: 0;
    font-size: 0.8em;
    font-size: 2.2em;
    flex: 0 0 25%;
    order: 2;
    text-align: right; }
  #menu-wrap button:hover {
    color: #1EE68E; }
  #menu-wrap button.active {
    background: #262236; }
  /* General styles for all menus */
  .eja-menu {
    background: #262236;
    position: fixed; }
  .eja-menu h3 {
    color: #1EE68E;
    font-size: 1.9em;
    padding: 33px 20px 33px 18px;
    padding: 9px 20px;
    margin: 0;
    font-weight: 300;
    background: #262236;
    background: #000;
    position: relative; }
  .eja-menu h3 span {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    background: black;
    height: 32px;
    width: 10px;
    padding: 33px 20px 33px;
    padding: 8px 20px 20px; }
  .eja-menu h3 span:hover {
    background: #303250;
    color: #1EE68E;
    cursor: pointer; }
  .eja-menu a {
    display: block;
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase; }
  .eja-menu a:hover {
    background: #303250; }
  .menu-item-has-children {
    position: relative; }
  span.arrow {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 62px;
    display: inline-block;
    background: #412d3f;
    text-align: center; }
  span.arrow::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 1em;
    top: 31px;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  span.arrow.submenu-open::after {
    -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
  .arrow:hover {
    cursor: pointer; }
  /*
.arrow .navicon {
    position: relative;
    top: 1.4em;
    font-size: 12px;
    color: #666; 
}
*/
  .eja-menu a:active {
    background: #5d5384;
    color: #47a3da; }
  /* Subnav */
  .sub-menu {
    display: none;
    background: #303250; }
  .sub-menu li {
    padding-left: 20px; }
  /* Orientation-dependent styles for the content of the menu */
  .eja-menu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000; }
  .eja-menu-vertical a {
    border-bottom: 1px solid #5d5384;
    padding: 1em;
    padding: 0.5em 1em; }
  /* Vertical menu that slides from the left or right */
  .eja-menu-right {
    right: -240px; }
  .eja-menu-left.eja-menu-open {
    left: 0px; }
  .eja-menu-right.eja-menu-open {
    right: 0px; }
  /* Transitions */
  .eja-menu,
  .eja-menu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  /*select#language-select {
    display:none;
}*/
  #lang-select {
    width: 100%;
    height: 50px;
    margin: 0; }
  #language-select {
    margin: 10px !important; } }

.wp-block-eja-eja-dynamic-features .cols.accordion .accordion-col,
#accordion .accordion-title {
  background: #f2f2f2;
  color: #1e1e1e;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  font-size: 0.9em;
  transition: 0.4s;
  margin: 2px 0;
  display: inline-block; }

.wp-block-eja-eja-dynamic-features .cols.accordion .accordion-col .accordion-txt .accordion-set-title h3,
#accordion .accordion-title h2 {
  padding: 0;
  line-height: 1em;
  font-weight: 200;
  line-height: 1.4em;
  padding: 32px 5% 32px 2.5%;
  position: relative; }

.wp-block-eja-eja-dynamic-features .active, .cols.accordion .accordion-col:hover,
#accordion .accordion-title:hover {
  background: #bcbec0;
  background: #e4e4e4; }

.wp-block-eja-eja-dynamic-features .cols.accordion .accordion-col h3:after,
#accordion .accordion-title h2:after {
  content: '\002B';
  color: #606060;
  position: absolute;
  right: 0;
  font-weight: bold;
  float: right;
  margin-right: 10px;
  margin-right: 2.5%;
  top: 35%; }

.wp-block-eja-eja-dynamic-features .cols.accordion .accordion-col.active h3:after,
#accordion .accordion-title.active h2:after {
  content: "\2212"; }

.wp-block-eja-eja-dynamic-features .cols.accordion .accordion-col .accordion-set-wrap,
#accordion .accordion-wrap {
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 100%; }

.wp-block-eja-eja-dynamic-features .cols.accordion .accordion-col .accordion-set-txt {
  padding: 10px 5%;
  background: #fff;
  width: 90%; }

.comment-respond h3.comment-reply-title {
  background: #f2f2f2 !important;
  color: #1e1e1e;
  cursor: pointer;
  width: 100%;
  width: 97.5%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #bcbec0;
  padding: 10px 1.25%; }

.comment-respond h3.comment-reply-title:hover {
  background: #bcbec0;
  background: #e4e4e4 !important; }

.comment-respond h3.comment-reply-title:after {
  content: '\002B';
  color: #00618b;
  font-weight: bold;
  float: right;
  margin-right: 5px; }

.comment-respond h3.comment-reply-title.active:after {
  content: "\2212"; }

.comment-respond form.comment-form {
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 100%; }

/*	body.term-sports-fitness #accordion .accordion-title {
		background:#60bee5;

	}*/
#accordion p {
  display: inline-block;
  width: 100%; }

#accordion input[type="checkbox"], body.term-the-bucket-list .bucket-list-inputs input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: inline-grid;
  place-content: center;
  margin-right: 5px; }

#accordion input[type="checkbox"]::before, body.term-the-bucket-list .bucket-list-inputs input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out; }

#accordion input[type="checkbox"]:checked::before, body.term-the-bucket-list .bucket-list-inputs input[type="checkbox"]:checked::before {
  transform: scale(1); }

/*	body.term-sports-fitness #accordion .accordion-title h2 {
color:darken rgba(56,190,229,10%);
	//	color:#fff;
  }
*/
body.term-food-drink #accordion .accordion-title {
  background: #91c9a1; }

body.term-food-drink #accordion .accordion-title:hover {
  background: #80c192; }

body.term-food-drink #accordion input[type="checkbox"] {
  border: 2px solid #91c9a1; }

body.term-food-drink #accordion input[type="checkbox"]::before {
  box-shadow: inset 1em 1em #91c9a1; }

/*body.term-sports-fitness #accordion input[type="checkbox"]:checked::before {
	transform: scale(1);
}*/
/*body.term-food-drink #accordion .accordion-title h2 {
//color:darken rgba(56,190,229,10%);
//color:darken(#6db180, 30%);
//	color:#fff;
}*/
body.term-games-gaming #accordion .accordion-title {
  background: #4c6191; }

body.term-games-gaming #accordion .accordion-title:hover {
  background: #3a4b70; }

body.term-games-gaming #accordion input[type="checkbox"] {
  border: 2px solid #4c6191; }

body.term-games-gaming #accordion input[type="checkbox"]::before {
  box-shadow: inset 1em 1em #4c6191; }

body.term-games-gaming #accordion .accordion-title h2 {
  color: #fff; }

body.term-music-tv-film #accordion .accordion-title {
  background: #d460e5;
  background: #437039; }

body.term-music-tv-film #accordion .accordion-title:hover {
  background: #2f4e28; }

body.term-music-tv-film #accordion input[type="checkbox"] {
  border: 2px solid #437039; }

body.term-music-tv-film #accordion input[type="checkbox"]::before {
  box-shadow: inset 1em 1em #437039; }

body.term-music-tv-film #accordion .accordion-title h2 {
  color: #fff; }

body.term-personal-work #accordion .accordion-title {
  background: #875b81; }

body.term-personal-work #accordion .accordion-title:hover {
  background: #694664; }

body.term-personal-work #accordion .accordion-title:hover {
  background: #694664; }

body.term-personal-work #accordion input[type="checkbox"] {
  border: 2px solid #875b81; }

body.term-personal-work #accordion input[type="checkbox"]::before {
  box-shadow: inset 1em 1em #875b81; }

body.term-personal-work #accordion .accordion-title h2 {
  color: #fff; }

/*
	// personal & work
	body.term-personal-work #accordion .accordion-title {
		background:#875b81;
	}
	body.term-personal-work #accordion .accordion-title:hover {
		background:darken(#875b81, 10%);
	}
	body.term-personal-work #accordion input[type="checkbox"] {
		border:2px solid #875b81;
	}
	body.term-personal-work #accordion input[type="checkbox"]::before {
		box-shadow: inset 1em 1em #875b81;
	}

	body.term-personal-work #accordion .accordion-title h2 {
color:lighten(#875b81, 30%);
//filter: brightness(0.85%);
//color:white;
	//	color:#fff;
	}
	*/
body.term-sexy-time #accordion .accordion-title {
  background: #e88ca1; }

body.term-sexy-time #accordion .accordion-title:hover {
  background: #e0627e; }

body.term-sexy-time #accordion input[type="checkbox"] {
  border: 2px solid #e88ca1; }

body.term-sexy-time #accordion input[type="checkbox"]::before {
  box-shadow: inset 1em 1em #e88ca1; }

body.term-sexy-time #accordion .accordion-title h2 {
  color: #fff; }

body.term-sports-fitness #accordion .accordion-title {
  background: #6fbedf; }

body.term-sports-fitness #accordion .accordion-title:hover {
  background: #45abd6; }

body.term-sports-fitness #accordion input[type="checkbox"] {
  border: 2px solid #6fbedf; }

body.term-sports-fitness #accordion input[type="checkbox"]::before {
  box-shadow: inset 1em 1em #6fbedf; }

/*body.term-sports-fitness #accordion input[type="checkbox"]:checked::before {
	transform: scale(1);
}*/
body.term-sports-fitness #accordion .accordion-title h2 {
  color: #fff; }

body.term-theatre-the-arts #accordion .accordion-title {
  background: #cd6fbe; }

body.term-theatre-the-arts #accordion .accordion-title:hover {
  background: #c049ad; }

body.term-theatre-the-arts #accordion input[type="checkbox"] {
  border: 2px solid #cd6fbe; }

body.term-theatre-the-arts #accordion input[type="checkbox"]::before {
  box-shadow: inset 1em 1em #cd6fbe; }

body.term-theatre-the-arts #accordion .accordion-title h2 {
  color: #fff; }

body.term-world-travel #accordion .accordion-title {
  background: #f68026; }

body.term-world-travel #accordion .accordion-title:hover {
  background: #e06609; }

body.term-world-travel #accordion input[type="checkbox"] {
  border: 2px solid #f68026; }

body.term-world-travel #accordion input[type="checkbox"]::before {
  box-shadow: inset 1em 1em #f68026; }

body.term-world-travel #accordion .accordion-title h2 {
  color: #fff; }

input.bucket-list {
  width: 90%;
  padding: 5px; }

input.bucket-list.complete {
  width: 90%;
  background: yellow; }

/*
input[type="checkbox"].bucket-list {
 height:15px;
	width:15px;
}
*/
.bucket-list-inputs {
  background: #f2f2f2;
  padding: 5px 2.5%;
  width: 95%;
  margin: 3px 0; }

.bucket-list-inputs p {
  padding: 8px 0; }

/*body.term-the-bucket-list  {
	background:$bucket;
}
body.term-the-bucket-list #accordion .accordion-title:hover {
	background:darken(#d460e5, 10%);
}*/
body.term-the-bucket-list .bucket-list-inputs input {
  border: 2px solid #c8a733; }

body.term-the-bucket-list .bucket-list-inputs input[type="checkbox"] {
  border: 2px solid #c8a733; }

body.term-the-bucket-list .bucket-list-inputs input[type="checkbox"]::before {
  box-shadow: inset 1em 1em #c8a733; }

body.term-the-bucket-list input[type="checkbox"] {
  border: 2px solid #c8a733; }

.wp-block-group.accordion {
  margin: 8px 0; }

.wp-block-group.accordion h3.accordion-title {
  background: #f2f2f2 !important;
  color: #1e1e1e;
  cursor: pointer;
  width: 100%;
  width: 97.5%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 5px 0;
  display: inline-block;
  padding: 10px 1.25%;
  font-size: 1.2em;
  border-bottom: 1px solid #1e1e1e; }

.wp-block-group.accordion h3.accordion-title:hover {
  background: #e4e4e4 !important; }

.wp-block-group.accordion h3.accordion-title:after {
  content: '\002B';
  color: #00618b;
  color: #fff;
  color: #323232;
  font-weight: bold;
  float: right; }

.wp-block-group.accordion h3.accordion-title.active:after {
  content: "\2212"; }

.wp-block-group.accordion .wp-block-latest-posts {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 100%; }

#form .input {
  width: 100%; }

#form .input input.inputNew {
  width: 98%;
  position: relative; }

#form .left-input {
  float: left;
  width: 45%; }

#form .right-input {
  float: right;
  width: 45%; }

#form .form-section {
  float: left;
  padding: 10px 2.5%;
  width: 95%;
  background: #f2f2f2;
  margin-bottom: 15px;
  border: 1px solid #ccc; }

#form .form-section p.heading {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px dotted #323232;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 15px; }

/*#form .input p {
    text-transform:none;
    font-weight:normal;
  }*/
#form .input textarea {
  width: 100%; }

input#yoursite {
  display: none; }

@media (min-width: 1280px) {
  .rotator-wrap {
    z-index: 2;
    background: rgba(38, 34, 52, 0.7);
    width: 15%;
    padding: 0 2.5%;
    text-align: left;
    height: 100%;
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center; }
  .rotator-txt {
    width: 80%;
    text-align: center;
    height: 200px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    position: relative; }
  .rotator-txt h3 {
    color: #1EE68E;
    font-size: 1.2em;
    color: #fff; }
  .rotator-txt p {
    color: #efefef;
    font-size: 1em; }
  .rotator-txt .rotator-icon {
    width: 65% !important;
    height: 120px !important;
    position: relative; }
  .rotator-txt .rotator-icon img {
    width: 100% !important;
    height: auto !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  /*.rotator-logo {
   // height:65%;
    height:55%;
    height:35%;
   // height:50%;
   //width:40%;
  //  border-bottom:1px solid #fff;
  margin:0 auto;
   // display:block;
   position:relative;
   top: 45%;
   //top:40%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  // border:2px solid yellow;
  }*/
  /*
  .rotator-logo img {
    width:200px !important;
    height:auto !important;
   width:100px !important;
    margin:0 auto;
  // margin-top:20px !important;
    left:0;
    right:0;
   // -ms-transform: translateX(-50%);
   // transform: translateX(-50%);
   // margin-top:-60px !important;
   // top:0;
  }
  */ }

@media (min-width: 769px) and (max-width: 1023px) {
  #headers-wrap {
    height: 60px;
    background: purple; }
  #logo {
    width: 100%;
    margin: 5px 0;
    height: 50px; }
  #logo img {
    height: 50px;
    width: auto; }
  #wrap {
    margin-top: 60px; }
  .container {
    width: 95%;
    padding: 0 2.5%; }
  body.home #banner .container {
    width: 100%; }
  .content {
    flex: 0 0 66%; }
  .sidebar.small.right {
    flex: 0 0 26%; }
  #flags .flag-select {
    flex: 0 0 42.5%; }
  /*
#flags .flag-img {

  overflow:hidden;
  margin: 5px;
  max-width:60px;
  max-height:60px;
  width:60px !important;
 // max-width:100%;
  //display: flex; 
  //justify-content: center; 
  //align-items: center;

 }
 #flags .flag-img img {
   width:100%;
   height:auto;
   max-width:60px;
   max-height:60px;
   width:60px !important;
  // display: block;

  }
  */
  #flags .flag-select a {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 5px solid #f2f2f2;
    display: inline-block; }
  #flags .flag-select a img {
    width: 60px;
    height: 60px;
    object-fit: cover; }
  .rotator-wrap {
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .rotator-txt {
    z-index: 2;
    width: 28%;
    width: 95%;
    padding: 0px 2.5%;
    text-align: left;
    top: 75%;
    bottom: 0;
    left: 0;
    transform: translateY(0);
    display: flex;
    flex-flow: row wrap;
    padding: 15px 2.5%;
    padding: 10px 2.5% 20px; }
  .rotator-txt .rotator-icon {
    flex: 0 0 75px;
    border-right: 1px solid #fff;
    text-align: left;
    margin-right: 10px; }
  .rotator-txt .rotator-icon img {
    height: 66px !important;
    width: auto !important;
    padding-top: 5px; }
  /* .rotator-logo {
  flex: 0 0 75px;
  margin-right:15px;
  margin:5px 15px 0 0;
  display:block;
  position:relative;
  border-right:1px solid #fff;
 }
 .rotator-logo img {
  width:60px !important;
  height:auto !important;
  top:0;
 // margin-top:-40px;
 // padding:5px 15px 5px 0;
  
 }*/
  .rotator-txt h3 {
    color: #1EE68E;
    color: #fff;
    font-size: 1.2em; }
  .rotator-txt p {
    color: #efefef;
    font-size: 0.8em;
    line-height: 1.4em; }
  .two-col, .three-col, .four-col {
    flex: 0 0 47.5%; }
  .one-third {
    flex: 0 0 30%; }
  .two-thirds {
    flex: 0 0 66%; }
  .e-slider {
    height: 380px !important; }
  .e-slide {
    position: absolute;
    height: 360px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 15px;
    transition: .65s;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center; }
  .slider-img {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    width: 90%;
    padding: 0 5%;
    text-align: center; }
  .slider-img img {
    width: auto;
    width: 100%;
    height: auto;
    text-align: center; }
  .slider-txt {
    flex: 0 0 100%;
    width: 90%;
    text-align: left;
    margin-top: 0px; }
  .eja-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 680px !important; }
  .e-slide {
    position: absolute;
    height: 660px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 15px;
    transition: .65s;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: left; }
  .slider-img {
    flex: 0 0 45%;
    flex: 0 0 100%;
    height: 100%; }
  .slider-txt {
    flex: 0 0 30%;
    text-align: left;
    padding: 0 5%;
    margin-left: 0;
    height: auto !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  #headers-wrap {
    height: 60px;
    background: blue; }
  #logo {
    width: 100%;
    margin: 5px 0;
    height: 50px; }
  #logo img {
    height: 50px;
    width: auto; }
  #wrap {
    margin-top: 70px; }
  .container {
    padding: 0 2.5%;
    width: 95%; }
  .content {
    flex: 0 0 66%; }
  .sidebar.small.right {
    flex: 0 0 26%; }
  /*#banner {
    margin-top:70px;
   
  }
  body.home #banner {
    margin-top:70px;

  }*/
  .eja_app .container {
    padding: 0;
    width: 100%; }
  .rotator-wrap {
    z-index: 2;
    background: rgba(38, 34, 52, 0.7);
    width: 15%;
    padding: 0 2.5%;
    text-align: left;
    height: 100%;
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center; }
  .rotator-txt {
    width: 80%;
    text-align: center;
    height: 160px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    position: relative; }
  .rotator-txt h3 {
    color: #1EE68E;
    font-size: 1.2em;
    color: #fff; }
  .rotator-txt p {
    color: #efefef;
    font-size: 1em; }
  .rotator-txt .rotator-icon {
    width: 65% !important;
    height: 120px !important;
    position: relative; }
  .rotator-txt .rotator-icon img {
    width: 100% !important;
    height: auto !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  /*.rotator-wrap  {
    height:80px;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
  }
  .rotator-txt {
    // position:absolute;
     z-index:2;
    // background:#f2f2f2;
    // background:#262236;
    // background:rgba(38,34, 52, 0.7);
     width:28%;
     width:95%;
     padding:0px 2.5%;
     text-align:left;
     top:75%;
     bottom: 0;left:0;
     transform: translateY(0);
     display:flex;
     flex-flow:row wrap;
     padding:15px 2.5%;
     padding:10px 2.5% 20px;
    // border:2px solid orange;
    // background:orange;
   
   }
   .rotator-txt .rotator-icon {
     flex:0 0 75px;
     border-right:1px solid #fff;
    // text-align:center;
    text-align:left;
    //margin:15px;
   // border:2px solid green;
   margin-right:10px;
   }
   .rotator-txt .rotator-icon img {
     height:66px !important;
     width:auto !important;
  padding-top:5px;
   }
   */
  /* .rotator-txt h3 {
    color:#1EE68E;
    font-size:1.1em;
  }
  .rotator-txt p {
    color:#efefef;
    font-size:1em;
  }*/
  /*.rotator-logo {
    height:65%;
    border-bottom:1px solid #fff;
    //border:2px solid yellow;
    display:block;
    position:relative;
    margin:0 auto;
    display:flex;
    flex-flow:column nowrap;
   // align-items: center;
    justify-content:space-between;
  }
  .rotator-logo img {
    width:200px !important;
    height:auto !important;
   // margin-top:-60px !important;
   // top:0;
  // bottom:0;
   // left:0;

   align-self:center;
 margin-top:auto;
 margin-top:40px !important;

    
  } 
  */
  .e-slider {
    height: 380px !important; }
  .e-slide {
    position: absolute;
    height: 360px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 15px;
    transition: .65s;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .slider-img {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    width: 90%;
    margin-right: 5%;
    text-align: center; }
  .slider-img img {
    width: auto;
    width: 100%;
    height: auto;
    text-align: center; }
  .slider-txt {
    flex: 0 0 100%;
    width: 90%;
    text-align: left;
    margin-top: 0px; }
  .eja-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 380px !important; }
  .e-slide {
    position: absolute;
    height: 360px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 15px;
    transition: .65s;
    display: flex;
    justify-content: space-between;
    align-items: left; }
  .slider-img {
    flex: 0 0 45%; }
  .slider-txt {
    flex: 0 0 40%;
    text-align: left;
    padding: 0 5%;
    margin-left: 0;
    height: auto !important; } }

@media (min-width: 600px) and (max-width: 768px) {
  #headers-wrap {
    height: 60px;
    width: 100%;
    padding: 5px 0;
    background: orange; }
  #wrap {
    margin-top: 60px; }
  /*.welcome {
  margin:100px auto 50px;
}*/
  #logo {
    width: 100%;
    margin: 5px 0;
    height: 60px; }
  #logo img {
    height: 60px;
    width: auto; }
  #banner {
    margin-top: 60px; }
  body.home #banner {
    margin-top: 60px; }
  /*
#banner-gap {
  height:70px;

}*/
  body.home #banner .container {
    width: 100%; }
  .rotator-wrap {
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .rotator-txt {
    z-index: 2;
    width: 28%;
    width: 95%;
    padding: 0px 2.5%;
    text-align: left;
    top: 75%;
    bottom: 0;
    left: 0;
    transform: translateY(0);
    display: flex;
    flex-flow: row wrap;
    padding: 15px 2.5%;
    padding: 10px 2.5% 20px; }
  .rotator-txt .rotator-icon {
    flex: 0 0 75px;
    border-right: 1px solid #fff;
    text-align: left;
    margin-right: 10px; }
  .rotator-txt .rotator-icon img {
    height: 66px !important;
    width: auto !important;
    padding-top: 5px; }
  .rotator-txt h3 {
    color: #1EE68E;
    font-size: 1em;
    flex: 0 0 75%;
    color: #fff; }
  .rotator-txt p {
    color: #efefef;
    font-size: 0.8em;
    line-height: 1.4em; }
  .sidebar.small.right {
    flex: 0 0 100%;
    order: 2; }
  .sidebar.large.right {
    flex: 0 0 100%;
    order: 2; }
  .widget {
    padding: 15px 2.5%;
    padding: 15px 5%;
    width: 90%; }
  #flags .flag-select {
    flex: 0 0 18%; }
  .split-article {
    flex: 0 0 60% !important; }
  .split-cat {
    flex: 0 0 30% !important; }
  .cols .tile {
    flex: 0 0 100%; }
  .featured .one-third, .recent .one-third {
    flex: 0 0 100%; }
  .featured .one-third img {
    width: 100%;
    height: auto; }
  .featured .two-thirds, .recent .two-thirds {
    flex: 0 0 100%; }
  /*
.container {
  padding:0 2.5%;
  width:95%;
}

.slides li .container{
  width:100%; 

}*/
  /*.flex-row {
  display:flex;
  flex-flow: column nowrap;
  justify-content:space-between;
}
.one-half {
  flex:$two-col-flex-size;
  flex: 0 0 100%;
}
.one-third {
  flex: 0 0 100%;
}
.two-thirds {
  flex: 0 0 100%;
}
.two-col {
flex:0 0 100%;
}
.three-col {
  flex: 0 0 100%;
}
*/
  /*.sidebar {
 flex:0 0 47.5%;
}*/
  /*.eja_introduction .container {
  padding:0;
  width:100%;
}*/
  /*
.sidebar.small.right {
  flex: 0 0 32.5%;
  order:2;
}
.sidebar.large.right {
  flex: 0 0 47.5%;
   order:2;
  }
.content.small.right {
  flex:0 0 60%;
}
.content.large.right {
  flex:0 0 47.5%;
}
.menu-flags-menu-container ul {
  display:flex;
  flex-flow: row wrap;
  justify-content:space-between;
  align-items: center;
  justify-content: center;
}  
// using this?
.wp-block-columns.has-2-columns {
  display:flex;
  justify-content:space-between;
  flex-flow:column nowrap;
  flex-flow:column wrap;
}
.wp-block-column {
  flex: 0 0 90%;
  flex:0 0 100% !important;
  width:100%;
}
.wp-block-column:last-child {
  margin:0;
  flex:0 0 90% !important;
  width:95%;
  margin-left:0 !important;
}
.wrap {
  margin:0;
  padding:0;
 // border:2px solid blue;
}

.content {
  width:90%;
  width:47.5%;
  flex: 0 0 60%;


}
.cols {
width:100%;
//width:95%;
align-items: center;
  justify-content: space-between;
  padding:0;

}
.two-col {
  flex:0 0 47.5%;
}
.three-col {
  flex:0 0 47.5%;
  
}
.four-col {
  flex:0 0 47.5%;
}
.one-third{
  flex:0 0 32.5%;
flex:0 0 100%;
}
.two-thirds {
 // flex:0 0 60%;
 flex:$two-thirds-flex-size;
 flex: 0 0 57%;
 flex: 0  0 100%;
}
.one-half {
  flex: 0 0 100%;
}
.tile {
  flex:0 0 100%;
  flex: 0 0 47.5%;
}
.eja_introduction {
  width:100%;width:110%;
  margin:0;
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
#form .left-input {
  float:left;
  width:90%;
}
#form .right-input {
  float:left;
  width:90%;
}
.eja_app .container {
  width:100%;
}

.eja-slider {
  width:100%;
  position:relative;
  overflow:hidden;
 // height:450px !important;
 height:280px !important;
}
.e-slide {
  position:absolute;
  height:260px;
  left:0;
  right:0;
  bottom:0;
  transition:.65s;
  display:flex;
  flex-flow:row nowrap;
  justify-content:space-between;
  align-items: center;
}
.slider-img {
  flex:0 0 45%;width:45%;
  border:2px solid purple;
  height:240px;
  padding-right:10%;
 
}
.slider-img img {
  width:100%;
  height:auto;
 
}*/
  /*
.slider-txt {
  flex:0 0 35%;
  text-align:left;
  padding:0 5% 0 0;
  margin-top:-20px;
  margin-left:5%;
}
.slider-img {
  flex:0 0 35%;
 // align-self:center;
  bottom:0;
}
.slider-img img {
  height:100%;
  height:360px;
  width:auto;
}*/
  /*.widget {
  padding:$vgap1 $hgap1;
  padding:15px 5%;
 width:85%;
}*/
  /*.img-widget {
  padding:0;margin:0;
  text-align:center;
  width:100%;
  padding:0;
  width:85%;
}

.solutions-btnwrap {
  flex-flow:column wrap;
}
.solutions-flagwrap {
  padding:0;
 // margin-top:40px;
}
.solutions-flagwrap h4 {
  padding:0 0 10px;
 margin:8px 0 2px;

  line-height:0;
}



.solutions-readmore {
width:100%;
//max-width:130px;
margin:0 0 15px 0;
}
#inside-banner {
  max-width:100%;
}
#inside-banner img {
  max-width:100%;
}
#inside-banner .panel-gallery img.grid-projects {
  flex:0 0 13%;
  margin:0 0.2%;
  width:13%;

}*/
  .container {
    flex-flow: column nowrap;
    width: 95%;
    width: 100%;
    width: 90%;
    padding: 0 5%; }
  .flex-row {
    display: flex;
    justify-content: space-between; }
  .two-col, .three-col, .four-col {
    flex: 0 0 47.5%; }
  .one-third {
    flex: 0 030%; }
  .two-thirds {
    flex: 0 0 66%; }
  .tile {
    flex: 0 0 47.5%; }
  /*.featured .one-third {
  flex:0 0 100%;
}*/
  #logo {
    width: 100%;
    margin: 5px 0;
    height: 50px; }
  #logo img {
    height: 50px;
    width: auto; }
  .container {
    padding: 15px 2.5%;
    width: 95%; }
  /*#banner {
margin-top:70px;

}
body.home #banner {
margin-top:70px;

}*/
  /*#banner-gap {
height:70px;

}*/
  .eja_app .container {
    padding: 0;
    width: 100%; }
  /*.rotator-txt {
// position:absolute;
z-index:2;
background:rgba(38,34, 52, 0.7);
width:22.5%;
width:27.5%;
padding:30px 2.5%;
text-align:left;
top:0;
left:0;
height:100%;
text-align:center;
background:red;
}*/
  .eja_flags {
    flex-flow: row wrap !important; }
  .menu-flags-menu-container ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    justify-content: center; }
  /*.rotator-txt h3 {
color:#1EE68E;
font-size:1.1em;
}
.rotator-txt p {
color:#efefef;
font-size:1em;
}
.rotator-logo {
height:65%;
border-bottom:1px solid #fff;
display:block;
}
.rotator-logo img {
width:200px !important;
height:auto !important;
margin-top:-60px !important;
top:0;
}*/
  .e-slider {
    height: 380px !important; }
  .e-slide {
    position: absolute;
    height: 360px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 15px;
    transition: .65s;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center; }
  .slider-img {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    width: 90%;
    padding: 0 5%;
    text-align: center; }
  .slider-img img {
    width: auto;
    width: 100%;
    height: auto;
    text-align: center; }
  .slider-txt {
    flex: 0 0 100%;
    width: 90%;
    text-align: left;
    margin-top: 0px; }
  .eja-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 640px !important; }
  .e-slide {
    position: absolute;
    height: 640px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 15px;
    transition: .65s;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: left; }
  .slider-img {
    flex: 0 0 45%;
    flex: 0 0 100%; }
  .slider-txt {
    flex: 0 0 40%;
    text-align: left;
    padding: 0 5%;
    margin-left: 0;
    height: auto !important; } }

@media (max-width: 599px) {
  #headers-wrap {
    height: 60px;
    background: pink;
    width: 100%;
    padding: 5px 0; }
  #wrap {
    margin-top: 60px; }
  #logo {
    width: 100%;
    margin: 5px 0;
    height: 50px; }
  #logo img {
    height: 50px;
    width: auto; }
  .content #banner {
    display: block; }
  body.home #banner {
    display: block; }
  body.home #banner .container {
    width: 100%; }
  .container {
    flex-flow: column nowrap;
    width: 95%;
    width: 100%;
    width: 90%;
    padding: 0 5%; }
  .flex-row {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between; }
  .one-half {
    flex: 0 0 46.75%;
    flex: 0 0 100%; }
  .one-third {
    flex: 0 0 100%; }
  .two-thirds {
    flex: 0 0 100%; }
  .two-col {
    flex: 0 0 100%; }
  .three-col {
    flex: 0 0 100%; }
  .e-slider {
    height: 420px !important; }
  .e-slide {
    position: absolute;
    height: 400px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 15px;
    transition: .65s;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center; }
  .slider-img {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    width: 90%;
    padding: 0 5%;
    text-align: center; }
  .slider-img img {
    width: auto;
    width: 100%;
    height: auto;
    text-align: center; }
  .slider-txt {
    flex: 0 0 100%;
    width: 90%;
    text-align: left;
    margin-top: 0px; }
  .eja-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 500px !important; }
  .e-slide {
    position: absolute;
    height: 500px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 15px;
    transition: .65s;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: left; }
  .slider-img {
    flex: 0 0 45%;
    flex: 0 0 100%; }
  .slider-txt {
    flex: 0 0 40%;
    text-align: left;
    padding: 0 5%;
    margin-left: 0;
    height: auto !important; }
  /*NOTE: consider using flex */
  #form .left-input {
    float: left;
    width: 98%; }
  #form .right-input {
    float: left;
    width: 98%; }
  /*
  .slider-txt {
    flex:0 0 100%;
  }
  .slider-img {
    flex:0 0 100%;
  }*/
  /*.slider-txt {flex:0 0 35%;text-align:left;padding:15px 5% 0;margin-left:0;height:auto !important;}
.slider-img img {height:100%;height:300px;width:auto;}*/
  .solutions-btnwrap {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between; }
  /*.cols {
  width:100% !important;
  margin:0 auto !important;
  flex: 0  0 100%;
}*/
  /*.slides li .container {
  margin:0;
}*/
  .rotator-wrap {
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .rotator-txt {
    z-index: 2;
    width: 28%;
    width: 95%;
    padding: 0px 2.5%;
    text-align: left;
    top: 75%;
    bottom: 0;
    left: 0;
    transform: translateY(0);
    display: flex;
    flex-flow: row wrap;
    padding: 15px 2.5%;
    padding: 10px 2.5% 20px; }
  .rotator-txt .rotator-icon {
    flex: 0 0 75px;
    border-right: 1px solid #fff;
    text-align: left;
    margin-right: 10px; }
  .rotator-txt .rotator-icon img {
    height: 66px !important;
    width: auto !important;
    padding-top: 5px; }
  /*
 .rotator-logo {
   flex:0 0 25%;
   flex: 0 0 75px;
   margin-right:15px;
   margin:5px 15px 0 0;
   display:block;
   position:relative;
   border-right:1px solid #fff;
 }
 .rotator-logo img {
   width:60px !important;
   height:auto !important;
   top:0;
  // margin-top:-40px;
  // padding:5px 15px 5px 0;
  
  
 }*/
  .rotator-txt h3 {
    color: #1EE68E;
    color: #fff;
    font-size: 1em; }
  .content ul#tabs li {
    float: left;
    list-style: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-right: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 0;
    outline: none;
    width: 98%;
    width: 100%;
    float: left; }
  #flags {
    justify-content: flex-start; }
  #flags .flag-select {
    flex: 0 0 28%; }
  .sidebar.small.right {
    flex: 0 0 100%;
    order: 2; }
  .sidebar.large.right {
    flex: 0 0 100%;
    order: 2; }
  .widget {
    padding: 15px 5%;
    width: 90%; }
  #footer {
    flex-flow: column nowrap; }
  .footer-left, .footer-right {
    flex: 0 0 90%;
    text-align: center;
    padding: 0 5%; }
  /*  #headers-wrap {
    height:60px;
    background:rgba(38,34,54, 0.7);
  }

#wrap {
 // background:#262236 url(images/restworks_bg_graphic-600.png) top right no-repeat;
}
#logo {
  width:100%;
  margin:5px 0;
  height:50px;
}
#logo img {
  height:50px;
  width:auto;
}
.welcome {
  margin:50px auto 0px;
}
.container {
  flex-flow: column nowrap;
  width:95%;
  width:100%;
}

.narrow {
  width:95%;
  // NOTE something wrong with this
}

.container {
  display:flex;
  flex-flow: column nowrap;
  justify-content:space-between;
  max-width:$max-width;
}

  .cols {
  // padding:0 5%;
  padding:0;
   width:90%;
  // width:100%;
  }
  .col {
    margin:0;
    width:100%;
    border:2px solid yellow;
  }
  .two-col {
    padding:0;
    margin:0;
  }
 
  #banner-gap {
    height:70px;
  }
.eja_flags {
  flex-flow: row nowrap;
}
.eja_flags .thumbnail {
  margin: 0 3px;
}
.eja_flags .thumbnail img {
  width:100%;
  height:auto;
}

.menu-flags-menu-container ul {
  display:flex;
  flex-flow: row wrap;
  justify-content:space-between;
  align-items: center;
  justify-content: center;
}  
.alternating-feature-img {
  width:100%;
  height:auto;
  overflow:hidden;
}
.alternating-feature-even {
  display:flex;
  flex-flow:column wrap;
  align-items: center;
  justify-content: center;
}
.alternating-feature-odd{
  display:flex;
  flex-flow:column wrap;
  align-items: center;
  justify-content: center;
}
.alternating-feature-txt-wrap {
  width:45%;
  width:100%;width:95%;
  padding:$vgap1 $hgap1;
  color:#fff;  
}
.alternating-feature-txt {
  width:50%;
  width:100%;
}

.alternating-feature-odd .alternating-feature-txt-wrap {
  order:1;
}
.alternating-feature-odd .alternating-feature-txt {
  float:left;
  text-align:left;
}
#text-grid .grid {
  width:(100/$cols) - ($hgap1*$gaps);
  width:95%;
  padding:$vgap1 $hgap1;
  border:$border-bg;
  margin-bottom:$vgap1;
}

.two-col {
  flex:0 0 100%;
}

.three-col, .four-col {
  flex:0 0 100%;
}


.odd {
  order:-1;
}
.even {
  order:-1;
}
.welcome h1 {
  font-size:2.2em;
}

#menu-flags-menu {
  display:flex;
  flex-flow: row wrap;
  justify-content:space-between;
  align-items: center;
  justify-content: center;
}
.eja-slider {width:100%;position:relative;overflow:hidden;height:500px !important;}
.e-slide {position:absolute;height:500px;left:0;right:0;bottom:0;top:15px;transition:.65s;display:flex;flex-flow:column nowrap;justify-content:space-between;align-items: center; }
.slider-img {flex:0 0 45%;}
.slider-txt {flex:0 0 35%;text-align:left;padding:0 5%;margin-left:0;height:auto !important;}
.slider-img img {height:100%;height:300px;width:auto;}
.e-slider-controls .right-arrow {float:right;margin-right:-20px;} 
.e-slider-controls .left-arrow {float:left;margin-left:-20px;}

.eja_introduction {
  width:100%;width:110%;
  margin:0;
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}

.right-arrow {
  right:10px;
}
.left-arrow {
  left:10px;
}

.e-slider-controls .e-dots-container {
  right:0;
  left:120px;
  left:66%;
  bottom:0;
}
.slides .container{
  width:100%; 
}
.rotator-txt {
 // position:absolute;
  z-index:2;
  background:#f2f2f2;
  background:#262236;
  background:rgba(38,34, 52, 0.7);
  width:28%;
  width:95%;
  padding:0px 2.5%;
  text-align:left;
  top:70%;
  bottom: 0;left:0;
  transform: translateY(0);
  display:flex;
  flex-flow:row wrap;
  padding:15px 2.5%;
}
.rotator-logo {
  flex:0 0 30%;
  display:block;
  position:relative;
}
.rotator-logo img {
  width:60px !important;
  height:auto !important;
  top:0;
  margin-top:-40px;
  padding:5px 15px 5px 0;
  border-right:1px solid #fff;
 
}
.rotator-txt h3 {
  color:#1EE68E;
  font-size:1em;
  padding:30px 0 5px 0;
}
.rotator-txt p {
  color:#efefef;
  font-size:0.8em;
  line-height:1.4em;
}


.sidebar {
padding-top:0;
}

.sidebar.small.right {
  flex:0 0 90%;
 // padding:15px 5%;
  order:2;
}
.sidebar.large.right {
  flex:0 0 90%;
 // padding:15px 5%;
  order:2;
}

.content {
  flex:0 0 90%;
  padding:15px 5%;
}

#footer {
 display:flex;
 flex-flow:column nowrap;
 justify-content:space-between;
}
.footer-left, .footer-right {
  flex:0 0 95%;
  padding:0 2.5%;
  text-align:center;
}

.alt-excerpt {
  padding:10px 2.5%;
}
.panel-content {
  padding:0 2.5%;
}
.right-img {
  order:-1;
}
.panel {
 display:block; // switches off flex
}
#regions {
  display:none;
}

#form .left-input {
  float:left;
  width:90%;
}
#form .right-input {
  float:left;
  width:90%;
}

.solutions-btnwrap {
  flex-flow:column wrap;
margin-top:20px;
}
.solutions-flagwrap {
  padding:0;
 // margin-top:40px;
}
.solutions-flagwrap h4 {
  padding:0 0 10px;
 margin:8px 0 2px;

  line-height:0;
}



.solutions-readmore {
width:100%;
max-width:130px;
margin:0 0 15px 0;
}

#inside-banner {
  max-width:100%;
 width:auto;
}
#inside-banner img {
  max-width:100%;
  width:auto;
}
#inside-banner .panel-gallery img.grid-projects {
  flex:0 0 12.7%;
  margin:0 0.2%;
  width:12.7%;

}*/ }
