@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
html {
  font-family: 'Open Sans', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Crimson Text', sans-serif;
  font-weight: 400;
  color: #295133;
  margin-bottom: 20px; }

h4 {
  font-size: 18px;
  line-height: 29.124px; }

h5, h6 {
  font-size: 14px; }

p {
  line-height: 22.652px;
  font-size: 14px;
  color: #373737; }

a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none; }
  a:hover {
    color: #a2a2a2; }

/* Grid System */
/*  SECTIONS  */
.section {
  clear: both;
  padding: 0;
  margin: 0px; }

.wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }

.col:first-child {
  margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
  width: 100%; }

.span_1_of_2 {
  width: 49.2%; }

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; } }
@media only screen and (max-width: 480px) {
  .span_2_of_2, .span_1_of_2 {
    width: 100%; } }
/*  GRID OF THREE  */
.span_3_of_3 {
  width: 100%; }

.span_2_of_3 {
  width: 66.13%; }

.span_1_of_3 {
  width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 771px) {
  .span_3_of_3, .span_2_of_3, .span_1_of_3 {
    width: 100%; } }
/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%; }

.span_3_of_4 {
  width: 74.6%; }

.span_2_of_4 {
  width: 49.2%; }

.span_1_of_4 {
  width: 23.8%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; }

  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
    width: 100%; } }
/*  GRID OF FIVE  */
.span_5_of_5 {
  width: 100%; }

.span_4_of_5 {
  width: 79.68%; }

.span_3_of_5 {
  width: 59.36%; }

.span_2_of_5 {
  width: 39.04%; }

.span_1_of_5 {
  width: 18.72%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; }

  .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {
    width: 100%; } }
/*  GRID OF SIX  */
.span_6_of_6 {
  width: 100%; }

.span_5_of_6 {
  width: 83.06%; }

.span_4_of_6 {
  width: 66.13%; }

.span_3_of_6 {
  width: 49.2%; }

.span_2_of_6 {
  width: 32.26%; }

.span_1_of_6 {
  width: 15.33%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 1200px) {
  .tab-scroll .col {
    margin: 1% 0 1% 0%; }

  .tab-scroll .span_1_of_6, .tab-scroll .span_2_of_6, .tab-scroll .span_3_of_6, .tab-scroll .span_4_of_6, .tab-scroll .span_5_of_6, .tab-scroll .span_6_of_6 {
    width: 33.3333%; } }
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 745px) {
  .tab-scroll .col {
    margin: 1% 0 1% 0%; }

  .tab-scroll .span_1_of_6, .tab-scroll .span_2_of_6, .tab-scroll .span_3_of_6, .tab-scroll .span_4_of_6, .tab-scroll .span_5_of_6, .tab-scroll .span_6_of_6 {
    width: 50%; } }
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; }

  .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 {
    width: 100%; } }
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.clearfix {
  overflow: auto; }

.First {
  margin-left: 0;
  clear: left; }

.sitRight {
  float: right;
  clear: right; }

img {
  width: 100%; }

select {
  cursor: pointer;
  background-image: url(/resources/themes/Candles/images/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position-y: 50%;
  background-position-x: calc(100% - 20px);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

.video-block iframe {
  width: 100% !important;
  height: 50.5vw; }
  @media screen and (min-width: 768px) {
    .video-block iframe {
      height: 35vw; } }
  @media screen and (min-width: 1024px) {
    .video-block iframe {
      height: 25.5vw; } }

.featherlight-content {
  padding: 0 !important;
  border: 0 !important; }
  .featherlight-content .featherlight-next, .featherlight-content .featherlight-previous {
    top: auto;
    bottom: 0;
    height: 60px;
    width: 60px;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden; }
    .featherlight-content .featherlight-next:before, .featherlight-content .featherlight-previous:before {
      content: "";
      background-size: 15px;
      height: 30px;
      width: 30px;
      background-repeat: no-repeat;
      display: block;
      position: relative;
      top: 20px;
      left: 20px; }
    .featherlight-content .featherlight-next span, .featherlight-content .featherlight-previous span {
      display: none; }
  .featherlight-content .featherlight-next {
    right: 0;
    left: auto; }
    .featherlight-content .featherlight-next:before {
      background-image: url("/resources/themes/Candles/images/icons/arrow-r-white.svg"); }
  .featherlight-content .featherlight-previous {
    left: 0; }
    .featherlight-content .featherlight-previous:before {
      background-image: url("/resources/themes/Candles/images/icons/arrow-l-white.svg"); }
  .featherlight-content .featherlight-close-icon {
    font-size: 30px;
    color: #fff;
    width: auto;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3); }

.owl-nav {
  width: 100%;
  position: absolute;
  top: 50%; }
  .owl-nav div {
    position: absolute;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    padding: 10px 15px;
    height: 40px;
    width: 40px;
    opacity: 1; }
    .owl-nav div:hover {
      opacity: .5; }
    .owl-nav div i {
      color: #567eff;
      font-weight: 700;
      font-size: 20px; }
  .owl-nav .owl-prev {
    left: 15px; }
  .owl-nav .owl-next {
    right: 15px; }

.btn {
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin: 15px 0;
  padding: 15px 20px;
  color: #fff;
  background: #a2a2a2;
  text-align: center; }
  .btn:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px;
    font-size: 18px;
    float: left; }
  .btn:hover {
    background: #ededed;
    color: #fff; }

.btn.small:before {
  content: ""; }

.btn.white {
  color: #567eff;
  background: #fff; }

.btn.blue {
  background: #567eff; }
  .btn.blue:hover {
    background: #3a53a4; }

.btn.green {
  background: #12be3e; }
  .btn.green:hover {
    background: #295133; }

.btn.yellow {
  background: #c3e11f; }
  .btn.yellow:hover {
    background: #fffbbb; }

#breadcrumbs ul {
  font-size: 14px;
  color: #373737; }
  #breadcrumbs ul a {
    color: #a2a2a2;
    font-weight: 700; }

.text-block ul, .split ul {
  margin: 10px 0;
  width: 100%;
  float: left; }
  .text-block ul li, .split ul li {
    font-size: 14px;
    font-weight: 700;
    color: #373737;
    margin: 0;
    width: 100%;
    float: left; }
    @media screen and (min-width: 1024px) {
      .text-block ul li, .split ul li {
        font-size: 18px;
        line-height: 29.124px; } }
    .text-block ul li:before, .split ul li:before {
      content: "\f101";
      font-family: 'Font Awesome 5 Free';
      font-size: 18px;
      line-height: 29.124px;
      color: #a2a2a2;
      position: relative;
      padding-right: 8px;
      display: block;
      float: left;
      height: 35px; }
.text-block p.large-body, .split p.large-body {
  font-size: 18px;
  line-height: 29.124px; }

.text-block ul {
  float: left;
  margin: 10px 0 20px; }
.text-block ul.bullet-width li {
  width: 50%; }
  @media screen and (min-width: 560px) {
    .text-block ul.bullet-width li {
      width: 50%; } }
.text-block img {
  width: 90%;
  display: block;
  margin: 0 auto; }

.pagination {
  position: relative;
  display: block; }
  .pagination .next-button, .pagination .previous-button {
    background-color: #1D95E1;
    color: #ffffff;
    float: left;
    padding: 5px 17px;
    text-decoration: none;
    margin-right: 4px;
    font-size: 25px;
    margin-top: 4px;
    line-height: 34px; }
  .pagination .number-button {
    float: left;
    padding: 3px 15px;
    line-height: 36px;
    font-size: 18px;
    text-decoration: none;
    margin: 4px;
    border: 1px solid #b3aeae;
    color: #b3aeae; }
    .pagination .number-button:hover {
      background-color: #1D95E1;
      color: #ffffff;
      border: 1px solid #1D95E1; }
  .pagination a.active {
    background-color: #1D95E1;
    color: #ffffff;
    border: 1px solid #1D95E1; }

.blog-pager ul a {
  background: #ededed;
  text-transform: uppercase;
  padding: 15px 25px;
  font-weight: 700;
  color: #a2a2a2; }
  .blog-pager ul a span {
    display: none; }
.blog-pager ul .prev-p {
  float: left; }
.blog-pager ul .next-p {
  float: right; }

.twitter-carousel li img {
  height: auto;
  width: 100%;
  margin-top: 10px;
  -webkit-mask-image: linear-gradient(black 10%, transparent 40%);
  mask-image: linear-gradient(black 10%, transparent 40%); }
.twitter-carousel li.twitter-img {
  height: 200px;
  overflow: hidden; }

.title-bar {
  float: left;
  width: 100%;
  margin-bottom: 10px; }
  .title-bar img {
    width: 45px;
    float: left;
    margin-right: 10px; }
    @media screen and (min-width: 1024px) {
      .title-bar img {
        width: 55px;
        margin-right: 15px; } }
  .title-bar .title {
    font-size: 24px;
    line-height: 28.8px; }
    @media screen and (min-width: 1024px) {
      .title-bar .title {
        font-size: 36px;
        line-height: 43.2px; } }
    @media screen and (min-width: 1500px) {
      .title-bar .title {
        font-size: 48px;
        line-height: 57.6px; } }

.breadcrumbs {
  margin: 0 auto;
  padding-top: 30px; }
  .breadcrumbs li {
    float: left; }
    .breadcrumbs li a {
      font-size: 14px;
      font-weight: 700;
      color: #373737; }
      .breadcrumbs li a:hover {
        color: #a2a2a2; }
    .breadcrumbs li i {
      font-size: 12px;
      margin: 0 10px;
      color: #567eff; }
    .breadcrumbs li:last-of-type a {
      font-weight: 400; }

header {
  float: left;
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 20px;
  padding: 0 20px; }
  @media screen and (min-width: 1500px) {
    header {
      padding: 0;
      top: 40px; } }
  header .wrap {
    -webkit-box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.3);
    overflow: auto;
    padding: 0; }
  header .logo {
    background: #295133;
    float: left;
    width: 50%;
    height: 70px;
    position: relative; }
    @media screen and (min-width: 768px) {
      header .logo {
        height: 100px;
        width: 30%; } }
    @media screen and (min-width: 1024px) {
      header .logo {
        width: 25%; } }
    @media screen and (min-width: 1200px) {
      header .logo {
        width: 15%; } }
    @media screen and (min-width: 1500px) {
      header .logo {
        width: 18%; } }
    header .logo img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 80%; }
  header nav {
    background: #fff;
    float: left;
    padding: 15px 20px;
    width: 50%;
    height: 70px; }
    @media screen and (min-width: 768px) {
      header nav {
        height: 100px;
        width: 30%;
        padding: 30px; } }
    @media screen and (min-width: 1024px) {
      header nav {
        width: 40%; } }
    @media screen and (min-width: 1200px) {
      header nav {
        width: 60%;
        padding: 30px 25px; } }
    @media screen and (min-width: 1500px) {
      header nav {
        padding: 20px 40px; } }
    header nav .search {
      width: 25px;
      float: right;
      padding: 7px 0;
      cursor: pointer; }
      @media screen and (min-width: 1500px) {
        header nav .search {
          padding: 2% 0; } }
    header nav .search-input {
      width: 100%;
      padding: 15px;
      font-size: 18px;
      line-height: 29.124px; }
    @media screen and (min-width: 1200px) {
      header nav .main-nav {
        padding-right: 2%;
        float: left;
        width: calc(100% - 50px); } }
    header nav .mobile-menu {
      display: none;
      width: 40px;
      float: left;
      opacity: 1; }
      header nav .mobile-menu:hover {
        opacity: .5; }
      header nav .mobile-menu.active {
        display: block; }
      @media screen and (min-width: 1200px) {
        header nav .mobile-menu {
          display: none !important; } }
  header .cta-area {
    float: left;
    width: 100%;
    height: 70px; }
    @media screen and (min-width: 768px) {
      header .cta-area {
        height: 100px;
        width: 40%; } }
    @media screen and (min-width: 1024px) {
      header .cta-area {
        width: 35%; } }
    @media screen and (min-width: 1200px) {
      header .cta-area {
        width: 25%; } }
    @media screen and (min-width: 1500px) {
      header .cta-area {
        width: 22%; } }
    header .cta-area a:first-of-type .item:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto 0;
      height: 70%;
      border-right: 1px solid white; }
    header .cta-area a:last-of-type .item {
      background: #295133; }
    header .cta-area a .item {
      position: relative;
      float: left;
      height: 100%;
      width: 33.333333%;
      background: #c3e11f;
      padding: 10px;
      text-align: center;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      @media screen and (min-width: 768px) {
        header .cta-area a .item {
          padding: 15px; } }
      header .cta-area a .item:hover {
        background: #567eff; }
        header .cta-area a .item:hover:after {
          border: 0; }
      header .cta-area a .item img {
        height: 20px; }
        @media screen and (min-width: 768px) {
          header .cta-area a .item img {
            height: 25px;
            margin-bottom: 5px; } }
      header .cta-area a .item p {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 14.4px; }
        @media screen and (min-width: 1500px) {
          header .cta-area a .item p {
            font-size: 14px;
            line-height: 16.8px; } }

.loginSelector {
  position: absolute;
  top:100%;
  width: 16.2%;
  display: none; 
}

.loginSelector .item {
  width: 50% !important; 
}

.loginSelector .register {
  background-color: #295133 !important; 
}

.loginSelector .item:hover {
  background-color: #567eff !important; 
}

@media (max-width: 1199px) {
  nav .main-nav {
    display: none;
    position: absolute;
    z-index: 999999;
    top: 75px;
    left: 0;
    width: 100%;
    background: #567eff;
    padding: 30px 10px; } }
  @media screen and (max-width: 1199px) and (min-width: 768px) {
    nav .main-nav {
      top: 80px; } }
@media (max-width: 1199px) {
    nav .main-nav .nav-item {
      text-align: center;
      margin: 10px 0;
      float: left;
      width: 100%; } }
    @media screen and (max-width: 1199px) and (min-width: 768px) {
      nav .main-nav .nav-item {
        width: 50%; } }
@media (max-width: 1199px) {
      nav .main-nav .nav-item a {
        font-size: 18px;
        line-height: 21.6px;
        font-weight: 700;
        color: #fff; } }
      @media screen and (max-width: 1199px) and (min-width: 1200px) {
        nav .main-nav .nav-item a {
          font-size: 24px;
          line-height: 28.8px; } }
@media (max-width: 1199px) {
      nav .main-nav .nav-item i.dropdown-arrow {
        font-size: 18px;
        position: relative;
        left: 10px;
        top: -2px;
        color: #fff; }
      nav .main-nav .nav-item .dropdown {
        display: none;
        background: #373737;
        margin-top: 10px;
        padding: 10px 0; }
        nav .main-nav .nav-item .dropdown .sub-nav-title {
          border-bottom: 1px solid #a2a2a2;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          nav .main-nav .nav-item .dropdown .sub-nav-title a {
            color: #ededed; }
        nav .main-nav .nav-item .dropdown li {
          margin: 5px 0;
          padding: 0 10px; }
          nav .main-nav .nav-item .dropdown li a {
            font-size: 18px;
            line-height: 29.124px;
            color: #fff; } }
@media (min-width: 1200px) {
  nav {
    float: right;
    clear: right;
    position: relative; }
    nav .main-nav {
      text-align: right; }
      nav .main-nav .nav-item {
        display: inline-block;
        padding: 10px;
        position: relative; }
        nav .main-nav .nav-item:last-of-type {
          padding-right: 0; }
        nav .main-nav .nav-item:hover .dropdown {
          display: block; } }
      @media screen and (min-width: 1200px) and (min-width: 1500px) {
        nav .main-nav .nav-item {
          padding: 15px 20px 20px; } }
@media (min-width: 1200px) {
        nav .main-nav .nav-item a {
          font-weight: 700;
          font-size: 14px;
          color: #373737; }
          nav .main-nav .nav-item a:hover {
            color: #a2a2a2; } }
        @media screen and (min-width: 1200px) and (min-width: 1500px) {
          nav .main-nav .nav-item a {
            font-size: 18px;
            line-height: 29.124px; } }
@media (min-width: 1200px) {
        nav .main-nav .nav-item a.current {
          border-bottom: 5px solid #fff; }
      nav .main-nav .item-with-dropdown {
        padding: 10px 20px 10px 10px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
        nav .main-nav .item-with-dropdown:hover {
          background: #567eff; } }
      @media screen and (min-width: 1200px) and (min-width: 1200px) {
        nav .main-nav .item-with-dropdown {
          padding: 15px 30px 20px 20px; } }
@media (min-width: 1200px) {
        nav .main-nav .item-with-dropdown i.dropdown-arrow {
          font-size: 10px;
          position: relative;
          left: 10px;
          top: -2px;
          color: #fff; }
        nav .main-nav .item-with-dropdown a:hover {
          color: #fff; }
        nav .main-nav .item-with-dropdown .dropdown {
          display: none;
          background-color: #373737;
          padding: 30px;
          width: 350px;
          position: absolute;
          z-index: 999999;
          top: 60px;
          left: 0;
          text-align: left; }
          nav .main-nav .item-with-dropdown .dropdown .sub-nav-title {
            margin-bottom: 20px; }
            nav .main-nav .item-with-dropdown .dropdown .sub-nav-title a, nav .main-nav .item-with-dropdown .dropdown .sub-nav-title p {
              color: #ededed;
              text-transform: uppercase; }
              nav .main-nav .item-with-dropdown .dropdown .sub-nav-title a:before, nav .main-nav .item-with-dropdown .dropdown .sub-nav-title p:before {
                content: "\f061";
                font-family: 'Font Awesome 5 Free';
                padding-right: 10px;
                float: left; }
          nav .main-nav .item-with-dropdown .dropdown li:not(.sub-nav-title) {
            margin: 5px 0; }
            nav .main-nav .item-with-dropdown .dropdown li:not(.sub-nav-title) a {
              color: #fff;
              text-transform: unset;
              font-family: 'Open Sans', sans-serif;
              font-weight: 700; }
              nav .main-nav .item-with-dropdown .dropdown li:not(.sub-nav-title) a:hover {
                color: #a2a2a2; } }
footer {
  background: #333623;
  float: left;
  width: 100%;
  padding: 40px 0; }
  footer .title {
    font-family: 'Crimson Text', sans-serif;
    font-size: 24px;
    line-height: 28.8px;
    color: #fff;
    margin-bottom: 20px; }
    @media screen and (min-width: 1200px) {
      footer .title {
        font-size: 36px;
        line-height: 43.2px; } }
  footer .cols {
    float: left;
    width: 100%;
    margin: 10px 0; }
    @media screen and (min-width: 1024px) {
      footer .cols {
        width: 50%; } }
    footer .cols .item {
      width: 100%;
      float: left; }
      @media screen and (min-width: 768px) {
        footer .cols .item {
          width: 50%; } }
    footer .cols .menu li {
      margin: 5px 0; }
      footer .cols .menu li a {
        color: #fff;
        font-size: 18px;
        line-height: 29.124px;
        font-weight: 700; }
    footer .cols .contact-info .address p {
      font-size: 14px;
      line-height: 18px;
      color: #fff; }
    footer .cols .contact-info ul {
      margin: 15px 0; }
      footer .cols .contact-info ul li {
        margin: 5px 0;
        float: left;
        width: 100%; }
        footer .cols .contact-info ul li img {
          width: 35px;
          display: inline-block;
          margin-right: 10px; }
        footer .cols .contact-info ul li p {
          font-size: 18px;
          line-height: 29.124px;
          font-weight: 700;
          display: inline-block;
          color: #fff;
          position: relative;
          top: -10px; }
    footer .cols .contact-info .social li {
      margin: 5px 10px;
      width: 50px; }
      footer .cols .contact-info .social li img {
        width: 100%; }
    footer .cols .social {
      margin: 15px 0; }
      footer .cols .social li {
        float: left;
        width: 50px;
        margin-right: 15px;
        opacity: 1;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s; }
        footer .cols .social li:hover {
          opacity: .5; }
    footer .cols .footer-ctas {
      float: left;
      width: 100%;
      margin-bottom: 3%; }
      footer .cols .footer-ctas li {
        float: left;
        width: 31.3%;
        margin-right: 3%;
        background: #c3e11f;
        height: 55px;
        padding: 15px; }
        footer .cols .footer-ctas li:last-of-type {
          background: #295133;
          margin-right: 0; }
        footer .cols .footer-ctas li img {
          height: 25px;
          width: auto;
          float: left;
          margin-right: 10px; }
        footer .cols .footer-ctas li p {
          float: left;
          color: #fff;
          font-weight: 700; }
    footer .cols .search {
      width: 100%;
      background-color: rgba(255, 255, 255, 0.3);
      font-weight: 700;
      color: #fff;
      padding: 20px;
      padding-left: 45px;
      border: 0;
      background-image: url(/resources/themes/Candles/images/icons/search-white.svg);
      background-size: 20px;
      background-position: 15px;
      background-repeat: no-repeat; }

.site-credit {
  background: #131313;
  padding: 10px 0;
  float: left;
  width: 100%; }
  .site-credit .wrap {
    padding: 0; }
  .site-credit p {
    color: #a2a2a2;
    margin: 0; }
    .site-credit p span {
      font-weight: 700;
      color: #a2a2a2; }
  .site-credit .by {
    float: left; }
  .site-credit .copyright {
    float: left; }
    @media screen and (min-width: 560px) {
      .site-credit .copyright {
        float: right; } }

.full-width-tabs {
  background-size: cover;
  background-repeat: no-repeat; }
  .full-width-tabs .overlay {
    width: 100%;
    height: 100%;
    overflow: auto; }
  .full-width-tabs .tabs {
    float: left;
    width: 100%; }
    .full-width-tabs .tabs li {
      cursor: pointer;
      float: left; }
      .full-width-tabs .tabs li:last-of-type {
        margin-right: 0; }
  .full-width-tabs .content {
    display: none; }
    .full-width-tabs .content .img-area {
      width: 100%;
      float: left;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .full-width-tabs .content .img-area {
          width: 35%;
          margin-bottom: 0; } }
    .full-width-tabs .content .text-area {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .full-width-tabs .content .text-area {
          width: 63%;
          float: left; } }
      .full-width-tabs .content .text-area p {
        margin-bottom: 20px; }
  .full-width-tabs .content.current {
    display: inherit; }
    .full-width-tabs .content.current * {
      display: inherit; }

.cta {
  float: left;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat; }
  .cta .overlay {
    float: left;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative; }
    .cta .overlay .block-title {
      color: #fff; }
    .cta .overlay .btn {
      position: absolute;
      bottom: 20px;
      left: 20px; }

.full-width-tabs {
  padding: 50px 10px; }
  .full-width-tabs .tabs {
    width: 100%;
    float: left; }
    @media screen and (min-width: 1024px) {
      .full-width-tabs .tabs {
        width: 30%; } }
    .full-width-tabs .tabs li {
      background: #fff;
      padding: 20px;
      width: 100%;
      margin-bottom: 20px; }
      .full-width-tabs .tabs li img {
        width: 50px;
        padding-right: 15px;
        float: left; }
      .full-width-tabs .tabs li p {
        font-weight: 700;
        font-size: 18px;
        line-height: 21.6px;
        color: #a2a2a2;
        padding-top: 3px; }
        @media screen and (min-width: 1200px) {
          .full-width-tabs .tabs li p {
            font-size: 24px;
            line-height: 28.8px; } }
    .full-width-tabs .tabs li.current {
      background: #295133;
      color: #fff; }
      .full-width-tabs .tabs li.current p {
        color: #fff; }
  .full-width-tabs .content {
    width: 100%;
    float: right; }
    @media screen and (min-width: 1024px) {
      .full-width-tabs .content {
        width: 60%; } }
    .full-width-tabs .content .text-area {
      width: 100%;
      padding: 25px; }

.cta {
  float: left;
  width: 100%;
  margin: 2% 0;
  height: 470px; }
  .cta .area {
    float: left;
    width: 100%; }
  .cta .img.area {
    background-size: cover;
    background-repeat: no-repeat;
    height: 310px; }
  .cta .text.area {
    padding: 20px; }
    .cta .text.area .title {
      font-size: 24px;
      line-height: 28.8px;
      color: #fff;
      margin-bottom: 10px; }
      @media screen and (min-width: 1024px) {
        .cta .text.area .title {
          font-size: 36px;
          line-height: 43.2px; } }
      @media screen and (min-width: 1500px) {
        .cta .text.area .title {
          font-size: 48px;
          line-height: 57.6px; } }
    .cta .text.area .btn {
      margin: 0; }

.internal-banner {
  float: left;
  width: 100%;
  height: 350px;
  padding-top: 150px;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 1024px) {
    .internal-banner {
      height: 485px;
      padding-top: 180px; } }
  .internal-banner .text-area {
    -webkit-box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.3);
    padding: 20px;
    float: left;
    width: 100%;
    background: #fff; }
    @media screen and (min-width: 768px) {
      .internal-banner .text-area {
        width: 70%; } }
    @media screen and (min-width: 1024px) {
      .internal-banner .text-area {
        width: 50%;
        padding: 30px; } }
    .internal-banner .text-area .title {
      font-size: 36px;
      line-height: 43.2px; }
      @media screen and (min-width: 1200px) {
        .internal-banner .text-area .title {
          font-size: 48px;
          line-height: 57.6px; } }
      @media screen and (min-width: 1500px) {
        .internal-banner .text-area .title {
          font-size: 72px;
          line-height: 72px; } }
    .internal-banner .text-area .sub {
      font-size: 18px;
      line-height: 29.124px;
      font-weight: 700;
      line-height: 29.124px;
      color: #373737;
      margin-bottom: 0; }

.internal-banner.portal .wrap {
  position: relative;
  overflow: auto;
  height: 100%; }
.internal-banner.portal .icon {
  float: left;
  width: 60px;
  margin-right: 20px; }
  @media screen and (min-width: 1024px) {
    .internal-banner.portal .icon {
      width: 140px; } }
.internal-banner.portal .text-area {
  width: 70%; }
  @media screen and (min-width: 1024px) {
    .internal-banner.portal .text-area {
      width: 50%; } }
.internal-banner.portal .user-id {
  background: #567eff;
  padding: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 250px; }
  .internal-banner.portal .user-id img {
    width: 30px;
    float: left;
    margin-right: 10px; }
  .internal-banner.portal .user-id p {
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 700;
    color: #fff; }
    @media screen and (min-width: 1200px) {
      .internal-banner.portal .user-id p {
        font-size: 24px;
        line-height: 28.8px; } }

.account-container {
  float: left;
  width: 100%;
  margin: 40px 0; }
  .account-container h1, .account-container h2 {
    color: #373737;
    font-size: 24px; }
  .account-container .accountnav {
    background: #e4e4e4;
    padding: 20px;
    float: right;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .account-container .accountnav {
        width: 25%; } }
    .account-container .accountnav .nav-list {
      float: left;
      width: 100%;
      border-bottom: 1px solid #aaa;
      margin-bottom: 20px;
      padding-bottom: 20px; }
      .account-container .accountnav .nav-list li {
        float: left;
        width: 100%;
        margin: 5px 0; }
        .account-container .accountnav .nav-list li a {
          font-weight: 700;
          font-size: 18px;
          line-height: 29.124px;
          color: #333; }
        .account-container .accountnav .nav-list li i {
          margin-right: 10px;
          color: #aaa; }
    .account-container .accountnav .memberdetails dt {
      font-weight: 700;
      font-size: 14px;
      color: #333; }
    .account-container .accountnav .memberdetails dd {
      font-size: 18px;
      line-height: 29.124px;
      margin-bottom: 10px; }
  .account-container #Account {
    float: left;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .account-container #Account {
        width: 72%; } }
    .account-container #Account table {
      border-spacing: 0 5px; }
      .account-container #Account table th, .account-container #Account table td {
        padding: 15px 10px;
        text-align: center; }
        .account-container #Account table th a, .account-container #Account table td a {
          color: #3B6BB4;
          font-weight: bold;
          text-decoration: none; }
          .account-container #Account table th a i, .account-container #Account table td a i {
            margin-right: 3px; }
        .account-container #Account table th span, .account-container #Account table td span {
          width: 100%;
          color: #333;
          float: left;
          margin: 5px 0; }
      .account-container #Account table thead {
        background: #3B6BB4; }
        .account-container #Account table thead th {
          font-size: 18px;
          color: #fff; }
      .account-container #Account table tbody tr {
        padding: 10px 0; }
        .account-container #Account table tbody tr td {
          background: #eee;
          font-size: 14px; }
      .account-container #Account table tfoot tr td {
        border-bottom: 1px solid #ccc; }
      .account-container #Account table tfoot tr:last-of-type td {
        border-bottom: 0; }

.account-container.address-book h1, .account-container.address-book h2 {
  width: 100%;
  float: left; }
.account-container.address-book .panel {
  margin-bottom: 20px; }
.account-container.address-book #Form_CreateAddressForm {
  width: 100%;
  float: left; }
.account-container.address-book input[type=submit] {
  float: left; }

.account-container form {
  width: 100%;
  margin-right: 2%;
  background: #e4e4e4;
  padding: 15px 25px; }
  @media screen and (min-width: 1024px) {
    .account-container form {
      width: 49%; }
      .account-container form:nth-of-type(2n) {
        margin-right: 0; } }
  .account-container form .field {
    float: left;
    width: 100%;
    margin: 7px 0; }
  .account-container form input[type=text], .account-container form input[type=password], .account-container form textarea, .account-container form select {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: 0; }
  .account-container form label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    float: left;
    width: 100%; }
  .account-container form input[type=submit] {
    background: #3B6BB4;
    color: #fff;
    font-weight: bold;
    float: left;
    margin: 15px 0;
    padding: 10px 15px;
    border: 0; }

.account-container.order-page table {
  margin: 30px 0;
  border: none;
  border-collapse: unset; }
  .account-container.order-page table tr th {
    background: unset; }
  .account-container.order-page table tr th, .account-container.order-page table tr td {
    border: unset; }
.account-container.order-page #OutstandingTable {
  display: none; }

.cart-page {
  float: left;
  width: 100%; }
  .cart-page .area {
    width: 100%;
    float: left; }
    @media screen and (min-width: 1024px) {
      .cart-page .area {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%; }
        .cart-page .area:last-of-type {
          margin-right: 0; } }

.title-bar {
  padding: 15px 20px;
  width: 100%;
  background: #567eff;
  margin-bottom: 10px; }
  .title-bar .title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0; }

.user-journey {
  overflow: auto;
  margin: 0 auto;
  max-width: 900px;
  padding: 20px 15px; }
  .user-journey .item {
    opacity: .3;
    float: left;
    width: 33%;
    text-align: center;
    padding: 20px;
    position: relative; }
    .user-journey .item .icon {
      width: 35px;
      margin-bottom: 20px; }
    .user-journey .item .title {
      color: #567eff;
      font-size: 24px;
      line-height: 28.8px; }
      @media screen and (min-width: 1200px) {
        .user-journey .item .title {
          font-size: 36px;
          line-height: 43.2px; } }
    .user-journey .item .arrow {
      width: 20px;
      position: absolute;
      bottom: 45px;
      right: -10px;
      display: none; }
      @media screen and (min-width: 768px) {
        .user-journey .item .arrow {
          display: block; } }
  .user-journey .item.active {
    opacity: 1; }

.cart-list {
  margin: 20px 0;
  float: left;
  width: 100%; }
  .cart-list .item {
    position: relative;
    padding: 30px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #EDEDED; }
    .cart-list .item:last-of-type {
      border-bottom: none; }
    .cart-list .item .product-img {
      width: 10%;
      float: left;
      border: 1px solid #C9C9C9;
      margin-right: 3%; }
    .cart-list .item .details {
      float: left;
      width: 62%; }
      .cart-list .item .details .title {
        font-size: 24px;
        line-height: 28.8px;
        font-weight: 400;
        margin-bottom: 20px; }
        @media screen and (min-width: 1200px) {
          .cart-list .item .details .title {
            font-size: 36px;
            line-height: 43.2px; } }
      .cart-list .item .details p {
        color: #a2a2a2;
        font-weight: 700; }
        .cart-list .item .details p span {
          font-weight: 400; }
      .cart-list .item .details ul {
        margin: 5px 0; }
        .cart-list .item .details ul li {
          color: #a2a2a2;
          font-weight: 700;
          font-size: 14px; }
          .cart-list .item .details ul li:before {
            content: "-";
            margin-right: 10px; }
    .cart-list .item .quantity {
      float: left;
      width: 10%; }
      .cart-list .item .quantity .quantityfield a {
        display: none; }
      .cart-list .item .quantity p {
        float: left;
        font-size: 12px;
        margin-right: 10px;
        position: relative;
        top: 7px; }
      .cart-list .item .quantity input {
        float: left;
        padding: 10px;
        width: 55px;
        text-align: center; }
    .cart-list .item .price {
      float: left;
      width: 15%;
      text-align: right; }
      .cart-list .item .price p {
        font-family: 'Crimson Text', sans-serif;
        color: #295133;
        font-size: 12px;
        margin-bottom: 5px; }
      .cart-list .item .price .figure {
        font-weight: 700;
        font-size: 24px;
        line-height: 28.8px; }
        @media screen and (min-width: 1200px) {
          .cart-list .item .price .figure {
            font-size: 36px;
            line-height: 43.2px; } }
    .cart-list .item .delete {
      position: absolute;
      right: 0;
      bottom: 30px;
      width: 20px; }

.shipping .form {
  padding: 20px;
  border: 1px solid #C9C9C9;
  float: left;
  width: 100%; }
  .shipping .form label {
    font-family: 'Crimson Text', sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    float: left;
    width: 100%; }
  .shipping .form input {
    border: 1px solid #C9C9C9;
    padding: 10px;
    width: 100%;
    float: left;
    margin-bottom: 20px; }
  .shipping .form textarea {
    width: 100%; }

.shippingestimator {
  border: 1px solid #a2a2a2;
  padding: 20px; }
  .shippingestimator form .field {
    margin: 10px 0; }
    .shippingestimator form .field label {
      font-weight: 700;
      font-size: 14px;
      width: 100%;
      float: left;
      margin-bottom: 5px; }
    .shippingestimator form .field input[type=text] {
      padding: 10px;
      border: 1px solid #a2a2a2;
      width: 100%; }
  .shippingestimator form input[type=submit] {
    padding: 10px 15px;
    border: 0;
    background: #295133;
    color: #fff;
    font-weight: 700; }
  .shippingestimator .estimates {
    margin: 15px 0; }
    .shippingestimator .estimates table {
      border-spacing: 0 10px;
      width: 100%; }
      .shippingestimator .estimates table th, .shippingestimator .estimates table td {
        font-size: 14px;
        text-align: center;
        padding: 10px 25px; }
      .shippingestimator .estimates table thead {
        background: #EDEDED; }

.order-summary .values {
  background: #EDEDED;
  padding: 20px;
  float: left;
  width: 100%; }
  .order-summary .values li {
    border-bottom: 1px solid #C9C9C9;
    padding: 25px 0;
    float: left;
    width: 100%; }
    .order-summary .values li:last-of-type {
      border-bottom: 0; }
      .order-summary .values li:last-of-type p {
        font-size: 24px;
        line-height: 28.8px; }
        @media screen and (min-width: 1024px) {
          .order-summary .values li:last-of-type p {
            font-size: 36px;
            line-height: 43.2px; } }
        @media screen and (min-width: 1500px) {
          .order-summary .values li:last-of-type p {
            font-size: 48px;
            line-height: 57.6px; } }
    .order-summary .values li p {
      font-size: 18px;
      line-height: 29.124px; }
    .order-summary .values li .title {
      font-family: 'Crimson Text', sans-serif;
      font-weight: 700;
      float: left; }
    .order-summary .values li .value {
      float: right; }
  .order-summary .values .btn {
    float: left; }
    .order-summary .values .btn:first-of-type {
      float: right; }

.checkout-page select {
  width: 100%;
  margin: 15px 0; }
.checkout-page .area {
  width: 100%;
  float: left;
  margin-bottom: 2%; }
  @media screen and (min-width: 768px) {
    .checkout-page .area {
      width: 49%;
      margin-right: 2%; }
      .checkout-page .area:last-of-type {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .checkout-page .area {
      width: 68%; }
      .checkout-page .area:last-of-type {
        width: 30%; } }
.checkout-page .form .field {
  width: 100%;
  float: left; }
  @media screen and (min-width: 1024px) {
    .checkout-page .form .field {
      width: 48%;
      margin-right: 2%; }
      .checkout-page .form .field:last-of-type(2n) {
        margin-right: 0; } }
.checkout-page .form input[type=submit] {
  border: 0;
  width: auto;
  float: right;
  background: #295133;
  color: #fff;
  font-weight: 700; }
.checkout-page .form #CheckoutForm_ShippingAddressForm .field, .checkout-page .form #CheckoutForm_BillingAddressForm .field, .checkout-page .form #Form_ShippingMethodForm .field {
  width: 100%; }
  .checkout-page .form #CheckoutForm_ShippingAddressForm .field label, .checkout-page .form #CheckoutForm_BillingAddressForm .field label, .checkout-page .form #Form_ShippingMethodForm .field label {
    width: auto; }
  .checkout-page .form #CheckoutForm_ShippingAddressForm .field span, .checkout-page .form #CheckoutForm_BillingAddressForm .field span, .checkout-page .form #Form_ShippingMethodForm .field span {
    font-size: 12px;
    width: 100%;
    float: left;
    margin-bottom: 10px; }
  .checkout-page .form #CheckoutForm_ShippingAddressForm .field input, .checkout-page .form #CheckoutForm_BillingAddressForm .field input, .checkout-page .form #Form_ShippingMethodForm .field input {
    width: auto;
    margin-right: 10px;
    position: relative;
    top: 5px; }
  .checkout-page .form #CheckoutForm_ShippingAddressForm .field input[type=text], .checkout-page .form #CheckoutForm_BillingAddressForm .field input[type=text], .checkout-page .form #Form_ShippingMethodForm .field input[type=text] {
    width: 100%;
    top: 0;
    margin-bottom: 5px; }
  .checkout-page .form #CheckoutForm_ShippingAddressForm .field .optionset li, .checkout-page .form #CheckoutForm_BillingAddressForm .field .optionset li, .checkout-page .form #Form_ShippingMethodForm .field .optionset li {
    width: 100%;
    float: left;
    margin: 10px 0; }
.checkout-page .order-summary .cart-list {
  background: #ededed;
  padding: 20px;
  margin: 0; }
  .checkout-page .order-summary .cart-list .item {
    padding: 30px 0 60px;
    border-bottom: 1px solid #a2a2a2; }
    .checkout-page .order-summary .cart-list .item:last-of-type {
      border-bottom: 0; }
    .checkout-page .order-summary .cart-list .item .details {
      position: relative; }
      .checkout-page .order-summary .cart-list .item .details h4 {
        font-size: 14px;
        margin-bottom: 10px; }
      .checkout-page .order-summary .cart-list .item .details .subtitle {
        font-size: 12px; }
    .checkout-page .order-summary .cart-list .item .quantity {
      position: absolute;
      bottom: 20px;
      right: 0;
      width: 100px;
      text-align: right; }
      .checkout-page .order-summary .cart-list .item .quantity p {
        position: relative;
        top: 0; }
    .checkout-page .order-summary .cart-list .item .price {
      width: 25%; }

.payment-page {
  float: left;
  width: 100%;
  margin: 1% 0 2%; }
  .payment-page form {
    border: 1px solid #a2a2a2;
    padding: 30px; }
    .payment-page form .field {
      float: left;
      width: 100%;
      margin: 10px 0; }
      .payment-page form .field label {
        font-weight: 700;
        font-size: 14px;
        width: 100% !important;
        margin-bottom: 5px; }
      .payment-page form .field span {
        font-size: 12px;
        width: 100%;
        float: left;
        margin-bottom: 10px; }
      .payment-page form .field input {
        width: 100% !important;
        padding: 15px;
        border: 1px solid #a2a2a2; }
    .payment-page form .fieldgroup .fieldgroup-field {
      width: 100%;
      float: left;
      margin: 10px 0; }
      .payment-page form .fieldgroup .fieldgroup-field label {
        margin-right: 20px;
        font-weight: 400; }
      .payment-page form .fieldgroup .fieldgroup-field select {
        padding: 15px 50px 15px 15px; }
    .payment-page form input[type=submit] {
      background: #567eff;
      padding: 10px 15px;
      border: 0;
      color: #fff;
      font-weight: 700;
      margin: 10px 0; }

.checkout-membership {
  float: left;
  width: 100%;
  margin: 30px 0; }
  .checkout-membership h1, .checkout-membership h2 {
    text-align: center; }
  .checkout-membership #Form_MembershipForm {
    text-align: center; }
  .checkout-membership #MemberLoginForm_LoginForm, .checkout-membership #Form_MembershipForm {
    background: #ededed;
    padding: 30px;
    max-width: 500px;
    margin: 0 auto 30px; }
    .checkout-membership #MemberLoginForm_LoginForm .field.text, .checkout-membership #Form_MembershipForm .field.text {
      float: left;
      width: 100%;
      margin: 5px 0; }
      .checkout-membership #MemberLoginForm_LoginForm .field.text label, .checkout-membership #Form_MembershipForm .field.text label {
        font-weight: 700;
        padding-bottom: 5px;
        width: 100%;
        float: left; }
      .checkout-membership #MemberLoginForm_LoginForm .field.text input, .checkout-membership #Form_MembershipForm .field.text input {
        width: 100%;
        padding: 10px 15px;
        border: 1px solid #a2a2a2;
        font-size: 18px;
        line-height: 29.124px; }
    .checkout-membership #MemberLoginForm_LoginForm .field.checkbox, .checkout-membership #Form_MembershipForm .field.checkbox {
      float: left;
      width: 100%;
      margin: 10px 0; }
      .checkout-membership #MemberLoginForm_LoginForm .field.checkbox label, .checkout-membership #Form_MembershipForm .field.checkbox label {
        font-weight: 700;
        font-size: 14px;
        position: relative;
        top: 5px; }
    .checkout-membership #MemberLoginForm_LoginForm input[type=submit], .checkout-membership #Form_MembershipForm input[type=submit] {
      margin: 10px 0;
      background: #295133;
      padding: 10px 20px;
      color: #fff;
      border: 0;
      font-weight: 700;
      font-family: 'Crimson Text', sans-serif;
      font-size: 18px;
      line-height: 29.124px; }
      .checkout-membership #MemberLoginForm_LoginForm input[type=submit]:hover, .checkout-membership #Form_MembershipForm input[type=submit]:hover {
        background: #51d792; }

.product-page .area {
  float: left;
  width: 100%;
  margin: 2% 0; }
  @media screen and (min-width: 768px) {
    .product-page .area {
      width: 38%;
      margin-right: 2%; }
      .product-page .area:nth-of-type(2n) {
        width: 60%;
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .product-page .area {
      width: 49%;
      margin-right: 2%; }
      .product-page .area:nth-of-type(2n) {
        width: 49%;
        margin-right: 0; } }
.product-page .product-gallery .product-carousel-thumbs li {
  border: 1px solid #a2a2a2; }
.product-page .product-gallery .product-carousel-thumbs .owl-thumbs button {
  border: 1px solid #a2a2a2;
  background: none;
  width: 12%;
  margin-top: 2%;
  margin-right: 2%; }
.product-page .details .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 43.2px;
  color: #567eff; }
  @media screen and (min-width: 1200px) {
    .product-page .details .title {
      font-size: 48px;
      line-height: 57.6px; } }
  @media screen and (min-width: 1500px) {
    .product-page .details .title {
      font-size: 72px;
      line-height: 72px; } }
.product-page .details .sub-details .brand {
  width: 25%;
  float: left;
  margin-right: 3%; }
.product-page .details .sub-details .rating {
  width: 25%;
  float: left; }
  .product-page .details .sub-details .rating i {
    font-size: 1.3vw;
    color: #ffd000; }
  .product-page .details .sub-details .rating p {
    float: left;
    width: 100%; }
.product-page .details .sub-details .NumItemsInCart {
  float: right;
  font-weight: 700;
  width: 20%;
  margin-right: 2%;
  color: #567eff; }
.product-page .details .sub-details .product-code {
  clear: right;
  float: right;
  width: auto; }
  .product-page .details .sub-details .product-code .code {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #a2a2a2; }
    .product-page .details .sub-details .product-code .code span {
      font-weight: 700; }
  .product-page .details .sub-details .product-code i {
    float: left;
    color: #295133;
    font-size: 18px;
    line-height: 29.124px;
    margin-right: 5px; }
  .product-page .details .sub-details .product-code .stock {
    float: left;
    color: #295133;
    font-size: 18px;
    line-height: 29.124px;
    font-weight: 700; }
.product-page .details .price-area {
  float: left;
  width: 100%;
  margin-top: 20px; }
  .product-page .details .price-area .l {
    display: none;
    float: left;
    background: #a2a2a2;
    padding: 50px 10px;
    text-align: center; }
    @media screen and (min-width: 560px) {
      .product-page .details .price-area .l {
        display: block;
        width: 15%; } }
    @media screen and (min-width: 1024px) {
      .product-page .details .price-area .l {
        display: none; } }
    @media screen and (min-width: 1200px) {
      .product-page .details .price-area .l {
        display: block; } }
    .product-page .details .price-area .l p {
      font-size: 14px;
      font-family: 'Crimson Text', sans-serif;
      font-weight: 700; }
  .product-page .details .price-area .r {
    float: left;
    width: 100%;
    background: #e4e4e4;
    padding: 20px;
    position: relative; }
    @media screen and (min-width: 560px) {
      .product-page .details .price-area .r {
        display: block;
        width: 85%; } }
    @media screen and (min-width: 1024px) {
      .product-page .details .price-area .r {
        width: 100%; } }
    @media screen and (min-width: 1200px) {
      .product-page .details .price-area .r {
        width: 85%; } }
    .product-page .details .price-area .r .vari-item {
      margin: 30px 0; }
    .product-page .details .price-area .r .prices {
      float: left; }
      .product-page .details .price-area .r .prices .old {
        font-family: 'Crimson Text', sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 29.124px;
        color: #295133;
        text-decoration: line-through;
        margin-bottom: 5px; }
      .product-page .details .price-area .r .prices .new {
        font-family: 'Crimson Text', sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 28.8px;
        color: #295133; }
        @media screen and (min-width: 1200px) {
          .product-page .details .price-area .r .prices .new {
            font-size: 36px;
            line-height: 43.2px; } }
      .product-page .details .price-area .r .prices .vat {
        font-size: 12px;
        font-family: 'Crimson Text', sans-serif;
        color: #295133; }
    .product-page .details .price-area .r .quantity-area {
      float: right;
      width: 60%; }
      @media screen and (min-width: 1200px) {
        .product-page .details .price-area .r .quantity-area {
          margin-top: 20px; } }
      .product-page .details .price-area .r .quantity-area .addproductform fieldset {
        width: 120px;
        float: left; }
        .product-page .details .price-area .r .quantity-area .addproductform fieldset .field.text {
          margin-top: 5px; }
          .product-page .details .price-area .r .quantity-area .addproductform fieldset .field.text label {
            float: left;
            font-size: 14px;
            margin-top: 10px;
            margin-right: 10px; }
          .product-page .details .price-area .r .quantity-area .addproductform fieldset .field.text input[type=text] {
            float: left;
            width: 50px;
            border: 0;
            padding: 5px;
            width: 50px;
            font-size: 18px;
            line-height: 29.124px; }
        .product-page .details .price-area .r .quantity-area .addproductform fieldset .field.dropdown {
          position: absolute;
          bottom: 20px;
          left: 0;
          padding: 20px 20px 0;
          border-top: 1px solid #a2a2a2;
          width: 100%; }
          .product-page .details .price-area .r .quantity-area .addproductform fieldset .field.dropdown label {
            width: 50%;
            float: left;
            font-weight: 700;
            font-size: 14px; }
            @media screen and (min-width: 1024px) {
              .product-page .details .price-area .r .quantity-area .addproductform fieldset .field.dropdown label {
                margin-top: 10px; } }
          .product-page .details .price-area .r .quantity-area .addproductform fieldset .field.dropdown .middleColumn {
            width: 50%;
            float: right; }
            .product-page .details .price-area .r .quantity-area .addproductform fieldset .field.dropdown .middleColumn select {
              width: 100%; }
      .product-page .details .price-area .r .quantity-area .addproductform .btn-toolbar {
        float: right; }
        .product-page .details .price-area .r .quantity-area .addproductform .btn-toolbar .btn-before {
          height: 100%;
          float: left;
          padding: 8px 10px;
          -webkit-border-radius: 10px 0 0 10px;
          -moz-border-radius: 10px 0 0 10px;
          -ms-border-radius: 10px 0 0 10px;
          border-radius: 10px 0 0 10px;
          background: #fff; }
          @media screen and (min-width: 768px) {
            .product-page .details .price-area .r .quantity-area .addproductform .btn-toolbar .btn-before {
              padding: 14px 20px; } }
          .product-page .details .price-area .r .quantity-area .addproductform .btn-toolbar .btn-before img {
            width: 15px; }
        .product-page .details .price-area .r .quantity-area .addproductform .btn-toolbar input[type=submit] {
          height: 40px;
          height: 100%;
          float: right;
          font-size: 14px;
          font-weight: 700;
          padding: 10px;
          color: #fff;
          border: 0;
          -webkit-border-radius: 0 10px 10px 0;
          -moz-border-radius: 0 10px 10px 0;
          -ms-border-radius: 0 10px 10px 0;
          border-radius: 0 10px 10px 0;
          background: #295133;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          transition: 0.3s; }
          .product-page .details .price-area .r .quantity-area .addproductform .btn-toolbar input[type=submit]:hover {
            background: #51d792; }
          @media screen and (min-width: 768px) {
            .product-page .details .price-area .r .quantity-area .addproductform .btn-toolbar input[type=submit] {
              height: 50px;
              padding: 14px 23px; } }
      .product-page .details .price-area .r .quantity-area .addproductform .message {
        font-weight: 700;
        text-align: center;
        padding: 10px 5px; }
      .product-page .details .price-area .r .quantity-area .addproductform .message.good {
        color: #567eff; }
  .product-page .details .price-area .r.has-dropdown {
    padding-bottom: 100px; }
    .product-page .details .price-area .r.has-dropdown.has-2 {
      padding-bottom: 200px; }
      .product-page .details .price-area .r.has-dropdown.has-2 .field.dropdown.dropdown1 {
        bottom: 110px; }
    .product-page .details .price-area .r.has-dropdown.has-3 {
      padding-bottom: 300px; }
      .product-page .details .price-area .r.has-dropdown.has-3 .field.dropdown.dropdown1 {
        bottom: 210px; }
      .product-page .details .price-area .r.has-dropdown.has-3 .field.dropdown.dropdown2 {
        bottom: 110px; }
    .product-page .details .price-area .r.has-dropdown.has-4 {
      padding-bottom: 400px; }
      .product-page .details .price-area .r.has-dropdown.has-4 .field.dropdown.dropdown1 {
        bottom: 310px; }
      .product-page .details .price-area .r.has-dropdown.has-4 .field.dropdown.dropdown2 {
        bottom: 210px; }
      .product-page .details .price-area .r.has-dropdown.has-4 .field.dropdown.dropdown3 {
        bottom: 110px; }
.product-page .details .options-area {
  float: left;
  width: 100%;
  background: #ededed;
  padding: 20px; }
  .product-page .details .options-area .variations {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #a2a2a2; }
    .product-page .details .options-area .variations .variation-title {
      font-weight: 700;
      width: 50%;
      float: left;
      margin-top: 15px; }
    .product-page .details .options-area .variations select {
      width: 50%;
      float: left; }
  .product-page .details .options-area .additional .item {
    float: left;
    width: 100%;
    margin-bottom: 2%; }
    @media screen and (min-width: 768px) {
      .product-page .details .options-area .additional .item {
        width: 48%;
        margin-right: 2%; }
        .product-page .details .options-area .additional .item:nth-of-type {
          margin-right: 0; } }
    .product-page .details .options-area .additional .item input[type=checkbox] {
      float: left;
      position: relative;
      top: 20px;
      margin-right: 10px; }
    .product-page .details .options-area .additional .item img {
      width: 20%;
      float: left;
      margin-right: 10px; }
    .product-page .details .options-area .additional .item p {
      font-weight: 700;
      font-size: 14px; }
    .product-page .details .options-area .additional .item .price {
      color: #295133;
      margin-bottom: 5px; }
    .product-page .details .options-area .additional .item .add {
      background: #295133;
      color: #fff;
      font-weight: 700;
      font-size: 14px;
      padding: 5px 10px; }
.product-page .product-content-tabs {
  width: 100%;
  float: left;
  margin: 2% 0; }
  .product-page .product-content-tabs .tabs {
    width: 100%;
    float: left; }
    .product-page .product-content-tabs .tabs .tab-link {
      opacity: .4;
      position: relative;
      float: left;
      padding: 10px;
      background: #567eff;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      font-family: 'Crimson Text', sans-serif;
      padding: 12px 15px;
      margin-right: 15px;
      margin-bottom: 15px;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .product-page .product-content-tabs .tabs .tab-link {
          width: auto; } }
      .product-page .product-content-tabs .tabs .tab-link img {
        float: left;
        width: 25px;
        height: 25px;
        margin-right: 10px; }
      .product-page .product-content-tabs .tabs .tab-link p {
        float: left;
        margin-top: 10px; }
    .product-page .product-content-tabs .tabs .tab-link.current {
      opacity: 1; }
      @media screen and (min-width: 1024px) {
        .product-page .product-content-tabs .tabs .tab-link.current:after {
          content: "";
          position: absolute;
          bottom: -15px;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 15px solid #567eff; } }
  .product-page .product-content-tabs .tab-content {
    width: 100%;
    float: left;
    margin-top: 10px;
    background: #ededed;
    padding: 20px 30px; }
    .product-page .product-content-tabs .tab-content .table-text {
      width: 100%;
      float: left; }
      @media screen and (min-width: 1024px) {
        .product-page .product-content-tabs .tab-content .table-text {
          width: 31%;
          margin-right: 2%; } }
    .product-page .product-content-tabs .tab-content .content {
      display: none; }
      .product-page .product-content-tabs .tab-content .content.current {
        display: block; }
    .product-page .product-content-tabs .tab-content .table {
      width: 100%;
      float: left;
      overflow-x: auto; }
      @media screen and (min-width: 1024px) {
        .product-page .product-content-tabs .tab-content .table {
          width: 66%; } }
      .product-page .product-content-tabs .tab-content .table table {
        width: 100%;
        border-spacing: 0 10px; }
        .product-page .product-content-tabs .tab-content .table table tr {
          background: #fff; }
          .product-page .product-content-tabs .tab-content .table table tr:first-of-type {
            background: #a2a2a2; }
          .product-page .product-content-tabs .tab-content .table table tr th, .product-page .product-content-tabs .tab-content .table table tr td {
            text-align: center; }
            @media screen and (min-width: 768px) {
              .product-page .product-content-tabs .tab-content .table table tr th, .product-page .product-content-tabs .tab-content .table table tr td {
                padding: 10px; } }
          .product-page .product-content-tabs .tab-content .table table tr th {
            display: none;
            font-weight: 700;
            font-family: 'Crimson Text', sans-serif; }
            @media screen and (min-width: 768px) {
              .product-page .product-content-tabs .tab-content .table table tr th {
                display: table-cell; } }
          .product-page .product-content-tabs .tab-content .table table tr td {
            width: 100%;
            display: block;
            text-align: left; }
            @media screen and (min-width: 768px) {
              .product-page .product-content-tabs .tab-content .table table tr td {
                display: table-cell;
                text-align: center;
                width: auto; } }
            .product-page .product-content-tabs .tab-content .table table tr td:before {
              content: attr(data-th) ": ";
              font-family: 'Crimson Text', sans-serif;
              font-weight: 700;
              display: inline-block;
              width: 40%;
              margin-right: 2%;
              background: #a2a2a2;
              padding: 10px; }
              @media screen and (min-width: 768px) {
                .product-page .product-content-tabs .tab-content .table table tr td:before {
                  display: none; } }
.product-page .featugreen-products-carousel-container {
  float: left;
  width: 100%; }
.product-page #feefologohere {
  float: right;
  margin: 20px 0; }
.product-page #feefo-service-review-carousel-widgetId .feefowidget-carousel-container-average-customer-rating {
  display: block;
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto; }

.listing .list.product .sort {
  position: absolute;
  right: 0;
  top: -70px;
  padding: 15px 50px 15px 15px;
  border: 1px solid #a2a2a2; }
.listing .list.product .item .img-area {
  position: relative; }
  .listing .list.product .item .img-area img {
    border: 1px solid #a2a2a2; }
  .listing .list.product .item .img-area .alert {
    background: #295133;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    bottom: 5px;
    left: 0; }
.listing .list.product .item .text-area {
  margin: 10px 0; }
  .listing .list.product .item .text-area .details {
    padding: 20px;
    background: #ededed;
    float: left;
    width: 100%; }
    .listing .list.product .item .text-area .details .title {
      font-size: 24px;
      line-height: 28.8px; }
      @media screen and (min-width: 1200px) {
        .listing .list.product .item .text-area .details .title {
          font-size: 36px;
          line-height: 43.2px; } }
    .listing .list.product .item .text-area .details ul li {
      padding: 10px 0;
      border-bottom: 1px solid #a2a2a2;
      float: left;
      width: 100%; }
      .listing .list.product .item .text-area .details ul li:last-of-type {
        border-bottom: 0; }
      .listing .list.product .item .text-area .details ul li p {
        float: left; }
      .listing .list.product .item .text-area .details ul li .label {
        font-weight: 700;
        margin-right: 20px; }
  .listing .list.product .item .text-area .price {
    float: left;
    width: 100%; }
    .listing .list.product .item .text-area .price .area {
      height: 100%; }
    .listing .list.product .item .text-area .price .label {
      text-align: center;
      background: #a2a2a2;
      float: left;
      width: 25%;
      font-weight: 700;
      padding-top: 15%; }
    .listing .list.product .item .text-area .price .text {
      background: #e4e4e4;
      float: left;
      width: 75%;
      padding: 20px; }
      .listing .list.product .item .text-area .price .text .old {
        font-family: 'Crimson Text', sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 29.124px;
        color: #295133;
        text-decoration: line-through;
        margin-bottom: 10px; }
      .listing .list.product .item .text-area .price .text .new {
        font-family: 'Crimson Text', sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 28.8px;
        color: #295133;
        margin-bottom: 10px; }
        @media screen and (min-width: 1200px) {
          .listing .list.product .item .text-area .price .text .new {
            font-size: 36px;
            line-height: 43.2px; } }
      .listing .list.product .item .text-area .price .text .vat {
        font-size: 12px;
        font-family: 'Crimson Text', sans-serif;
        color: #295133; }
  .listing .list.product .item .text-area .compare {
    background: #ededed;
    float: left;
    width: 100%;
    padding: 10px;
    color: #373737;
    font-weight: 700;
    font-size: 14px; }
    .listing .list.product .item .text-area .compare input[type="checkbox"] {
      width: 20px;
      position: relative;
      top: -5px; }
    .listing .list.product .item .text-area .compare label {
      font-weight: 700;
      font-size: 14px; }
    .listing .list.product .item .text-area .compare input[type="submit"] {
      display: none;
      border: none;
      background: none;
      float: right;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      text-decoration: underline; }
    .listing .list.product .item .text-area .compare .vcp {
      float: right;
      display: none; }
      .listing .list.product .item .text-area .compare .vcp a {
        color: #fff; }
        .listing .list.product .item .text-area .compare .vcp a:hover {
          color: #373737; }
      .listing .list.product .item .text-area .compare .vcp i {
        margin-right: 5px; }
  .listing .list.product .item .text-area .compare.active {
    background: #295133; }
    .listing .list.product .item .text-area .compare.active input[type="submit"] {
      display: block; }

.listing .filter .group .title {
  position: relative; }
  .listing .filter .group .title:after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 18px;
    color: #567eff; }
.listing .filter .group .group-check {
  display: none; }

.listing.categories .slide-ctas .item .btn {
  background: #295133; }
  .listing.categories .slide-ctas .item .btn:hover {
    background: #51d792; }

.listing {
  margin: 2% 0; }
  .listing .cols {
    float: left;
    width: 100%; }
  .listing .cols.filter {
    margin-bottom: 2%; }
    @media screen and (min-width: 1024px) {
      .listing .cols.filter {
        width: 25%;
        margin-right: 2%; } }
    .listing .cols.filter .filter-title-bar {
      background: #ededed;
      float: left;
      width: 100%;
      margin-bottom: 5px; }
      .listing .cols.filter .filter-title-bar img {
        height: auto;
        width: 80px;
        margin-right: 20px;
        float: left; }
      .listing .cols.filter .filter-title-bar .title {
        font-size: 24px;
        line-height: 28.8px;
        margin: 20px 0;
        float: left; }
        @media screen and (min-width: 1024px) {
          .listing .cols.filter .filter-title-bar .title {
            font-size: 36px;
            line-height: 43.2px; } }
        @media screen and (min-width: 1500px) {
          .listing .cols.filter .filter-title-bar .title {
            font-size: 48px;
            line-height: 57.6px; } }
    .listing .cols.filter .terms .group {
      margin-bottom: 10px; }
      .listing .cols.filter .terms .group * {
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s;
        float: left;
        padding: 10px 15px;
        border: 1px solid #ededed;
        margin: 5px 0;
        font-size: 14px; }
      .listing .cols.filter .terms .group .title {
        width: 100%;
        background: #ededed;
        font-family: 'Crimson Text', sans-serif;
        font-weight: 700;
        border: 0;
        cursor: pointer; }
      .listing .cols.filter .terms .group .group-check {
        border: 0;
        padding: 0;
        margin: 0; }
      .listing .cols.filter .terms .group .full {
        width: 100%; }
      .listing .cols.filter .terms .group .half {
        width: 49%;
        margin-right: 2%; }
        .listing .cols.filter .terms .group .half:nth-of-type(2n) {
          margin-right: 0; }
      .listing .cols.filter .terms .group .third {
        width: 32%;
        margin-right: 2%; }
        .listing .cols.filter .terms .group .third:nth-of-type(3n) {
          margin-right: 0; }
      .listing .cols.filter .terms .group .check:hover {
        background: #ededed;
        color: #373737; }
      .listing .cols.filter .terms .group .check input {
        padding: 0;
        border: 0;
        margin: 0;
        position: relative;
        top: 5px;
        margin-right: 5px; }
      .listing .cols.filter .terms .group .check label {
        padding: 0;
        border: 0;
        margin: 0; }
  .listing .cols.list {
    position: relative; }
    @media screen and (min-width: 1024px) {
      .listing .cols.list {
        width: 73%; } }
    .listing .cols.list .item {
      width: 100%;
      float: left;
      margin-bottom: 2%; }
      @media screen and (min-width: 768px) {
        .listing .cols.list .item {
          width: 49%;
          margin-right: 2%; }
          .listing .cols.list .item:nth-of-type(2n) {
            margin-right: 0; } }
      @media screen and (min-width: 1024px) {
        .listing .cols.list .item {
          width: 32%;
          margin-right: 2%; }
          .listing .cols.list .item:nth-of-type(2n) {
            margin-right: 2%; }
          .listing .cols.list .item:nth-of-type(3n) {
            margin-right: 0; } }

.main-banner {
  float: left;
  width: 100%;
  height: 750px; }
  .main-banner .owl-item {
    height: 750px; }
    .main-banner .owl-item .item {
      padding-top: 150px;
      background-image: url("/resources/themes/Candles/images/placeholder.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%; }
      @media screen and (min-width: 768px) {
        .main-banner .owl-item .item {
          padding-top: 120px; } }
      @media screen and (min-width: 1500px) {
        .main-banner .owl-item .item {
          padding-top: 180px; } }
      .main-banner .owl-item .item .area {
        float: left;
        height: auto; }
        @media screen and (min-width: 1024px) {
          .main-banner .owl-item .item .area {
            height: 410px; } }
      .main-banner .owl-item .item .text.area {
        width: 100%;
        background: #fff;
        padding: 20px; }
        @media screen and (min-width: 1024px) {
          .main-banner .owl-item .item .text.area {
            width: 55%;
            padding: 35px; } }
        .main-banner .owl-item .item .text.area .title {
          font-size: 36px;
          line-height: 43.2px; }
          @media screen and (min-width: 1200px) {
            .main-banner .owl-item .item .text.area .title {
              font-size: 48px;
              line-height: 57.6px; } }
          @media screen and (min-width: 1500px) {
            .main-banner .owl-item .item .text.area .title {
              font-size: 72px;
              line-height: 72px; } }
        .main-banner .owl-item .item .text.area p {
          font-weight: 700; }
      .main-banner .owl-item .item .img.area {
        width: 100%;
        background-image: url("/resources/themes/Candles/images/placeholder.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        height: 100px; }
        @media screen and (min-width: 768px) {
          .main-banner .owl-item .item .img.area {
            height: 150px; } }
        @media screen and (min-width: 1024px) {
          .main-banner .owl-item .item .img.area {
            width: 45%;
            height: 410px; } }
        .main-banner .owl-item .item .img.area p {
          background: #fffbbb;
          height: 55px;
          padding: 8px;
          font-weight: 700;
          text-align: center;
          width: 100%;
          position: absolute;
          bottom: -55px; }
          @media screen and (min-width: 768px) {
            .main-banner .owl-item .item .img.area p {
              padding: 15px; } }
  .main-banner .owl-nav {
    top: auto;
    bottom: 50px; }
    @media screen and (min-width: 1500px) {
      .main-banner .owl-nav {
        top: 50%;
        bottom: auto; } }

.sector-tabs {
  float: left;
  width: 100%;
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat; }
  .sector-tabs .tabs {
    width: 100%;
    float: left; }
    .sector-tabs .tabs .tab-link {
      float: left;
      width: 100%;
      background: #c3e11f;
      padding: 20px;
      position: relative;
      margin-bottom: 15px;
      cursor: pointer;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      .sector-tabs .tabs .tab-link:last-of-type {
        background: #295133; }
      @media screen and (min-width: 1024px) {
        .sector-tabs .tabs .tab-link {
          width: 31.3%;
          margin-right: 3%;
          margin-bottom: 30px; }
          .sector-tabs .tabs .tab-link:last-of-type {
            margin-right: 0; } }
      .sector-tabs .tabs .tab-link img {
        position: absolute;
        left: 20px;
        height: 30px;
        width: auto; }
      .sector-tabs .tabs .tab-link p {
        font-size: 18px;
        line-height: 21.6px;
        color: #fff;
        font-weight: 700;
        text-align: center; }
        @media screen and (min-width: 1200px) {
          .sector-tabs .tabs .tab-link p {
            font-size: 24px;
            line-height: 28.8px; } }
      .sector-tabs .tabs .tab-link:hover {
        background: #567eff; }
    .sector-tabs .tabs .tab-link.current:before {
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 100%;
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #c3e11f;
      clear: both; }
    .sector-tabs .tabs .tab-link.current:hover:before {
      border-top: 20px solid #567eff; }
  .sector-tabs .tab-content {
    -webkit-box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.3);
    float: left;
    width: 100%;
    background: #fff; }
    .sector-tabs .tab-content .content {
      display: none;
      float: left;
      width: 100%; }
      .sector-tabs .tab-content .content .image.area {
        width: 25%;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        float: left;
        min-height: 400px; }
      .sector-tabs .tab-content .content .text.area {
        width: 75%;
        padding: 40px;
        float: right;
        position: relative; }
        .sector-tabs .tab-content .content .text.area img {
          float: left;
          width: 55px;
          margin-right: 25px; }
        .sector-tabs .tab-content .content .text.area .title {
          font-size: 24px;
          line-height: 28.8px;
          margin-bottom: 20px; }
          @media screen and (min-width: 1024px) {
            .sector-tabs .tab-content .content .text.area .title {
              font-size: 36px;
              line-height: 43.2px; } }
          @media screen and (min-width: 1500px) {
            .sector-tabs .tab-content .content .text.area .title {
              font-size: 48px;
              line-height: 57.6px; } }
        .sector-tabs .tab-content .content .text.area p {
          margin-bottom: 60px; }
        .sector-tabs .tab-content .content .text.area .btn {
          position: absolute;
          bottom: 30px;
          left: 30px;
          margin: 0; }
    .sector-tabs .tab-content .content.current {
      display: inherit; }
      .sector-tabs .tab-content .content.current * {
        display: inherit; }

.gift-carousel-container {
  margin: 2% 0;
  float: left;
  width: 100%; }
  .gift-carousel-container .gift-carousel {
    background: #567eff; }
    .gift-carousel-container .gift-carousel li .img {
      background: #fff;
      height: 150px; }
      .gift-carousel-container .gift-carousel li .img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 80%; }
    .gift-carousel-container .gift-carousel li .text-area {
      float: left;
      width: 100%;
      background: #ededed;
      padding: 15px; }
      .gift-carousel-container .gift-carousel li .text-area p {
        font-size: 18px;
        line-height: 29.124px;
        font-weight: 700; }
      .gift-carousel-container .gift-carousel li .text-area .price {
        margin-top: 10px;
        color: #567eff; }

.twitter {
  float: left;
  width: 100%;
  margin: 2% 0; }
  .twitter .twitter-carousel-container {
    float: left;
    width: 100%;
    background: #ededed;
    padding: 30px 80px; }
    .twitter .twitter-carousel-container .twitter-carousel {
      float: left;
      width: 100%; }
      .twitter .twitter-carousel-container .twitter-carousel li {
        font-size: 18px;
        line-height: 29.124px;
        color: #373737; }
        .twitter .twitter-carousel-container .twitter-carousel li a, .twitter .twitter-carousel-container .twitter-carousel li span {
          font-weight: 700;
          color: #373737; }
      .twitter .twitter-carousel-container .twitter-carousel .owl-nav {
        top: 30%; }
        .twitter .twitter-carousel-container .twitter-carousel .owl-nav .owl-prev {
          left: -60px; }
        .twitter .twitter-carousel-container .twitter-carousel .owl-nav .owl-next {
          right: -60px; }

.timeline-carousel-container {
  float: left;
  width: 100%;
  background: #c3e11f;
  padding: 60px 0; }
  .timeline-carousel-container .timeline-carousel li .area {
    float: left;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .timeline-carousel-container .timeline-carousel li .area {
        width: 90%; } }
  .timeline-carousel-container .timeline-carousel li .img.area {
    position: relative;
    height: 250px; }
    @media screen and (min-width: 768px) {
      .timeline-carousel-container .timeline-carousel li .img.area {
        height: 325px; } }
    .timeline-carousel-container .timeline-carousel li .img.area .tag {
      position: absolute;
      bottom: 0;
      left: 0;
      font-weight: 700;
      font-size: 18px;
      line-height: 29.124px;
      background: #567eff;
      color: #fff;
      padding: 5px 15px; }
  .timeline-carousel-container .timeline-carousel li .text.area {
    background: #fff;
    padding: 15px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .timeline-carousel-container .timeline-carousel li .text.area:before {
        content: '';
        position: absolute;
        right: -30px;
        top: 30%;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 40px solid #fff;
        clear: both; } }
    @media screen and (min-width: 1024px) {
      .timeline-carousel-container .timeline-carousel li .text.area {
        padding: 25px; } }
    .timeline-carousel-container .timeline-carousel li .text.area .title {
      font-size: 24px;
      line-height: 28.8px; }
      @media screen and (min-width: 1024px) {
        .timeline-carousel-container .timeline-carousel li .text.area .title {
          font-size: 36px;
          line-height: 43.2px; } }
      @media screen and (min-width: 1500px) {
        .timeline-carousel-container .timeline-carousel li .text.area .title {
          font-size: 48px;
          line-height: 57.6px; } }
  .timeline-carousel-container .timeline-carousel .owl-nav {
    top: auto;
    bottom: -10px; }
    @media screen and (min-width: 1500px) {
      .timeline-carousel-container .timeline-carousel .owl-nav {
        top: 50%;
        bottom: auto; } }
    .timeline-carousel-container .timeline-carousel .owl-nav .owl-prev {
      left: 0; }
      @media screen and (min-width: 1500px) {
        .timeline-carousel-container .timeline-carousel .owl-nav .owl-prev {
          left: -70px; } }
    .timeline-carousel-container .timeline-carousel .owl-nav .owl-next {
      right: 0; }
      @media screen and (min-width: 1500px) {
        .timeline-carousel-container .timeline-carousel .owl-nav .owl-next {
          right: -70px; } }

.full-width-cta {
  float: left;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  .full-width-cta .overlay {
    float: left;
    height: 100%;
    width: 100%;
    background: rgba(195, 255, 31, 0.7);
    padding: 30px 0; }
    @media screen and (min-width: 768px) {
      .full-width-cta .overlay {
        padding: 60px 0; } }
    .full-width-cta .overlay .icon {
      width: 120px;
      float: left;
      margin-right: 30px; }
      @media screen and (min-width: 1024px) {
        .full-width-cta .overlay .icon {
          width: 180px; } }
    .full-width-cta .overlay .text-area .title {
      font-size: 36px;
      line-height: 43.2px;
      color: #fff; }
      @media screen and (min-width: 1200px) {
        .full-width-cta .overlay .text-area .title {
          font-size: 48px;
          line-height: 57.6px; } }
      @media screen and (min-width: 1500px) {
        .full-width-cta .overlay .text-area .title {
          font-size: 72px;
          line-height: 72px; } }

.checklist {
  margin: 2% 0;
  float: left;
  width: 100%; }
  .checklist li {
    float: left;
    width: 100%;
    margin: 10px 0; }
    .checklist li img {
      width: 30px;
      margin-right: 15px;
      float: left; }
      @media screen and (min-width: 1024px) {
        .checklist li img {
          width: 45px; } }
    .checklist li p {
      font-size: 18px;
      line-height: 21.6px;
      font-weight: 700; }
      @media screen and (min-width: 1200px) {
        .checklist li p {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1024px) {
        .checklist li p {
          margin-top: 5px; } }

.icon-image-text-cta .row {
  float: left;
  width: 100%;
  margin: 10px 0; }
  .icon-image-text-cta .row:nth-of-type(even) .img.area {
    float: right; }
  @media screen and (min-width: 1024px) {
    .icon-image-text-cta .row {
      margin: 0; } }
  .icon-image-text-cta .row .area {
    float: left;
    width: 100%;
    min-height: 300px; }
    @media screen and (min-width: 1024px) {
      .icon-image-text-cta .row .area {
        width: 50%;
        min-height: 500px; } }
  .icon-image-text-cta .row .img.area {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat; }
    .icon-image-text-cta .row .img.area img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 35%; }
      @media screen and (min-width: 768px) {
        .icon-image-text-cta .row .img.area img {
          width: 25%; } }
  .icon-image-text-cta .row .text.area {
    background: #c3e11f;
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .icon-image-text-cta .row .text.area {
        padding: 60px 90px; } }
    .icon-image-text-cta .row .text.area .title {
      color: #fff;
      font-size: 24px;
      line-height: 28.8px; }
      @media screen and (min-width: 1024px) {
        .icon-image-text-cta .row .text.area .title {
          font-size: 36px;
          line-height: 43.2px; } }
      @media screen and (min-width: 1500px) {
        .icon-image-text-cta .row .text.area .title {
          font-size: 48px;
          line-height: 57.6px; } }
    .icon-image-text-cta .row .text.area p {
      margin: 10px 0; }

.notice-container {
  float: left;
  width: 100%;
  margin: 2% 0; }
  .notice-container .filter {
    float: left;
    width: 100%;
    margin-bottom: 30px; }
    .notice-container .filter p {
      font-size: 18px;
      line-height: 29.124px;
      font-weight: 700;
      padding: 10px 0;
      margin-right: 20px;
      float: left; }
    .notice-container .filter a {
      cursor: pointer;
      float: left;
      font-size: 18px;
      line-height: 29.124px;
      font-weight: 700;
      color: #567eff;
      background: #ededed;
      padding: 10px 20px;
      margin-right: 10px; }
      .notice-container .filter a:hover {
        background: #567eff;
        color: #fff; }
    .notice-container .filter a.active {
      background: #567eff;
      color: #fff; }
  .notice-container .notice-list .item {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.3);
    background: #ededed;
    padding: 30px 0;
    margin-bottom: 3%; }
    @media screen and (min-width: 1024px) {
      .notice-container .notice-list .item {
        width: 48%;
        margin: 0 1% 3%; } }
    .notice-container .notice-list .item .area {
      float: left; }
    .notice-container .notice-list .item .img.area {
      width: 25%; }
      .notice-container .notice-list .item .img.area .tag {
        width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 29.124px;
        color: #fff;
        font-weight: 700;
        padding: 10px 5px;
        background: #12be3e; }
    .notice-container .notice-list .item .text.area {
      width: 75%;
      padding: 0 20px; }
      @media screen and (min-width: 1024px) {
        .notice-container .notice-list .item .text.area {
          padding: 0 30px; } }
      .notice-container .notice-list .item .text.area .title {
        font-size: 24px;
        line-height: 28.8px;
        margin-bottom: 10px; }
        @media screen and (min-width: 1200px) {
          .notice-container .notice-list .item .text.area .title {
            font-size: 36px;
            line-height: 43.2px; } }
      .notice-container .notice-list .item .text.area .sub {
        font-size: 18px;
        line-height: 29.124px;
        font-weight: 700;
        color: #373737;
        margin-bottom: 10px; }

.portal-welcome {
  float: left;
  width: 100%;
  margin: 2% 0;
  text-align: center; }
  .portal-welcome .already-reg {
    float: left;
    width: 100%;
    margin: 2% 0;
    text-align: center;
    position: relative;
    top: 35px;
    padding: 60px; }
  .portal-welcome .user {
    max-width: 225px;
    padding: 0 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
  .portal-welcome .title {
    font-size: 24px;
    line-height: 28.8px; }
    @media screen and (min-width: 1024px) {
      .portal-welcome .title {
        font-size: 36px;
        line-height: 43.2px; } }
    @media screen and (min-width: 1500px) {
      .portal-welcome .title {
        font-size: 48px;
        line-height: 57.6px; } }
  .portal-welcome .sub {
    font-weight: 700;
    font-size: 18px;
    line-height: 29.124px; }

.portal-view-create .cols {
  width: 100%;
  float: left; }
  .portal-view-create .cols:last-of-type {
    float: right; }
  @media screen and (min-width: 768px) {
    .portal-view-create .cols {
      width: 49%; } }
  .portal-view-create .cols .title-bar {
    background: #ededed;
    padding: 15px;
    margin: 0; }
    .portal-view-create .cols .title-bar .title {
      color: #373737;
      font-size: 18px;
      line-height: 21.6px;
      font-weight: 700;
      font-family: 'Open Sans', sans-serif;
      margin: 0;
      margin-top: 3px; }
      @media screen and (min-width: 1200px) {
        .portal-view-create .cols .title-bar .title {
          font-size: 24px;
          line-height: 28.8px; } }
    .portal-view-create .cols .title-bar img {
      width: 40px;
      float: left; }
  .portal-view-create .cols ul {
    width: 100%;
    float: left; }
    .portal-view-create .cols ul li {
      width: 100%;
      float: left;
      height: 270px;
      background-size: cover;
      background-repeat: no-repeat; }
      .portal-view-create .cols ul li .overlay {
        width: 100%;
        height: 100%;
        background: rgba(90, 152, 255, 0.8);
        padding: 20px; }
        @media screen and (min-width: 768px) {
          .portal-view-create .cols ul li .overlay {
            padding: 40px; } }
        .portal-view-create .cols ul li .overlay img {
          width: 60px;
          margin-right: 20px;
          float: left; }
        .portal-view-create .cols ul li .overlay .title {
          font-size: 24px;
          line-height: 28.8px;
          color: #fff;
          margin-bottom: 40px; }
          @media screen and (min-width: 1024px) {
            .portal-view-create .cols ul li .overlay .title {
              font-size: 36px;
              line-height: 43.2px; } }
          @media screen and (min-width: 1500px) {
            .portal-view-create .cols ul li .overlay .title {
              font-size: 48px;
              line-height: 57.6px; } }
        .portal-view-create .cols ul li .overlay .btn {
          margin: 0 15px 0 0; }

.portal-gallery .item {
  float: left;
  width: 50%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .portal-gallery .item {
      width: 33%;
      padding-top: 35%; } }
  @media screen and (min-width: 1024px) {
    .portal-gallery .item {
      width: 25%;
      padding-top: 25%; } }
  .portal-gallery .item img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; }
  .portal-gallery .item .text-area {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 100%;
    z-index: 10; }
    .portal-gallery .item .text-area p {
      text-align: center;
      margin: 10% 20px;
      font-weight: 700;
      font-size: 14px;
      color: #fff; }
      @media screen and (min-width: 1024px) {
        .portal-gallery .item .text-area p {
          margin: 20% 40px;
          font-size: 18px;
          line-height: 21.6px; } }
  @media screen and (min-width: 1024px) and (min-width: 1200px) {
    .portal-gallery .item .text-area p {
      font-size: 24px;
      line-height: 28.8px; } }

.portal-gallery-edit .item {
  padding-top: 20%;
  cursor: auto; }
  .portal-gallery-edit .item .action_delete {
    width: 100% !important; }

.login-details {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 0; }
  .login-details .icon {
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px; }
  .login-details form {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px; }
    .login-details form input::-webkit-input-placeholder {
      color: #a2a2a2 !important; }
    .login-details form input:-moz-placeholder {
      color: #a2a2a2 !important; }
    .login-details form input::-moz-placeholder {
      color: #a2a2a2 !important; }
    .login-details form input:-ms-input-placeholder {
      color: #a2a2a2 !important; }
    .login-details form textarea::-webkit-input-placeholder {
      color: #a2a2a2 !important; }
    .login-details form textarea:-moz-placeholder {
      color: #a2a2a2 !important; }
    .login-details form textarea::-moz-placeholder {
      color: #a2a2a2 !important; }
    .login-details form textarea:-ms-input-placeholder {
      color: #a2a2a2 !important; }
    .login-details form label {
      font-weight: 700;
      font-size: 14px;
      margin: 0 0 10px;
      float: left;
      width: 100%; }
    .login-details form input[type=text], .login-details form input[type=password], .login-details form input[type=email] {
      width: 100%;
      padding: 10px;
      font-size: 18px;
      line-height: 29.124px;
      font-weight: 700;
      color: #a2a2a2;
      margin-bottom: 10px; }
    .login-details form input[type=submit] {
      background: #567eff;
      padding: 10px 20px;
      color: #fff;
      font-size: 18px;
      line-height: 29.124px;
      font-weight: 700;
      font-family: 'Open Sans', sans-serif;
      border: 0; }

.registerpages {
  height: auto;
  padding-bottom: 60px;
  object-fit: cover; }

.footer-ctas li {
  background: transparent !important;
  width: 33.33% !important; }

.footer-ctas .leftli {
  padding: 0 20px 0 0 !important; }

.footer-ctas .centerli {
  padding: 0 10px 0 10px !important; }

.footer-ctas .rightli {
  padding: 0 0 0 20px !important; }

.bg_lightgreen {
  background: #c3e11f;
  height: inherit;
  padding: 15px 15px;
  text-align: center; }

.bg_darkgreen {
  background: #295133;
  height: inherit;
  padding: 15px 5px;
  text-align: center; }

footer .cols .footer-ctas li p {
  float: none !important; }

.contact-info p {
  font-size: 18px;
  color: #333333;
  margin-bottom: 40px; }

.contact-info li img {
  width: 10%; }

.contact-info li {
  margin-bottom: 20px; }

footer .contact-info ul p {
  font-size: 36px;
  font-weight: 700;
  display: inline-block;
  width: 90%;
  padding: 5px 0;
  margin: 0px; }

.contact-info ul p {
  font-size: 36px;
  font-weight: 700;
  display: inline-block;
  width: 90%;
  float: right;
  padding: 25px 15px;
  margin: 0px; }

.contact-info ul p a {
  color: #333333; }

.contact-info .signupbutton {
  width: 100%;
  background: #12be3e;
  text-align: center;
  font-size: 18px;
  padding: 15px;
  margin: 0px;
  font-weight: 600; }

footer .contact-info .signupbutton {
  width: 100%;
  background: #12be3e;
  text-align: center;
  font-size: 18px;
  padding: 15px;
  margin: 0px;
  font-weight: 600; }

.contact-info .signupbutton a {
  color: #fff; }

.twitter .title-bar {
  background: transparent !important; }

.twitter .title-bar h3 {
  font-size: 48px;
  color: #295133; }

.twitter .twitter-carousel-container {
  height: 130px;
  overflow: hidden; }

.twitter .twitter-carousel-container img {
  display: none; }

.candlesspilt .col {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  height: 350px; }

.candlesspilt img {
  height: 350px;
  object-fit: cover; }

.text-left {
  padding-left: 12% !important; }

.text-right {
  padding-right: 12% !important; }

.candlesspilt .textBlock {
  padding: 2% 0; }

.candlesspilt h1 {
  font-size: 48px;
  color: #295133; }

.candlesspilt p {
  font-size: 14px;
  color: #282828; }

.tab-content .content .text-area {
  background: #fff; }

.tab-content .content .text-area .btn {
  background: #567eff; }

.wrap .col h1 {
  font-size: 42px;
  color: #295133; }

.wrap .col p {
  font-size: 14px;
  color: #282828; }

.wrap .col .contact-info p {
  font-size: 18px;
  color: #282828;
  margin-top: 25px; }

.ContactForm {
  padding: 30px;
  position: relative;
  float: left;
  width: 100%;
  background: #ededed;
  margin: 2% 0; }
  .ContactForm .icon {
    width: 80px;
    position: absolute;
    top: -15px;
    left: -15px; }
  .ContactForm .title {
    font-size: 24px;
    line-height: 28.8px;
    margin: 60px 0 10px; }
    @media screen and (min-width: 1024px) {
      .ContactForm .title {
        font-size: 36px;
        line-height: 43.2px; } }
    @media screen and (min-width: 1500px) {
      .ContactForm .title {
        font-size: 48px;
        line-height: 57.6px; } }
  .ContactForm input::-webkit-input-placeholder {
    color: #a2a2a2 !important; }
  .ContactForm input:-moz-placeholder {
    color: #a2a2a2 !important; }
  .ContactForm input::-moz-placeholder {
    color: #a2a2a2 !important; }
  .ContactForm input:-ms-input-placeholder {
    color: #a2a2a2 !important; }
  .ContactForm textarea::-webkit-input-placeholder {
    color: #a2a2a2 !important; }
  .ContactForm textarea:-moz-placeholder {
    color: #a2a2a2 !important; }
  .ContactForm textarea::-moz-placeholder {
    color: #a2a2a2 !important; }
  .ContactForm textarea:-ms-input-placeholder {
    color: #a2a2a2 !important; }
  .ContactForm input, .ContactForm select, .ContactForm textarea {
    color: #a2a2a2;
    font-size: 18px;
    line-height: 29.124px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    border: 0; }
  .ContactForm input[type=submit] {
    background: #567eff;
    color: #fff; }

.portal-gallery .item .text-area p {
  margin: 0px !important;
  height: 100%;
  padding: 44% 0; }

.ContactForm.NoticeForm .title {
  margin-top: 30px;
  margin-bottom: 20px; }
.ContactForm.NoticeForm form .FieldWrapper {
  margin-bottom: 20px; }
  .ContactForm.NoticeForm form .FieldWrapper input, .ContactForm.NoticeForm form .FieldWrapper select, .ContactForm.NoticeForm form .FieldWrapper textarea {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif; }
.ContactForm.NoticeForm form input[type=submit] {
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 700; }

.ContactForm.CreateForm {
  float: none;
  margin: 0 auto; }
  .ContactForm.CreateForm .title {
    margin-top: 30px;
    margin-bottom: 20px; }
  .ContactForm.CreateForm form .FieldWrapper {
    margin-bottom: 20px; }
    .ContactForm.CreateForm form .FieldWrapper input, .ContactForm.CreateForm form .FieldWrapper select, .ContactForm.CreateForm form .FieldWrapper textarea {
      width: 100%;
      padding: 15px;
      font-size: 18px;
      font-family: 'Open Sans', sans-serif; }
  .ContactForm.CreateForm form input[type=submit] {
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 700; }

.ContactForm.EditForm {
  float: unset;
  margin: 30px auto;
  background: transparent; }
  .ContactForm.EditForm > form, .ContactForm.EditForm .notice-container {
    float: left;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .ContactForm.EditForm > form, .ContactForm.EditForm .notice-container {
        width: 49%;
        margin-right: 2%; } }
  .ContactForm.EditForm > form {
    background: #ededed;
    padding: 30px; }
    .ContactForm.EditForm > form .field, .ContactForm.EditForm > form .FieldWrapper {
      margin-bottom: 20px; }
      .ContactForm.EditForm > form .field label, .ContactForm.EditForm > form .FieldWrapper label {
        font-weight: 700;
        float: left;
        width: 100%;
        margin-bottom: 10px; }
      .ContactForm.EditForm > form .field input, .ContactForm.EditForm > form .field select, .ContactForm.EditForm > form .field textarea, .ContactForm.EditForm > form .FieldWrapper input, .ContactForm.EditForm > form .FieldWrapper select, .ContactForm.EditForm > form .FieldWrapper textarea {
        width: 100%;
        padding: 15px;
        font-size: 18px;
        font-family: 'Open Sans', sans-serif; }
  .ContactForm.EditForm .notice-container {
    margin: 0; }
    .ContactForm.EditForm .notice-container li {
      width: 100%;
      margin: 0 0 30px 0; }
      .ContactForm.EditForm .notice-container li .text.area .title {
        margin-top: 0; }

.wrap-area {
  width: 49%;
  margin-right: 2%;
  background: #ededed;
  padding: 30px;
  float: left; }

.wrap-area-session {
  width: 49%;
  background: #295133;
  padding: 14px;
  float: left; }

.wrap-area-session p {
  color: #fff; }

/*# sourceMappingURL=main.css.map */
