@charset "UTF-8";
/*
Theme Name: worldecr
Theme URI: www.modulestudios.co.uk
Author: Module
Author URI: www.modulestudios.co.uk
Description: Custom theme used for WorldECR.
Version: 1.0
License: GNU General Public License v2 or later.
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: updatedtheme

Replace key (use this on all files in the theme folder):
WorldECR - Title of the site
WorldECR Theme - Name of the theme
www.modulestudios.co.uk - URI of the theme
Module - Name of the Author of the theme
worldecr - text name/slug of theme


fonts - 
Headings - font-family: abril-fatface, serif;
Text - font-family: 'Georgia', serif;

site Width - 1140px
*/
/*=============== General Styles start here ============================*/
.bluebg {
  background: linear-gradient(#071324, #0C2343);
}
* {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  * {
    max-width: 100%;
  }
}
html, body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Georgia", serif;
  font-size: 16px;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  color: #000;
  font-family: "Georgia", serif;
  line-height: 1.5em;
  font-weight: 300;
}
ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.5em;
}
h1 {
  font-size: 53px;
  font-family: abril-fatface, serif;
  font-weight: 400;
  color: #000;
  line-height: 1.2em;
}
h2 {
  font-size: 36px;
  font-family: abril-fatface, serif;
  color: #000;
  font-weight: 400;
  line-height: 1.2em;
}
h3 {
  font-size: 32px;
  font-family: abril-fatface, serif;
  color: #000;
  font-weight: 500;
  line-height: 1.2em;
}
h4 {
  font-size: 24px;
  font-family: abril-display, serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  line-height: 1.2em;
  margin-bottom: 1em;
}
h5 {
  font-size: 1em;
  font-weight: 500;
  margin: 1em 0;
}
.wp-block-image img {
  height: auto;
}
input[type=button], input[type=submit], button {
  cursor: pointer;
}
.miniHeading {
  color: #EEA12E;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  font-family: roboto, sans-serif;
}
.makeInline {
  display: inline-block !important;
}
@media only screen and (max-width: 1140px) {
  .newHomeSection.inner {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .newHomeSection.inner {
    display: block;
  }
}
.select2-dropdown {
  max-width: none;
}
.select2-dropdown * {
  max-width: none;
}
.select2-dropdown li.select2-results__option {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 16px 11px;
}
.newHomeSection {
  padding-top: 60px !important;
}
.newHomeSection .worldLineNoBefore {
  width: 170px;
  text-align: center;
  font-size: 0.9em;
  font-family: roboto, sans-serif;
  top: 0;
  left: 0;
  background-color: #000;
  color: white;
  padding: 10px;
  margin-top: 0;
  display: inline-block;
  margin-bottom: 3em;
}
.newHomeSection .topBoarder {
  border-top: 1px solid black;
  flex-basis: 48.5%;
  margin-right: 1.5%;
}
@media only screen and (max-width: 767px) {
  .newHomeSection .topBoarder {
    max-width: 100%;
    margin-right: 0%;
  }
}
.newHomeSection .topBoarder .wp-block-image img {
  max-width: 100%;
  width: 100%;
}
.newHomeSection .topBoarder:nth-child(2) {
  margin-left: 1.5%;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .newHomeSection .topBoarder:nth-child(2) {
    margin-left: 0 !important;
    margin-top: 60px;
  }
}
.newHomeSection a {
  color: #EEA12E;
}
.newHomeSection .orangeEmpty:hover a {
  color: #fff;
}
.wp-block-buttons.aligncenter {
  justify-content: center;
}
a.orangeEmpty, button.orangeEmpty, input[type=button].orangeEmpty, input[type=submit].orangeEmpty, .home p.orangeEmpty {
  border: 1px solid #EEA12E;
  padding: 16px 52px;
  text-transform: uppercase;
  color: #EEA12E;
  border-radius: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  min-width: 175px;
  font-weight: 400;
  font-family: roboto, sans-serif !important;
}
a.orangeEmpty:hover, button.orangeEmpty:hover, input[type=button].orangeEmpty:hover, input[type=submit].orangeEmpty:hover, .home p.orangeEmpty:hover {
  background-color: #EEA12E;
  color: #fff !important;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  a.orangeEmpty, button.orangeEmpty, input[type=button].orangeEmpty, input[type=submit].orangeEmpty, .home p.orangeEmpty {
    min-width: 0;
    width: 100% !important;
    padding: 10px 4% !important;
    margin-right: 0 !important;
    text-align: center;
  }
}
a.orangeFull, button.orangeFull, input[type=button].orangeFull, input[type=submit].orangeFull, .home p.orangeFull {
  border: 1px solid #EEA12E;
  padding: 10px 15%;
  text-transform: uppercase;
  background-color: #EEA12E;
  color: #152B4D;
  border-radius: 5px;
  font-weight: 400;
  min-width: 175px;
  transition: 0.5s all ease;
  font-family: roboto, sans-serif !important;
}
a.orangeFull:hover, button.orangeFull:hover, input[type=button].orangeFull:hover, input[type=submit].orangeFull:hover, .home p.orangeFull:hover {
  background-color: transparent;
  color: #EEA12E;
  transition: 0.5s all ease;
}
a.orangeFull.o2, button.orangeFull.o2, input[type=button].orangeFull.o2, input[type=submit].orangeFull.o2, .home p.orangeFull.o2 {
  background-color: #FE6500;
  border: 1px solid #FE6500;
  color: #fff;
}
a.orangeFull.o2:hover, button.orangeFull.o2:hover, input[type=button].orangeFull.o2:hover, input[type=submit].orangeFull.o2:hover, .home p.orangeFull.o2:hover {
  color: #FE6500;
  background-color: transparent;
  transition: 0.5s all ease;
}
a.orangeFull.grey, button.orangeFull.grey, input[type=button].orangeFull.grey, input[type=submit].orangeFull.grey, .home p.orangeFull.grey {
  background-color: #b0b0b0;
  border: 1px solid #b0b0b0;
  color: #152b4d;
}
a.orangeFull.grey:hover, button.orangeFull.grey:hover, input[type=button].orangeFull.grey:hover, input[type=submit].orangeFull.grey:hover, .home p.orangeFull.grey:hover {
  background-color: transparent;
  transition: 0.5s all ease;
}
@media only screen and (max-width: 767px) {
  a.orangeFull, button.orangeFull, input[type=button].orangeFull, input[type=submit].orangeFull, .home p.orangeFull {
    min-width: 0;
    width: 100% !important;
    padding: 10px 4% !important;
    margin-right: 0 !important;
    display: inline-block;
    text-align: center;
  }
}
a.blueFull, button.blueFull, input[type=button].blueFull, input[type=submit].blueFull, .home p.blueFull {
  border: 1px solid #152B4D;
  padding: 10px 15%;
  text-transform: uppercase;
  background-color: #152B4D;
  color: #fff;
  border-radius: 5px;
  font-weight: 400;
  min-width: 175px;
  transition: 0.5s all ease;
  font-family: roboto, sans-serif !important;
}
a.blueFull:hover, button.blueFull:hover, input[type=button].blueFull:hover, input[type=submit].blueFull:hover, .home p.blueFull:hover {
  background-color: transparent;
  color: #152B4D;
}
a.blackEmpty, button.blackEmpty, input[type=button].blackEmpty, input[type=submit].blackEmpty, .home p.blackEmpty {
  border: 1px solid #000;
  padding: 7px 70px;
  background-color: transparent;
  color: #000;
  border-radius: 5px;
  font-weight: 400;
  min-width: 175px;
  transition: 0.5s all ease;
  font-family: roboto, sans-serif;
  display: inline-block;
}
a.blackEmpty:hover, button.blackEmpty:hover, input[type=button].blackEmpty:hover, input[type=submit].blackEmpty:hover, .home p.blackEmpty:hover {
  color: #fff;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  a.blackEmpty, button.blackEmpty, input[type=button].blackEmpty, input[type=submit].blackEmpty, .home p.blackEmpty {
    min-width: 0;
    width: 100% !important;
    padding: 10px 4% !important;
    margin-right: 0 !important;
    text-align: center;
  }
}
a.whiteEmpty, button.whiteEmpty, input[type=button].whiteEmpty, input[type=submit].whiteEmpty, .home p.whiteEmpty {
  border: 1px solid #fff;
  padding: 7px 70px;
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
  font-weight: 400;
  min-width: 175px;
  transition: 0.5s all ease;
  font-family: roboto, sans-serif;
  display: inline-block;
}
a.whiteEmpty:hover, button.whiteEmpty:hover, input[type=button].whiteEmpty:hover, input[type=submit].whiteEmpty:hover, .home p.whiteEmpty:hover {
  color: #000;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  a.whiteEmpty, button.whiteEmpty, input[type=button].whiteEmpty, input[type=submit].whiteEmpty, .home p.whiteEmpty {
    min-width: 0;
    width: 100% !important;
    padding: 10px 4% !important;
    margin-right: 0 !important;
    text-align: center;
  }
}
.orangeFull.wp-block-buttons .wp-block-button a {
  display: inline-block;
  box-shadow: none;
  transition: 0.3s ease;
  font-weight: normal;
  color: #000;
  min-width: 290px;
  background-color: #eea12e;
  border: 1px solid #eea12e;
  padding: 10px 6%;
  font-size: 0.85em;
  font-family: roboto, sans-serif !important;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 400;
}
.orangeFull.wp-block-buttons .wp-block-button a:hover {
  background-color: transparent;
  color: #eea12e;
}
.inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.inner.double-inner, .double-inner {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  .inner.double-inner, .double-inner {
    width: 90%;
  }
}
.inner.double-inner.wider, .double-inner.wider {
  max-width: 1140px;
}
.rightSide {
  width: 48%;
  float: right;
}
.leftSide {
  width: 48%;
  float: left;
}
.leftSide.worldLine {
  margin-bottom: 4em;
}
.worldLine1 {
  /*black line with black box ontop of some elements*/
  border-top: 1px solid #000;
  padding-top: 10px;
}
h5.worldLine1 {
  text-transform: uppercase;
  font-family: roboto, sans-serif;
  font-size: 0.95em;
  margin-bottom: 2em;
  padding-top: 20px;
}
.worldLine {
  /*black line with black box ontop of some elements*/
  border-top: 1px solid #000;
  padding-top: 80px;
  position: relative;
  margin-top: 50px;
}
.worldLine:after {
  content: "-";
  font-size: 0.9em;
  position: absolute;
  font-family: roboto, sans-serif;
  top: 0;
  left: 0;
  background-color: #000;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 170px;
}
.worldLine.is-empty:after {
  color: transparent;
}
.worldLine.is-forum:after {
  content: "WorldECR Forum";
}
.xScroller {
  overflow: auto;
}
.m-bot {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .mob-center {
    text-align: center;
  }
}
.tableBox {
  min-width: 100%;
}
@media only screen and (max-width: 1144px) {
  .tableBox {
    overflow-x: scroll;
  }
}
.tableBox table {
  width: 798px !important;
}
#wp_emember_regoForm input[type="checkbox"] {
  margin-right: 1em;
  display: block;
  float: left;
  margin-bottom: 15px;
}
#wp_emember_loginForm input[type="checkbox"] {
  float: left;
  margin-right: 10px;
}
.jconfirm .jconfirm-cell .jconfirm-holder {
  width: 310px;
  margin: 0 auto;
}
.jconfirm .jconfirm-cell .jconfirm-holder .jconfirm-box {
  border-bottom: 6px solid #EEA12E;
}
.boxzilla-container .boxzilla {
  padding: 3% 5%;
}
@media only screen and (max-width: 600px) {
  .boxzilla-container .boxzilla {
    width: 90vw;
    margin-top: 75px !important;
  }
}
.boxzilla-container .boxzilla .boxzilla-content .left-pop {
  float: left;
  width: 35%;
}
.boxzilla-container .boxzilla .boxzilla-content .left-pop img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .boxzilla-container .boxzilla .boxzilla-content .left-pop {
    width: 100%;
    text-align: center;
  }
  .boxzilla-container .boxzilla .boxzilla-content .left-pop img {
    width: auto;
    max-height: 255px;
  }
}
.boxzilla-container .boxzilla .boxzilla-content .right-pop {
  float: right;
  width: 60%;
}
.boxzilla-container .boxzilla .boxzilla-content .right-pop h1 {
  color: #fff;
  font-size: 70px;
  margin: 0.3em 0 0em;
}
.boxzilla-container .boxzilla .boxzilla-content .right-pop h2 {
  color: #fff;
  margin-top: 0.4em;
  font-size: 50px;
}
.boxzilla-container .boxzilla .boxzilla-content .right-pop p a {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 1.2em;
  font-family: roboto, sans-serif;
}
@media only screen and (max-width: 600px) {
  .boxzilla-container .boxzilla .boxzilla-content .right-pop {
    width: 100%;
    text-align: center;
  }
  .boxzilla-container .boxzilla .boxzilla-content .right-pop h2 {
    font-size: 23px;
  }
  .boxzilla-container .boxzilla .boxzilla-content .right-pop p {
    margin-bottom: 0;
  }
  .boxzilla-container .boxzilla .boxzilla-content .right-pop p a {
    font-size: 0.9em;
  }
}
.boxzilla-container .boxzilla .boxzilla-close-icon {
  color: #fff;
  opacity: 1;
}
.ecm-popup {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1420px) {
  .ecm-popup {
    display: none;
  }
}
.ecm-popup img {
  width: 110px;
  vertical-align: bottom;
}
.pum-content.popmake-content {
  outline: none !important;
}
#popmake-2020930.pum-container {
  max-width: 640px !important;
}
/*Export complaince menu item*/
#menu-item-2020958 {
  display: none !important;
}
#popmake-2021409 {
  border: 0px;
  box-shadow: none;
  padding: 20px;
  min-width: 885px !important;
}
@media only screen and (max-width: 950px) {
  #popmake-2021409 {
    min-width: 0px !important;
  }
}
#popmake-2021409 .popup-left-img {
  width: 400px;
  float: left;
}
@media only screen and (max-width: 950px) {
  #popmake-2021409 .popup-left-img {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#popmake-2021409 .popup-left-img img {
  width: 100%;
}
@media only screen and (max-width: 950px) {
  #popmake-2021409 .popup-left-img img {
    width: 300px;
  }
}
#popmake-2021409 .popup-right-text {
  padding: 35px;
  padding-top: 85px;
  float: right;
  width: 445px;
}
@media only screen and (max-width: 950px) {
  #popmake-2021409 .popup-right-text {
    width: 100%;
    float: none;
    padding: 0px;
  }
}
#popmake-2021409 .popup-right-text h3 {
  color: #0038E5;
}
@media only screen and (max-width: 840px) {
  #popmake-2021409 .popup-right-text h3 {
    font-size: 25px;
  }
}
#popmake-2021409 .popup-right-text p {
  font-size: 20px;
}
#popmake-2021409 .popup-right-text a {
  outline: none;
  text-decoration: underline;
}
#popmake-2023501 {
  border: 0px;
  box-shadow: none;
  padding: 20px;
  min-width: 885px !important;
}
@media only screen and (max-width: 950px) {
  #popmake-2023501 {
    min-width: 0px !important;
  }
}
#popmake-2023501 .popup-left-img {
  width: 400px;
  float: left;
}
@media only screen and (max-width: 950px) {
  #popmake-2023501 .popup-left-img {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#popmake-2023501 .popup-left-img img {
  width: 100%;
}
@media only screen and (max-width: 950px) {
  #popmake-2023501 .popup-left-img img {
    width: 300px;
  }
}
#popmake-2023501 .popup-right-text {
  padding: 35px;
  padding-top: 85px;
  float: right;
  width: 445px;
}
@media only screen and (max-width: 950px) {
  #popmake-2023501 .popup-right-text {
    width: 100%;
    float: none;
    padding: 0px;
  }
}
#popmake-2023501 .popup-right-text h3 {
  color: #000;
}
@media only screen and (max-width: 840px) {
  #popmake-2023501 .popup-right-text h3 {
    font-size: 30px;
  }
}
#popmake-2023501 .popup-right-text p {
  font-size: 20px;
}
#popmake-2023501 .popup-right-text a {
  outline: none;
  text-decoration: underline;
}
a.fisc-button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #0038E5;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: roboto, sans-serif;
  font-weight: 500;
  transition: 0.3s ease all;
}
a.fisc-button:hover {
  background-color: #000;
}
/*=============== Header Styles start here!============================*/
header {
  padding: 20px 0;
  position: relative;
  width: 100%;
  box-shadow: 0 1px 5px #6b6b6b;
}
header .menu-panel {
  display: none;
  position: absolute;
  width: 30%;
  right: -30%;
  background-color: #fff;
  z-index: 50;
  text-align: right;
  height: 100vh;
  transition: 0.5s;
}
.menu-panel.open {
  display: block;
  right: 0;
}
header .menu-panel ul li {
  padding: 10px;
}
header .innerheader {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
header .innerheader .topsideHead {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 20px;
  position: relative;
}
header .innerheader .topsideHead a.orangeEmpty {
  float: left;
  margin-top: 2px;
}
header .innerheader .topsideHead .logo {
  margin: 0 auto;
  display: block;
  width: 26.5%;
  padding-top: 8px;
}
header .innerheader .topsideHead .helloMsg {
  position: absolute;
  bottom: 10px;
  right: 2px;
  font-family: roboto, sans-serif;
  color: #929292;
}
@media only screen and (max-width: 1140px) {
  header .innerheader .topsideHead .helloMsg {
    display: none !important;
  }
}
header .innerheader .topsideHead .helloMsg a {
  color: #EEA12E;
}
header .innerheader .topsideHead .menu-small-top-menu-container {
  float: right;
  min-width: 339px;
  margin-top: 7px;
}
header .innerheader .topsideHead .menu-small-top-menu-container ul.menu li {
  margin: 0 0 0 4.83%;
}
header .innerheader .topsideHead .menu-small-top-menu-container ul.menu li a {
  font-size: 14px;
  font-family: roboto, sans-serif;
}
header .innerheader .topsideHead .menu-small-top-menu-container ul.menu li.basket {
  vertical-align: sub;
}
header .innerheader .topsideHead .menu-small-top-menu-container ul.menu li.basket a {
  color: transparent;
  background-image: url("/wp-content/themes/worldecr/images/basket_icon.svg");
  background-size: cover;
  width: 18px;
  height: 15px;
  display: inline-block;
}
header .sidr {
  font-family: roboto, sans-serif;
  font-size: 14px;
  background: #000000;
  color: #fff;
  text-transform: uppercase;
  box-shadow: none;
}
header .sidr ul {
  margin: 0 0 -2px;
  border-bottom: 1px solid #171717;
  border-top: 1px solid #171717;
}
header .sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-bottom: 1px solid #171717;
  border-top: 1px solid #171717;
}
header .sidr ul li a, header .sidr ul li span {
  font-family: roboto, sans-serif;
  font-size: 14px;
  background: #000000;
  color: #fff;
  text-transform: uppercase;
}
header .sidr ul li.basket a {
  background-image: url("/wp-content/themes/worldecr/images/basket_icon.svg");
  background-repeat: no-repeat;
  background-position: 6% center;
  color: transparent;
}
header .sidr ul li:hover > a {
  box-shadow: none;
}
header .sidr ul .sidr-class-basket > a {
  visibility: hidden;
}
header .sidr ul .sidr-class-basket > a:after {
  content: "basket";
  visibility: initial;
}
header .sidr ul .sidr-class-basket > a:before {
  content: url("/wp-content/themes/worldecr/images/basket_icon.svg");
  visibility: initial;
}
header .innerheader .bottomsideHead {
  margin-top: 20px;
}
header .innerheader ul.menu > li {
  display: inline-block;
  padding: 5px;
  margin: 0 0.2%;
  font-family: roboto, sans-serif;
  border-bottom: 1px solid transparent;
  font-size: 15px;
  position: relative;
}
header .innerheader ul.menu > li:hover {
  border-bottom: 1px solid #EEA12E;
}
header .innerheader ul.menu > li:hover > a {
  color: #EEA12E;
}
header .innerheader ul.menu > li .sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  left: 0;
  padding: 10px;
  width: auto;
  box-shadow: 0 1px 5px #6b6b6b;
  z-index: 1000;
}
header .innerheader ul.menu > li .sub-menu:hover {
  display: block;
}
header .innerheader ul.menu > li .sub-menu li {
  text-align: left;
  white-space: nowrap;
  padding: 7px;
}
header .innerheader ul.menu > li .sub-menu li a {
  text-align: left;
}
header .innerheader ul.menu > li .sub-menu li:hover {
  border-bottom: 1px solid #EEA12E;
}
header .innerheader ul.menu > li .sub-menu li:hover > a {
  color: #EEA12E;
}
header .innerheader ul.menu > li:hover .sub-menu {
  display: block;
}
header .innerheader .bottomsideHead .menu-top-menu-container ul.menu li.current-menu-item {
  border-bottom: 1px solid #EEA12E;
}
header .innerheader .bottomsideHead .menu-top-menu-container ul.menu li.current-menu-item a {
  color: #EEA12E;
}
header .innerheader ul.menu {
  text-align: center;
}
header .innerheader ul.menu li a {
  color: #000;
  text-transform: uppercase;
  transition: 0.3s;
}
header .toggle-menu {
  display: none;
  float: right;
  width: 40px;
  height: 30px;
  background-image: url("/wp-content/themes/worldecr/images/Burger_Menu.svg");
  background-size: cover;
  position: relative;
  transition: 0.5s all ease;
}
.sidr-open header .toggle-menu {
  background-image: url("/wp-content/themes/worldecr/images/close.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
}
/* Used to change the header on other pages
.custom_otherpage header .innerheader .topsideHead {
.orangeEmpty {
float: right;
margin-top: 10px;
padding: 2px 40px;
margin-left: 2%;
}
.logo {
float: left;
}
}*/
/*=============== Template Block Styles start here ============================*/
/*----- Home Template -----*/
.custom_homepage .footerRightContent {
  visibility: visible !important;
}
.custom_homepage .thumb-image {
  margin: 0px 0 4px 0px;
  border: none;
  padding: 0;
}
.custom_homepage .eStore-product {
  padding: 5px 5px 5px 0px;
  margin-right: 17px;
}
.custom_homepage .featureArea {
  background-color: transparent;
}
.custom_homepage .featureArea article {
  width: 60%;
  float: left;
  margin-right: 0;
  margin-left: 0%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  min-height: 0px;
  transition: 0.5s all ease;
}
.custom_homepage .featureArea article .holder {
  width: 100%;
  height: 100%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.custom_homepage .featureArea article.recentImg:hover {
  opacity: 0.9;
}
.custom_homepage .featureArea article .featureInfo {
  position: absolute;
  bottom: 7px;
  left: 5%;
  width: 65%;
}
.custom_homepage .featureArea article .featureInfo h1 {
  font-size: 40px;
  color: #fff;
  margin-top: 0.3em;
}
.custom_homepage .featureArea article .featureInfo .theDate {
  color: #fff;
  text-transform: uppercase;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-size: 13px;
}
.custom_homepage .featureArea article:nth-of-type(2), .custom_homepage .featureArea article:nth-of-type(3) {
  width: 40%;
  height: 50%;
}
.custom_homepage .featureArea article:nth-of-type(2) .featureInfo, .custom_homepage .featureArea article:nth-of-type(3) .featureInfo {
  left: 5%;
  width: 75%;
}
.custom_homepage .featureArea article:nth-of-type(2) .featureInfo h1, .custom_homepage .featureArea article:nth-of-type(3) .featureInfo h1 {
  font-size: 30px;
}
.custom_homepage .newsLoop {
  border-top: 1px solid #000;
  position: relative;
  margin: 50px 0;
  width: 75%;
  float: left;
  font-family: roboto, sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .custom_homepage .newsLoop {
    width: 100%;
    margin: 50px 0 0;
  }
}
.custom_homepage .newsLoop:after {
  content: "Weekly News Highlights";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  padding: 10px 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
}
.custom_homepage .newsLoop .viewAll {
  margin: 1em 0;
  float: right;
  clear: both;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-family: roboto, sans-serif;
}
.custom_homepage .newsLoop .viewAll:hover {
  color: #EEA12E;
}
@media only screen and (max-width: 350px) {
  .custom_homepage .newsLoop .viewAll {
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.custom_homepage .newsLoop > div {
  width: 100%;
  float: left;
  margin-top: 2em;
}
.custom_homepage .ad {
  float: right;
  width: 20%;
  margin: 50px 0;
}
@media only screen and (max-width: 767px) {
  .custom_homepage .ad {
    width: 100%;
    margin: 40px 0 50px;
  }
}
.custom_homepage #ctaBanner {
  background-color: #152B4D;
}
.custom_homepage #ctaBanner h1 {
  color: #fff;
}
.custom_homepage #ctaBanner .ctaText ul li {
  color: #fff;
}
.custom_homepage #ctaBanner .ctaText .orangeFull {
  color: #152B4D;
}
.custom_homepage #ctaBanner .ctaText .orangeFull:hover {
  color: #EEA12E;
}
@media only screen and (max-width: 767px) {
  .booksPostOuter {
    display: inline-block;
  }
}
.booksPostOuter .worldLine.bookPost {
  padding-top: 60px;
  width: 75%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .booksPostOuter .worldLine.bookPost {
    width: 100%;
  }
}
.booksPostOuter .worldLine.bookPost:after {
  content: "Books";
}
.booksPostOuter .worldLine.bookPost .viewAll {
  float: right;
  margin-top: -45px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-family: roboto, sans-serif;
}
@media only screen and (max-width: 350px) {
  .booksPostOuter .worldLine.bookPost .viewAll {
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.booksPostOuter .worldLine.bookPost .viewAll:hover {
  color: #EEA12E;
}
.booksPostOuter .worldLine.bookPost .eStore-product {
  position: relative;
  float: left;
  width: 48%;
  border: none;
  padding-bottom: 35px;
  margin-bottom: 35px;
  min-height: 250px;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .booksPostOuter .worldLine.bookPost .eStore-product {
    width: 100%;
    margin-right: 0;
  }
}
.booksPostOuter .worldLine.bookPost .eStore-product:nth-of-type(n+2) {
  margin-right: 0px;
}
.booksPostOuter .worldLine.bookPost .eStore-product:nth-of-type(n+3) {
  display: none;
}
.booksPostOuter .worldLine.bookPost .eStore-product .eStore-thumbnail {
  margin-right: 3%;
  width: 39%;
}
@media only screen and (max-width: 1140px) {
  .booksPostOuter .worldLine.bookPost .eStore-product .eStore-thumbnail {
    margin-bottom: 1em;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .booksPostOuter .worldLine.bookPost .eStore-product .eStore-thumbnail {
    width: 35%;
  }
}
@media only screen and (max-width: 350px) {
  .booksPostOuter .worldLine.bookPost .eStore-product .eStore-thumbnail {
    width: 70%;
  }
}
.booksPostOuter .worldLine.bookPost .eStore-product .thumb-image {
  width: 150px;
  height: auto;
}
@media only screen and (max-width: 1140px) {
  .booksPostOuter .worldLine.bookPost .eStore-product .thumb-image {
    width: 100%;
  }
}
.booksPostOuter .worldLine.bookPost .eStore-product .eStore-product-name {
  font-size: 24px;
  font-family: abril-display, serif;
  margin-bottom: 0.5em;
  font-weight: 600;
  line-height: 1.1em;
}
@media only screen and (max-width: 1140px) {
  .booksPostOuter .worldLine.bookPost .eStore-product .eStore-product-name {
    font-size: 20px;
  }
}
.booksPostOuter .worldLine.bookPost .eStore-product .eStore-product-description {
  margin-left: 0px;
  line-height: 1.4em;
  width: 58%;
  float: left;
}
@media only screen and (max-width: 1140px) {
  .booksPostOuter .worldLine.bookPost .eStore-product .eStore-product-description {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .booksPostOuter .worldLine.bookPost .eStore-product .eStore-product-description {
    width: 56%;
    margin-left: 1%;
  }
}
@media only screen and (max-width: 350px) {
  .booksPostOuter .worldLine.bookPost .eStore-product .eStore-product-description {
    width: 100%;
    margin-left: 0%;
  }
}
.booksPostOuter .worldLine.bookPost .eStore-product .eStore-product-description .eStore_price {
  display: none;
}
.booksPostOuter .worldLine.bookPost .eStore-product .eStore-product-description .eStore_button, .booksPostOuter .worldLine.bookPost .eStore-product .eStore-product-description .eStore_sold_out {
  position: relative;
  left: 0;
  top: 20px;
  -webkit-appearance: none;
  border: 1px solid #EEA12E;
  padding: 13px 60px;
  text-transform: uppercase;
  background-color: transparent;
  color: #EEA12E;
  border-radius: 5px;
  transition: 0.5s all ease;
  min-width: 175px;
  text-align: center;
  font-weight: 400;
}
.booksPostOuter .worldLine.bookPost .eStore-product .eStore-product-description .eStore_button:hover, .booksPostOuter .worldLine.bookPost .eStore-product .eStore-product-description .eStore_sold_out:hover {
  background-color: #EEA12E;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
@media only screen and (max-width: 1140px) {
  .booksPostOuter .worldLine.bookPost .eStore-product .eStore-product-description .eStore_button, .booksPostOuter .worldLine.bookPost .eStore-product .eStore-product-description .eStore_sold_out {
    min-width: 0;
    padding: 13px 5%;
    width: 100% !important;
  }
}
.booksPostOuter .ad {
  float: right;
  width: 20%;
  background-color: grey;
  margin: 50px 0;
}
@media only screen and (max-width: 767px) {
  .booksPostOuter .ad {
    width: 100%;
    margin: 0;
  }
}
.lastBlockContainer {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  display: none;
}
.forumPostOuter {
  width: 100%;
  overflow: hidden;
  padding: 60px 0 0 2%;
  padding: 50px 0 0 0%;
  width: 48.5%;
  float: right;
}
@media only screen and (max-width: 768px) {
  .forumPostOuter {
    width: 100%;
    padding-left: 0;
  }
}
.forumPostOuter .worldLine {
  margin-top: 0px;
}
.forumPostOuter .worldLine:after {
  text-align: center;
}
.forumPostOuter .theTag {
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.forumPostOuter h4 {
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 768px) {
  .forumPostOuter .inner {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
}
.lastBlock .worldLine:after {
  text-align: center;
}
.forumPostOuter article, .lastBlock article {
  width: 100%;
  margin-right: 0%;
}
.forumPostOuter article .orangeEmpty {
  display: inline-block;
  margin-top: 20px;
  clear: both;
}
.forumPostOuter article .recentImg {
  padding-bottom: 30%;
  width: 47%;
  float: left;
  background-size: cover;
  background-position: bottom;
}
.lastBlock .inner > .leftSide {
  width: 48.5%;
}
@media only screen and (max-width: 768px) {
  .lastBlock .inner > .leftSide {
    width: 100%;
  }
}
.lastBlock .inner > .leftSide .rightSide {
  width: 100%;
  clear: both;
}
.lastBlock .rightSide {
  width: 100%;
  clear: both;
}
.lastBlock article .recentImg {
  padding-bottom: 52%;
  width: 47%;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  padding-bottom: 48%;
  width: 100%;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .lastBlock article .recentImg {
    padding-bottom: 80%;
    width: 100%;
    background-position: center;
    margin-bottom: 20px;
  }
}
.lastBlock article h4 {
  margin-top: 0;
  font-family: abril-fatface, serif;
  font-size: 26px;
}
.lastBlock article .orangeEmpty {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 25px;
}
.lastBlock article p {
  display: block;
  width: 100%;
  padding-right: 16%;
}
@media only screen and (max-width: 1140px) {
  .lastBlock article p {
    padding-right: 0%;
  }
}
.lastBlock .viewAll {
  float: right;
  margin-top: -70px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-family: roboto, sans-serif;
}
@media only screen and (max-width: 350px) {
  .lastBlock .viewAll {
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.lastBlock .viewAll:hover {
  color: #EEA12E;
}
.bolderh4 {
  font-family: abril-fatface, serif;
}
.page-template-FullWidth-template footer {
  margin-top: 40px;
}
/*----- News Template -----*/
.page-numbers {
  transition: 0.5s;
}
.page-numbers:hover {
  background-color: #EEA12E !important;
  color: #fff;
  border: 1px solid #EEA12E;
}
.featureArea {
  height: 80vh;
  background-size: cover !important;
  width: 100%;
  background-color: #2F5168;
  background-position: bottom;
}
.featureAreaInner {
  width: 1140px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .featureAreaInner {
    width: 90%;
  }
}
.featureArea.short {
  height: 35vh;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .featureArea.short {
    height: auto;
    padding-bottom: 15px;
  }
}
.featureArea.short .featureAreaInner .titlebox {
  position: static;
  bottom: inherit;
  float: left;
  padding: 9vh 0;
}
.featureArea.short .featureAreaInner .titlebox h1 {
  margin-top: 0.6em;
  margin-bottom: 0.1em;
}
.featureArea.short .featureAreaInner .titlebox p {
  font-size: 30px;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .featureArea.short .featureAreaInner .titlebox {
    display: block;
    float: none;
  }
}
@media only screen and (max-width: 1140px) {
  .featureArea.feature-template {
    height: 40vh;
  }
}
.featureArea.feature-template .featureAreaInner {
  display: flex;
  justify-content: center;
}
.featureArea.feature-template .featureAreaInner .titlebox {
  position: static;
  width: 90%;
  align-self: center;
}
.featureArea.feature-template .featureAreaInner .titlebox h1 {
  font-size: 7em;
  text-align: center;
  color: #000;
  margin: 0px;
}
.wp-block-group.button-col-grid {
  margin-top: 50px;
  margin-bottom: 50px;
}
.wp-block-group.button-col-grid .wp-block-group__inner-container .wp-block-buttons {
  margin-bottom: 30px;
}
.wp-block-group.button-col-grid .wp-block-group__inner-container .wp-block-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .wp-block-group.button-col-grid .wp-block-group__inner-container .wp-block-columns {
    grid-template-columns: 1fr;
  }
}
.wp-block-group.button-col-grid .wp-block-group__inner-container .wp-block-columns .wp-block-column {
  border-radius: 15px;
  margin: 0px !important;
  background-color: #152b4d;
  padding: 1em 2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 235px;
  justify-content: space-around;
}
.wp-block-group.button-col-grid .wp-block-group__inner-container .wp-block-columns .wp-block-column h2 {
  margin: 0px;
}
.wp-block-group.button-col-grid .wp-block-group__inner-container .wp-block-columns .wp-block-column p {
  color: #fff;
}
.wp-block-group.button-col-grid .wp-block-group__inner-container .wp-block-columns .wp-block-column p a {
  text-decoration: underline;
}
.bigger-button .wp-block-button {
  width: 100%;
}
.bigger-button .wp-block-button a.wp-block-button__link {
  width: 100%;
  padding: 25px;
  font-weight: 600;
  font-size: 1.25em;
  text-transform: none;
}
.theTag {
  /*used elsewhere*/
  color: #EEA12E;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-size: 13px;
}
@media only screen and (max-width: 1140px) {
  .theTag {
    width: 100%;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .theTag {
    margin-right: 0px;
  }
}
.featureArea .featureAreaInner .titlebox {
  position: absolute;
  bottom: 45px;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .featureArea .featureAreaInner .titlebox {
    width: 100%;
  }
}
.featureArea .featureAreaInner .titlebox .theDate {
  color: #fff;
  text-transform: uppercase;
  font-family: roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
}
.featureArea .featureAreaInner .titlebox .theMeta {
  color: #fff;
  font-family: roboto, sans-serif;
}
.featureArea .featureAreaInner .titlebox h1 {
  width: 100%;
  margin-bottom: 1em;
  margin-top: 0.3em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .featureArea .featureAreaInner .titlebox h1 {
    margin-top: 0.6em;
  }
}
.featureArea .featureAreaInner .titlebox .orangeEmpty {
  margin-right: 20px;
}
.theContent .theContentInner {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .theContent .theContentInner {
    width: 90%;
  }
}
.theContent .theContentInner .theCopy li {
  list-style-type: disc;
}
.theContent .theContentInner .theCopy ul {
  margin-bottom: 2em;
  padding-left: 20px;
}
.breadcrumb {
  text-transform: uppercase;
  color: #a7a7a7;
  padding-bottom: 0px;
  border-bottom: 1px solid #DEDFDF;
  font-size: 12px !important;
  margin: 15px 0;
  font-weight: 300;
}
.breadcrumb a, .breadcrumb span {
  font-family: roboto, sans-serif;
  color: #5a5a5a;
}
.breadcrumb.inner {
  margin: 60px auto 30px;
}
.theContent .theContentInner .theCopy {
  float: left;
  width: 65%;
  position: relative;
  margin-bottom: 3em;
  line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
  .theContent .theContentInner .theCopy {
    width: 100%;
  }
}
.theContent .theContentInner .theCopy p {
  margin-bottom: 1.5em;
}
.theContent .theContentInner .theCopy a:not(.blackEmpty):not(.orangeFull) {
  font-family: "Georgia", serif;
  color: #EEA12E;
  overflow-wrap: break-word;
}
.theContent .theContentInner .theCopy a:not(.blackEmpty):not(.orangeFull):hover {
  transition: 0.2s;
  text-decoration: underline;
}
.theContent .theContentInner .theCopy h2 {
  font-size: 23px;
  font-family: abril-display, serif;
  color: #000;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  line-height: 1.3em;
}
.theContent .theContentInner .theCopy h3 {
  font-family: roboto, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
}
.theContent .theContentInner .theCopy h3.proper {
  font-size: 32px;
  font-family: abril-fatface, serif;
  font-weight: 500;
}
.theContent .theContentInner .theCopy blockquote {
  margin: 0 0 0 -40px;
}
.theContent .theContentInner .theCopy blockquote p {
  color: #EEA12E;
  font-weight: 500;
}
/*----- Aside Bar -----*/
aside {
  float: right;
  width: 27%;
}
@media only screen and (max-width: 767px) {
  aside {
    width: 100%;
    margin: 40px 0;
  }
}
aside a {
  font-family: roboto, sans-serif;
}
aside .widget_text {
  margin-bottom: 30px;
}
aside .contact-widget {
  background-color: #EEA12E;
  padding: 5px 20px 30px;
}
aside .contact-widget h3 {
  color: #000;
  width: 85%;
}
@media only screen and (max-width: 1140px) {
  aside .contact-widget h3 {
    width: 100%;
  }
}
aside .contact-widget a {
  color: #000;
  font-size: 16px;
  font-family: "Georgia", serif;
}
aside .expert-widget {
  background-color: #EEA12E;
  padding: 5px 20px 5px;
  background-image: url("/wp-content/themes/worldecr/images/texture-w.png");
}
aside .expert-widget h3 {
  color: #000;
  font-size: 1.8em;
}
aside .expert-widget a {
  color: #fff;
  padding: 15px 25px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  display: block;
  margin: 70px auto 0;
  text-transform: uppercase;
  transition: 0.5s all ease;
}
aside .expert-widget a:hover {
  color: #EEA12E;
  background-color: #fff;
}
aside .subscribe-widget {
  background-color: #D8DEE5;
  padding: 20px 15px 30px;
}
aside .subscribe-widget h3 {
  color: #152B4D;
  font-size: 30px;
}
aside .subscribe-widget ul {
  padding-left: 20px;
}
aside .subscribe-widget p, aside .subscribe-widget li {
  color: #152B4D;
  list-style: disc;
  margin-bottom: 20px;
}
aside .subscribe-widget p:last-of-type {
  margin-bottom: 0;
}
aside .subscribe-widget a {
  color: #152B4D;
  padding: 15px 25px;
  border: 1px solid #152B4D;
  border-radius: 5px;
  text-align: center;
  display: block;
  margin: 70px auto 0;
  text-transform: uppercase;
  transition: 0.5s all ease;
}
aside .subscribe-widget a:hover {
  color: #fff;
  background-color: #152B4D;
}
aside .subscribe-widget.atlas-widget {
  background-color: #240048;
}
aside .subscribe-widget.atlas-widget h3, aside .subscribe-widget.atlas-widget li {
  color: #fff;
}
aside .subscribe-widget.atlas-widget a {
  color: #fff;
  background-color: #FE6500;
  border: 1px solid #FE6500;
}
aside .subscribe-widget.atlas-widget a:hover {
  color: #FE6500;
  background-color: transparent;
}
aside .forum-widget {
  background-color: #EEA12E;
  padding: 20px 15px 30px;
  background-image: url("/wp-content/themes/worldecr/images/forum.png");
  background-position-y: 130%;
}
aside .forum-widget .textwidget {
  padding-top: 50px;
}
aside .forum-widget h3 {
  color: #fff;
  font-size: 30px;
  width: 60%;
}
aside .forum-widget a {
  color: #fff;
  padding: 15px 25px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  display: block;
  margin: 70px auto 0;
  text-transform: uppercase;
  transition: 0.5s all ease;
}
aside .forum-widget a:hover {
  color: #EEA12E;
  background-color: #fff;
}
aside .books-widget {
  background-color: #142b4c;
  padding: 20px 15px 30px;
}
aside .books-widget h3 {
  color: #fff;
  font-size: 30px;
}
aside .books-widget img {
  width: 100%;
  height: auto;
}
aside .books-widget a {
  color: #fff;
  padding: 15px 25px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  text-transform: uppercase;
  transition: 0.5s all ease;
}
aside .books-widget a:hover {
  color: #000;
  background-color: #fff;
}
aside .widget-brochure {
  padding: 0px 15px 30px;
  text-align: center;
}
aside .widget-brochure h3 {
  color: #fff;
  font-size: 18px;
  padding: 1em;
  margin: 0 0 20px;
  background-color: #000;
  text-align: center;
  font-family: roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
aside .widget-brochure img {
  width: 100%;
  height: auto;
}
aside .widget-brochure a {
  width: 94%;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
}
aside .buy-widget {
  padding: 40px 20px;
  background-color: #EEA12E;
}
aside .buy-widget h3 {
  color: #000;
  font-size: 26px;
  margin: 0 0 20px;
  font-weight: 400;
}
aside .buy-widget p {
  color: #000;
}
aside .buy-widget p strong {
  font-size: 18px;
}
aside .buy-widget a {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin-top: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1140px) {
  aside .buy-widget a {
    min-width: 0;
  }
}
aside .speakers-widget {
  padding: 15px;
  background-color: #EBEBEB;
  margin-top: 2em;
}
aside .speakers-widget > h5 {
  width: 100%;
  text-align: center;
  margin-top: 0;
  background-color: #152B4D;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  font-family: roboto, sans-serif;
}
aside .speakers-widget .speaker-box {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
aside .speakers-widget .speaker-box .speaker-img {
  padding-bottom: 150px;
  width: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
aside .speakers-widget .speaker-box h5 {
  margin-bottom: 0.2em;
}
aside .speakers-widget .speaker-box p {
  margin-top: 0;
}
aside .widget-webinar-only {
  background-color: #152B4D;
  padding: 20px 15px 30px;
}
aside .widget-webinar-only .widget-title {
  font-size: 30px;
  color: #fff;
}
aside .widget-webinar-only ul {
  padding: 20px;
}
aside .widget-webinar-only ul li {
  color: #fff;
  list-style: disc;
  margin-bottom: 20px;
}
aside .widget-webinar-only a {
  color: #fff;
  padding: 15px 25px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
aside .widget-webinar-only a:hover {
  color: #152B4D;
  background-color: #fff;
}
.ad {
  height: auto;
}
.ad aside {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .ad aside {
    margin: 0;
  }
}
.ad aside .widget_media_image .widget-title {
  display: none;
}
.ad aside .widget_media_image img {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.ad aside .widget_text .widget-title {
  font-size: 1.4em;
  font-family: abril-display, serif;
}
.post-type-archive-articles .pagination {
  margin-bottom: 100px;
}
/*Archive widgert hiders*/
.archive #response {
  transition: 1s;
}
.post-type-archive-news .footerRightContent {
  visibility: visible !important;
}
.post-type-archive-news .books-widget, .post-type-archive-news .forum-widget, .single-news .books-widget, .single-news .forum-widget, .post-type-archive-resources .books-widget, .post-type-archive-resources .forum-widget, .post-type-archive-atlas-news .books-widget, .post-type-archive-atlas-news .forum-widget {
  display: none;
}
.post-type-archive-archive .expert-widget, .single-archive .expert-widget, .post-type-archive-resources .expert-widget {
  display: none;
}
.page-id-1514829 .books-widget, .post-type-archive-resources .books-widget {
  display: none;
}
.post-type-archive .atlas-news-feed {
  display: none;
}
.post-type-archive.post-type-archive-resources .atlas-news-feed {
  display: list-item;
}
.post-type-archive-webinars .books-widget, .post-type-archive-webinars .forum-widget, .post-type-archive-webinars .subscribe-widget, .post-type-archive-resources .subscribe-widget {
  display: none;
}
.widget-webinar-only {
  display: none;
}
.single-webinars .widget-webinar-only, .post-type-archive-webinars .widget-webinar-only {
  display: list-item;
}
.morebox {
  padding: 50px;
  text-align: center;
  border: 1px solid grey;
  border-radius: 5px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .morebox {
    padding: 40px;
  }
}
.morebox h3 {
  font-family: abril-fatface, serif !important;
  margin-top: 0;
  font-weight: 400 !important;
}
.morebox p {
  margin-bottom: 40px !important;
}
.morebox a {
  display: inline-block;
}
.morebox a.blackEmpty {
  padding: 16px 52px;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .morebox a.blackEmpty {
    margin-left: 0;
  }
}
/*----- related content -----*/
.theContent .theContentInner #sidebar-related {
  float: left;
  width: 70%;
  margin-bottom: 5em;
}
@media only screen and (max-width: 767px) {
  .theContent .theContentInner #sidebar-related {
    width: 100%;
  }
}
.theContent .theContentInner #sidebar-related .beforeRecent, .theContent .theContentInner #sidebar-related .afterRecent {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .theContent .theContentInner #sidebar-related .beforeRecent, .theContent .theContentInner #sidebar-related .afterRecent {
    width: 100%;
  }
}
.theContent .theContentInner #sidebar-related .beforeRecent:hover .recentImg, .theContent .theContentInner #sidebar-related .afterRecent:hover .recentImg {
  /*background-size: 110%;*/
  /*background-size: 110%;*/
}
.theContent .theContentInner #sidebar-related .beforeRecent {
  float: left;
}
.theContent .theContentInner #sidebar-related .afterRecent {
  float: right;
}
.theContent .theContentInner #sidebar-related .recentImg {
  background-color: #646464;
  background-size: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s all ease;
  padding-bottom: 60%;
  margin-bottom: 15px;
  position: relative;
  margin-bottom: 25px;
}
.theContent .theContentInner #sidebar-related .recentImg .over {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
}
.theContent .theContentInner #sidebar-related .recentImg .over:hover {
  opacity: 0.8;
  background-color: #1d1d1d;
  transition: 0.3s;
}
.theContent .theContentInner #sidebar-related .recentImg .over span {
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 15px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.theContent .theContentInner #sidebar-related .theDate {
  color: #707070;
  text-transform: uppercase;
  font-family: roboto, sans-serif;
  font-weight: 500;
}
.theContent .theContentInner #sidebar-related span {
  font-size: 13px;
}
.theContent .theContentInner #sidebar-related h4 {
  color: #000;
  margin-top: 0.3em;
}
.theContent .theContentInner #sidebar-related h4:hover {
  text-decoration: underline;
}
/*Page Headings -- reused*/
.heading {
  background-color: #f1f1f1;
  padding: 5px 0;
  margin-bottom: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .heading {
    margin-bottom: 24px;
  }
}
.heading .inner h1 {
  color: #000;
  margin-bottom: 0.2em;
  margin-top: 0;
}
/*article sections -- reused*/
.filterBox {
  margin-bottom: 40px;
}
.filterBox .blackEmpty {
  padding: 10px 60px;
  font-size: 0.9em;
  min-width: 110px;
  border-color: #dcdcdc;
}
@media only screen and (max-width: 767px) {
  .filterBox .blackEmpty {
    width: 100%;
    text-align: center;
  }
}
.searchBox {
  position: relative;
  border: 1px solid #dcdcdc;
  display: inline-block;
  border-radius: 5px;
  width: 35%;
  margin-right: 1.1%;
  vertical-align: top;
}
.locationSelect, .topicSelect, .regionSelect, .expertiseSelect {
  position: relative;
  border: 1px solid #dcdcdc;
  display: inline-block;
  border-radius: 5px;
  width: 20%;
  margin-right: 1.1%;
  background-color: #fff;
}
.locationSelect.filterby {
  width: 30%;
  float: right;
}
@media only screen and (max-width: 1140px) {
  .locationSelect.filterby {
    width: calc(100% - 70px);
  }
}
p.filter-text {
  float: right;
  margin-top: 0.6em;
  margin-right: 1%;
  text-transform: uppercase;
  font-size: 14px;
  font-family: roboto, sans-serif;
  color: #ACACAC;
}
@media only screen and (max-width: 1140px) {
  p.filter-text {
    float: left;
  }
}
.searchBox input {
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-appearance: none;
  border: none;
  width: calc(100% - 37px);
}
.searchBox .searchButton {
  background-color: #000;
  float: right;
  height: 37px;
  width: 37px;
  background-image: url("/wp-content/themes/worldecr/images/search-icon.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border-radius: 5px;
}
.sortBox {
  width: 20%;
  position: relative;
  display: none;
  /*inline-block*/
  vertical-align: top;
  margin-right: 0 !important;
}
.sortBox p {
  display: inline-block;
  margin: 0;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-size: 13px;
  font-weight: 500;
  padding-right: 10px;
}
.sortSelect .select-selected {
  padding: 8px 2px;
  padding-right: 50px;
  font-family: roboto, sans-serif;
  font-weight: 500;
}
.topicBox {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.topicBox p {
  float: left;
  margin: 0;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.topicBox ul {
  float: left;
  width: 100%;
}
.topicBox ul li {
  float: left;
  font-size: 0.8em;
  padding: 7px 15px;
  border: 1px solid #DEE2DF;
  border-radius: 5px;
  margin-right: 2%;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #929292;
  transition: 0.4s all ease;
  font-family: roboto, sans-serif;
  font-weight: 500;
}
.topicBox ul li:hover {
  color: #000;
  background-color: #dadada;
  cursor: pointer;
}
.content-area .container .wp-block-image {
  margin: 0;
  margin-bottom: 1em;
}
.has-3-columns .wp-block-column {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .has-3-columns .wp-block-column {
    margin: 0px;
    flex-basis: calc(33% - 16px);
  }
  .has-3-columns .wp-block-column:nth-of-type(2) {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .has-3-columns .wp-block-column {
    flex-grow: 1;
    margin-bottom: 1em;
    flex-basis: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .has-3-columns .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
.has-3-columns .wp-block-column:last-child {
  border: none;
  padding-right: 11px;
}
@media (min-width: 782px) {
  .has-3-columns .wp-block-column:not(:first-child) {
    margin-left: 10px;
  }
}
.newsLoop.has-3-columns {
  border-bottom: 1px solid #d1d1d1;
  padding-top: 10px;
}
.newsLoop.has-3-columns:last-of-type {
  border-bottom: 0;
  padding-top: 0;
}
.newsLoop.has-4-columns {
  border-bottom: 1px solid #d1d1d1;
  padding-top: 10px;
}
.newsLoop.has-4-columns .wp-block-column {
  margin-bottom: 1em;
}
.newsLoop:last-of-type {
  border-bottom: 0;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .newsLoop {
    width: 100%;
  }
}
.newsLoop span.page-numbers.current {
  background-color: #EEA12E;
  color: #fff;
  border: 1px solid #EEA12E;
  font-family: roboto, sans-serif;
}
@media only screen and (min-width: 767px) {
  .newsLoop .article {
    max-width: 33%;
    border-right: 1px solid #d1d1d1;
    padding-right: 10px;
  }
}
.newsLoop .article .recentImg {
  background-color: #646464 !important;
  padding-bottom: 60%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-bottom: 15px;
}
.newsLoop .article:hover .recentImg {
  opacity: 0.8;
}
.newsLoop .article h4 {
  margin-top: 0.3em;
  color: #000;
  margin-bottom: 0.8em;
  font-size: 21px;
}
.newsLoop .article h4:hover {
  text-decoration: underline;
}
.newsLoop .article .org {
  color: #EEA12E;
  text-transform: uppercase;
  font-family: roboto, sans-serif;
  font-size: 0.9em;
}
.newsLoop .article .location {
  color: #707070;
  text-transform: uppercase;
  font-family: roboto, sans-serif;
  display: inline-block;
  width: 100%;
  margin-top: 7px;
}
.newsLoop .article .theTag {
  font-size: 13px;
  margin-right: 7px;
  font-weight: 500;
  font-family: roboto, sans-serif;
  letter-spacing: 0px;
  float: right;
  width: 110px;
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
@media only screen and (max-width: 1150px) {
  .newsLoop .article .theTag {
    clear: both;
    float: none;
    width: 100%;
    white-space: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .newsLoop .article .theTag {
    float: right;
    width: auto;
  }
}
.newsLoop .article .theDate {
  font-size: 13px;
  text-transform: uppercase;
  color: #adb6c3;
  font-family: roboto, sans-serif;
  letter-spacing: 0.5px;
}
.post-type-archive-resources div.newsLoop {
  border-bottom: none;
}
.post-type-archive-resources div.newsLoop div.article {
  border: none !important;
}
.post-type-archive-resources div.newsLoop div.article div.recentImg {
  display: inline-block;
  width: 30px;
  height: 40px;
  padding: 0px;
  margin-bottom: 0px;
  margin-right: 5px;
  vertical-align: middle;
  background-color: transparent !important;
}
.post-type-archive-resources div.newsLoop div.article span.theTag {
  display: none;
}
.post-type-archive-resources div.newsLoop div.article a.orangeFull {
  color: #fff;
}
.post-type-archive-resources div.newsLoop div.article a.orangeFull:hover {
  color: #eea12e;
}
.post-type-archive-resources #ctaBanner {
  display: none;
}
.post-type-archive-articles .newsLoop .article .theTag {
  float: left;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  display: block;
  clear: both;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 1150px) {
  .post-type-archive-articles .newsLoop .article .theTag {
    clear: both;
    float: none;
    width: 100%;
    white-space: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .post-type-archive-articles .newsLoop .article .theTag {
    float: right;
    width: auto;
  }
}
.post-type-archive-articles .newsLoop .article .theDate:nth-of-type(1) {
  color: #000;
}
.articleBox {
  width: 70%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .articleBox {
    width: 100%;
  }
}
.articleBox #response h3 span {
  color: #EEA12E;
}
.post-type-archive-experts .newsLoop .article .recentImg {
  padding-bottom: 100%;
}
.post-type-archive-experts .newsLoop .article .location {
  font-size: 14px;
}
.multiple-vim-webinars {
  display: inline-grid;
  width: 100%;
  margin-top: 2em;
  grid-gap: 1em;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .multiple-vim-webinars {
    grid-template-columns: 1fr;
  }
}
.multiple-vim-webinars .vim-item .vim-item-video {
  padding-bottom: 59%;
  position: relative;
}
.multiple-vim-webinars .vim-item .vim-item-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.webinars-box .filterBox {
  display: inline-block;
  width: 100%;
}
.webinars-box #response .newsLoop {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20px;
}
.webinars-box #response .newsLoop .article {
  max-width: 49%;
}
@media only screen and (min-width: 767px) {
  .webinars-box #response .newsLoop .article {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .webinars-box #response .newsLoop .article {
    clear: both;
    float: none;
    width: 100%;
    max-width: 100%;
  }
}
.webinars-box #response .newsLoop .article .recentImg {
  padding-bottom: 40%;
}
.webinars-box #response .newsLoop .article .speakers-box {
  width: 60%;
  float: left;
}
.webinars-box #response .newsLoop .article .speakers-box h5 {
  margin-top: 0;
  color: #adb6c3;
  text-transform: uppercase;
  font-family: roboto, sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 0.5em;
  font-size: 15px;
}
.webinars-box #response .newsLoop .article .speakers-box span {
  margin-right: 5px;
  font-size: 13px;
}
.webinars-box #response .newsLoop .article .sub-butt {
  color: #fff;
  background-color: #EEA12E;
  padding: 7px 5%;
  float: right;
  font-family: roboto, sans-serif;
  margin-top: 1em;
  text-transform: uppercase;
}
.webinars-box #response .newsLoop .article .sub-butt.blue {
  background-color: #142B4D;
}
/*Fisc template stuff*/
.featureArea.fisc .featureAreaInner {
  background-image: url(/wp-content/themes/worldecr/images/fisc-logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
}
.featureArea.fisc .featureAreaInner .titlebox {
  width: 100%;
}
.featureArea.fisc .featureAreaInner .titlebox h1 {
  text-align: center;
}
.fisc-content .marg-top {
  margin-top: 2em !important;
  font-size: 28px;
}
.fisc-content .content {
  margin-top: 3em;
}
.fisc-content .content .wp-block-separator {
  margin: 2em auto;
}
.fisc-content .content h4 {
  margin-top: 0px;
  font-family: abril-fatface, serif;
}
.fisc-content .content .sixtey-width-text h4, .fisc-content .content .sixtey-width-text p, .fisc-content .content .sixtey-width-text h3 {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .fisc-content .content .sixtey-width-text h4, .fisc-content .content .sixtey-width-text p, .fisc-content .content .sixtey-width-text h3 {
    width: 100%;
  }
}
.fisc-content .content .sixtey-width-text ul {
  width: 39%;
}
@media only screen and (max-width: 767px) {
  .fisc-content .content .sixtey-width-text ul {
    width: 100%;
  }
}
.fisc-content .content .eighty-width-text h4, .fisc-content .content .eighty-width-text p, .fisc-content .content .eighty-width-text h3 {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .fisc-content .content .eighty-width-text h4, .fisc-content .content .eighty-width-text p, .fisc-content .content .eighty-width-text h3 {
    width: 100%;
  }
}
.fisc-content .content .eighty-width-text ul {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .fisc-content .content .eighty-width-text ul {
    width: 100%;
  }
}
.fisc-content .content ul {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2em;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .fisc-content .content ul {
    width: 100%;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  .fisc-content .content ul:last-of-type {
    margin-bottom: 2em;
  }
}
.fisc-content .content ul li {
  position: relative;
  list-style-image: none;
  list-style: none;
  padding-bottom: 0.7em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.fisc-content .content ul li:before {
  content: "";
  background-image: url("/wp-content/uploads/fisc-bullet.png");
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0px;
  left: -35px;
}
.fisc-content .content .break-out-box .wp-block-group__inner-container {
  padding: 5% 0px;
}
.fisc-content .content .break-out-box .wp-block-group__inner-container .wp-block-columns .wp-block-column h2 {
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .fisc-content .content .break-out-box .wp-block-group__inner-container .wp-block-columns .wp-block-column h2 {
    font-size: 29px;
  }
}
.fisc-content .content .break-out-box .wp-block-group__inner-container .wp-block-columns .wp-block-column h2, .fisc-content .content .break-out-box .wp-block-group__inner-container .wp-block-columns .wp-block-column h3, .fisc-content .content .break-out-box .wp-block-group__inner-container .wp-block-columns .wp-block-column h4, .fisc-content .content .break-out-box .wp-block-group__inner-container .wp-block-columns .wp-block-column p {
  color: #fff;
}
.fisc-content .content .break-out-box .wp-block-group__inner-container .wp-block-columns .wp-block-column h3, .fisc-content .content .break-out-box .wp-block-group__inner-container .wp-block-columns .wp-block-column h4, .fisc-content .content .break-out-box .wp-block-group__inner-container .wp-block-columns .wp-block-column p {
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .fisc-content .content .break-out-box .wp-block-group__inner-container .wp-block-columns .wp-block-column h3, .fisc-content .content .break-out-box .wp-block-group__inner-container .wp-block-columns .wp-block-column h4, .fisc-content .content .break-out-box .wp-block-group__inner-container .wp-block-columns .wp-block-column p {
    width: 100%;
  }
}
.fisc-content .content .break-out-box .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-separator {
  opacity: 0.5;
}
/*Export CTA*/
#ctaBanner {
  display: inline-block;
  width: 100%;
  background-color: #EBEBEB;
}
#ctaBanner .magImg {
  background-position-y: 35px !important;
  background-repeat: no-repeat;
  width: 62%;
  margin-left: -13%;
  position: relative;
  padding-bottom: 45%;
  background-color: transparent;
  background-size: cover;
  background-position: top;
  float: left;
}
@media only screen and (max-width: 1450px) {
  #ctaBanner .magImg {
    background-size: 556px !important;
    background-position-x: 132px !important;
  }
}
@media only screen and (max-width: 1208px) {
  #ctaBanner .magImg {
    background-size: 540px !important;
    background-position-x: 145px !important;
  }
}
@media only screen and (max-width: 1140px) {
  #ctaBanner .magImg {
    background-size: cover !important;
    background-position-x: initial !important;
  }
}
@media only screen and (max-width: 600px) {
  #ctaBanner .magImg {
    background-position-x: initial !important;
    background-size: cover !important;
  }
}
#ctaBanner .ctaText {
  width: 50%;
  float: right;
}
#ctaBanner .ctaText p {
  color: #EEA12E;
  font-weight: 500;
  font-family: roboto, sans-serif;
}
#ctaBanner .ctaText ul li {
  padding: 15px 0;
  border-top: 1px solid grey;
}
#ctaBanner .ctaText ul li:first-of-type {
  border-top: none;
}
#ctaBanner .ctaText a.orangeFull {
  display: inline-block;
  margin-top: 20px;
  color: #000;
}
/*404 page*/
.inner h1, .inner h2 {
  color: #000;
}
/*subscribe page*/
.subscribePage {
  background-color: #F9F9F9;
  padding: 40px 0 0;
}
.subscribePage.webi {
  padding-top: 0;
}
.subscribePage.webi h1 {
  color: #fff;
  margin-top: 0;
  padding-top: 1em;
}
.subscribePage.webi .subscribe-webinar-container {
  background-color: #152B4D;
  padding-bottom: 53px;
}
@media only screen and (max-width: 600px) {
  .subscribePage.webi .subscribe-webinar-container {
    padding: 0 5% 53px;
  }
}
.subscribePage.webi .subscribe-webinar-container .wp-block-column h5, .subscribePage.webi .subscribe-webinar-container .wp-block-column h4, .subscribePage.webi .subscribe-webinar-container .wp-block-column li, .subscribePage.webi .subscribe-webinar-container .wp-block-column p {
  color: #fff;
}
.subscribePage.webi .subscribe-webinar-container .wp-block-column p {
  min-height: 72px;
}
.subscribePage.webi .subscribe-webinar-container .wp-block-column:nth-of-type(2), .subscribePage.webi .subscribe-webinar-container .wp-block-column:nth-of-type(3) {
  padding: 10px;
  background-color: #EEA12E;
  border-radius: 5px;
  text-align: center;
}
.subscribePage.webi .subscribe-webinar-container .wp-block-column:nth-of-type(2) a, .subscribePage.webi .subscribe-webinar-container .wp-block-column:nth-of-type(3) a {
  border-radius: 5px;
  border: 1px solid #142b4c;
  background-color: #142b4c;
  padding: 10px 60px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: roboto, sans-serif;
  transition: all 0.5s ease;
  display: block;
}
.subscribePage.webi .subscribe-webinar-container .wp-block-column:nth-of-type(2) a:hover, .subscribePage.webi .subscribe-webinar-container .wp-block-column:nth-of-type(3) a:hover {
  background-color: transparent;
}
.subscribePage.webi .subscribeBanner {
  margin-top: 0;
}
.subscribePage.webi.atlas .subscribe-webinar-container {
  background-color: #240548;
}
.subscribePage h1 {
  text-align: center;
  color: #000;
  padding: 0px 25%;
}
.subscribePage .multiSiteSubButton .wp-block-button__link {
  border: 1px solid #152B4D;
  background-color: #fff;
  color: #152B4D;
}
.subscribePage .multiSiteSubButton .wp-block-button__link:hover {
  border: 1px solid #fff;
  background-color: #152B4D;
  color: #fff;
}
.subscribePage .singleSiteSubButton .wp-block-button__link {
  background-color: #000;
  color: #fff;
}
.subscribePage .singleSiteSubButton .wp-block-button__link:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
.subscribePage .premiumSiteSubButton .wp-block-button__link {
  border: 1px solid #EEA12E;
  color: #EEA12E;
  background-color: #fff;
}
.subscribePage .premiumSiteSubButton .wp-block-button__link:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: #EEA12E;
}
.subscribePage .subButton a {
  border-radius: 5px;
  transition: 0.5s all ease;
  min-width: 175px;
  font-weight: 400;
  font-family: roboto, sans-serif;
  text-transform: uppercase;
  display: block;
  margin: 3em 0em;
}
.subscribePage .subscribeTable {
  width: 100%;
  margin-top: 60px;
  min-width: 1140px;
}
.subscribePage .subscribeTable tr th {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.subscribePage .subscribeTable tr th span {
  padding: 25px 80px;
  border-radius: 5px;
  background-color: #fff;
  display: inline-block;
  margin: 10px 0;
}
.subscribePage .subscribeTable tr td {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  width: 25%;
  padding: 20px 0;
  text-align: center;
}
.subscribePage .subscribeTable tr td:first-of-type {
  border-left: none;
  text-align: left;
}
.subscribePage .subscribeTable tr th:first-of-type {
  border-left: none;
  text-align: left;
}
.subscribePage .subscribeTable tr th span {
  font-family: abril-fatface, serif;
  box-shadow: 0px 0px 5px #707070;
  font-weight: 300;
  font-size: 22px;
}
.subscribePage .subscribeTable tr:last-of-type td {
  font-weight: 500;
}
.subscribePage .subscribeTable tr th:nth-of-type(2) span {
  background-color: #fff;
}
.subscribePage .subscribeTable tr th:nth-of-type(3) span {
  background-color: #152B4D;
  color: #fff;
}
.subscribePage .subscribeTable tr th:nth-of-type(4) span {
  background-color: #EEA12E;
}
.subscribePage .subscribeTable tr td.A, .subscribePage .subscribeTable tr td.B {
  font-family: abril-fatface, serif;
  font-size: 22px;
}
.subscribePage .subscribeTable tr td.A {
  color: #EEA12E;
}
.subscribePage .subscribeBanner {
  background-color: #EEA12E;
  padding: 40px 0;
  text-align: center;
  display: block;
  margin: 40px 0;
  font-weight: 500;
}
@media only screen and (max-width: 1140px) {
  .subscribePage .subscribeBanner {
    padding: 40px 5%;
  }
}
.subscribePage .subscribeBanner a {
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 10px 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: roboto, sans-serif;
}
.subscribePage .subscribeBanner a:hover {
  background-color: #142b4c;
  border: 1px solid #142b4c;
}
@media only screen and (max-width: 1140px) {
  .subscribePage .subscribeBanner a {
    padding: 10px 5%;
  }
}
.subscribePage .contentBox .subBenefits {
  border-top: 1px solid #000;
  position: relative;
  padding-top: 80px;
  margin-bottom: 60px;
}
.subscribePage .contentBox .subBenefits.worldLine:after {
  content: "Subscriber Benefits";
  padding: 10px 25px;
}
@media only screen and (max-width: 767px) {
  .subscribePage .contentBox .subBenefits .wp-block-column {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .subscribePage .contentBox .subBenefits .wp-block-column:nth-child(2n) {
    margin-left: 0px;
    margin-top: 2em;
  }
}
.subscribePage .contentBox .divider {
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 11px;
  background: url(images/or-graphic.svg);
  margin: 2.5em auto;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .subscribePage .contentBox .divider {
    width: 90%;
  }
}
.subscribePage .contentBox #purchaseWrap .css3button:hover {
  background-color: #fff;
  color: #000;
  transition: 0.3s;
}
.subscribePage .contentBox #purchaseWrap .css3button:hover > * {
  color: #000;
}
.subscribePage .contentBox .alert-message {
  padding: 22px 0px;
  background-color: #eaeaea;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  margin-top: 1em;
}
.subscribePage .contentBox .alert-message a {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-decoration: underline;
}
.subscribePage .contentBox .alert-message a:hover {
  color: #EEA12E;
}
.subscribePage .contentBox .leftSide {
  padding-bottom: 38%;
  background-size: cover;
  background-position: center;
}
.subscribePage .contentBox .wp-block-image {
  margin: 0;
}
.subscribePage .contentBox .subBenefits .wp-block-column:last-of-type > p:first-of-type {
  color: #EEA12E;
  font-size: 15px;
  font-weight: 400;
  margin-top: 0;
  font-family: roboto, sans-serif;
  margin-bottom: 0.5em;
}
.subscribePage .contentBox h3 {
  margin-top: 0;
}
.subscribePage .contentBox h2 {
  font-size: 53px;
  margin-bottom: 0.3em;
}
.subscribePage .contentBox ul {
  padding-left: 20px;
  color: #EEA12E;
}
.subscribePage .contentBox ul li {
  list-style: disc;
  list-style-image: url("/wp-content/themes/worldecr/images/bullet.png");
  color: #000;
  padding-left: 10px;
  margin-bottom: 10px;
}
.subscribePage .contentBox a.orangeEmpty {
  margin-top: 27px;
  display: inline-block;
}
.subscribePage .contentBox .leftImage {
  max-width: 50%;
  display: inline-block;
  margin-right: 2em;
}
.subscribePage .contentBox .informed .wp-block-column:first-of-type {
  flex-basis: 66%;
}
.subscribePage .contentBox .informed .wp-block-column h5 {
  border-top: 1px solid #000;
  padding-top: 20px;
  text-transform: uppercase;
  font-family: roboto, sans-serif;
  font-size: 0.95em;
  padding-bottom: 1em;
}
.subscribePage .contentBox .informed .wp-block-column:nth-of-type(even) {
  /*margin-left: 0;*/
}
@media only screen and (max-width: 781px) {
  .subscribePage .contentBox .informed .wp-block-column:nth-of-type(even) {
    margin-left: 0px;
  }
}
.subscribePage .contentBox .informed .wp-block-column:nth-of-type(3n) {
  margin-left: 32px;
}
@media only screen and (max-width: 599px) {
  .subscribePage .contentBox .informed .wp-block-column:nth-of-type(3n) {
    margin-left: 0px;
  }
}
.subscribePage .contentBox .informed .wp-block-column:nth-of-type(5n) {
  margin-left: 32px;
}
@media only screen and (max-width: 599px) {
  .subscribePage .contentBox .informed .wp-block-column:nth-of-type(5n) {
    margin-left: 0px;
  }
}
.subscribePage .contentBox .subscribeButt {
  margin: 100px 0 0;
  padding: 0 5%;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .subscribePage .contentBox .subscribeButt {
    margin: 0;
    padding-bottom: 4em;
  }
}
/*Atlas*/
.page-id-2018806 .featureArea .featureAreaInner .titlebox h1, .post-type-archive-resources .featureArea .featureAreaInner .titlebox h1 {
  margin-top: 0em;
  font-size: 90px;
  margin-bottom: 0em;
  color: #FE6507;
}
@media only screen and (max-width: 767px) {
  .page-id-2018806 .featureArea .featureAreaInner .titlebox h1, .post-type-archive-resources .featureArea .featureAreaInner .titlebox h1 {
    font-size: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-2018806 .featureArea .featureAreaInner .titlebox p, .post-type-archive-resources .featureArea .featureAreaInner .titlebox p {
    font-size: 20px;
  }
}
.page-id-2018806 .theCopy .wp-block-columns p:first-of-type, .post-type-archive-resources .theCopy .wp-block-columns p:first-of-type {
  margin-top: 0;
}
.page-id-2018806 .theCopy .wp-block-columns ul.select2-selection__rendered, .post-type-archive-resources .theCopy .wp-block-columns ul.select2-selection__rendered {
  padding-left: 0px !important;
}
.page-id-2018806 .theCopy .wp-block-columns ul:not(.select2-selection__rendered), .post-type-archive-resources .theCopy .wp-block-columns ul:not(.select2-selection__rendered) {
  padding-left: 20px;
}
.page-id-2018806 .theCopy .wp-block-columns ul:not(.select2-selection__rendered) li, .post-type-archive-resources .theCopy .wp-block-columns ul:not(.select2-selection__rendered) li {
  list-style: disc;
  list-style-image: url("/wp-content/themes/worldecr/images/bullet.png");
  padding-left: 10px;
  font-family: "Georgia", serif;
  margin-bottom: 0.7em;
  float: left;
  width: initial;
}
.page-id-2018806 .theCopy .wp-block-columns ul:not(.select2-selection__rendered) li:nth-of-type(odd), .post-type-archive-resources .theCopy .wp-block-columns ul:not(.select2-selection__rendered) li:nth-of-type(odd) {
  margin-right: 1%;
}
@media only screen and (max-width: 1140px) {
  .page-id-2018806 .theCopy .wp-block-columns ul:not(.select2-selection__rendered) li, .post-type-archive-resources .theCopy .wp-block-columns ul:not(.select2-selection__rendered) li {
    width: 100%;
  }
  .page-id-2018806 .theCopy .wp-block-columns ul:not(.select2-selection__rendered) li:nth-of-type(odd), .post-type-archive-resources .theCopy .wp-block-columns ul:not(.select2-selection__rendered) li:nth-of-type(odd) {
    margin-right: 0;
  }
}
.atlas-block {
  width: 100%;
  display: inline-block;
  padding: 30px;
  border-radius: 5px;
  background-color: #EBEBEB;
}
.atlas-block .atlas-inner .min-search-button {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.atlas-block .atlas-inner .min-search-button button {
  display: inline-block;
  appearance: none;
  background: #152b4d;
  position: relative;
  border: 1px solid #152b4d;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 35px 10px 50px;
  border-radius: 5px;
  font-weight: 500;
  font-family: "roboto";
  text-align: center;
  opacity: 0.5;
  font-size: 15px;
}
.atlas-block .atlas-inner .min-search-button button:before {
  content: "";
  background-image: url("/wp-content/themes/worldecr/images/chevron-left-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10.5px;
  left: 25px;
}
.atlas-block .atlas-inner #contry-search-area > .minimize-area > p {
  text-align: center;
}
.atlas-block .atlas-inner #contry-search-area > .minimize-area > form {
  text-align: center;
  margin-top: 2em;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.atlas-block .atlas-inner #category-search-area > .minimize-area > p {
  text-align: center;
}
.atlas-block .atlas-inner #category-search-area > .minimize-area > form {
  text-align: center;
  margin-top: 2em;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.atlas-block .atlas-inner .how-search-area {
  margin-bottom: 2em;
}
.atlas-block .atlas-inner .how-search-area h2.how-search {
  color: #152B4D;
  font-family: abril-fatface, serif;
  margin-top: 0.7em;
  margin-bottom: 1em;
  text-align: center;
}
.atlas-block .atlas-inner .how-search-area .search-buttons {
  display: grid;
  grid-template-columns: 45% 10% 45%;
}
@media only screen and (max-width: 1140px) {
  .atlas-block .atlas-inner .how-search-area .search-buttons {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.atlas-block .atlas-inner .how-search-area .search-buttons button {
  font-size: 15px;
  cursor: pointer;
}
.atlas-block .atlas-inner .how-search-area .search-buttons span {
  text-align: center;
  color: #9EACBE;
  font-family: abril-fatface, serif;
  font-size: 20px;
  line-height: 46px;
}
.atlas-block .atlas-inner > p {
  margin-top: 0px;
}
.atlas-block .atlas-inner form > input[type=submit] {
  /*margin: 3em auto 1em;
			display: block;*/
  font-size: 15px;
  margin-bottom: 10px;
  display: none;
}
.atlas-block .atlas-inner form > input[type=button] {
  padding: 10px 30px;
  font-size: 15px;
  display: none;
  margin-bottom: 10px;
}
.atlas-block .atlas-inner .no-atlas {
  text-align: center;
}
.atlas-block .atlas-inner .no-atlas a, .atlas-block .atlas-inner .no-atlas input {
  min-width: 200px;
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
}
.atlas-block .atlas-inner #response {
  position: relative;
  margin-top: 20px;
}
.atlas-block .atlas-inner #response .question-container > h2 {
  width: 100%;
  display: inline-block;
  margin-top: 0em;
  text-align: center;
  padding-top: 1em;
  border-top: 1px solid #9EACBE;
  margin-bottom: 0.7em;
  color: #152b4d;
  font-family: abril-fatface, serif;
}
.atlas-block .atlas-inner #response .question-container > button {
  padding: 5px;
  min-width: 0;
  float: right;
  display: none;
}
.atlas-block .atlas-inner #response .question-container .question-holder div.clear {
  width: 280px;
  display: inline-block;
  margin-right: 15px;
}
.atlas-block .atlas-inner #response .question-container .question-holder div.clear input {
  float: left;
  margin-left: 15px;
}
.atlas-block .atlas-inner #response .question-container .question-holder div.clear:nth-of-type(2) {
  width: 120px;
  margin-right: 0px;
}
.atlas-block .atlas-inner #response .question-container .question-holder h5 {
  float: left;
  margin-top: 0px;
}
.atlas-block .atlas-inner #response .question-container .question-holder input {
  width: 7%;
  float: right;
  --active: #EEA12E;
  --active-inner: #fff;
  --focus: 2px #EEA12E;
  --border: #BBC1E1;
  --border-hover: #EEA12E;
  --background: #fff;
  --disabled: #F6F8FF;
  --disabled-inner: #E1E6F9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--bc, var(--border));
  background: var(--b, var(--background));
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}
.atlas-block .atlas-inner #response .question-container .question-holder input:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
}
.atlas-block .atlas-inner #response .question-container .question-holder input:checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: .3s;
  --d-t: .6s;
  --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
}
.atlas-block .atlas-inner #response .question-container .question-holder input:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}
.atlas-block .atlas-inner #response .question-container .question-holder input:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}
.atlas-block .atlas-inner #response .question-container .question-holder input:disabled + label {
  cursor: not-allowed;
}
.atlas-block .atlas-inner #response .question-container .question-holder input:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}
.atlas-block .atlas-inner #response .question-container .question-holder input:focus {
  box-shadow: 0 0 0 var(--focus);
}
.atlas-block .atlas-inner #response .question-container .question-holder input:not(.switch) {
  width: 21px;
}
.atlas-block .atlas-inner #response .question-container .question-holder input:not(.switch):after {
  opacity: var(--o, 0);
}
.atlas-block .atlas-inner #response .question-container .question-holder input:not(.switch):checked {
  --o: 1;
}
.atlas-block .atlas-inner #response .question-container .question-holder input + label {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 4px;
}
.atlas-block .atlas-inner #response .question-container .question-holder input:before {
  content: "✓";
  color: #efefef;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .country-title {
  float: left;
  clear: both;
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .country-title h2 {
  font-size: 24px;
  padding: 5px 25px 2px;
  background-color: #152B4D;
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .question {
  border-top: 1px solid #000;
  display: inline-block;
  width: 100%;
  padding-top: 1em;
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .question span {
  color: #878787;
  text-transform: uppercase;
  font-size: 14px;
  font-family: roboto, sans-serif;
  font-weight: 500;
  width: 90%;
  float: left;
  margin-top: 0.5em;
  display: none;
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .question h4, .atlas-block .atlas-inner #response .question-container .question-holder .question-box .question label {
  font-size: 18px;
  width: 90%;
  font-family: abril-display, serif;
  float: left;
  margin-top: 0.1em;
  margin-bottom: 0.5em;
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .question input {
  width: 7%;
  float: right;
  --active: #EEA12E;
  --active-inner: #fff;
  --focus: 2px #EEA12E;
  --border: #BBC1E1;
  --border-hover: #EEA12E;
  --background: #fff;
  --disabled: #F6F8FF;
  --disabled-inner: #E1E6F9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--bc, var(--border));
  background: var(--b, var(--background));
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .question input:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .question input:checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: .3s;
  --d-t: .6s;
  --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .question input:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .question input:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .question input:disabled + label {
  cursor: not-allowed;
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .question input:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .question input:focus {
  box-shadow: 0 0 0 var(--focus);
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .question input:not(.switch) {
  width: 21px;
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .question input:not(.switch):after {
  opacity: var(--o, 0);
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .question input:not(.switch):checked {
  --o: 1;
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .question input + label {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 4px;
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .question input:before {
  content: "✓";
  color: #efefef;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.atlas-block .atlas-inner #response .question-container .question-holder .question-box .question:last-of-type {
  border-bottom: 1px solid #000;
}
.atlas-block .atlas-inner #response .report-buttons {
  padding: 4em 0;
}
.atlas-block .atlas-inner #response .report-buttons .report-buttons-inner {
  width: 80%;
  margin: 0 auto;
  min-height: 44px;
}
.atlas-block .atlas-inner #response .report-buttons .report-buttons-inner a, .atlas-block .atlas-inner #response .report-buttons .report-buttons-inner input {
  width: 49%;
  padding: 10px 25px;
  -webkit-appearance: none;
  float: left;
  background-color: #435375;
  color: #fff;
  font-family: roboto, sans-serif;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px;
  height: 44px;
}
.atlas-block .atlas-inner #response .report-buttons .report-buttons-inner a#createreport, .atlas-block .atlas-inner #response .report-buttons .report-buttons-inner input#createreport {
  float: right;
  background-color: #FE6500;
  z-index: 101;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1140px) {
  .atlas-block .atlas-inner #response .report-buttons .report-buttons-inner a, .atlas-block .atlas-inner #response .report-buttons .report-buttons-inner input {
    margin-bottom: 1em;
    width: 100%;
    float: none;
    display: block;
  }
}
.atlas-block .atlas-inner #response #juri-form .reset span {
  width: 14px;
  height: 14px;
  margin: 0 2px;
  display: inline-block;
  background-image: url("/wp-content/themes/worldecr/images/icon-reset.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: -3px;
}
.atlas-block .atlas-inner #response #juri-form.off {
  display: none;
}
.atlas-block .atlas-inner #response #cat-form .reset span {
  width: 14px;
  height: 14px;
  margin: 0 2px;
  display: inline-block;
  background-image: url("/wp-content/themes/worldecr/images/icon-reset.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: -3px;
}
.atlas-block .atlas-inner #response #cat-form.off {
  display: none;
}
.atlas-block .atlas-inner #response .report-preview {
  display: none;
  position: relative;
  background-color: #FE6500;
  padding: 5px;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
}
.atlas-block .atlas-inner #response .report-preview #createreport2 {
  width: 49%;
  padding: 10px 25px;
  -webkit-appearance: none;
  background-color: #435375;
  color: #fff;
  font-family: roboto, sans-serif;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  clear: both;
  text-decoration: none;
  z-index: 101;
  position: relative;
  cursor: pointer;
  margin: 0px auto 20px;
  display: block;
}
@media only screen and (max-width: 1140px) {
  .atlas-block .atlas-inner #response .report-preview #createreport2 {
    margin-bottom: 1em;
    width: 100%;
    float: none;
    display: block;
  }
}
.atlas-block .atlas-inner #response .report-preview.on {
  z-index: 1;
  display: block;
}
.atlas-block .atlas-inner #response .report-preview .close-report {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  font-family: roboto, sans-serif !important;
  text-decoration: none !important;
  cursor: pointer;
  background-image: url("/wp-content/themes/worldecr/images/close-icon.svg");
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.atlas-block .atlas-inner #response .report-preview h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  margin-top: 0.6em;
  margin-bottom: 0.7em;
}
.atlas-block .atlas-inner #response .report-preview iframe {
  background-color: #fff;
  width: 100%;
  height: calc(100% - 160px);
}
.atlas-subscribe-select-box .select2-container {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 1140px) {
  .atlas-subscribe-select-box .select2-container {
    width: 100% !important;
  }
}
.atlas-subscribe-select-box .select2-container .select2-selection__choice {
  background-color: #240548 !important;
}
.atlas-subscribe-select-box input {
  margin-top: 3em;
}
.atlas-subscribe-select-box input[type=button] {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 70px;
}
.pagination {
  width: 100%;
  display: inline-block;
  margin-bottom: 6em;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .pagination {
    margin-bottom: 1em;
    margin-top: 0px;
  }
}
.pagination .navigation {
  text-align: center;
}
.pagination .navigation a, .pagination .navigation span {
  border-radius: 5px;
  border: 1px solid #b3b3b3;
  padding: 9px 12px;
  background-color: #f7f7f7;
  font-size: 14px;
  font-family: roboto, sans-serif;
}
.pagination .navigation a.current, .pagination .navigation span.current {
  background-color: #EEA12E;
  color: #fff;
  border: 1px solid #EEA12E;
}
.pagination .navigation a.next {
  float: right;
  padding: 9px 15px;
  width: 105px;
  margin-top: -6px;
}
.pagination .navigation a.prev {
  float: left;
  padding: 9x 15px;
  width: 105px;
  margin-top: -6px;
}
/*experts sections*/
.expertBox .articleBox {
  width: 100%;
}
.expertBox .articleBox .filterBox .searchBox, .expertBox .articleBox .filterBox .custom-select {
  width: 23%;
}
.expertBox .articleBox .filterBox .sortBox {
  float: right;
  width: auto;
}
.expertBox .articleBox .filterBox .sortBox .custom-select {
  width: 58%;
}
@media only screen and (max-width: 768px) and (min-width: 767px) {
  .expertBox .articleBox .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media only screen and (min-width: 767px) {
  .expertBox .articleBox .article {
    max-width: 23%;
    max-width: 22.6%;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media only screen and (max-width: 1140px) {
  .expertBox .articleBox .article {
    margin-bottom: 2em;
  }
}
.expertBox .articleBox article {
  width: 23%;
  margin-right: 1.8%;
  margin-left: 0%;
}
.expertBox .articleBox article .recentImg {
  padding-bottom: 85%;
}
.expertBox .articleBox article .org {
  color: #EEA12E;
  font-size: 15px;
  text-transform: uppercase;
  font-family: roboto, sans-serif;
}
.expertBox .articleBox article h4 {
  margin-bottom: 0.5em;
}
.single-experts .breadcrumb {
  margin-bottom: 50px;
}
.portrait {
  width: 27%;
  padding-bottom: 27%;
  background-color: #989898;
  float: left;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .portrait {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 30px;
  }
}
.expertInfo {
  float: right;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .expertInfo {
    width: 100%;
  }
}
.expertInfo a:hover {
  color: #EEA12E;
}
.expertInfo h1 {
  margin-top: 0;
}
.expertInfo h5 {
  color: #EEA12E;
  text-transform: uppercase;
  font-family: roboto, sans-serif;
}
.expertInfo table {
  width: 80%;
}
.expertInfo tr td {
  padding: 5px 0;
}
.expertInfo tr td:first-of-type {
  font-weight: 400;
  width: 20%;
  font-family: roboto, sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
}
.expertInfo tr td:last-of-type {
  color: #434343;
}
@media only screen and (max-width: 1140px) {
  .expertInfo tr td {
    display: inline-block;
    width: 100% !important;
  }
}
.single-experts .heading {
  padding: 5px 0 50px;
  margin-bottom: 50px;
}
.single-experts .theContent .theContentInner .theCopy {
  float: right;
}
@media only screen and (max-width: 1140px) {
  .single-experts .theContent .theContentInner .theCopy {
    width: 100%;
    float: left;
  }
}
.single-experts .theCopy h3 {
  font-size: 24px;
  color: #000;
}
.single-experts .theContent .theContentInner .theCopy .blackEmpty {
  display: inline-block;
  margin-top: 50px;
  padding: 7px 70px;
  font-family: roboto, sans-serif;
  text-transform: uppercase;
}
.single-experts .theContent .theContentInner .theCopy h3 {
  font-size: 23px;
  font-family: abril-display, serif;
  font-weight: normal;
}
/*Contact us page Styles*/
.page-id-12 .content {
  margin-bottom: 40px;
}
.page-id-12 .content h5 {
  text-transform: uppercase;
}
.page-id-12 .content a {
  text-decoration: underline;
}
.page-id-12 .content a:hover {
  color: #EEA12E;
}
.page-id-2015227 .content70 a {
  color: #EEA12E;
  text-decoration: underline;
}
/*About us Styles*/
.wpmslider-content .testimonial .testimonial-inner {
  display: flex;
  flex-direction: column-reverse;
  padding: 0px 11%;
  text-align: center;
}
.wpmslider-content .testimonial .testimonial-inner h3 {
  text-transform: uppercase;
  color: #EEA12E;
  text-align: center;
  font-weight: 400;
  font-family: roboto, sans-serif;
  font-size: 16px;
}
.wpmslider-content .testimonial .testimonial-inner .testimonial-content p {
  line-height: 1.3em;
  margin-bottom: 0.7em;
  margin-top: 1em;
  font-size: 36px;
  font-family: abril-fatface, serif;
  color: #000;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .wpmslider-content .testimonial .testimonial-inner .testimonial-content p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .wpmslider-content .testimonial .testimonial-inner .testimonial-content p {
    font-size: 18px;
  }
}
.page-id-8 .featureArea {
  background-color: #EEA12E;
  background-image: url("/wp-content/themes/worldecr/images/texture-2.png");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1140px) {
  .page-id-8 .featureArea {
    height: 40vh;
  }
}
.page-id-8 .featureArea .featureAreaInner .titlebox {
  width: 85%;
  bottom: 0;
}
@media only screen and (max-width: 1140px) {
  .page-id-8 .featureArea .featureAreaInner .titlebox {
    width: 100%;
  }
}
.page-id-8 .featureArea .featureAreaInner .titlebox h1 {
  font-size: 45px;
}
.page-id-8 .content .worldLine:nth-child(1):after {
  content: "ABOUT US";
}
.page-id-8 .content .worldLine:nth-child(2):after {
  content: "WORLDECR";
}
.page-id-8 .content .worldLine.aft:after {
  content: "OUR VALUES";
}
@media only screen and (max-width: 1140px) {
  .page-id-8 .content .has-4-columns {
    flex-wrap: wrap;
  }
  .page-id-8 .content .has-4-columns .wp-block-column:nth-of-type(odd) {
    flex-basis: auto;
    margin-left: 0;
  }
  .page-id-8 .content .has-4-columns h4 {
    margin-top: 0.8em;
  }
}
.page-id-8 h5 {
  font-family: abril-fatface, serif;
  font-weight: 300;
  font-size: 1.5em;
}
.page-id-8 p.has-text-color.noMarginBottom {
  margin-bottom: 0px;
}
.page-id-8 h3.lessMarginTop {
  margin-top: 10px;
}
/* .page-id-8 .content .wp-block-columns {
margin-bottom: 150px;
} */
.subscribeBannerBlue {
  background-color: #152B4D;
  padding: 65px 0;
  display: block;
  margin: 40px 0;
  position: relative;
}
.subscribeBannerBlue h4 {
  color: #fff;
  font-size: 2.1em;
  position: relative;
}
@media only screen and (max-width: 1285px) {
  .subscribeBannerBlue {
    text-align: center;
    padding-bottom: 40px;
    padding: 65px 16%;
  }
}
@media only screen and (max-width: 767px) {
  .subscribeBannerBlue {
    font-size: 27px !important;
  }
}
.subscribeBannerBlue a {
  float: right;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 1285px) {
  .subscribeBannerBlue a {
    display: block;
    margin: 0 auto;
    width: 230px;
    float: none;
    margin-top: 15px;
    position: static;
    transform: none;
  }
}
.page-id-8 main {
  margin-bottom: 50px;
}
.keyDates {
  background-color: #EEA12E;
  background-image: url("/wp-content/themes/worldecr/images/texture-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  float: left;
  width: 100%;
  margin-top: 80px;
  padding: 30px 0;
}
.keyDates .leftSide {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .keyDates .leftSide {
    width: 100%;
    float: none;
  }
}
.keyDates .leftSide h2 {
  font-size: 45px;
  margin: 1em 0;
}
.keyDates .rightSide {
  width: 59%;
}
@media only screen and (max-width: 767px) {
  .keyDates .rightSide {
    width: 100%;
    float: none;
  }
}
.keyDates .rightSide p {
  color: #fff;
  font-weight: 400;
}
.keyDates .rightSide p em {
  color: black;
  font-style: normal;
  font-weight: 600;
  display: block;
}
.clientLogos {
  text-align: center;
  padding: 0% 5%;
}
.clientLogos em {
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .clientLogos em {
    display: inline-block;
    width: 100%;
  }
}
.clientLogos img {
  margin: 0 2%;
  vertical-align: middle;
  height: auto;
}
.content h3 {
  margin-top: 16px;
}
.content ul {
  padding-left: 40px;
}
.content ul li {
  list-style: disc;
  list-style-image: url("/wp-content/themes/worldecr/images/bullet.png");
  padding-left: 10px;
  font-family: "Georgia", serif;
  margin-bottom: 0.7em;
}
.content ol {
  padding-left: 40px;
}
.content ol li {
  list-style: decimal;
  padding-left: 10px;
  font-family: "Georgia", serif;
  margin-bottom: 0.7em;
}
.testimonial {
  padding: 0px 11%;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 0.7em;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 0;
  }
}
.testimonialName {
  text-transform: uppercase;
  color: #EEA12E;
  text-align: center;
  font-weight: 400;
  font-family: roboto, sans-serif;
}
/*WorldECR forums*/
body.page-id-24 footer, body.page-id-2021456 footer {
  margin-top: 0;
}
@media only screen and (max-width: 1140px) {
  body.page-id-24 .featureArea .featureAreaInner .titlebox, body.page-id-2021456 .featureArea .featureAreaInner .titlebox {
    width: 90%;
  }
  body.page-id-24 .featureArea .featureAreaInner .titlebox h1, body.page-id-2021456 .featureArea .featureAreaInner .titlebox h1 {
    width: 100%;
  }
  body.page-id-24 .featureArea .featureAreaInner .titlebox .orangeEmpty, body.page-id-2021456 .featureArea .featureAreaInner .titlebox .orangeEmpty {
    display: inline-block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-id-24 .featureArea .featureAreaInner .titlebox, body.page-id-2021456 .featureArea .featureAreaInner .titlebox {
    width: 100%;
  }
}
body.page-id-24 .wp-block-columns, body.page-id-2021456 .wp-block-columns {
  /* margin-bottom: 95px; 
		margin-top: 85px; */
}
@media only screen and (max-width: 767px) {
  body.page-id-24 .wp-block-columns, body.page-id-2021456 .wp-block-columns {
    margin-bottom: 4em;
  }
  body.page-id-24 .wp-block-columns .wp-block-column, body.page-id-2021456 .wp-block-columns .wp-block-column {
    flex-basis: calc(100%);
  }
  body.page-id-24 .wp-block-columns .wp-block-column .img, body.page-id-2021456 .wp-block-columns .wp-block-column .img {
    width: 100%;
  }
  body.page-id-24 .wp-block-columns .wp-block-column:nth-child(2n), body.page-id-2021456 .wp-block-columns .wp-block-column:nth-child(2n) {
    margin-left: 0px !important;
  }
}
body.page-id-24 .forumPosts, body.page-id-2021456 .forumPosts {
  margin-bottom: 50px;
  overflow: hidden;
  background-color: #F9F9F9;
  padding-bottom: 50px;
  padding-top: 30px;
}
body.page-id-24 .forumPosts .inner h2, body.page-id-2021456 .forumPosts .inner h2 {
  text-align: center;
}
body.page-id-24 .forumPosts .inner article .recentImg, body.page-id-2021456 .forumPosts .inner article .recentImg {
  padding-bottom: 65%;
  margin-bottom: 2em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-id-24 .forumBlock h4, body.page-id-2021456 .forumBlock h4 {
  margin-top: 0;
}
body.page-id-24 article, body.page-id-2021456 article {
  width: 49%;
  float: left;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  body.page-id-24 article, body.page-id-2021456 article {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
body.page-id-24 article h4, body.page-id-2021456 article h4 {
  margin-bottom: 0.6em;
  margin-top: 0.3em;
}
body.page-id-24 article .orangeEmpty, body.page-id-2021456 article .orangeEmpty {
  display: block;
  margin-top: 50px;
  width: 270px;
  padding: 13px 30px;
  text-align: center;
  background-color: #eea12e;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  body.page-id-24 article .orangeEmpty, body.page-id-2021456 article .orangeEmpty {
    margin-top: 35px;
    margin-bottom: 70px;
  }
}
body.page-id-24 article:nth-of-type(2), body.page-id-2021456 article:nth-of-type(2) {
  float: right;
}
@media only screen and (max-width: 767px) {
  body.page-id-24 article:nth-of-type(2) .orangeEmpty, body.page-id-2021456 article:nth-of-type(2) .orangeEmpty {
    margin-bottom: 0px;
  }
}
body.page-id-24 .worldLine:after, body.page-id-2021456 .worldLine:after {
  content: "WorldECR Forum";
}
.award-categories-block {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.award-categories-block .wp-block-group__inner-container {
  padding-bottom: 2em;
}
.award-categories-block .wp-block-group__inner-container > h3 {
  margin-bottom: 1em;
  padding: 0.8em 5%;
}
.award-categories-block .wp-block-group__inner-container > h3 em {
  font-size: 24px;
  font-style: normal;
}
.award-categories-block .wp-block-group__inner-container .wp-block-columns {
  width: 90%;
  margin: 0 auto;
}
.award-categories-block .wp-block-group__inner-container .wp-block-columns .wp-block-column:nth-of-type(1) {
  flex-basis: 5% !important;
}
@media only screen and (max-width: 767px) {
  .award-categories-block .wp-block-group__inner-container .wp-block-columns .wp-block-column:nth-of-type(1) {
    flex-basis: 11% !important;
  }
}
.award-categories-block .wp-block-group__inner-container .wp-block-columns .wp-block-column:nth-of-type(2) {
  flex-basis: 95% !important;
  margin-left: 0px !important;
  border-top: 1px solid #bcbcbc;
  padding-top: 2em;
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .award-categories-block .wp-block-group__inner-container .wp-block-columns .wp-block-column:nth-of-type(2) {
    flex-basis: 89% !important;
  }
}
.award-categories-block .wp-block-group__inner-container .wp-block-columns .wp-block-column a {
  text-decoration: underline;
}
.award-categories-block .wp-block-group__inner-container .wp-block-columns .wp-block-column h4 {
  margin-top: 0px;
  margin-bottom: 0.2em;
  font-family: abril-fatface, serif;
}
@media only screen and (max-width: 767px) {
  .award-categories-block .wp-block-group__inner-container .wp-block-columns .wp-block-column h4 {
    font-size: 24px !important;
  }
}
.award-categories-block .wp-block-group__inner-container .wp-block-columns .wp-block-column ul {
  margin-bottom: 2em;
}
.award-categories-block .wp-block-group__inner-container .wp-block-separator {
  width: 90%;
  margin: 25px auto;
  border-top: 0px;
  border-color: #cccccc;
}
.award-categories-block.a2 .wp-block-group__inner-container .wp-block-columns .wp-block-column h4 {
  font-size: 45px;
  background-color: #fff;
  padding: 0.7em 0.8em 0.5em 0.8em;
}
p.winner-highlight {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 0px;
  background-color: #fcb900;
  padding: 0.5em 2em;
}
/* --------- Resources Widget ------------ */
.resources-widget {
  background-color: #152B4D;
  padding: 5%;
}
.resources-widget .widget-title {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #fff;
}
.resources-widget .textwidget {
  color: #fff;
}
.resources-widget .textwidget p {
  color: #fff;
}
.resources-widget .textwidget ul {
  padding-left: 20px;
}
.resources-widget .textwidget ul li {
  list-style-type: disc;
}
.resources-widget .textwidget a {
  color: #fff;
  background-color: #fe6500;
  border: 1px solid #fe6500;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s all ease;
}
.resources-widget .textwidget a:hover {
  color: #FE6500;
  background-color: transparent;
}
/* --------- Atlas news feed Widget ------------ */
.atlas-news-feed {
  border-top: 1px solid #000;
  display: none;
}
.atlas-news-feed .widget-title {
  display: inline-block;
  padding: 10px 40px;
  background-color: #000;
  color: #fff;
  font-size: 0.9em;
  font-family: roboto, sans-serif;
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: 400;
}
.atlas-news-feed .textwidget .atlas-post-list .atlas-post-item {
  border-bottom: 1px solid #9EACBE;
  margin-bottom: 2em;
}
.atlas-news-feed .textwidget .atlas-post-list .atlas-post-item a {
  display: inline-block;
  width: 100%;
}
.atlas-news-feed .textwidget .atlas-post-list .atlas-post-item span {
  color: #9EACBE;
  text-transform: uppercase;
}
.atlas-news-feed .textwidget .atlas-post-list .atlas-post-item h4 {
  margin-top: 0.2em;
}
.atlas-news-feed .textwidget > p > a {
  color: #152B4D;
  background-color: transparent;
  border: 1px solid #152B4D;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s all ease;
}
.atlas-news-feed .textwidget > p > a:hover {
  color: #fff;
  background-color: #152B4D;
}
/* ---------- Accordian ---------- */
div.wp-block-pb-accordion-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
div.wp-block-pb-accordion-item > .c-accordion__title {
  width: auto;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #9EACBE;
  border-radius: 5px;
  color: #9EACBE !important;
  font-size: 15px !important;
  text-transform: uppercase;
  font-family: roboto, sans-serif !important;
  margin-top: 0px !important;
  order: 2;
  margin-bottom: 1em;
}
div.wp-block-pb-accordion-item > .c-accordion__title:after {
  display: none;
}
div.wp-block-pb-accordion-item > .c-accordion__title:before {
  content: "+ ";
  margin-right: 2px;
}
div.wp-block-pb-accordion-item .c-accordion__content {
  order: 1;
}
div.wp-block-pb-accordion-item.is-open > .c-accordion__title:before {
  content: "- ";
}
/* ------- advisor / Solution block ------*/
.search-holder {
  margin-bottom: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1em;
}
.search-holder.three-col {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
}
.search-holder input, .search-holder select {
  width: 100%;
  padding: 10px;
}
.search-holder .searchBox {
  width: 100%;
}
.search-holder .searchBox input {
  width: calc(100% - 37px);
}
.search-holder .custom-select {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
@media (max-width: 960px) {
  .search-holder {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .search-holder {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 960px) {
  .search-holder.three-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .search-holder.three-col {
    grid-template-columns: 1fr;
  }
}
.article-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1em;
}
.article-items.three-col {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
}
.article-items.three-col .the-item {
  border: 1px solid #ddd;
}
.article-items.three-col .the-item h4 {
  color: #EEA12E;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  position: relative;
}
.article-items.three-col .the-item h4 span {
  position: absolute;
  right: 0px;
  color: #9B9B9B;
}
.article-items.three-col .the-item .article-text {
  padding: 1em;
}
.article-items.three-col .the-item .article-text h2 {
  font-size: 24px;
}
.article-items.three-col .the-item:hover > .article-text a {
  color: #EEA12E !important;
}
.article-items.three-col .the-item .article-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 232px;
  margin-bottom: 1em;
}
.article-items.advisor-items .the-item {
  border: 1px solid #ccc;
  border-bottom: 3px solid #999;
  transition: 300ms linear;
  position: relative;
  padding-bottom: 35px;
}
.article-items.advisor-items .the-item:hover {
  box-shadow: 0px 10px 20px gray;
  border-bottom: 3px solid #EEA12E;
}
.article-items.advisor-items .the-item .article-text {
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  flex-direction: column;
}
.article-items.advisor-items .the-item h4 {
  color: #EEA12E;
  text-transform: uppercase;
  font-size: 14px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  position: absolute;
  bottom: 0px;
}
.article-items.advisor-items .the-item:hover > .article-text a {
  color: #EEA12E !important;
}
.article-items.advisor-items .the-item .article-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 285px;
  margin-bottom: 1em;
}
.article-items .the-item h2 {
  font-size: 24px;
}
.article-items .the-item:hover > .article-text a {
  color: #EEA12E !important;
}
.article-items .the-item h4 {
  color: #EEA12E;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.article-items .the-item .article-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 160px;
  margin-bottom: 1em;
}
@media (max-width: 960px) {
  .article-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .article-items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 960px) {
  .article-items.three-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .article-items.three-col {
    grid-template-columns: 1fr;
  }
}
.single-advisors .content-area .container .heading {
  padding-bottom: 50px;
  background-color: #000;
}
.single-advisors .content-area .container .heading .breadcrumb #breadcrumbs a, .single-advisors .content-area .container .heading .breadcrumb #breadcrumbs span {
  color: #fff;
}
.single-advisors .content-area .container .heading .expertInfo h1 {
  color: #fff;
}
.single-advisors .content-area .container .heading .expertInfo table td {
  color: #fff;
}
.single-advisors .content-area .container .heading .expertInfo table td a {
  color: #EEA12E;
}
@media (max-width: 750px) {
  .single-advisors .content-area .container .theContent .theContentInner {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  .single-advisors .content-area .container .theContent .theContentInner .theCopy {
    order: 2;
  }
}
.single-advisors .content-area .container .theContent .theContentInner .the_experts {
  float: right;
  width: 30%;
}
@media (max-width: 750px) {
  .single-advisors .content-area .container .theContent .theContentInner .the_experts {
    width: 100%;
  }
}
.single-advisors .content-area .container .theContent .theContentInner .the_experts h3 {
  margin-bottom: 0.5em;
}
.single-advisors .content-area .container .theContent .theContentInner .the_experts ul li {
  margin-bottom: 0.5em;
}
.single-advisors .content-area .container .theContent .theContentInner .the_experts ul li a {
  font-family: abril-display, serif;
  font-size: 18px;
  transition: 0.3s all ease;
}
.single-advisors .content-area .container .theContent .theContentInner .the_experts ul li a:hover {
  color: #eea12e;
}
/*New Forum webinar section*/
.page-id-2019273 .forumBlock.worldLine:after {
  content: "WorldECR Forum";
}
.page-id-2019273 hr {
  border: 1px solid #d4dadf;
}
.logo-cols .padding-extra {
  padding-left: 20px;
  padding-top: 12px;
}
@media only screen and (max-width: 600px) {
  .logo-cols .padding-extra {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .logo-cols figure {
    text-align: center;
  }
  .logo-cols figure img {
    width: 120px;
    margin: 0 !important;
  }
}
.logo-cols .wp-block-column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.virtualWebs .ptam-post-grid-items article img {
  width: 100%;
  height: auto;
}
.virtualWebs .ptam-post-grid-items article .web-acf-fields span {
  color: #152B4D;
  font-weight: 600;
  background-color: #dfdfdf;
  display: inline-block;
  padding: 0.5em;
  display: none;
}
.virtualWebs .ptam-post-grid-items article .web-acf-fields span:first-of-type {
  margin-right: 20px;
}
.virtualWebs .ptam-post-grid-items article .ptam-block-post-grid-title {
  /*heading*/
  font-size: 22px;
}
.virtualWebs .ptam-post-grid-items article .ptam-text-link {
  display: inline-block;
  box-shadow: none;
  transition: 0.3s ease;
  font-weight: normal;
  color: #000;
  background-color: #eea12e;
  border: 1px solid #eea12e;
  padding: 10px 6%;
  font-size: 0.85em;
  font-family: roboto, sans-serif !important;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 400;
}
.virtualWebs .ptam-post-grid-items article .ptam-text-link:hover {
  background-color: transparent;
  color: #eea12e !important;
}
.datesCol .wp-block-column {
  background-color: #152b4d;
  padding: 1em 2em;
  text-align: center;
}
.datesCol .wp-block-column p {
  color: #fff;
}
.datesCol .wp-block-column h4 {
  color: #eea12e;
  margin: 0.2em 0 0em;
  line-height: 1em;
}
.datesCol .wp-block-column h4.headingLine {
  border-bottom: 1px dotted #eea12e;
  padding: 0 0 0.7em;
}
/*forums singles*/
.single-forums .orangeFull {
  display: block;
  margin-top: 8vh;
  text-align: center;
  width: 50%;
}
.single-forums .featureArea .featureAreaInner .titlebox h3 {
  color: #fff;
  margin-bottom: 0.1em;
}
.single-forums .featureArea .featureAreaInner .titlebox .orangeEmpty {
  margin-right: 20px;
  margin-top: 20px;
  display: block;
  display: inline-block;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  width: -ms-max-content;
}
.single-forums .theContent .theContentInner .theCopy p {
  margin: 0.8em 0;
}
.single-forums .theContent .theContentInner .theCopy p#breadcrumbs {
  text-align: left;
}
.single-webinars .plus-regi, .single-webinars .to-vid {
  cursor: pointer;
}
.single-webinars .featureArea {
  height: auto;
  background: #152B4D !important;
  display: inline-block;
  padding-bottom: 1.7em;
}
@media only screen and (max-width: 767px) {
  .single-webinars .featureArea {
    height: auto;
    padding-bottom: 15px;
  }
}
.single-webinars .featureArea .breadcrumb {
  margin: 0;
  padding-top: 15px;
  margin-bottom: 1em;
}
.single-webinars .featureArea .breadcrumb #breadcrumbs {
  margin: 0;
  padding-bottom: 10px;
}
.single-webinars .featureArea .breadcrumb #breadcrumbs a, .single-webinars .featureArea .breadcrumb #breadcrumbs span {
  color: #fff;
}
.single-webinars .featureArea .titlebox {
  position: static;
  bottom: inherit;
  float: left;
}
.single-webinars .featureArea .titlebox h1 {
  margin-top: 0.6em;
  margin-bottom: 0.4em;
}
.single-webinars .featureArea .titlebox span.theDate {
  text-transform: inherit;
  font-family: "abril-display", serif;
  font-size: 18px;
  color: #EEA12E;
}
@media only screen and (max-width: 767px) {
  .single-webinars .featureArea .titlebox span.theDate {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.single-webinars .featureArea .titlebox span.theDate + span.theduration.pass {
  margin-left: 5%;
}
.single-webinars .featureArea .titlebox .multi-dates {
  margin-bottom: 2em;
}
.single-webinars .featureArea .titlebox .multi-dates .single-date {
  display: inline-block;
  padding: 10px 10px 10px 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-right: 1px solid #fff;
  min-width: 140px;
}
.single-webinars .featureArea .titlebox .multi-dates .single-date:last-of-type {
  border-right: 0px;
}
@media only screen and (max-width: 767px) {
  .single-webinars .featureArea .titlebox .multi-dates .single-date {
    width: 49.3%;
    margin-right: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff;
  }
}
.single-webinars .featureArea .titlebox .multi-dates .single-date span {
  display: block;
  color: #fff;
}
.single-webinars .featureArea .titlebox .multi-dates .single-date span:first-of-type {
  font-weight: 600;
}
.single-webinars .featureArea .titlebox span.theduration {
  margin-left: 5%;
  margin-right: 5%;
  text-transform: inherit;
  font-family: "abril-display", serif;
  font-size: 18px;
  color: #fff;
}
.single-webinars .featureArea .titlebox span.theduration.pass {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .single-webinars .featureArea .titlebox span.theduration {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-webinars .featureArea .titlebox {
    display: block;
    float: none;
  }
}
.single-webinars .featureArea p.explain-text {
  float: right;
  width: 25%;
  margin-top: 2em;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1140px) {
  .single-webinars .featureArea p.explain-text {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .single-webinars .featureArea p.explain-text {
    display: block;
    float: none;
    width: 100%;
  }
}
.single-webinars .featureArea a.orangeFull.regi-webi {
  width: 25%;
  padding: 25px 20px;
  float: right;
  margin-bottom: 20px;
  margin-top: 37px;
  text-align: center;
}
@media only screen and (max-width: 1140px) {
  .single-webinars .featureArea a.orangeFull.regi-webi {
    float: left;
    width: 50%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .single-webinars .featureArea a.orangeFull.regi-webi {
    display: block;
    float: none;
  }
}
.single-webinars .featureArea a.orangeFull.regi-webi2 {
  width: 25%;
  padding: 25px 20px;
  float: right;
  margin-top: 37px;
  text-align: center;
}
@media only screen and (max-width: 1140px) {
  .single-webinars .featureArea a.orangeFull.regi-webi2 {
    float: left;
    width: 35%;
    margin-right: 5%;
    margin-bottom: 20px;
    margin-top: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .single-webinars .featureArea a.orangeFull.regi-webi2 {
    display: block;
    float: none;
    margin-top: 20px;
  }
}
.single-webinars .theContent .theContentInner .theCopy {
  margin-top: 2em;
}
.single-webinars .theContent .theContentInner .theCopy h2:first-of-type {
  margin-top: 0;
}
.single-webinars .theContent .theContentInner .theCopy ul {
  padding-left: 20px;
}
.single-webinars .theContent .theContentInner .theCopy a.orangeFull.regi-webi {
  width: 45%;
  padding: 25px 20px;
  float: left;
  text-align: center;
  margin-top: 2em;
}
.single-webinars .theContent .theContentInner .theCopy table.webinar-registration {
  display: none;
}
.webinar-registration-header {
  display: none;
}
.webinar-registration-header #date-time-duration-details {
  display: none;
}
.webinar-registration-header em {
  color: #000;
  font-family: "Georgia", serif;
  line-height: 1.5em;
  font-weight: 300;
  font-style: normal;
}
#vim-webinar {
  margin: 1em 0;
}
/*books*/
.content .eStore-product.eStore-fancy-wrapper {
  float: left;
  width: 48%;
  border: none;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #EBEBEB;
  min-height: 455px;
}
.content .eStore-product.eStore-fancy-wrapper:nth-of-type(even) {
  float: right;
  clear: none;
}
.content .eStore-product.eStore-fancy-wrapper .eStore-thumbnail {
  margin-right: 20px;
  float: left;
}
.content .eStore-product.eStore-fancy-wrapper .eStore-thumbnail img {
  border: none;
  margin-top: 0;
  padding-top: 0;
  background-color: transparent !important;
}
.content .eStore-product.eStore-fancy-wrapper .thumb-image {
  width: 200px;
  height: auto;
}
.content .eStore-product.eStore-fancy-wrapper .eStore-product-name {
  font-size: 24px;
  font-family: abril-display, serif;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.content .eStore-product-description {
  position: relative;
  float: left;
  margin-left: 0px;
  width: 55%;
}
.content .eStore-product-description p a {
  color: #EEA12E;
}
.content .eStore-product-description p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .content .eStore-product-description {
    margin-left: 10px;
    line-height: 1.4em;
    width: 58%;
  }
}
.content .eStore-product-description .eStore_oldprice {
  margin-bottom: 0;
}
.content .eStore-button-form input, .content .eStore_sold_out {
  height: 39px !important;
}
@media only screen and (max-width: 767px) {
  .content .eStore-button-form input, .content .eStore_sold_out {
    line-height: 1.4em;
    height: 42px !important;
  }
}
.content .eStore-button-form p {
  margin: 0;
}
.content .price, .content .eStore_price {
  height: 39px !important;
}
@media only screen and (max-width: 767px) {
  .content .price, .content .eStore_price {
    height: 42px !important;
  }
}
.content .eStore-product.eStore-fancy-wrapper .eStore_price_label {
  display: none;
}
.content .eStore-product.eStore-fancy-wrapper .eStore_price {
  background-color: black;
  color: #fff;
  padding: 10px 20px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  font-weight: 500;
  margin-top: 0px;
  float: left;
}
.content .eStore-product.eStore-fancy-wrapper .eStore-button-form input, .content .eStore-product.eStore-fancy-wrapper .eStore_sold_out {
  width: auto !important;
  float: left;
  -webkit-appearance: none;
  margin-top: 0px;
  padding: 11px 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #000;
  background-color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.content .eStore_button:hover, .content .eStore_sold_out:hover {
  background-color: #EEA12E !important;
  color: #fff;
  border: 1px solid #EEA12E !important;
  opacity: 1;
  transition: 0.3s;
}
.eStore-pp-buy-now-form input[type="text"] {
  position: relative;
  left: -10px;
  background-color: #fff;
}
.page-id-76 footer {
  margin-top: 95px;
}
.page-id-76 div.inner.content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px 0;
}
@media only screen and (max-width: 767px) {
  .page-id-76 div.inner.content {
    grid-template-columns: 1fr;
  }
}
.page-id-76 div.inner.content .eStore-product {
  width: 100% !important;
  min-height: 0;
}
/*Back issues*/
@media only screen and (max-width: 767px) {
  .post-type-archive-backissues .rightContent {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .post-type-archive-backissues .article:nth-of-type(odd) {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #EBEBEB;
  }
}
.post-type-archive-backissues #colorbox #cboxLoadedContent img {
  box-shadow: 0 1px 5px #6b6b6b;
}
@media only screen and (max-width: 767px) {
  .post-type-archive-backissues #colorbox #cboxLoadedContent img {
    height: auto !important;
    width: 100% !important;
    max-width: 400px !important;
  }
}
.post-type-archive-backissues #colorbox #cboxTopLeft, .post-type-archive-backissues #colorbox #cboxTopCenter, .post-type-archive-backissues #colorbox #cboxTopRight, .post-type-archive-backissues #colorbox #cboxClose {
  display: none;
}
.post-type-archive-backissues #colorbox #cboxBottomRight {
  background: transparent;
}
.post-type-archive-backissues #colorbox #cboxBottomCenter {
  height: 33px;
  background: none;
  background-color: #000;
}
.post-type-archive-backissues #colorbox #cboxContent {
  background: #000;
}
body.page-id-24 .wp-block-columns.forum-covers {
  margin: 0;
}
body.page-id-2021456 .wp-block-columns.forum-covers {
  margin: 0;
}
/*Members Login / register*/
.page-id-1514829 .heading, .page-id-41 .heading {
  margin-bottom: 40px;
}
.page-id-1514829 .widefat tr, .page-id-41 .widefat tr {
  height: 40px;
}
.page-id-1514829 .widefat tr a, .page-id-41 .widefat tr a {
  color: #EEA12E;
  text-decoration: underline;
}
.page-id-41 #eStore_trtax_country, .page-id-41 .shipping_variation {
  padding: 0.7em 1em;
  margin-right: 0.5em;
  margin-top: 0.5em;
  font-family: "Georgia", serif;
  font-size: 1em;
}
.page-id-41 .eStore_trtax_country_submit, .page-id-41 .eStore_apply_coupon, .page-id-41 .eStore_shipping_update_button {
  padding: 1em 2em;
  text-transform: uppercase;
  background-color: #eea12e;
  border: 1px solid #eea12e;
  border-radius: 3px;
  font-weight: 600;
  color: #fff;
}
.page-id-41 #coupon_code {
  padding: 1em;
  width: 388px !important;
  margin-right: 0.5em;
  margin-top: 0.5em;
}
.pure-button-primary {
  background-color: #EEA12E !important;
  font-family: roboto, sans-serif !important;
}
.content70 {
  width: 70%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .content70 {
    width: 100%;
  }
}
.content70 .worldLine {
  margin-top: 0;
}
.content70 .worldLine a {
  position: absolute;
  top: 10px;
  right: 0;
  text-transform: uppercase;
  font-family: roboto, sans-serif !important;
  font-weight: 500;
  font-size: 14px;
}
.content70 .worldLine:after {
  width: 180px;
  font-weight: 400;
}
.content70 .wp_emember_loginForm {
  font-size: 16px;
  max-width: 100%;
}
.content70 .wp_emember_loginForm table tr {
  display: inline-block;
  margin-bottom: 15px;
}
.content70 .wp_emember_loginForm table tr:nth-of-type(odd) {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .content70 .wp_emember_loginForm table tr:nth-of-type(odd) {
    width: 100%;
  }
}
.content70 .wp_emember_loginForm table tr:nth-of-type(even) {
  clear: right;
  width: 70%;
}
.content70 .wp_emember_loginForm table tr:nth-of-type(even) input {
  font-size: 16px;
  border-radius: 5px;
  padding: 10px !important;
  -webkit-appearance: none;
  border: 1px solid #000;
  width: 400px !important;
}
@media only screen and (max-width: 767px) {
  .content70 .wp_emember_loginForm table tr:nth-of-type(even) input {
    width: 100% !important;
  }
}
.content70 .wp_emember_loginForm table tr:nth-of-type(7) {
  float: right;
  width: 73.3%;
}
.content70 .wp_emember_loginForm table tr:nth-of-type(7) td {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .content70 .wp_emember_loginForm table tr:nth-of-type(7) td {
    width: 100%;
  }
}
.content70 .wp_emember_loginForm table tr:nth-of-type(7) td input {
  font-size: 16px;
  border: 1px solid #EEA12E;
  padding: 15px 10% !important;
  text-transform: uppercase;
  background-color: #EEA12E;
  color: #fff;
  border-radius: 5px;
  transition: 0.5s all ease;
  -webkit-appearance: none;
  width: 100% !important;
  margin-top: 40px;
}
.content70 .wp_emember_loginForm table tr:nth-of-type(7) td input:hover {
  background-color: transparent;
  color: #EEA12E;
  transition: 0.5s all ease;
}
.content70 .wp_emember_loginForm table tr:nth-of-type(8) {
  float: right;
  width: 73.3%;
}
.content70 .wp_emember_loginForm table tr:nth-of-type(8) a {
  text-decoration: underline;
}
.content70 .wp_emember_loginForm table tr #register {
  display: none;
}
.content70 .wp_emember_loginForm table tr .eMember_remember_me input[type="checkbox"] {
  border-radius: 15px;
  position: relative;
}
.content70 .wp_emember_loginForm table tr .eMember_remember_me input[type="checkbox"]:checked {
  background-color: #fff;
}
.content70 .wp_emember_loginForm table tr .eMember_remember_me input[type="checkbox"]:checked:before {
  content: "";
  border-radius: 15px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 0px;
  left: 0px;
  background-color: #000;
  position: absolute;
  border: 5px solid #fff;
}
.content70 .wp_emember_loginForm table tr .eMember_remember_me .eMember_remember_me_label {
  vertical-align: 8px;
}
@media only screen and (max-width: 767px) {
  .content70 .wp_emember_loginForm table tr td {
    width: 100%;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .content70 .wp_emember_loginForm table tr {
    width: 100% !important;
  }
}
.content70 .shopping_cart a {
  font-family: "Georgia", serif;
}
.content70 .shopping_cart input.eStore_paypal_checkout_button {
  margin-top: 30px;
  margin-bottom: 100px;
}
.content70 .shopping_cart table {
  border-collapse: collapse;
}
.content70 .shopping_cart table tr th {
  padding: 20px 0;
  text-transform: uppercase;
}
.content70 .shopping_cart table tr th:nth-of-type(3) {
  text-align: right;
}
.content70 .shopping_cart table tr td {
  padding: 30px 0;
  border-bottom: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
}
.content70 .shopping_cart table tr td .eStore_cart_item_qty {
  padding: 7px 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #000;
  border-style: solid;
  -webkit-appearance: none;
  width: 58px !important;
}
.content70 .shopping_cart table tr td:nth-of-type(4) {
  text-align: right;
}
.content70 .shopping_cart table tr.eStore_cart_item_value td:nth-of-type(3) {
  text-align: right;
}
.content70 .shopping_cart table tr.estore-cart-shipping td:nth-of-type(2), .content70 .shopping_cart table tr.estore-cart-total td:nth-of-type(2) {
  text-align: right !important;
}
.content70 .shopping_cart table tr.estore-cart-shipping td:nth-of-type(3), .content70 .shopping_cart table tr.estore-cart-total td:nth-of-type(3) {
  text-align: right !important;
}
.content70 .shopping_cart table tr.estore-cart-subtotal {
  display: none;
}
.content70 .shopping_cart table tr.estore-cart-shipping td:nth-of-type(1) {
  text-align: left !important;
  font-weight: normal !important;
}
.content70 .shopping_cart table tr.estore-cart-total {
  font-weight: bold !important;
}
.content70 .shopping_cart table tr.estore-cart-total td:nth-of-type(1) {
  padding-right: 20px;
}
.content70 .shopping_cart .eStore_cart_checkout_button {
  text-align: left;
  text-transform: uppercase;
  font-family: roboto, sans-serif;
  font-weight: 500;
  padding-top: 1em;
}
.content70 .shopping_cart .eStore_cart_checkout_button label a {
  color: inherit;
  font-family: inherit;
  text-decoration: none !important;
}
.content70 .shopping_cart .eStore_cart_checkout_button label a u {
  text-decoration: none !important;
}
.content70 .shopping_cart .eStore_cart_checkout_button label p {
  text-transform: none;
  margin-top: -10px;
}
.content70 .shopping_cart .eStore_cart_checkout_button select {
  margin-left: 20px;
  padding: 10px 10% 10px 10px;
  border: 1px solid #000;
  border-radius: 5px;
}
.content70 .shopping_cart .eStore_cart_checkout_button .eStore_paypal_checkout_button {
  float: right;
  margin-top: 0px;
}
/*login detials*/
.eMember_logged_widget.module {
  margin: 0;
}
.eMember_logged_widget.module .eMember_logged_user_info_section table {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 767px) {
  .eMember_logged_widget.module .eMember_logged_user_info_section table tr {
    width: 50%;
    float: left;
  }
}
.eMember_logged_widget.module .eMember_logged_user_info_section table th {
  border-bottom: 1px solid #EBEBEB;
  padding-top: 15px;
  padding-bottom: 15px;
}
.eMember_logged_widget.module .eMember_logged_user_info_section table th, .eMember_logged_widget.module .eMember_logged_user_info_section table td {
  padding-right: 10px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .eMember_logged_widget.module .eMember_logged_user_info_section table th, .eMember_logged_widget.module .eMember_logged_user_info_section table td {
    width: 100%;
    display: inline-block;
    height: 80px;
    border-bottom: none;
    padding: 15px 15px 15px 0;
  }
}
.eMember_logged_widget.module .eMember_logged_user_info_section table td {
  padding-top: 15px;
}
.eMember_logged_widget.module .eMember_logged_user_info_section table td a {
  padding: 7px 30px;
  text-align: center;
  float: left;
  min-width: 130px;
}
/*PDF Test Page Styles*/
.page-id-2015273 header, .page-id-2015273 footer, .page-id-2015273 #wpadminbar, .page-id-2015273 .pdfprnt-buttons {
  display: none;
}
.page-id-2015273 .container {
  margin-top: 0px;
}
.page-id-2015273 .articleBox #response .checkDiv {
  float: left;
}
.page-id-2015273 .articleBox #response .checkDiv input {
  float: left;
  margin-top: 70px;
}
.page-id-2015273 .articleBox #response .checkDiv > div {
  float: right;
  width: 95%;
}
.articleBox .pdf ul li {
  color: #000;
  font-family: "Georgia", serif;
  line-height: 1.5em;
  font-weight: 300;
}
.single-atlas .content-area .container {
  max-width: 1140px;
  margin: 0 auto;
  width: 90%;
}
.single-atlas .content-area .container ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.single-atlas .content-area .container ul > li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: disc;
}
.single-atlas .content-area .container ul > li ul, .single-atlas .content-area .container ul > li ol {
  margin-top: 0px;
  margin-bottom: 0px;
}
.single-atlas .content-area .container ul > li a {
  color: -webkit-link;
}
.single-atlas .content-area .container ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.single-atlas .content-area .container ol > li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style-type: decimal;
}
.single-atlas .content-area .container ol > li ul, .single-atlas .content-area .container ol > li ol {
  margin-top: 0px;
  margin-bottom: 0px;
}
.single-atlas .content-area .container ol > li a {
  color: -webkit-link;
}
/*edit profile*/
.page-id-1514832 #wp_emember_profileUpdateForm {
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .page-id-1514832 #wp_emember_profileUpdateForm {
    margin-bottom: 60px;
  }
}
.page-id-1514832 #wp_emember_profileUpdateForm fieldset ::-webkit-input-placeholder {
  /* Edge */
  visibility: hidden;
}
.page-id-1514832 #wp_emember_profileUpdateForm fieldset :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  visibility: hidden;
}
.page-id-1514832 #wp_emember_profileUpdateForm fieldset ::placeholder {
  visibility: hidden;
}
.page-id-1514832 #wp_emember_profileUpdateForm fieldset > * {
  float: left;
  width: 55%;
  margin-right: 20%;
}
@media only screen and (max-width: 767px) {
  .page-id-1514832 #wp_emember_profileUpdateForm fieldset > * {
    width: 100%;
    margin-right: 0%;
  }
}
.page-id-1514832 #wp_emember_profileUpdateForm fieldset > * .pure-button-active, .page-id-1514832 #wp_emember_profileUpdateForm fieldset > * .pure-button:active {
  -webkit-appearance: none !important;
  box-shadow: none !important;
  background-image: none;
  border: 1px solid #EEA12E;
  padding: 10px 15%;
  text-transform: uppercase;
  background-color: #EEA12E;
  color: #fff;
  border-radius: 5px;
  font-weight: 400;
  min-width: 175px;
  transition: 0.5s all ease;
}
@media only screen and (max-width: 767px) {
  .page-id-1514832 #wp_emember_profileUpdateForm fieldset > * .pure-button-active, .page-id-1514832 #wp_emember_profileUpdateForm fieldset > * .pure-button:active {
    width: 100%;
  }
}
.page-id-1514832 #wp_emember_profileUpdateForm fieldset > * .pure-button-active:hover, .page-id-1514832 #wp_emember_profileUpdateForm fieldset > * .pure-button:active:hover {
  background-color: transparent;
  color: #EEA12E;
  transition: 0.5s all ease;
}
.page-id-1514832 #wp_emember_profileUpdateForm fieldset label {
  float: left;
  width: 25%;
  min-width: 150px;
  margin-right: 0;
  height: 37px;
  line-height: 2.4em;
}
.page-id-1514832 #wp_emember_profileUpdateForm .pure-controls {
  float: right;
  width: auto;
  margin-right: 20%;
}
@media only screen and (max-width: 767px) {
  .page-id-1514832 #wp_emember_profileUpdateForm .pure-controls {
    width: 100%;
    margin-right: 0%;
  }
}
/*Forum sign up forms*/
.page-id-2015204 .heading, .page-id-2024546 .heading {
  padding-bottom: 40px;
}
.page-id-2015204 .heading h1, .page-id-2024546 .heading h1 {
  width: 70%;
}
.page-id-2015204 .wp-block-column.discountBox, .page-id-2024546 .wp-block-column.discountBox {
  background-color: #152b4d;
  padding: 1em 4em;
  text-align: center;
  border-radius: 3px;
  vertical-align: middle;
}
.page-id-2015204 .wp-block-column.discountBox h4, .page-id-2024546 .wp-block-column.discountBox h4 {
  color: #eea12e;
}
.page-id-2015204 .formLine hr, .page-id-2024546 .formLine hr {
  margin: 3em 0;
}
.page-id-2015204 .content70 table, .page-id-2024546 .content70 table {
  width: 100%;
  border-spacing: 0;
  margin: 40px 0;
}
.page-id-2015204 .content70 table td, .page-id-2024546 .content70 table td {
  width: 33%;
  height: 40px;
}
.page-id-2015204 .content70 table tr:nth-of-type(1) td, .page-id-2024546 .content70 table tr:nth-of-type(1) td {
  position: relative;
}
.page-id-2015204 .content70 table tr:nth-of-type(1) td:after, .page-id-2024546 .content70 table tr:nth-of-type(1) td:after {
  content: "";
  width: 93%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.page-id-2015204 .content70 .discount, .page-id-2024546 .content70 .discount {
  background-color: #152B4D;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
}
.page-id-2015204 .content70 .discount p:first-of-type, .page-id-2024546 .content70 .discount p:first-of-type {
  width: 30%;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .page-id-2015204 .content70 .discount p:first-of-type, .page-id-2024546 .content70 .discount p:first-of-type {
    width: 100%;
    text-align: center;
  }
}
.page-id-2015204 .content70 .discount p:last-of-type, .page-id-2024546 .content70 .discount p:last-of-type {
  width: 60%;
  float: right;
  color: #fff;
  margin: 1.5em 0;
  padding-right: 5%;
}
@media only screen and (max-width: 767px) {
  .page-id-2015204 .content70 .discount p:last-of-type, .page-id-2024546 .content70 .discount p:last-of-type {
    width: 100%;
    text-align: center;
    padding: 0 5%;
  }
}
.page-id-2015204 .content70 .paymentForm, .page-id-2024546 .content70 .paymentForm {
  margin: 40px 0;
  border-top: 1px solid #000;
  border-bottom: 0;
  padding-top: 40px;
  position: relative;
  /*&:after {
			content: 'Temp';
			font-size: 0.9em;
			position: absolute;
			font-family: roboto, sans-serif;
			top: 0;
			left: 0;
			background-color: #000;
			padding: 10px;
			color: #fff;
			text-align: center;
			text-transform: uppercase;
			width: 170px;
		}*/
}
.page-id-2015204 .content70 .paymentForm .gform_heading, .page-id-2024546 .content70 .paymentForm .gform_heading {
  display: none;
}
.page-id-2015204 .content70 .paymentForm .gform_footer.left_label, .page-id-2024546 .content70 .paymentForm .gform_footer.left_label {
  width: auto;
  float: right;
}
.page-id-2015204 .content70 .paymentForm .gform_footer.left_label input, .page-id-2024546 .content70 .paymentForm .gform_footer.left_label input {
  -webkit-appearance: none;
  border: 1px solid #EEA12E;
  padding: 10px 15%;
  text-transform: uppercase;
  background-color: #EEA12E;
  color: #152B4D;
  border-radius: 5px;
  font-weight: 400;
  min-width: 175px;
  transition: 0.5s all ease;
}
.page-id-2015204 .content70 .paymentForm .gform_footer.left_label input:hover, .page-id-2024546 .content70 .paymentForm .gform_footer.left_label input:hover {
  background-color: transparent;
  color: #EEA12E;
  transition: 0.5s all ease;
}
.page-id-2015204 .content70 .paymentForm ul li.the_total .ginput_total, .page-id-2024546 .content70 .paymentForm ul li.the_total .ginput_total {
  color: #000;
  font-family: abril-fatface, serif;
  font-size: 26px;
  position: absolute;
  bottom: -70px;
}
@media only screen and (max-width: 767px) {
  .page-id-2015204 .content70 .paymentForm ul li.the_total .ginput_total, .page-id-2024546 .content70 .paymentForm ul li.the_total .ginput_total {
    bottom: 0;
    position: static;
  }
}
.page-id-2015204 .content70 .paymentForm ul li.the_total .ginput_total:before, .page-id-2024546 .content70 .paymentForm ul li.the_total .ginput_total:before {
  content: "Total ";
  margin-right: 10px;
}
.page-id-2015204 .content70 .paymentForm ul li.gfield, .page-id-2024546 .content70 .paymentForm ul li.gfield {
  padding-right: 0;
  padding-left: 0;
}
.page-id-2015204 .content70 .paymentForm ul li.gfield .ginput_complex span:last-of-type, .page-id-2024546 .content70 .paymentForm ul li.gfield .ginput_complex span:last-of-type {
  padding-right: 0;
}
.page-id-2015204 .content70 .paymentForm ul li#field_3_6 input, .page-id-2024546 .content70 .paymentForm ul li#field_3_6 input {
  margin-bottom: 20px;
}
.page-id-2015204 .content70 .paymentForm ul li.gsection, .page-id-2024546 .content70 .paymentForm ul li.gsection {
  border-top: 1px solid #000;
  border-bottom: 0;
  padding-top: 80px;
  position: relative;
  margin-top: 50px;
}
.page-id-2015204 .content70 .paymentForm ul li.gsection:after, .page-id-2024546 .content70 .paymentForm ul li.gsection:after {
  content: "Temp";
  font-size: 0.9em;
  position: absolute;
  font-family: roboto, sans-serif;
  top: 0;
  left: 0;
  background-color: #000;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 170px;
}
.page-id-2015204 .content70 .paymentForm ul li label, .page-id-2024546 .content70 .paymentForm ul li label {
  height: auto;
  vertical-align: text-top;
  line-height: 1.2em;
  font-family: roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.page-id-2015204 .content70 .paymentForm ul li input, .page-id-2024546 .content70 .paymentForm ul li input {
  border-radius: 5px;
  border: 1px solid #000;
  font-family: roboto, sans-serif !important;
}
.page-id-2015204 .content70 .paymentForm ul li input.medium, .page-id-2015204 .content70 .paymentForm ul li select.medium, .page-id-2024546 .content70 .paymentForm ul li input.medium, .page-id-2024546 .content70 .paymentForm ul li select.medium {
  width: calc(50% - 8px);
}
@media only screen and (max-width: 767px) {
  .page-id-2015204 .content70 .paymentForm ul li input.medium, .page-id-2015204 .content70 .paymentForm ul li select.medium, .page-id-2024546 .content70 .paymentForm ul li input.medium, .page-id-2024546 .content70 .paymentForm ul li select.medium {
    width: 100%;
  }
}
.page-id-2015204 .content70 .paymentForm ul li select, .page-id-2024546 .content70 .paymentForm ul li select {
  border-radius: 5px;
  border: 1px solid #000;
  font-family: roboto, sans-serif !important;
  height: 31px;
}
@media only screen and (max-width: 640px) {
  .page-id-2015204 .content70 .paymentForm ul li select, .page-id-2024546 .content70 .paymentForm ul li select {
    height: 44px;
  }
}
.page-id-2015204 .content70 .paymentForm ul li .gfield_radio li, .page-id-2024546 .content70 .paymentForm ul li .gfield_radio li {
  width: 50%;
  float: left;
  overflow: visible;
}
.page-id-2015204 .content70 .paymentForm ul li .gfield_radio li .ginput_price, .page-id-2024546 .content70 .paymentForm ul li .gfield_radio li .ginput_price {
  display: inline-block;
  opacity: 1;
  font-weight: 600;
}
.forumPrice {
  text-align: center;
}
.forumPrice .eStore_add_to_cart_button {
  min-width: 150px;
  background-color: #eea12e;
  border: 1px solid #eea12e;
  padding: 10px 4%;
  font-size: 0.85em;
  font-family: roboto, sans-serif !important;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #jquery-lightbox {
    width: 95% !important;
    left: 2.5% !important;
  }
}
#lightbox-container-image-data-box {
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  #lightbox-container-image-data-box {
    padding: 0px !important;
    padding-bottom: 10px !important;
  }
}
#lightbox-container-image-data #lightbox-image-details {
  margin-top: 0.75em;
}
/*Custom Select Box Styles*/
/* The container must be positioned relative: */
.custom-select {
  position: relative;
  display: inline-block;
}
.custom-select:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  right: 5%;
  top: 40%;
  background-image: url("/wp-content/themes/worldecr/images/chevron-down.svg");
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.2;
}
.custom-select select {
  display: none;
  /*hide original SELECT element: */
}
.select-selected {
  /* background-color: DodgerBlue; */
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/* Style the arrow inside the select element: */
/* Point the arrow upwards when the select box is open (active): */
/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #000;
  padding: 10px 20px;
  /* border: 1px solid transparent; */
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  font-family: roboto, sans-serif;
  font-size: 0.9em;
}
/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 101%;
  width: 170%;
  height: 200px;
  overflow-y: scroll;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: -1px -1px 14px 6px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: -1px -1px 14px 6px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: -1px -1px 14px 6px rgba(0, 0, 0, 0.11);
}
/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
/*========================= Footer Styles start here!===================================*/
footer {
  background-color: #152B4D;
  padding: 70px 0 100px;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 70px 0 0;
  }
}
footer .footerInner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
footer .footerInner h2, footer .footerInner h3 {
  color: #fff;
  margin-top: 0;
}
footer .footerInner .footerLeftContent {
  float: left;
  width: 36%;
}
footer .footerInner .footerLeftContent .menu-footer-menu-container {
  float: left;
  width: 100%;
}
footer .footerInner .footerLeftContent ul.menu {
  width: 100%;
}
footer .footerInner .footerLeftContent ul.menu li {
  width: 40%;
  margin: 0 10% 2% 0;
  float: left;
}
footer .footerInner .footerLeftContent ul.menu li:nth-of-type(2), footer .footerInner .footerLeftContent ul.menu li:nth-of-type(4), footer .footerInner .footerLeftContent ul.menu li:nth-of-type(6), footer .footerInner .footerLeftContent ul.menu li:nth-of-type(8) {
  float: right;
  clear: right;
}
@media only screen and (max-width: 767px) {
  footer .footerInner .footerLeftContent ul.menu li:nth-of-type(10) {
    float: right;
    clear: right;
  }
}
footer .footerInner .footerLeftContent ul.menu li a {
  text-transform: uppercase;
  color: #fff;
  font-family: roboto, sans-serif;
  font-size: 0.9em;
}
@media only screen and (max-width: 767px) {
  footer .footerInner .footerLeftContent ul.menu li a {
    font-size: 15px;
  }
}
footer .footerInner .footerLeftContent ul.menu li a:hover {
  color: #EEA12E;
}
footer .footerInner .footerLeftContent .footerLogo {
  margin-bottom: 50px;
  width: 70%;
}
footer .footerInner .footerLeftContent .footerLogo a {
  background-image: url("/wp-content/themes/worldecr/images/worldecr_logo_white.svg");
  padding-bottom: 12.2%;
  background-size: cover;
  display: block;
}
footer .footerInner .footerRightContent {
  visibility: hidden;
  float: right;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  footer .footerInner .footerRightContent form#mc4wp-form-1 {
    margin-top: 8vh;
  }
}
footer .footerInner .footerRightContent input.orangeFull {
  white-space: pre-wrap;
  text-align: left;
}
footer .footerInner .footerRightContent input:not(#choice_8_10) {
  border: 1px solid #EEA12E;
  padding: 15px 5% 15px 5%;
  width: 90%;
  text-transform: uppercase;
  color: #EEA12E;
  border-radius: 5px;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  footer .footerInner .footerRightContent input {
    width: initial;
  }
}
footer .footerInner .footerRightContent input::-webkit-input-placeholder {
  /* Edge */
  color: #EEA12E;
}
footer .footerInner .footerRightContent input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #EEA12E;
}
footer .footerInner .footerRightContent input::placeholder {
  color: #EEA12E;
}
footer .footerInner .footerRightContent input.orangeFull:hover {
  background-color: #EEA12E;
  color: #152B4D;
}
footer .footerInner .footerRightContent input a.orangeFull {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 20px;
}
.page-template-default footer {
  margin-top: 50px;
}
/*Tablet Styles Below-----------------------------------------*/
@media only screen and (max-width: 1140px) {
  /* .expertBox .articleBox .filterBox .sortBox .custom-select {
	width: 100%;
} */
  h1 {
    font-size: 28px !important;
  }
  h4 {
    font-size: 19px !important;
  }
  .inner {
    max-width: 90%;
  }
  .leftSide, .rightSide {
    width: 100%;
  }
  main {
    margin-top: 41px;
  }
  .container {
    margin-top: 70px;
  }
  header {
    position: fixed;
    top: 0;
    z-index: 5553800;
    background-color: #fff;
  }
  header .innerheader {
    max-width: 90%;
  }
  header .innerheader .topsideHead {
    position: relative;
    border-bottom: none;
    padding-bottom: 0;
  }
  header .innerheader .topsideHead a.orangeEmpty {
    display: none;
  }
  header .innerheader .topsideHead .logo {
    float: left;
    width: 40%;
    max-width: 258px;
    min-width: 180px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header .innerheader .topsideHead .logo img {
    width: 100%;
  }
  header .innerheader .topsideHead .menu-small-top-menu-container {
    display: none;
  }
  header .toggle-menu {
    display: block;
  }
  header .innerheader .bottomsideHead {
    display: none;
  }
  .custom_homepage .featureArea {
    height: auto;
  }
  .custom_homepage .featureArea article {
    height: 300px !important;
    width: 100% !important;
    margin-left: 0%;
  }
  .custom_homepage .featureArea article .featureInfo {
    left: 5%;
    width: 70%;
  }
  .forumPostOuter article .recentImg {
    padding-bottom: 50%;
    width: 100%;
    margin-bottom: 20px;
  }
  .topicBox p {
    width: 100%;
    margin-bottom: 10px;
  }
  .topicBox ul {
    float: none;
    width: 100%;
  }
  article {
    min-height: 0px;
    width: 100%;
  }
  article .recentImg {
    padding-bottom: 50%;
    width: 100%;
    float: left;
  }
  .expertBox .articleBox article {
    width: 48%;
    float: left;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .expertBox .articleBox article:nth-of-type(even) {
    float: right;
  }
  .pagination .navigation .page-numbers {
    display: none;
  }
  .pagination .navigation .page-numbers.next, .pagination .navigation .page-numbers.prev {
    display: block;
  }
  .subscribePage h1 {
    padding: 0px 10%;
  }
  #ctaBanner .magImg {
    width: 100%;
    margin-left: 0%;
    padding-bottom: 74%;
    float: left;
  }
  #ctaBanner .ctaText {
    width: 100%;
    margin-top: 20px;
  }
  .searchBox {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .locationSelect, .topicSelect, .regionSelect, .expertiseSelect {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .expertBox .articleBox .filterBox .searchBox, .expertBox .articleBox .filterBox .custom-select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sortBox {
    width: 95.5%;
    margin-right: 4.5% !important;
    text-align: right;
  }
  .expertBox .articleBox .filterBox .sortBox {
    width: 95.5%;
    margin-right: 4.5% !important;
    text-align: right;
  }
  .expertBox .articleBox .filterBox .sortBox .custom-select {
    width: auto;
  }
  .content .eStore-product-description {
    width: 100%;
    display: inline-block;
    margin: 0;
  }
  .content .eStore-product.eStore-fancy-wrapper .eStore-thumbnail {
    margin: 0 auto;
    display: block;
    float: none;
  }
  .content .eStore-product.eStore-fancy-wrapper .thumb-image {
    width: 240px;
    height: 300px;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
  }
  footer .footerInner {
    max-width: 90%;
  }
  footer .footerInner .footerLeftContent {
    width: 55%;
  }
}
/*Mobile Styles Below-----------------------------------------*/
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 29px;
  }
  h4 {
    font-size: 26px !important;
  }
  .custom_homepage .featureArea article .featureInfo {
    width: 90%;
  }
  .expertBox .articleBox article {
    width: 100%;
  }
  .content .eStore-product.eStore-fancy-wrapper {
    float: none;
    width: 100%;
    margin-bottom: 45px;
  }
  main {
    margin-top: 27px;
  }
  footer .footerInner .footerLeftContent {
    float: none;
    width: 100%;
  }
  footer .footerInner .footerLeftContent .footerLogo a {
    margin: 0 auto;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  footer .footerInner .footerLeftContent ul.menu li {
    width: 45%;
    display: inline-block;
    margin: 2%;
  }
  footer .footerInner .footerRightContent {
    float: none;
    width: 100%;
  }
}
.footerRightContent .mc4wp-alert p, .footerRightContent .mc4wp-success p, .footerRightContent .mc4wp-notice p {
  color: #fff;
}
.orange a {
  color: #EEA12E;
}
.eMember_logged_user_info_section a.blackEmpty {
  margin-bottom: 2em;
}
.hide-me {
  display: none !important;
}
p.noticePara {
  background-color: #ececec;
  display: inline-block;
  padding: 0.5em 1em;
  width: 100%;
  text-align: center;
  margin: 0;
}
.forumCover {
  background-color: #d9dee5;
  padding: 1em;
  text-align: center;
}
.forumCover h3 {
  font-size: 1.4em;
  font-weight: 300;
  font-family: abril-display, serif;
}
.wp-block-wpseed-container.discount {
  background-color: #152B4D;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
}
.discount p {
  color: #fff;
}
.page-template-page-conference-payment .worldLine:after {
  background-color: #e7a236;
  font-size: 1.2em;
  font-weight: 500;
}
.pum-content.popmake-content {
  text-align: center;
}
.page-id-2025741 {
  background: linear-gradient(#071324, #0C2343);
}
.page-id-2025741 .orangeEmpty {
  display: none !important;
}
.page-id-2025741 header .innerheader ul.menu li a {
  color: white;
}
@media only screen and (max-width: 1140px) {
  .page-id-2025741 header {
    background-color: #071324;
  }
}
@media only screen and (max-width: 1140px) {
  .page-id-2025741 header .toggle-menu {
    filter: brightness(0) invert(1);
    margin-top: 26px;
  }
}
.page-id-2025741 .sub-menu li a {
  color: #EEA12E !important;
}
@media only screen and (max-width: 1140px) {
  .page-id-2025741 header .innerheader {
    height: 80px;
  }
}
.page-id-2025741 header .innerheader .topsideHead {
  border-bottom: 1px solid #D0A056;
}
@media only screen and (max-width: 1140px) {
  .page-id-2025741 header .innerheader .topsideHead {
    border-bottom: none !important;
    height: 100%;
  }
}
.page-id-2025741 footer {
  background-color: #071324 !important;
}
.page-id-2025741 .heading {
  display: none !important;
}
.page-id-2025741 p {
  color: #EDEDED;
}
.page-id-2025741 h1, .page-id-2025741 p, .page-id-2025741 ul li, .page-id-2025741 h3 {
  color: white;
}
.page-id-2025741 .wp-block-columns {
  padding-top: 5%;
  padding-bottom: 5%;
}
.page-id-2025741 .wp-block-columns p {
  color: #EDEDED;
}
.page-id-2025741 .wp-block-columns h3 {
  font-size: 25px;
}
.page-id-2025741 .content70 {
  width: 100%;
}
.page-id-2025741 .watch-our-film {
  padding-top: 0% !important;
}
.page-id-2025741 .watch-our-film .wp-block-column .make-smaller {
  font-size: 14px;
  border-top: 1px solid #D0A056;
  padding-top: 20px;
}
.page-id-2025741 .watch-our-film .wp-block-column .adjust-pos {
  margin-top: -10px !important;
}
.page-id-2025741 .watch-our-film .wp-block-column ul {
  padding-bottom: 20px;
}
.page-id-2025741 .watch-our-film .wp-block-column ul li {
  font-size: 18px;
}
.page-id-2025741 .watch-our-film .video-col p {
  font-family: roboto;
  font-weight: 500 !important;
}
.page-id-2025741 .archive-access .wp-block-column p {
  font-size: 18px;
}
.page-id-2025741 .archive-access .wp-block-column .wp-block-group .wp-block-group__inner-container {
  display: flex;
  gap: 20px;
  align-items: center;
}
.page-id-2025741 .archive-access .wp-block-column .wp-block-group .wp-block-group__inner-container h1 {
  border: 1px solid #D0A056;
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  padding: 4px;
  color: #D0A056;
}
@media only screen and (max-width: 1140px) {
  .page-id-2025741 .archive-access .wp-block-column .wp-block-group .wp-block-group__inner-container h1 {
    font-size: 65px !important;
  }
}
.page-id-2025741 .archive-access .wp-block-column .wp-block-group .wp-block-group__inner-container .gold-button {
  height: 50%;
}
@media only screen and (max-width: 779px) {
  .page-id-2025741 .ctrl-atlas-premium {
    display: flex;
    flex-direction: column-reverse !important;
  }
}
.page-id-2025741 .ctrl-atlas-premium .wp-block-column ul {
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 0px;
}
@media only screen and (max-width: 779px) {
  .page-id-2025741 .ctrl-atlas-premium .wp-block-column ul {
    padding-bottom: 0px;
    grid-template-columns: 1fr;
  }
}
.page-id-2025741 .ctrl-atlas-premium .wp-block-column ul li {
  background-image: url("/wp-content/uploads/Icon-tick.svg");
  background-repeat: no-repeat;
  background-position: left top 1px;
  padding-left: 40px;
  list-style: none;
  height: 35px;
  font-size: 18px;
}
@media only screen and (max-width: 830px) {
  .page-id-2025741 .ctrl-atlas-premium .wp-block-column ul li {
    background-position: left top;
    height: 30px;
  }
}
.page-id-2025741 .ctrl-atlas-premium .wp-block-column .wp-block-group .wp-block-group__inner-container {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 779px) {
  .page-id-2025741 .ctrl-atlas-premium .wp-block-column .wp-block-group .wp-block-group__inner-container {
    justify-content: center;
  }
}
.page-id-2025741 .ctrl-atlas-premium .wp-block-column .wp-block-group .wp-block-group__inner-container h1 {
  border: 1px solid #D0A056;
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  padding: 4px;
  color: #D0A056;
}
@media only screen and (max-width: 1140px) {
  .page-id-2025741 .ctrl-atlas-premium .wp-block-column .wp-block-group .wp-block-group__inner-container h1 {
    font-size: 65px !important;
  }
}
.page-id-2025741 .ctrl-atlas-premium .wp-block-column .wp-block-group .wp-block-group__inner-container .gold-button {
  height: 50%;
}
.page-id-2025741 .premium-news .wp-block-column .no-tick {
  background-image: none !important;
  padding-bottom: 0 !important;
}
.page-id-2025741 .premium-news .wp-block-column p:not(.gold-button) {
  background-image: url("/wp-content/uploads/Icon-tick.svg");
  background-repeat: no-repeat;
  background-position: left top 5px;
  padding-left: 65px;
  border-bottom: 1px solid #D0A056;
  padding-bottom: 30px;
  font-size: 18px;
}
.page-id-2025741 .premium-news .wp-block-column p:not(.gold-button):nth-last-of-type(2) {
  border-bottom: none;
}
.page-id-2025741 .premium-news .wp-block-column p:not(.gold-button):last-of-type {
  border-bottom: none;
}
.page-id-2025741 .premium-news .wp-block-column ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 65px;
}
@media only screen and (max-width: 779px) {
  .page-id-2025741 .premium-news .wp-block-column ul {
    grid-template-columns: 1fr;
  }
}
.page-id-2025741 .premium-news .wp-block-column ul li {
  background-image: url("/wp-content/uploads/icon-tickbox.svg");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 40px;
  list-style: none;
  height: 30px;
  font-size: 18px;
}
@media only screen and (max-width: 830px) {
  .page-id-2025741 .premium-news .wp-block-column ul li {
    background-position: left top;
  }
}
.page-id-2025741 .premium-news .wp-block-column .wp-block-group .wp-block-group__inner-container {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 779px) {
  .page-id-2025741 .premium-news .wp-block-column .wp-block-group .wp-block-group__inner-container {
    justify-content: center;
  }
}
.page-id-2025741 .premium-news .wp-block-column .wp-block-group .wp-block-group__inner-container h1 {
  border: 1px solid #D0A056;
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  padding: 4px;
  color: #D0A056;
}
@media only screen and (max-width: 1140px) {
  .page-id-2025741 .premium-news .wp-block-column .wp-block-group .wp-block-group__inner-container h1 {
    font-size: 65px !important;
  }
}
.page-id-2025741 .premium-news .wp-block-column .wp-block-group .wp-block-group__inner-container .gold-button {
  height: 50%;
}
@media only screen and (max-width: 1140px) {
  .page-id-2025741 .hero-premium {
    margin-top: 30px;
  }
}
.page-id-2025741 .hero-premium .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1140px) {
  .page-id-2025741 .hero-premium .wp-block-column h1 {
    font-size: 35px !important;
  }
}
.page-id-2025741 .hero-premium .wp-block-column a {
  font-family: roboto;
  font-weight: 500 !important;
}
.page-id-2025741 .premium-brings-you .wp-block-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #D0A056;
  padding-right: 28px;
}
.page-id-2025741 .premium-brings-you .wp-block-column:last-of-type {
  border-right: none;
  padding-right: 0;
}
@media only screen and (max-width: 779px) {
  .page-id-2025741 .premium-brings-you .wp-block-column {
    border-right: none;
    padding-right: 0px;
  }
}
.page-id-2025741 .premium-brings-you .wp-block-column h1 {
  border: 1px solid #D0A056;
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  padding: 4px;
  color: #D0A056;
}
@media only screen and (max-width: 1140px) {
  .page-id-2025741 .premium-brings-you .wp-block-column h1 {
    font-size: 65px !important;
  }
}
.page-id-2025741 .premium-brings-you .wp-block-column p:not(.gold-button) {
  height: 200px;
  font-size: 20px;
}
@media only screen and (max-width: 779px) {
  .page-id-2025741 .premium-brings-you .wp-block-column p:not(.gold-button) {
    height: 80px;
  }
}
.gold-banner {
  background-color: #D0A056;
  color: black !important;
  text-transform: uppercase;
  padding: 3% 15%;
  font-family: roboto;
  font-weight: 500 !important;
}
.gold-banner strong {
  font-weight: 500 !important;
}
@media only screen and (max-width: 779px) {
  .gold-banner {
    padding: 3% 8%;
  }
}
.gold-banner a {
  color: black;
  text-transform: uppercase;
  font-family: roboto;
  font-weight: 500 !important;
}
.gold-button {
  background-color: #D0A056;
  color: white;
  padding: 15px 40px;
  width: fit-content;
  letter-spacing: 1.8px;
  font-family: roboto;
  font-weight: 500 !important;
}
.gold-button strong {
  font-weight: 300 !important;
}
.no-letter-spacing {
  letter-spacing: 0px;
  font-size: 16px !important;
}
.arrow-before {
  cursor: pointer;
}
.see-membership-benefits .wp-block-group__inner-container {
  display: flex;
  gap: 33px;
  align-items: center;
  font-family: roboto;
}
.see-membership-benefits .wp-block-group__inner-container figure {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 779px) {
  #premium-brings {
    font-size: 30px !important;
  }
}
.page-id-2018806 .theCopy .wp-block-columns ul li:not(.select2-selection__choice) {
  width: 100%;
}
.page-id-2018806 .select2-selection__choice {
  width: initial;
}
.memberPremium {
  background-color: #071324;
  padding: 1em;
  margin-top: 2em;
  color: #fff;
  border-radius: 2px;
  padding-bottom: 3em;
}
.memberPremium h4 {
  color: #d0a056;
  margin-bottom: 0.5em;
}
.memberPremium a {
  text-decoration: underline;
}
.wp-block-embed iframe {
  max-width: 100%;
  width: 100% !important;
}
.wp-block-image.aligncenter {
  display: block;
}
#gform_7 input[type=submit] {
  background-color: #e7a236;
  border: 0;
  padding: 20px 60px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  margin-bottom: 2em;
  text-transform: uppercase;
  color: #fff;
}
.cardDetails {
  background: #efefef;
  padding: 2em;
}
input#input_7_30 {
  font-size: 20px;
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  border: 2px solid #000;
}
.postid-2015108 .extra-pad, .postid-1514802 .extra-pad {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-id-2021456 .logo-cols, .postid-2015108 .logo-cols, .postid-1514802 .logo-cols {
  margin-bottom: 30px;
}
.page-id-2021456 .extra-pad, .postid-2015108 .extra-pad, .postid-1514802 .extra-pad {
  margin-bottom: 30px;
}
#gform_wrapper_8 .gform_validation_errors {
  display: none !important;
}
#gform_wrapper_8 .gfield_validation_message, #gform_wrapper_8 .validation_message {
  background: transparent;
  border: none;
  color: #fff;
}
#gform_wrapper_8 .gfield_error label {
  color: #fff;
}
#gform_wrapper_8 .gform-field-label {
  display: none;
}
#gform_wrapper_8 .gform_title {
  display: none;
}
#gform_wrapper_8 #input_8_10 .gchoice_8_10 {
  display: flex;
  color: white;
  gap: 10px;
}
#gform_wrapper_8 .gfield input:not(#choice_8_10), #gform_wrapper_8 .gform_footer input:not(#choice_8_10) {
  max-width: 100%;
  border: 1px solid #EEA12E;
  padding: 15px 5% 15px 5% !important;
  width: 90%;
  text-transform: uppercase;
  color: #EEA12E;
  border-radius: 5px;
  background-color: transparent;
  text-align: left;
  transition: ease all 0.2s;
}
#gform_wrapper_8 .gform_footer input:hover {
  transition: ease all 0.2s !important;
  background-color: #EEA12E !important;
  color: #152B4D !important;
}
#gform_confirmation_wrapper_8 #gform_confirmation_message_8 {
  color: #fff;
}
.newFeatureArea {
  display: flex;
  height: 900px;
  background-color: #0C2343;
}
@media only screen and (max-width: 1140px) {
  .newFeatureArea {
    flex-direction: column-reverse;
    height: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  .newFeatureArea {
    flex-direction: column-reverse;
    height: fit-content;
  }
}
.newFeatureArea .block-uno {
  flex-basis: 50%;
  background-color: #071324;
  padding: 60px;
  height: auto;
}
@media only screen and (max-width: 1140px) {
  .newFeatureArea .block-uno {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .newFeatureArea .block-uno {
    padding: 20px;
    padding-top: 40px;
  }
}
.newFeatureArea .block-uno p {
  color: white;
}
.newFeatureArea .block-uno ul {
  padding-left: 40px;
  margin-bottom: 15px;
}
.newFeatureArea .block-uno ul li {
  list-style: disc;
  list-style-image: url(/wp-content/themes/worldecr/images/bullet.png);
  padding-left: 10px;
  font-family: "Georgia", serif;
  margin-bottom: 0.7em;
  color: white;
}
.newFeatureArea .block-uno iframe {
  margin-top: 2em;
}
.newFeatureArea .block-uno .video-container1 {
  position: relative;
  /*width: 80%;
			height: 0;
			padding-bottom: 38.25%; */
}
@media only screen and (max-width: 1040px) {
  .newFeatureArea .block-uno .video-container1 {
    width: 100%;
  }
}
.newFeatureArea .block-uno .video-container1 iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.newFeatureArea .block-deux {
  flex-basis: 50%;
  background-color: #0C2343;
  margin-bottom: 50px;
  position: relative;
}
.newFeatureArea .block-deux .title-btn-top {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  top: 0;
  background-color: #0C2343;
  padding: 10px;
  z-index: 1;
  padding-left: 30px;
  padding-top: 40px;
}
@media only screen and (max-width: 1400px) {
  .newFeatureArea .block-deux .title-btn-top {
    flex-direction: column;
    gap: 0px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .newFeatureArea .block-deux .title-btn-top {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    padding-right: 30px;
  }
}
.newFeatureArea .block-deux .title-btn-top h1 {
  color: #D0A056;
  font-size: 34px;
}
.newFeatureArea .block-deux .title-btn-top a {
  border: 1px solid #D0A056;
  padding: 14px 18px 10px 18px;
  border-radius: 8px;
  cursor: pointer;
  color: white;
  font-size: 20px;
  font-family: abril-fatface, serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .newFeatureArea .block-deux .title-btn-top a {
    font-size: 16px;
  }
}
.newFeatureArea .block-deux .premium-news-list {
  overflow-y: scroll;
  padding-left: 30px;
  padding-right: 30px;
  height: 82%;
  margin-right: 1em;
}
.newFeatureArea .block-deux .premium-news-list::-webkit-scrollbar {
  width: 1em;
}
.newFeatureArea .block-deux .premium-news-list::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.newFeatureArea .block-deux .premium-news-list p {
  font-family: roboto, sans-serif;
  color: #D0A056;
  font-size: 14px;
  margin-bottom: 0px;
}
.newFeatureArea .block-deux .premium-news-list ul li {
  color: #ffffff;
  border-bottom: 1px solid #D0A056;
  padding-top: 10px;
  padding-bottom: 10px;
}
span.ginput_price {
  display: none;
}
.postid-2015108 :where(.wp-block-columns.is-layout-flex) > * + *, .postid-1514802 :where(.wp-block-columns.is-layout-flex) > * + * {
  margin-left: 1.7em !important;
}
.postid-2015108 .speaker p, .postid-1514802 .speaker p {
  margin: 0 0 0.8em 0 !Important;
}
.eventsPageHero {
  position: relative;
  background-image: url("/wp-content/uploads/events-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.eventsPageHero .inner {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 2;
}
@media only screen and (max-width: 1170px) {
  .eventsPageHero .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.eventsPageHero .inner h1 {
  color: #ffffff;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 68px !important;
}
@media only screen and (max-width: 1250px) {
  .eventsPageHero .inner h1 {
    font-size: 50px !important;
  }
}
.eventsPageHero .inner h2 {
  color: #ffffff;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.single-events .plus-regi, .single-events .to-vid {
  cursor: pointer;
}
.single-events .featureArea {
  height: auto;
  background: #152B4D;
  display: inline-block;
  position: relative;
}
.single-events .featureArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 43, 77, 0.6);
  z-index: 1;
}
.single-events .featureArea > * {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .single-events .featureArea {
    height: auto;
    padding-bottom: 15px;
  }
}
.single-events .featureArea .breadcrumb {
  margin: 0;
  padding-top: 15px;
  margin-bottom: 1em;
}
.single-events .featureArea .breadcrumb #breadcrumbs {
  margin: 0;
  padding-bottom: 10px;
}
.single-events .featureArea .breadcrumb #breadcrumbs a, .single-events .featureArea .breadcrumb #breadcrumbs span {
  color: #fff;
}
.single-events .featureArea .orangeFull {
  padding: 10px 20px !important;
  float: right;
  margin-top: 40px;
  text-align: center;
}
.single-events .featureArea .titlebox {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 78px;
  width: 80%;
}
@media only screen and (max-width: 1180px) {
  .single-events .featureArea .titlebox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1140px) {
  .single-events .featureArea .titlebox {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.single-events .featureArea .titlebox .buy-now-button {
  border: 1px solid #EEA12E;
  padding: 10px 30px;
  margin-bottom: 25px;
  margin-top: 8px;
  text-transform: uppercase;
  background-color: #EEA12E;
  color: #152B4D;
  border-radius: 5px;
  width: fit-content;
  transition: 0.5s all ease;
  font-family: roboto, sans-serif !important;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .single-events .featureArea .titlebox .buy-now-button {
    margin-bottom: 0px;
  }
}
.single-events .featureArea .titlebox .buy-now-button:hover {
  background-color: transparent;
  color: #EEA12E;
  transition: 0.5s all ease;
}
.single-events .featureArea .titlebox h1 {
  margin-top: 0.6em;
  margin-bottom: 0;
}
.single-events .featureArea .titlebox span.theDate {
  text-transform: inherit;
  font-family: "abril-display", serif;
  font-size: 18px;
  color: #EEA12E;
}
@media only screen and (max-width: 767px) {
  .single-events .featureArea .titlebox span.theDate {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.single-events .featureArea .titlebox span.theDate + span.theduration.pass {
  margin-left: 5%;
}
.single-events .featureArea .titlebox .multi-dates {
  margin-bottom: 2em;
}
.single-events .featureArea .titlebox .multi-dates .single-date {
  display: inline-block;
  padding: 10px 10px 10px 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-right: 1px solid #fff;
  min-width: 140px;
}
.single-events .featureArea .titlebox .multi-dates .single-date:last-of-type {
  border-right: 0px;
}
@media only screen and (max-width: 767px) {
  .single-events .featureArea .titlebox .multi-dates .single-date {
    width: 49.3%;
    margin-right: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff;
  }
}
.single-events .featureArea .titlebox .multi-dates .single-date span {
  display: block;
  color: #fff;
}
.single-events .featureArea .titlebox .multi-dates .single-date span:first-of-type {
  font-weight: 600;
}
.single-events .featureArea .titlebox span.theduration {
  margin-left: 5%;
  margin-right: 5%;
  text-transform: inherit;
  font-family: "abril-display", serif;
  font-size: 18px;
  color: #fff;
}
.single-events .featureArea .titlebox span.theduration.pass {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .single-events .featureArea .titlebox span.theduration {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-events .featureArea .titlebox {
    display: flex;
    float: none;
    flex-direction: column;
    gap: 10px;
  }
}
.single-events .featureArea p.explain-text {
  float: right;
  width: 25%;
  margin-top: 2em;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1140px) {
  .single-events .featureArea p.explain-text {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .single-events .featureArea p.explain-text {
    display: block;
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single-events .theContent .theContentInner {
    display: flex;
    flex-direction: column;
    margin-top: 2em;
  }
}
.single-events .theContent .theContentInner .theCopy {
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .single-events .theContent .theContentInner .theCopy {
    margin-top: 0em;
  }
}
.single-events .theContent .theContentInner .theCopy p:first-of-type {
  margin-top: 0px;
}
.single-events .theContent .theContentInner .theCopy .orangeFull {
  margin-top: 1em !important;
  float: left;
}
.single-events .theContent .theContentInner .theCopy h2:first-of-type {
  margin-top: 0;
}
.single-events .theContent .theContentInner .theCopy ul {
  padding-left: 20px;
}
.single-events .theContent .theContentInner aside {
  margin-top: 2em;
}
.single-events .theContent .theContentInner aside .downloadBrochure {
  margin-top: 3em !important;
}
.single-events .theContent .theContentInner aside .downloadBrochure h4 {
  font-size: 18px;
}
.single-events .theContent .theContentInner aside .downloadBrochure a img {
  width: 100%;
}
.single-events .theContent .theContentInner aside .event-details-widget {
  background-color: #d5d5d5;
  padding: 20px;
}
.single-events .theContent .theContentInner aside .event-details-widget a {
  text-decoration: underline;
}
.single-events .theContent .theContentInner aside .event-details-widget h5 {
  width: 100%;
  text-align: center;
  margin-top: 0;
  background-color: #152B4D;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  font-family: roboto, sans-serif;
}
.single-events .theContent .theContentInner aside .event-details-widget p:last-of-type {
  margin-bottom: 0px;
}
.single-events .theContent .theContentInner aside .speaker-details-widget {
  background-color: #d5d5d5;
  padding: 20px;
  margin-top: 20px;
}
.single-events .theContent .theContentInner aside .speaker-details-widget h5 {
  width: 100%;
  text-align: center;
  margin-top: 0;
  background-color: #152B4D;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  font-family: roboto, sans-serif;
}
.single-events .theContent .theContentInner aside .speaker-details-widget a {
  text-decoration: underline;
}
.single-events .theContent .theContentInner aside .speaker-details-widget p:last-of-type {
  margin-bottom: 0px;
}
.single-events .theContent .theContentInner aside .sidebarBookNow {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .single-events .theContent .theContentInner aside .sidebarBookNow {
    display: none !important;
  }
}
.single-events .theContent .theContentInner aside .sidebarBookNow a {
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  .single-events .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1140px) {
  .single-events .breadcrumb {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1180px) {
  .single-events .theCopy {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1140px) {
  .single-events .theCopy {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .single-events .theCopy {
    margin-bottom: 0em !important;
  }
}
.single-events .theCopy .eStore_variation {
  margin-bottom: 20px;
}
.single-events .theCopy .eStore_button {
  border: 1px solid #EEA12E;
  padding: 10px 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
  background-color: #EEA12E;
  color: #152B4D;
  border-radius: 5px;
  width: auto;
  transition: 0.5s all ease;
  font-family: roboto, sans-serif !important;
  text-align: center;
  font-weight: 500;
}
.single-events .theCopy .eStore_button:hover {
  background-color: transparent;
  color: #EEA12E;
  transition: 0.5s all ease;
}
.eventsPageWrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  gap: 70px !important;
}
@media only screen and (max-width: 767px) {
  .eventsPageWrapper {
    gap: 0px !important;
  }
}
@media only screen and (max-width: 1170px) {
  .eventsPageWrapper {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
.eventsPageWrapper aside {
  width: 100% !important;
}
.eventsPageWrapper .eventsLoopWrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.eventsPageWrapper .eventsLoopWrap .eventItem {
  border-bottom: 1px solid #d5d5d5;
}
.eventsPageWrapper .eventsLoopWrap .eventItem img {
  width: 100%;
  object-fit: cover;
  max-height: 300px;
}
.eventsPageWrapper .eventsLoopWrap .eventItem .event-button {
  border: 1px solid #EEA12E;
  padding: 10px 30px;
  text-transform: uppercase;
  background-color: #EEA12E;
  color: #152B4D;
  border-radius: 5px;
  font-weight: 400;
  width: auto;
  transition: 0.5s all ease;
  font-family: roboto, sans-serif !important;
  text-align: center;
}
.eventsPageWrapper .eventsLoopWrap .eventItem .event-button:hover {
  background-color: transparent;
  color: #EEA12E;
  transition: 0.5s all ease;
}
.eventsPageWrapper .eventsLoopWrap .eventItem h2 {
  margin-bottom: 0px !important;
}
.eventsPageWrapper .eventsLoopWrap .eventItem .eventDetails {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  gap: 20px;
  margin-top: 30px !important;
  padding-bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
  .eventsPageWrapper .eventsLoopWrap .eventItem .eventDetails {
    grid-template-columns: 1fr;
  }
}
.eventsPageWrapper .eventsLoopWrap .eventItem .eventDetails .rmwMT {
  margin-top: 0px !important;
  color: #EEA12E !important;
  margin-bottom: 0px !important;
}
.eventsPageWrapper .eventsLoopWrap .eventItem .eventDetails div {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.postid-2033560 .forumBlock {
  display: none !important;
}
@media only screen and (max-width: 781px) {
  .forumBlock .forum-covers .wp-block-column img {
    min-width: 250px !important;
  }
}
