/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

p, a, span, h1, h2, h3, h4, h5, h6, li, div, td {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: Arial; }

span.bold, p.bold, td.bold, th.bold {
  font-weight: 700; }
span.extra-bold, p.extra-bold, td.extra-bold, th.extra-bold {
  font-weight: 800; }
span.align-center, p.align-center, td.align-center, th.align-center {
  text-align: center; }
span.align-left, p.align-left, td.align-left, th.align-left {
  text-align: left; }
span.align-right, p.align-right, td.align-right, th.align-right {
  text-align: right; }

header {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  background-color: #314152;
  min-height: 140px;
  width: 100%; }
  header section p, header section a, header section span {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    color: #fff; }
  header section a:hover {
    color: #fff; }
  header section.upper-header {
    padding: 15px 0;
    border-bottom: 2px solid #636D76; }
    header section.upper-header a, header section.upper-header span {
      font-size: 12px; }
    header section.upper-header a {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-bottom: 2px solid #636D76; }
      header section.upper-header a:hover {
        text-decoration: none;
        border-color: #fff; }
  header section.lower-header {
    padding: 20px 0; }
    header section.lower-header .logo-head {
      width: 100%;
      position: relative;
      float: left; }
      header section.lower-header .logo-head img {
        float: left;
        border-right: 1px solid #455463;
        padding-right: 20px;
        margin-right: 20px; }
      header section.lower-header .logo-head h2 {
        float: left;
        width: auto;
        font-weight: 300;
        font-size: 24px;
        color: #fff;
        margin: 10px 0 0 0;
        text-transform: uppercase; }
        header section.lower-header .logo-head h2 i {
          padding-right: 5px; }
    header section.lower-header p, header section.lower-header a {
      text-transform: uppercase; }
    header section.lower-header nav ul.menu {
      margin: 10px 0 0 0;
      padding: 0;
      list-style: none;
      text-align: right; }
      header section.lower-header nav ul.menu li {
        padding-bottom: 20px;
        position: relative;
        display: inline-block;
        padding-left: 15px; }
        header section.lower-header nav ul.menu li.parent {
          cursor: default;
          font-size: 14px;
          color: #fff;
          text-transform: uppercase; }
        header section.lower-header nav ul.menu li:hover ul.sub-menu-dp {
          display: block; }
        header section.lower-header nav ul.menu li a {
          font-size: 14px; }
    header section.lower-header nav ul.sub-menu-dp {
      color: #3b3b3b !important;
      text-transform: none !important;
      z-index: 100;
      display: none;
      margin: 0;
      padding: 0;
      width: 200px;
      position: absolute;
      left: -60px;
      top: 35px;
      background: #fff;
      list-style: none;
      text-align: left;
      border: 1px solid #ADB6BF; }
      header section.lower-header nav ul.sub-menu-dp:after, header section.lower-header nav ul.sub-menu-dp:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      header section.lower-header nav ul.sub-menu-dp:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px; }
      header section.lower-header nav ul.sub-menu-dp:before {
        border-color: rgba(173, 182, 191, 0);
        border-bottom-color: #ADB6BF;
        border-width: 11px;
        margin-left: -11px; }
      header section.lower-header nav ul.sub-menu-dp li {
        padding: 10px 20px;
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        transition: background 0.3s ease;
        display: block; }
        header section.lower-header nav ul.sub-menu-dp li:hover {
          background-color: #CEDC00; }
        header section.lower-header nav ul.sub-menu-dp li a {
          color: #3b3b3b; }

footer p, footer a {
  color: #3b3b3b; }
footer section.upper-footer {
  padding: 20px 0;
  border-top: 1px solid #E8E8E8; }
  footer section.upper-footer .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer section.upper-footer .footer-menu ul li {
      width: 190px;
      margin-left: 3%;
      float: left; }
      footer section.upper-footer .footer-menu ul li li {
        width: 95%; }
      footer section.upper-footer .footer-menu ul li,
      footer section.upper-footer .footer-menu ul li a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      footer section.upper-footer .footer-menu ul li.parent {
        cursor: default;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        display: block;
        text-decoration: none; }
        footer section.upper-footer .footer-menu ul li.parent .footer-children {
          padding-top: 10px; }
      footer section.upper-footer .footer-menu ul li:first-child {
        margin-left: 0; }
      footer section.upper-footer .footer-menu ul li a {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        padding-bottom: 10px;
        display: block;
        text-decoration: none; }
        footer section.upper-footer .footer-menu ul li a:hover {
          color: #CEDC00; }
      footer section.upper-footer .footer-menu ul li ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        footer section.upper-footer .footer-menu ul li ul li {
          margin-left: 0; }
          footer section.upper-footer .footer-menu ul li ul li a {
            text-transform: none;
            font-weight: 400;
            padding-bottom: 10px;
            display: block; }
footer section.lower-footer {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  border-top: 2px solid #E8E8E8;
  padding: 40px 0 0 0;
  height: 141px;
  width: 100%;
  background: url("../../img/dp-pattern.png") repeat-x; }
  footer section.lower-footer p {
    margin: 10px 0 0 0; }
    footer section.lower-footer p span.org {
      font-weight: 600; }
    footer section.lower-footer p span.contact {
      padding-left: 20px; }
      footer section.lower-footer p span.contact a {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        footer section.lower-footer p span.contact a:hover {
          color: #CEDC00;
          text-decoration: none; }

.gform_wrapper .gform_title {
  margin: 35px 0 15px 0;
  font-size: 24px !important;
  font-style: normal !important; }
.gform_wrapper .gform_description {
  display: block;
  clear: both;
  margin-bottom: 10px; }
.gform_wrapper .gform_hidden {
  display: none; }
.gform_wrapper ul.gform_fields {
  padding-left: 0;
  list-style: none; }
  .gform_wrapper ul.gform_fields .gfield_label {
    display: none; }
  .gform_wrapper ul.gform_fields textarea {
    margin-bottom: 0;
    height: 100px; }

section.page {
  overflow: hidden; }
  section.page h1, section.page h2, section.page h3, section.page h4, section.page h5, section.page p {
    color: #3b3b3b; }
  section.page h1, section.page h2, section.page h3, section.page h4 {
    font-weight: 600; }
  section.page h1 {
    margin: 30px 0 25px 0;
    font-size: 36px; }
    section.page h1 .tag {
      display: inline-block;
      background-color: #ccdc44;
      padding: 5px;
      font-size: 14px;
      vertical-align: middle; }
  section.page h2 {
    margin: 35px 0 25px 0;
    font-size: 24px; }
    section.page h2.page-border {
      font-size: 18px;
      width: 100%;
      padding-bottom: 10px;
      border-bottom: 2px solid #CCCCCC; }
  section.page article.page-content img.featured-image {
    margin: 20px 0 10px;
    width: 100%;
    max-width: 100%;
    height: auto; }
    section.page article.page-content img.featured-image + h1 {
      margin-top: 10px !important; }
  section.page article.page-content p, section.page article.page-content a {
    font-size: 15px; }
  section.page article.page-content p {
    line-height: 26px; }
  section.page article.page-content a {
    font-weight: 600;
    text-decoration: underline;
    font-style: italic; }
    section.page article.page-content a i {
      text-decoration: underline; }
  section.page .left-col {
    padding-bottom: 60px;
    z-index: 10;
    background: #fff; }
    section.page .left-col .breadcrumbs {
      padding: 10px 0;
      border-bottom: 2px solid #CCCCCC; }
      section.page .left-col .breadcrumbs a, section.page .left-col .breadcrumbs p, section.page .left-col .breadcrumbs i {
        margin: 0;
        color: #3b3b3b;
        text-decoration: none;
        font-size: 12px; }
      section.page .left-col .breadcrumbs a {
        padding-right: 8px; }
        section.page .left-col .breadcrumbs a:hover i.fa-home {
          color: #3b3b3b; }
      section.page .left-col .breadcrumbs .fa {
        padding-right: 4px; }
        section.page .left-col .breadcrumbs .fa.fa-home {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          color: #CCCCCC;
          padding-right: 0; }
    section.page .left-col img {
      margin: 0 0 25px; }
    section.page .left-col .img-head {
      cursor: pointer;
      position: relative; }
      section.page .left-col .img-head:hover img {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80); }
      section.page .left-col .img-head img {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin: 0;
        width: 100%; }
      section.page .left-col .img-head h2 {
        width: 80%;
        font-weight: 400;
        margin: 0;
        position: absolute;
        top: 150px;
        left: 15px;
        font-size: 36px;
        padding: 20px 30px;
        background-color: rgba(206, 220, 0, 0.81);
        display: inline;
        white-space: pre-wrap;
        -webkit-box-decoration-break: clone;
        -moz-box-decoration-break: clone;
        -ms-box-decoration-break: clone;
        box-decoration-break: clone; }
      section.page .left-col .img-head .img-head-holder {
        position: relative;
        background-size: cover !important;
        background-position: center;
        behavior: url(/backgroundsize.min.htc);
        width: 100%;
        height: 300px; }
      section.page .left-col .img-head .img-head-description .date-holder, section.page .left-col .img-head .img-head-description .text-holder {
        height: 70px; }
      section.page .left-col .img-head .img-head-description .text-holder {
        background-color: #F8F9FA;
        width: 100%; }
        section.page .left-col .img-head .img-head-description .text-holder p {
          padding-left: 115px;
          padding-top: 15px;
          width: auto;
          font-size: 14px;
          font-style: italic; }
          section.page .left-col .img-head .img-head-description .text-holder p a {
            color: #314152;
            font-weight: 600;
            text-decoration: underline; }
            section.page .left-col .img-head .img-head-description .text-holder p a i {
              text-decoration: underline; }
        section.page .left-col .img-head .img-head-description .text-holder .date-holder {
          background-color: #ADB6BF;
          width: 100px;
          float: left; }
          section.page .left-col .img-head .img-head-description .text-holder .date-holder p {
            text-transform: uppercase;
            padding-top: 20px;
            padding-left: 0px;
            text-align: center;
            font-style: normal;
            width: auto;
            font-size: 18px;
            font-weight: 800;
            color: #fff; }
    section.page .left-col .article-list {
      margin-top: 10px;
      float: left;
      width: 100%; }
      section.page .left-col .article-list article {
        position: relative; }
        section.page .left-col .article-list article p {
          line-height: 1em; }
        section.page .left-col .article-list article img {
          margin: 0; }
        section.page .left-col .article-list article.article-list-item {
          cursor: pointer;
          float: left;
          width: 100%;
          padding: 5px 0 15px;
          background-color: #F8F9FA; }
          section.page .left-col .article-list article.article-list-item:nth-child(even) {
            background-color: transparent; }
          section.page .left-col .article-list article.article-list-item:hover .text-holder h2 {
            text-decoration: underline; }
          section.page .left-col .article-list article.article-list-item .text-holder {
            -webkit-box-sizing: border-box;
            /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;
            /* Firefox, other Gecko */
            box-sizing: border-box;
            /* Opera/IE 8+ */
            padding: 15px 0 0 15px;
            width: 475px;
            float: left; }
            section.page .left-col .article-list article.article-list-item .text-holder h2 {
              font-size: 18px;
              font-weight: 700;
              margin: 0 0 20px;
              -webkit-box-sizing: border-box;
              /* Safari/Chrome, other WebKit */
              -moz-box-sizing: border-box;
              /* Firefox, other Gecko */
              box-sizing: border-box;
              /* Opera/IE 8+ */ }
            section.page .left-col .article-list article.article-list-item .text-holder p {
              width: auto;
              font-size: 14px;
              font-style: italic;
              margin: 0 0 25px;
              line-height: 1.3em; }
              section.page .left-col .article-list article.article-list-item .text-holder p a {
                color: #314152;
                font-weight: 600;
                text-decoration: underline; }
                section.page .left-col .article-list article.article-list-item .text-holder p a i {
                  text-decoration: underline; }
              section.page .left-col .article-list article.article-list-item .text-holder p.user-info {
                margin: 0;
                font-style: normal; }
            section.page .left-col .article-list article.article-list-item .text-holder span.date {
              padding-left: 10px; }
          section.page .left-col .article-list article.article-list-item .img-holder {
            position: relative;
            background-size: cover !important;
            background-position: center;
            behavior: url(/backgroundsize.min.htc);
            height: 175px;
            width: 260px;
            float: right; }
            section.page .left-col .article-list article.article-list-item .img-holder img {
              max-width: 100%; }
    section.page .left-col .two-cols {
      float: left;
      width: 100%;
      margin-top: 30px; }
      section.page .left-col .two-cols .first-col, section.page .left-col .two-cols .second-col {
        width: 360px; }
        section.page .left-col .two-cols .first-col .col-header, section.page .left-col .two-cols .second-col .col-header {
          width: 100%;
          height: 45px;
          background-color: #ADB6BF;
          position: relative; }
          section.page .left-col .two-cols .first-col .col-header p, section.page .left-col .two-cols .second-col .col-header p {
            font-size: 24px;
            font-weight: 700;
            color: #fff;
            padding-top: 3px;
            padding-left: 15px;
            margin: 0; }
          section.page .left-col .two-cols .first-col .col-header:after, section.page .left-col .two-cols .second-col .col-header:after {
            top: 100%;
            left: 35px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-top-color: #ADB6BF;
            border-width: 10px;
            margin-left: -10px; }
        section.page .left-col .two-cols .first-col ul, section.page .left-col .two-cols .second-col ul {
          padding-left: 0;
          list-style: none; }
          section.page .left-col .two-cols .first-col ul li, section.page .left-col .two-cols .second-col ul li {
            padding-left: 15px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            width: 100%;
            float: left;
            cursor: pointer; }
            section.page .left-col .two-cols .first-col ul li:hover, section.page .left-col .two-cols .second-col ul li:hover {
              background-color: #F8F9FA; }
            section.page .left-col .two-cols .first-col ul li:active, section.page .left-col .two-cols .second-col ul li:active {
              background-color: #EBEDEE; }
          section.page .left-col .two-cols .first-col ul.facebook-list, section.page .left-col .two-cols .second-col ul.facebook-list {
            float: left;
            padding-top: 15px; }
            section.page .left-col .two-cols .first-col ul.facebook-list .img-holder, section.page .left-col .two-cols .second-col ul.facebook-list .img-holder {
              width: 70px;
              height: 80px;
              float: left;
              padding-right: 15px; }
              section.page .left-col .two-cols .first-col ul.facebook-list .img-holder img, section.page .left-col .two-cols .second-col ul.facebook-list .img-holder img {
                max-width: 100%;
                max-height: 80px;
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
            section.page .left-col .two-cols .first-col ul.facebook-list .text-holder, section.page .left-col .two-cols .second-col ul.facebook-list .text-holder {
              margin-top: 15px;
              float: left;
              width: 75%; }
              section.page .left-col .two-cols .first-col ul.facebook-list .text-holder p, section.page .left-col .two-cols .second-col ul.facebook-list .text-holder p {
                width: auto;
                font-size: 18px;
                margin: 0 0 3px;
                line-height: 1.2em;
                text-decoration: none; }
                section.page .left-col .two-cols .first-col ul.facebook-list .text-holder p.date, section.page .left-col .two-cols .second-col ul.facebook-list .text-holder p.date {
                  color: #8b8b8b;
                  font-size: 12px; }
      section.page .left-col .two-cols .first-col {
        float: left; }
      section.page .left-col .two-cols .second-col {
        float: right; }
  section.page .right-col {
    z-index: 10;
    height: 100%;
    padding-left: 45px;
    position: relative; }
    section.page .right-col h2, section.page .right-col h3, section.page .right-col ul {
      float: left;
      clear: both; }
    section.page .right-col h2.sidebar-header {
      margin: 40px 0 15px;
      font-weight: 700; }
    section.page .right-col h3 {
      font-style: italic;
      font-size: 16px;
      font-weight: 600; }
      section.page .right-col h3.list-header {
        font-style: normal;
        margin: 0;
        font-weight: 700; }
    section.page .right-col p.fact {
      font-size: 16px;
      font-style: italic;
      float: left; }
    section.page .right-col .gforms_confirmation_message,
    section.page .right-col .gform_wrapper {
      clear: both; }
    section.page .right-col .holder {
      z-index: 10;
      position: relative; }
    section.page .right-col:after {
      z-index: 1;
      position: absolute;
      content: " ";
      top: 0;
      left: 15px;
      width: 10000px;
      height: 10000px;
      background-color: #F8F9FA;
      border-left: 1px solid #E8E8E8; }
    section.page .right-col .profile-holder {
      float: left;
      width: 100%; }
      section.page .right-col .profile-holder .author-img-holder {
        -webkit-border-radius: 1000px;
        -moz-border-radius: 1000px;
        border-radius: 1000px;
        behavior: url(/PIE.htc);
        position: relative;
        background-size: cover !important;
        background-position: center;
        behavior: url(/backgroundsize.min.htc);
        float: left;
        width: 60px;
        height: 60px; }
      section.page .right-col .profile-holder img {
        width: 60px;
        height: auto;
        float: left;
        -webkit-border-radius: 1000px;
        -moz-border-radius: 1000px;
        border-radius: 1000px;
        behavior: url(/PIE.htc); }
      section.page .right-col .profile-holder p {
        width: 75%;
        float: right; }
        section.page .right-col .profile-holder p.name {
          font-size: 18px;
          font-weight: 600;
          line-height: 1em;
          margin: 5px 0 3px; }
        section.page .right-col .profile-holder p.address {
          font-size: 14px; }
    section.page .right-col .most-visited-sites {
      width: 100%;
      float: left;
      list-style: none;
      padding: 0;
      margin-left: -15px; }
      section.page .right-col .most-visited-sites li {
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        transition: background 0.3s ease;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        width: 100%;
        float: left;
        padding: 0 0 0 15px; }
        section.page .right-col .most-visited-sites li:hover {
          background-color: #CEDC00; }
          section.page .right-col .most-visited-sites li:hover p {
            text-decoration: underline; }
          section.page .right-col .most-visited-sites li:hover:first-child + li span.page-link-holder {
            border-color: #D9D9D9; }
          section.page .right-col .most-visited-sites li:hover + li span.page-link-holder {
            border-color: #F8F9FA; }
        section.page .right-col .most-visited-sites li:first-child {
          background-color: #F8F9FA !important; }
          section.page .right-col .most-visited-sites li:first-child p {
            border-top: none;
            font-weight: 600; }
        section.page .right-col .most-visited-sites li span.page-link-holder {
          border-top: 1px solid #D9D9D9;
          float: left;
          width: 100%; }
        section.page .right-col .most-visited-sites li p {
          padding: 10px 0;
          margin: 0;
          width: auto;
          float: right; }
          section.page .right-col .most-visited-sites li p:first-child {
            float: left;
            width: 70%; }
    section.page .right-col .page-list {
      width: 100%;
      list-style: none;
      padding-left: 0;
      margin-left: -15px; }
      section.page .right-col .page-list li {
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        transition: background 0.3s ease;
        line-height: 36px;
        font-size: 14px;
        padding-left: 35px; }
        section.page .right-col .page-list li:hover {
          background-color: #CEDC00; }
        section.page .right-col .page-list li a {
          display: block;
          width: 100%;
          text-decoration: none;
          color: #3b3b3b;
          font-size: 14px;
          border-top: 1px solid #d9d9d9; }
        section.page .right-col .page-list li i {
          font-size: 14px;
          font-weight: 400;
          padding-right: 5px; }
        section.page .right-col .page-list li.active {
          font-weight: 600; }
        section.page .right-col .page-list li.child {
          padding-left: 50px; }
          section.page .right-col .page-list li.child a {
            font-size: 12px; }
        section.page .right-col .page-list li:first-child a {
          border-top: none; }
    section.page .right-col ul.file-list {
      width: 100%;
      padding-top: 0 !important; }
      section.page .right-col ul.file-list li {
        width: 100%;
        position: relative;
        padding-left: 0; }
section.page-my-report-summary .retailer-form {
  font-size: 16px; }
section.page-my-report-summary .category-holder h2 {
  margin-bottom: 15px; }
section.page-my-report-summary .retailer-question-wrapper-small {
  margin: 10px 0 5px; }
  section.page-my-report-summary .retailer-question-wrapper-small label {
    font-size: 16px;
    font-weight: bold;
    display: inline-block; }
section.page-my-report-summary .retailer-question-radio-wrapper input[type=radio]:first-child {
  margin-left: 0px; }
section.page-my-report-summary .report-comment {
  margin-bottom: 5px; }
section.page-my-report-summary .points-holder__result {
  display: flex;
  flex: 0 1 auto;
  border: 1px solid #E8E8E8;
  border-bottom: 0;
  box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.2); }
  section.page-my-report-summary .points-holder__result__text-wrapper, section.page-my-report-summary .points-holder__result__badge-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
  section.page-my-report-summary .points-holder__result__badge-wrapper {
    background-color: #cbdb2f;
    color: #314152;
    width: 95px;
    flex-shrink: 0; }
  section.page-my-report-summary .points-holder__result__badge {
    padding: 15px 10px 10px;
    line-height: 20px; }
    section.page-my-report-summary .points-holder__result__badge__name {
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase; }
    section.page-my-report-summary .points-holder__result__badge__rating {
      text-align: center;
      margin-top: 5px; }
  section.page-my-report-summary .points-holder__result__text-wrapper {
    flex-grow: 1;
    background-color: #fff; }
  section.page-my-report-summary .points-holder__result__text {
    color: #314152;
    padding: 15px 10px;
    font-weight: bold; }
  section.page-my-report-summary .points-holder__result--danger .points-holder__result__badge-wrapper {
    background-color: #db2f2f;
    color: #fff; }
  section.page-my-report-summary .points-holder__result--danger .points-holder__result__badge__name {
    font-size: 12px;
    letter-spacing: 2px; }
  section.page-my-report-summary .points-holder__result--danger .points-holder__result__badge__rating {
    display: none; }
section.page-my-report-summary .points-holder__meta {
  margin-top: 15px;
  color: #7d7d7d; }
section.page-my-account input[type=submit], section.page-my-reports input[type=submit] {
  clear: both;
  display: block; }
section.page-my-account .open-header, section.page-my-reports .open-header {
  width: auto;
  float: left; }
section.page-my-account #custom_time, section.page-my-reports #custom_time {
  margin: 46px 0 25px 10px; }
section.page-my-account #retailer, section.page-my-reports #retailer {
  display: block;
  margin-bottom: 10px; }
section.page-my-account .right-col .holder p, section.page-my-reports .right-col .holder p {
  clear: both; }
section.page-my-account .day_time_holder, section.page-my-reports .day_time_holder {
  margin-bottom: 25px; }
section.page-my-account .text-start, section.page-my-account .text-end, section.page-my-reports .text-start, section.page-my-reports .text-end {
  display: inline; }
section.page-my-account .text-end, section.page-my-reports .text-end {
  margin-left: 15px; }
section.page-my-account .hour_end, section.page-my-reports .hour_end {
  margin-left: 21px; }
section.page-my-account .lunch_time_holder .hour_end, section.page-my-reports .lunch_time_holder .hour_end {
  margin-left: 40px; }
section.page-my-account input[type=checkbox], section.page-my-reports input[type=checkbox] {
  float: left;
  width: auto;
  height: auto;
  margin-right: 10px; }
section.page-my-account #_dp_disable_price_fields, section.page-my-reports #_dp_disable_price_fields {
  margin: 17px 12px 5px 0; }
section.page-my-account label[for=_dp_disable_price_fields], section.page-my-reports label[for=_dp_disable_price_fields] {
  margin: 14px 0 15px 0; }

section.post article.page-content {
  border-bottom: 2px solid #E8E8E8;
  padding-bottom: 30px;
  margin-bottom: 25px; }
  section.post article.page-content h1 {
    margin: 25px 0 15px; }
  section.post article.page-content h2 {
    font-size: 15px;
    margin: 0;
    font-weight: 700; }
  section.post article.page-content p {
    margin-bottom: 20px; }
  section.post article.page-content .author-holder {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    width: auto;
    display: inline-block;
    height: 35px;
    background-color: #F8F9FA;
    padding-right: 80px;
    margin-bottom: 25px; }
    section.post article.page-content .author-holder .img-holder {
      -webkit-border-radius: 1000px;
      -moz-border-radius: 1000px;
      border-radius: 1000px;
      behavior: url(/PIE.htc);
      position: relative;
      background-size: cover !important;
      background-position: center;
      behavior: url(/backgroundsize.min.htc);
      float: left;
      margin: 0;
      height: 35px;
      width: 35px;
      margin-right: 5px;
      border: 1px solid #F8F9FA; }
    section.post article.page-content .author-holder .user, section.post article.page-content .author-holder .meta {
      display: inline-block;
      font-size: 12px;
      padding-top: 7px; }
    section.post article.page-content .author-holder a, section.post article.page-content .author-holder .meta {
      color: #878787; }
    section.post article.page-content .author-holder a {
      font-style: normal;
      font-size: 12px; }
section.post .right-col h2 {
  font-weight: 700;
  margin-bottom: 15px; }
section.post .post-author-big img {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  behavior: url(/PIE.htc);
  border: 1px solid #E8E8E8;
  float: left;
  margin: 0;
  margin-right: 15px; }
section.post .post-author-big .img-holder {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  behavior: url(/PIE.htc);
  position: relative;
  background-size: cover !important;
  background-position: center;
  behavior: url(/backgroundsize.min.htc);
  width: 120px;
  height: 120px;
  border: 1px solid #E8E8E8;
  float: left;
  margin: 0;
  margin-right: 15px; }
section.post .post-author-big p {
  margin: 5px 0; }
section.post .post-author-big .text-holder {
  padding-top: 5px; }
section.post ul.news-list {
  padding-left: 0;
  list-style: none; }
  section.post ul.news-list li {
    width: 100%;
    float: left;
    margin: 5px 0; }
    section.post ul.news-list li:first-child {
      margin: 0 0 5px; }
    section.post ul.news-list li p.title {
      font-size: 14px;
      font-weight: 600;
      margin: 0 0 2px; }
      section.post ul.news-list li p.title a {
        color: #3b3b3b;
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 2px; }
    section.post ul.news-list li p.user-info {
      margin: 0 0 10px;
      font-size: 12px;
      color: #7d7d7d; }
      section.post ul.news-list li p.user-info span {
        padding-right: 5px; }

section.page-quality-checklist .file-section {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #E8E8E8; }
  section.page-quality-checklist .file-section:first-of-type {
    margin-top: 40px; }
  section.page-quality-checklist .file-section__header {
    margin-top: 0; }
  section.page-quality-checklist .file-section__files {
    max-width: 500px;
    background-color: #F8F9FA;
    border-left: 5px solid #E8E8E8;
    overflow: hidden;
    padding-right: 20px;
    margin-top: 15px; }

.container {
  width: 1170px !important; }

img {
  max-width: 100%; }

a p:hover, a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover, a strong:hover, a mark:hover, a span:hover {
  text-decoration: underline; }
a.float-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10; }

ul.icon-list {
  float: left;
  padding: 0;
  list-style: none;
  width: 100%; }
  ul.icon-list li {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    cursor: pointer;
    width: 100%;
    height: 46px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #ADB6BF; }
    ul.icon-list li:hover .icon-holder {
      background-color: #314152; }
    ul.icon-list li .icon-holder {
      -webkit-transition: background 0.3s ease;
      -moz-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease;
      background-color: #ADB6BF;
      float: left;
      width: 50px;
      height: 44px;
      text-align: center; }
      ul.icon-list li .icon-holder i {
        font-size: 18px;
        line-height: 1em;
        position: relative;
        top: 48%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff; }
    ul.icon-list li .icon-text {
      padding-left: 10px;
      position: relative;
      top: 30%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      line-height: 1em;
      font-size: 16px; }
    ul.icon-list li span.bold {
      font-weight: 600; }

form p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  width: 100%;
  clear: both; }
form input {
  height: 40px; }
form input, form textarea {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
  box-shadow: none;
  border: 1px solid #CBCBCB;
  outline: none;
  padding: 10px;
  margin-bottom: 15px; }
  form input:focus, form textarea:focus {
    border-color: #CEDC00; }
  form input::-moz-focus-inner, form textarea::-moz-focus-inner {
    border: 0;
    padding: 0; }
  form input[type=submit], form textarea[type=submit] {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    padding: 5px 60px;
    background-color: #06111E;
    width: auto;
    color: #fff;
    border: none; }
    form input[type=submit]:hover, form textarea[type=submit]:hover {
      background-color: #38414B; }
    form input[type=submit]:active, form textarea[type=submit]:active {
      background-color: #1E2834; }
form .input-holder {
  width: 48%; }
  form .input-holder input {
    width: 100%; }

ul.file-list {
  width: 100%;
  list-style: none;
  float: left;
  padding-top: 15px;
  padding-left: 0; }
  ul.file-list li {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    width: 100%;
    float: left;
    padding: 10px 0 10px 15px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }
    ul.file-list li:hover {
      background-color: #EBEDEE; }
    ul.file-list li .file-icon {
      float: left;
      width: 38px;
      height: 33px;
      text-align: center;
      margin-right: 15px; }
      ul.file-list li .file-icon.icon-red {
        background-color: #E76852; }
      ul.file-list li .file-icon.icon-green {
        background-color: #76CA88; }
      ul.file-list li .file-icon.icon-blue {
        background-color: #76A3CA; }
      ul.file-list li .file-icon.icon-yellow {
        background-color: #CAC976; }
      ul.file-list li .file-icon.icon-grey {
        background-color: #ADB6BF; }
      ul.file-list li .file-icon i {
        position: relative;
        top: 40%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff; }
    ul.file-list li .file-name {
      line-height: 30px;
      padding-left: 5px;
      white-space: nowrap;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }

ul.two-col-list {
  float: none;
  display: inline-block; }
  ul.two-col-list li {
    width: 50%; }

.tooltip-inner {
  max-width: 260px; }

#upload-file {
  color: #314152;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline; }

i.fa {
  -webkit-animation: show 1s 1;
  /* any other properties to override from FontAwesome's default .fa rule */ }

@-webkit-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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