@charset "UTF-8";
body {
  background-position: bottom center !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 1023px) {
  body {
    background-size: cover;
  }
}

.content-sidebar-wrap {
  display: table;
  height: 100%;
}
.content-sidebar-wrap main.content,
.content-sidebar-wrap aside.sidebar {
  display: table-cell;
  float: none;
}
.content-sidebar-wrap main.content {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.content-sidebar-wrap aside.sidebar {
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .content-sidebar-wrap {
    display: block;
  }
  .content-sidebar-wrap main.content,
  .content-sidebar-wrap aside.sidebar {
    display: block;
    float: none;
  }
}

body .head-wrap,
body .site-header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

* {
  margin: 0;
}

html, body, .site-container {
  height: 100%;
}

.page-wrap {
  min-height: 100%;
  margin: 0 auto -85px;
  /* the bottom margin is the negative value of the footer's height */
}

footer, .push {
  height: 85px;
  /* '.push' must be the same height as 'footer' */
}

.head-wrap {
  margin: 0px;
  width: 100%;
  background: #303236 url("../images/invasives/header-bg.png") no-repeat top left;
  background-size: contain;
  /***************************************
  * RESPONSIVE
  ****************************************/
}
.head-wrap .site-header {
  padding-top: 0px;
  max-width: none;
}
.head-wrap .site-header .site-title {
  text-align: left;
  margin: 10px 0 0 0px;
}
.head-wrap .site-header .site-title a {
  font-size: 24px;
  text-transform: uppercase;
  color: #73B5D1;
  font-weight: 400;
}
.head-wrap .site-header .site-title a b {
  color: #FFF;
  font-weight: 400;
}
.head-wrap .site-header .dashboard-project {
  display: block;
  text-align: right;
  clear: left;
  padding-bottom: 20px;
  color: #666;
  font-size: 12px;
                /*
                select {
                    width: auto;
                    font-size: 12px;
                    padding: 10px 5px;
                }

                input {
                    background-color: #5db7d5;
                    padding: 3px 5px;
                    font-size: 12px;
                }
                */
}
.head-wrap .site-header .dashboard-project a {
  color: #999;
  text-decoration: underline;
}
.head-wrap .site-header .dashboard-project a:hover {
  color: #FFF;
}
.head-wrap .site-header .dashboard-profile {
  float: right;
}
.head-wrap .site-header .dashboard-profile a {
  margin-left: 10px;
  color: #d6d6d7;
  font-size: 36px;
}
@media (max-width: 767px) {
  .head-wrap {
    background-size: cover;
  }
  .head-wrap .site-header {
    padding-top: 0px;
    width: 100%;
  }
  .head-wrap .site-header .wrap {
    padding: 0px;
    width: 100%;
  }
  .head-wrap .site-header .title-area {
    padding: 0px;
  }
  .head-wrap .site-header .site-title {
    margin: 10px 0 15px 16px;
  }
  .head-wrap .site-header .site-title a span {
    display: none;
  }
  .head-wrap .site-header .dashboard-project {
    padding: 10px 15px 5px 15px;
    text-align: left;
  }
  .head-wrap .site-header .dashboard-profile {
    text-align: right;
    padding-top: 10px;
    padding-right: 16px;
  }
  .head-wrap .site-header .dashboard-profile a {
    font-size: 24px;
    margin-left: 5px;
  }
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
}

h1 {
  font-size: 36px;
}
h1.entry-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

h2 {
  font-size: 28px;
  font-weight: 400;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1 a,
h2 a {
  color: #333;
}

h1 a:hover,
h2 a:hover {
  text-decoration: none;
}

.qtip {
  z-index: 30030 !important;
}

.qtip-content a {
  color: #FFF;
  text-decoration: underline;
}

.hidden {
  display: none;
}

.breadcrumbs {
  background: #5db7d5 url("../images/invasives/blue-bar-bg.gif") no-repeat top center;
  background-size: 100% 41px;
  height: 41px;
}
.breadcrumbs .wrap {
  height: 41px;
  background-color: #5DB7D5;
}
.breadcrumbs .wrap .breadcrumb-trail {
  padding: 4px 15px;
}
.breadcrumbs .wrap .breadcrumb-trail a, .breadcrumbs .wrap .breadcrumb-trail span {
  font-weight: 300;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
}
.breadcrumbs .wrap .breadcrumb-trail .active {
  font-weight: 400;
}
.breadcrumbs .wrap .breadcrumb-trail .default {
  text-transform: none;
}
@media (max-width: 960px) {
  .breadcrumbs {
    height: auto;
  }
  .breadcrumbs .wrap {
    height: auto;
  }
}

.content-sidebar-wrap {
  position: relative;
}
.content-sidebar-wrap .sidebar {
  float: right;
  width: 400px;
  margin-bottom: 50px;
}
.content-sidebar-wrap .sidebar .widget {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
  overflow: visible !important;
  background-color: #FFF;
  background-color: rgba(230, 233, 236, 0.5);
}
.content-sidebar-wrap .sidebar .widget-title {
  margin: 15px 10px 15px 15px;
}
@media (max-width: 1180px) {
  .content-sidebar-wrap .sidebar {
    width: 340px;
  }
}
@media (max-width: 1023px) {
  .content-sidebar-wrap .sidebar {
    float: none;
    width: 100%;
  }
}

.site-footer {
  background-size: #1a1a1a;
  text-align: right;
  color: #F3F3F1;
  font-weight: 300;
}
.site-footer a {
  color: #F3F3F1;
}

body.home .site-inner .content-sidebar-wrap {
  margin: 0px auto;
  display: block;
  width: 100%;
}
body.home .site-inner .content-sidebar-wrap main.content {
  background: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  width: 100%;
  display: block;
}
body.home .site-inner .content-sidebar-wrap main.content .entry {
  background: transparent;
  margin: 0 0px 40px;
  padding: 0px 0 0;
}
body.home .site-inner .content-sidebar-wrap main.content .entry .entry-content {
  padding: 0px;
}
@media (max-width: 1023px) {
  body.home .site-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.home #homepage .hero {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
}
body.home #homepage .hero .wrap {
  background-color: rgba(255, 255, 255, 0.9);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}
body.home #homepage .hero .wrap h1 {
  font-weight: 300;
  text-align: center;
  margin: 80px 40px;
  color: #000;
}
body.home #homepage .hero .wrap form {
  width: 50%;
  margin: 0px auto;
  vertical-align: middle;
  line-height: 1em;
  max-width: 460px;
  clear: both;
  margin-bottom: 30px;
}
body.home #homepage .hero .wrap form input[type="email"] {
  width: 80%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  display: block;
  float: left;
  color: #333;
  text-align: center;
}
body.home #homepage .hero .wrap form button {
  background-color: transparent;
  padding: 0px;
  display: inline;
}
body.home #homepage .hero .wrap form button i {
  color: #73b5d1;
  font-size: 42px;
}
body.home #homepage .hero .wrap .login-link {
  display: inline-block;
  clear: both;
  margin: 0px auto 40px auto;
  text-align: center;
  background-color: #73b5d1;
}
body.home #homepage .hero .wrap .login-link .fa {
  margin-left: 15px;
}
body.home #homepage .blurb .wrap {
  margin-bottom: 50px;
  background-color: #73b5d1;
  color: #FFF;
  text-align: center;
  padding: 30px 50px;
  font-size: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body.home #homepage .blurb .wrap p {
  margin: 0px;
}
body.home #homepage .blurb .wrap .fa {
  font-size: 48px;
  vertical-align: middle;
  margin-right: 15px;
}
body.home #homepage .actions a {
  text-align: center;
}
body.home #homepage .actions a .action-image {
  background-color: #FFF;
  padding: 5px;
  border-radius: 5px;
  line-height: 0px;
}
body.home #homepage .actions a .action-image img {
  margin-bottom: 0px;
  display: inline;
}
body.home #homepage .actions a h2 {
  margin: 10px 0px;
}
body.home #homepage .actions a p {
  font-size: 14px;
}
body.home #homepage .actions a:hover {
  text-decoration: none;
  color: #333;
}
body.home #homepage .actions a:hover .action-image {
  background-color: #EEE;
}
@media (max-width: 1023px) {
  body.home #homepage .hero {
    padding: 40px 40px 0 40px;
  }
  body.home #homepage .hero .wrap form {
    width: 80%;
  }
  body.home #homepage .blurb {
    padding: 0px 40px 0 40px;
  }
  body.home #homepage .actions {
    padding: 0px 40px 0 40px;
  }
}
@media (max-width: 767px) {
  body.home #homepage .hero {
    padding: 20px 20px 0 20px;
  }
  body.home #homepage .hero h1 {
    font-size: 24px;
  }
  body.home #homepage .blurb {
    padding: 0px 20px 0 20px;
  }
  body.home #homepage .actions {
    padding: 0px 20px 0 20px;
  }
}

.entry {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px !important;
  margin-bottom: 0px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.entry.has-post-thumbnail {
  padding-top: 0px;
}
.entry.has-post-thumbnail .entry-header {
  position: relative;
}
.entry.has-post-thumbnail .entry-header .entry-title {
  margin: -100px 0 0 0px;
  position: absolute;
  bottom: 20px;
  color: #FFF;
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 1px 1px 2px black;
}
.entry.has-post-thumbnail .attachment-post-image {
  max-width: 740px;
}
@media (max-width: 1023px) {
  .entry.has-post-thumbnail .attachment-post-image {
    max-width: 620px;
  }
}
@media (max-width: 960px) {
  .entry.has-post-thumbnail .attachment-post-image {
    max-width: 100%;
  }
}
.entry .entry-content a {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.acf-form-submit button, .acf-form-submit input[type="button"], .acf-form-submit input[type="reset"], .acf-form-submit input[type="submit"],
#sfwd-mark-complete button,
#sfwd-mark-complete input[type="button"],
#sfwd-mark-complete input[type="reset"],
#sfwd-mark-complete input[type="submit"] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #2a2a2a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 12px 20px;
  width: auto;
  background-color: #5DB7D5;
  font-size: 24px;
  line-height: 28px;
}
.acf-form-submit button:hover, .acf-form-submit input[type="button"]:hover, .acf-form-submit input[type="reset"]:hover, .acf-form-submit input[type="submit"]:hover,
#sfwd-mark-complete button:hover,
#sfwd-mark-complete input[type="button"]:hover,
#sfwd-mark-complete input[type="reset"]:hover,
#sfwd-mark-complete input[type="submit"]:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #2a2a2a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 12px 20px;
  width: auto;
}
@media (max-width: 767px) {
  .acf-form-submit button, .acf-form-submit input[type="button"], .acf-form-submit input[type="reset"], .acf-form-submit input[type="submit"],
  #sfwd-mark-complete button,
  #sfwd-mark-complete input[type="button"],
  #sfwd-mark-complete input[type="reset"],
  #sfwd-mark-complete input[type="submit"] {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.acf-form-submit button:hover, .acf-form-submit input[type="button"]:hover, .acf-form-submit input[type="reset"]:hover, .acf-form-submit input[type="submit"]:hover,
#sfwd-mark-complete button:hover,
#sfwd-mark-complete input[type="button"]:hover,
#sfwd-mark-complete input[type="reset"]:hover,
#sfwd-mark-complete input[type="submit"]:hover {
  background-color: #5DB7D5;
}

.entry-comments {
  margin: 0px 20px;
}
.entry-comments ol.comment-list {
  margin: 0px 0px;
  padding: 0px;
}
.entry-comments ol.comment-list li.comment {
  margin: 20px 0;
  padding: 10px 15px;
  background-color: #FFF;
  color: #000 !important;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
}
.entry-comments ol.comment-list li.comment .comment-content {
  font-size: 12px;
}
.entry-comments ol.comment-list li.comment .comment-content p {
  margin: 0px;
  font-size: 14px !important;
  position: relative;
}
.entry-comments ol.comment-list li.comment .comment-author {
  font-weight: bold;
  color: #000;
  font-size: 14px !important;
}
.entry-comments ol.comment-list li.comment .comment-author .says {
  display: none;
}
.entry-comments ol.comment-list li.comment .comment-author .avatar {
  display: none;
}
.entry-comments ol.comment-list li.comment .comment-meta {
  padding: 0px;
  margin: 0px;
}
.entry-comments ol.comment-list li.comment .comment-meta .comment-time {
  position: absolute;
  right: 15px;
  color: #999;
  top: 10px;
  font-size: 12px;
  padding-left: 5px;
}
.entry-comments ol.comment-list li.comment .comment-meta .comment-time a {
  color: #999;
  text-transform: uppercase;
}
.entry-comments ol.comment-list li.comment .comment-meta .comment-time a:hover {
  text-decoration: none;
}
.entry-comments ol.comment-list li.comment .comment-edit-link {
  float: right;
  position: relative;
  padding-left: 20px;
  text-align: right;
  font-size: 10px;
  color: #999;
}
.entry-comments ol.comment-list li.comment .comment-edit-link:before {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  left: 0px;
  content: "";
  color: #000;
}
.entry-comments ol.comment-list li.comment .comment-edit-link:before {
  color: #999;
}
.entry-comments ol.comment-list li.comment .comment-edit-link:hover {
  color: #000;
  text-decoration: none;
}
.entry-comments ol.comment-list li.comment .comment-edit-link:hover:before {
  color: #000;
}
.entry-comments ol.comment-list li.comment .comment-reply-link {
  position: relative;
  padding-left: 20px;
  font-size: 10px;
  color: #999;
}
.entry-comments ol.comment-list li.comment .comment-reply-link:before {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  left: 0px;
  content: "";
  color: #000;
}
.entry-comments ol.comment-list li.comment .comment-reply-link:before {
  color: #999;
}
.entry-comments ol.comment-list li.comment .comment-reply-link:hover {
  color: #000;
  text-decoration: none;
}
.entry-comments ol.comment-list li.comment .comment-reply-link:hover:before {
  color: #000;
}
.entry-comments ol.comment-list li.comment ul.children li.comment {
  margin: 10px 0;
}
.entry-comments ol.comment-list li.comment ul.children li.comment.depth-2 {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
}
.entry-comments ol.comment-list li.comment ul.children li.comment.depth-3 {
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
  background-color: #FFF;
}
.entry-comments ol.comment-list li.comment ul.children li.comment.depth-4 {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
}
.entry-comments ol.comment-list li.comment ul.children li.comment.depth-5 {
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
  background-color: #FFF;
}
.entry-comments ol.comment-list #respond {
  border: 1px solid #DFDFDF;
  margin-top: 20px;
  margin-bottom: 10px;
}

main.content .logged-in-as,
main.content .comment-form-comment label {
  display: none !important;
}
main.content #respond {
  position: relative;
  margin: 0px;
  padding: 20px 20px 20px 20px;
  background-color: #EFEFEF;
  border-top: 1px solid #DFDFDF;
}
main.content #respond h3 {
  font-size: 18px;
  line-height: 18px;
}
main.content #respond p.comment-form-comment,
main.content #respond p.form-submit {
  display: inline;
  margin: 0px;
}
main.content #respond p.comment-form-comment {
  position: relative;
}
main.content #respond .comment-status {
  position: absolute;
  top: 0px;
  right: 10px;
}
main.content #respond .comment-status .fa {
  font-size: 14px;
  color: #CCC;
  display: none;
}
main.content #respond .comment-status.loading .fa-refresh {
  display: inline-block;
}
main.content #respond .comment-status.error .fa-exclamation {
  display: inline-block;
}
main.content #respond #comment {
  resize: none;
  padding: 2%;
  width: 100%;
  height: 100px;
  display: block;
  color: #000;
  font-size: 14px;
  border: 1px solid #CFCFCF;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
}
main.content #respond #submit {
  margin-top: 20px;
  font-size: 12px;
  padding: 2%;
  display: block;
}

.acf-form {
  background-color: #EFEFEF;
  padding: 10px 20px;
  border-radius: 5px;
}
.acf-form .acf-fields > .acf-field {
  padding: 15px 0px;
}
.acf-form .acf-fields > .acf-field .acf-label label {
  font-size: 16px;
}
.acf-form .acf-fields > .acf-field .acf-label p.description {
  font-size: inherit;
}
.acf-form .acf-fields > .acf-field input[type=text],
.acf-form .acf-fields > .acf-field textarea {
  font-size: 18px;
  line-height: 20px;
  padding: 8px 10px;
  height: auto;
  color: #333;
}
.acf-form .acf-repeater.-block .acf-row td.acf-fields {
  border-bottom: 3px solid #999 !important;
}
.acf-form .acf-repeater.-block .acf-field {
  padding-left: 15px;
  padding-right: 15px;
}
.acf-form .acf-repeater.-block .acf-field .acf-label label {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.acf-form .no_labels .acf-field {
  padding: 0px 0px !important;
}
.acf-form .no_labels .acf-repeater .acf-label {
  display: none;
}
.acf-form .acf-actions {
  margin-bottom: 0px;
}
.acf-form .acf-actions .acf-button {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #2a2a2a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 12px 20px;
  width: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 35px !important;
}
.acf-form .acf-actions .acf-button:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #2a2a2a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 12px 20px;
  width: auto;
}
.acf-form .acf-actions .acf-button:before {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  left: 0px;
  content: "";
  color: #000;
}
.acf-form .acf-actions .acf-button:before {
  color: #FFF;
  left: auto;
  right: 15px;
  top: 12px;
  font-size: 14px;
}
.acf-form .acf-actions .acf-button:hover {
  padding-right: 35px  !important;
}
.acf-form #message {
  color: green;
  font-weight: bold;
  padding: 15px 12px 0 12px;
}
.acf-form textarea {
  resize: none;
}
.acf-form .rcwdplupload-container .rcwdplupload-filelist {
  height: 38px;
}
.acf-form .rcwdplupload-container .button {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #2a2a2a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 12px 20px;
  width: auto;
}
.acf-form .rcwdplupload-container .button:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #2a2a2a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 12px 20px;
  width: auto;
}
.acf-form .acf-form-submit {
  margin-top: 10px;
  padding: 0px 0 15px 0px;
}

body.path-dashboard article.entry header.entry-header h1 {
  margin-bottom: 0px;
}

.launch-course {
  clear: left;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
  border: 1px solid #CDCDCD;
  margin-bottom: 20px;
  padding: 20px 20px;
}
.launch-course:after {
  content: "";
  display: table;
  clear: both;
}
.launch-course .course-thumbnail {
  font-size: 0px;
  width: 230px;
  float: left;
}
.launch-course .course-thumbnail img {
  display: inline;
}
.launch-course .course-details {
  margin-left: 250px;
}
.launch-course .course-details h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 0px;
}
.launch-course .course-details h3 a:hover {
  text-decoration: none;
}
.launch-course .course-details .entry-content {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
}
.launch-course .course-details .course-progress-bar {
  margin-top: 30px;
}
.launch-course .course-details .course-progress-bar .course {
  float: none;
}
@media (max-width: 960px) {
  .launch-course .course-thumbnail {
    margin: 0px auto 20px auto;
    float: none;
    width: 100%;
  }
  .launch-course .course-details {
    margin-left: 0px;
  }
}

body.page-template-page_faq #faq h3 {
  font-size: 20px;
  cursor: pointer;
}
body.page-template-page_faq #faq h3 .fa {
  width: 15px;
}
body.page-template-page_faq #faq h3 .fa-caret-down {
  display: none;
}
body.page-template-page_faq #faq h3 .fa-caret-right {
  display: inline-block;
}
body.page-template-page_faq #faq h3 .details {
  float: right;
  font-size: 10px;
  padding-top: 6px;
  color: #999;
  font-weight: 300;
}
body.page-template-page_faq #faq h3 .details.highlight {
  color: #F00;
}
body.page-template-page_faq #faq .answer {
  display: none;
}
body.page-template-page_faq #faq.active h3 .fa-caret-down {
  display: inline-block;
}
body.page-template-page_faq #faq.active h3 .fa-caret-right {
  display: none;
}

#learndash_back_to_lesson,
.learndash_topic_dots,
#learndash_course_status,
#learndash_course_content {
  display: none;
}

#learndash_next_prev_link {
  text-align: right;
  margin-top: 40px;
}
#learndash_next_prev_link a {
  background-color: #f3f3f1;
  text-transform: uppercase;
  color: #565656;
  border: 2px solid #dad7d2;
  border-radius: 4px;
  font-size: 16px;
}
#learndash_next_prev_link a:hover {
  border: 2px solid #565656;
  text-decoration: none;
}
#learndash_next_prev_link a .meta-nav {
  display: none;
}
#learndash_next_prev_link a[rel="prev"] {
  padding: 8px 10px 8px 50px !important;
  position: relative;
  padding-left: 20px;
  color: #565656;
}
#learndash_next_prev_link a[rel="prev"]:before {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  left: 0px;
  content: "";
  color: #000;
}
#learndash_next_prev_link a[rel="prev"]:before {
  color: #565656;
  top: 6px;
  left: 10px;
}
#learndash_next_prev_link a[rel="next"] {
  padding: 8px 50px 8px 10px !important;
  position: relative;
  padding-left: 20px;
  color: #565656;
}
#learndash_next_prev_link a[rel="next"]:before {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  left: 0px;
  content: "";
  color: #000;
}
#learndash_next_prev_link a[rel="next"]:before {
  color: #565656;
  top: 6px;
  right: 10px;
  left: auto;
}
@media (max-width: 767px) {
  #learndash_next_prev_link {
    text-align: center;
  }
  #learndash_next_prev_link a {
    display: block;
    text-align: center;
    padding: 8px 10px !important;
  }
  #learndash_next_prev_link a[rel="prev"], #learndash_next_prev_link a[rel="next"] {
    padding: 8px 10px !important;
    width: 100%;
    margin: 0px;
  }
}

.widget_ldcoursenavigation .widget-title {
  display: none !important;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list a {
  font-size: 16px !important;
  font-weight: 300;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .active, .widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .inactive {
  position: relative;
  display: block;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .list_arrow {
  display: block !important;
  position: absolute !important;
  left: 0px;
  top: 0px;
  height: 44px;
  width: 40px !important;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .list_arrow.expand {
  position: relative;
  padding-left: 20px;
  background: none;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .list_arrow.expand:before {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  left: 0px;
  content: "";
  color: #000;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .list_arrow.collapse {
  position: relative;
  padding-left: 20px;
  background: none;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .list_arrow.collapse:before {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  left: 0px;
  content: "";
  color: #000;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .list_arrow:before {
  top: 7px !important;
  left: 15px !important;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .lesson {
  margin: 0px !important;
  padding: 5px 10px 5px 35px;
  border-bottom: 1px solid #BFBFBF;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list ul {
  border-bottom: 1px solid #BFBFBF;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list ul li {
  padding: 3px 10px 3px 35px;
  margin: 0px !important;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .active .list_arrow:before {
  color: #FFF;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .active .lesson {
  background-color: #CD9F84;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .active .lesson a {
  color: #FFF;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .learndash_topic_widget_list {
  padding: 10px 0 !important;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .learndash_topic_widget_list li {
  margin: 0px !important;
  padding: 0px !important;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .learndash_topic_widget_list a > span {
  background: none !important;
  margin: 0px !important;
  padding: 0px 0 0 45px !important;
  line-height: 14px !important;
  font-size: 14px !important;
  color: #000;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .learndash_topic_widget_list a:hover > span {
  color: #000 !important;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .learndash_topic_widget_list .topic-completed span {
  background: none;
  color: #9F9F9F;
}
.widget_ldcoursenavigation .widget_course_return {
  border-top: none !important;
  display: none;
}

.wpProQuiz_button {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #2a2a2a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 12px 20px;
  width: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}
.wpProQuiz_button:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #2a2a2a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 12px 20px;
  width: auto;
}

.wpProQuiz_questionList {
  background: transparent !important;
  border: none !important;
  padding: 0px !important;
}
.wpProQuiz_questionList .wpProQuiz_questionListItem {
  border: 1px solid #E5E5E5 !important;
  border-radius: 5px;
  margin-bottom: 10px !important;
  min-height: 90px;
}
.wpProQuiz_questionList .wpProQuiz_questionListItem label {
  padding: 15px 15px 15px 130px !important;
  display: block;
  position: relative;
  padding-left: 20px;
}
.wpProQuiz_questionList .wpProQuiz_questionListItem label:before {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  left: 0px;
  content: "";
  color: #000;
}
.wpProQuiz_questionList .wpProQuiz_questionListItem label:before {
  font-size: 48px;
  color: #666666;
  left: 20px;
  top: 20px;
  line-height: 48px;
}
.wpProQuiz_questionList .wpProQuiz_questionListItem b {
  position: absolute;
  left: 75px;
  top: 20px;
  font-size: 52px;
  line-height: 40px;
  color: #73B5D1;
  font-weight: 400;
  text-transform: uppercase;
}
.wpProQuiz_questionList .wpProQuiz_questionListItem input[type=radio] {
  border: none !important;
  width: auto;
  display: none !important;
}
.wpProQuiz_questionList .wpProQuiz_questionListItem.active {
  background-color: #DCF1FA;
}
.wpProQuiz_questionList .wpProQuiz_questionListItem.active label:before {
  content: '\f046';
}

#learndash_quizzes {
  display: none;
}

.acf-radio-list,
.acf-checkbox-list {
  min-height: 36px;
}
.acf-radio-list li label,
.acf-checkbox-list li label {
  display: block !important;
  padding-left: 48px !important;
  line-height: 30px !important;
  vertical-align: middle;
  position: relative;
  padding-left: 20px;
}
.acf-radio-list li label input[type=radio],
.acf-radio-list li label input[type=checkbox],
.acf-checkbox-list li label input[type=radio],
.acf-checkbox-list li label input[type=checkbox] {
  border: none !important;
  width: auto;
  display: none !important;
}
.acf-radio-list li label:before,
.acf-checkbox-list li label:before {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  left: 0px;
  content: "";
  color: #000;
}
.acf-radio-list li label:before,
.acf-checkbox-list li label:before {
  font-size: 36px;
  color: #666666;
  left: 0px;
  top: 0px;
  line-height: 36px;
}
.acf-radio-list li.active label:before,
.acf-checkbox-list li.active label:before {
  content: '\f046';
}
.acf-radio-list.text-fields-only li label,
.acf-checkbox-list.text-fields-only li label {
  padding-left: 0px !important;
}
.acf-radio-list.text-fields-only li label:before,
.acf-checkbox-list.text-fields-only li label:before {
  content: '';
}

.widget_contentlogic_groups_last_online_widget {
  background-color: #FFF !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 20px;
  font-size: 14px;
}
.widget_contentlogic_groups_last_online_widget .widget-title {
  display: block !important;
  margin: 15px 10px 15px 15px;
  padding-top: 15px;
}
.widget_contentlogic_groups_last_online_widget ul {
  padding: 0px 15px 15px 15px;
}
@media (max-width: 1023px) {
  .widget_contentlogic_groups_last_online_widget {
    border-radius: 5px;
  }
}

.widget_contentlogic_course_progress_widget {
  background-color: #FFF !important;
  border-bottom-right-radius: 5px;
  padding: 20px;
  position: relative;
}
.widget_contentlogic_course_progress_widget:after {
  content: "";
  display: table;
  clear: both;
}
.widget_contentlogic_course_progress_widget .course-progress-bar {
  margin-bottom: 20px;
}
.widget_contentlogic_course_progress_widget .course-progress-bar .course {
  float: none;
}
.widget_contentlogic_course_progress_widget .widget-title {
  margin: 0px !important;
  color: #333;
  background-color: transparent;
  line-height: 1.5;
  padding: 0px 0 10px 0;
  font-size: 14px;
  text-transform: uppercase;
}

.widget_contentlogic_discussion_comment_feed_widget {
  background-color: #FFF !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 20px;
  font-size: 14px;
}
.widget_contentlogic_discussion_comment_feed_widget .widget-title {
  display: block !important;
  margin: 15px 10px 15px 15px;
  padding-top: 15px;
}
.widget_contentlogic_discussion_comment_feed_widget ul {
  padding: 0px 15px 15px 15px;
}
@media (max-width: 1023px) {
  .widget_contentlogic_discussion_comment_feed_widget {
    border-radius: 5px;
  }
}

.widget_contentlogic_groups_manager {
  background-color: #FFF !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 20px;
  font-size: 14px;
}
.widget_contentlogic_groups_manager .widget-title {
  display: block !important;
  margin: 15px 10px 15px 15px;
  padding-top: 15px;
  font-weight: normal;
}

.more-information {
  transition: all 0.2s ease;
  border: 1px solid #DFDFDF;
  background-color: #EFEFEF;
  padding: 10px 20px;
  border-radius: 4px;
  display: block;
  margin-bottom: 20px;
}
.more-information h3 {
  transition: all 0.2s ease;
  cursor: pointer;
  margin: 0px 0 0px 0;
  font-size: 16px;
  color: #9F9F9F;
}
.more-information h3 i {
  margin-right: 10px;
}
.more-information .more-information-text {
  display: none;
  padding-top: 10px;
}
.more-information:hover, .more-information.active {
  border-color: #9F9F9F;
  background-color: #E1E1E1;
}
.more-information:hover h3, .more-information.active h3 {
  color: #666;
}

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