@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

/* common css start */
body {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}

section,
.section {
  width: 100%;
  float: left;
}

.yellow_txt {
  color: #d99f00;
}

p {
  font-size: 14px;
  margin: 0 0 2px 0;
  text-align: left;
  font-style: italic;
  line-height: 1.5;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*:hover {
  outline: none;
}

.btn {
  background: #d99f00;
  border: 1px solid #d99f00;
  padding: 12px;
  font-size: 12px;
  font-style: italic;
  color: #fff;
  margin-top: 13px;
  display: inline-block;
  transition: all .3s;
  cursor: pointer;
}

.btn:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}

.main-wrapper ol li {
  font-size: 14px;
  margin: 0 0 8px 0;
  text-align: left;
  font-style: italic;
}

.main-wrapper ol {
  padding: 0 0 0 16px;
  margin: 5px 0 20px;
}

.main-wrapper ul li {
  font-size: 14px;
  margin: 0 0 8px 0;
  text-align: left;
  font-style: italic;
}

.main-wrapper ul {
  margin: 8px 0 20px 0;
  padding-left: 20px;
}

/* common css end */


/* landing page css start */
.wrapper {
  width: 500px;
  margin: 0 auto;
}

.logo-container {
  width: 328px;
  height: 334px;
  margin: 0 auto;
  position: relative;
}

.landing_page_inner h1 {
  font-size: 2.1em;
  display: block;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3s, 5s;
  -moz-animation-delay: 3s, 5s;
  -ms-animation-delay: 3s, 5s;
  animation-delay: 3s, 5s;
  -webkit-animation-name: slideupShow, logotextnsize;
  -moz-animation-name: slideupShow, logotextnsize;
  -ms-animation-name: slideupShow, logotextnsize;
  animation-name: slideupShow, logotextnsize;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  font-weight: 900;
  font-style: italic;
  margin: 7px 0;
  line-height: 1.2;
  position: relative;
  text-align: center;
}

.logo-container span {
  width: 60px;
  height: 266px;
  display: block;
  border-radius: 50%;
}

.logo-container span.one {
  background: #92d050;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 53%;
  margin-top: -150px;
  z-index: 0;
  height: 283px;
}

.logo-container span.two {
  background: #ff6400;
  position: absolute;
  left: 67px;
  top: 83px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  animation-duration: 3s;
  animation-name: redOvel;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.logo-container span.three {
  background: #00fefe;
  position: absolute;
  right: 67px;
  top: 82px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  animation-duration: 3s;
  animation-name: cyanOvel;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/*.landing_page_wraper {
        background: url(../images/ocianbg.jpg)no-repeat center;
        background-size: cover;
        height: 100vh;
        padding-top: 100px;
        }*/
.landing_page_wraper h4 {
  font-size: 1em;
  display: block;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3.5s, 5.5s;
  -moz-animation-delay: 3.5s, 5.5s;
  -ms-animation-delay: 3.5s, 5.5s;
  animation-delay: 3.5s, 5.5s;
  -webkit-animation-name: slideupShow, logotextsize;
  -moz-animation-name: slideupShow, logotextsize;
  -ms-animation-name: slideupShow, logotextsize;
  animation-name: slideupShow, logotextsize;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  font-weight: 700;
  font-style: italic;
  margin: 12px 0;
  position: relative;
  letter-spacing: .2px;
}

.landing_page_inner h1 sup {
  font-size: 8px;
  vertical-align: text-top;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 5.5s;
  -moz-animation-delay: 5.5s;
  -ms-animation-delay: 5.5s;
  animation-delay: 5.5s;
  animation-name: logotexttm;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.logo-container span.one:before {
  font-family: FontAwesome;
  color: #92d050;
  content: "\f25d";
  display: block;
  right: -2px;
  position: absolute;
  top: -3px;
  font-size: 7px;
  font-weight: 700;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -ms-animation-delay: 5s;
  animation-delay: 5s;
  animation-name: logofonttm;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.landing_page_inner {
  width: 100%;
  padding-bottom: 16px;
  text-align: center;
  position: relative;
}

.landing_logo {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translatex(-50%);
  transform-origin: 0 0;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -ms-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-name: logosmall;
  -moz-animation-name: logosmall;
  -ms-animation-name: logosmall;
  animation-name: logosmall;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  display: none;
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
  .landing_logo {
    margin-left: -160px
  }
}


.landing_content {
  position: absolute;
  top: 376px;
  left: 50%;
  transform: translatex(-50%);
  transform-origin: 0 0;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 5.5s;
  -moz-animation-delay: 5.5s;
  -ms-animation-delay: 5.5s;
  animation-delay: 5.5s;
  animation-name: logotxtsmall;
  -webkit-animation-name: logotxtsmall;
  -moz-animation-name: logotxtsmall;
  -ms-animation-name: logotxtsmall;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  display: none;
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
  .landing_content {
    margin-left: -220px
  }
}


.dashboard_list {
  padding: 0px 0 0;
  position: relative;
}

.dashboard_list ul {
  text-align: left;
  list-style: none;
  padding: 18px 0 15px 45px;
  margin: 0;
  position: relative;
  z-index: 11;
}

/* .dashboard_list ul a {
  color: #00fefe;
  text-decoration: none;
  font-size: 15px;
  font-style: italic;
} */

.dashboard_list p {
  color: #fff;
}

.dashboard_list ul li {
  /*  margin-bottom: 3px;
  padding-left: 27px;
  background: url(../images/check.png)no-repeat;
  background-position: 0px 1px;*/
  line-height: 1.3;
  /*background-size: 17px;*/
  text-align: left;
  color: #00fefe;
  text-decoration: none;
  font-size: 15px;
  font-style: italic;
}

.dashboard_list ul li img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
  height: auto !important;
}

.dashboard_footer_logo {
  text-align: right;
  width: 100%;
  float: left;
}

.dashboard_list ul a:hover {
  color: #d99f00;
}

.animation-on .landing_logo {
  display: block;
}

.animation-on .landing_content {
  display: block;
}

.animation-on .dashboard_list {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
  -ms-animation-delay: 7s;
  animation-delay: 7s;
  animation-name: fade;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
}

.animation-on .col-md-12>.logo {
  display: none;
}

.animation-on .close_menu {
  position: relative;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
  animation-name: fadedown;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  top: -100px;
  opacity: 0;
}

/* landing page css end */

/* sidebar menu css start*/
.sidebar {
  position: fixed;
  top: 0;
  width: 243px;
  background: rgba(0, 0, 0, .95);
  right: -244px;
  transition: all .5s;
  z-index: 9999;
  text-align: left;
}

.sidebar .side_menu .side_logo {
  padding: 35px 25px 18px;
  text-align: center;
  border-bottom: 1px solid #373c2e;
}

.sidebar .side_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 33px 35px 35px 35px;
  height: calc(100vh - 90px);
  overflow: auto;
}

.sidebar .side_menu ul li {
  margin-bottom: 28px;
  width: 100%;
  float: left;
}

.sidebar .side_menu ul li:last-child {
  margin-bottom: 63px;
}

.sidebar .side_menu ul li a {
  font-size: 14px;
  font-style: italic;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  position: relative;
  left: 0;
}

.sidebar .side_menu ul li a:hover {
  color: #d99f00;
  left: 4px;
}

.close_menu {
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  float: right;
  background: url(../images/menutoggle.png);
  background-size: 40px;
  margin-top: 7px;
  opacity: 1;
  visibility: visible;
  display: none;
  margin-left: 10px;
  z-index: 1;
  position: relative;
}

.sidebar.sidebar-open {
  right: 0;
}

.close_menu.hide_menu {
  opacity: 0;
  visibility: hidden;
}

.close_icon {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  background: #ff6400;
  line-height: 30px;
  cursor: pointer;
}

.close_icon:hover {
  background: #000;
}

/* sidebar menu css end*/






.page_wrap_inner {
  position: relative;
  padding-bottom: 10px;
  width: 100%;
  float: left;
}

.page_footer {
  width: 100%;
  margin-top: 30px;
}

.page_footer p {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #dedede;
  font-size: 9px;
  color: #989898;
  font-style: normal;
  margin: 0;
}

.form_wrap {
  display: block;
  text-align: center;
}

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

.title-login-form-wrap {
  display: inline-block;
  text-align: center;
  max-width: 354px;
  width: 100%;
  padding: 30px;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.15);
}

.form_wrap_inner .form_logo {
  margin-bottom: 36px;
}

input[type="email"],
input[type="text"],
input[type="password"],
.form-control {
  width: 100%;
  padding: 7px 13px;
  font-size: 11px;
  background: #f3f3f3;
  border: 1px solid #ccc;
  font-style: italic;
  color: #717171;
}

.form_wrap_inner form h1,
.form-title-h1 {
  margin: 0 0 8px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
}

.ui-dialog input[type="submit"],
.ui-dialog button[type="submit"] {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  padding: 8px 15px;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  min-width: 79px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  background: #8f8164;
  border: 1px solid #8f8164;
  margin: 0;
}

input[type="submit"]:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}

.form_wrap_inner {
  padding-top: 55px;
}

::-webkit-input-placeholder {
  /* Edge */
  font-style: italic;
  color: #717171;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: italic;
  color: #717171;
}

::placeholder {
  font-style: italic;
  color: #717171;
}

.form_wrap_inner form .field.radio_wrap {
  text-align: left;
  margin-bottom: 0;
}

.form_wrap_inner form label,
.form_wrap_inner form legend {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-style: italic;
  border: none;
}

.form_wrap_inner form .field .radio_fields {
  display: inline-block;
  vertical-align: middle;
}

.form_wrap_inner form label,
.form_wrap_inner form legend {
  margin-right: 21px;
  margin-bottom: 0px;
  line-height: 26px;
}

.form_wrap_inner form .form-radio {
  margin-right: 15px;
  position: relative;
  padding-left: 20px;
  top: 2px;
}

.form_wrap_inner form .form-type-radio input[type="radio"]:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  background: #3e3e3e;
  border-radius: 50%;
}

.form_wrap_inner form .form-type-radio input[type="radio"]:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  background: #fff;
  border-radius: 50%;
  top: 3px;
}

.register_wrap .form_wrap_inner {
  padding-top: 30px;
}

.form_wrap_inner form .form-type-radio input[type="radio"]:checked:before {
  background: #d99f00;
}

.form-item-pass-pass2 div.password-confirm {
  display: none;
}

form label.error {
  color: #ff0000 !important;
  font-size: 12px;
  letter-spacing: .7px;
}

.form-group.form-wrapper,
.captcha {
  text-align: left;
}

.field--name-field-terms-of-use legend {
  /* display: inline-block; */
  width: auto;
  float: left;
}

.field--name-field-terms-of-use .fieldset-wrapper {
  float: left;
}

.user-login-form .form-item {
  text-align: left;
}

@keyframes redOvel {
  0% {
    left: 134px;
    top: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    left: 134px;
    top: 80px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  100% {
    left: 67px;
    top: 83px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
  }
}

@keyframes cyanOvel {
  0% {
    right: 134px;
    top: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    right: 134px;
    top: 80px;
    transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  100% {
    right: 67px;
    top: 83px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
  }
}

@keyframes fadeShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slideupShow {
  0% {
    opacity: 0;
    bottom: -40px;
  }

  100% {
    opacity: 1;
    bottom: 0px;
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    bottom: -100px;
  }

  100% {
    opacity: 1;
    bottom: 0px;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadedown {
  0% {
    opacity: 0;
    top: -100px;
  }

  100% {
    opacity: 1;
    top: 0px;
  }
}


@keyframes logosmall {
  0% {
    top: 10%;
    left: 50%;
    transform: translatex(-50%);
  }

  100% {
    top: -78px;
    left: 8px;
    transform: translatex(0) scale(.17);
  }
}

@-ms-keyframes logosmall {
  0% {
    top: 10%;
    left: 50%;
    margin-left: -160px;
    transform: translatex(-50%);
  }

  100% {
    top: -78px;
    left: 8px;
    margin-left: -0px;
    transform: translatex(0) scale(.17);
  }
}

@keyframes logotxtsmall {
  0% {
    top: 376px;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    text-align: center;
  }

  100% {
    top: -69px;
    left: 73px;
    transform: translatex(0%) scale(.55);
    -webkit-transform: translatex(0%) scale(.55);
    -moz-transform: translatex(0%) scale(.55);
    -ms-transform: translatex(0%) scale(.55);
    text-align: left;
  }
}

@-ms-keyframes logotxtsmall {
  0% {
    top: 376px;
    left: 50%;
    margin-left: -220px;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    text-align: center;
  }

  100% {
    top: -69px;
    left: 73px;
    margin-left: 0px;
    transform: translatex(0%) scale(.55);
    -webkit-transform: translatex(0%) scale(.55);
    -moz-transform: translatex(0%) scale(.55);
    -ms-transform: translatex(0%) scale(.55);
    text-align: left;
  }
}


@keyframes logofonttm {
  0% {
    right: -2px;
    top: -3px;
    font-size: 7px;
    font-weight: 700;
  }

  100% {
    font-size: 29px;
    font-weight: 500;
    right: -41px;
    top: -29px;

  }
}

@keyframes logotexttm {
  0% {
    font-size: 8px;
  }

  100% {
    font-size: 12px;
    font-weight: 700;
  }
}

@keyframes logotextsize {

  50%,
  100% {
    text-transform: initial;
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    text-align: left;
  }
}

@keyframes logotextnsize {

  0% {
    font-size: 2.1em;
    font-weight: 900;
    margin: 0;
    width: 400px;
  }

  100% {
    font-size: 1.8em;
    font-weight: 700;
    margin: 0;
    width: 268px;
  }
}

@-ms-keyframes logotextnsize {

  0% {
    font-size: 2.1em;
    font-weight: 900;
    margin: 0;
    width: 400px;
  }

  100% {
    font-size: 1.8em;
    font-weight: 700;
    margin: 0;
    width: 268px;
  }
}

@-webkit-keyframes logotextnsize {

  0% {
    font-size: 32px;
    font-weight: 900;
    margin: 0;
    width: 400px;
  }

  100% {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 0 -20px;
    width: 268px;
  }
}

@keyframes menuslide {
  0% {
    right: -244px;
  }

  100% {
    right: 0px;
  }
}



li.action-links {
  list-style: none;
}

table.forum-listing-table {
  margin-top: 15px;
  table-layout: fixed;
  word-wrap: break-word;
}



/* New Css*/
.wave-background {
  /* background: url(../images/dreamstime_bg_v2.png)no-repeat center;
  background-size: cover;
  min-height: 100vh;
      overflow: hidden;*/
}

.wave-background::before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0000000d;
  position: fixed;
  background-image: linear-gradient(120deg, #0000000d, #00000069);
}

.home_footer_menu {
  padding: 0;
  width: 100%;
  float: left;
  position: static;
  bottom: 0;
  left: 0;
}

.home_footer_menu h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 7px 0;
  text-align: left;
  text-transform: capitalize;
}

.home_footer_menu ul.menu.nav li a {
  color: #fff;
  font-size: 15px;
  text-align: left;
  padding: 0;
  line-height: 1.3;
}

.home_footer_menu ul.menu.nav li {
  margin: 0 0px 5px 0px;
}

.home_footer_menu ul.menu.nav li a:hover {
  background: none;
  color: #25f8f8;
}

.footer_container {
  padding: 0 15px;
}

.social_menu ul li span.fa {
  font-size: 16px;
  color: #fff;
}

.social_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.social_menu ul li {
  margin-right: 3px;
  display: inline-block !important;
  vertical-align: middle;
  line-height: 1;
  padding: 0 !important;
}

.social_menu ul li span.fa:hover {
  color: #00fdfd;
}

.copyrigh p {
  color: #fff;
  font-size: 11px;
  margin-top: 0px;
  width: 100%;
  float: left;
}



/*page css start*/
.page-header,
h1 {
  color: #d99f00;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 15px;
}

.page-header {
  margin-top: 15px;
}

header {
  padding: 20px 0;
  border-bottom: 1px solid #a5a5a5;
}

.breadcrumb {
  padding: 8px 16px;
  margin: 13px 0 15px;
  font-size: 14px;
  border-radius: 0;
  background: #3c3c3c;
}

.breadcrumb li a {
  color: #fff !important;
}

.breadcrumb li {
  color: #d99f00 !important;
}

.breadcrumb li a:hover {
  color: #d99f00 !important;
  text-decoration: none;
}

.path-frontpage header {
  border-bottom: none;
}

.card a.card-header {
  padding: 7px 40px 7px 15px;
  background: #ffffff;
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  border: none;
  position: relative;
}

.card a.card-header:hover {
  text-decoration: none;
  /* background: #3c3c3c; */
}

.card a.card-header:focus {
  text-decoration: none;
}

.card>div {
  background: #f5f5f5;
}

.card.panel {
  border-bottom: none;
  margin-bottom: 10px;
  border: 1px solid #d2d2d2;
  box-shadow: none !important;
  border-radius: 0;
}

.card>div .card-block {
  padding: 20px 15px;
}

.panel_accordian {
  background: #fbfbfb;
  padding: 30px 25px;
}

/*.card a.card-header.collapsed:before{
    content: '+';
}
*/
.card a.card-header:before {
  content: '+' !important;
  display: inline-block;
  right: 4px;
  top: 7px;
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 21px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
}

.card a.card-header:not(.collapsed):before {
  content: '-' !important;
  font-size: 42px;
  font-weight: 400;
  line-height: 10px;
}

#block-termsofservice li a,
#block-privacypolicy li a {
  font-size: 16px;
  font-weight: 700;
}

h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #d99f00;
  margin-top: 15px;
}

h2 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #d99f00;
  margin-top: 15px;
}

h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #d99f00;
  margin-top: 15px;
}

#Mainwrapper {
  padding-bottom: 5px;
}

.path-frontpage #Mainwrapper {
  padding: 0;
}

.home_footer_menu a:focus {
  background-color: transparent !important;
  outline: none;
}

.mb-20 {
  margin-bottom: 20px;
}

.mw-100 {
  max-width: 100%;
}

.page-node-43 .field>div {
  margin-left: -15px;
  margin-right: -15px;
}

.contact-form form {
  padding: 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  width: 100%;
  float: left;
}

.contact-form form label.control-label {
  font-size: 14px;
  color: #d99f00;
}

.contact-form form textarea {
  background: #f3f3f3;
  height: 60px;
}

.contact-form form button {
  display: inline-block;
  width: auto;
  padding: 10px 31px;
}

.contact-form form .error {
  font-weight: 400;
  margin: 0;
}

.home_main_col {
  position: static;
}

.footer_container .row {
  position: relative;
  padding-top: 13px;
}

.footer_container .row:before {
  content: '';
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  background: #fff;
  left: 15px;
  position: absolute;
  top: 0;
}

.animation-on .home_footer_menu {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
  -ms-animation-delay: 7s;
  animation-delay: 7s;
  animation-name: fade;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
}

.animation-on .menu_witout_login, .animation-on .header_menu {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
  -ms-animation-delay: 7s;
  animation-delay: 7s;
  animation-name: fade;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
}

.dashboard_footer_logo img {
  max-width: 350px;
  height: auto;
  width: 100%;
}

header .col-md-12 {
  text-align: right;
}

header .col-md-12>.logo {
  float: left;
}

.menu_witout_login {
  display: inline-block;
}

.menu_witout_login nav h2 {
  display: none;
}

.menu_witout_login ul.menu.nav {
  margin-top: 12px;
}

.menu_witout_login ul.menu.nav li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
}

.menu_witout_login ul.menu.nav li a {
  padding: 0;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  transition: all .3s;
  font-weight: 600;
}

.menu_witout_login ul.menu.nav li:first-child {
  padding-left: 24px;
  background-image: url(../images/login.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left;
}

.menu_witout_login ul.menu.nav li a:hover {
  background: none;
  color: #fe6400;
}

.menu_witout_login ul.menu.nav li a:focus {
  background: none;
}

body:not(.wave-background) .menu_witout_login ul.menu.nav li a {
  color: #000;
}

body:not(.wave-background) .menu_witout_login ul.menu.nav li:first-child {
  background-image: url(../images/loginblack.png);
}

.user-logged-in .close_menu.pull_right {
  display: block;
}

.user-logged-in .menu_witout_login {
  display: none;
}

.mfp-wrap .mfp-container {
  max-width: 350px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #fff;
  padding: 40px 24px !important;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  height: auto;
  top: 50%;
  transform: translatey(-50%);
  border-radius: 3px;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  width: calc(100% - 20px);
  overflow-y: auto;
  overflow-x: hidden;
}

button.mfp-close {
  top: 1px !important;
  width: 24px;
  height: 24px;
  line-height: 25px;
  right: 2px;
  color: #ffffff !important;
  background: #d99f00;
  border-radius: 50%;
}

.utility-links-wrapper>div {
  display: block;
}

.utility-links-wrapper {
  text-align: center;
  font-size: 14px;
  margin-top: 18px;
}

.utility-links-wrapper a {
  font-size: 14px;
}

.utility-links-wrapper a:hover {
  color: #d99f00;
  text-decoration: none;
}

/*.mfp-wrap {
  position: fixed !important;
  }*/

.contact-form form>.form-item:nth-child(2),
.contact-form form>.form-item:first-child {
  width: calc(50% - 10px);
  float: left;
}

.contact-form form>.form-item:first-child {
  margin-right: 20px;
}

.contact-form form>div {
  width: 100%;
  float: left;
}

.user-register-form fieldset {
  font-size: 14px;
}

.user-register-form fieldset legend,
#user-form fieldset legend {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  margin-right: 26px;
  position: relative;
}

.user-register-form fieldset .fieldset-wrapper .form-item,
#user-form fieldset .fieldset-wrapper .form-item {
  margin-right: 8px;
  line-height: 1 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: inline-block !important;
}

.user-register-form fieldset .fieldset-wrapper input,
#user-form fieldset .fieldset-wrapper input {
  display: none;
}

.user-register-form fieldset .fieldset-wrapper label,
#user-form fieldset .fieldset-wrapper label {
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-style: italic;
}

.user-register-form fieldset .fieldset-wrapper label:before,
#user-form fieldset .fieldset-wrapper label:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: white;
  border: 3px solid #222;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 50%;
}

.user-register-form fieldset .fieldset-wrapper label+checked:before,
#user-form fieldset .fieldset-wrapper label+checked:before {
  background: red;
}

.user-register-form fieldset .fieldset-wrapper .categorySelected label:before,
#user-form fieldset .fieldset-wrapper .categorySelected label:before {
  border-color: #d99f00;
  background: #d99f00;
}

.user-register-form fieldset legend span:after,
#user-form fieldset legend span:after {
  background-image: none;
  content: '*';
  color: red;
  position: absolute;
  top: 0px;
  right: -11px;
}

img.orilogo.wlogo {
  display: none;
}

.wave-background img.orilogo.wlogo {
  display: block;
}

.wave-background img.orilogo.blogo {
  display: none;
}

.dashboard_list {
  height: auto;
}

.dashboard_footer_logo.text-align-right {
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: 0;
}

.dashboard_footer_logo_inner {
  display: block;
  float: right;
  text-align: center;
}

.dashboard_footer_logo_inner h5 {
  color: #ffff00;
  margin: 0;
  font-style: italic;
  font-size: 17px;
}

.dashboard_footer_logo_inner h5 sup {
  font-size: 9px;
  vertical-align: top;
}

.mfp-wrap .block-title {
  margin: 0 0 20px 0;
  text-align: center;
}

label.control-label {
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
}

#auth_box {
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
}

#auth_box #bottom_part>div {
  display: inline-block;
  margin: 0 9px;
}

#auth_box #bottom_part .back_link {
  width: 100%;
  text-align: center;
}

#auth_box #bottom_part {
  text-align: center;
}

#auth_box #bottom_part a {
  color: #525252;
  font-size: 14px;
}

#auth_box #bottom_part a:hover {
  color: #d99f00;
  text-decoration: none;
}

div#middle_part {
  margin-bottom: 15px;
}

div#middle_part .region.region-content {
  font-size: 14px;
}

#auth_box #the_logo {
  text-align: center;
}

#middle_part h2.title {
  text-align: center;
  font-size: 18px;
  margin: 15px 0 5px;
  text-transform: capitalize;
}

div#middle_part input[type="email"],
div#middle_part input[type="text"],
div#middle_part input[type="password"] {
  width: 100%;
}

form#user-form {
  display: block;
  text-align: center;
  max-width: 354px;
  width: 100%;
  padding: 30px;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  float: none;
}

.control-label.form-required:after {
  content: '*';
  background-image: none;
  font-size: 12px;
  position: relative;
  top: -2px;
  right: -1px;
  color: #ff0000;
}

.loading_body:not(.showelements) * {
  opacity: 0;
}

.wave-background header {
  border: none;
}

.task_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.task_left {
  width: 65%;
  padding-right: 20px;
}

.task_right {
  width: 35%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
}

.surfing_board {
  text-align: center;
  width: 100%;
}

.surfing_board_con {
  max-width: 224px;
  margin: 0 auto;
  border-bottom: 1px solid #f86429;
  padding-bottom: 10px;
}

.surfing_board_con strong {
  color: #d99f00;
  font-size: 17px;
  font-style: italic;
}

.task_main {
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 5px;
  border-top: none;
  position: relative;
  overflow-y: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  max-height: calc(100vh - 410px);
  margin-bottom: 20px;
  text-align: left;
  height: auto;
}

.task_main_ttl {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  display: block;
  padding-left: 48px;
  position: relative;
  top: 9px;
  z-index: 3;
  padding-bottom: 6px;
}

.task_main_ttl:before {
  content: '';
  display: block;
  width: 35px;
  height: 9px;
  position: absolute;
  left: 0px;
  top: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-top-left-radius: 5px;
}

.task_main_ttl:after {
  content: '';
  display: block;
  width: calc(100% - 106px);
  height: 9px;
  position: absolute;
  right: 0px;
  top: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-top-right-radius: 5px;
}

.single_task {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}

.single_task .task_btn {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 10px;
  background: url(../images/plus.png);
  border: none;
  background-position: center;
  background-repeat: no-repeat;
}

.single_task input[type="text"] {
  background: rgba(225, 225, 225, 0.9);
  border: none;
  padding: 7px 10px;
  border-radius: 4px;
  display: block;
  margin-right: 10px;
  font-size: 11px;
  color: #000;
  font-style: initial;
  font-weight: 600;
  width: 100%;
  height: 29px;
}

.single_task select {
  background: rgba(225, 225, 225, .7);
  border: none;
  padding: 7px 10px;
  border-radius: 4px;
  display: block;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.uislider {
  width: 263px;
}

.task_percent {
  font-weight: 700;
  color: #d99f00;
  font-size: 15px;
}

.custom_btn {
  display: inline-block;
  margin: 1px 6px 2px 0;
  font-size: 13px;
  text-decoration: none;
  padding: 8px 15px;
  line-height: 1;
  color: #015252;
  border-radius: 2px;
  min-width: 79px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  border: none;
}

.custom_btn.red_bg {
  color: #622600;
}

.task_btns {
  margin-top: 25px;
}

.custom_btn:hover {
  text-decoration: none;
  background: #d99f00;
  color: #fff;
}

.task_main::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;

}

.task_main::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;

}

.task_main::-webkit-scrollbar-thumb {
  background-color: #ff6400;
}

img.orilogo {
  width: 325px;
}

.form_logo img {
  max-width: 325px;
  width: 100%;
}

.animation-on .landing_page_inner {
  margin-top: 24px;
}

.sidebar .side_menu ul li.dropdown ul.menu.dropdown-menu {
  position: static;
  height: auto;
  background: none;
  padding: 0;
  box-shadow: none !important;
  border: none;
  margin-top: 14px;
  margin-bottom: 11px;
  overflow: hidden;
}

.sidebar .side_menu ul li.dropdown ul.menu.dropdown-menu li {
  margin-bottom: 6px;
}

.sidebar .side_menu ul li.dropdown ul.menu.dropdown-menu li:last-child {
  margin-bottom: 0;
}

.sidebar .side_menu ul li.dropdown ul.menu.dropdown-menu li a {
  position: relative;
  padding-left: 30px;
  padding-right: 0;
}

.sidebar .side_menu ul li.dropdown ul.menu.dropdown-menu li a:before {
  content: '';
  display: block;
  width: 6px;
  height: 2px;
  background: #Fff;
  position: absolute;
  left: 15px;
  top: 13px;
}

.sidebar .side_menu ul li.dropdown ul.menu.dropdown-menu li a:hover {
  background: none;
}

.sidebar .side_menu ul li.dropdown ul.menu.dropdown-menu li a:hover:before {
  background: #d9a228;
}

.side_logo a.logo img {
  max-width: 325px;
  width: 100%;
}

.path-frontpage .skip-link {
  display: none;
}

.animation-on .landing_content h1 span {
  font-weight: 800;
  letter-spacing: .8px;
}

.animation-on .dashboard_list {
  padding-top: 12px;
}

.forum-listing-table,
.forum-listing-table tbody,
.forum-listing-table tr,
.forum-listing-table td,
.forum-listing-table th,
.forum-listing-table thead {
  display: block !important;
}

.forum-listing-table tr.forum-header {
  display: none !important;
}

table.forum-listing-table tbody tr td:nth-child(2),
table.forum-listing-table tbody tr td:nth-child(3) {
  display: none !important;
}

table.forum-listing-table tr.forum-table-superheader {
  width: 100%;
  display: block;
}

table.forum-listing-table tr.forum-table-superheader th {
  background: #d99f00;
  padding: 7px 15px;
  border: none;
  border-radius: 4px;
}

table.forum-listing-table tr.forum-table-superheader th div>a {
  color: #fff;
  font-weight: 600;
}

table.forum-listing-table tr.forum-table-superheader th p {
  font-weight: 400;
  color: #fff;
}

.forum-listing-table td {
  background: none !important;
  padding: 0 !important;
  border: none !important;
}

.forum-listing-table tr {
  background-color: #fff !important;
}

.forum-listing-table td .indent div>a {
  font-weight: 700;
  color: #ff6400;
  font-style: italic;
}

table.forum-listing-table tbody tr td:last-child {
  font-size: 12px;
  text-transform: capitalize;
  color: #777;
  font-weight: 500;
  padding-top: 5px !important;
}

.forum-listing-table tbody tr {
  margin: 13px 0px;
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 20px;
}

.forum-listing-table tbody tr:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

table.forum-listing-table tbody tr td:first-child,
table.forum-listing-table tbody tr td:last-child {
  position: relative;
  padding-left: 92px !important;
}

.forum_profile {
  width: 70px;
  height: 72px;
  position: absolute;
  left: 0;
  top: 0;
}

.forum_profile img {
  width: 100%;
  padding: 3px;
  border: 1px solid #b2b1b0;
  border-radius: 4px;
}

.forum-listing-table td .indent div>a:hover {
  color: #3c3c3c;
  text-decoration: none;
}

table.forum-listing-table tr.forum-table-superheader th div>a:hover {
  color: #3c3c3c;
  text-decoration: none;
}

#the_logo img {
  max-width: 322px;
  width: 100%;
}

.reset {
  padding: 20px;
  /*box-shadow: 0 0 9px rgba(0,0,0,.2);*/
  /* margin-top: 38px !important;*/
}

.reset div#middle_part {
  text-align: center;
}

.left_space {
  padding-left: 50px;
}

.left_space ul {
  padding: 0;
  list-style: none;
  margin: 9px 0;
}

.left_space ul li {
  color: #00fefe;
  line-height: 1.3;
  font-size: 17px;
  margin-bottom: 5px;
}

.left_space h2 {
  color: #ff6400;
  font-style: italic;
}

.view-taxonomy-term .task_right {
  min-height: 290px;
}

.surging_btn {
  margin-top: 25px;
}

.view-taxonomy-term .feed-icons {
  display: none;
}

.view-taxonomy-term .task_right {
  min-height: calc(100vh - 136px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.dataTable tr th {
  background: #8f8164;
  color: #Fff;
  font-size: 14px;
  font-weight: 600 !important;
  border-bottom: none !important;
}

.dataTable tr td {
  font-size: 14px;
  font-weight: 600 !important;
  color: #454545;
}

.dataTable {
  border: 1px solid #cccccc !important;
  margin-bottom: 10px !important;
}

.dataTable tbody tr {
  background: #fff !important;
}

.dataTable tbody tr td {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.dataTable tbody tr:first-child td {
  border-top: none !important;
}

.dataTables_filter #addbutton {
  float: right;
}

#addbutton .custom_btn {
  margin: 0px;
}

#addbutton .custom_btn {
  color: #fff !important;
}

#addbutton {
  text-align: right;
  margin-bottom: 5px;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #868686;
  border-radius: 2px;
  padding: 3px 13px;
  height: 30px;
  font-weight: 400;
}

.dataTables_wrapper .dataTables_filter label {
  font-weight: 600;
  font-size: 15px;
  color: #3c3c3c;
}

.dataTables_length label {
  font-size: 15px;
  font-weight: 600;
  color: #3c3c3c;
}

.dataTables_length select {
  border: 1px solid #868686;
  border-radius: 2px;
  padding: 3px 13px;
  height: 30px;
  font-weight: 400;
  margin: 0 4px;
}

.dataTables_info {
  font-size: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 8px !important;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: #8f8164 !important;
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button {
  width: 30px;
  height: 30px;
  background: #d6d6d6;
  color: #8f8164 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #8f8164;
  color: #fff !important;
}

.path-constraints .breadcrumb {
  display: none;
}

.constraintsdesc {
  font-size: 15px;
  margin: 5px 0 25px 0;
}

.dataTables_filter {
  margin-bottom: 10px;
}

.dataTable tbody tr td a {
  color: #8f8164;
}

.dataTable tbody tr td a:hover {
  text-decoration: none;
  color: #ff6400;
}

table.dataTable thead .sorting_asc {
  background-image: url(../images/sort_asc.png);
}

table.dataTable thead .sorting_desc {
  background-image: url(../images/sort_desc.png);
}

table.lesson_table th:first-child {
  width: 80px !important;
}

table.lesson_table th:nth-child(2) {
  width: 103px !important;
}

table.lesson_table th:nth-child(3) {
  width: 120px !important;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
  font-weight: bold;
  margin-left: 2px;
  color: blue;
  cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}

.addbutton .glyphicon-spin {
  margin-left: 10px !important;
}

.path-taxonomy .sub-header {
  display: none;
}

.path-taxonomy .task_left p {
  color: #Fff;
}

.path-taxonomy .surfing_board_con {
  border-bottom: none;
  padding: 0;
}

.path-taxonomy .surfing_board_con strong {
  color: #ff6400;
  font-size: 20px;
  line-height: 1;
}

.path-taxonomy .surfing_board_con h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  color: #d99f00;
}

.path-taxonomy .task_left p span.readMore,
.path-taxonomy .task_left p span.readLess {
  color: #00fefe;
  font-weight: 600;
}

.path-lessonlearn ol.breadcrumb {
  display: none;
}

.modal-content {
  width: 100%;
  padding: 0;
}

.modal-dialog {
  max-width: 333px;
}

.modal-body {
  overflow: hidden !important;
}

.ui-dialog .ui-dialog-title {
  border: none !important;
  padding: 0;
}

.ui-dialog .ui-dialog-titlebar-close span {
  line-height: 13px !important;
  display: block;
  font-size: 14px !important;
  font-weight: 500 !important;
  position: static;
  margin: 0;
}

button.close.ui-dialog-titlebar-close {
  background: #d99f00;
  width: 21px;
  height: 21px;
  color: #fff;
  font-weight: 400;
  border-radius: 50%;
  opacity: 1;
  top: 17px;
}

.modal-body .control-label:after {
  top: 1px;
}

.modal-body input[type="submit"],
.modal-body button[type="submit"] {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 15px;
  line-height: 1;
  color: #5f4602;
  border-radius: 2px;
  min-width: 79px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

.modal-body input[type="submit"]:hover,
.modal-body button[type="submit"]:hover {
  color: #Fff;
}

.close.ui-dialog-titlebar-close:hover {
  background: #555;
}

.custom_btn:focus {
  text-decoration: none;
}

.surging_btn .custom_btn {
  margin: 2px 4px;
  min-width: 139px;
  font-size: 13px;
  padding: 8px 9px !important;
}

.surfing_board img {
  max-width: 350px;
  width: 100%;
}

.ui-dialog .ui-dialog-titlebar {
  background: #8f8164;
  border: none;
  border-radius: 0;
}

.ui-dialog {
  padding: 0;
}

.ui-dialog.ui-front.video_box_popup {
  z-index: 999;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-size: 17px;
  font-weight: 500;
}

.ui-dialog .ui-dialog-titlebar-close {
  padding: 0;
  font-size: 0;
  right: 19px;
}

.ui-dialog .ui-dialog-titlebar-close span {
  background-image: url('../images/ui-icons_555555_256x240.png');
}

.ui-dialog textarea {
  height: 100px;
  font-size: 15px;
}

.single_task .form-submit {
  width: 16px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  background: url(../images/plus.png) !important;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
  font-size: 0;
  padding: 0;
  background-repeat: no-repeat !important;
  min-width: auto;
  background-size: 16px !important;
}

.single_task .task-name__wrapper {
  width: calc(100% - 350px);
  margin-right: 10px;
}

.single_task .panel-body>* {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.single_task .task-time__wrapper {
  width: 98px;
}

.form-item-task-row-1-task-time-hrs input {
  font-weight: 700 !important;
}

.task_main .panel-body {
  padding: 0;
  border: none;
  background: none;
}

.task_main .form-inline {
  border: none;
  background: none !important;
  box-shadow: none !important;
}

.task_main .panel-body .form-item {
  background: transparent !important;
  border: none;
  box-shadow: none;
}

.single_task .panel-body .percentage-completion__wrapper {
  width: 196px;
  margin-left: 14px;
}

.single_task .panel-body .percentage-completion__wrapper .slider.ui-slider {
  display: inline-block;
  width: calc(100% - 59px);
  margin-right: 18px;
  vertical-align: middle;
  height: 6px;
}

.single_task .panel-body .percentage-completion__wrapper .form-item {
  width: 28px;
  display: inline-block;
}

.single_task .panel-body .percentage-completion__wrapper .form-item input.percentage-completion {
  font-weight: 700;
  color: #f86429;
  font-size: 15px;
  background: none;
  padding: 0;
  text-align: center;
  box-shadow: none;
}

.single_task .panel-body .percentage-completion__wrapper .slider.ui-slider span.ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff6400;
  border-color: #ff6400;
}

.single_task .form-submit[value="Remove"] {
  background: url(../images/minus.png) !important;
}

.single_task .panel-body .percentage-completion__wrapper .slider.ui-slider .ui-slider-range {
  background: #f9f9f9;
}

.single_task input[type="text"]::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}

.single_task input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.single_task input[type="text"]::placeholder {
  color: #000;
}

.single_task .time-picker {
  background-image: url(../images/selectarrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
  background-size: 10px !important;
}

.single_task .form-submit:focus {
  outline: none;
}

.single_task .form-submit[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}

.ui-timepicker-container .ui-widget.ui-widget-content {
  width: 100% !important;
  padding: 0 !important;
  border: none;
}

.ui-timepicker-container {
  padding: 0 !important;
  border: none !important;
}

.ui-timepicker-container .ui-widget.ui-widget-content ul li a,
.ui-timepicker-container .ui-widget.ui-widget-content ul li a.ui-state-hover {
  font-size: 12px;
  padding: 0 !important;
  margin: 0;
  background: none;
  border: none;
}

.ui-timepicker-container .ui-widget.ui-widget-content ul {
  width: 100% !important;
}

.ui-timepicker-container .ui-widget.ui-widget-content ul li a.ui-state-hover {
  color: #d99f08 !important;
}

.daily-goal .daily-goal-inner {
  width: 60%;
}

.daily-goal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: r;
}

.daily-goal .daily-goal-inner .task_left {
  width: 100% !important;
}

.date_picker_right {
  color: #f86429 !important;
  font-size: 17px !important;
  font-style: italic;
  text-align: center;
  padding: 0 !important;
  display: inline-block !important;
  width: 122px !important;
  border: none !important;
  min-width: auto !important;
  background: none !important;
  box-shadow: none;
}

.ui-datepicker .ui-datepicker-header {
  background: #d9a228;
  padding: 5px;
  font-size: 15px;
  border: none;
}

.ui-datepicker a.ui-state-default {
  background: #e0e0e0;
  border-color: #e0e0e0;
  color: #565656;
  font-size: 13px;
}

.ui-datepicker th {
  color: #d9a228;
  font-size: 13px;
}

.ui-datepicker a.ui-state-default:hover,
.ui-datepicker .ui-state-active {
  background: #d9a228;
  color: #Fff;
}

.edit-add-task-button {
  display: none !important;
}

.ui-datepicker {
  width: 260px;
}

.ui-datepicker {
  width: 260px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 5px;
  background-position: center !important;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker .ui-datepicker-prev {
  background-image: url('../images/leftcon.png') !important;
}

.ui-datepicker .ui-datepicker-next {
  background-image: url('../images/righticon.png') !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background-color: transparent;
  border-color: transparent;
}

.page_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #111;
  z-index: 9999;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  perspective: 200px;
}

.page_loader img {
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 40px;
  -webkit-animation: rotateOnY 4s infinite linear;
  animation: rotateOnY 4s infinite linear;
  /*-webkit-animation: rotationn 2s infinite linear;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;*/

}

@-webkit-keyframes rotateOnY {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotateOnY {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

body.pageloaded .page_loader,
body.animation_on .page_loader {
  display: none;
}

/* @-webkit-keyframes rotationn {
    from {
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }

    to {
      -webkit-transform: rotateY(359deg);
      -moz-transform: rotateY(359deg);
      -ms-transform: rotateY(359deg);
      transform: rotateY(359deg);
    }

    }*/

.skip-link {
  display: none;
}

#user-register-form-wrapper div.field--type-image,
.register_wrap div.field--type-image {
  display: none;
}

#user-register-form-wrapper div[data-drupal-selector="edit-field-name-wrapper"],
.register_wrap div#edit-field-name-wrapper {
  display: none;
}

#user-register-form-wrapper div[data-drupal-selector="edit-field-age-wrapper"],
.register_wrap div#edit-field-age-wrapper {
  display: none;
}

#user-register-form-wrapper div[data-drupal-selector="edit-field-sex-wrapper"],
.register_wrap div#edit-field-sex-wrapper {
  display: none;
}

#user-register-form-wrapper div[data-drupal-selector="edit-field-phone-wrapper"],
.register_wrap div#edit-field-phone-wrapper {
  display: none;
}

#user-register-form-wrapper div[data-drupal-selector="edit-field-country-wrapper"],
.register_wrap div#edit-field-country-wrapper {
  display: none;
}

#user-register-form-wrapper div[data-drupal-selector="edit-field-about-wrapper"],
.register_wrap div#edit-field-about-wrapper {
  display: none;
}

#user-register-form-wrapper div[data-drupal-selector="edit-field-note-wrapper"],
.register_wrap div#edit-field-note-wrapper {
  display: none;
}

#user-register-form-wrapper div[data-drupal-selector="edit-field-user-mobile-wrapper"],
.register_wrap div#edit-field-user-mobile-wrapper {
  display: none;
}

input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent;
}

/*page css end*/

/*user edit page css*/
.user-logged-in #user-form {
  max-width: 100%;
  padding-right: 303px;
  position: relative;
  width: 100%;
  float: left;
}

.user-logged-in #user-form .form-item {
  width: 100%;
  float: left;
}

.user-logged-in #user-form .form-item label.control-label {
  width: 140px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #474747;
  font-size: 15px;
}

.user-logged-in #user-form input.form-control,
.user-logged-in #user-form textarea,
.user-logged-in #user-form select {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: 1px solid transparent;
  box-shadow: none;
  padding: 3px;
  height: auto;
  font-size: 15px;
  color: #474747;
  width: 265px;
  min-height: 27px;
  padding-right: 25px;
  background-image: url(../images/editicon.png) !important;
  background-repeat: no-repeat;
  background-position: 98% 10px;
  background-size: 13px;
  cursor: pointer;
  border-bottom: 1px solid #f7f7f7;
  border-radius: 0;
}

.user-logged-in #user-form #edit-field-terms-of-use--wrapper {
  display: none;
}

.user-logged-in #user-form .form-group {
  width: 100%;
  float: left;
  margin-bottom: 8px;
}

.user-logged-in #user-form .form-item .form-textarea-wrapper,
.user-logged-in #user-form .form-item .select-wrapper {
  width: auto;
  display: inline-block;
  min-width: 119px;
}

.user-logged-in #user-form .form-item div#edit-field-phone-0-format {
  display: none;
}

.user-logged-in #user-form .form-item label.control-label:after {
  display: none;
}

.user-logged-in #user-form div#edit-user-picture-wrapper {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 250px;
  text-align: center;
  padding: 14px;
}

.user-logged-in #user-form div#edit-user-picture-wrapper .preview {
  width: 150px;
  padding: 0;
  height: 150px;
  position: relative;
  float: none !important;
  display: inline-block;
}

.user-logged-in #user-form div#edit-user-picture-wrapper .preview img {
  width: 150px;
  position: absolute;
  width: auto !important;
  object-fit: cover;
  height: 150px;
  object-position: center;
}

.user-logged-in #user-form div#edit-user-picture-wrapper .data {
  width: 100%;
}

.user-logged-in #user-form .form-item .select-wrapper:after {
  display: none;
}

.user-logged-in #user-form input.form-control:focus,
.user-logged-in #user-form textarea:focus,
.user-logged-in #user-form select:focus {
  border: 1px solid #f5f5f5;
  background: #ffffff;
  background-image: none !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, .08);
}

.user-logged-in #user-form #edit-field-about-wrapper {
  margin-top: 28px;
}

.user-logged-in #user-form #edit-field-about-wrapper label.control-label {
  vertical-align: top;
  margin-top: 8px;
}

.user-logged-in #user-form textarea {
  /* height: 80px; */
  width: auto;
}

.user-logged-in #user-form div#edit-account {
  padding-bottom: 9px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
}

button.form-submit {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  padding: 8px 15px;
  line-height: 1;
  color: #ffffff;
  border-radius: 2px;
  min-width: 93px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  border: none;
  background: #d99f00;
}

button.form-submit:hover {
  background-color: #5b5b5b;
  color: #fff;
}

.user-logged-in #user-form div#edit-user-picture-wrapper .data span.file {
  display: none;
}

.user-logged-in #user-form .form-item-field-note-0-value .form-textarea-wrapper {
  display: none;
}

.user-logged-in #user-form .form-item-field-note-0-value .form-textarea-wrapper label.control-label {
  width: 100% !important;
}

.user-logged-in #user-form .form-item-field-note-0-value label.control-label {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #777777;
  margin-bottom: 30px;
}

.user-logged-in #user-form div#edit-user-picture-wrapper input,
.user-logged-in #user-form div#edit-user-picture-wrapper input:focus {
  background-image: none !important;
  background: none !important;
  width: 222px;
  padding-right: 0;
}

/*user edit page css*/

.single_task .form-submit {
  background-color: transparent !important;
}

.user-logged-in nav.tabs {
  display: none;
}

.daily-goal .daily-goal-inner form #edit-actions,
.simple-goal form div#edit-actions, #goal_custom_right_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  text-align: center;
}

.daily-goal .daily-goal-inner form #edit-actions button,
.simple-goal form div#edit-actions button,
.advanced-goal form div#edit-actions button {
  margin: 0 4px;
}

.daily-goal .task_right {
  padding-bottom: 40px;
}

.user-login-form button#edit-submit,
.user-register-form button#edit-submit,
.user-pass button#edit-submit--2,
.user-pass button#edit-submit--3 {
  display: block;
  margin: 15px auto 0;
  width: 100%;
}

.captcha {
  transform: scale(.85);
  transform-origin: 0 0;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  filter: Alpha(Opacity=100);
  background: rgba(0, 0, 0, .8);
}

.simple-goal .single_task .task-name__wrapper {
  width: calc(100% - 470px);
  margin-right: 7px;
}

.simple-goal .single_task .date-custom {
  width: 126px;
  margin-right: 7px;
}

.simple-goal .single_task .date-custom .form-inline {
  width: 100%;
}

.simple-goal .single_task .date-custom .form-inline input {
  width: 100%;
  background: rgba(225, 225, 225, .9);
  border: none;
  padding: 7px 3px 7px 5px;
  border-radius: 4px;
  height: 29px;
  font-weight: 700;
  color: #000;
  font-style: inherit;
  line-height: 1.2;
  font-size: 10px;
}

.simple-goal .single_task .percentage-completion__wrapper {
  width: 150px;
}

.simple-goal .task_main_ttl:after {
  width: calc(100% - 205px);
}

.simple-goal .single_goal .panel-body {
  padding: 0;
  background: none;
}

.simple-goal .single_goal>.form-item {
  background: none;
  border: none;
  box-shadow: none !important;
}

.simple-goal .single_goal input.form-control {
  background: rgba(225, 225, 225, 0.9);
  border: none;
  padding: 6px 10px;
  height: 35px;
  font-size: 14px;
  font-weight: 700;
  font-style: inherit;
  color: #000;
  width: 100%;
}

.simple-goal .single_goal .panel-body>div {
  display: inline-block;
  margin-right: 15px;
}

.simple-goal .single_goal .panel-body label.control-label {
  display: block;
  width: auto;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  font-style: initial;
  margin-bottom: 5px;
}

.simple-goal .single_goal .goal-percentage-completion__wrapper {
  width: 93px;
}

.simple-goal .single_goal .panel-body label.control-label:after {
  display: none;
}

.simple-goal .single_goal .target-goal-date-end,
.simple-goal .single_goal .target-goal-date-start {
  width: 160px;
}

.simple-goal .single_goal .goal-actual-completion__wrapper {
  width: 143px;
}

.simple-goal .single_goal .goal-name__wrapper {
  position: absolute;
  right: 0;
  bottom: 65px;
  width: 40%;
  margin: 0 !important;
}

.simple-goal .single_goal .goal-name__wrapper .form-item {
  max-width: 230px;
  margin: 0 auto;
  text-align: center;
}

.simple-goal .single_goal .goal-name__wrapper .form-item label.control-label {
  color: #f86429;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  font-weight: 800;
  margin: 0;
}

.simple-goal .single_goal .goal-name__wrapper .form-item input {
  padding: 0;
  height: auto;
  background: none;
  border: 1px solid #f86629;
  border-radius: 0;
  font-weight: 600;
  color: #f86629;
  text-align: center;
  font-size: 13px;
  padding-bottom: 4px;
  font-style: italic;
  box-shadow: none;
}

.simple-goal .single_goal .goal-name__wrapper img {
  width: auto;
  max-width: 100%;
}

.simple-goal .task_right {
  display: none;
}

.simple-goal form div#edit-actions {
  bottom: 17px;
}

.simple-goal .single_goal .panel-body>div input {
  text-align: center;
  max-width: 220px;
}

.goal-analytis table.table {
  border: 1px solid #cccccc !important;
  margin-bottom: 10px !important;
}

.goal-analytis table.table tr th {
  background: #8f8164;
  color: #Fff;
  font-size: 14px;
  font-weight: 600 !important;
  border-bottom: none !important;
  color: #fff;
  border-right: 1px solid #969696;
}

.goal-analytis table.table tr th a {
  color: #fff;
}

.goal-analytis table.table tr {
  background: #fff;
}

.goal-analytis table.table tr td {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 14px;
  font-weight: 600 !important;
  color: #454545;
}

.goal-analytis table.table tr:first-child td {
  border-top: none;
}

.goal-analytis table.table tr td a {
  color: #ff6400;
}

.goal-analytis table.table tr td a {
  color: #ff6400;
}

.goal-analytis table.table tr td a:hover {
  color: #8f8164;
  text-decoration: none;
}

.goal-analytis table.table tr th a:hover {
  text-decoration: none;
}

.goal-analytis table.table tr th .icon.glyphicon {
  float: right;
  font-size: 11px;
  margin-top: 4px;
}

.goal-analytis table.table tr th:last-child,
.goal-analytis table.table tr th:nth-last-child(2),
.goal-analytis table.table tr th:nth-last-child(3) {
  width: 148px;
}

ul.pagination li a {
  padding: 8px !important;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: #565656 !important;
  border: none !important;
  min-width: 30px;
  text-align: center;
  border-radius: 3px !important;
  background: #d6d6d6;
}

ul.pagination li {
  margin-right: 5px;
  display: inline-block;
}

ul.pagination li.active a,
ul.pagination li a:hover,
ul.pagination li.active a:hover {
  background: #8f8164;
  color: #fff !important;
}

.goal-analytis ul.pagination {
  float: left;
  padding: 0;
}

ul.pagination li.pager__item--next a,
ul.pagination li.pager__item--last a,
ul.pagination li.pager__item--previous a,
ul.pagination li.pager__item--first a {
  background: none !important;
  color: #8f8164 !important;
}

.goal-analytis .field__label {
  display: none;
}

.goal-analytis form .form-item {
  float: right !important;
}

.goal-analytis form .form-item label.control-label {
  display: none;
}

.goal-analytis form .form-item input {
  border: 1px solid #868686;
  border-radius: 2px;
  padding: 3px 13px;
  height: 30px;
  font-weight: 400;
  background: transparent;
}

ul.pagination li.pager__item--last,
ul.pagination li.pager__item--first {
  display: none !important;
}

.user-pass-reset #edit-actions {
  text-align: center;
}

.user-pass-reset div#edit-actions button {
  margin: 10px 0 0 0;
}

.pager__item span {
  text-transform: capitalize;
  display: inline-block;
}

table.forum-listing-table tr.forum-table-superheader .forum_profile img {
  display: none;
}

.path-forum table:not(.forum-listing-table) th {
  background: #8f8164;
  color: #Fff;
  font-size: 14px;
  font-weight: 600 !important;
  border-bottom: none !important;
  border-right: 1px solid #b9b9b9;
}

.path-forum table:not(.forum-listing-table) th a {
  color: #fff;
  text-decoration: none;
}

.path-forum table:not(.forum-listing-table) td {
  font-size: 14px;
  font-weight: 600 !important;
  color: #454545;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.path-forum table:not(.forum-listing-table) tr {
  background-color: #fff !important;
}

.path-forum table:not(.forum-listing-table) {
  border: 1px solid #cccccc !important;
  margin-bottom: 10px !important;
  margin-top: 20px;
}

.path-forum table:not(.forum-listing-table) td .forum__title div:first-child a {
  font-weight: 700;
  color: #ff6400;
  font-style: italic;
  font-size: 18px;
}

.path-forum table:not(.forum-listing-table) td .forum__title a:hover {
  color: #383838;
  text-decoration: none;
}

.path-forum table:not(.forum-listing-table) td a {
  color: #ff6400;
}

.hidebtn {
  display: none;
}

div.filter-wrapper {
  display: none;
}

/*advance Goal css*/

.advanced-goal .single_task .task-name__wrapper {
  width: calc(100% - 470px);
  margin-right: 7px;
}

.advanced-goal .single_task .date-custom {
  width: 126px;
  margin-right: 7px;
}

.advanced-goal .single_task .date-custom .form-inline {
  width: 100%;
}

.advanced-goal .single_task .date-custom .form-inline input {
  width: 100%;
  background: rgba(225, 225, 225, .9) !important;
  border: none;
  padding: 7px 3px 7px 5px;
  border-radius: 4px;
  height: 29px;
  font-weight: 700;
  color: #000;
  font-style: inherit;
  line-height: 1.2;
  font-size: 10px;
}

.advanced-goal .single_task .percentage-completion__wrapper {
  width: 150px;
}

.advanced-goal .task_main_ttl:after {
  width: calc(100% - 205px);
}

.advanced-goal .single_goal .panel-body {
  padding: 0;
  background: none;
}

.advanced-goal .single_goal>.form-item {
  background: none;
  border: none;
}

.advanced-goal .single_goal input.form-control {
  background: rgba(225, 225, 225, .9);
  border: none;
  padding: 6px 10px;
  height: 35px;
  font-size: 14px;
  font-weight: 700;
  font-style: inherit;
  color: #000;
  width: 100%;
}

.advanced-goal .single_goal .panel-body>div {
  display: inline-block;
  margin-right: 15px;
}

.advanced-goal .single_goal .panel-body label.control-label {
  display: block;
  width: auto;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  font-style: initial;
  margin-bottom: 5px;
}

.advanced-goal .single_goal .goal-percentage-completion__wrapper {
  width: 93px;
}

.advanced-goal .single_goal .panel-body label.control-label:after {
  display: none;
}

.advanced-goal .single_goal .target-goal-date-end {
  width: 160px;
}

.advanced-goal .single_goal .goal-actual-completion__wrapper {
  width: 143px;
}

.advanced-goal .single_goal .goal-name__wrapper {
  position: absolute;
  right: 0;
  bottom: 65px;
  width: 40%;
  margin: 0 !important;
}

.advanced-goal .single_goal .goal-name__wrapper .form-item {
  max-width: 230px;
  margin: 0 auto;
  text-align: center;
}

.advanced-goal .single_goal .goal-name__wrapper .form-item label.control-label {
  color: #f86629;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  font-weight: 800;
  margin: 0;
}

.advanced-goal .single_goal .goal-name__wrapper .form-item input {
  padding: 0;
  height: auto;
  background: none;
  border: 1px solid #f86629;
  border-radius: 0;
  font-weight: 400;
  color: #f86629;
  text-align: center;
  font-size: 13px;
  padding-bottom: 4px;
  font-style: italic;
  box-shadow: none;
}

.advanced-goal .single_goal .goal-name__wrapper img {
  width: auto;
  max-width: 100%;
}

.advanced-goal .task_right {
  display: none;
}

.advanced-goal form div#edit-actions {
  bottom: 17px;
}

.advanced-goal .single_goal .panel-body>div input {
  text-align: center;
  max-width: 220px;
}

.advanced-goal .single_task .single_sub_task {
  margin-top: 10px;
}

.advanced-goal .single_task .single_sub_task .task-name__wrapper {
  width: calc(100% - 501px);
}

.advanced-goal .single_task .single_sub_task:nth-child(7)~.single_sub_task,
.advanced-goal .single_task .single_sub_task:last-child {
  margin-left: 30px;
}

.advanced-goal .single_task .single_sub_task:nth-child(7)~.single_sub_task .task-name__wrapper,
.advanced-goal .single_task .single_sub_task:last-child .task-name__wrapper {
  width: calc(100% - 471px);
}

.risk_wrap .task_main,
.constraint_wrap .task_main {
  border-top: 2px solid #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.risk_wrap .task_main,
.constraint_wrap .task_main {
  border-top: 2px solid #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.task_main_title-1,
.task_main_title-2 {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  /* display: inline-block; */
  float: left;
  width: calc(50% - 20px);
  margin-bottom: 10px;
}

.task_main_title-1 {
  margin-left: 30px;
  margin-right: 10px;
}

.risk_wrap .single_risk,
.constraint_wrap .single_constraint {
  margin-top: 6px;
}

.risk_wrap .single_risk button,
.constraint_wrap .single_constraint button {
  width: 16px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  background: url(../images/plus.png) !important;
  border: none;
  background-position: center;
  margin-top: 0;
  font-size: 0;
  padding: 0;
  background-repeat: no-repeat !important;
  min-width: auto;
}

.risk_wrap .single_risk .sr-only {
  display: inline-block;
}

.risk_wrap .single_risk .risk-name__wrapper,
.constraint_wrap .single_constraint .constraint-name__wrapper {
  margin-right: 10px;
}

.risk_wrap .single_risk .risk-mitigation__wrapper,
.risk_wrap .single_risk .risk-name__wrapper,
.constraint_wrap .single_constraint .constraint-name__wrapper,
.constraint_wrap .single_constraint .constraint-mitigation__wrapper {
  display: inline-block;
  width: calc(50% - 21px);
}

.risk_wrap .single_risk input,
.constraint_wrap .single_constraint input {
  width: 100%;
  background: rgba(225, 225, 225, .9);
  border: none;
  padding: 7px 10px;
  border-radius: 4px;
  display: block;
  margin-right: 10px;
  font-size: 12px;
  color: #000;
  font-style: initial;
  font-weight: 600;
  width: 100%;
  height: 29px;
}

.risk_wrap .single_risk input::-webkit-input-placeholder,
.constraint_wrap .single_constraint input[type="text"]::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}

.risk_wrap .single_risk input:-ms-input-placeholder,
.constraint_wrap .single_constraint input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.risk_wrap .single_risk input::placeholder,
.constraint_wrap .single_constraint input::placeholder {
  color: #000;
}

.advanced-goal form div#edit-actions {
  position: absolute;
  right: 0;
  bottom: 17px;
  width: 40%;
  text-align: center;
}

/*main scroll css*/
.advanced-goal form#advanced-goal-form-test {
  width: 60%;
  height: calc(100vh - 270px);
  overflow-x: auto;
}

.advanced-goal form#advanced-goal-form-test .task_left {
  width: 100%;
  padding-right: 5px;
}

.advanced-goal form#advanced-goal-form-test::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;

}

.advanced-goal form#advanced-goal-form-test::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;

}

.advanced-goal form#advanced-goal-form-test::-webkit-scrollbar-thumb {
  background-color: #ff6400;
}

.advanced-goal form#advanced-goal-form-test .task_main {
  height: auto;
  min-height: 100px;
  overflow-y: visible;
  max-height: initial;
}

.risk_wrap .single_risk button.remove-risk,
.constraint_wrap .single_constraint button.remove-constraint {
  background: url(../images/minus.png) !important;
}

body.page-node-57 {
  overflow: hidden;
}

.tabcontent .tab1 a {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  text-decoration: none;
  padding: 13px 24px;
  line-height: 1;
  min-width: 79px;
  font-weight: 800;
  text-align: center;
  border: none;
  background: #d6d6d6;
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.tabcontent .tab1 {
  display: inline-block;
  margin-right: 4px;
}

.tabcontent .tab1 a:hover {
  background: #8f8164;
  color: #fff;
}

text.highcharts-title tspan {
  display: none !important;
}

.tab1.active a {
  background: #8f8164;
  color: #Fff;
}

div#chart {
  border: 1px solid #d6d6d6;
  padding: 25px 0 0;
}

/*ST*/
section#block-adwordblock {
  margin: 87px 0px 30px 0px;
}

span.forum_link a {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

span.forum_link {
  float: right;
}

span.forum_title {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.forum_sidebar .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item {
  padding-bottom: 50px;
}

.topic_left_sidebar img {
  width: 100%;
  border: 1px solid #b2b1b0;
  padding: 5px;
  border-radius: 5px;
}

.auth_name a {
  color: #d99f00;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.post_date span {
  font-size: 15px;
}

.goal_meta ul {
  list-style: none;
  padding: 0;
}

.goal_meta ul li {
  font-weight: 600;
}

span.forum_link a:hover {
  text-decoration: none;
}

.path-forum .main-wrapper .col-md-4 .field {
  padding-bottom: 20px !important;
}

.path-forum .main-wrapper .col-md-4 .field img {
  max-width: 100%;
}

.action-links .btn {
  display: inline-block;
  margin: 1px 6px 2px 0;
  font-size: 13px;
  text-decoration: none;
  padding: 8px 15px;
  line-height: 1;
  color: #fff;
  border-radius: 2px;
  min-width: 79px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  border: none;
}

.page-node-type-forum .main-wrapper .col-md-4 .field {
  padding-bottom: 20px !important;
}

.page-node-type-forum .main-wrapper .col-md-4 .field img {
  max-width: 100%;
}

.page-node-type-forum .topic_left_sidebar .author {
  padding: 11px 10px;
}

.page-node-type-forum .topic_left_sidebar .author .auth_name a {
  font-size: 19px;
  text-transform: capitalize;
}

.page-node-type-forum .topic_left_sidebar .post_date span {
  font-size: 14px;
  font-weight: 700;
  color: #555;
}

.page-node-type-forum .topic_left_sidebar .goal_meta {
  padding: 0 10px;
}

.page-node-type-forum .topic_left_sidebar .goal_meta ul {
  margin: 0;
}

.page-node-type-forum .topic_left_sidebar .goal_meta ul li {
  font-size: 11px;
  margin-bottom: 5px;
  line-height: 1.2;
}

.indented {
  margin-left: 25px;
}

/*.user-logged-in .advanced-goal form#advanced-goal-form-test {height: calc(100vh - 310px);}*/
.task_disable {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.2;
}

input[type="date"]::before {
  color: #ffffff;
  content: attr(placeholder);
}

input[type="date"]:focus::before {
  content: "" !important;
}




.advanced-goal .single_task:first-child>.form-item>.panel-body>button:first-child {
  margin-top: 17px;
}

.advanced-goal .single_task:first-child>.form-item>.panel-body>.task-name__wrapper label {
  position: static !important;
  opacity: 0;
  display: inline-block;
  clip: initial !important;
  overflow: visible;
  width: auto;
  height: auto;
  visibility: hidden;
}

.advanced-goal .single_task:first-child>.form-item>.panel-body>.date-custom label,
.advanced-goal .single_task:first-child>.form-item>.panel-body>.date-custom label:after {
  color: #fff;
}

.advanced-goal .single_task:first-child>.form-item>.panel-body>.percentage-completion__wrapper {
  margin-top: 24px;
}

.simple-goal .single_task:first-child>.form-item>.panel-body>button:first-child {
  margin-top: 17px;
}

.simple-goal .single_task:first-child>.form-item>.panel-body>.task-name__wrapper label {
  position: static !important;
  opacity: 0;
  display: inline-block;
  clip: initial !important;
  overflow: visible;
  width: auto;
  height: auto;
  visibility: hidden;
}

.simple-goal .single_task:first-child>.form-item>.panel-body>.date-custom label,
.simple-goal .single_task:first-child>.form-item>.panel-body>.date-custom label:after {
  color: #fff;
}

.simple-goal .single_task:first-child>.form-item>.panel-body>.percentage-completion__wrapper {
  margin-top: 24px;
}

#node-forum-comment-forum article {
  width: 100%;
  float: left;
}

#node-forum-comment-forum article footer.comment__meta {
  width: 70px;
  display: inline-block;
  vertical-align: text-bottom;
  border: 1px solid #b2b1b0;
  padding: 3px;
  border-radius: 7px;
}

#node-forum-comment-forum article footer.comment__meta img {
  width: 100%;
  height: auto;
  background: #e5e5e5;
}

#node-forum-comment-forum article .content {
  width: calc(100% - 76px);
  display: inline-block;
  padding-left: 10px;
  vertical-align: top;
}

#node-forum-comment-forum article .content h3.comment_author {
  margin: 0 0 12px 0;
  padding: 9px 20px;
  background: #d99f00;
  border-radius: 5px;
}

#node-forum-comment-forum article .content h3.comment_author a {
  color: #fff;
  text-decoration: none;
}

#node-forum-comment-forum article .content h3.comment_author+h3 {
  display: none;
}

#node-forum-comment-forum article .content .field.field--name-comment-body {
  padding-left: 20px;
}

#node-forum-comment-forum article {
  border-top: 1px solid #d4d4d4;
  padding-top: 22px;
  margin-top: 20px;
}

#node-forum-comment-forum article .content .comment_created {
  padding-left: 20px;
  font-size: 11px;
  color: #777;
}

#node-forum-comment-forum article .content ul.links {
  margin: 0;
}

#node-forum-comment-forum article .content ul.links li {
  padding: 0;
  margin-right: 7px;
}

#node-forum-comment-forum article .content ul.links li a {
  color: #ff6400;
  text-decoration: none;
  font-weight: 600;
}

#node-forum-comment-forum>article:first-child {
  margin-top: 0;
  border-top: none;
  padding: 0;
}

.page-node-type-forum .content .field.field--name-body {
  margin-bottom: 11px;
}

.page-node-type-forum .content .field.field--name-body p {
  font-size: 18px;
  font-weight: 700;
  color: #ff6400;
}

#node-forum-comment-forum ul.pagination {
  width: 100%;
  padding: 10px 0 0;
  margin-top: 35px;
  border-top: 1px solid #d4d4d4;
  text-align: left;
  margin-bottom: 0;
}

.page-node-type-forum section+ul.links {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.page-node-type-forum li.comment-add {
  padding: 0;
}

.page-node-type-forum li.comment-add a {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  padding: 8px 15px;
  line-height: 1;
  color: #ffffff;
  border-radius: 2px;
  min-width: 93px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  border: none;
  background: #d99f00;
}

.page-node-type-forum li.comment-add a:hover {
  background: #5b5b5b;
}

#node-forum-comment-forum article mark {
  display: none;
}

#node-forum-comment-forum article .content ul.links li a span.ajax-throbber {
  margin-left: 10px;
}


table#constraints_table th.sorting_asc {
  min-width: 60px !important;
}

table#constraints_table th.sorting {
  min-width: 60px !important;
}

.tabcontent.chart_tab {
  margin: 20px 0px 0px 0px;
}

.page-node-51 .breadcrumb,
.page-node-52 .breadcrumb,
.page-node-57 .breadcrumb {
  display: none;
}

.user-form #edit-field-about-0-value--description {
  margin-top: 30px;
  margin-bottom: 0;
}

.path-goal-analytics .user-form #edit-field-about-0-value--description p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 4px 0;
}

.path-goal-analytics .user-form #edit-field-about-0-value--description p a {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  padding: 8px 15px;
  line-height: 1;
  color: #ffffff;
  border-radius: 2px;
  min-width: 93px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  border: none;
  background: #d99f00;
  transition: all .3s;
}

.path-goal-analytics .user-form #edit-field-about-0-value--description p a:hover {
  background: #5b5b5b;
}

.path-goal-analytics .user-form #edit-field-about-0-value--description {
  margin-top: 30px;
  margin-bottom: 0;
}

.path-goal-analytics .user-form #edit-field-about-0-value--description p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 4px 0;
}

.path-goal-analytics .user-form #edit-field-about-0-value--description p a {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  padding: 8px 15px;
  line-height: 1;
  color: #ffffff;
  border-radius: 2px;
  min-width: 93px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  border: none;
  background: #d99f00;
  transition: all .3s;
}

.path-goal-analytics .user-form #edit-field-about-0-value--description p a:hover {
  background: #5b5b5b;
}

.path-goal-analytics .mfp-wrap .mfp-container {
  max-width: 620px;
}

.path-goal-analytics .mfp-wrap .mfp-container table.friendTable {
  width: 100%;
}

.path-goal-analytics .mfp-wrap .mfp-container table.friendTable td {
  padding: 0;
}

.path-goal-analytics .mfp-wrap .mfp-container table.friendTable td .friendTable_inner {
  padding: 6px 0px;
  border: 1px solid #e4e4e4;
}

.path-goal-analytics .mfp-wrap .mfp-container table.friendTable tbody>tr:first-child td {
  background: #d99f00;
  padding: 6px 15px;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 17px;
}

.path-goal-analytics .mfp-wrap .mfp-container table.friendTable td ul li {
  font-size: 14px;
  margin: 0px 0;
  padding: 6px 15px;
  border-bottom: 1px solid #e4e4e4;
}

.path-goal-analytics .mfp-wrap .mfp-container table.friendTable td ul li a {
  color: #333;
  line-height: 1.8;
  font-weight: 600;
  text-decoration: none;
}

.path-goal-analytics .mfp-wrap .mfp-container table.friendTable td ul li .flag a {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  padding: 6px 11px;
  line-height: 1;
  color: #ffffff;
  border-radius: 2px;
  min-width: 93px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  border: none;
  background: #d99f00;
}

.path-goal-analytics .mfp-wrap .mfp-container table.friendTable td ul li:last-child {
  border-bottom: none;
}

.broad_friend_modal form {
  padding: 10px;
  background: #e4e4e4;
}

.broad_friend_modal form button {
  margin: 0 !important;
  padding: 11px 8px 10px;
}

.broad_friend_modal form .form-actions {
  float: right;
}

.broad_friend_modal form input {
  background: #fff;
  border-radius: 2px;
  margin-left: 6px;
  border: 1px solid #fff;
  box-shadow: none;
}

.path-goal-analytics .mfp-wrap .mfp-container table.friendTable ul {
  padding: 0;
  margin: 0;
}

.broad_friend_modal .view-filters.form-group {
  margin-bottom: 0;
}

.broad_friend_modal .view-empty {
  font-size: 15px;
  padding: 10px 15px;
  border: 1px solid #e4e4e4;
}

.broad_friend_modal .view-content table {
  border: 1px solid #f2f2f2;
}

.broad_friend_modal .view-content table td {
  padding: 7px 12px;
  border: none;
  background: none !important;
  font-size: 15px;
  border-bottom: 1px solid #e4e4e4;
}

.broad_friend_modal .view-content table tr {
  background: none;
}

.friend_request_modal .friendTable_inner p {
  padding: 0 15px;
  margin: 0;
  font-size: 15px;
}

.friend_friend_modal .friendTable_inner p {
  padding: 0 15px;
}

.path-goal-analytics .mfp-wrap .mfp-container table.friendTable td ul li .flag {
  float: right;
  margin-left: 5px;
}

.broad_friend_modal .view-content table td.views-field.views-field-name {
  color: #333;
  line-height: 1.8;
  font-weight: 600;
  font-size: 14px;
}

.broad_friend_modal .view-content table td .flag a {
  /* display: inline-block; */
  font-size: 13px;
  text-decoration: none;
  padding: 6px 11px;
  line-height: 1;
  color: #ffffff;
  border-radius: 2px;
  min-width: 93px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  border: none;
  background: #d99f00;
  float: right;
}

.broad_friend_modal .view-content table td .flag a:hover {
  background: #000;
}

.broad_friend_modal .view-content table td .flag a:hover {
  background: #5b5b5b;
}

.path-goal-analytics .mfp-wrap .mfp-container table.friendTable td ul li .flag a:hover {
  background: #5b5b5b;
}

.broad_friend_modal .view-content table td.views-field-link-flag {
  text-align: right !important;
}

.broad_friend_modal .view-content table td.views-field-link-flag p {
  float: right;
  font-size: 14px;
}

.friend_request_modal table.friendTable,
.friend_friend_modal table.friendTable {
  min-width: 500px;
}

.friend_request_modal,
.friend_friend_modal {
  overflow-x: auto;
}

.broad_friend_modal .view-content {
  overflow-x: auto;
}

.broad_friend_modal .view-content table.table {
  min-width: 500px;
}


.blog-section .views-more-link {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  padding: 8px 15px;
  line-height: 1;
  color: #ffffff;
  border-radius: 2px;
  min-width: 93px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  border: none;
  background: #d99f00;
  display: block;
  width: 101px;
  margin-top: 9px;
}

.blog-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-section .views-col {
  width: calc(25% - 20px) !important;
  float: none !important;
  margin-bottom: 28px;
  margin-right: 26px;
  border: 1px solid #e6e6e6;
  padding: 14px;
}

.blog-section .views-col .blog-gallery {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.blog-section .views-col .blog-gallery a {
  display: block;
}

.blog-section .views-col span.blog-title {
  display: block;
  margin-top: 14px;
  margin-bottom: 2px;
}

.blog-section .views-col span.blog-title a {
  color: #333;
  font-weight: 600;
}

.blog-section .views-col .views-field.views-field-body p {
  display: block;
}

.blog-section .views-col span.blog-title a:hover {
  color: #d99f00;
  text-decoration: none;
}

.blog-section .views-col .blog-gallery a img {
  width: 100%;
  display: block;
  height: 200px;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.blog-section .views-col .blog-gallery a:hover img {
  transform: scale(1.1);
}

.blog-section .views-more-link:hover {
  background: #5b5b5b;
}

.page-node-type-article article footer {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  margin-bottom: 16px;
  position: absolute;
  top: 0;
  left: 15px;
  background: rgba(0, 0, 0, .7);
  width: calc(50% - 45px);
  padding: 16px;
  text-align: center;
}

.page-node-type-article article .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-node-type-article article .field.field--name-field-image {
  width: 50%;
  padding-right: 30px;
}

.page-node-type-article article .field.field--name-body {
  width: 50%;
}

.page-node-type-article article .field.field--name-field-image img {
  width: 100%;
  height: auto;
}

.page-node-type-article article #node-article-comment {
  width: 100%;
  margin-top: 31px;
  border: 1px solid #d2d2d2;
  padding: 24px;
  border-radius: 5px;
}

.page-node-type-article article #node-article-comment h2 {
  margin-top: 0;
}

.page-node-type-article article #node-article-comment textarea,
.page-node-type-article article #node-article-comment input {
  box-shadow: none;
}

.page-node-type-article article #node-article-comment .form-actions {
  margin-bottom: 0;
}

.page-node-type-article article footer a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.page-node-type-article article #node-article-comment .alert {
  padding: 4px;
  margin-top: 10px;
}

.page-node-type-article article {
  padding-bottom: 40px;
}

.page-node-type-article h1.page-header {
  margin-bottom: 30px;
}

button#edit-submit-product-search {
  margin-top: 0;
}

.view-shop .form--inline.form-inline {
  text-align: right;
}

.view-shop .form-item {
  padding-right: 20px;
}

section#block-category li.facet-item {
  list-style: none;
}

section#block-category li.facet-item label {
  padding-left: 5px;
}

section.contextual-region.block.block-block-content {
  margin-bottom: 20px;

}

section.contextual-region.block.block-block-content img {
  width: 100%;
}

.select-wrapper:after {
  display: none !important;
}

.views-exposed-form select.form-control {
  background-image: url(../images/selectarrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: 99% 50% !important;
}

.rs_list_grid {
  border: 1px solid #ccc;
  background: #dedbdb;
  padding: 20px;
}

.product_body p {
  font-style: normal;
  color: #6d6a6a;
  font-size: 15px;
  line-height: 1.5;
}

.product_name h1 {
  margin-top: 0px !important;
}

.product_price {
  padding-bottom: 10px;
}

.product_price h2 {
  color: #3c3c3c;
}

.path-rapid-solutions .rapid_box {
  margin-bottom: 30px;
  transition: all .3s;
}

.path-rapid-solutions .rapid_box .green_bg.custom_btn {
  background: #d99f00;
  color: #fff;
  margin: 5px 0 0 0;
}

.path-rapid-solutions .rapid_box .green_bg.custom_btn:hover {
  background: #3c3c3c;
}

.path-rapid-solutions {
  padding-bottom: 30px;
}

.path-rapid-solutions .add_rapid a.green_bg.custom_btn,
.edit_rapid a.green_bg.custom_btn {
  margin: 0 0 0 0;
  position: relative;
  top: -43px;
  background: #d99f00;
  color: #fff;
  margin: 5px 0 0 0;
}

.path-rapid-solutions .add_rapid a.green_bg.custom_btn:hover,
.edit_rapid a.green_bg.custom_btn:hover {
  background: #3c3c3c;
}

.rs_single_rightinner .custom_btn.add_rs_profile {
  background: #d99f00;
  color: #fff;
  margin: 5px 0 0 0;
  text-transform: capitalize;
}

.rs_single_rightinner .custom_btn.add_rs_profile:hover {
  background: #3c3c3c;
}

.rs_single_row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;

}

.rs_single_left {
  align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-flex-item-align: center;
}

.rs_single_left .round_circle h3 {
  color: #fff;
  padding-top: 137px;
  font-size: 15px;
  color: #333;
  font-weight: 600;
}

.rs_single_rightinner {
  background: #f2f2f2;
  padding: 25px;
  position: relative;
  min-height: 300px;
}

.rs_single_rightinner:before {
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  background: #f2f2f2;
  position: absolute;
  transform: rotate(45deg) translatex(-41%) translatey(-41%);
  left: -34px;
  z-index: 0;
  top: 50%;
}

.rs_single_rightinner * {
  position: relative;
  z-index: 3;
}

.rs_single_rightinner h3.rs_goal_title {
  margin: 0 0 15px 0;
  font-size: 18px;
}

.rs_single_rightinner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rs_single_rightinner ul li {
  margin-bottom: 7px;
  padding-left: 20px;
  position: relative;
}

.rs_single_rightinner ul li:before {
  content: '';
}

.rs_single_rightinner ul li:before {
  content: '';
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #888888;
  position: absolute;
  left: 5px;
  top: 5px;
}

.rs_single_right {
  padding-left: 53px;
}

.rs_single_rightinner .text-left {
  margin-top: 20px;
}

.path-rapid-solution {
  padding-bottom: 30px;
}

.path-products .main-wrapper #block-category ul.js-facets-checkbox-links {
  margin: 0;
  padding: 0;
}

.path-products .main-wrapper .region-rightbar .block img {
  width: 100%;
}

.path-products .main-wrapper .region-rightbar .block {
  margin-bottom: 25px;
}

.path-products .main-wrapper .view-products .form-control {
  max-width: 150px !important;
  width: 100% !important;
  min-width: 150px;
  background-position: 94% 50% !important;
  font-size: 14px;
  background-color: transparent;
  box-shadow: none !important;
  border: 1px solid #d4d4d4;
}

.path-products .main-wrapper .view-products .form-item {
  margin-right: 13px;
}

.path-products .main-wrapper .view-products #edit-actions button {
  margin: 0;
  height: 34px;
}

.path-products .main-wrapper .view-products .views-view-grid .blog-section .views-col {
  width: calc(33.33% - 20px) !important;
  margin-right: 30px;
  border: none;
  text-align: center;
  padding: 0;
}

.path-products .main-wrapper .view-products .views-view-grid .blog-section .views-col span.blog-gallery {
  height: 270px;
  border: 8px solid #f2f2f2;
}

.path-products .main-wrapper .view-products .views-view-grid .blog-section .views-col span.blog-gallery img {
  height: 260px;
}

.path-products .main-wrapper .view-products .views-view-grid .blog-section .views-col span.blog-title {
  font-size: 16px;
  margin-top: 10px;
}

.path-products .main-wrapper .view-products .views-view-grid .blog-section .views-col span.blog-title a {
  color: #f26522;
}

.path-products .main-wrapper .view-products .views-view-grid .blog-section .views-col .views-field-field-price span.field-content {
  font-size: 18px;
  font-weight: 900;
  color: #d99f00;
}

/*.path-products .main-wrapper .view-products:not(aside) {
  padding: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  margin-bottom: 30px;
}
*/
.path-products .main-wrapper .view-filters {
  padding-bottom: 16px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 25px;
  display: none;
}

.path-products .main-wrapper section img {
  width: 100%;
  height: auto;
}

.path-products .region-leftbar .facets-widget-checkbox .js-facets-checkbox-links>li.facet-item.facet-item--expanded>input {
  display: none;
}

.path-products .region-leftbar .facets-widget-checkbox .js-facets-checkbox-links>li.facet-item.facet-item--expanded>label {
  padding-left: 0 !important;
  display: block;
  padding-bottom: 6px !important;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 7px;
  font-style: normal;
  pointer-events: none;
}

.path-products .region-leftbar .facets-widget-checkbox .js-facets-checkbox-links>li.facet-item.facet-item--expanded .facets-widget- ul {
  padding: 0;
  margin: 0;
}

.path-products .region-leftbar .facets-widget-checkbox .js-facets-checkbox-links>li.facet-item.facet-item--expanded .facets-widget- ul li.facet-item {
  margin: 0;
}

.path-products .region-leftbar .facets-widget-checkbox .js-facets-checkbox-links>li.facet-item.facet-item--expanded .facets-widget- ul li.facet-item input {
  display: none;
}

.path-products .region-leftbar .facets-widget-checkbox .js-facets-checkbox-links>li.facet-item.facet-item--expanded .facets-widget- ul li.facet-item label {
  padding-left: 20px !important;
  font-size: 11px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
}

.path-products .region-leftbar .facets-widget-checkbox .js-facets-checkbox-links>li.facet-item.facet-item--expanded .facets-widget- ul li.facet-item label:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #3c3c3c;
  position: absolute;
  left: 0;
  top: 2px;
}

.path-products .region-leftbar .facets-widget-checkbox .js-facets-checkbox-links>li.facet-item.facet-item--expanded .facets-widget- ul li.facet-item label:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #3c3c3c;
  position: absolute;
  left: 3px;
  top: 5px;
  display: none;
}

.path-products .region-leftbar .facets-widget-checkbox .js-facets-checkbox-links>li.facet-item.facet-item--expanded .facets-widget- ul li.facet-item input:checked+label:after {
  display: block;
}

.path-products .main-wrapper #block-category .facets-widget-checkbox {
  margin-bottom: 25px;
}

.path-products .main-wrapper .region-leftbar {
  padding: 10px;
  border: 1px solid #d6d6d6;
  width: 100%;
  float: left;
}

.path-product .main-wrapper .col-sm-12 {
  padding: 0;
}

.path-product .main-wrapper .custom_product_page .product_price h2 {
  font-size: 18px !important;
}

.path-product .main-wrapper .custom_product_page .product_name h1 {
  font-size: 22px;
  font-weight: 500;
}

.path-product,
.path-products {
  padding-bottom: 20px;
}

.path-rapid-solutions .rapid_box .round_circle {
  height: 200px;
  border-radius: 50%;
  width: 90px;
}

.rapid_box a.rapid_box_link {
  display: block;
  max-width: 184px;
  margin: 0 auto;
  position: relative;
  transition: all .3s;
}

.rapid_box a.rapid_box_link h3.rs_goal_title {
  color: #333;
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 25px;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.rapid_box a.rapid_box_link img {
  width: 100%;
  max-width: 152px;
}

.rs_single_img .rapid_box_img {
  display: block;
  max-width: 184px;
  margin: 0 auto;
  position: relative;
  transition: all .3s;
}

.rs_single_img .rapid_box_img h3 {
  color: #333;
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 25px;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center;
}

.rs_single_img .rapid_box_img img {
  max-width: 100%;
}

button#edit-actions-delete {
  background: #ff6400;
  color: #622600;
}

button#edit-actions-delete:hover {
  background: #d99f00;
  color: #fff;
}

#edit-board-type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#edit-board-type label.control-label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  flex-direction: column;
}

#edit-board-type .form-item {
  margin: 0;
  width: 33.33%;
  text-align: center;
  padding: 0 10px;
}

#edit-board-type label.control-label input {
  order: 3;
  position: static;
  width: 100%;
  margin: 0;
  display: none;
}

#edit-board-type label.control-label .round {
  order: 1;
  width: 100%;
  margin-bottom: 15px;
}

#edit-board-type label.control-label span {
  order: 2;
  margin-bottom: 9px;
  position: relative;
  padding-bottom: 29px;
  font-size: 16px;
  color: #d99f00;
  font-style: normal;
}

#edit-board-type label.control-label:after,
.personal-share-goal td label.control-label:after {
  display: none;
}

#edit-board-type label.control-label span:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  border: 1px solid #515151;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#edit-board-type label.control-label span:after {
  content: '';
  width: 12px;
  height: 12px;
  display: none;
  border-radius: 50%;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #d99f00;
}

#edit-board-type label.control-label input:checked+div+span:after {
  display: block;
}

#edit-board-type label.control-label .round img {
  max-width: 100%;
}

.creative-share-goal label.control-label:after {
  display: none;
}

.orange_btn {
  background: #fd6400 !important;
  color: #242424 !important;
}

.orange_btn:hover {
  background: #e4bb4c !important;
  color: #fff !important;
}

.creative-share-goal .panel {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.path-share-goal .ui-dialog {
  border: none;
}

.path-share-goal .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-weight: 600;
  color: #006565;
}

.path-share-goal .ui-dialog .ui-dialog-titlebar button {
  background-size: 15px !important;
  background: url(../images/close.png)no-repeat;
  border: none;
  width: 17px;
  height: 16px;
  top: 53%;
  opacity: .9;
}

.path-share-goal .ui-dialog .ui-dialog-titlebar button span.ui-button-icon {
  background: none;
}

.path-share-goal .ui-dialog {
  border-radius: 0 !important;
}

.path-share-goal .ui-dialog button {
  border-radius: 0;
}

.path-share-goal .ui-dialog div.ui-dialog-content {
  padding: 20px 35px;
}

.path-share-goal .ui-dialog div.ui-dialog-content ul {
  padding: 0;
  list-style: none;
}

.path-share-goal .ui-dialog div.ui-dialog-content button.form-submit.use-ajax {
  width: 100%;
  border-radius: 0;
  font-style: normal;
  background: #00fefe;
  border-color: #00fefe;
  color: #006565;
}

.path-share-goal .ui-dialog div.ui-dialog-content .panel-body {
  padding: 0;
  background: none !important;
}

.path-share-goal .ui-dialog div.ui-dialog-content .single_email .form-item {
  background: none !important;
  box-shadow: none;
}

.path-share-goal .ui-dialog div.ui-dialog-content .single_email {
  margin-bottom: 15px;
}

.path-share-goal .ui-dialog div.ui-dialog-content .single_email .form-item button {
  margin: 9px 0px 0 0;
  margin-left: 7px;
}

.path-share-goal .ui-dialog div.ui-dialog-content .form-item {
  background: none !important;
  box-shadow: none;
}

.path-share-goal .ui-dialog div.ui-dialog-content .single_email .form-item input {
  background: #ebebeb;
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  font-style: normal;
}

.path-share-goal .ui-dialog .ui-dialog-titlebar {
  background: #00fefe;
}

button:focus {
  outline: none !important;
}

.path-share-goal .ui-dialog div.ui-dialog-content button.form-submit.use-ajax:hover {
  background: #146d6e;
  border-color: #146d6e;
  color: #fff;
}

.path-share-goal .ui-dialog div.ui-dialog-content .single_email .panel-body {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.main-wrapper {
  margin-top: 20px;
}

.sidebar .side_menu ul li.expanded.dropdown.open {
  margin-bottom: 6px;
}

.logo-container2 .round.roundone.no_trad:before {
  content: none;
}

form#creative-share-goal .input_fields_wrapper {
  position: absolute;
  max-width: 640px;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  float: none;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  pointer-events: none;
  z-index: 999;
  background: transparent;
}

.simple-goal .single_task:first-child>.form-item>.panel-body>.task-name__wrapper label.error,
.advanced-goal .single_task:first-child>.form-item>.panel-body>.task-name__wrapper label.error {
  opacity: 1 !important;
  visibility: visible !important;
}

.simple-goal form label.error, .advance-goal form label.error {
  color: #fff !important;
}

form#creative-share-goal .logo-container2.gt_template_containernext {
  margin-top: 60px;
  margin-bottom: 90px !important;
}

form#creative-share-goal .input_fields_wrapper input {
  pointer-events: initial;
  border: none !important;
  background: none;
  text-align: center;
  color: #000;
  box-shadow: none;
  border-bottom: 1px solid #cacaca !important;
  border-radius: 0;
  padding: 0 !important;
}

form#creative-share-goal .input_fields_wrapper .form-item {
  background: none;
  pointer-events: none;
  border: none;
}

form#creative-share-goal .input_fields_wrapper .form-item .form-group {
  position: absolute;
  width: 160px;
  margin: 0;
}

form#creative-share-goal.single_board_wrapper .input_fields_wrapper .form-item .panel-body .form-group:first-child {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

form#creative-share-goal.single_board_wrapper .input_fields_wrapper .form-item .panel-body .form-group:last-child {
  bottom: 112px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

form#creative-share-goal.trio_board_wrapper .input_fields_wrapper .form-item .panel-body .form-group:nth-child(2) {
  bottom: 100px;
  left: 0;
}

form#creative-share-goal.trio_board_wrapper .input_fields_wrapper .form-item .panel-body .form-group:first-child {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

form#creative-share-goal.trio_board_wrapper .input_fields_wrapper .form-item .panel-body .form-group:nth-child(3) {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 100px;
}

form#creative-share-goal.trio_board_wrapper .input_fields_wrapper .form-item .panel-body .form-group:nth-child(4) {
  right: 0;
  bottom: 100px;
}

form#creative-share-goal.trio_board_wrapper .logo-container2.gt_template_containernext {
  margin-top: 110px;
}

form#creative-share-goal.cross_board_wrapper .input_fields_wrapper .form-item .panel-body .form-group:first-child {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

form#creative-share-goal.cross_board_wrapper .input_fields_wrapper .form-item .panel-body .form-group:nth-child(2) {
  left: 0;
  bottom: 100px;
}

form#creative-share-goal.cross_board_wrapper .input_fields_wrapper .form-item .panel-body .form-group:nth-child(3) {
  right: 0;
  bottom: 100px;
}

form#creative-share-goal.trio_board_wrapper .input_fields_wrapper .form-item .panel-body .form-group:nth-child(2) {
  left: 40px;
}

form#creative-share-goal.trio_board_wrapper .input_fields_wrapper .form-item .panel-body .form-group:nth-child(4) {
  right: 38px;
}

form#creative-share-goal {
  overflow-x: hidden;
  position: relative;
}

.board_user_select img {
  width: 100%;
}

body .board_user_select select, body .board_user_select select:focus {
  -webkit-appearance: none !important;
  width: 100% !important;
}

.row.board_user_select .panel-default {
  border: 0;
}

.orange_board_popup_wrapper.ui-dialog .ui-dialog-titlebar {
  background: #ff6400;
  color: #333;
}

.orange_board_popup_wrapper.ui-dialog button.custom_btn.green_bg {
  background: #ff6400;
  border-color: #ff6400;
  width: 100%;
  color: #000;
}

.orange_board_popup_wrapper {
  z-index: 9999;
}

.green_board_popup_wrapper.ui-dialog .ui-dialog-titlebar {
  background: #92d050;
  color: #333;
}

.green_board_popup_wrapper.ui-dialog button.custom_btn.green_bg {
  background: #92d050;
  border-color: #92d050;
  width: 100%;
  color: #000;
}

.green_board_popup_wrapper {
  z-index: 9999;
}

.blue_board_popup_wrapper.ui-dialog .ui-dialog-titlebar {
  background: #00fefe;
  color: #333;
}

.blue_board_popup_wrapper.ui-dialog button.custom_btn.green_bg {
  background: #00fefe;
  border-color: #00fefe;
  width: 100%;
  color: #000;
}

.blue_board_popup_wrapper {
  z-index: 9999;
}

.logo-container2.gt_template_containernext .round a span {
  display: inline-block !important;
  transform: none !important;
  margin: 0 !important;
  height: auto !important;
}

.path-creative-challenge .form-group.sg_goal_name {
  float: right;
  max-width: 250px;
}

.path-creative-challenge .form-group.sg_goal_name .form-item {
  display: inline-block;
  width: auto;
  min-width: auto;
}

.path-creative-challenge .form-group.sg_goal_name label.control-label {
  color: #d99f00;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  margin: 0 0 5px 0;
  text-align: center;
  width: 100%;
  display: block;
}

.path-creative-challenge .form-group.sg_goal_name input {
  padding: 0;
  height: auto;
  background: none;
  border-bottom: 1px solid #d99f00;
  border-radius: 0;
  font-weight: 400;
  color: #d99f00;
  text-align: center;
  font-size: 13px;
  padding-bottom: 4px;
  font-style: italic;
  box-shadow: none;
}

.board_user_select .form-item .select-wrapper {
  max-width: 180px;
  margin: 15px auto;
  display: block;
  width: 100%;
}

.cross_board_wrapper .round.roundtwo, form#creative-share-goal.cross_board_wrapper .round.roundthree {
  top: 0 !important;
}

.cross_board_wrapper .logo-container2.gt_template_containernext {
  height: 416px;
}

.board_user_select .col-md-4 .panel-body {
  box-shadow: 0 0px 12px rgba(0, 0, 0, .15);
  padding: 16px 10px;
}

.board_user_select .col-md-4 {
  margin-bottom: 20px;
}

body .board_user_select select {
  background-image: url(../images/selectarrow.png);
  background-position: 96% 51%;
  background-repeat: no-repeat;
  background-size: 7px;
}

.sidebar .side_menu ul li.expanded.dropdown.open .dropdown-backdrop {
  display: none !important;
}

a.view_order_button {
  width: 100%;
}

.ll_delete i {

  font-size: 23px;
  color: #f86429ba;
}

.ss_delete i {

  font-size: 23px;
}

.delete_losson_learn form {
  font-size: 16px;
}

.delete_losson_learn .ui-dialog-buttonpane button {
  margin: 0 0 0 10px !important;
  font-size: 13px;
  text-decoration: none;
  padding: 9px 15px;
  line-height: 1;
  color: #ffffff;
  border-radius: 2px;
  min-width: 93px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  border: none;
  background: #d99f00;
}

.delete_losson_learn, .delete_losson_learn * {
  font-family: 'Open Sans', sans-serif !important;
}

.print_logo {
  display: none !important;
}

.mobile_login {
  margin-top: 12px;
}

.mobile_login img {
  max-width: 200px;
  margin-left: 0;
}

.goal_delete i, .goal_complete i {
  font-size: 22px;
}

span.percentage_sign {
  color: #f86429;
  font-weight: 700;
  font-size: 15px;
}

.percentage-completion__wrapper {
  position: relative;
}

.percentage-completion__wrapper span.percentage_sign {
  position: absolute;
  right: -14px;
  top: 5px;
}

.ui-datepicker {

  z-index: 9 !important;
}

.cart_icon {
  position: relative;
  line-height: 1;
  display: inline-block;
  margin-left: 10px;
}

a.cart_icon i.fa {
  color: #fff;
  font-size: 27px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

a.cart_icon>span {
  display: inline-block;
  background: #ff6400;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: -18px;
  font-size: 13px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
}

body:not(.wave-background) a.cart_icon i.fa {
  color: #4e4e4e;
}

body.user-logged-in a.cart_icon {
  margin-top: 13px;
  margin-right: 15px;
}

.home_footer_menu nav {
  display: inline-block;
}

.home_footer_menu nav ul.menu.nav li {
  display: inline-block;
  margin-right: 11px;
}

.home_footer_menu section#block-socialmedialinks {
  float: right;
  /* display: inline-block; */
  width: auto;
}

.home_footer_menu ul.social-media-links--platforms a {
  font-size: 10px;
  color: #fff;
}

.home_footer_menu ul.social-media-links--platforms li {
  padding: 0;
  margin-left: 14px;
}

.wave-background {
  background-position: center bottom;
}

li.comment-add {
  display: none;
}

.user-logged-in .header_menu {
  margin-top: 13px;
}

.copyrigh {
  float: left;
}

.path-dashboard .dashboard_figure {
  padding-top: 0;
  margin-top: -39px !important;
}

.donation_text p {
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  color: #333;
}

form#give-donation-donate-form input#edit-amount {
  font-size: 15px;
  -moz-appearance: textfield;
}

form#give-donation-donate-form input#edit-amount::-webkit-outer-spin-button,
form#give-donation-donate-form input#edit-amount::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

div#edit-method .form-item-method:nth-child(2) {
  display: none;
}

.give-donation-donate-payment-form div#edit-show-amount {
  font-size: 20px;
  font-weight: 900;
  border-bottom: 1px solid #000;
}

.give-donation-donate-payment-form div#edit-show-amount label.control-label {
  font-size: 19px;
  text-transform: capitalize;
  font-style: normal;
  margin-right: 10px;
}

.give-donation-donate-payment-form label {
  font-size: 14px;
  text-transform: capitalize;
  vertical-align: middle;
}

.give-donation-donate-payment-form div#stripe-card-element {
  border: 1px solid #cccccc;
  padding: 0 10px;
  border-radius: 2px;
}

.give-donation-donate-payment-form .btn {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  padding: 8px 15px;
  line-height: 1;
  color: #ffffff;
  border-radius: 2px;
  min-width: 93px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  border: none;
  background: #d99f00;
}

.give-donation-donate-payment-form .btn:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}

.give-donation-donate-payment-form {
  max-width: 600px;
  width: 100%;
  padding: 20px;
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
}

.donation_back, .delete_topic {
  margin-top: 13px;
  float: right;
}

.goal-name__wrapper img {
  max-width: 350px !important;
}

.video_btn_wrap {
  display: inline-block;
  padding: 5px 22px;
  vertical-align: top;
  text-align: center;
  font-style: normal;
  margin: 15px 0 0 1px;
  border-radius: 8px;
}

.video_btn_wrap span {
  display: block;
  text-align: center;
  margin-top: 3px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
}

.video_btn_wrap a {
  padding: 4px 23px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  position: relative;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #2e518d;
  margin-right: 0;
}

.video_box_popup .ui-dialog-titlebar {
  background: none;
  padding: 0;
}

.video_box_popup .ui-dialog-titlebar button.ui-button.ui-corner-all {
  top: 18px;
}

.video_btn_wrap a span.ajax-throbber {
  position: absolute;
  right: 5px;
  font-size: 10px;
  top: 4px;
  color: #000;
}

.path-frontpage footer {
  display: none;
}

.view-taxonomy-term .task_right .surfing_board {
  bottom: 14%;
}

.header_menu ul.menu.nav li a.register-link {
  border: 1px solid white;
  border-radius: 8px;
  padding: 3px 10px;
}

.disable_button {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}


/*Style for Pop-up*/
.logo-container2 .round a.link {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
}

.popup-hover {
  display: none;
  position: absolute;
  top: -5px;
  left: -50px;
  padding: 6px 8px;
  background: #fff;
  color: #000;
  width: 60px;
  box-shadow: -5px 1px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  z-index: 999999;
  border: 1px solid #eee;
}

.popup-hover::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 93%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.popup-right {
  left: 90%;
  right: 0;
}

.popup-top {
  top: -30px;
  left: 50%;
  transform: translateX(-50%);

}

.popup-top::before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);

}

.popup-right::before {
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  top: 50%;
  bottom: 0;
  left: -6px;
  transform: translateY(-50%);
  border-left: transparent;
}

.logo-container2 .round a.link:hover .popup-hover {
  display: block;
}

.pageloaded .logo-container2 .round.roundtwo a.link:nth-child(2) .popup-hover {
  left: -60px;
}

.pageloaded .logo-container2 .round.roundtwo a.link:nth-child(3) .popup-hover {
  left: -60px;
}

.pageloaded .logo-container2 .round.roundtwo a.link:nth-child(4) .popup-hover {
  left: -40px;
}

.pageloaded .logo-container2 .round.roundtwo a.link:nth-child(5) .popup-hover {
  left: -50px;
}

.pageloaded .logo-container2 .round.roundtwo a.link:nth-child(6) .popup-hover {
  left: -40px;
}

.pageloaded .logo-container2 .round.roundtwo a.link:nth-child(8) .popup-hover, .pageloaded .logo-container2 .round.roundtwo a.link:nth-child(9) .popup-hover {
  left: -30px;
}

.pageloaded .logo-container2 .round.roundtwo a.link:nth-child(7) .popup-hover {
  left: -40px;
}

.pageloaded .logo-container2 .round.roundtwo a.link:last-child .popup-hover {
  left: -30px;
}

.page-node-90 .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item, .page-node-119 .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item {
  max-width: 1200px;
  margin: 0px auto 30px;
  padding: 0px 20px 16px 20px;
  width: calc(100% - 170px);
}

.surfing_board_routine_con input#edit-goal-day-field {
  font-size: 25px !important;
  width: 200px !important;
}

ul.action-links {
  list-style: none;
  padding-left: 0;
}

fieldset#edit-recurring--wrapper {
  display: none;
}

tr.mfp_no_found_content td {
  padding-top: 25px !important;
  font-size: 15px;
}

ul.item-list.item-list--messages {
  list-style: none;
  padding: 0;
  margin: 0;
}

video#gs_html_video {
  max-height: calc(100vh - 140px);
  width: fit-content;
  display: block;
  margin: -15px auto 0;
  max-width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .page-node-type-forum .main-wrapper>.container>.row>.col-md-8 .col-md-4 {
    width: 30%;
    float: left;
  }

  .page-node-type-forum .main-wrapper>.container>.row>.col-md-8 .col-md-8 {
    width: 70%;
    float: left;
  }

  .select-wrapper select {
    width: 170px !important;
  }

}


@media only screen and (min-width: 992px) {
  .path-forum .main-wrapper .col-md-8 {
    width: 80%;
  }

  .path-forum .main-wrapper .col-md-4 {
    width: 20%;
  }

  .page-node-type-forum .main-wrapper>.container>.row>.col-md-8 .col-md-4 {
    width: 23%;
  }

  .page-node-type-forum .main-wrapper>.container>.row>.col-md-8 .col-md-8 {
    width: 77%;
  }

  .page-node-type-forum .main-wrapper>.container>.row>.col-md-8 {
    width: 80%;
  }

  .page-node-type-forum .main-wrapper>.container>.row>.col-md-4 {
    width: 20%;
  }

  .blog-section .views-col:nth-child(3n) {
    margin-right: 0;
  }

  .blog-section .views-col:nth-child(3n) {
    margin-right: 26px;
  }

  .path-product .main-wrapper .col-sm-12 .col-md-6 {
    width: 66%;
  }

  .dashboard_list {
    height: calc(100vh - 162px);
  }

  .header_menu:not(.mobile_menu) {
    display: inline-block;
    vertical-align: middle;
  }

  .header_menu:not(.mobile_menu) ul.menu.nav {
    display: inline-block;
  }

  .header_menu:not(.mobile_menu) ul.menu.nav li {
    display: inline-block;
  }

  .header_menu:not(.mobile_menu) ul.menu.nav li a {
    padding: 0px 10px;
    color: #fff;
    font-size: 15px;
  }

  .header_menu:not(.mobile_menu) ul.menu.nav li a:hover, .header_menu:not(.mobile_menu) ul.menu.nav li a:focus {
    background: none;
    color: #f26522;
  }

  body:not(.wave-background) .header_menu:not(.mobile_menu) ul.menu.nav li a {
    color: #000;
  }

  body:not(.wave-background) .header_menu:not(.mobile_menu) ul.menu.nav li a:hover {
    color: #fd6501;
  }

  .path-taxonomy .surfing_board_con h2 {
    color: #000492;
  }

  .simple-goal .single_goal .goal-name__wrapper .form-item input {
    color: #000492;
    border: 1px solid #140492;
  }

  .advanced-goal .single_goal .goal-name__wrapper .form-item input {
    color: #000492;
    border: 1px solid #140492;
  }

  .daily-goal .surfing_board_con input#datepicker {
    color: #000492 !important;
  }
}

@media only screen and (min-width: 1023px) {
  .path-products .main-wrapper .view-products .views-view-grid .blog-section .views-col:nth-child(3n) {
    margin-right: 0;
  }
}



@media only screen and (min-width: 1200px) {
  .blog-section .views-col:nth-child(4n) {
    margin-right: 0;
  }
}


@media only screen and (min-width: 1299px) {
  .task_left {
    width: 60%;
  }

  .task_right {
    width: 40%;
  }
}

@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1279px;
    width: 100% !important;
  }
}


@media only screen and (max-width: 1299px) {
  .task_left {
    width: 60%;
  }

  .task_right {
    width: 40%;
  }

  .path-products .main-wrapper #block-category .facets-widget-checkbox {
    margin-bottom: 25px;
  }

  .path-products .main-wrapper .region-leftbar {
    padding: 10px;
    border: 1px solid #d6d6d6;
    width: 100%;
    float: left;
  }

  .path-products .main-wrapper .view-products .form-control {
    max-width: 130px !important;
    min-width: 130px;
  }

  .path-products .main-wrapper .view-products .views-view-grid .blog-section .views-col span.blog-gallery img {
    height: 200px;
  }

  .path-products .main-wrapper .view-products .views-view-grid .blog-section .views-col span.blog-gallery {
    height: 210px;
  }
}



@media only screen and (max-width: 1199px) {
  .footer_container .social_menu {
    padding-right: 0;
  }

  .social_menu ul li {
    margin-right: 2px;
  }

  .social_menu ul li:last-child {
    margin-right: 0;
  }

  #node-forum-comment-forum article mark {
    display: none;
  }

  .page-node-type-forum .topic_left_sidebar .author .auth_name a {
    font-size: 16px;
  }

  .page-node-type-forum .topic_left_sidebar .post_date span {
    font-size: 12px;
    line-height: 1.4;
    display: block;
    margin-top: 6px;
  }

  .page-node-type-forum .topic_left_sidebar .author {
    padding: 11px 0;
  }

  .page-node-type-forum .topic_left_sidebar .goal_meta {
    padding: 0;
  }

  .page-header,
  h1 {
    font-size: 25px;
  }

  .blog-section .views-col {
    width: calc(33.33% - 18px) !important;
  }

  .path-products .main-wrapper aside.col-sm-4 {
    width: 23%;
  }

  .path-products .main-wrapper section.col-md-8 {
    width: 54%;
  }

  .path-products .main-wrapper .view-products .views-view-grid .blog-section .views-col {
    width: calc(50% - 10px) !important;
    margin-right: 20px !important;
  }

  .path-products .main-wrapper .view-products .views-view-grid .blog-section .views-col:nth-child(2n) {
    margin-right: 0 !important;
  }

  .path-products .main-wrapper .view-products .form-item {
    width: 33.33%;
    margin-right: 0 !important;
    float: left;
    margin: 5px 0;
  }

  .member_row .form-item {
    width: 16.66%;
  }

  .header_menu:not(.mobile_menu) ul.menu.nav li a {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 991px) {
  .simple-goal .single_task .task-name__wrapper {
    width: calc(100% - 31px);
    margin-bottom: 10px;
    margin-right: 0;
  }

  .simple-goal .single_task .date-custom,
  .simple-goal .single_task .percentage-completion__wrapper {
    width: calc(32% - 14px);
  }

  .simple-goal .single_task .date-custom.date-start {
    margin-left: 31px;
  }

  .advanced-goal .single_task .task-name__wrapper {
    width: calc(100% - 31px);
    margin-bottom: 10px;
    margin-right: 0;
  }

  .advanced-goal .single_task .date-custom,
  .advanced-goal .single_task .percentage-completion__wrapper {
    width: calc(32% - 14px);
  }

  .advanced-goal .single_task .date-custom.date-start {
    margin-left: 30px;
  }

  .advanced-goal .single_task .single_sub_task:nth-child(7)~.single_sub_task .task-name__wrapper,
  .advanced-goal .single_task .single_sub_task:last-child .task-name__wrapper {
    width: calc(100% - 32px);
  }

  .advanced-goal .single_task .single_sub_task .task-name__wrapper {
    width: calc(100% - 62px);
  }

  .advanced-goal .single_task .single_sub_task .date-start.date-custom {
    margin-left: 62px;
  }

  .advanced-goal .single_task .single_sub_task .percentage-completion__wrapper {
    width: calc(32% - 44px);
  }

  .advanced-goal .single_task .single_sub_task:nth-child(7)~.single_sub_task .date-start.date-custom,
  .advanced-goal .single_task .single_sub_task:last-child,
  .date-start.date-custom {
    margin-left: 30px;
    width: calc(32% - 0px);
  }

  .advanced-goal .single_task .single_sub_task:nth-child(7)~.single_sub_task .date-end.date-custom,
  .advanced-goal .single_task .single_sub_task:last-child .date-end.date-custom {
    width: calc(32% - 8px);
  }

  .advanced-goal .single_task .single_sub_task:nth-child(7)~.single_sub_task .percentage-completion__wrapper,
  .advanced-goal .single_task .single_sub_task:last-child .percentage-completion__wrapper {
    width: calc(32% - 32px);
  }

}

@media only screen and (max-width:769px) and (min-width:767px) {
  .dashboard_list {
    height: calc(100vh - 240px);
  }
}

@media only screen and (max-width: 991px) {
  .footer_container .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer_container .row>div {
    margin-bottom: 8px;
  }

  .landing_page_inner h1 {
    font-size: 1.8em;
  }

  .landing_page_wraper h4 {
    font-size: .8em;
  }

  .footer_container .col-md-10,
  .footer_container .col-md-2 {
    /* width: 100% !important; */
    float: left;
    text-align: center;
    padding: 0 15px;
  }

  .footer_container .social_menu h2 {
    margin-top: 10px;
  }

  .home_footer_menu ul.menu.nav li:last-child {
    margin-right: 0;
  }

  .task_left {
    width: 100%;
    min-height: calc(100vh - 332px);
    padding-right: 0;
  }

  .task_right {
    width: 100%;
    min-height: auto !important;
    margin-top: 20px
  }

  .surfing_board {
    display: inline-block;
    width: auto;
    margin-left: auto;
  }

  .daily-goal .daily-goal-inner {
    width: 100%;
    padding: 0;
  }

  .daily-goal .daily-goal-inner .task_left {
    padding: 0;
    min-height: auto;
  }

  .daily-goal .daily-goal-inner form #edit-actions,
  .simple-goal form div#edit-actions,
  .advanced-goal form div#edit-actions {
    max-width: 350px;
    width: 100%;
  }

  .user-logged-in #user-form {
    padding-right: 210px;
  }

  .user-logged-in #user-form div#edit-user-picture-wrapper {
    width: 180px;
    right: 15px;
  }

  .task_left {
    min-height: auto;
  }

  .simple-goal .single_goal .goal-name__wrapper {
    width: auto;
  }

  .simple-goal form div#edit-actions {
    right: 0;
  }

  .simple-goal {
    padding-bottom: 196px;
  }

  .advanced-goal .single_goal .goal-name__wrapper {
    width: auto;
  }

  .advanced-goal form div#edit-actions {
    right: 0;
  }

  .advanced-goal {
    padding-bottom: 196px;
  }

  .advanced-goal form#advanced-goal-form-test {
    width: 100%;
    max-height: 500px !important;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 5px;
  }

  body.page-node-57 {
    overflow: auto;
  }

  .blog-section .views-col {
    width: calc(50% - 13px) !important;
  }

  .blog-section .views-col:nth-child(2n) {
    margin-right: 0;
  }

  .page-node-type-article article .field.field--name-field-image {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  .page-node-type-article article .field.field--name-body {
    width: 100%;
  }

  .page-node-type-article article footer {
    width: calc(100% - 30px);
  }

  .path-products .main-wrapper .view-products .form-item {
    width: 100%;
    margin-right: 0 !important;
    float: left;
    margin: 5px 0;
  }

  .path-products .main-wrapper aside.col-sm-4 {
    width: 27%;
  }

  .path-products .main-wrapper section.col-md-8 {
    width: 73%;
  }

  .path-products .main-wrapper .view-products .form-item label.control-label {
    min-width: 70px;
    float: left;
  }

  .path-products .main-wrapper .view-products .form-control {
    max-width: initial !important;
    width: 100% !important;
    min-width: inherit;
  }

  .path-products .main-wrapper .view-products .form-item .select-wrapper {
    width: calc(100% - 76px);
  }

  .path-products .main-wrapper .view-products .form-control#edit-title {
    width: calc(100% - 76px) !important;
  }

  .path-products .main-wrapper .view-products #edit-actions button {
    margin-left: 74px;
    margin-top: 5px;
  }

  .path-products .main-wrapper aside.col-sm-4:last-child {
    width: 100%;
    margin-top: 20px;
  }

  .path-product .main-wrapper .col-sm-12 .col-md-6 {
    margin-top: 25px;
  }

  .member_row .form-item {
    width: 25%;
  }

  .footer_container .row>div {
    width: 100%;
  }

  .mobile_menu.header_menu {
    display: inline-block !important;
    position: static;
  }

  .dropdown-backdrop {
    display: none !important;
  }

  .mobile_menu.header_menu .dropdown-menu {
    width: 100%;
    padding: 20px 0;
    top: 65px;
  }

  .mobile_menu.header_menu .dropdown-menu li a {
    padding: 5px 20px;
    color: #000;
  }

  .mobile_menu.header_menu .dropdown-menu li a:hover, .mobile_menu.header_menu .dropdown-menu li a:focus {
    background: none;
  }

  .mobile_menu.header_menu button#dropdownMenuButton {
    margin: 0;
    padding: 3px 7px;
    font-size: 18px;
    line-height: 1;
    background: #f26522;
    border-bottom: 1px solid #f26522 !important;
  }

  .mobile_menu.header_menu button#dropdownMenuButton:focus, .mobile_menu.header_menu button#dropdownMenuButton:hover {
    color: #fff;
    border-color: #f26522;
  }

  .home_footer_menu ul.menu.nav li a.register-link {
    padding: 5px 13px;
    border: 1px solid white;
    border-radius: 6px;
  }

  .home_footer_menu ul.social-media-links--platforms {
    margin-top: 4px;
  }
}

/*--------20/04/2021--------*/
#edit-task-routine .form-type-checkbox label.control-label.option {
  color: #fff;
  font-style: normal !Important;
  font-size: 16px;
  font-weight: normal;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-left: 0;
  align-items: center;
}

#edit-task-routine {
  padding: 5px 10px;
  max-width: 300px;
}

#edit-task-routine .toggle.btn, #edit-task-routine .toggle.btn .btn {
  border-radius: 50%;
  background: #00fefe;
  border: 0;
  font-style: normal;
  color: #000;
  padding-top: 7px;
  padding-bottom: 0;
  height: 30px !important;
  font-weight: 700;
  margin-top: 0;
  padding-left: 12px;
  padding-right: 12px;
}

#edit-task-routine .toggle.btn {
  margin-left: 15px;
}

div#edit-task-routine-day {
  display: flex;
  flex-wrap: wrap;
}

#edit-task-routine-day .form-item.form-type-radio {
  background: #00fefe;
  margin: 0 3px 5px 0;
}

#edit-task-routine-day .form-item.form-type-radio.active_routine_wrap {
  background: #f86429;
}

#edit-task-routine-day .form-item.form-type-radio input {
  position: absolute;
  right: 10px;
  z-index: -1;
}

#edit-task-routine-day .form-item.form-type-radio label.control-label.option {
  padding: 0px 10px 4px;
  font-style: normal;
}

.share_forum a {
  color: #94ca54 !important;
}

.home_big_img_wrap {
  position: absolute;
  left: 50px;
  bottom: 0px;
  width: 600px;
  height: 420px;
  max-width: 100%;
}

.home_big_img_wrap .home_big_img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.gs_home_content {
  height: 500px;
}

.pageloaded .logo-container2 .round.roundthree a.link:first-child {
  top: 55px !important;
}

/* Responsive CSS */

@media screen and (min-width: 767.5px) and (max-width: 990.5px) {
  .dashboard_list ul {
    height: 500px;
  }

  .home_big_img_wrap {
    width: 400px;
    height: 300px;

  }

  .dashboard_footer_logo img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {

  .dashboard_list ul {
    height: 350px;
  }

  .home_big_img_wrap {
    width: 400px;
    height: 340px;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
  }

  .dashboard_footer_logo img {
    max-width: 250px;
    margin: 70px auto 0;
    display: block;
  }

  .dashboard_footer_logo_inner {
    float: none;
  }

  body, p {
    font-size: 14px;
  }

  button.form-submit:hover, button.form-submit:focus {
    background: #d99f00;
  }

  .text-right.demo_exit_btn {
    width: 100%;
    max-width: 482px;
  }

  .contact-form {
    margin-top: 20px;
  }

  .user-logged-in .menu_witout_login {
    display: none !important;
  }

  .user-logged-in .close_menu {
    display: block !important;
    margin-left: 0;
  }

  .user-register-form fieldset .fieldset-wrapper .form-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block !important;
  }

  .dashboard_footer_logo.text-align-right {
    position: static;
  }

  .dashboard_list {
    height: auto;
    min-height: auto;
  }

  .table-responsive {
    padding: 20px 0;
  }

  .dataTable {
    min-width: 600px;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-bottom: 5px;
  }

  .user-logged-in #user-form div#edit-user-picture-wrapper {
    position: static;
  }

  .user-logged-in #user-form {
    padding-right: 20px;
  }

  .user-logged-in #user-form .form-item-field-note-0-value label.control-label {
    margin-bottom: 0;
  }

  .user-logged-in #user-form input.form-control,
  .user-logged-in #user-form textarea,
  .user-logged-in #user-form select {
    width: calc(100% - 165px);
  }

  .user-logged-in #user-form .form-item .form-textarea-wrapper,
  .user-logged-in #user-form .form-item .select-wrapper {
    width: calc(100% - 164px);
  }

  .user-logged-in #user-form textarea,
  .user-logged-in #user-form select {
    width: 100%;
  }

  .simple-goal .single_task .task-name__wrapper {
    width: calc(100% - 31px);
    margin-bottom: 10px;
    margin-right: 0;
  }

  .simple-goal .single_task .date-custom,
  .simple-goal .single_task .percentage-completion__wrapper {
    width: calc(32% - 14px);
  }

  .simple-goal .single_task .date-custom.date-start {
    margin-left: 31px;
  }

  .daily-goal__form-wrapper .task_main {
    max-height: 300px;
  }

  .advanced-goal .single_task .task-name__wrapper {
    width: calc(100% - 31px);
    margin-bottom: 10px;
    margin-right: 0;
  }

  .advanced-goal .single_task .date-custom,
  .advanced-goal .single_task .percentage-completion__wrapper {
    width: calc(32% - 15px);
  }

  .advanced-goal .single_task .date-custom.date-start {
    margin-left: 31px;
  }

  .advanced-goal form#advanced-goal-form-test .task_left {
    padding-right: 0;
  }

  .advanced-goal .single_task .single_sub_task .task-name__wrapper {
    width: calc(100% - 63px);
  }

  .advanced-goal .single_task .single_sub_task .date-start.date-custom {
    margin-left: 61px;
  }

  .advanced-goal .single_task .single_sub_task .date-custom,
  .advanced-goal .single_task .single_sub_task .percentage-completion__wrapper {
    width: calc(32% - 25px);
  }

  .advanced-goal .single_task .single_sub_task:nth-child(7)~.single_sub_task .task-name__wrapper,
  .advanced-goal .single_task .single_sub_task:last-child .task-name__wrapper {
    width: calc(100% - 33px);
  }

  .advanced-goal .single_task .single_sub_task:nth-child(7)~.single_sub_task .date-start.date-custom,
  .advanced-goal .single_task .single_sub_task:last-child .date-start.date-custom {
    margin-left: 31px;
  }

  .advanced-goal .single_task .single_sub_task:nth-child(7)~.single_sub_task .date-custom,
  .advanced-goal .single_task .single_sub_task:last-child .date-custom,
  .advanced-goal .single_task .single_sub_task:nth-child(7)~.single_sub_task .percentage-completion__wrapper,
  .advanced-goal .single_task .single_sub_task:last-child .percentage-completion__wrapper {
    width: calc(32% - 17px);
  }

  .advanced-goal .single_task .date-custom label {
    position: static !important;
    display: inline-block;
    clip: initial !important;
    overflow: visible;
    width: auto;
    height: auto;
    color: #fff;
  }

  .advanced-goal .single_task .task-name__wrapper {
    margin-bottom: 0px;
  }

  .advanced-goal .single_task .form-item .panel-body .percentage-completion__wrapper {
    margin-top: 23px;
  }

  .advanced-goal .single_task:first-child>.form-item>.panel-body>.task-name__wrapper label {
    display: none;
  }

  .advanced-goal .single_task:first-child>.form-item>.panel-body>button:first-child {
    margin-top: 0;
  }

  .advanced-goal .single_task .date-custom label:after {
    color: #fff;
  }

  .simple-goal .single_task .date-custom label {
    position: static !important;
    display: inline-block;
    clip: initial !important;
    overflow: visible;
    width: auto;
    height: auto;
    color: #fff;
  }

  .simple-goal .single_task .task-name__wrapper {
    margin-bottom: 0px;
  }

  .simple-goal .single_task .form-item .panel-body .percentage-completion__wrapper {
    margin-top: 23px;
  }

  .simple-goal .single_task:first-child>.form-item>.panel-body>.task-name__wrapper label {
    display: none;
  }

  .simple-goal .single_task:first-child>.form-item>.panel-body>button:first-child {
    margin-top: 0;
  }

  .simple-goal .single_task .date-custom label:after {
    color: #fff;
  }

  .simple-goal .task_main {
    max-height: initial;
    height: 400px;
  }

  .topic_left_sidebar img {
    max-width: 200px;
  }

  .topic_left_sidebar footer {
    width: 200px;
    float: left;
  }

  .page-node-type-forum .topic_left_sidebar .goal_meta {
    width: calc(100% - 200px);
    float: left;
    padding-left: 21px;
    position: relative;
    margin-top: 58px;
  }

  .col-md-4.topic_left_sidebar {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
  }

  .page-node-type-forum .main-wrapper>.container>.row>.col-md-8 .col-md-8 {
    width: 100%;
    float: left;
    margin-bottom: 26px;
  }

  .forum_sidebar.col-md-4 {
    width: 100%;
    float: left;
  }

  .page-node-type-forum .topic_left_sidebar .author {
    position: absolute;
    left: 236px;
    top: 0px;
    padding: 0;
  }

  .broad_friend_modal form input {
    margin: 0;
    width: calc(100% - 63px);
    margin-left: 10px;
    display: inline-block;
  }

  .broad_friend_modal form .form-item {
    width: calc(100% - 99px);
    margin-bottom: 0;
  }

  .path-products .main-wrapper aside.col-sm-4 {
    width: 100%;
  }

  .path-products .main-wrapper section.col-md-8 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 25px
  }

  .member_row .form-item {
    width: 33.33%;
  }

  .roundthree_button {
    left: -58px;
    bottom: -7px;
  }

  .roundtwo_button {
    bottom: -7px;
    right: -58px;
  }

  form#creative-share-goal.cross_board_wrapper .input_fields_wrapper .form-item .panel-body .form-group:nth-child(2) {
    left: 38px;
  }

  form#creative-share-goal.cross_board_wrapper .input_fields_wrapper .form-item .panel-body .form-group:nth-child(3) {
    right: 38px;
  }

  form#creative-share-goal .input_fields_wrapper .form-item .form-group {
    width: 144px;
  }

  .creative_share_popup {
    max-width: 100%;
    width: calc(100% - 20px) !important;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .path-creative-challenge .ui-dialog {
    width: calc(100% - 30px) !important;
    max-width: 100%;
    left: 10px !important;
  }

  .hip-search {
    width: 100%;
    margin-bottom: 20px;
    max-width: 300px;
  }

  .ui-dialog {
    width: 100% !important;
    max-width: calc(100% - 20px);
    left: 10px !important;
  }

  body.user-logged-in a.cart_icon {
    margin-right: 31px;
    margin-top: 18px;
  }

  .video_box_popup video {
    height: 51vw;
  }

  .home_footer_menu section#block-socialmedialinks {
    float: none;
    margin-left: -16px;
    margin-top: 8px;
  }

  .home_footer_menu nav ul.menu.nav li {
    margin-bottom: 17px;
  }

  .logo-container2 .round a.link {
    margin-top: 0;
  }

  .sidebar .side_menu ul {
    padding: 15px;
  }

  .sidebar .side_menu ul li {
    margin-bottom: 10px;
  }

  #calendar .fc-scroller.fc-day-grid-container {
    height: auto !important;
  }

  .page-node-119 .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .popup-hover {
    display: none !important;
  }

  .donation_text p, .constraintsdesc, .dataTables_info {
    font-size: 14px;
    line-height: 24px;
  }

  .daily-goal .daily-goal-inner form #edit-actions,
  .simple-goal form div#edit-actions, #goal_custom_right_btn {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .path-goal-analytics .mfp-wrap .mfp-container table.friendTable {
    min-width: auto;
  }

  .path-goal-analytics .mfp-wrap .mfp-container table.friendTable td ul li .flag {
    float: left;
    margin-left: 0;
    width: 100%;
  }

  .path-goal-analytics .mfp-wrap .mfp-container table.friendTable td ul li a {
    float: left;
    margin-bottom: 10px;
  }

  .path-goal-analytics .mfp-wrap .mfp-container table.friendTable td ul li {
    width: 100%;
    float: left;
  }

  .path-goal-analytics .mfp-wrap .mfp-container table.friendTable td .friendTable_inner {
    width: 100%;
    float: left;
  }

  .broad_friend_modal .view-content table.table {
    min-width: auto;
  }

  .broad_friend_modal .view-content table.table, .broad_friend_modal .view-content table.table tr, .broad_friend_modal .view-content table.table td {
    display: block;
    border: none;
    width: 100%;
    float: left;
  }

  .broad_friend_modal .view-content table.table td {
    padding: 1px 10px;
  }

  .broad_friend_modal .view-content table.table tr {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
  }

  .broad_friend_modal .view-content table td .flag a {
    float: left;
  }

  .close_menu {
    margin-top: 0;
  }

  .col-md-12>.logo img {
    width: 188px;
  }

  .footer_container .row>div {
    width: 100%;
  }

  .home_footer_menu h2,
  #block-termsofservice li a,
  #block-privacypolicy li a {
    font-size: 14px;
  }

  .home_footer_menu ul.menu.nav li {
    margin-bottom: 2px;
  }

  .home_footer_menu ul.menu.nav li a {
    font-size: 12px;
  }

  .logo-container {
    transform: scale(.7);
  }

  .landing_logo {
    top: 2%
  }

  .landing_content {
    top: calc(280px + 2%);
  }

  .landing_page_inner h1 {
    font-size: 18px;
  }

  .landing_page_wraper h4 {
    font-size: 10px;
  }

  .page-header,
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 18px;
  }

  .dashboard_list ul {
    padding-left: 20px;
  }

  .mobile-100 {
    width: 100%;
    margin-bottom: 15px;
  }

  .g-recaptcha {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .panel_accordian {
    padding: 15px;
  }

  .contact-form form>.form-item:nth-child(2),
  .contact-form form>.form-item:first-child {
    width: 100%;
    margin-right: 0 !important;
  }

  .menu_witout_login ul.menu.nav li:first-child {
    padding-left: 14px;
    background-size: 11px;
    margin-left: 0;
  }

  .menu_witout_login ul.menu.nav li a {
    font-size: 12px;
  }

  .menu_witout_login ul.menu.nav li {
    margin-left: 4px;
  }

  .menu_witout_login ul.menu.nav {
    margin-top: 7px;
  }

  .animation-on .landing_page_inner {
    margin-top: 8px;
  }

  .left_space {
    padding-left: 25px;
  }

  .single_task .task-name__wrapper {
    width: calc(100% - 32px);
    margin-right: 0;
  }

  .single_task .task-time__wrapper {
    width: calc(100% - 31px);
    margin-top: 9px;
    margin-left: 30px;
  }

  .single_task .panel-body .percentage-completion__wrapper {
    width: calc(100% - 26px);
    margin-top: 10px;
    margin-left: 26px;
  }

  .edit-add-task-button+div+.form-item {
    width: 100% !important;
  }

  .user-logged-in #user-form .form-item label.control-label {
    width: 100%;
    margin-right: 0;
  }

  .user-logged-in #user-form input.form-control,
  .user-logged-in #user-form textarea,
  .user-logged-in #user-form select {
    width: 100%;
  }

  .user-logged-in #user-form .form-item .form-textarea-wrapper,
  .user-logged-in #user-form .form-item .select-wrapper {
    width: 100%;
  }

  .user-logged-in #user-form div#edit-user-picture-wrapper {
    margin: 0 auto;
    float: none;
  }

  .view_goal_wrap .single_task .task-name__wrapper {
    width: 100%;
  }

  .view_goal_wrap .single_task .task-time__wrapper {
    width: 100%;
    margin-left: 0;
  }

  .view_goal_wrap .single_task .panel-body .percentage-completion__wrapper {
    width: 100%;
    margin-left: 8px;
  }

  .simple-goal .single_task .date-custom {
    width: calc(50% - 19px);
  }

  .simple-goal .single_task .date-custom.date-end {
    margin-right: 0;
  }

  .simple-goal .single_goal .panel-body>div {
    width: 100%;
  }

  .simple-goal form div#edit-actions {
    max-width: 100%;
  }

  .advanced-goal .single_task .date-custom {
    width: calc(50% - 17px);
  }

  .advanced-goal .single_task .date-custom.date-end {
    margin-right: 0;
  }

  .advanced-goal .single_goal .panel-body>div {
    width: 100%;
  }

  .advanced-goal form div#edit-actions {
    max-width: 100%;
  }

  .advanced-goal .single_task .date-custom {
    width: calc(50% - 19px);
  }

  .advanced-goal .single_task .date-end.date-custom {
    margin-right: 0;
  }

  .advanced-goal .single_task .percentage-completion__wrapper {
    width: calc(100% - 39px);
    margin-left: 38px;
  }

  .advanced-goal .single_task .single_sub_task .date-custom {
    width: calc(50% - 35px);
  }

  .advanced-goal .single_task .single_sub_task .percentage-completion__wrapper {
    width: calc(100% - 70px);
    margin-left: 68px;
  }

  .advanced-goal .single_task .single_sub_task:nth-child(7)~.single_sub_task .date-custom,
  .advanced-goal .single_task .single_sub_task:last-child .date-custom {
    width: calc(50% - 20px);
  }

  .advanced-goal .single_task .single_sub_task:nth-child(7)~.single_sub_task .percentage-completion__wrapper,
  .advanced-goal .single_task .single_sub_task:last-child .percentage-completion__wrapper {
    margin-left: 43px;
    width: calc(100% - 45px);
  }

  .advanced-goal .single_task .form-item .panel-body .percentage-completion__wrapper {
    margin-top: 10px !important;
  }

  .simple-goal .single_task .form-item .panel-body .percentage-completion__wrapper {
    margin-top: 10px !important;
  }

  .task_main_title-1,
  .task_main_title-2 {
    display: none;
  }

  .risk_wrap .single_risk .risk-mitigation__wrapper,
  .risk_wrap .single_risk .risk-name__wrapper,
  .constraint_wrap .single_constraint .constraint-name__wrapper,
  .constraint_wrap .single_constraint .constraint-mitigation__wrapper {
    width: calc(100% - 33px);
  }

  .risk_wrap .single_risk .risk-mitigation__wrapper,
  .risk_wrap .single_risk .risk-name__wrapper {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .risk_wrap .single_risk .risk-mitigation__wrapper {
    margin-left: 31px;
  }

  .constraint_wrap .single_constraint .constraint-name__wrapper,
  .constraint_wrap .single_constraint .constraint-mitigation__wrapper {
    width: calc(100% - 33px);
  }

  .constraint_wrap .single_constraint .constraint-name__wrapper,
  .constraint_wrap .single_constraint .constraint-mitigation__wrapper {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .constraint_wrap .single_constraint .constraint-mitigation__wrapper {
    margin-left: 31px;
  }

  .page-header,
  h1 {
    font-size: 18px;
    line-height: 1.5;
  }

  .topic_left_sidebar footer {
    width: 100%;
    float: left;
  }

  .topic_left_sidebar img {
    width: 100%;
    max-width: 100%;
  }

  .page-node-type-forum .topic_left_sidebar .author {
    position: static;
    margin-top: 15px;
  }

  .page-node-type-forum .topic_left_sidebar .goal_meta {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }

  #node-forum-comment-forum article footer.comment__meta {
    width: 50px;
  }

  #node-forum-comment-forum article .content {
    width: calc(100% - 56px);
  }

  #node-forum-comment-forum article .content h3.comment_author a {
    font-size: 15px;
  }

  #node-forum-comment-forum article .content h3.comment_author {
    padding: 7px 10px;
    margin-bottom: 7px;
  }

  #node-forum-comment-forum article .content .field.field--name-comment-body {
    padding-left: 10px;
  }

  #node-forum-comment-forum article .content ul.links {
    padding-left: 10px;
  }

  #node-forum-comment-forum article .content .comment_created {
    padding-left: 10px;
  }

  .broad_friend_modal form .form-item {
    width: 100%;
    text-align: center;
  }

  .broad_friend_modal form input {
    width: 100%;
    margin: 0;
  }

  .broad_friend_modal form .form-actions {
    float: left;
    margin: 8px 0 0 0 !important;
    text-align: center;
    width: 100%;
  }

  .broad_friend_modal form .form-actions button {
    display: inline-block;
    float: none;
    margin: 0 auto;
  }

  .blog-section .views-col {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .rs_single_row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rs_single_left {
    width: 100%;
  }

  .rs_single_right {
    padding-left: 15px;
    width: 100%;
    padding-top: 60px;
  }

  .rs_single_rightinner:before {
    transform: rotate(45deg);
    left: 50%;
    top: -23px;
    margin-left: -34px;
  }

  .rs_single_rightinner {
    min-height: auto;
  }

  .path-products .main-wrapper .view-products .views-view-grid .blog-section .views-col {
    width: 100% !important;
    margin-right: 0 !important;
  }

  #edit-board-type .form-item {
    width: 100%;
    margin-bottom: 35px;
  }

  .member_row .form-item {
    width: 50%;
  }

  .roundone_button {
    left: -7px;
  }

  .logo-container2.gt_template_containernext .round.roundthree a.roundthree_button {
    -webkit-transform: rotate(41deg);
    -moz-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    transform: rotate(41deg);
  }

  .logo-container2.gt_template_containernext .round.roundtwo a.roundtwo_button {
    -webkit-transform: rotate(-41deg);
    -moz-transform: rotate(-41deg);
    -ms-transform: rotate(-41deg);
    transform: rotate(-41deg);
  }

  form#creative-share-goal .input_fields_wrapper .form-item .form-group {
    width: 105px;
  }

  form#creative-share-goal.trio_board_wrapper .input_fields_wrapper .form-item .panel-body .form-group:nth-child(4) {
    right: 23px;
  }

  form#creative-share-goal.trio_board_wrapper .input_fields_wrapper .form-item .panel-body .form-group:nth-child(2) {
    left: 23px;
  }

  form#creative-share-goal.cross_board_wrapper .input_fields_wrapper .form-item .panel-body .form-group:nth-child(2) {
    left: 23px;
  }

  form#creative-share-goal.cross_board_wrapper .input_fields_wrapper .form-item .panel-body .form-group:nth-child(3) {
    right: 23px;
  }

  .cross_board_wrapper .logo-container2.gt_template_containernext {
    height: 223px;
  }

  form#creative-share-goal.trio_board_wrapper .input_fields_wrapper .form-item .panel-body .form-group:nth-child(3) {
    bottom: 135px;
  }

  .creative_share_popup .ui-widget-content a {
    width: 100%;
  }

  .tabcontent .tab1 {
    display: block;
    margin-bottom: 2px;
    margin-right: 0;
  }

  .tabcontent .tab1 a {
    display: block;
  }

  .tabcontent {
    margin-bottom: 15px;
  }

  .hip-search {
    width: 100%;
    margin-bottom: 20px;
    max-width: 300px;
  }

  .creative-share-goal .panel {
    text-align: center;
  }

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

  .path-creative-challenge .form-group.sg_goal_name {
    max-width: 100%;
    width: 100%;
  }

  .home_footer_menu section#block-socialmedialinks {
    float: none;
    margin-top: 10px;
  }

  .home_footer_menu ul.social-media-links--platforms li {
    margin-left: 0;
    margin-right: 13px;
  }

  .mobile_menu.header_menu .dropdown-menu {
    top: 43px;
  }

  .mobile_menu.header_menu {
    margin-right: 7px;
  }

  .path-dashboard .dashboard_figure {
    margin-top: 0 !important;
    padding-top: 22px;
  }

  body.user-logged-in a.cart_icon {
    margin-right: 24px;
    margin-top: 9px;
  }

  .home_footer_menu section#block-socialmedialinks {
    margin-left: 0;
  }

  body.path-shared-goal div#sg_table_wrapper {
    overflow: auto;
    width: 100%;
  }



  @keyframes logosmall {
    0% {
      top: 2%;
      left: 50%;
      transform: translatex(-50%);
    }

    100% {
      top: -68px;
      left: 0px;
      transform: translatex(-10px) scale(.16);
    }
  }


  @keyframes logotxtsmall {
    0% {
      top: calc(280px + 2%);
      left: 50%;
      transform: translatex(-50%);
      text-align: center;
    }

    100% {
      top: -50px;
      left: 43px;
      transform: translatex(0%) scale(.8);
      text-align: left;
    }
  }

  @keyframes logotextsize {

    50%,
    100% {
      text-transform: initial;
      margin: 0;
      font-weight: 500;
      font-size: 9px;
    }
  }

  @keyframes logotextnsize {

    50%,
    100% {
      font-size: 13px;
      font-weight: 700;
      margin: 0;
      width: 110px;
    }
  }

  @-ms-keyframes logotextnsize {

    50%,
    100% {
      font-size: 13px;
      font-weight: 700;
      margin: 0;
      width: 110px;
    }
  }

  @keyframes logotexttm {
    0% {
      font-size: 8px;
    }

    100% {
      font-size: 5px;
      font-weight: 700;
    }
  }
}

@media only screen and (max-width: 360px) {
  .simple-goal .single_task .date-custom {
    width: calc(100% - 30px);
    margin-right: 0;
    margin-left: 31px;
  }

  .simple-goal .single_task .date-custom.date-end {
    margin-top: 10px;
  }

  .advanced-goal .single_task .date-custom {
    width: calc(100% - 27px);
    margin-right: 0;
    margin-left: 26px;
  }

  .advanced-goal .single_task .date-custom.date-end {
    margin-top: 10px;
  }

  .single_task .panel-body .percentage-completion__wrapper {
    margin-left: 32px;
  }

  .advanced-goal .single_task .date-custom {
    width: calc(100% - 31px);
  }

  .advanced-goal .single_task .date-custom.date-end {
    margin-left: 31px;
  }

  .advanced-goal .single_task .single_sub_task .date-custom {
    width: calc(100% - 63px);
  }

  .advanced-goal .single_task .single_sub_task .date-end.date-custom {
    margin-left: 61px;
  }

  .advanced-goal .single_task .single_sub_task:nth-child(7)~.single_sub_task .date-custom,
  .advanced-goal .single_task .single_sub_task:last-child .date-custom {
    width: calc(100% - 32px);
  }

  .advanced-goal .single_task .single_sub_task:nth-child(7)~.single_sub_task .date-custom,
  .advanced-goal .single_task .single_sub_task:last-child .date-custom {
    margin-left: 31px;
  }
}